.title{
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-bottom:1px solid #a33944;
	border-right:1px solid #a33944;
	border-left:1px solid #f6e6e7;
	border-top:1px solid #f6e6e7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f28f9a), color-stop(0.51, #ba2636), color-stop(0.50, #d24b5a), color-stop(0.00, #efc7cb));
	background: -webkit-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
	background: -moz-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
	background: -o-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
	background: -ms-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
	background: linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
	color:#fff;
	padding:4px;
	margin:0px 10px 10px 10px;
	font-size:15px;
}
#topics dt{
}
#topics dd{
	line-height:24px;
}
#topics dd a{
	display:block;
	text-align:center;
}
#topics dd img{
	max-width:360px;
	width:90%;
}
#sp_topMovie{
}
#sp_topMovie li{
	margin:10px 5px 10px 5px;
	box-shadow:0px 0px 2px 2px rgba(113,135,164,0.65);
	-webkit-box-shadow:0px 0px 2px 2px rgba(113,135,164,0.65);
	-moz-box-shadow:0px 0px 2px 2px rgba(113,135,164,0.65);
}
#sp_topMovie li a img{
	width:100%;
	margin-bottom:-4px;
}
#companion_list{
}
#companion li{
	position:relative;
}
#companion li a{
	display:block;
	padding:4px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fef1f1), color-stop(0.51, #f8d2d2), color-stop(0.50, #f7e5e5), color-stop(0.00, #fffefe));
	background: -webkit-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
	background: -moz-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
	background: -o-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
	background: -ms-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, #626262 49%, #000 53%, #000 100%);
	border-bottom:1px solid #c59f9f;
	border-top:1px solid #fff;
}
#companion li a span{
	display:block;
	width:100px;
	height:100px;
	float:left;
}
#companion li a blockquote{
	margin-left:106px;
}
#companion li a h3{
	font-size:17px;
	color:#ff0080;
	margin-bottom:4px;
}
#companion li a p{
	color:#f2f2f2;
}
.new_mark{
	height:70px;
	width:70px;
	background-image:url(/sp/img/newMark.png);
	position:absolute;
	top:-3px;
	right:-5px;
}
.nirin_mark{
	position:absolute;
	bottom:-6px;
	right:0;
	width:50px;
}
.nirin_mark img{
	width:100%;
}

#schdule_pager{
	margin:10px;
}
#schdule_pager li{
	width:25%;
	float:left;
}
#schdule_pager li a{
	display:block;
	margin:2px;
	padding:10px 0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6f7f7), color-stop(0.51, #b7b9c5), color-stop(0.00, #f6f7f7));
	background: -webkit-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -moz-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -o-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: -ms-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	background: linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
	color:#000;
	font-weight:bold;
	text-align:center;
}


#profile{
	margin:0px 10px;
}
#profile h2.title{
	font-size:19px;
	font-weight:normal;
	letter-spacing:4px;
}
#profile .size{
	margin:8px 0px;
	text-align:right;
}
#profile .size b{
	font-weight:normal;
	font-size:17px;
	margin-right:8px;
}
#comment p{
	font-weight:bold;
	color:#ff6600;
	margin-bottom:4px;
}
#comment blockquote{
	margin:0px 0px 20px 10px;
	line-height:20px;
}
#shift_table p{
	font-weight:bold;
	color:#ff6600;
	margin-bottom:4px;
}
#shift_table ul li{
	margin-left:10px;
	padding:4px 10px;
	border-bottom:1px dotted #ccc;
}
#shift_table ul li span.shift_date{
	display:inline-block;
	width:100px;
}
#shift_table ul li span.shift_time{
	display:inline-block;
	min-width:150px;
	text-align:center;
}
dl#mediaReport{
	margin-top:10px;
	text-align:center;
}
dl#mediaReport dt{
	font-weight:bold;
	color:#ff6600;
	margin:10px 0px 0px 10px;
}
dd.blog a{
	display:block;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #444;
	border-top:1px solid #444;
	color:#121212;
	background-color:#f9a1a1;
	text-decoration:none;
	padding:5px 0px;
}


dd.report a{
	display:block;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #444;
	border-top:1px solid #444;
	color:#fff;
	background-color:#0096ff;
	text-decoration:none;
	padding:5px 0px;
	margin-bottom:10px;
}


#system dd{
	padding:0px 20px;
}
#system dd p{
	text-align:center;
	font-size:17px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
#system dd p span{
	display:block;
	text-align:left;
	color:#ff6600;
	padding-left:20px;
}
#system dd p b{
	display:block;
	font-weight:normal;
	font-size:11px;
}
#system dd #map_canvas{
	height:400px;
}
#system dd h6.remarks{
	font-weight:normal;
	margin-bottom:20px;
}


