
body{
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:160%;
	font-size:85%;
	background:url(../img/body_bg.gif) 50% 0 repeat;
}


header{
	border-bottom:solid 4px;
	background:#ffffff;
}
#title{
	padding:2em 0 1.5em;
	float:left;
}
h1{
	margin:0;
	padding:0;
	line-height:150%;
	font-size:200%;
}
h1 a{
	text-decoration:none;
}


#header_body{
	width:940px;
	margin:0 auto;
}
#header_body:after {
	display: block;
	clear: both;
	content: "";
}
#search{
	width:321px;
	height:28px;
	float:right;
	margin-top:3em;
}

#searchBox{
	border:1px solid #b5b5b5;
	border-right-width:0;
	width:289px;
	height:28px;
	padding-left:1ex;
	box-sizing:border-box;
	display:block;
	float:left;
}
#searchBtn{
	display:block;
	float:left;
}




#breadcrumb{
	font-size:95%;
	padding:0 0 5px;
	margin:0;
}
#breadcrumb a{
	text-decoration:none;
}


#content{
	border-top:solid 4px;
}
#content_body{
	width:940px;
	margin:0 auto;
	padding:20px 0;
}
#content_body:after {
	display: block;
	clear: both;
	content: "";
}
#main{
	width:685px;
	float:left;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* side */
#side{
	width:235px;
	float:right;
}
#main>section,
#side>section{
	margin-bottom:20px;
}
section:after {
	display: block;
	clear: both;
	content: "";
}


.menu_list{
	margin:0;
	padding:0;
	list-style:none;
}
.menu_list li{
	margin:0;
	padding:1px 0 0;
	background:url(../img/dotline.gif) 0 0% repeat-x;
}
.menu_list li a{
	display:block;
	padding:1ex 1ex 1ex 25px;
	background:#ffffff url(../img/arrow_gray.png) 12px 50% no-repeat;
	background-size:6px 8px;
	text-decoration:none;
}


h2{
	border-left:5px solid;
	background:#ffffff url(../img/h2_bg.gif) 0 0 repeat-x;
	font-size:100%;
	padding:0.9ex 1ex 0.5ex;
	margin:0;
}
h2 span{
	float:right;
	font-weight:normal;
	color:#a3a3a3;
}
h2:after {
	display: block;
	clear: both;
	content: "";
}

h3{
	font-size:110%;
	padding:0.5ex 0 0.5ex;
	margin:0 0 1em;
}
.section_body{
	background:#ffffff url(../img/dotline.gif) 0 0 repeat-x;
	padding:10px 15px;
}

ul.side_banner li {
	text-align: center;
	margin-bottom: 4px;
}


/* footer */

footer{
	border-top:solid 5px;
	margin:0;
	padding: 1px 0;
}
#footer_body{
	width:940px;
	margin:0 auto;
	position:relative;
	padding:25px 0;
}
#footer_totop{
	display:block;
	position:absolute;
	border-top:solid 5px;
	top:-2.5em;
	height:2.5em;
	line-height:2.5em;
	padding-left:3em;
	padding-right:1.5em;
	right:0;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	background:url(../img/arrow_up.png) 1.5em 50% no-repeat;
}
#footer_desc{
	width:470px;
	float:left;
}
#footer_gmap{
	width:410px;
	height:230px;
	float:right;
	background:#eeeeee;
	border:3px solid #ffffff;
	border-radius:6px;
}


#footer_body:after {
	display: block;
	clear: both;
	content: "";
}

#footer_title{
	padding:0.6ex 0;
	line-height:120%;
	font-size:200%;
	border-bottom:2px solid #ffffff;
	font-weight:bold;
}

#footer_desc a{
	color: #ffffff;
}
#footer_desc a:hover,
#footer_desc a:active{
	text-decoration: none;
}

/* pickup */

.pickup{
	margin:-10px -10px 10px;
	padding:0;
	list-style-type:none;
}
.pickup:after {
	display: block;
	clear: both;
	content: "";
}

.pickup li{
	box-sizing:border-box;
	margin:0;
	padding:10px 10px;
	width:33.3333%;
	float:left;
}
.pickup li a{
	display:block;
	background:#ffffff;
	padding:10px 10px 5px;
	text-align:center;
}
.pickup li img{
	display:block;
	width:100%;
}

.pickup_title{
	display:inline-block;
	padding-left:12px;
	background:#ffffff url(../img/arrow_gray.png) 0 40% no-repeat;
	background-size:6px 8px;
	font-weight:bold;
	text-decoration:none;
	margin:0.7ex 0 0.2ex;
	color:#000000;
}




.floatImgR{
	float:right;
	margin:0 0 15px 15px;
	max-width:320px;
	display:block;
}
.floatImgL{
	float:left;
	margin:0 15px 15px 0;
	max-width:320px;
	display:block;
}
.floatColumnR{
	float:right;
	margin:0 0 15px 15px;
	max-width:320px;
	display:block;
}
.floatColumnL{
	float:left;
	margin:0 15px 15px 0;
	max-width:320px;
	display:block;
}




/* topics */
.topics_list{
	margin:0;
	padding:0;
	list-style-type:none;
}
.topics_list li{
	margin:15px 0 0;
	padding: 0 0 15px;
	border-bottom:1px solid #e8e8e8;
}
.topics_list li:first-child{
	margin:5px 0 0;
}
.topics_list li:last-child{
	padding: 0 0 0;
	border-bottom:none;
}

.topics_list li:after {
	display: block;
	clear: both;
	content: "";
}

