@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset, /*input,textarea,*/ p,blockquote,table,th,td,iframe {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img,iframe {
	border: 0 none;
}
address,caption,cite,code,dfn,em,strong,th,var,b,i,u,s,strike {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
ol,ul {
	list-style: none outside none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,big,small {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0 none;
}
body {
	color: #333333;
	font: normal normal normal 75%/140% "ＭＳ Ｐゴシック",sans-serif;
}
a:link,a:visited {
	color: #054389;
	text-decoration: none;
}
a:hover,a:active {
	color: #996600;
	text-decoration: underline;
}
img,input {
	vertical-align: middle;
}
textarea {
	font-size: 100%;
}

#title {
	background-color: #044899;
	color: #E8EAEB;
	font-size: 90%;
	width: 100%;
}
#title div {
	line-height: 110%;
	margin: 0 auto;
	padding-top: 3px;
	width: 954px;
}
#title h1 {
	width: 648px;
}
#title span {
	display: block;
	width: 648px;
}
#body {
	margin: 0 auto;
	width: 954px;
	position: relative;
}

#head { margin-bottom: 18px; }
#head h2,
#head .logo {
	float: left;
	height: 45px;
	margin: 10px 0 8px 0;
	width: 201px;
}

#h_toolbox{
	float:right;
	right:0;
	top:-15px;
	width:290px;
	height:51px;
	padding:4px 7px 6px 5px;
	background:url(../images/shared/h_toolbox_bg.png) no-repeat left bottom;
	overflow:hidden;
	position:relative;
	display: none;
}

#h_search{
	width:249px;
	padding-left:1px;
	margin-bottom:4px;
	overflow:hidden;
	border:none;
	zoom:1;
}

#h_search_t{
	float:left;
	width:215px;
	height:21px;
	margin:0;
	padding:0 0 0 5px;
	background:#fff;
	border:none;
}

#h_search_btn{
	width:29px;
	height:21px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	cursor: pointer;
	background: url(../images/shared/utility_btn.png) no-repeat 0 0;
}

#h_search_btn:hover { background-position: -29px 0; }


#btConf{
	display:block;
	position:absolute;
	right:8px;
	top:4px;
	width:23px;
	height:21px;
}

#btConf img{
	display:block;
	width:23px;
	height:21px;
	background:url(../images/shared/utility_btn.png) no-repeat 0 -25px;
}

#btConf a{ zoom:1; }
#btConf a img{ background:url(../images/shared/utility_btn.png) no-repeat -23px -25px; }
#btConf a:hover img { background-position:-46px -25px;}



#h_login,
#h_logout,
#h_info,
#h_regist{
	height:25px;
	font-size:11px;
	color:#fff;
	position:absolute;
	bottom:6px;
	background:url(../images/shared/utility_btn.png) no-repeat 0 0;
	zoom:1;
}

#h_login,
#h_logout,
#h_info{ 
	width:57px;
	text-align:center;
	background-position:0 -50px;
}

#h_regist{
	width:71px;
	background-position:0 -75px;
}

#h_login{ right:81px; }
#h_regist,
#h_logout{ right:7px; }
#h_info{ right:68px; }



#h_login a,
#h_logout a,
#h_info a,
#h_regist a{
	display:block;
	height:25px;
	line-height:2.5;
	overflow:hidden;
	zoom:1;
}

#h_regist a{ padding-left:20px;}


#h_info span{
	display:block;
	width:27px;
	height:17px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	overflow:hidden;
	position:absolute;
	left:-19px;
	top:-3px;
	text-align:centere;
	line-height:1.9;
	background:url(../images/shared/utility_btn.png) no-repeat -75px -25px;
}




#h_login a:link,
#h_login a:visited,

#h_logout a:link,
#h_logout a:visited,

#h_info a:link,
#h_info a:visited,

#h_regist a:link,
#h_regist a:visited{ text-decoration:none; color:#fff; }


#h_login a:hover,
#h_login a:active,
#h_logout a:hover,
#h_logout a:active,
#h_info a:hover,
#h_info a:active,
#h_regist a:hover,
#h_regist a:active{ color:#fc0;text-decoration:none;  }




#h_status{
	display:display;
	position:absolute;
	left:5px;
	bottom:6px;
	width:115px;
	height:25px;
	padding-left:31px;
	overflow:hidden;
	font-size:10px;
	line-height:12px;
	color:#fff;
	overflow:hidden;
}

#h_status a{
	display:display;
	vertical-align:middle;
	width:100%;
	height:25px;
	color:#fff;
	overflow:hidden;
}

#btConf + #h_status{ display:table; }
#btConf + #h_status a{ display:table-cell;}

#h_status img{
	width:23px;
	height:23px;
	margin-right:4px;
	border:1px solid #082562;
	position:absolute;
	left:0;
	bottom:0;
}

#h_status a:link,
#h_status a:visited{ color:#fff;}
#h_status a:hover,
#h_status a:active{ color:#fc0; text-decoration:underline; }


.log-off #h_info,
.log-off #h_logout,
.log-in #h_login,
.log-in #h_regist{ display:none;}









#h_logoside {
	float: left;
	margin-top: 10px;
}

#banner_ad {
	border: 2px solid #FFFFFF;
	clear: both;
	width: 728px;
	height: 90px;
	margin: 0 auto 10px auto;
}
#banner_ad iframe {
	border: 0 none;
}

