@charset "utf-8";
/* ↓　body タグ　grand rule */
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",'Century Gothic', sans-serif;
	font-size: 100%;
	text-align: center;
	margin:0px;
	padding:0px;
	background-image: url(../images/bk_body01.jpg);
	background-repeat: no-repeat;
	color:#343434;
	background-position: center top;
	}
a:link {
	color: #CF6767;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CF6767;
}
a:hover {
	text-decoration: underline;
	color: #CF6767;
}
a:active {
	text-decoration: underline;
	color: #CF6767;
}

h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
ul, ol, li, dl, dt, dd{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}
/* ↑　body タグ　grand rule */
/* ↓　共通セレクタ　grand rule */
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clearb{
	clear:both;
}
.caution {
	color: #C71B27;
}
.pankuzu {
	text-align: left;
	height: 16px;
	line-height:16px;
	font-size:100%;
	margin:auto;
}
.pankuzu a{
	color:#343434;
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right {
	text-align: right;
}
.align-bright {
	width:665px;
	text-align: right;
}

.pad-top-small{
	padding-top:8px;
}
.pad-top-middle{
	padding-top:16px;
}
.pad-top-tall{
	padding-top:32px;
}
.pad-left-small{
	padding-left:8px;
}
.pad-left-xsmall{
	padding-left:4px;
}

.pad-left-middle{
	padding-left:16px;
}
.pad-left-tall{
	padding-left:32px;
}
.pad-right-small{
	padding-right:8px;
}
.pad-right-middle{
	padding-right:16px;
}
.pad-right-tall{
	padding-right:32px;
}

.pad-bottom-small{
	padding-bottom:8px;
}
.pad-bottom-middle{
	padding-bottom:16px;
}
.pad-bottom-tall{
	padding-bottom:32px;
}

.pad-top-bottom-middle{
	padding-top:16px;
	padding-bottom:16px;
}
.pad-top-bottom-small{
	padding-top:8px;
	padding-bottom:8px;
}

.mag-top-bottom-xsmall{
	margin-top:4px;
	margin-bottom:4px;
}

.mag-top-bottom-small{
	margin-top:8px;
	margin-bottom:8px;
}
.mag-top-bottom-middle{
	margin-top:16px;
	margin-bottom:16px;
}
.mag-top-bottom-tall{
	margin-top:32px;
	margin-bottom:32px;
}
.mag-top-xsmall{
	margin-top:6px;
}
.mag-top-small{
	margin-top:8px;
}
.mag-top-middle{
	margin-top:16px;
}
.mag-top-xmiddle{
	margin-top:28px;
}

.mag-top-tall{
	margin-top:32px;
}

.mag-bottom-small{
	margin-bottom:8px;
}
.mag-bottom-middle{
	margin-bottom:16px;
}

.mag-bottom-tall{
	margin-bottom:32px;
}
.mag-right-xsmall{
	margin-right:6px;
}
.btn-input{
	color: #FFC;
	background-color: #333;
	padding: 0px;
	height: 30px;
	width: 80px;
	border: 1px solid #000;
}
input[type="text"]{
	border:solid 1px #666;
	width:180px;
}
textarea{
	border:solid 1px #666;
	width:200px;
	height:160px;

}
.name-txt{
	font-size:20px;
}
.footer-name{
	font-size:16px;
	padding:15px 0;
}
.span12{
	font-size:12px;
}
.timetable{
	background-color:#3e9fdf;
	white-space: nowrap;
	color:#FFFFFF;
}
.timetable-time{
	background-color:#E2F1D6;
	text-align:left;
	white-space: nowrap;
}
.timepad{
	padding-left:0px;
	padding-right:0px;
}
.timetbl-sat{
	background-color:#D9E4FF;
	text-align:center;
}
.timetbl-sun{
	background-color:#F9DDDD;
	text-align:center;
}
.timetbl-holi{
	/*background-color:#F9DDDD;*/
	text-align:center;
	color:#ff7e00;
}
.color-kahki{
	color:#d7ac7c;
}
.color-orenge{
	color:#F8B613;
}
.color-dorenge{
	color:#e07979;
}

.color-dpink{
	color:#CF6767;
}

.color-yellow{
	color:#ffb320;
}
.color-green{
	color:#62b74c;
}
.color-lgreen{
	color:#01e1d5;
}

.color-lgray{
	color:#efeae7;
}
.color-dgray{
	color:#565656;
}
.color-white{
	color:#ffffff;
}
.color-blue{
	color:#3399FF;
}
.color-brown{
	color:#3b1d02;
}

.font-size-large{
	font-size:180%;
}
.font-size-middle{
	font-size:140%;
}
.font-size-normal{
	font-size:100%;
}
.font-size-small{
	font-size:90%;
}
.font-size-xsmall{
	font-size:85%;
}
.font-bold{
	font-weight:bold;
}
.lheight14{
	line-height:14px;
}

.lheight16{
	line-height:16px;
}
.lheight18{
	line-height:18px;
}
.lheight20{
	line-height:20px;
}
.lheight24{
	line-height:24px;
}
.cont-cap{
	padding:20px;
	background-color: #EAF3FD;
	width:595px;
	color: #4E6149;
	font-weight:normal;
}
.cont-capin{
	padding:20px;
	background-color: #D6E9FC;
	width:595px;
	color: #4E6149;
	font-weight:normal;
}

.left-cap{
	background-color: #fef8e7;
}
.left-cap ul{
	padding:20px;
	
}
.left-cap ul li{
	list-style-type: none;
	list-style-position: outside;
}

.left-cap-pink{
	background-color: #FDEEF2;
}
.left-cap-pink ul{
	padding:20px;
	
}
.border-1{
	border:solid 1px #cdcdcd;
}	
/* ↑　共通セレクタ　grand rule */
/* ↓　header タグ　header rule */
#header {
	height: 167px;/*bk_header_rp.pngのheight*/
}
#header h1{
	font-size:12px;
	text-align:left;
	font-weight:normal;
	line-height:20px;
	height:20px;
	padding-left:8px;
	color:#343434;
	display:block;
	letter-spacing:2px;
}
#header-contents {
	margin:0 auto;
	width: 960px;/*WebSiteのgrand width*/
	text-align: center;
	background-image: url(../images/bk_header01.png);
	background-repeat:no-repeat;
	height:167px;
}
#header-maincontents {
	height: 117px;/*#header-h1 - #menu の残りのheight*/
}
#header-maincontents-left {
	float: left;
	padding-left:10px;
	padding-top:3px;
}
#header-maincontents-center {
	float: left;
	font-size: 12px;
}
#header-maincontents-right {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	line-height:18px;
	font-size:96%;
}
#menu-wrap{
	background-image:url(../images/bk_menu_rp01.png);
	background-repeat: repeat-x;
	height:50px;
	padding-left:12px;	
}

