
@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Changa+One);

/*

	Primary Styles
	
*/

html,body {
	margin:0;
	padding:0;
}

body {
	width:100%;
	background: -moz-linear-gradient(top, #4169E2, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#4169E2), to(#FFFFFF));
	background: -o-linear-gradient(top, #4169E2, #FFFFFF);
	background: linear-gradient(top, #4169E2, #FFFFFF);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4169E2, endcolorstr=#FFFFFF));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4169E2, endcolorstr=#FFFFFF))";
	zoom: 1;
	font-family: Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#333;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/*

	Layout
	
*/

#container {
	width:920px;
	height:100%;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding: 0 10px;
	background:#FFFFFF;
	-moz-box-shadow: 2px 0px 3px #999,-2px 0px 3px #999;
	-webkit-box-shadow: 2px 0px 3px #999,-2px 0px 3px #999;
}

header {
	position:relative;
	height: 145px;
}

header h1 {
	font-size:86%;
	font-weight: bold;
	line-height: 1.4;
	color:#FFFFFF;
	background:#00469B;
	padding: 0px 5px 8px 5px;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
}

header img.logo {
	position:absolute;
	top:47px;
	left:10px;
}

header .headinfo {
	position:absolute;
	top:50px;
	right:10px;
	line-height:1.0;
	text-align:center;
}

header .headinfo .tel {
	font-size:160%;
	font-family: 'Changa One', cursive;
	color:#00469B;
}

#full {
	position:relative;
	margin:0 0 0 0;
}

#content {
	margin:20px 0 0;
	clear:both;
}

#pan {
	text-align:right;
	margin-bottom: 15px;
}

#primary {
	float:right;
	width:680px;
	display:inline;
}

#primary .date {
	font-size: 120%;
	font-weight: bold;
}

#primary p {
	padding: 0 10px;
}

#primary p.topword {
	color:#CC9900;
	font-weight:bold;
	text-align:center;
	font-size:250%;
	/*font-family:serif;*/
	text-shadow:2px 2px 2px #CCCCCC;
	margin-bottom:15px;
	line-height:1.4;
}

#primary img {
	border:1px solid #BBBBBB;
	padding:5px;
	background:#FEFEFE;
}

#primary .wp-caption img {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

#primary #map img,
img.noborder {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

img.req {
	vertical-align:-0.2em;
	margin-left:10px;
}

v-middle {
	vertical-align: middle!important;
}

aside {
	float:left;
	width:220px;
	margin-left:0px;
	display:inline;
}

aside img {
	max-width:220px;
	margin: 0 auto 7px;
}

aside ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 1.4;
}

aside ul li {
	margin:0;
	text-align: center;
}

aside ul li a {
	display: block;
	margin:0 0 10px 0;
	padding: 10px 5px;
	background-image: url(https://chofuen.terushima.com/wp-content/themes/fff/images/menu/arrow_menu.png);
	background-color:#83A5CE;
	background-repeat:no-repeat;
	background-position:0 52%;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #00469B;
	border-bottom:2px solid #00469B;
	font-weight:bold;
	font-size:115%;
}

aside ul li a,
aside ul li a:visited {
	color:#FFFFFF;
	-webkit-transition:color 0.15s ease-out;
	-moz-transition:color 0.15s ease-out;
	text-shadow:2px 2px 2px #555555;
	text-decoration:none;
}

aside ul li a:hover {
	color:#00469B;
	background-color:#FFEEEE;
	text-shadow:0px 0px 0px #555555;
}

aside p.serif {
	/*font-family:"Lora", serif;*/
	margin-bottom: 5px;
	color: #2A74CC;
	/* for modan browser */
text-shadow:0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
}

.page_back {
	text-align: right;
}

footer {
	position:relative;
	clear:both;
	margin-top:20px;
	padding:25px 10px;
	background:#00469B;
	border-top:5px solid #4169E2;
	color:#FFFFFF;
}

footer .footinfo {
	float:left;
}

footer .footmenu {
	float:right;
	margin-bottom:10px;
}

footer .foottitle {
	font-size:120%;
	font-weight:bold;
}

footer .footmenu ul {
	margin:0;
	padding:0;
}

footer .footmenu ul li {
	display:inline;
	margin:0;
	padding:0 10px 0 8px;
	border-right:1px solid #FFFFFF;
}

footer .footmenu ul li:last-child {
	border-right:0px solid #FFFFFF;
}

footer .footmenu ul li a {
	color:#FFFFFF;
}

footer .footmenu ul li a:hover {
	color:#FF0000;
}

#copy {
	clear:both;
	text-align:center;
	padding:5px 0 10px;
}

