* {
	margin:0;
	padding:0;
}
body {
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#index{	background-image:url(../img/back.jpg)!important;
	background-repeat:repeat;
}
img {
	border:0;
	vertical-align:bottom;
}
.normal{
font-weight: normal!important;
font-size: 1rem!important;
}	
.txt_n20{
font-weight: normal!important;
font-size: 1rem!important;
}
.shadow{ box-shadow:7px 7px 0px #8FE9E9;}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.atbox{
	border: solid 2px red;
	padding: 10px;
	color: red;
	font-weight: bold;
	margin-top: 10px;
	font-size: 110%;
}

.fs80 {
	font-size: 70%;
}



ol{
list-style-position:inside;
}

.code {
	text-align: center;
	margin-top: 30px;
}

/*レイアウト--------------------*/
#wrapper {
	margin:0 auto;
	width:100%;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}
#contents{
	width:1000px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	background:#fff;
	line-height:1.5;
	margin-top:20px;
}



#tour{
	margin:0 auto;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	background:#fff;
	line-height:1.5;
	width:740px;
	float:left
}
#tour p{
	padding-left:10px;
	padding-right:10px;
}

.logoarea{
	Z-INDEX: 4;
	position:absolute;
	width:100%;
	height:300px;
	MARGIN:0 auto;
	padding-top:0px;
	text-align:center;


	
}


/* ---------------------------------
	検索フォーム背景写真エリア
--------------------------------- */
#bgImgArea {
  position:relative;
  left:0;
  width:100%;
  min-width:980px;
  height:350px;
  z-index:3;
  box-shadow:#000000 3px;
  margin-top:50px;

}

#bgImgArea p{
  position:relative;
  width:980px;
  height:350px;
  margin:0 auto;
}
#bgImgArea a{
  position:absolute;
  z-index:10;
  right:10px;
  bottom:10px;
  padding:2px 10px;
  background:rgb(255, 255, 255);
  background:rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  text-decoration:none;
}





/*フォント--------------------*/
.point {
	font-weight: bolder;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #CC0099;
	margin-bottom: 6px;
}

.nedan{
	font-size:105%;
	font-weight:bolder;
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #666;
}

.mark{
	font-size:13px;
}

.box {
	padding:5px 10px;
	border:1px solid #666;
	margin-left:10px;
	margin-right:10px;
}
.red{color: red;
	font-size: 1em;}
.redb{color: red;
	font-weight: bold;}



/*whatsnew------------*/

.whatsnew{

	width:100%;
	height:200px;
    overflow:hidden;
	display: inline-block;
	}

.whatsnewtitle{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:7px;
	font-size:110%;
	background-color:#333;
	color:#fff;
	font-style:italic;

	}
	
	
.whatsnew dl dt{
	float:left;
	padding-top:5px;
	vertical-align:top;
	
	 }
.whatsnew dl dd{
	padding-top:5px;
	margin-left:130px;
	vertical-align:top;
	 }
.whatsnew dl{
	clear:both;
	border-bottom:#CDDCFC 1px solid;
	}
	
	
	
	
	
	


.twitter{
	width:100%;
	}


/*フッター------------*/
/** FOOTER
================================================**/


/*INDEX----------------------------*/
.reason{
	width:720px;
	padding:10px;
	background-color:#78C3C9;
	
	}
.maincomment{
	padding:15px;
	border-width: medium;
    border-color: #05C673;
    border-style: solid;
	margin-top:20px;

}

.maincomment dl dt{
	float:left;
	padding:0px;
	}
.maincomment dl dd{
	padding-left:200px;
	padding:15px;
	font-size:12px;
	line-height:1.5;
	}
.shusai dl dt{
	float:left;
	padding-top:5px;
	}
.shusai dl dd{
	padding-left:100px;
	padding-top:5px;
	}
.shusai dl dd img{
	max-width:100%;
	}

.mainsponcer {
	padding:5px 10px;
	border:1px solid #666;
	margin-left:0px;
	margin-right:0px;
}
footer {
	color:#FFF;
}

footer a{/*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
footer a:link {/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
footer a:visited {/*訪問後のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
footer a:hover {/*マウスをのせたとき*/
    color:#FF0;
    font-style:normal;
    text-decoration:none;
}
footeri a:active {/*クリック中*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}

.sns{
	padding-bottom:5%;
	}
.sns ul li{
	float:left;
	margin-right:3%;
	list-style-type:none;
	}
.whatsnewindex{
	margin-top:0px;
	border:#777 0px solid;
	margin-right:0px;
	margin-left:0px;
	height:150px;
	clear:both;
	width:100%;
	border:#CCC 1px solid;
	margin-bottom:10px;
      overflow:hidden;


	display: inline-block;


	}
	
	
	
	
	
	
/** map
================================================**/
	
	
	#primaryNav li {
	width:25%;
}