#menu{
	clear: both;
	width:960px;/*grand width - padding-left*/
	margin:auto;
	height:50px;
	background-image:url(../images/bk_menu01.png);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;

}
#menu li {
	float:left;
	list-style-type: none;
	list-style-position: outside;
	padding-top:3px;
	height:44px;
}
#cmenu{
	width:764px;
	display:block;
}
#cmenu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;

}
#cmenu li {
	float:left;
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	margin-right:12px;
	margin-bottom:12px;
	width:180px;
	border:solid 1px #d79895;
	text-align:center;
	line-height:42px;
	font-size:90%;
	height:42px;
}
#cmenu .rli {
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	margin-right:0px;
	margin-bottom:12px;
	width:180px;
	border:solid 1px #d79895;
	text-align:center;
	line-height:42px;
	height:42px;
	font-size:90%;
}

#cmenu li a{
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	width:180px;
	text-align:center;
	line-height:42px;
	height:42px;
	display:block
}
#cmenu li a:hover{
	background-color:#febad5;
}

/* ↑　header タグ　header rule */
/* ↓　noflash タグ　noflash rule */
#noflash {
	background-image: url(../images/bk_noflash01.jpg);
	background-repeat: no-repeat;
	display: block;
	width:960px;
	height: 282px;
	background-position: center center;
	margin:auto;
}

