@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.06.06
Style Info:     import css 
------------------------------------------------------------------------ */ 

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*-------------Greeting-------------*/
#greeting {
	height: 540px;
	background: url(../img/index_img/bg_greeting.jpg) repeat-x top center;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
#greeting div.box_cent {
	padding: 60px 0 0 0;
}
#greeting div.box_cent div#greeting_right {
	width: 450px;
	margin-bottom: 30px;
	float: right;
}
#greeting div.box_cent h2 {
	margin-bottom: 30px;
}
#greeting div.box_cent p span {
	color: #7ab8da;
}
#greeting div.box_cent ul#ban_business {
	width: 450px;
	margin: 22px 0 0 0;
}
#greeting div.box_cent ul#ban_business li {
	margin-bottom: 15px;
}
#greeting div.box_cent ul#ban_business li img {
	box-shadow: 0 0 5px #155681;
}
/*-------------News-------------*/
#news {
	height: 360px;
	background: url(../img/index_img/bg_news.gif) repeat-x top center;
	overflow: hidden;
}
#news div.box_cent {
	text-align: left;
}
#news div.box_cent h2 {
	text-align: center;
}
#news div.box_cent h3 {
	margin-bottom: 10px;
}
#news div.box_cent div#topics {
	width: 300px;
	height: 230px;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
#news div.box_cent div#report {
	width: 300px;
	height: 230px;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