#primaryNav li ul li {
	width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.sitemap {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
}
.sitemap ol, ul{
	list-style:none;
	
	}
.sitemap a {
	text-decoration:none;
	color:#FFFFFF;
	
	}
ul.disc{
margin-left: 2rem;
}
ul.disc,
ul.disc li{
list-style: disc!important;
}
/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#primaryNav {
	margin: 0;
	float: left;
	width: 100%;
}
#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url('../images/slickmap/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav li {
	float: left;
	background: url('../images/slickmap/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #005173;
	text-decoration:none;	
	background: #c3eafb url('../images/slickmap/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#primaryNav li a:hover {
	background-color: #e2f4fd;
	border-color: #97bdcf;
}
#primaryNav li:last-child {
	background: url('../images/slickmap/L1-right.png') center top no-repeat;
}

/* --------	Second Level --------- */

#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('../images/slickmap/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	background-color: #cee3ac;
	border-color: #b8da83;
}
#primaryNav li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url('../images/slickmap/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('../images/slickmap/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
	background: url('../images/slickmap/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#primaryNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#primaryNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('../images/slickmap/L3-li-top.png') left center no-repeat;
}
#primaryNav li li li:last-child {
	background: url('../images/slickmap/L3-bottom.png') left center no-repeat;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
	margin-top:10px
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 10px 13px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #005173;
	background: #fff7aa url('../images/slickmap/white-highlight.png') top left repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}
.notes p {
	font-family: Georgia, Times, serif;
	  font-size: 13px;
}
.notes p a  {
	text-decoration: underline;
}
.notes p a:link:before,
.notes p a:visited:before {
	content: "  ";
	display: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
	
	
	
	
	
/** Grid
================================================**/
div.center{
	margin: 0 auto;
}
div.grid{
	background-color: #FFF;
	float: left;
	width: 25%;
	margin: 3px;
	padding: 3px;
	border-radius:5px;



}




	


.listbtn {
	display: inline-block;
	width: 80%;
	height: 45px;
	text-align: center;
	text-decoration: none!important;
	line-height: 45px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color:#AEE2E6;
	border:2px solid #AEE2E6;/*	background-color:#97E4EA;
	border:2px solid #7CDCEC;*/
	color: #fff!important;
	font-size:120%;

}

.listbtn a{
	color: #000;
	text-decoration: none;
}

.listbtn::before,
.listbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
		background-color:#AEE2E6;/*background-color:#97E4EA;*/


}
.listbtn,
.listbtn::before,
.listbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.listbtn:hover {
	background-color: rgba(255,255,255,0.30);
	border-color: #988EC3 ;/*border-color: #7CDCEC;*/
	color: #000!important;
}
.listbtn:hover a {
	color: #000!important;
}
.listbtn::before {
	right: 0;
}
.listbtn::after {
	left: 0;
}
.listbtn:hover::before,
.listbtn:hover::after {
	width: 0;
	background-color: rgba(45,129,197,0.3);
}




.section{ width:100%; padding:0px; background-color:#fff; box-shadow:7px 7px 0px #f9f2e8; box-sizing:border-box; margin:60px 0; border:1px solid #ABABAB; padding:15px;} /*8FE9E9*/

@media(min-width: 1041px){
.section{ width:100%; padding:0px; background-color:#fff; box-shadow:7px 7px 0px #AEE2E6;/*box-shadow:7px 7px 0px #f9f2e8;*/ box-sizing:border-box; margin:60px 0; border:1px solid #ABABAB; padding:10px;} }





@media(min-width: 721px) and (max-width: 1040px){
.section{ width:100%; padding:0px; background-color:#fff; box-shadow:7px 7px 0px #f9f2e8; box-sizing:border-box; margin:60px 0; border:1px solid #ABABAB; padding:10px;} }




@media(max-width: 720px){.section{ width:100%; padding:0px; background-color:#fff; box-shadow:7px 7px 0px #f9f2e8; box-sizing:border-box; margin:40px 0; border:1px solid #ABABAB; padding:8px;} }

/*括弧文字リスト start*/
ol.bracket_c {
  list-style: none!important;
  counter-reset: number!important;
}
ol.bracket_c li {
  position: relative!important;
  padding-left: 40px!important;
}
ol.bracket_c li::before {
  counter-increment: number!important;
  content: '（' counter(number) '）'!important;
  position: absolute!important;
  left: 0!important;
}
/*括弧文字リスト end*/
