﻿@charset "utf-8";
/* =================================================================
 * Author : sawai
 * Version : 1.2.0 - 2012-10-30
 * Licensing : e-trust co.,ltd. 
 * INFO : Layout Structure {
						Prefix : (Buttons)
						Layout : (#wrapper & #global_header & #global_footer & #content)
						Page   : (Unique Page)
					}
 * ================================================================= */
#wrapper {
	font-size: 14px;
	background:url(../images/bg.jpg) repeat center top;
}
a{-webkit-tap-highlight-color:#2f611e;}
a:link,a:visited {color:#daa331;}
a:hover {color:#daa331;}
/* ================================================================= 
 *
 * Layout : Prefix Common
 *
 * ================================================================= */
a.btn_tolinkpc,a.btn_toaccess {}
a.btn_tolinkpc img,a.btn_toaccess img {}
a.btn_tolinkpc {
	background-color:#fe9b00;
}
a.btn_toaccess {
	background-color:#ff6100;
}
/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
#global_header {
/*	background: #e7f494;*/
	background: url(../images/bg_global_header.jpg) no-repeat;
}
#global_header #siteid, #global_header #siteid a, #global_header #siteid img {
	display: block;
	width: 215px;
	height: 35px;
}
#global_header #siteid {
	margin: 10px 0 0 10px;
}
#global_header #global_header_inner {}
#global_header h1 {
	border-top: 2px solid #cccccc;
/*	font-size: 86%;*/
	/*color: #ffffff;*/
	width: auto;
	padding: 8px 0 0px 0px;
	margin: 10px 10px 0;
	height: 27px;
}
/*
 * #mainArea
 * -------------------------------- */
#mainArea_bg {
	width: 320px;
	height: 145px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#mainArea {
	width: 320px;
	height: 145px;
	margin: 0;
	overflow: hidden;
}
#mainArea ul#mainWidget {
	position: relative;
	width: 320px;
	height: 145px;
	overflow: hidden;
}
#mainArea ul#mainWidget li {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 145px;
	-webkit-transform: translate(0px,0px);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(1,0,.50,1) 0;
	-moz-transform: translate(0px,0px);
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1.5s;
	-moz-transition-timing-function: cubic-bezier(1,0,.50,1);
}
/*
 * #nav_global
 * -------------------------------- */
nav#nav_global {
	display: block;
	padding: 0;
}
nav#nav_global ul {
	overflow: hidden;
	margin: 0 0 20px 0px;
	height: auto;
}
nav#nav_global ul li {
	float: none;
	width: 100%;
	height: 50px;
	margin: 0;
	background: rgb(38,58,144); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2M2E5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjJlNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(38,58,144,1) 0%, rgba(31,46,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,58,144,1)), color-stop(100%,rgba(31,46,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,58,144,1) 0%,rgba(31,46,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,58,144,1) 0%,rgba(31,46,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,58,144,1) 0%,rgba(31,46,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(38,58,144,1) 0%,rgba(31,46,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263a90', endColorstr='#1f2e6b',GradientType=0 ); /* IE6-8 */
}
nav#nav_global ul li a {
	text-shadow: 0 -1px 0 #000;
	font-size: 129%;
	background: url(../images/nav_arrow.png) no-repeat 95% 13px;
	background-size: 8% auto;
	font-weight: normal;
	text-align: left;
	text-indent: 15px;
	text-shadow: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	-webkit-transition: 0.3s;
	border-bottom: 1px solid #222d65;
}
nav#nav_global ul li a:hover {
	/*background-color: #efe3d1;*/
}


/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
#global_footer {
	margin: 0;
}
#global_footer_inner {
	font-size: 86%;
	background: #1d2d6f;
	color: #fff;
}
#global_footer #info_footer {}
#global_footer .region {
	position: relative;
	top: 0;
	right: 0;
	width: auto;
}
#global_footer a.toPageTop {
	color:;
	background-color:;
}
#global_footer a.btn_tolinkpc,
#global_footer a.btn_toaccess {
	color:;
}
#global_footer a.btn_tolinktel {
	font-size: 143%;
	color: #fff;
}
#global_footer #copyright {
	font-size: 86%;
	color:#fff;
	background: #273fa8;
}
/* ================================================================= 
 *
 * Layout : Content
 *
 * ================================================================= */