#flash-in {
	background-image: url(../images/bk_noflash01.jpg);
	background-repeat: no-repeat;
	display: block;
	width:960px;
	height: 282px;
	background-position: center center;
	margin:auto;

}

#home3bn {
	background-image: url(../images/bk_3bn01.png);
	background-repeat: no-repeat;
	display: block;
	width:960px;
	height: 118px;
	background-position: center center;
	margin:auto;
}
#home3bnin {
	display: block;
	padding-top:8px;
	padding-left:11px;
}

/* ↑　noflash タグ　noflash rule */
/* ↓　footer タグ　footer rule */
#footer {
	clear: both;
	color:#cccccc;
	height:184px;/*bk-footer-rpのheight*/
	}
#footer-contents {
	margin:auto;
	display:block;
	height:184px;/*bk-footer-rpのheight*/
	width:960px;/*grand width*/
	background-image:url(../images/bk_footer01.png);
	background-repeat: no-repeat;
	}
#footer a{
	color:#867566;
	text-decoration: none;
}
#footer-menu {
	color:#3c692c;
	line-height:30px;
	font-size:80%;
}
#footer-menu a{
	color:#3c692c;
}
#footer-menu p{
	text-align:left;
	letter-spacing:0px;
}
#footer-sign-block{
	color:#3c692c;
	height:124px;
	text-align:left;
	font-size:80%;
}
#footer-copyright {
	color:#565656;
	letter-spacing:1px;
	font-size:75%;
	height: 30px;
	line-height:30px;
}
#footer-copyright a{
	color:#565656;
}

/* ↑　footer タグ　footer rule */
/* ↓　contents タグ　grand contents rule */
#contents {
	clear: both;
	margin: auto;
	width: 960px;/*grand width*/
	text-align: center;
	background-image:url(../images/bk_contents_rp01.png);
	background-repeat: repeat-y center;
	margin-top:8px;
}
#contents:after {
content: "";
display: block;
clear: both;
height: 0px;
overflow: hidden;
}
#left-navi {
	float: left;
	padding-left:6px;
	width: 248px;
}
#maincontents{
	float: left;
	width:704px;
	text-align:left;
}

#maincontents-pad{
	margin-right: 0px;
	margin-left: 22px;
	background-color:#FFFFFF;
	
}
/* ↑　contents タグ　grand contents rule */
/* ↓　left-navi タグ　left-navi rule */
#left-navi #lnavi-line{
	width:248px;
}
#left-navi ul li a {
}

#left-navi .normal-list{
	padding-bottom:10px;
	list-style-type: none;
	list-style-position: outside;
}
#left-navi .normal-list li{
	list-style-type: none;
	list-style-position: outside;
	width:180px;
	line-height:16px;
	font-size:14px;
	margin-top: 8px;
	padding-right:3px;
	letter-spacing:0px;
}
#left-navi .btn-pad-blockl{
}
#left-navi .btn-list,#left-navi p{
}
#left-navi .btn-list li{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom:4px;
}

#left-navi .style-list{
}
#left-navi .style-list li{
}
#left-navi .icon-list{
}
#left-navi .icon-list li{
}
.lnavi-dot-line{
	background-image: url(../images/img_lnavi_dot01.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-left:11px;
}
/* ↑　left-navi タグ　left-navi rule */
/* ↓　maincontents タグ　maincontents rule */
#maincontents .contents-title{
	height: 49px;
	line-height: 49px;
	width: 727px;/*#maincontents width*/
	font-size:16px;
	font-weight:normal;
	color:#676767;
	background-image: url(../images/bk_sectitle01.png);
	background-repeat: no-repeat;
	text-indent:40px;
	}