#mapIcon{
	color:#444444;
	font-size:13px;
}
#mapIcon h2{
	font-size:17px;
	font-weight:normal;
	color:#444444;
}




#campaign dd{
	margin-bottom:30px;
}
#campaign dd blockquote{
	text-align:center;
	margin:10px 0px;
}
#campaign dd blockquote span{
	display:block;
	font-size:32px;
	color:#ff6600;
	font-weight:bold;
	margin-bottom:10px;
}

#mailmag dd p{
	margin-bottom:20px;
}
#mailmag dd blockquote{
	margin-bottom:20px;
}
#mailmag dd blockquote span{
	display:block;
	color:#ff6600;
	font-size:21px;
	text-align:center;
}
#mailmag dd form{
	text-align:center;
}
#mailmag dd form input{
	color:#444;
}
#mailmag dd form p{
	margin-bottom:0px;
	color:#ff0080;
}
#mailmag dd form input.text{
	padding:6px;
}
#mailmag dd form input.button{
	padding:8px 12px;
	letter-spacing:4px;
}

#gravure{
}
#gravure_list li{
	position: relative;
	text-align: center;
	float:left;
	width:50%;
	box-sizing:border-box;
	margin-bottom:5px;
}
#gravure_list li a{
	color:#fff;
}
#gravure_list li a dl dt img{
	width:100%;
	margin-bottom:-4px;
	overflow:hidden;
}

#gravure_list li a dl dt{
	display:block;
	margin:5px 5px 0px 5px;
}

#gravure_list li a dl dd{
	background-color:#000;
	margin:-3px 5px 0px 5px;
	padding:10px 0px 5px 0px;
}

/*****************シャメ*******************/

#shame_wrap{
	margin:0px auto;
}
#shame_list{
}
#shame_list li{
	width:50%;
	float:left;
	text-align:center;
	margin:0px auto;
}
#shame_list li a{
	display:block;
	margin:4px;
	text-decoration:none;
	border:1px solid #000;
	background-color:#e0c091;

}
.shame_thumb{
	width:140px;
	height:140px;
	background-repeat:no-repeat;
	background-position:50% 0%;
	overflow:hidden;
	text-align:center;
	margin:0px auto;
}
#shame_list li a p.date{
	font-size:10px;
	color:#000;
}
#shame_list li a p.shame_title{
	font-size:12px;
	height:20px;
	overflow:hidden;
	color: #000;
	margin-top:0px;
}
#shame_list li a p.shame_name{
	font-size:12px;
	color:#ff0080;
	height:20px;
	line-height:20px;
}



/*****************BLOG*******************/

#blog{
	width:100%;
	margin:0px auto;
}
#blog_left{
	width:100%;
	background-color:#fff;
}
#blog_left img{
	width: 100%;
}
.shame_title{
	text-align:center;
	font-size:16px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	border-bottom:1px dotted #444444;
	margin-top:20px;
	color:#000;
}
.prof_link{
	margin-top:20px;
}
.prof_link a{
	display:block;
	padding:8px 0px;
	text-align:center;
	background-color:#008668;
	color:#000;
	text-decoration:none;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:20px;
	letter-spacing:4px;
}
 
.blog_body{
	width:100%;
}
.blog_body dl{
	border:6px ridge #896952;
	background-color:#ecd3bd;
	padding:20px;
}
.blog_body dt{
	text-align:center;
	margin-bottom:20px;
}
.blog_body dd div.photo{
	text-align:center;
	padding-bottom:20px;
	border-bottom:2px dotted #777777;
	margin-bottom:20px;
}
.blog_body dd div.photo img{
	max-width:300px;
	width:100%;

}

.blog_body dd p{
	text-align:right;
}
.blog_body dd blockquote{
	line-height:40px;
	text-align:center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.back_log{
	width:50%;
	float:left;
	margin-top:20px;
}
.next_log{
	width:50%;
	float:right;
	margin-top:20px;
}
.back_log a, .next_log a{
	display:block;
	padding:8px 0px;
	margin:2px;
	background-color:#896952;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-style:arial;
	font-size:14px;
	letter-spacing:2px;
}
.back_log a span, .next_log a span{
	margin:0px 10px;
}
#back_number li{
	padding:2px;
	border-bottom:1px dotted #000;
}
#back_number li a{
	display:block;
	text-decoration:none;
}

#back_number li span.back_thumb{
	display:block;
	width:70px;
	height:70px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	float:left;
	margin-right:4px;
}
#back_number li p{
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#000;
}
.back_name{
	font-size:16px;
	font-weight:bold;
}