#content {
}
.thmTitle {
	background-color:;
}
a.thmBtn {
	color:#fff;
	background-color:;
}
a.thmBtn:hover {
}
.thmNav1FA,
.thmNav2FA,
.thmNav3FA,
.thmNav4FA {}
.thmNav1FB,
.thmNav2FB,
.thmNav3FB,
.thmNav4FB {}
.thmNav1FA li {}
.thmNav1FB li {}
.thmNav1FB li:not(:last-child) {}
.thmNav1FB li:last-child {}
.thmNav1FA li a,.thmNav1FB li a,
.thmNav2FA li a,.thmNav2FB li a {}
.thmNav2FA li,.thmNav2FB li {}
.thmNav2FA li:nth-of-type(odd),
.thmNav2FB li:nth-of-type(odd) {}
.thmNav2FA li:nth-of-type(even),
.thmNav2FB li:nth-of-type(even) {}
.thmNav2FA li:nth-of-type(2n+1),
.thmNav2FB li:nth-of-type(2n+1) {}
.thmNav1FA li a:after,
.thmNav1FB li a:after,
.thmNav2FA li a:after,
.thmNav2FB li a:after {
  border-top: solid 3px #888;
  border-right: solid 3px #888;
}
.thmTable1,
.thmTable2 {
}
.thmTable1 th,
.thmTable2 th {
	background-color:;
}
.thmTable1 th,
.thmTable1 td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1);
}
.thmTable2 th,
.thmTable2 td {
	text-align: center;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
.thmList1 {}
.thmList1 li {
	list-style-type: disc;
}
.thmList2 {}
.thmList2 li {}
.thmList2 li:after {
	border: 1px solid #666;
}
.thmList2 li:before{
	border-bottom: 4px solid #c00;
	border-right: 4px solid #c00;
}
/* ================================================================= 
 *
 * Style : Unique Page
 *
 * ================================================================= */
em {
	font-style: normal;
	color: #FF8000;
}
strong {
	color: #6ea246;
	display: block;
}
#content h2.page-ttl {
	font-size: 150%;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
/*	background: #cee8f7;*/
	margin: 0 0 10px;
	padding: 8px 0 3px;
	border-top: 2px solid #1d2d6f;
	border-bottom: 1px solid #1d2d6f;
	box-shadow:inset 0 1px 0 #2d1e11, inset 0 2px 0 #fff,inset 0 3px 0 #2d1e11;
	background: rgb(30,87,153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}
#content h2.ttl {
	font-size: 115%;
	color: #fff;
	font-weight: normal;
	background:url(../images/h2_line.png) repeat-x left bottom;
	margin-bottom: 10px;
}
#content h2.ttl span{
	padding: 0 10px 4px 0;
	display: inline-block;
	border-bottom: 2px solid #406a29;
}
#content h3.ttl {
	font-size: 115%;
	color: #fe9100;
	font-weight: normal;
	background:url(../images/h2_line.png) repeat-x left bottom;
	margin-bottom: 10px;
}
#content h3.ttl span{
	padding: 0 10px 4px 0;
	display: inline-block;
	border-bottom: 2px solid #fe9100;
}
#content h3.ttl02 {
	background:url(../images/icon01.png) no-repeat left bottom;
	background-size: 22px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #1b2966;
	border-bottom: 2px solid #1b2966;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}
#content h3.ttl03 {
	font-size: 115%;
	color: #fff;
	border:1px solid #ff8702;
	padding: 3px 5px;
	background: rgb(255,165,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmOGIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,165,0,1) 0%, rgba(255,139,0,1) 51%, rgba(255,170,1,1) 51%, rgba(255,170,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,165,0,1)), color-stop(51%,rgba(255,139,0,1)), color-stop(51%,rgba(255,170,1,1)), color-stop(100%,rgba(255,170,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(255,139,0,1) 51%,rgba(255,170,1,1) 51%,rgba(255,170,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(255,139,0,1) 51%,rgba(255,170,1,1) 51%,rgba(255,170,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(255,139,0,1) 51%,rgba(255,170,1,1) 51%,rgba(255,170,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,165,0,1) 0%,rgba(255,139,0,1) 51%,rgba(255,170,1,1) 51%,rgba(255,170,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ffaa00',GradientType=0 ); /* IE6-8 */
}
#content h4.ttl {
	font-size: 14px;
	color: #564b1b;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-indent: 15px;
	background:  url(../images/ttl_h4.png) left 5px no-repeat;
}
.tableType1 th {
	font-weight: bold;
	color: #fff;
	vertical-align: top;
}
.tableType1,
.tableType2 {
	width: 100%;
}
.tableType1 th,
.tableType1 td{
	padding: 3px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dashed #58412d;
	padding:5px 0;
}
.tableType2 th {
	font-weight: bold;
	color: #fff;
	background:#6ea246;
}
.tableType2 th,
.tableType2 td{
	border: 1px solid #6ea246;
	padding: 2px;
}
.a_box a {
	display: block;
	color: #6ea246;
	border: 1px solid #6ea246;
	background: url(../images/) #f7f7f7;
	margin: 0 0 10px;
	padding: 5px;
}
table#remodeling_list {
	width:306px;
	margin-left:10px;
}
table#remodeling_list td {
	width:96px;
	height:auto;
	margin:0 6px 6px 0;
	vertical-align:top;
}
table#remodeling_list td img.imgBorder{
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}
table#remodeling_list td span {
	font-size:  79%;
	line-height:1;
}
/* ================================================================= 
 *
 * Style : Common
 *
 * ================================================================= */
.color1 {color:#1f2f6d;} .color2 {color:#2281d3;} .color3 {color:#f28e00;}
.color4 {color:#0000ff;} .color5 {color:#ff0000;} .color5 {color:#ff0000;}
.bold {font-weight: bold;}
.imgBorder {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px;
}
.bg01 {background-color: #f2f2f2;}
.c_border01 {border:3px solid #ffaa00; padding: 7px;}
.vtaT td {vertical-align:top;}
/* ================================================================= 
 *
 * Style : Unique Page
 *
 * ================================================================= */
.txtShadow {text-shadow: 1px 1px 2px rgba(255, 243, 232, 1);}
.komidashi {background:#ffaa00; padding: 2px 5px 2px 5px; border-radius:3px; margin-bottom:3px;}
.lineType01 {border-bottom: 1px dashed #fff;}
/*
 * Comment Page Name
 * -------------------------------- */
#news {
	width: 300px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
/*#news img{display: none;}*/
#news div {margin-bottom:20px;}