#gnavi {
	clear: both;
}
#gnavi a {
	float: left;
}
#gnavi span {
	background: url(../images/shared/h_gnavi.png) no-repeat 0 -51px;
	display: block;
	height: 27px;
	overflow: hidden;
}
#gnavi span a {
	border-right: 1px solid #999999;
	color: #333333;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
}
#gnavi span a:hover,
#gnavi span a:active {
	background-color: #E0FCFF;
	text-decoration: none;
}
#gnavi span a.on {
	background: url(../images/shared/h_gnavi.png) no-repeat 0 0;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	padding-top: 11px;
	height: 16px;
}
#gnavi span a:hover.on {
	text-decoration: underline;
}
#gnavi div {
	background: url(../images/shared/h_gnavi.png) no-repeat 0 -27px;
	height: 24px;
	overflow: hidden;
}
#gnavi div a {
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
	line-height: 24px;
	padding: 0 10px;
	height: 24px;
}
#gnavi div a:hover,
#gnavi div a:active {
	background-color: transparent;
}
#gnavi form {
	float: right;
	padding: 1px;
	height: 22px;
}
#gnavi form input {
	vertical-align: top;
}
#g_search_t {
	border: 1px inset #777;
	font-size: 15px;
	height: 17px;
	margin: 0;
	padding: 1px;
	width: 180px;
}
#g_search_btn {
	background: url(../images/shared/h_btn.png) no-repeat -185px -146px;
	padding: 0;
	border: 0 none;
	width: 54px;
	height: 22px;
	cursor: pointer;
}
#g_search_btn:hover{
	background-position: -185px -168px;
}
#main {
	float: left;
	width: 640px;
}
#sub {
	float: right;
	width: 304px;
}
#main a:link,
#main a:visited,
#sub a:link,
#sub a:visited {
	text-decoration: underline;
}
#main a:hover,
#main a:active,
#sub a:hover,
#sub a:active {
	background-color: #FFFBBB;
}

#gmenu {
	position: relative;
	margin-bottom: 8px;
}
#pankuzu {
	width: 552px;
	padding: 4px 80px 4px 8px;
	background-color: #f1f1f1;
	font-size: 13px;
	line-height: 16px;
	zoom: 1;
}
#body.n #pankuzu {
	padding-right: 8px;
}
#gmenu_btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px 16px;
	font-size: 13px;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
	zoom: 1;
	background: #f1f1f1 url(../images/shared/dropdown.gif) no-repeat right center;
	color: #04c;
	text-decoration: underline;
	cursor: pointer;
}
#gmenu_btn:hover {
	color: #551A8B;
}
#gmenu_link {
	display: none;
	padding: 5px 15px;
	background-color: #044899;
}
#gmenu_link a {
	font-size: 12px;
	line-height: 24px;
	margin-right: 5px;
	white-space: nowrap;
}
#main #gmenu_link a:link,
#main #gmenu_link a:visited {
	color: #fff;
	text-decoration: none;
}
#main #gmenu_link a:hover,
#main #gmenu_link a:active {
	color: #fc0;
	text-decoration: underline;
}

#sub div {
	margin: 0 auto 8px;
}
#sub * div {
	margin-bottom: 0;
}
#foot {
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	width: 954px;
}
#foot a:link,
#foot a:visited {
	text-decoration: underline;
}
#foot a:hover,
#foot a:active {
	text-decoration: underline;
}
#foot_ad {
	width: 728px;
	height: 90px;
	margin: 0 auto 8px auto;
}
#foot_ad iframe {
	border: 0 none;
}

#linkageArea {
	background: #f6f6f6;
	margin:30px 0 40px;
	padding:20px 4px 20px 20px;
	zoom: 1;
}
#linkageArea:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#linkageArea .linkageBox {
	width:294px;
	float:left;
	margin-right:16px;
}
#linkageArea .linkageBox ul {
	margin-bottom:20px;
	border-bottom:1px dotted #c7c7c7;
}
#linkageArea .linkageBox ul li {
	background: url(../images/shared/g_link_arrow.png) no-repeat 0 5px;
	margin-bottom:16px;
	padding-left:10px;
	line-height: 1.4;
	color: #666;
}
#linkageArea .linkageBox ul li a {
	color: #666;
	text-decoration:none;
}
#linkageArea .linkageBox ul li a:hover {
	text-decoration:underline;
}

#f_navi {
	border-bottom: 1px dotted #999999;
	margin-bottom: 8px;
	padding-bottom: 5px;
	text-align: center;
}

/* naviFooter */
#naviFooter{
	margin-bottom:3px;
	padding:20px 0 27px;
	text-align: center;
	background:#fff url(../images/shared/line_dot_gray.png) repeat-x left bottom;
}
#naviFooter ul{
	zoom:1;
	overflow:hidden;
	text-align: center;
}
#naviFooter li{
	display:inline;
	line-height:1.3;
}
#naviFooter li a, #naviFooter li span{
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	margin-right:2px;
	padding-right:4px;
	border-right:1px solid #afb1b9;
}
#naviFooter li.endLine a, #naviFooter li.endLine span{ border:none;}
#naviFooter a:link,
#naviFooter a:visited,
#naviFooter a:active{
	color:#04c;
	background-color:transparent;
}
#naviFooter a:visited{ color:#551a8b; }
#naviFooter a:hover{
	color:#551a8b;
	background-color:#fff;
}





#f_link {
	border-top: 1px dotted #999999;
	padding: 5px 15px;
	margin-top: 5px;
	background:#fff;
}
#f_link span {
	display: block;
	color: #666666;
	font-weight: bold;
	margin-bottom: 4px;
}
#f_link span img {
	margin-right: 5px;
}
#f_link ul {
	font-size: 85%;
	line-height: 130%;
	color: #666666;
	margin-top:5px;
}
#f_link li {
	display: inline;
	border-right:1px solid #ccc;
	margin-right:1px;
	padding-right:3px;
}
#f_link li:last-child {
	border-right:0 none;
	margin-right:0;
	padding-right:0;
}
#f_link li.theme {
	color: #999999;
	font-weight: bold;
	border-right:0 none;
	margin-right:4px;
	padding-right:0;
}
#f_link li a:link,
#f_link li a:visited {
	color: #999999;
}
#f_link li a:hover,
#f_link li a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

#f_cpy{
	padding-top:10px;
	background:#fff;
	zoom:1; /* for IE 5.5-7 */
}
#f_cpy:after{ /* for modern browser */
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#f_cpy ul {
	padding: 0 15px 5px;
	font-size: 85%;
	line-height: 130%;
	color: #999999;
}
#f_cpy li { display: inline; }
#f_cpy p {
	padding-top:5px;
	text-align: center;
	margin-bottom: 10px;
}
#rect_ad {
	width: 300px;
	height: 250px;
	margin: 0 auto 4px auto;
	border: 2px solid #fff;
}
#rect_ad iframe {
	border: 0 none;
}
#brect_ad {
	height: 250px;
	width: 300px;
	margin: 0 auto;
}
#brect_ad iframe {
	border: 0 none;
}

#prbox_ad {
	border:1px solid #CCE0E9;
	clear:both;
	margin-bottom: 8px;
}
#prbox_ad,
#prbox_ad iframe {
	height: 138px;
	width: 638px;
}