#maincontents .section-title {
	height: 38px;
	line-height: 38px;
	width: 665px;/*#maincontents width*/
	font-size:120%;
	letter-spacing:2px;
	font-weight:normal;
	color:#343434;
	background-image: url(../images/bk_secttl01.png);
	background-repeat: no-repeat;
	text-indent:50px;
	
}
#maincontents .section-subtitle{
	color:#535353;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49BFF4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #75A166;
	width:630px;/*#maincontents width - this border-left*/
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-size:120%;
	margin-bottom:16px;
}
#maincontents .section-subtitle-tbline {
	color:#7A540B;
	font-weight:normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5A67F;
	border-bottom-color: #B5A67F;
	width:635px;/*#maincontents width*/
	height:32px;
	line-height:32px;
	font-size:110%;
	margin-bottom:12px;
}
#maincontents .section-subtitle-belt {
	color:#fff;
	background-color:#75A166;
	font-weight:normal;
	width:635px;/*#maincontents width*/
	text-indent:25px;
	height:32px;
	line-height:32px;
	margin-bottom:12px;
	clear:both;
}

#maincontents .paragraph-normal{
	padding-left:15px;
	padding-right:15px;
	width:635px;
}
#maincontents .mcontents-dot-line{
	background-image: url(../images/bk_dot_line01.png);
	background-repeat: repeat-x;
	height: 16px;
	line-height:16px;
	width:553px;/*#maincontents width*/
}
#maincontents .section-dot-line{
	background-image: url(../images/bk_dot_line01.png);
	background-repeat: repeat-x;
	height: 16px;
	line-height:16px;
	width:635px;
}

#maincontents .table-lbline{
	width:635px;
	}
#maincontents .table-lblines{
	width:240px;
	margin-right:6px;
	margin-top:4px;
	}

#maincontents .table-lbline table,#maincontents .table-lblines table{
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
#maincontents .table-lbline table tr .nobd{
	border:none;
}
#maincontents .table-lbline table tr .nopad{
	border:none;
	padding:0px;
}

#maincontents .table-lbline table tr th,#maincontents .table-lblines table tr th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9CD8F6;
	border-left-color: #62B74C;
	padding:6px 8px;
	font-weight:normal;
}
#maincontents .table-lbline table tr td,#maincontents .table-lblines table tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7DCAD;
	padding:6px 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7DCAD;
	border-left-color: #B7DCAD;
}
#maincontents .table-lbline table tr .nobd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#maincontents .table-lbline table tr .tdata{
	text-align:center;
}

#maincontents .table-noline{
	width:635px;
	}
#maincontents .table-noline table{
	width:100%;
	text-align:left;
}
#maincontents .table-noline table tr th{
	padding:0px 0px;
	font-weight:normal;
}
#maincontents .table-noline table tr td{
	padding:0px 6px;
}
#maincontents .table-noline table tr .tdata{
	text-align:center;
}

#maincontents .table-lbline-half{
	width:100%;	

}
#maincontents .table-lbline-half table{
	text-align:left;
}
#maincontents .table-lbline-half table tr th{
	font-weight:normal;
	font-size:14px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffe3b2;
	border-left-color: #4b2a06;
	padding:3px 4px;
	width:100px;
}
#maincontents .table-lbline-half table tr td{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1a559;
	padding:3px 4px;
}
#maincontents .table-lbline-half table tr .tdata{
text-align:center;
}

#maincontents .table-lbline-half ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#maincontents .table-lbline-half ul li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.table-lbline-timetbl{
}
#maincontents .table-lbline-timetbl table{
	text-align:left;
}
#maincontents .table-lbline-timetbl table tr .thead{
	font-weight:normal;
	font-size:90%;
	padding:2px 2px;
}
#maincontents .table-lbline-timetbl table tr .tdata{
	font-size:90%;
	padding:2px 3px;
	border: 1px solid #cdcdcd;
}