ul.sitemap li a {
	padding: 5px;
	border:1px solid #999999;
	background: #FFFFCC;
}

ul.sitemap ul li a {
	padding:5px;
	border:1px solid #999999;
	background: #FFFFEE;
}

dl.news {
	padding: 0 15px;
}

dl.news dt {
  	clear: left;
  	float: left;
	color: #00469B;
  	width: 9em;
	font-size: 100%;
	padding: 7px 0 5px 0.8em;
	margin: 0;
	background: transparent url(/thumb/phpThumb.php?new=00469B&w=7&h=7&fltr[]=mask|/wp-content/themes/fff/images/rightarrow.png&f=png) no-repeat left 1.0em;
}

dl.news dd {
	margin-left: 0;
	padding: 7px 0.8em 5px 10em;
	border-bottom: 1px dashed #00469B;
}

.button_top,
.button_o {
	margin-top: 10px;
	padding: 5px 13px !important;
	background-color: #00469B;
	border: 3px double #FFFFFF;
}

.button_o a {
	color: #FFFFFF;
}

.button_o a:hover {
	color: #FFFF00;
}

a:hover img.hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*
	
	The Percentage Grid
	
*/

ul.yokomenu {
	margin:0;
	padding:0;
	font-size:0;
	background: url(https://chofuen.terushima.com/wp-content/themes/fff/images/menu/menu_back.png);
}

ul.yokomenu li {
	display:inline;
	margin:0;
	padding:0;
}

ul.yokomenu li a {
	display:inline;
}

ul.yokomenu li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

ul.yokomenu li img {
	vertical-align: bottom;
}




/*
	
	Helper Classes
	
*/

.first {
	margin-left:0!important;
}

.last {
	margin-right:0!important;
}

.left {
	float:left;
	margin-right:1em;
}

.right {
	float:right;
	margin-left:1em;
}

.center {
	text-align:center;
}





/*
	
	Demo-Specific CSS
	
*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0!important;
  padding: 0!important;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.85);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;

  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 5px 15px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/*
	
	Media Queries for Mobile Support
	
*/

/*タブレット用*/
@media only screen
and (max-width : 940px) {

	body {
		background:#FFF;
	}

	#container {
		width:95%;
		border: 0px;
		padding: 0;
		-moz-box-shadow: 0px 0px 0px #999;
		-webkit-box-shadow: 0px 0px 0px #999;
	}
	
	.tagline p {
		font-size: 20px;
	}
	
	#full {
		width:100%;
	}

	.space {
		margin-bottom:15px;
	}

	#primary,aside {
		float:none;
	}

	aside h2 {
		margin-left:0;
	}

	aside img {
		display: block;
		max-width: 100%;
		margin: 0 auto 5px;
	}

	.banner h2 span {
		font-size:50%;
		padding:20px;
	}

}

/*スマホ用*/
@media only screen
and (max-width : 480px) {

	header {
		height:auto;
	}

	header img.logo {
		position:static;
		width:100%;
	}

	header .headinfo {
		position:static;
		padding:10px 0;
		margin:5px 0;
		border-top:1px dashed #999999;
		border-bottom:1px dashed #999999;
	}

	#container {
		width:95%;
		font-size: 80%;
		padding: 0;
	}

	#primary img {
		max-width:98%;
	}
	.rslides img {
		max-width:100%!important;
	}
	#full {
		width:100%;
	}

	footer .footinfo,
	footer .footmenu {
		float:none;
	}

	aside h2 {
		margin-left:0;
	}

	ul.yokomenu {
		margin:0 auto;
		width:100%;
		background-size:33%;
	}

	ul.yokomenu li img {
		width:33%;
	}

}

table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
table.type03 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.type03 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}