.yads_ad{
	border:1px solid #DDDDDD;
	clear:both;
	margin-bottom:8px;
	overflow:hidden;
	position:relative;
}
#gmenu + .yads_ydn{
	height:76px;
	margin-bottom:10px;
}
#gmenu + .yads_ydn .yads_ad{
	height:100%;
}
.yads_ad_item{
	background-color:#EBF7FF;
	display:block;
	padding:4px 8px 0 10px;
	height:34px;
	overflow:hidden;
	white-space:nowrap;
	width:620px;
	text-decoration:none !important;
	line-height:16px;
}
.yads_ad_item:hover{
	background-color:#D8EEFC !important;
}
.yads_ad_title{
	display:inline;
	color:#0000DD;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline !important;
}
.yads_ad_title strong{
	font-weight:bold;
	background-color:#ff0;
}
.yads_ad_adv{
	display:inline;
	color:#009900;
	margin-left:10px;
	font-size:13px;
}
.yads_ad_desc{
	color:#666666;
	font-size:13px;
}
.yads_ad_desc strong{
	background-color:#ff0;
}
.yads_ad_info{
	top: 5px;
	position: absolute;
	right: 5px;
	padding-left: 5px;
	background-color: #EBF7FF;
}
.yads_ad_info a{
	color: #666666;
	font-size: 12px;
	line-height: 13px;
}
.yads_ad_info a:link,
.yads_ad_info a:visited{
	text-decoration: none !important;
}
.yads_ad_info a:hover,
.yads_ad_info a:active{
	color: #666666;
	text-decoration: underline !important;
	background-color: transparent !important;
}
.yads_ss .yads_ad{
	display:none;
}
.yads_hide{
	display:none;
}
#sub .yads_ad {
	height:auto;
	overflow:visible;
	position:static;
}
#sub .yads_ad_item {
	height: auto;
	white-space: normal;
	width: 284px;
	padding-bottom: 4px;
}
#sub .yads_ad_adv {
	display: block;
	margin-left: 0;
}
#sub .yads_ad_info{
	position: static;
	background-color: #EBF7FF;
	text-align: right;
	padding: 4px 8px 4px 0;
}


.overture {
	border: 1px solid #DDDDDD;
	clear: both;
	height: 76px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}
.overture iframe {
	height: 76px;
	width: 638px;
}
.overture_a {
	height: auto;
}
.overture_a iframe {
	height: 190px;
}
.overture p a {
	background-color: #EBF7FF;
	display: block;
	padding: 4px 8px 0 8px;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	width: 622px;
	text-decoration: none !important;
	line-height: 16px;
}
.overture p a:hover {
	background-color: #D8EEFC !important;
}
.overture p a em {
	color: #0000DD;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline !important;
}
.overture p a em strong {
	font-weight: bold;
}
.overture p a cite {
	color: #009900;
	margin-left: 10px;
	font-size: 13px;
}
.overture p a span {
	display: block;
	color: #666666;
	font-size: 13px;
}
.overture div {
	top: 5px;
	position: absolute;
	right: 5px;
	padding-left: 5px;
}
.overture div a {
	color: #666666;
	font-size: 12px;
	line-height: 13px;
}
.overture div a:link,
.overture div a:visited {
	text-decoration: none !important;
}
.overture div a:hover,
.overture div a:active {
	color: #666666;
	text-decoration: underline !important;
	background-color: transparent !important;
}
#sub .overture {
	height: auto;
	overflow: visible;
	position: static;
}
#sub .overture p a {
	height: auto;
	white-space: normal;
	width: 269px;
	padding-bottom: 4px;
}
#sub .overture p a cite {
	display: block;
	margin-left: 0;
}
#sub .overture p a span {
	display: inline;
}
#sub .overture div {
	position: static;
	background-color: #EBF7FF;
	text-align: right;
	padding: 4px 8px 0 0;
}

#bookmark span {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
#bookmark {
	text-align: right;
}
#bookmark span img {
	position: absolute;
}
#bookmark a img {
	vertical-align: top;
}

#b_yahoo img {
	left: 0;
}
#b_hatena img {
	left: -16px;
}
#b_livedoor img {
	left: -32px;
}
#b_google img {
	left: -48px;
}
#b_twitter img {
	position: absolute;
	left: -64px;
}

#s_theater {
	background-color: #EAEAEA;
	padding: 5px;
}
#s_theater h3 {
	height: 32px;
	overflow: hidden;
	width: 290px;
	background: url(../images/shared/s_theater.png) no-repeat 0 0;
}
#s_theater span {
	background-image: url(../images/shared/s_theater.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 145px;
	cursor: pointer;
}
#s_theater_tab_1 {
	background-position: 0 -32px;
}
#s_theater_tab_1.off {
	background-position: 0 -57px;
}
#s_theater_tab_2 {
	background-position: -147px -32px;
}
#s_theater_tab_2.off {
	background-position: -147px -57px;
}
#s_theater form {
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	height: 63px;
}
#s_theater form.off {
	display: none;
}
#s_theater fieldset {
	background: url(../images/shared/s_theater.png) no-repeat 0 -82px;
	padding-left: 58px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	white-space: nowrap;
}
#s_theater_2 fieldset {
	background-position: 0 -108px;
}
#s_theater_title {
	width: 200px;
}
#s_theater_btn {
	background: url(../images/shared/s_theater.png) no-repeat 0 -134px;
	padding: 0;
	border: 0 none;
	width: 128px;
	height: 27px;
	cursor: pointer;
}
#s_theater_btn:hover {
	background-position: 0 -161px;
}
#s_theater_bytitle {
	background: url(../images/shared/s_theater.png) no-repeat -128px -134px;
	padding: 0;
	border: 0 none;
	width: 122px;
	height: 27px;
	cursor: pointer;
}
#s_theater_bytitle:hover {
	background-position: -128px -161px;
}
#s_theater_byname {
	background: url(../images/shared/s_theater.png) no-repeat -250px -134px;
	padding: 0;
	border: 0 none;
	width: 122px;
	height: 27px;
	cursor: pointer;
}
#s_theater_byname:hover {
	background-position: -250px -161px;
}


#s_column {
	background-color: #DFF1FE;
	border: 1px solid #CCE0E9;
	padding: 4px 8px;
}
#s_column h4 {
	font-weight: bold;
	text-align: right;
}
#s_column em {
	display: block;
	font-weight: bold;
	margin: 3px 0;
	text-align: left;
}