#news div.box_cent ul.list_following li span {
	font-size: 10px;
	color: #888;
	padding: 0 5px 0 0;
}
p.btn_more {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*-------------Pick up-------------*/
#pickup {
	height: 620px;
	background: url(../img/index_img/bg_pickup.gif) repeat-x top center;
	overflow: hidden;
}
p.btn_pickup a img {
	box-shadow: 0 0 5px #155681;
}
/*商品リスト*/
#pickup_movie, #pickup_group, #pickup_dvd {
	height: 230px;
	padding: 10px 0 0 15px;
	background: url(../img/index_img/bg_blue_grade.png) repeat-x top center;
}
#pickup_movie ul li, #pickup_group ul li, #pickup_dvd ul li {
	width: 133px;
	text-align: center;
	float: left;
}
#pickup_movie ul li img, #pickup_group ul li img, #pickup_dvd ul li img {
	box-shadow: 0 0 5px #042538;
}
#pickup_movie ul li span, #pickup_group ul li span, #pickup_dvd ul li span {
	display: block;
	font-weight: bold;
	width: 113px;
	overflow: hidden;
	padding: 8px 10px 18px 10px;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; /* Firefox */
	-o-text-overflow: ellipsis; /* Opera */
}
#pickup_group {
	width: 425px;
	padding: 30px 0 0 25px;
	float: left;
}
#pickup_dvd {
	width: 425px;
	padding: 30px 0 0 25px;
	float: right;
}
/*-------------Related-------------*/
#related {
	height: 360px;
	background: url(../img/index_img/bg_related.gif) repeat-x top center;
	overflow: hidden;
}
#related div.box_cent {
	text-align: left;
}
#related div.box_cent h2 {
	text-align: center;
	margin-bottom: 10px;
}
#related div.box_cent ul li {
	width: 210px;
	float: left;
	margin: 0 0 0 30px;
}
#related div.box_cent ul li.last-child {
	width: 420px;
}
#related div.box_cent ul li h3 {
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../img/common_img/arrow_white.png) no-repeat left center;
	padding: 0 0 0 10px;
}
#related div.box_cent ul li p img {
	margin-bottom: 18px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Topics

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox {
	overflow: hidden;
	clear: both;
}
.newsbox p {
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox h1 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 15px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 13px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 13px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newsbox .more-link {
	float: right;
	padding: 10px 0;
}
.postinfo {
	clear: both;
	color: #333;
	margin-top: 10px;
	text-align: right;
	padding: 5px 10px;
	background: #fff;
	/* CSS3 */
	border-radius: 20px;
}
.postinfo a {
	color: #333;
}
/*Program*/
.pagelink .oldpage {
	float: left;
}
.pagelink .newpage {
	float: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}
/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
    
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	/* CSS3 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.wp-pagenavi span.current {
	border: 1px solid #CCC;
	background: #DFDFDF;
	color: #999;
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.wp-pagenavi a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	box-shadow: 0 0 5px #155681;
	background: #fff;
	padding: 53px 15px 15px;
	margin-bottom: 30px;
	position: relative;
	/* CSS3 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#wp-calendar {
	color: #333;
	width: 180px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 15px 15px 10px 15px;
	line-height: 1;
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 66%, #ffffff 66%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #ffffff), color-stop(66%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 66%, #ffffff 66%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 66%, #ffffff 66%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 66%, #ffffff 66%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 66%, #ffffff 66%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
#wp-calendar a, #wp-calendar a {
	color: #333;
	text-decoration: underline;
}
/*search*/
.screen-reader-text {
	display: none;
}
#news_search {
	padding-top: 10px;
}
#news_search #s {
	margin: 0 0 30px 0;
	border: 1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	/* IE10 */  
	background: linear-gradient(to bottom, #F1F1F1, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Contact

---------------------------------------------------------------------------------------------------------------------------------------- */  
.contact_form {
	margin-top: 20px;
}
.contact_form dl {
	font-size: 12px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}
.contact_form dl.last {
	border-bottom: 1px solid #fff;
	margin: 0 0 30px;
}
.contact_form dl dt {
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
.contact_form dl dd {
	margin-left: 170px;
	border-left: 1px dotted #fff;
	padding: 0px 0px 0px 15px;
}
.contact_form dl dd.dd_child {
	padding-top: 15px;
}
.submit_btn {
	border-top: 1px solid #fff;
	text-align: center;
	padding-top: 20px;
}
/*Attention*/
.contact_form p.attention {
	line-height: 130%;
	color: #abd8f0;
	margin-bottom: 5px;
}
.contact_form strong {
	font-size: 11px;
	color: #f00;
	font-weight: normal;
}
/*Txt Area*/
.inp_text, textarea, .dropdown {
	border: 1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	/* IE10 */  
	background: linear-gradient(to bottom, #F1F1F1, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border: 1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Button*/
.inp_button {
	font-size: 12px;
	border: 1px solid #BFBFBF;
	padding: 2px 7px;
	margin-left: 5px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	/* Firefox */
	background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.inp_submit01 {
	border: 1px solid #000;
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	text-shadow: 1px 1px 0 #000;
	box-shadow: 0 1px 2px #000;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #666), color-stop(100%, #000));
	-webkit-border-radius: 3px;
	/* Firefox */
	background: -moz-linear-gradient(top, #fff 0%, #666 5%, #000 100%);
	-moz-border-radius: 3px;
	/* IE10 */  
	background: linear-gradient(to bottom, #333333, #000000);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );
	zoom: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Movie

---------------------------------------------------------------------------------------------------------------------------------------- */
div.movie_box {
	zoom: 1;
	padding: 0 0 30px 0;
	position: relative;
}
div.movie_box:after {
	content: "";
	display: block;
	clear: both;
}
div.movie_box img {
	box-shadow: 0 0 5px #155681;
}
p.catch_txt {
	text-shadow: 1px 1px 0 #051e43;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.ph_movie {
	float: left;
	padding: 0 20px 0 0;
}
.movie_box a img, .goods_box a img {
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.movie_box a:hover img, .goods_box a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
div.movie_box ul {
	padding: 15px 0 0px 0;
	list-style: none;
}
div.movie_box ul:after {
	content: "";
	display: block;
	clear: both;
}
div.movie_box ul li {
	float: left;
	margin: 0 10px 0 0;
}
div.movie_box p.tx_profile {
	padding-right: 140px;
	margin-bottom: 20px;
}
div.movie_box .ph_artist {
	position: absolute;
	top: 80px;
	right: 0;
}
.musicplayer {
	clear: both;
	padding-top: 20px;
}
.musicplayer p {
	margin: 0 0 5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

actors

---------------------------------------------------------------------------------------------------------------------------------------- */
/*icon*/
div.movie_box ol.iconlist01 {
	position: absolute;
	top: 8px;
	right: 0;
	overflow: hidden;
	list-style-type: none;
}
div.movie_box ol.iconlist02 {
	position: absolute;
	top: 72px;
	right: 0;
	overflow: hidden;
	list-style-type: none;
}
div.movie_box ol.iconlist01 li, div.movie_box ol.iconlist02 li {
	float: left;
	margin-left: 5px;
}
div.movie_box ul.ph_actor {
	width: 210px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px;
	padding: 0;
}
div.movie_box ul.ph_actor li {
	float: left;
	margin: 0 10px 0 0;
}
div.movie_box ul.ph_actor li.ph_main {
	float: none;
	clear: both;
	margin: 0 0 10px;
}
.actor_prof {
	width: 470px;
	float: right;
	margin: 0 0 20px;
}
.actor_prof .catch_txt {
	margin: 0;
	padding: 5px 0 10px;
	border-bottom: 1px solid #fff;
}
.actor_prof dl {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.actor_prof dl dt {
	font-size: 12px;
	line-height: 150%;
	float: left;
	width: 70px;
}
.actor_prof dl dd {
	font-size: 12px;
	line-height: 150%;
	margin-left: 80px;
	padding-left: 10px;
	border-left: 1px dotted #fff;
}
.tx_history {
	clear: both;
	background: url(../img/company_img/bg_map.png) repeat left top;
	padding: 15px;
	margin: 0 0 30px;
}
.tx_history .titlebar02 {
	margin: 0 0 12px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

goods

---------------------------------------------------------------------------------------------------------------------------------------- */
.goods_list {
	overflow: hidden;
}
.goods_list .goods_box {
	width: 210px;
	float: left;
	text-align: center;
	margin: 0 10px 20px;
}
.goods_list .goods_box p {
	text-align: left;
	margin: 15px 0 0;
	padding: 0;
}
.goods_list .titlebar02 {
	text-align: left;
}
.goods_list .goods_box ul {
	padding: 0;
	margin: 15px 0 0;
}
.goods_list .goods_box ul li {
	margin: 0 0 5px;
	text-align: center;
	float: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

report

---------------------------------------------------------------------------------------------------------------------------------------- */
div.report_box ul.castbox {
	padding: 9px;
	margin: 20px 0 0;
	background: #000;
	overflow: hidden;
}
div.report_box ul.castbox li {
	width: 160px;
	float: left;
	margin: 4px;
}
div.report_box ul.castbox li img {
	box-shadow: 0 0 5px #000;
}
div.report_box ul.castbox li p {
	line-height: 130%;
	padding: 5px 5px 0;
}
div.report_box .ph_report {
	text-align: center;
	margin: 0 0 15px;
}
div.report_box .report_phlist {
	overflow: hidden;
	list-style-type: none;
}
div.report_box .report_phlist li {
	width: 220px;
	float: left;
	margin-left: 15px;
}
div.report_box .report_phlist li:first-child {
	margin-left: 0;
}
div.report_box .report_phlist li p {
	margin: 10px 0 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Company

---------------------------------------------------------------------------------------------------------------------------------------- */
.company_table {
	margin: 0 0 30px;
	border-top: 1px solid #fff;
}
.company_table dl {
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	clear: both;
	overflow: hidden;
}
.company_table dl dt, dd {
}
.company_table dl dt {
	clear: left;
	float: left;
	padding: 0 0 0 10px;
	width: 18%;
	font-size: 12px;
}
.company_table dl dd {
	border-left: 1px dotted #fff;
	padding: 0 0 0 10px;
	margin-left: 18%;
	font-size: 12px;
}
h5.company_catch {
	font-size: 16px;
	text-shadow: 1px 1px 0 #051e43;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.company_list {
	margin: 0 0 20px;
}
ul.company_list li {
	padding: 0 0 0 12px;
	background: url(../img/company_img/icon_point01.gif) no-repeat 0 6px;
}
#map {
	margin-top: 20px;
	padding: 9px;
	background: url(../img/company_img/bg_map.png) repeat left top;
}
#map iframe {
	border: 1px solid #fff;
}
.staff_box {
	margin: 0 0 30px;
}
.staff_box div.right {
	width: 410px;
	float: right;
}
.staff_box div.left {
	width: 260px;
	float: left;
}
.staff_box p.btn {
	padding: 15px 0 0;
}
.staff_box img {
	box-shadow: 0 0 5px #155681;
}
ul.staff_list {
	overflow: hidden;
	clear: both;
}
ul.staff_list img {
	box-shadow: 0 0 5px #155681;
}
ul.staff_list li {
	width: 335px;
	min-height: 130px;
	margin: 0 0 20px;
	float: left;
	position: relative;
	background: url(../img/common_img/bg_titlebar02.png) repeat-y top left;
}
ul.staff_list li.even {
	float: right;
}
ul.staff_list li h4 {
	background: none;
	clear: none;
}
ul.staff_list li h4 span {
	padding-left: 0;
}
ul.staff_list li p {
	float: right;
	padding: 10px;
}
h4.titlebar02 strong.staff_name {
	font-size: 16px;
}
ul.sidepagenavi {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 30px 10px;
}
ul.sidepagenavi li {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	text-shadow: 0 1px 0 #000;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #000));
	/* Firefox */
	background: -moz-linear-gradient(top, #555 0%, #000 100%);
	/* IE10 */  
	background: linear-gradient(to bottom, #555, #000);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000', GradientType=0 );
	zoom: 1;
	border-radius: 3px;
}
ul.sidepagenavi li span {
	font-size: 11px;
	font-weight: normal;
	color: #5bafe1;
	padding: 0 0 0 10px;
}
ul.sidepagenavi li a, ul.sidepagenavi li.active {
	text-indent: 30px;
	width: 200px;
	padding: 6px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../img/common_img/arrow_white.png) no-repeat 15px center;
}
ul.sidepagenavi li a:hover, ul.sidepagenavi li.active {
	border-radius: 3px;
	background: #000 url(../img/common_img/arrow_white.png) no-repeat 15px center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Agreement

---------------------------------------------------------------------------------------------------------------------------------------- */
ul.agree {
	list-style-type: none;
	padding: 0;
}
ul.agree li {
	font-size: 12px;
	line-height: 170%;
	background: url(../img/company_img/icon_point01.gif) no-repeat 0 6px;
	padding: 0 0 10px 13px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Sitemap

---------------------------------------------------------------------------------------------------------------------------------------- */
ul#sitemap {
	padding-bottom: 10px;
	list-style-type: none;
	border-bottom: 1px dotted #fff;
}
ul#sitemap li {
	line-height: 150%;
	padding: 0 10px 10px 32px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 22px 5px;
	display: inline-block;
}
ul#sitemap li.category {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px 10px 20px;
	margin: 10px 0 0;
	background: url(../img/common_img/arrow_white.png) no-repeat 10px 25px;
	border-top: 1px dotted #fff;
}

/*　180801追加　*/


#related div.box_cent ul li:nth-child(2){
width:420px;
}
#related div.box_cent ul li.last-child{
width:210px;
}