@charset "utf-8";



.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 20px 0;
  padding: 0px;
}

.entry-content h1+br,
.entry-content h2+br,
.entry-content h3+br,
.entry-content h4+br,
.entry-content h5+br,
.entry-content h6+br{
  display: none;
}

.entry-content h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 40px;}

.entry-content h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 40px;
}

.entry-content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 40px;
}

.entry-content h4, .entry-content h5, .entry-content h6{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 40px;
}

.entry-content strong {
	font-weight: bold;
}

.entry-content em {
	font-style: italic;
}

.entry-content del {
	text-decoration: line-through;
}

.entry-content ul {
	list-style-type: disc;
	display: block;
	padding: 0;
	margin: 0 0 20px;
}

.entry-content ul li {
 	display: list-item;
	text-align: -webkit-match-parent;
}

.entry-content ol {
	display: block;
	padding: 0;
	margin: 0 0 20px;
}

.entry-content ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}


.entry-content blockquote {
	background-color: #f2f2f2;
	border: 1px #ccc solid;
	margin: 0 0 20px;
	padding: 40px;
}

.entry-content span.caption {
	display: block;
	margin: -5px auto 20px;
	text-align: center;
	font-size: 80%;
	color: #808080;
	max-width: 100%;
}

.entry-content span.alignleft {
	margin-left: 0 !important;
}

.entry-content .color_gray {
	color: #808080;
}


.entry-content .inlineLink {
	text-align: center;
	margin: 0 0 20px 0;
}

.entry-content .inlineLink a{
	border-top: 2px solid #EA5E00 !important;
	border-bottom: 2px solid #EA5E00 !important;
	display: inline-block;
	font-size: 13px;
	padding: 15px 20px;
}

.entry-content .boxLink {
	display: block;
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	width: 60%;
	height: 38px;
	border: 1px #ccc solid;
	margin: 0 auto 20px auto;
	padding: 0 10px 0 10px;
}

.entry-content .boxLink p {
	margin-bottom: 0px;
}

.entry-content .next-title	{
	text-align:center;
	}
.entry-content .page-number	{
	width:160px;
	height:40px;
	margin:0 auto 40px auto;
	}
.entry-content .page-number p	{
	float:left;
	color:#000;
	text-align:center;
	line-height:38px;
	width:38px;
	height:38px;
	border:1px #ccc solid;
	margin:0 10px 0 0;
	}
.entry-content .page-number p.next	{
	width:58px;
	margin:0;
	}
.entry-content .page-number a	{
	display:block;
	float:left;
	color:#000;
	text-align:center;
	line-height:38px;
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	background-color:#f2f2f2;
	color:#000;
	text-decoration:none;
}

.entry-content img.alignleft {
	display: block;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.entry-content img.alignright {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry-content #pagination {
	text-align: center;
	margin-top: 40px;
}

.entry-content p{
	margin-bottom: 20px;
}

.entry-content dl,
.entry-content dd,
.entry-content dt{
	margin: 0; padding: 0;
}

.entry-content dt {font-weight: bold;}


/* 記事ページの記事タイトル周辺のボーダーを調整 */
header.entry-header {
	border: none;
}


/* 特集記事用CSS */
.music p{
	margin-bottom: 20px;
}

.music dl,
.music dd,
.music dt{
	margin: 0; padding: 0;
}

.music dt {font-weight: bold;}

.music h2 {
	color: #00A1E9;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 40px;
}

.music h3 {
/*	border-bottom: solid 1px #999;*/
	color: #00A1E9;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 40px;
}

.music h2#dailymusic-artist {
	margin: 0 0 1em;
	padding: 0;
	border: none;
}

.music h3#dailymusic-theme {
	margin: 0 0 1em;
	padding: 0;
	border: none;
}

.music h3#dailymusic-live {
	margin: 0;
	padding: 0;
	border: none;
}

.music div#dailymusic-credit p {
/*	font-size: 80%;
 *	 *		line-height: 1.8;*/
	text-align: right;
}

.music div#dailymusic-credit-left p {
/*	font-size: 80%;
 *	 *		line-height: 1.8;*/
	text-align: left;
}

.music hr#dailymusic-hr {
	margin-bottom: 40px;
}

.music div.cocojacket,
.music div.cocojacket img{
	text-align: left !important;
}

.music div.cocojacket img{
	width: 200px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.music div.cocoprofile img{
	width: 200px !important;
}

.music #writer{
	text-align: right;
/*	font-size: 80%;*/
}


.music #main-image {
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 30px;
}

.music #main-image img{
	max-width: 100%;
	margin: 0;
}

.music #review-info {
	float: left;
	text-align: left;
	width: 490px;
}

.music #review-info p{
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6;
}

.music #review-info p#review-info-category{
	font-weight: bold;
	color: #00A1E9;
}

.music #review-info p#review-info-artist{
	font-weight: bold;
}

.music #review-info p#review-info-title{
	font-weight: bold;
	margin-bottom: 1em;
}

.music #review-info p#review-info-date{
	margin-bottom: 1em;
}

.music p#reviewer{
	text-align: right;
}

.music a{
	text-decoration: underline;
}

.music a:hover{
	text-decoration: none;
}

.music .articlePager a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {


/* 特集記事用CSS スマホ用 */

.music #review-info {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
}

}



.show_more {position:relative}
.show_more a {
	background: #cc0000 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	line-height: 40px;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.show_more a::after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 20px;
} 
.show_more a:hover {opacity:0.7;filter:alpha(opacity=70)}