#s_person {
	background: url(../images/shared/bar.png) no-repeat 3px 0;
	border: 1px solid #CCE0E9;
	padding: 5px 2px 2px 2px;
}
#s_person h3 {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}
#s_person ul {
	padding: 0 3px;
	font-size: 100%;
	line-height: 110%;
}
#s_person li {
	display: inline;
}
#s_person li.a {
	font-size: 190%;
	line-height: 110%;
}
#s_person li.b {
	font-size: 160%;
	line-height: 110%;
}
#s_person li.c {
	font-size: 130%;
	line-height: 110%;
}
#s_person em {
	display: block;
	margin-right: 5px;
	text-align: right;
}


.s_special,
.s_recommend {
	background: url(../images/shared/bar.png) no-repeat 3px 0;
	border: 1px solid #CCE0E9;
	padding: 5px 2px 2px 2px;
}
.s_special h3,
.s_recommend h3 {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	text-align: right;
}
.s_special ul,
.s_recommend ul {
	padding: 3px;
	overflow: hidden;
	zoom: 1;
}
.s_special li {
	background: url(../images/shared/li_blue.gif) no-repeat left top;
	clear: both;
	margin-bottom: 4px;
	overflow: hidden;
	width: 288px;
	zoom: 1;
}
.s_recommend li {
	clear: both;
	margin-bottom: 4px;
	overflow: hidden;
	width: 288px;
	zoom: 1;
}
.s_special li strong,
.s_recommend li strong {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	text-indent: 15px;
}
.s_special li img,
.s_recommend li img {
	float: left;
	margin: 0 5px;
}
#s_news {
	background: url(../images/shared/bar.png) no-repeat 3px 0;
	border: 1px solid #CCE0E9;
	padding: 5px 2px 2px 2px;
}
#s_news h3 {
	display: inline;
	float: right;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}
#s_news .rss img {
	float: right;
	margin: 3px 5px 0 0;
}
#s_news ul {
	clear: right;
	padding: 0 3px;
}
#s_news li {
	list-style: square inside url(../images/shared/li_blue.gif);
	padding: 1px;
}
#s_news li.a {
	background-color: #ECECEC;
}
#s_news li.img {
	background-color: #FFFFFF;
	float: left;
	list-style: none inside none;
	text-align: center;
	width: 100px;
}
#s_news li.img span {
	display: block;
	font-size: 85%;
	line-height: 120%;
	margin-top: 4px;
}
#s_news em {
	display: block;
	margin: 5px;
	text-align: right;
}
#s_critic {
	background: url(../images/shared/bar.png) no-repeat 3px 0;
	border: 1px solid #CCE0E9;
	padding: 5px 2px 2px 2px;
}
#s_critic h3 {
	color: #054389;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	text-align: right;
}
#s_critic ul {
}
#s_critic li {
	background-color: #E7E7E7;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 3px;
	width: 288px;
	zoom: 1;
}
#s_critic li img {
	float: left;
	margin: 0 5px;
}
#s_critic li strong {
	display: block;
	font-weight: bold;
}
#s_critic em {
	display: block;
	margin-right: 5px;
	text-align: right;
}
#s_guide {
	background: url(../images/shared/bar.png) no-repeat 3px 0;
	border: 1px solid #CCE0E9;
	padding: 5px;
}
#s_guide h3 {
	color: #054389;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 3px;
}
#s_guide em {
	background: url(../images/shared/li_blue.gif) no-repeat scroll left top;
	display: block;
	font-weight: bold;
	text-indent: 15px;
}

#body.m #head {
	position: absolute;
	top: 0;
	left: 0;
	width: 954px;
}
#body.m #main,
#body.m #sub {
	margin-top: 225px;
}
#body.n #main {
	width: 950px;
}
#body.n .overture {
	width: 638px;
	margin: 0 auto 8px auto;
}
#paging {
	margin-bottom: 8px;
	overflow: hidden;
	zoom: 1;
}
#paging a {
	background-image: url(../images/news/h_bg.png);
	background-repeat: no-repeat;
	color: #191919;
	display: block;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding-bottom: 1px;
	padding-top: 1px;
	position: relative;
}
#paging a:link,
#paging a:visited {
	text-decoration: none;
}
#paging .back {
	float: left;
	background-position: 0 -63px;
	width: 45px;
	text-align: left;
	padding-left: 25px;
}
#paging .next {
	float: right;
	background-position: -70px -63px;
	width: 45px;
	text-align: right;
	padding-right: 25px;
}
#paging .latest {
	background-position: 0 -81px;
	margin: 0 auto;
	width: 140px;
	text-align: center;
}
.pager {
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
	zoom: 1;
}
.pager p {
	float: left;
	font-size: 120%;
	line-height: 20px;
}
.pager div {
	float: right;
	font-size: 14px;
	line-height: 14px;
}
.pager span,
.pager a {
	border: 1px solid #3366FF;
	float: left;
	margin-left: 3px;
	padding: 3px 6px;
}
.pager a.a {
	border: 1px solid #FFFFFF;
}
.pager span {
	background-color: #3366FF;
	color: #FFFFFF;
}
.pager a:link,
.pager a:visited {
	background-color: #FFFFFF;
	color: #3366FF;
	text-decoration: none !important;
}
.pager a:hover,
.pager a:active {
	background-color: #AADDFF;
	color: #3366FF;
	text-decoration: none !important;
}
.c_pager {
	background: none repeat scroll 0 0 #F3F3F3;
	clear: both;
	margin-bottom: 8px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
.c_pager em,
.c_pager span,
.c_pager a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: inline-block;
	margin: 0 1px;
	padding: 0 8px;
	text-decoration: none;
	line-height: 22px;
}
.c_pager em {
	background-color: #D3E2EF;
	color: #054389;
	font-weight: bold;
}
.c_pager span {
	background-color: transparent;
	color: #999999;
	font-weight: normal;
}
@media print {
	img.nocopy {
		visibility: hidden;
	}
}

/* clearFix */
.clrFlt{ zoom:1; /* for IE 5.5-7 */ }
.clrFlt:after { /* for modern browser */
content:".";
clear:both;
display:block;height:0;
visibility:hidden;
}


