@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
body{
	width:100%;
	margin : 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic","돋움","중고딕","중명조";
	color:#3c2c24;
	font-size:15px !important;
}
body:lang(en), p:lang(en), table:lang(en), td:lang(en), h1:lang(en), h2:lang(en), h3:lang(en), h4:lang(en){
	word-break: keep-all !important;
	word-wrap: break-word;
}
body:lang(zh-TW){
	font-family:"Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
}
body:lang(zh-CN){
	font-family:"Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}
body:lang(ko){
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
ul,ol,li{
	list-style:none;
	padding:0px;
	margin:0px;
}
img{
	border:none;
	border-width: 0px;
}
li{list-style-type: none;}
select{border: solid 1px #ccc;}
p, ul, li, dt, dd{
	width:inherit !important;
	height:inherit !important;

}
img{
	max-width:100%;
	height:auto;
	width :auto;
}
a img , a:link img , a:visited img{
	border:none;
	border-width:0px;
	text-decoration:none;
}
table{
	font-size:inherit;
}
table td, table{
	background-color:transparent !important;
}

/*テキスト関連
----------------------------------------------- */
p{
	line-height:1.7em;
}
h1{
	line-height:1.7em;
	padding: 23px 15px 17px 40px;
	width: 600px !important;
	font-size:2rem;
	font-wegiht:bold;
	background:url("../../../../../cnt/3/12137/1/bg-h2.png") 2% 50% no-repeat;
	background-color:#DDD4C5;
	height: inherit !important;
}
h2{
	font-size:1.2rem;
	padding: 0 0 5px 20px;
	width: 635px !important;
	font-weight: bold;
	margin:20px 0 15px 0;
	border-bottom:1px dashed #333333;
	background: url("../../../../../cnt/3/12137/1/bg-h3-side.jpg") 0 7px no-repeat;
}
h3{
	font-size:1rem;
	color:#53b332;
	margin-top:20px;

}
h2, h3, h4{
	line-height:1.7em;
	height: inherit !important;
}
a, a span, a span span{
	color:#0088cc !important;
	text-decoration:none !important;
	border:none !important;
	}
a:hover, a:active{
	text-decoration:underline;
	opacity:0.7;
}
a:visited{
	color:#006191;
}
.f-ss{font-size:80% ;}
.f-s{font-size:93%;}
.f-m{font-size:100%;}
.f-l{font-size:126%;}
.f-ll{font-size:146%;}

.bold{font-weight:bold;}
.red{color:#ef1e1e;}

/* レイアウト
----------------------------------------------- */
.fl{float:left;}
.fr{float:right;}

.mt-0{margin-top:0 !important;}
.mt-5{	margin-top:5px;}
.mt-10{	margin-top:10px;}
.mt-15{	margin-top:15px;}
.mt-20{	margin-top:20px;}
.mt-30{	margin-top:30px;}
.mt-40{	margin-top:40px;}
.mt-45{	margin-top:45px;}
.mt-60{	margin-top:60px;}
.mt-80{	margin-top:80px;}
.mr-5{	margin-right:5px;}
.mr-10{	margin-right:10px;}
.mr-15{	margin-right:15px;}
.mr-20{	margin-right:20px;}
.mr-30{	margin-right:30px;}
.mr-45{	margin-right:45px;}
.mr-60{	margin-right:60px;}
.mr-80{	margin-right:80px;}
.mb-5{	margin-bottom:5px;}
.mb-10{	margin-bottom:10px;}
.mb-15{	margin-bottom:15px;}
.mb-20{	margin-bottom:20px;}
.mb-30{	margin-bottom:30px;}
.mb-45{	margin-bottom:45px;}
.mb-60{	margin-bottom:60px;}
.mb-80{	margin-bottom:80px;}
.ml-5{	margin-left:5px;}
.ml-10{	margin-left:10px;}
.ml-15{	margin-left:15px;}
.ml-20{	margin-left:20px;}
.ml-30{	margin-left:30px;}
.ml-45{	margin-left:45px;}
.ml-60{	margin-left:60px;}
.ml-80{	margin-left:80px;}

.pd-10{ padding:10px;}
.pd-30{ padding:30px;}
.pt-5{	padding-top:5px;}
.pt-10{	padding-top:10px;}
.pt-15{	padding-top:15px;}
.pt-20{	padding-top:20px;}
.pt-30{	padding-top:30px;}
.pt-45{	padding-top:45px;}
.pt-60{	padding-top:60px;}
.pt-80{	padding-top:80px;}
.pr-5{	padding-right:5px;}
.pr-10{	padding-right:10px;}
.pr-15{	padding-right:15px;}
.pr-20{	padding-right:20px;}
.pr-30{	padding-right:30px;}
.pr-45{	padding-right:45px;}
.pr-60{	padding-right:60px;}
.pr-80{	padding-right:80px;}
.pb-5{	padding-bottom:5px;}
.pb-10{	padding-bottom:10px;}
.pb-15{	padding-bottom:15px;}
.pb-20{	padding-bottom:20px;}
.pb-30{	padding-bottom:30px;}
.pb-45{	padding-bottom:45px;}
.pb-60{	padding-bottom:60px;}
.pb-80{	padding-bottom:80px;}
.pl-5{	padding-left:5px;}
.pl-10{	padding-left:10px;}
.pl-15{	padding-left:15px;}
.pl-20{	padding-left:20px;}
.pl-30{	padding-left:30px;}
.pl-45{	padding-left:45px;}
.pl-60{	padding-left:60px;}
.pl-80{	padding-left:80px;}

.m-0a{margin:0 auto;}
	
.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.vt{vertical-align:top;}
.vm{vertical-align:middle;}
.vb{vertical-align:bottom;}

.inherit{
	height:inherit !important;
}

/* 回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
    display: none;
    line-height: 0%;
} 
.clearfix:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0;  
	font-size: 0;  
	line-height: 0;  
	clear:both;
}
.clearfix {
	zoom:1;
	min-height:1px;
	height: inherit !important;
}  

/* トップページ
----------------------------------------------- */
.serch-box input[type="text"] {
  display: block;
  margin: 0;
  font-family: sans-serif;
  height:27px;
  width: 300px;
  appearance: none;
  box-shadow: none;
  border:2px solid #E0DDD6;
}
.serch-box{
 width: 443px !important;
 /* text-align: right; */
 margin-top: 5px;
 margin-right: 20px;
 }
.menu-box{
	margin-top:18px;
}
.news ul li{
	height:inherit !important;
	line-height:1.7em !important;
}
.news ul li a{
	background:url("../../../../../cnt/3/12137/1/mark-li.gif") 0 50% no-repeat;
	padding-left:20px;
}
.news ul li a span{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic",sans-serif !important;
	font-size: 15px !important;
}
li.genrelist_contents{
	margin-bottom: 20px !important;
}
li.genrelist_contents span{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic",sans-serif !important;
	font-size:15px !important;
	/* line-height:1.7em; */
}
i.genrelist_contents:last-child{
	margin-bottom:0 !important;
}
.genrelist_contents div:first-child{
	width: 100px !important;
	height: 100px;
	margin: 0 20px 0 10px;
}
.genrelist_contents div:first-child a{
	width: 100px !important;
	height: 100px;
	text-align: center !important;
	vertical-align: middle;
	display: block;
	overflow:hidden;
	position:relative;
}
.genrelist_contents img{
	height: 100px !important;
	max-width: 263px;
	top: 0%;
	left: 0%;
	/* margin-left: -75%; */
	position:absolute;
}
.genrelist_contents div{
	max-width: 520px !important;
	width: 510px;
}
.genrelist_contents div span:before{
	content:"\A";
	display:block;
	margin-top:7px;
}

/* コンテンツ
----------------------------------------------- */
.pankuzu{
	font-size:80% !important;
	margin:13px 0 7px 0;
	height:inherit !important;
}
.herf-box{
	margin-top: 20px;
}
.herf-r{
	display:block !important;
	float:right;
	width:315px !important;
	height: inherit !important;
}
.herf-l{
	display:block !important;
	float:left;
	width:315px !important;
	margin-right:25px !important;
}
.herf-inner p, .herf-inner h3{
	width:315px !important;
}
.catetitle-box{
	margin-top:-30px;
	margin-bottom: 20px;
}
.catetitle-box img{
	margin-top:10px;
}
.catetitle-box span{
	font-size:100% !important;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic",sans-serif !important;
}
body table.btn-box table td{
	background-color: transparent !important;
}
.card-box{
	margin-top:20px;
}
.card-name{
	height:inherit !important;
	background: url('../../../../../cnt/3/12137/1/bg-list-right.jpg') no-repeat left bottom !important;
}
.card-syubetsu{
	min-height: 60px !important;
	background: url('../../../../../cnt/3/12137/1/bg-list-left.jpg.jpg') no-repeat left bottom !important;
}
.card-syubetsu span{
	color:#ffffff;
	padding: 0px 0 0 15px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	width: 72px !important;
	font-size: 80%;
}
.card-syubetsu br{
	display:none;
}
.card-box h3{
	color:#3c2c24;
	padding: 0 15px 15px 15px;
	width: auto !important;
	margin: 0;
}
.card-box h3 span{
	display:block;
	padding-top: 8px;
}
.card-box h3 br{
	display:none !important;
}
.card-inner{
	margin:9px;
}
.card-box-bottom{
	border-bottom:3px solid #DDD4C5;
	border-left:3px solid #DDD4C5;
	border-right:3px solid #DDD4C5;
}
.card-inner .cont-table{
	padding:0;
	border-spacing: 0;
	border:none;
}

.cont-table{
	padding:0;
	border-spacing: 0;
	border:2px solid #DDD4C5
}
.cont-table td{
	border-bottom:1px dotted #3c2c24;
	padding:5px 10px;
	border-left:1px dotted #3c2c24;
	line-height:170%;
}
.cont-table th{
	border-bottom:1px dotted #3c2c24;
	text-align:left;
	padding:5px 10px;
	line-height:170%;
}
.cont-table tr:last-child td, .cont-table tr:last-child th{
	border-bottom:none;
}
.cont-table td:first-child{
	border-left:none;
}
.cont-table td span, .cont-table th span{
	color:#3c2c24;
	text-decoration: none !important;
}
.cont-table td p.red span, .cont-table th p.red span,.cont-table td p.red span span, .cont-table th p.red span span{
	color:#FF0004 !important;
}
.sidemenu-box{
	overflow:auto;
	width:inherit !important;
	height:inherit !important;
 }
.sidemenu-box ul li{
	padding:0 !important;
	margin:0 !important;
}
.sidemenu-box ul li a{
	background:url("../../../../../cnt/3/12137/1/bg-sidemenu-middle.jpg") 0 0 no-repeat;
	height: 54px !important;
	width:315px;
	display:table-cell;
	vertical-align:middle;
	}
.sidemenu-box ul li a span{
	padding:0 0 0 5px;
	display:block;
	width:270px;
	font-size:13px !important;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic",sans-serif;
	line-height:1.4em;
}
.sidemenu-box ul li a:hover{
	text-decoration:none;
 }
img.bt-green{
	padding-top:5px;
	display:block;
	background-color:#53b332;
}
.atsukai{
	width:auto !important;
	background-color:#53b332;
	color:#ffffff;
	padding:6px 11px 5px 10px;
	font-size:70%;
	line-height:1em;
	display:table-cell;
	border:2px solid #ffffff;
	border-radius:10px;
}
.bd-box{
	border:2px dotted #52B632;
	height: inherit !important;
}
.bd-inner{
	width:615px !important;
	margin:20px auto;
}
.bd-inner ul {
	width:auto !important;
}
.h1-catetitle{
	background:none;
	font-size:165%;
	letter-spacing:5px;
	padding-top:15px;
	height:inherit !important;
}
.news{
	height:inherit !important;
	width:655px !important;
	
}
.map-box div, .map-box{
	height:inherit !important;
	width:auto !important;
}
.course-box{
	background-color:#e8f3e4;
	padding:20px 30px;
}
.course-box table td{
	padding:10px 0;
	font-size:18px;
}
.course-box table td img{
	padding:4px 0 0 0;
}
.sitemap{
	height:inherit !important;
}
.sitemap ul{
	margin-left:0 !important;
}
.sitemap ul li a span.sitemap_title{
	color:#0088cc !important;
	text-decoration:none !important;
	border:nonec !important;
	}
.sitemap a:hover,.sitemap a:active{
	text-decoration:underline !important;
	opacity:0.7 !important;
}
.sitemap ul li a:visited span.sitemap_title{
	color:#006191 !important;
}
.cont-ul{
	height:inherit !important;
}
.cont-ul li{
	background:url("../../../../../cnt/3/12137/1/mark-li.gif") 0 2px no-repeat;
	padding:0 0 10px 20px;
}

p.button{
	width:300px !important;
	height:auto;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#0276ad;
	display: table;
}
.button a, .button span a, .button span span, .button span{
	color: #ffffff !important;
	text-decoration:none !important;
	width: 300px !important;
	display: table-cell !important;
	height: 50px !important;
	vertical-align: middle;
	text-align: center;
}
table.inner td{
	vertical-align:top !important;
}

.ENQTABLECLASS{
	padding:0;
	border-spacing: 0;
	border:2px solid #DDD4C5;
	width:100% !important;
}
.ENQTABLECLASS td span, .ENQTABLECLASS th span{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic",sans-serif !important;
	font-size: 15px !important;
}
.ENQTABLECLASS td{
	border-bottom:1px dotted #3c2c24;
	padding:5px 10px;
	border-left:1px dotted #3c2c24;
	line-height:170%;
}
.ENQTABLECLASS th{
	border-bottom:1px dotted #3c2c24;
	text-align:left;
	padding:5px 10px;
	line-height:170%;
}
.ENQTABLECLASS tr:last-child td, .ENQTABLECLASS tr:last-child th{
	border-bottom:none;
}
.ENQTABLECLASS td:first-child{
	border-left:none;
}

#kaida, #mitake, #kisofukusima, #kisokoma{
	line-height:0 !important;
	height:0 !important;
}

/* トップページスライド
----------------------------------------------- */
#slideshow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#slideshow ul {
    display: inline-block;
    overflow: hidden;
}

/* 外国語
----------------------------------------------- */
h4.sidetitle span {
    background:url("../../../../../cnt/3/12137/1/bg-h3-side.jpg") 0 2px no-repeat;
    padding:0 0 5px 20px;
}