.topics_img{
	width:135px;
	float:left;
}
.topics_desc{
	width:505px;
	float:right;
}
.topics_desc h3{
	margin:0 0 0.5ex;
}
.topics_desc p{
	margin:0.5ex 0;
	font-size:90%;
}
.topics_link_detail{
	text-align:right;
}
.topics_link_detail a{
	display:inline-block;
	padding-left:12px;
	background:#ffffff url(../img/arrow_gray.png) 0 40% no-repeat;
	background-size:6px 8px;
}


#mainimg{
	position:relative;
}
#mainimg ul{
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
	height:367px;
}
#mainimg ul:after {
	display: block;
	clear: both;
	content: "";
}

#mainimg ul li{
	margin:0;
	padding:0;
	width:940px;
	height:367px;
	float:left;
}
#mainimg ul li img{
	display:block;
}
#mainimg_prev{
  position:absolute;
  top:160px;
  left:20px;
  z-index:3;
  cursor:pointer;
}
#mainimg_next{
  position:absolute;
  top:160px;
  right:20px;
  z-index:3;
  cursor:pointer;
}


section > .bordered{
	margin:1em 15px;
}

.bordered{
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #bbb;
	box-sizing:border-box;
	margin:1em 0;
}
#main_body > .bordered{
	width:870px;
	margin:1ex auto;
}

.bordered td{
  padding:0.5ex;
  vertical-align:top;
  border:1px solid #bbb;
  background:#ffffff;
}
.bordered th{
  padding:0.5ex;
  vertical-align:top;
  text-align:left;
  white-space:nowrap;
  border:1px solid #bbb;
  background:#e7f7ff;
  color:#154158;
}
.bordered thead th{
  color:#ffffff;
  padding:0.5ex;
  vertical-align:top;
  background:#52A4D8 url(../img/th_bg.jpg) 50% 50% repeat;
  text-align:center;
}

.bordered td.icon-cell{
  vertical-align:middle;
}
.bordered td.icon-cell img{
  width:40px;
  display:block;
  margin:2px auto;
}
.bordered td.num-cell{
	text-align:right;
}

.bordered caption{
	text-align:right;
	caption-side:bottom;
}
.bordered.simple th{
	width:45%;
}
.bordered.standard th{
	width:30%;
}


.columned{
	display:table;
	table-layout:fixed;
	width:100%;
}
.columned > div{
	display:table-cell;
	vertical-align:top;
	width:50%;
}
.columned > div img{
	max-width:100%;
}
.columned > div:first-child{
	padding-right:20px;
}


img.round_img,
.round_img img{
	border-radius:8px;
}
.quarter_column.round_img img{
	border-radius:5px;
}
.half_column.round_img img{
	border-radius:10px;
}



.caution{
	color:#ff3300;
}

.boxed{
	border:1px solid #ffe3da;
	border-radius:10px;
	padding:15px;
	margin:10px 15px;
	background:rgba(255,246,243,0.90);
}
.boxed:after {
	display: block;
	clear: both;
	content: "";
}
.boxed ol,
.boxed ul{
	margin:1ex 0;
}
.boxed h4:first-child,
.boxed h5:first-child{
	margin-top:0;
}
.redbox{
	display:inline-block;
	padding:0.5ex 1ex;
	background:#ff3300;
	color:#ffffff;
	font-weight:bold;
}
h4 .redbox{
	font-size:90%;
	padding:0.3ex 1ex;
}
.center_arrow{
	text-align:center;
	padding-bottom:16px;
	background:url(../img/arrow_large.png) 50% 100% no-repeat;
	background-size:52px 13px;
}
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}

.shadowed{
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

/* fonts-decoration */
.bold { font-weight: bold; }

/* margin,padding */
.mb10 { margin-bottom: 10px; }

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media only screen and (max-width: 639px) {

	h1{
		font-size:150%;
	}

	#mainimg {
		width:100%;
	}
	
	#mainimg ul{
		width:100%;
	}
	
	#mainimg ul li{
		width:600px;
		height:234px;
	}
	#mainimg ul li img{
		width:100%;
	}
	#mainimg_prev,
	#mainimg_next{
	  top:95px;
	}
	
	#header_body{
		width:auto;
		margin:0 10px;
	}
	#search{
		display:none;
	}
	
	
	#content_body{
		width:auto;
	}
	#main{
		width:auto;
		float:none;
		margin-left:10px;
		margin-right:10px;
	}
	#side{
		width:auto;
		float:none;
		margin-left:10px;
		margin-right:10px;
	}
	#side li{
		list-style: none;
	}
	
	#footer_body{
		width:auto;
		padding:25px 10px;
	}
	#footer_desc{
		width:auto;
		float:none;
	}
	#footer_gmap{
		width:auto;
		float:none;
	}
	#footer_totop{
		right:20px;
	}
	



	.floatImgR,
	.floatImgL{
		float:none;
		margin:1em auto;
		max-width:100%;
	}
	
	.floatColumnR,
	.floatColumnL{
		float:none;
		margin:1em auto;
		max-width:100%;
	}


	/* topics */
	.topics_img{
		width:auto;
		float:none;
	}
	.topics_img img{
		width:60%;
		margin:1ex auto;
		display:block;
	}
	.topics_desc{
		width:auto;
		float:none;
	}
	
	
	/* pickup */
	
	.pickup{
		margin:-5px -5px 15px;
	}
	
	.pickup li{
		padding:5px 5px;
		width:50%;
	}

#footer_gmap {
    height: 0;
}

.f_gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.f_gmap iframe,
.f_gmap object,
.f_gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}

ul.general_list{
	margin: 1em 0;
}
ul.general_list li{
	list-style-type: disc;
	margin-left: 2em;
}