/* +++++++++++++++++++
	左カラム共通
++++++++++++++++++++++ */
.unitBox_l{
	width:170px;
	padding:4px;
	margin-bottom:15px;
	line-height:1.3;
	border:1px solid #d6d7da;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	background:#f8f7f0;
	line-height:1.3;
}
.unitBox_l div{
	width:158px;
	margin:0 auto 10px;
	padding:5px 5px 0;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border:1px solid #d5d9dd;
	background:#fff;
}

.unitBox_l h3,
.unitBox_l h4{
	color:#333;
	font-weight:bold;
}

.unitBox_l h3{
	margin:0 auto;
	padding:11px 0 7px;
	background:url(../images/top/ub_title-bar_l.png) no-repeat left top;
}
.unitBox_l h4{
	padding-bottom:5px;
}
.unitBox_l em.more{
	display:block;
	margin-bottom:7px;
	font-size:90%;
	text-align:right;
}
.unitBox_l em.more a{
	padding:4px 0 5px 21px;
	background:url(../images/top/icon_more_bg.png) no-repeat left top;
}



/* +++++++++++++++++++
	中央カラム共通
++++++++++++++++++++++ */
.unitBox_c{
	width:428px;
	padding:5px 9px 0;
	margin-bottom:15px;
	line-height:1.3;
	border:1px solid #d6d7da;
	-webkit-box-shadow:1px 1px 1px #ececec;
	-moz-box-shadow:1px 1px 1px #ececec;
	box-shadow:1px 1px 1px #ececec;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border:1px solid #d6d7da;
	background:#fff url(../images/shared/unitbox_bg.png) repeat-x left top;
	line-height:1.3;
}
.unitBox_c div{
	width:408px;
	margin:0 auto 11px;
	padding:5px 10px 0;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border:1px solid #d5d9dd;
}
.unitBox_c h3,
.unitBox_c h4{
	color:#333;
	font-weight:bold;
}
.unitBox_c h3 a,
.unitBox_c h4 a{
	color:#333;
}
.unitBox_c h3 a:visited,
.unitBox_c h3 a:active,
.unitBox_c h3 a:hover,
.unitBox_c h4 a:visited,
.unitBox_c h4 a:hover,
.unitBox_c h4 a:active{
	color: #333;
	text-decoration: underline;
}
.unitBox_c h3{
	margin:0 auto;
	padding:11px 10px 7px;
	background:url(../images/top/ub_title-bar_c.png) no-repeat left top;
}
.unitBox_c h4{
	padding-bottom:5px;
}

.unitBox_c em.more{
	display:block;
	margin-bottom:9px;
	font-size:90%;
	text-align:right;
}
.unitBox_c em.more a{
	padding:4px 0 5px 21px;
	background:url(../images/top/icon_more.png) no-repeat left top;
}


/* ++++++++++++++++++
	右カラム 共通
	+++++++++++++++++++++++++ */
#sub .unitBox_s,
#sub .unitBox_s2 {
	margin: 0 auto 20px;
	line-height:1.33;
}

.unitBox_s{ /* 装飾付き */
	width:276px;
	position:relative;
	padding:3.5em 10px 10px;
	line-height:1.3;
	-webkit-box-shadow:1px 1px 1px #ececec;
	-moz-box-shadow:1px 1px 1px #ececec;
	box-shadow:1px 1px 1px #ececec;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border:1px solid #d6d7da;
	background:#fff;
}
.unitBox_s h3,
.unitBox_s h4{
	color:#333;
	font-weight:bold;
}
.unitBox_s h3{
	width:252px;
	padding:17px 0 7px 48px;
	position:absolute;
	left:-1px;
	top:-5px;
	background: url(../images/shared/ranking_bg.gif) no-repeat left top;

}
.unitBox_s h4{
	padding-bottom:5px;
}
.unitBox_s em.more{
	display:block;
	text-align:right;
}
.unitBox_s em.more a{
	padding:4px 0 5px 21px;
	background:url(../images/top/icon_more.png) no-repeat left 1px;
}

.unitBox_s2{ /* 装飾なし */
	width:276px;
	padding:5px 10px 10px;
	-webkit-box-shadow:1px 1px 1px #ececec;
	-moz-box-shadow:1px 1px 1px #ececec;
	box-shadow:1px 1px 1px #ececec;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border:1px solid #d6d7da;
	background:#fff url(../images/shared/unitbox_bg2.png) repeat-x left top;
}
.unitBox_s2 h3,
.unitBox_s2 h4{
color:#333;
font-weight:bold;
}

.unitBox_s2 h3{
	margin:0;
	padding:12px 0;
	background:url(../images/top/ub_title-bar_r.png) no-repeat left top;
}
.unitBox_s2 h4{
	padding-bottom:5px;
}
.unitBox_s2 em.more{
	display:block;
	margin:10px 0 7px;
	text-align:right;
}
.unitBox_s2 em.more a{
	padding:4px 0 5px 21px;
	background:url(../images/top/icon_more.png) no-repeat left 1px;
}

/* ランキング(映画＆俳優共通) */

#s_mRnkng a:link,
#s_mRnkng a:visited,
#s_pRnkng a:link,
#s_pRnkng a:visited{
	color:#04c;
}
#s_mRnkng a:hover,
#s_mRnkng a:active,
#s_pRnkng a:hover,
#s_pRnkng a:active{
	color:#551a8b;
	background-color:transparent;
}

#s_mRnkng h3 a:link,
#s_mRnkng h3 a:visited,
#s_pRnkng h3 a:link,
#s_pRnkng h3 a:visited{
	color:#000;
}

#s_mRnkng table,
#s_pRnkng table{
	width:276px;
	margin-bottom:6px;
	empty-cell:show;
}

#s_mRnkng table th,
#s_pRnkng table th{
	width:19px;
	padding:6px 4px 5px 3px;
	vertical-align:top;
	font-weight:bold;
	font-size:90%;
}
#s_mRnkng table th,
#s_pRnkng table th,
#s_mRnkng table td,
#s_pRnkng table td{
background:url(../images/shared/line_dot_gray.png) repeat-x left bottom;
}

#s_mRnkng table th span,
#s_pRnkng table th span{
	display:block;
	padding-top:4px;
}
#s_mRnkng table td,
#s_pRnkng table td{
	width:228px;
	padding:7px 10px 5px;
}
#s_mRnkng table td{ letter-spacing:-1px; }