#maincontents .table-lbline-timetbl table tr th,#maincontents .table-lbline-timetbl table tr td{
	font-weight:normal;
	font-size:90%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align:center;
}

#maincontents .active-map{
	padding-left:20px;
	padding-right:20px;
}


/*------------------------------------------------------------------*/
/* ------Information -----------------------------------------------*/
/*------------------------------------------------------------------*/

.info-area{
	box-shadow: 0px 0px 3px 0px #cccccc;
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 2% 0 0 0;
	overflow: hidden;
}

.info-area dl{
	display: block;
	margin: 0 auto 1em auto;
	padding: 0;
	font-size: 90%;
	width:100%;
	border-bottom: 1px dotted #D27171;
}

.info-area dl dt{
	color:#D27171;
	text-align: left;
	border-top: 1px dotted #D27171;
	padding-top: 0.5em;
}

.info-area dl dt:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f2c6";
	font-weight: normal;
	font-style: normal;
	margin-right:0.3em;
}

.info-area dl dd{
	text-align: left;
	margin-left: 1.3em;
	padding-bottom: 0.5em;
}

.info-area dl dt span.date{
	margin-left: 1em;
	color:#A8A8A8;
	font-size: 90%;
}




/*
#maincontents .news-title{
	line-height:28px;
	height:28px;
	color:#D27171;
	font-size:16px;
	width:635px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #898989;
}
#maincontents .news-caption{
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	width:635px;
}
#maincontents .newscont{
	border:solid 1px #cdcdcd;
	width:635px;
	padding:15px 15px 0px 15px;
}
*/
.question {
	/*	background-color: #FFDAA2;*/
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	margin-bottom: 6px;
	color: #0A8131;
	width:539px;
	font-size:120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}
.faqblock {
	width: 635px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	padding-bottom:10px;
}

	
.answer {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 6px;
	padding-bottom: 6px;
	color: #343434;
}

/* ↑　maincontents タグ　maincontents rule */
/* ↓　rollover タグ　rollover rule */
#sld01{
	padding:15px 0px 30px 0px;
}
#sld01 ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#sld01 ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.rollover {
	width:675px;
	height:450px;
	margin:0px;
	padding-right:0px;
}
.rollover ul,.rollover ul li{
	padding:0px;
	margin:0px;
}
.rollover p {
	float:left;
	margin:0px;
	width:400px;
	position:relative;
}
.rollover .rollover_view {
	position:absolute;
	top:0;
	left:0;
}
.rollover .thumb {
	float:right;
	width:275px;
	display:block;
	list-style:none;
}
.rollover .lir {
	float:left;
	width:135px;
	height:120px;
}
.rollover li a{
	color: #343434;
	text-decoration: none;	
}
.rollover .lil{
	float:left;
	width:140px;
	height:120px;
	display:block;	
}

.rollover a img {
	border:0;
}
/* ↑　rollover タグ　rollover rule */
.msg-box{
	width:727px;
	height:320px;
	background-image:url(../images/bk_logoimage01.png);
}
.msg-box .pad{
	padding-top:30px;
}
.contwidth{
	width:665px;
}
.lspace0{
	letter-spacing:0px;
}

.navi3mg{

}
.navi3	{
    list-style: none;
    padding:0;
	margin-top:0px;
	margin-bottom:0px;
}
.navi3	dt	{
    display:block;
    height:46px;
	width:248px;
	margin-top:4px;
}
.navi3	dd ul{
	width:248px;
}
.navi3 .ndt	{
    display:block;
	height:24px;
	width:690px;
}

.navi3 dd .nul	{
	width:690px;
}

.navi3	dd{
}
.navi3	dd li{
    display:block;
    height:44px;
	width:215px;

}
.cur-point{
	cursor:pointer;
}