@charset "utf-8";

/*★★★★★★★★テンプレート[始]★★★★★★★★*/

/*===============================================
	reset
===============================================*/
*{margin:0; padding:0; color:#402620;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,address,
ul,ol,li,dl,dt,dd,
table,caption,th,td,img,form{margin:0;	padding:0; border:none;	font-style:normal; font-weight:normal;	font-size:100%; text-align:left;}
textarea{font-size:100%;}
img{vertical-align:bottom;}
li{list-style:none;}
/*===============================================
	a,text
===============================================*/
a:hover{text-decoration:underline;}
a:hover{opacity: 0.6;filter: alpha(opacity=60);}
a{text-decoration:none;	color:#484848;}
/*===============================================
	base
===============================================*/
html,body{height:100%; text-align:justify;
text-justify: inter-ideograph;}
/*===============================================
	font
===============================================*/
body{font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
input,textarea,select{font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size:12px;}
/* for IE6 */
* html body{font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
* html input, * html textarea{font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
/*===============================================
	font-size
===============================================*/
.f7{font-size:7px !important;}
.f8{font-size:8px !important;}
.f9{font-size:9px !important;}
.f10{font-size:10px !important;}
.f11{font-size:11px !important;}
.f12{font-size:12px !important;}
.f13{font-size:13px !important;}
.f14{font-size:14px !important;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f17{font-size:17px !important;}
.f18{font-size:18px !important;}
.f19{font-size:19px !important;}
.f20{font-size:20px !important;}
.f21{font-size:21px !important;}
.f22{font-size:22px !important;}
.f23{font-size:23px !important;}
.f24{font-size:24px !important;}
.f25{font-size:25px !important;}
.f26{font-size:26px !important;}
.f27{font-size:27px !important;}
.f28{font-size:28px !important;}
.f29{font-size:29px !important;}
.f30{font-size:30px !important;}
.f34{font-size:34px !important;}
/*===============================================
	float
===============================================*/
.fl{float:left !important;}
.fr{float:right !important;}
.clear{clear:both !important;}
/*===============================================
	margine
===============================================*/
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}

.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr50{margin-right:50px !important;}

.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml50{margin-left:50px !important;}
/*===============================================
	padding
===============================================*/
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}

.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr50{padding-right:50px !important;}

.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}

.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl50{padding-left:50px !important;}
/*===============================================
	align
===============================================*/
.center{text-align:center !important;}
.textleft{text-align:left !important;}
.textright{text-align:right !important;}
/*===============================================
	他span
===============================================*/
.underL{text-decoration:underline !important;}
.displayN{display:none !important;}
.bold{font-weight:bold !important;}
/*===============================================
	color
===============================================*/
.red01{color:#F00 !important;}
.red02{color:#e83838 !important;}
.red03{color:#DF3737 !important;}
.green01{color:#339900 !important;}
.blue01{color:#0000CC !important;}
.blue02{color:#2d6fab !important;}
.white{color:#FFF !important;}
.gray{color:#666 !important;}
/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before{content:""; height:100%; float:left; width:0; margin-top:-32767px;}
/*cFix*/
.cFix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
/* IE-mac */
* html .cFix {height:1%;}
.cFix {display:block;}

/*★★★★★★★★テンプレート[終]★★★★★★★★*/

.sp{display:none;}
.pc{ display: inline;}

.nb{border:none; border-radius:0 0 0 0 !important;}
.link a{color:#4471c2 !important; text-decoration:underline;}
.link a:hover{text-decoration:none;}
body{ background:#fff;}
/*===============================================
	wrapper
===============================================*/
/*===============================================
	head
===============================================*/
#header {border-top: 4px solid #9c3990;padding: 10px 0;}
#header .head{width:960px; margin:0 auto;}
h1 {font-size: 14px;padding-bottom: 5px;}
.logo{float:left;}

#header ul {float: right;margin-top: 29px;}
#header ul li {border-left: 1px solid #333;float: left;padding: 0 20px;}
#header ul li:first-child {border: medium none;}
/*===============================================
	global navi
===============================================*/
.navi{background-color: #9c3990;box-shadow: 0 0 6px rgba(0, 0, 0, 0.8) inset;}
.gnavi{height: 40px;width: 959px; margin:0 auto;}
.gnavi li{float:left;height: 100%;}
.gnavi li a{color: #fff;display: block;height: 100%;text-decoration: none;width: 100%;}
.gnavi li a:hover {background-color: #b847aa;box-shadow: 0 0 6px rgba(0, 0, 0, 0.8) inset;}
.gnavi li:nth-of-type(3n+1){background-color: rgba(156, 57, 144, 0);background-image: linear-gradient(to bottom, #682660, rgba(156, 57, 144, 0));height: 100%;width: 1px;}
.gnavi li:nth-of-type(3n+2){background-color: rgba(156, 57, 144, 0);background-image: linear-gradient(to bottom, #c690c0, rgba(255, 255, 255, 0));height: 100%;width: 1px;}
.gnavi li:nth-of-type(3n+3) > a{padding: 8px 15px 0;}
.gnavi li:nth-of-type(3) > a{padding: 8px 40px 0 !important;}
/*===============================================
	トップコンテンツ
===============================================*/
#top #contents > div{margin-bottom: 40px}
#top #contents > div:last-child {margin-bottom: 0;}
#top .hlbg{background-color: #ccc;background-image: linear-gradient(to top, #e8e8e8 18%, #ececec 18%, #fdfdfd);border: 1px solid #fff;box-shadow: 0 0 0 1px rgba(230, 230, 230, 1);height: 40px;margin-bottom: 10px;padding: 5px 0 0 5px;position: relative;}
#top .hlbg span{background-color: #9c3990;box-shadow: 0 0 1px #fff, 0 0 3px rgba(0, 0, 0, 0.75) inset;display: inline-block;height: 28px;width: 11px;}
#top #contents h2{display: inline-block;font-size: 18px;font-weight: bold;padding: 5px 0 0 10px;position: absolute;}
#top #contents h4 {border-left: 15px solid #9c3990;font-size: 20px;font-weight: bold;line-height: 0.8;padding-left: 6px;}
#contents .update > p,#top .hlbgth {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding: 0 0 3px 5px;}
#contents .update > p > span,#top #contents h3 {border-left: 4px solid #9c3990;display: inline-block;font-size: 18px;font-weight: bold;height: auto;padding: 0 0 5px 5px;}
#contents .update ul.cFix li{width: 332px!important;float: left;}
#contents .update ul.cFix li:nth-child(odd){margin-right: 20px!important}
#contents .update ul.cFix li img,#top div.update div.min ul.cFix li img {max-width: 100%;}
#contents .update ul.cFix li > ul.label {padding: 10px 0;}
#contents .update ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 100px !important;}
#contents .update ul.cFix li:nth-child(odd){margin-right: 0!important}
#contents .update ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
#contents div.update div.min ul.cFix li{width: 162px!important;float: left; margin-right: 15px!important;}
#contents div.update div.min ul.cFix li p {font-size: 20px}
#contents div.update div.min ul.cFix li:nth-of-type(4n+4){margin-right: 0px!important}
#contents div.update div.min ul.cFix li > ul.label {padding: 10px 0 !important;}
#contents div.update div.min ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 60px !important;}
#contents　div.update div.min ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
#top .text {padding-left: 10px;}
#top .topConte > p {font-size:100%; border-bottom: 1px solid #aaa;margin:15px 0 20px 0;padding-bottom: 10px;}
#top .topConte > h4 + p:last-child {margin-bottom: 0!important;}
#top .morebtn{margin: 10px auto 0;}

/*コラム一覧表示*/
.topmin{
    float: left;
    margin-right: 15px !important;
    width: 158px !important;
	margin-bottom: 10px;
	min-height: 180px;
}

.topmin_menu{
    float: left;
    margin-right: 15px !important;
    width: 158px !important;
	margin-bottom: 10px;
	height:200px;
}

.topbig{
    float: left;
    margin-right: 15px !important;
    width: 332px !important;
	margin-bottom: 10px;
}

/*===============================================
	下層ページ
===============================================*/
#underlayer #contents h2 {color: #aaa;font-size: 1.7em;font-weight: normal;margin-bottom: 10px;}
#underlayer #contents h3 {border-left: 8px solid #9c3990;font-size: 35px;font-weight: bold;height: auto;line-height: 1.1;margin-bottom: 20px;padding: 5px 0 0 5px;}
#underlayer .sitemap > ul li{font-size: 18px;line-height: 1.7;text-indent: 1em;}
#underlayer h4{border-left: 10px solid #cc66cc;color: #2a2a2a;font-size: 14pt;font-weight: bold;margin: 0 0 10px;padding: 0 0 0 10px; clear: both;}
#underlayer h5 {border-bottom: 1px dashed #555; clear: both;font-size: 16px;font-weight: bold;margin-bottom: 10px}
#underlayer h6 {clear: both;font-size: 16px;font-weight: bold;margin-bottom: 5px;padding-left: 18px;position: relative;}

#underlayer h6::before {
    border-color: transparent transparent transparent #9c3990;
    border-style: solid;
    border-width: 8px 12px;
    content: "";
    display: block;
    height: 0;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 0;
}
#underlayer h6 + p {margin-left: 10px;}
#underlayer .ranking > h5+p, #underlayer .ranking > h6+p{margin-bottom: 20px;}
#underlayer .hlbgth {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding: 0 0 3px 5px;}
#underlayer .hlbgth h3{border-left: 4px solid #9c3990;display: inline-block;font-size: 18px;font-weight: bold;height: auto;padding: 0 0 5px 5px;}
#underlayer .ranking #contents h2 {color: #aaa;display: block;font-size: 13pt;font-weight: normal;margin: 0 0 9px;}
#underlayer div.ranking #contents h3 {	border: none;font-size: 25px;font-weight: bold;height: auto;line-height: 1.3;margin-bottom: 10px;padding: 5px 0 0;}
#underlayer div.ranking > p:nth-of-type(1) {margin: 10px 0 30px;text-align: center;}
#underlayer div.ranking > p:nth-of-type(2){margin-bottom: 30px;}
#underlayer div.ranking > h4 + p + div.morebtn {float: right;margin: 10px 0 20px;}
#underlayer div.ranking > p {font-size: 16px;line-height: 1.6;}
#contents > h4 + p {margin-bottom: 20px;text-indent: 1em;}
#contents > h4{margin-top:30px;}
#underlayer .ranking hr {border-color: #aaa -moz-use-text-color -moz-use-text-color;border-style: dashed none none;border-width: 1px medium medium;height: 0;margin: 5px 0 20px;}
#underlayer.morebtn {background-color: #9c3990;border: 1px solid #9c3990;box-shadow: 0 0 0 3px #fff inset;height: 45px;margin: 10px auto 0;position: relative;width: 332px;}
#underlayer div.ranking .morebtn {background-color: #9c3990;border: 1px solid #9c3990;box-shadow: 0 0 0 3px #fff inset;height: 45px;position: relative;width: 200px;}
#underlayer.morebtn p {color: #fff;font-size: 20px;font-weight: bold;padding-top: 12px;text-align: center;}
#underlayer.morebtn span.sankaku {border-color: transparent transparent transparent #fff;border-style: solid;border-width: 10px 17px;height: 0;position: absolute;right: 0;top: 12px;width: 0;}
#underlayer #contents.ranking ul.cFix li {color: #fff;float: left;font-size: 12px;height: 15px;line-height: 0.3;margin: 0 10px 5px 0 !important;padding: 10px 0;text-align: center;width: 160px !important;}
#underlayer #contents.ranking ul.cFix li.rank{background-color: #9c3990;}
#underlayer #contents.ranking ul.cFix li.phone{background-color: #fd7d92;}
#underlayer #contents.ranking ul.cFix li.info{background-color: #fac00a;}
#underlayer #contents.ranking ul.cFix li.divi{background-color: #0ad0fa;}
/*コラム一覧*/
#underlayer #contents.column ul.ravel li {color: #fff;float: left;font-size: 12px;height: 15px;line-height: 0.3;margin: 0 10px 5px 0 !important;padding: 10px 0;text-align: center;width: 100px !important;}
#underlayer div.column > p:nth-of-type(1) {margin: 10px 0 30px;text-align: center;}
#underlayer div.column > p:nth-of-type(2), h4 + p {font-size: 1.2em;line-height: 1.5;margin-bottom: 40px;}
div.column > hr {border-color: #ccc;border-style: dashed none none;border-width: 1px medium medium;height: 0;margin: 20px 0 30px;}
#underlayer #contents h4 + ul.cFix {margin-bottom: 40px;}
#underlayer　#contents .clumn .update > p,#top .hlbgth {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding: 0 0 3px 5px;}
#underlayer　#contents .clumn .update > p > span,#top #underlayer　#contents .clumn h3 {border-left: 4px solid #9c3990;display: inline-block;font-size: 18px;font-weight: bold;height: auto;padding: 0 0 5px 5px;}
#underlayer　#contents .clumn .update ul.cFix li{width: 332px!important;float: left;}
#underlayer　#contents .clumn .update ul.cFix li:nth-child(odd){margin-right: 20px!important}
#underlayer　#contents .clumn .update ul.cFix li img,#top div.update div.min ul.cFix li img {max-width: 100%;}
#underlayer　#contents .clumn .update ul.cFix li > ul.label {padding: 10px 0;}
#underlayer　#contents .clumn .update ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 100px !important;}
#underlayer　#contents .clumn .update ul.cFix li:nth-child(odd){margin-right: none!important}
#underlayer　#contents .clumn .update ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
#underlayer　#contents .clumn div.update div.min ul.cFix li{width: 162px!important;float: left; margin-right: 15px!important;}
#underlayer　#contents .clumn div.update div.min ul.cFix li p {font-size: 20px}
#underlayer　#contents .clumn div.update div.min ul.cFix li:nth-of-type(4n+4){margin-right: 0px!important}
#underlayer　#contents .clumn div.update div.min ul.cFix li > ul.label {padding: 10px 0 !important;}
#underlayer　#contents .clumn div.update div.min ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 60px !important;}
#underlayer　#contents .clumn　div.update div.min ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}

/*サイトマップ*/
#underlayer div.sitemap h3 {border-left: 4px solid #9c3990 !important;font-size: 20px !important;margin-bottom: 15px !important;padding: 5px 0 0 5px;}
#underlayer .sitemap > ul li{font-size: 18px;line-height: 1.7;text-indent: 1em;}
.sitemap > h3 + ul {margin-bottom: 10px;}

/*コラム下部関連ページ*/
.kanren{
	border: 1px solid;
	padding: 20px 10px 10px 10px;
	margin: 20px 0 0 0;
}

.kanren span{
	font-size:140%;
	font-weight:bold;
	padding:0 0 20px 0;
}

.kanren ul{
	padding:10px 0 0 0;
}
.kanren li{
	border-top: 1px solid;
	padding:5px 0;
	}

/*口コミ調整ページ*/
.kuchikomi h5{
	font-weight: bold;
	padding: 5px 0;

}

/*下層more*/
#contents > p.more{
	text-align: right;
}

/*===============================================
	page
===============================================*/
#page{width:960px; height:auto; margin:0 auto; background:#fff;}
/*===============================================
	pankuzu
===============================================*/
.pankuzu, .pankuzu a {color: #333;font-size: 0.9em;padding: 15px 0;width: auto;}
/*===============================================
	コンテンツ
===============================================*/
#contents{float: left;font-size: 14px;height: auto;line-height: 1.5em;margin: 0;padding-bottom: 40px;width: 694px;}
.topConte{background: #fff7d3 none repeat scroll 0 0;padding: 20px;}
.topConte h2{background:#C7BC7E; text-align:center; font-size:24px; padding:10px; font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.topConte .text{line-height:1.8em; margin-top:10px;}
.topConte .center{width:auto; float:none;}
.topConte .center .title{text-align:center; margin:0 0 15px;}
.conte{padding:0; margin:0 0 30px; width:auto; font-size:14px;}
.conte .menu1{margin-bottom:15px;}
.conte .text{padding:0;}
.conte .text .img img{margin:0 9px;}
.conte .text .min{width:364px;}
.conte .text .max{width: auto;}
.conte .text .btn{width:auto; background:#CCBA6E; font-weight:bold; padding:2px; text-align:center}
.conte .text .btn a{color:#606D25 !important;  border:1px solid #EFDEB0; display:block; padding:5px 10px;}
.point li{width:300px; height:185px;}
.menu2{border:solid 1px #214600; margin:0 0 20px;}
.menu2 p{ background:#ECE8CF; font-size:15px; font-weight:bold;}
.menu2 a{ color:#214600; display:block; padding:10px;}

.menu3{background:#fff !important; font-size:14px !important; font-weight:normal !important; padding:0 0 0 15px; list-style-type: square !important;}
.menu3 a{padding:10px 0 0;}


#contents .update > p, {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding: 0 0 3px 5px;}
#contents .update > p > span,#top #contents h3 {border-left: 4px solid #9c3990;display: inline-block;font-size: 18px;font-weight: bold;height: auto;padding: 0 0 5px 5px;}
#contents .update ul.cFix li{width: 332px!important;float: left;}
#contents .update ul.cFix li:nth-child(odd){margin-right: 20px!important}
#contents .update ul.cFix li img,#top div.update div.min ul.cFix li img {max-width: 100%;}
#contents .update ul.cFix li > ul.label {padding: 10px 0;}
#contents .update ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 100px !important;}
#contents .update ul.cFix li:nth-child(odd){margin-right: none!important}
#contents .update ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
#contents div.update div.min ul.cFix li{width: 162px!important;float: left; margin-right: 15px!important;}
#contents div.update div.min ul.cFix li p {font-size: 15px}
#contents div.update div.min ul.cFix li:nth-of-type(4n+4){margin-right: 0px!important}
#contents div.update div.min ul.cFix li > ul.label {padding: 10px 0 !important;}
#contents div.update div.min ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 60px !important;}
#contents　div.update div.min ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}

/*===============================================
	サイドメニュー
===============================================*/
#side{float:right; width:235px; padding:0 0 10px;}
#side > div{margin-bottom: 30px}
#side div:last-child{margin-bottom: 30px!important;}
#side h3{margin-bottom:10px;}
#side a{display:block;}

#side div.ranking ul li{background-color: #ccc;background-image: linear-gradient(to top, #e8e8e8 18%, #ececec 18%, #fdfdfd);border: 1px solid #fff;box-shadow: 0 0 0 1px rgba(230, 230, 230, 1);width: 235px; margin-bottom: 10px;}
#side div.ranking ul a {font-weight: bold;height: 40px;letter-spacing: 0.07em;padding: 8px 0 0 55px;text-decoration: none;}
#side div.ranking ul li:nth-of-type(1) a{background: rgba(0, 0, 0, 0) url("/img/menu/icn01.png") no-repeat scroll left 10px center;}
#side div.ranking ul li:nth-of-type(2) a{background: rgba(0, 0, 0, 0) url("/img/menu/icn02.png") no-repeat scroll left 10px center;}
#side div.ranking ul li:nth-of-type(3) a{background: rgba(0, 0, 0, 0) url("/img/menu/icn03.png") no-repeat scroll left 10px center;}
#side div.ranking ul li:nth-of-type(4) a{background: rgba(0, 0, 0, 0) url("/img/menu/icn04.png") no-repeat scroll left 10px center;}
#side div.ranking ul li:nth-of-type(5) a{background: rgba(0, 0, 0, 0) url("/img/menu/icn05.png") no-repeat scroll left 10px center;}

#side div.recommended ul li,#side div.sitemenu ul li{width: 235px; margin-bottom: 10px;}
#side div.recommended ul a,#side div.sitemenu ul a {border: 1px dashed #333;font-size: 12px;height: 40px;letter-spacing: 0.07em;padding: 10px 0 0 10px;text-decoration: none;}
#side div.recommended ul li{background-color: #fff7d3;}
#side div.sitemenu ul li{background-color: transparent;}

#side div.sidebnr ul li{background-color: #aaa; width: 235px; height: 60px; margin-bottom: 10px; display: none;}
#side div.ads {background-color: #aaa; width: 235px; height: 235px; margin-bottom: 10px; display: none;}
/*===============================================
	footer
===============================================*/
#footer{width:auto; background:#9c3990; height: 150px;}
#footer > ul {clear: both;margin: 0 auto;width: 960px;}
#footer ul li,#footer ul li a {color: #fff;display: block;text-decoration: none;}
#footer > ul > li:nth-of-type(1) {float: left;width: 363px;padding:20px 0 45px}
#footer > ul > li:nth-of-type(2) {float: right;padding: 40px 0 60px;width: auto;}
#footer > ul li:nth-of-type(2) > ul li:nth-of-type(1) > ul li{padding: 0 10px;}
#footer > ul li:nth-of-type(2) > ul li:nth-of-type(1) > ul li:last-child{border: none;}
#footer > ul li:nth-of-type(2) > ul li:nth-of-type(1) > ul li {border-left: 1px solid #fff;float: right !important;}
#footer > ul li:nth-of-type(2) > ul > li:nth-of-type(2) {clear: both;}
/*===============================================
	table
===============================================*/
th,td {
    border-bottom: 1px dotted #cccccc;
    font-size: 13px;
    height: auto;
    line-height: 1.8;
    margin: 0;
    padding: 8px 20px;
}
th{text-align: center;}
/*===============================================
	共通
===============================================*/
.rank{background-color: #9c3990 !important;}
.matome{background-color: #f18c47;}
.clmn{background-color: #00a48d;}
.hit{background-color: #fd7d92 !important;}
.phone{background-color: #fd7d92 !important;}
.info{background-color: #fac00a !important;}
.divi{background-color: #0ad0fa !important;}
.tarot{background-color: #adce67 !important;}
.other{background-color: #888 !important;}
.kigaku{background-color: #eb0 !important;}
.dream{background-color: #05f !important;}

hr {border: 1px solid #ccc;height: 0;margin: 20px 0 30px;}
.morebtn {background-color: #9c3990;border: 1px solid #9c3990;box-shadow: 0 0 0 3px #fff inset;height: 45px;position: relative;width: 332px;}
.morebtn p {color: #fff;font-size: 20px;font-weight: bold;padding-top: 12px;text-align: center;}
.morebtn a {color: #fff;display: block;height: 100%;width: 100%;}
.morebtn span.sankaku {border-color: transparent transparent transparent #fff;border-style: solid;border-width: 10px 17px;height: 0;position: absolute;right: 0;top: 12px;width: 0;}
/*===============================================
	追加
===============================================*/

#contents .update > p,#top .hlbgth {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding: 0 0 3px 5px;}
#contents .update > p > span,#top #contents h3 {border-left: 4px solid #9c3990;display: inline-block;font-size: 18px;font-weight: bold;height: auto;padding: 0 0 5px 5px;}
#contents .update ul.cFix li{width: 332px!important;float: left;}
#contents .update ul.cFix li:nth-child(odd){margin-right: 20px!important}
#contents .update ul.cFix li img,#top div.update div.min ul.cFix li img {max-width: 100%;}
#contents .update ul.cFix li > ul.label {padding: 10px 0;}
#contents .update ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 100px !important;}
#contents .update ul.cFix li:nth-child(odd){margin-right: 0!important}
#contents .update ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
#contents div.update div.min ul.cFix li{width: 162px!important;float: left; margin-right: 15px!important;}
#contents div.update div.min ul.cFix li p {font-size: 16px; height: 2.7em;overflow: hidden; position: relative;}
/*#contents div.update div.min ul.cFix li p:before,#contents div.update div.min ul.cFix li p:after {
      background: #fff;
      position: absolute;
      width: 1em;
    }
#contents div.update div.min ul.cFix li p:before {
      content: "...";
      bottom: 0;
      right: 0;
    }
#contents div.update div.min ul.cFix li p:after {
      content: "";
      height: 100%;
      width: 100%;
    }
*/
#contents div.update div.min ul.cFix li:nth-of-type(4n+4){margin-right: 0px!important}
#contents div.update div.min ul.cFix li > ul.label {padding: 10px 0 !important;}
#contents div.update div.min ul.cFix li > ul.label li {color: #fff;font-size: 12px;height: 15px;line-height: 1.4;margin: 0 10px 5px 0 !important;text-align: center;width: 60px !important;}
#contents　div.update div.min ul.cFix li > p{clear: both;display: block;font-size: 30px;font-weight: bold;line-height: 1.3;}