#s_mRnkng em,
#s_pRnkng em{
	display: block;
	margin: 5px 5px 0 0;
	text-align: right;
}

#s_mRnkng tr.rank01 th,
#s_pRnkng tr.rank01 th{ 	background-color:#eaeace; border-left:1px solid #dbdbae; border-top:1px solid #dbdbae; }
#s_mRnkng tr.rank02 th,
#s_pRnkng tr.rank02 th{ 	background-color:#dfdfdf; border-left:1px solid #d1cfcf; }
#s_mRnkng tr.rank03 th,
#s_pRnkng tr.rank03 th{ 	background-color:#f0e4ca; border-left:1px solid #e1d0ab; }

#s_mRnkng tr.rank01 th span,
#s_mRnkng tr.rank02 th span,
#s_mRnkng tr.rank03 th span,
#s_pRnkng tr.rank01 th span,
#s_pRnkng tr.rank02 th span,
#s_pRnkng tr.rank03 th span{
	padding-top:18px;
	background-repeat:no-repeat;
	background-position:left top;
}

#s_mRnkng tr.rank01 th span,
#s_pRnkng tr.rank01 th span{	color:#abab2c; }
#s_mRnkng tr.rank02 th span,
#s_pRnkng tr.rank02 th span{	color:#8d8e90; }
#s_mRnkng tr.rank03 th span,
#s_pRnkng tr.rank03 th span{	color:#b68a39; }

#s_mRnkng th span img,
#s_pRnkng th span img{
	margin-left:3px;
	margin-top:-3px;
}

#s_mRnkng tr.rank01 th span,
#s_pRnkng tr.rank01 th span{ background-image: url(../images/shared/crown01.png); }
#s_mRnkng tr.rank02 th span,
#s_pRnkng tr.rank02 th span{	background-image: url(../images/shared/crown02.png); }
#s_mRnkng tr.rank03 th span,
#s_pRnkng tr.rank03 th span{	background-image: url(../images/shared/crown03.png); }


#s_mRnkng tr.rank01 td,
#s_pRnkng tr.rank01 td{ background-color:#fffffc; border-right:1px solid #dbdbae; border-top:1px solid #dbdbae; }
#s_mRnkng tr.rank02 td,
#s_pRnkng tr.rank02 td{ background-color:#fcfcfc; border-right:1px solid #d1cfcf;}
#s_mRnkng tr.rank03 td,
#s_pRnkng tr.rank03 td{ background-color:#fdfcfa; border-right:1px solid #e1d0ab; }


/* ++++++++++++++++++++
	映画ランキング専用
+++++++++++++++++++++++++++ */
#s_mRnkng table td{ font-size:90%; }

#s_mRnkng table td strong{
	display:block;
	width:228px;
	padding-bottom:2px;
	font-size:120%;
	font-weight:bold;
}
#s_mRnkng table td img{
	display:block;
	width:90px;
	float:right;
	display:inline;
}
#s_mRnkng table ul{
	width:135px;
	margin-top:3px;
	list-style:none;
}
#s_mRnkng table ul em{
	display:inline;
	padding-left:2px;
}



/* ++++++++++++++++++++
	映画レビュー専用
+++++++++++++++++++++++++++ */
/* movie_review +++++++++ */
#sub div#s_movieReview{ margin-bottom:15px; }

#s_movieReview strong{
	display:block;
	margin-bottom:3px;
	font-weight:bold;
}

#s_movieReview ul{
	width:276px;
	margin-bottom:10px;
}

#s_movieReview li{
	clear:both;
	margin-bottom:5px;
	padding:0 0 6px 0;
	background:url(../images/shared/line_dot_gray.png) repeat-x left bottom;
	zoom:1;
	overflow:hidden;
}

#s_movieReview a.m_thumb{
	display:block;
	width:75px;
	border:1px solid #c6c6c6;
	padding:1px;
	float:left;
}
#s_movieReview a.m_thumb img{ width:75px; }
#s_movieReview a.cmnt{
	width:auto;
	margin:0;
	padding:0;
	border:none;
	background:none;
}

#s_movieReview span{
	display:block;
	width:152px;
	float:right;
	padding:0 0 0 35px;
	position:relative;
	background:none
}

#s_movieReview span a.icn_user{
	display:block;
	width:30px;
	position:absolute;
	left:0;
	top:0;
}

#s_movieReview span a.icn_user img{ width:30px; }



#sub div#s_pickReview{
	margin-bottom:15px;
	line-height:1.3;
}
#s_pickReview a:link,
#s_pickReview a:visited{
	color:#04c;
}
#s_pickReview a:hover,
#s_pickReview a:active{
	color:#551a8b;
}
#s_pickReview h3 a:link,
#s_pickReview h3 a:visited{
	color:#000;
}

#s_pickReview strong{
	display:block;
	font-weight:bold;
}
#s_pickReview ul{
	width:276px;
	margin-bottom:10px;
	font-size:90%;
}
#s_pickReview li{
	clear:both;
	margin-bottom:6px;
	padding:0 0 3px 0;
	background:url(../images/shared/line_dot_gray.png) repeat-x left bottom;
	zoom:1;
	overflow:hidden;
}
#s_pickReview img{
	display:block;
/*	width:90px; */
	float:left;
}
#s_pickReview span{
	display:block;
	width:180px;
	float:right;
	padding-bottom:5px;
	background:url(../images/top/pickup_rev_bg2.png) no-repeat left bottom;
}
#s_pickReview span a{
	display:block;
	width:155px;
	padding:10px 5px 3px 20px;
	background:url(../images/top/pickup_rev_bg.png) no-repeat left top;
}
#s_pickReview span a:link,
#s_pickReview span a:visited{
	text-decoration: none;
}
#s_pickReview span a:hover,
#s_pickReview span a:active{
	text-decoration: underline;
}


/* ++++++++++++++++++++
	俳優ランキング専用
+++++++++++++++++++++++++++ */
#sub #s_pRnkng{ margin-bottom:15px; }

