@charset "UTF-8";


body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.6em;
	overflow-x: hidden;
	background-position: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka';
}

ul.selectBox{
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 5px;
	top: 0;
	left: 0;
	max-width: 450px;

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.309804) 0px 3px 6px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.309804) 0px 3px 6px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.309804) 0px 3px 6px 0px;
}

ul.selectBox li{
	cursor: pointer;
	display: inline-block;
	min-width: 70px;
	padding: 3px 10px 3px 5px;
}

ul.selectBox li:hover{
	background-color: #def;
}

h1{
	font-size: 24px;
	padding: 7px 7px 14px;
	border: 3px solid #ebebeb;
	margin-top: 0;
}

h1:before{
	content: "";
	position: relative;
	display: inline-block;
	background-color: #b1dd63;
	width: 10px;
	height: 35px;
	margin: 0 8px -8px 0;
}

h2{
	background-image: url(../img/bukken/titleBg.gif);
	background-size: contain;
	color: #fff;
	font-size: 19px;
	padding: 17px ;
	margin-top: 2px;
}

a,
a:link,
a:visited{
	text-decoration: none;
	color: #0e7ea1;
}

a:hover{
	text-decoration: underline;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

a.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

a img{
	opacity: 1;
}

a:hover img{
	opacity: 0.7;
}

.nav .item,
.nav br{
	display: none;
	/*border: 1px solid #ddd;*/
}

.nav .item{
	vertical-align: top;
	margin-right: 20px;
}

.nav .item.box{
	position: absolute;
	background-color: #F4FFD6;
	max-width: 500px;
	margin-left: -5px;
}

.nav .item.box a{
	display: inline-block;
	margin: 5px 10px;
}

.nav > .item{
	display: inline-block;
	padding: 5px;
}

.nav > .item:hover{
	background-color: #F4FFD6;
}

.nav .item:hover > .item,
.nav .item:hover > br{
	display: inline-block;
}

.header_text{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #9bc038;
	padding: 3px 0;
	min-width: 1000px;
}

.header{
	overflow: hidden;
	width: 1000px;
	height: 126px;
	padding: 5px 25px;
	margin: 0 auto;
}

.header .left{
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}

.header .left img[src*="/header/1."]{
	margin-top: 10px;
}

.header .left img[src*="/tenpo_pic."]{
	position: relative;
	margin-top: -101px;
	top: -18px;
	left: 270px;
}

.header .right{
	float: right;
	width: 472px;
}

.header .right img[src*="/tel."]{
	margin-bottom: 10px;
}

.header .right img[src*="/tenpojoho."]{
	margin-right: 5px;
}

.header .right img[src*="/otoiawase."]{
	margin-right: 3px;
}

.header .right img{
	float: left;
}

.globalNavOuter{
	background-image: url(../img/common/globalnav/bg.gif);
	height: 47px;
	padding: 2px 0;
	margin: 8px 0 10px;
}

.globalNav{
	width: 1050px;
	margin: 0 auto;
}

.globalNav img{
	float: left;
}

.globalNav .syueki{
	float: left;
	display: inline-block;
	background-image: url(../img/common/globalnav/tenpo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 311px;
	height: 48px;
}

.globalNav .syueki img[src*="/tenpo_b."]{
	margin: 8px 0 0 177px;
}

.globalNav .syueki img[src*="/tenpo_c."]{
	margin: 8px 0 0 2px;
}

.contentsOuter{
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
	/*height: 500px;*/
}

.contents{
	width: 1000px;
	padding: 10px 25px;
	margin: 0 auto;
}

.contents > .left{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 17px 0 0;
}

.contents > .center{
	float: left;
	width: 560px;
	padding: 0;
	margin: 0;
}

.contents > .left_center{
	box-sizing: border-box;
	float: left;
	width: 765px;
	padding: 0;
	margin: 0;
}

.contents > .right{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 0 0 17px;
}

.contents > .right img[src*="/accessTitle."]{
	vertical-align: bottom;
}

.contents > .right .tel{
	font-size: 17px;
	margin-top: 10px;
}

.contents > .right .jusyo{
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0 7px 0;
}

.contents > .right .teikyu{
	font-size: 12px;
	line-height: 1.4em;
}

.contents .ninkiBox{
	border: 4px solid #ad8f37;
	margin-bottom: 6px;
}

.contents .ninkiBox img:first-child{
	vertical-align: bottom;
}

.contents .ninkiBox .row{
	display: block;
	font-size: 12px;
	line-height: 1.8em;
	color: #000;
	background-color: #f0ede4;
	border-top: 1px solid #d1d1d1;
	/*width: 100%;*/
	padding: 10px 5px;
}

.contents .ninkiBox .row:first-child{
	background-color: #f0ede4;
	border-top: 0;
}

.contents .torokukensuBox{
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	border: 3px solid #9bc038;
	border-radius: 2px;
	padding: 10px 0;
}

.footerOuter{
	color: #595959;
	background-color: #d6f092;
	border-top: 10px solid #b1dd63;
}

.footer{
	color: #595959;
	/*background-color: #ebebeb;*/
	width: 1000px;
	padding: 20px 0 50px 0;
	margin: 0 auto;
}

.footer a{
	color: #595959;
	display: inline-block;
	padding: 5px;
	margin-right: 15px;
}

.footer > table{
	border-collapse: separate;
	border-spacing: 10px;
	margin: 5px 0;
}

.footer > table th,
.footer > table td{
	padding: 0px 20px;
}

.footer > table th{
	font-weight: normal;
	background-color: #fff;
}

.footer > .tel{
	font-size: 18px;
	margin: 20px 0;
}

.footer > .tel strong{
	display: inline;
	font-size: 24px;
	font-weight: normal;
}

.caution{
	font-size: 10px;
}

.caution.gray{
	color: #8f8f8f;
}




/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