#s_pRnkng table td img{
	display:block;
	width:80px;
	float:left;
}
#s_pRnkng table dl{
	width:100%;
}
#s_pRnkng table tr.rank01 dl,
#s_pRnkng table tr.rank02 dl,
#s_pRnkng table tr.rank03 dl{
	width:140px;
	float:right;
}
#s_pRnkng table td dt{
	margin-bottom:2px;
	padding:2px;
}
#s_pRnkng table td dt strong{ font-weight:bold; }
#s_pRnkng table td dd{
	padding-left:55px;
	background:url(../images/shared/label_m-new2.png) no-repeat left top;
	font-size:90%;

}
#s_pRnkng table tr.rank01 dd,
#s_pRnkng table tr.rank02 dd,
#s_pRnkng table tr.rank03 dd{
	min-height:28px;
	height: auto !important;
	height: 28px;
	padding-left:32px;
	background:url(../images/shared/label_m-new.png) no-repeat left top;
}


/*  +++++++++++++++++++++++++
	movieHistory(2nd level用）
++++++++++++++++++++++++++++++ */
#s_movieHis{ padding-bottom:0; display:none; }
#s_movieHis div{
	margin:0;
	width:276px;
	background:#fff;
}

#s_movieHis a:link,
#s_movieHis a:visited{
	color:#04c;
}
#s_movieHis a:hover,
#s_movieHis a:active{
	color:#551a8b;
	background-color:#fff;
}


#s_movieHis h4.t_his{
	margin-top:10px;
	padding-top:10px;
	background:url(../images/shared/line_dot_gray.png) repeat-x left top;
}
#s_movieHis ul{
	width:276px;
	margin-bottom:10px;
}
#s_movieHis ul li{
	background:url(../images/shared/list-icon_m.png) no-repeat left 3px;
	padding-left:13px;
}
#s_movieHis em.more{ margin-bottom:10px; }
#s_movieHis em.more a{ background:url(../images/top/icon_more.png) no-repeat left top; }

#movieHis {
	display: none;
}
#message {
	text-align: center;
	font-size: 130%;
	margin: 7em 0;
}


/* second Level 共通 ++++++++++
++++++++++++++++++++++++++++ */
.wrap_ctsBox{
	width:640px;
	padding-top:8px;
	background:url(../images/shared/body_bg.png) no-repeat left top;
	text-align:left;
}
.ctsBox{
	width:618px;
	margin-bottom:20px;
	padding:25px 10px 10px 10px;
	border:1px solid #d6d7da;
	border-top:none;
	line-height:1.5;
	overflow:hidden;
	zoom:1;
}
.ctsBox:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

/* 1カラム */
#oneClmn #gmenu_link { width: 924px; }
#oneClmn .wrap_ctsBox{
	width:954px;
	background:url(../images/shared/body_bg_l.png) no-repeat left top;
}
#oneClmn .ctsBox{
	padding-left:167px;
	padding-right:167px;
}
#oneClmn #main{ width:954px; }

.ctsBox h2{
	margin-left:10px;
	padding:0 0 24px 27px;
	color: #333;
	font-size: 133%;
	font-weight: bold;
	background:url(../images/shared/headline_bg.png) no-repeat left 2px;
}
.ctsBox h2 span{ font-size:75%;}
.ctsBox h3{
	clear:both;
	margin-bottom:15px;
	padding-bottom:8px;
	background:url(../images/shared/headline_bg3.png) no-repeat left bottom;
}
.ctsBox h3 strong{
	display:block;
	padding:6px 0 2px 18px;
	color:#333;
	font-size:117%;
	font-weight:bold;
	background:url(../images/shared/headline_bg3.png) no-repeat left top;
}
.ctsBox h4{
	clear:both;
	margin:0 0 7px 0;
	padding-left:15px;
	color:#333;
	background:url(../images/shared/headline_bg.png) no-repeat left -300px;
}
.ctsBox em.more{
	clear:both;
	display:block;
	margin-top:10px;
	text-align:right;
}
.ctsBox em.more a{
	padding:3px 0 5px 21px;
	background:url(../images/shared/link_arrow.png) no-repeat left -241px;
}
.unitBox{
	clear:both;
	width:597px;
	margin:0 0 20px 18px;
	overflow:hidden;
	zoom:1;
}
.unitBox_m{
	width:299px;
	margin-bottom:20px;
}
.unitBox_m h3{ background-position:-621px bottom;}
.unitBox_m h3 strong{ background-position:-621px top;}
.unitFltL{ float:left; }
.unitFltR{ float:right; }
#pgStart{
	display:block;
	margin-top:15px;
	text-align:right;
}
#pgStart a{
	padding:3px 0 5px 21px;
	background:url(../images/shared/link_arrow.png) no-repeat left -410px;
}
#previewlink_img {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #999;
	width:100px;
	display:none;
}

/* ++++++++++++++++++
	アカデミー賞・OMA
+++++++++++++++++++++ */
#oscar li,
#oma li{
	width:276px;
	padding-bottom:10px;
	clear:both;
	background:url(../images/shared/line_dot_gray.png) repeat-x left bottom;
	overflow:hidden;
	zoom:1;
}
#oscar li a.pict,
#oma li a.pict{
	display:block;
	width:90px;
	float:left;
}
#oma li span{
	display:block;
	width:178px;
	margin-top:-2px;
	float:right;
	font-size:90%;
}
#oscar li span {
	display:block;
	width:178px;
	float:right;
	font-size: 100%;
	line-height: 140%;
}
#oscar li strong,
#oma li strong{
	Oscar:block;
	font-weight:bold;
	font-size:120%;
	letter-spacing:-.5px;
}
#oscar li strong a,
#oma li strong a{
	display:block;
	padding:0 0 2px 0;
	font-weight:bold;
}



#movie_tokushu li {
	padding: 5px;
	margin-bottom: 2px;
	border: 1px solid #d6d7da;
	overflow: hidden;
	zoom: 1;
}
#movie_tokushu li strong {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#movie_tokushu li img {
	float: left;
	margin-right: 8px;
}
#movie_tokushu li span {
	color: #333333;
	font-size: 90%;
}

.fb-cmnt-num{
		width:150px;
	height:25px;
	border:none;
	overflow:hidden;
}

#fbRcmnd{
	width:296px;
	padding:0;
}
.fb-rcmnd-box{
	width:296px;
	height:400px;
		border:1px solid #3b5999;
	overflow:hidden;
}

.fb-like-box{
	width:952px;
	height:218px;
	margin:10px auto 40px;
	border:1px solid #3b5999;
	overflow:hidden;
}



#fbLikeRec > .fb-like{
	min-height:55px;
	margin-left:10px;
	border-bottom:1px dotted #c9c9c9;
}


.fb-like-box2{
	width:250px;
	height:55px;
	margin-left:10px;
	border-bottom:1px dotted #c9c9c9;
	overflow:hidden;
}


.fb-rcmnd-box2{
	width:276px;
	height:320px;
	overflow:hidden;
}




#fromEiga h3{
	margin:0;
	padding:12px 0 0;
	font-size:14px;
	background:none;
	color:#023567;
}

#fromEiga h3 img{
	margin-right:6px;
	width:25px;
	height:24px;
	background:url(../images/mypage/icon_list.png) no-repeat 0 -50px;
}

#fromEiga li{
	font-size:14px;
	padding: 9px 0;
	border-bottom:1px dotted #a3a3a3;
}

#fromEiga li span{
	display:block;
	margin-top:2px;
	font-size:12px;
	text-decoration:underline;
}


#fromEiga li a:link,
#fromEiga li a:visited,
#fromEiga li a:hover,
#fromEiga li a:active{ text-decoration:none; color:#333; }

#fromEiga li a:link span{               color:#04c; }
#fromEiga li a:visited span{    color:#551a8b; }
#fromEiga li a:hover span{      color:#551a8b; }
#fromEiga li a:active span{     color:#551a8b; }


#foot #switch_sp_view{
	display: none;
}
#foot #switch_sp_view > a{
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 64px;
	text-shadow: -1px -1px 2px #618926;
	text-decoration: none;
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(77,77,77,0.4)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(77,77,77,0.4));
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
	border-color: transparent transparent rgba(202,202,202,0.27) transparent;
	-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
	-webkit-background-clip: padding-box;
}
#foot #switch_sp_view > a:hover{
	background-color: #245191;
	text-shadow: -1px -1px 2px #465f97;
	text-decoration: none;
}
#foot #switch_sp_view > a > span{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #444 #111 #444;
	border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	color: white;
	padding: 0.48em 2em;
	cursor: pointer;
	text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
	-webkit-background-clip: padding-box;
}
#foot #switch_sp_view > a > span{
	border-top-color: rgba(255,255,255,0.65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20)));
	background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#99dcdcdc', EndColorStr='#33000000');
	-webkit-background-clip: padding-box;
}
#foot #switch_sp_view > a:active > span{
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5)));
	background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000');
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-background-clip: padding-box;
}
#foot #switch_sp_view > a > span:active{
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000');
	-webkit-background-clip: padding-box;
}


#s_photo,
#s_photo img{
	display:block;
	width:250px;
	height:250;
}

#s_photo{
	margin:0 auto 15px;
	position:relative;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	border:1px solid #3d3d3d;
}

#sub a#s_photo:link,
#sub a#s_photo:visited{ color:#f1f1f1;}
#sub a#s_photo:hover{ color:#ffea00;}

#s_photo span{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:250px;
	height:20px;
	padding:10px 0 5px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	background:url(../images/buzz/btnlist.png) no-repeat 0 0;
}

#main .page_info {
	width: 100%;
	background-color: #EEEEE3;
	padding: 30px 0;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}
#main .page_info p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#main .page_info p b {
	font-weight: bold;
}
#main .pagination {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	background-color: #EEEEE3;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
#main .pagination em,
#main .pagination span,
#main .pagination a {
	display: inline-block;
	width: 40px;
	border: 1px solid #CCC;
	margin-right: 2px;
	background-color: #FFF;
	text-align: center;
}
#main .pagination a:hover,
#main .pagination a:active {
	border-color: #551A8B;
	background-color: #FFF;
}
#main .pagination .previous_page,
#main .pagination .prev_page,
#main .pagination .next_page {
	width: 63px;
	border: 0 none;
	background-color: #EEEEE3 !important;
}
#main .pagination .next_page {
	margin-right: 0;
}
#main .pagination .current {
	font-weight: bold;
	background-color: #D3E2EF;
	color: #333;
}
#main .pagination .disabled {
	color: #CCC;
	border: 0 none;
}

#sub #relationSite {
	width: 288px;
	margin: 20px auto;
	padding: 7px 5px;
	background: #f8f7f0;
	border:1px solid #d6d7da;
	line-height: 1.3;
}
#relationSite h3 {
	color: #333;
	font-weight: bold;
	margin-bottom:5px;
}
#relationSite .relationInner {
	width: 276px;
	padding: 7px 5px;
	background: #fff;
	border:1px solid #d6d7da;
}
.relationInner p {
	line-height:1.3;
}
#relationSite em.more {
	display: block;
	text-align: right;
}
#relationSite em.more a {
	padding: 4px 0 5px 21px;
	background: url(../images/top/icon_more.png) no-repeat left 1px;
}

.youtube{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.youtube > iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.cts-video-player{
	position:relative;
}
.cts-video-player:before{
	content:"";
	display:block;
	padding-top:75%;
}
.cts-video-player > .message,
.cts-video-player > video,
.cts-video-player > img,
.cts-video-player > a{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
.cts-video-player > img{
	z-index:1;
	object-fit:contain;
}
.cts-video-player > a{
	z-index:2;
	background:url(../images/shared/video_playbtn.png) no-repeat center center / contain;
}
.cts-video-player > a:hover{
	opacity:0.8;
}
.cts-video-player > video{
	z-index:3;
	display:none;
}
.cts-video-player .message:before{
	content:"\26d4";
	font-size:26px;
	margin-right:5px;
	vertical-align:middle;
}
.cts-video-player .message{
	display:flex;
	align-items:center;
	justify-content: center;
	font-size:13px;
	width:100%;
	height:100%;
	background-color:#eee;
}

.adArea {
	margin-bottom: 10px;
	padding:0 11px;
	overflow:hidden;
	zoom:1;
}
.adArea .adL,
.adArea .adR {
	width:300px;
	height:250px;
}
.adArea .adL {
	float:left;
	margin-right:18px;
}
.adArea .adR {
	float:left;
}

#ad_wrapper_bottom {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e5e5e5;
	text-align: center;
}

.no-copy-all,
.no-copy-all *,
.no-copy {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}
.no-copy{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

@media print {
	.no-copy-all,
	.no-copy {
		display: none;
	}
}
