@charset "utf-8";
/*-----------------------------------------------------
	reset
 ----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 96%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
a { outline: 0;	text-decoration: none; color:#FFF; }
a:focus { outline: thin dotted; color:#FFF; }
a:hover,
a:active { outline: 0; color:#FFF; text-decoration:underline; }
a:hover { text-decoration:underline; }

address {
	margin-top:0;
}
b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i,
b {
	color:#d7bd6d;
}
mark,
ins {
	text-decoration: none;
}
p {
	margin-bottom: 24px;
	line-height:150%;
}
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
ul,
ol {
	list-style: none;
}
ul {
}
ol {
}
li > ul,
li > ol {
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.clear {
	clear:both;
}
.flt-l { float:left; }
.flt-r { float:right; }
/*-----------------------------------------------------
	grobal
 ----------------------------------------------------*/
body {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*-----------------------------------------------------
	wrapper
 ----------------------------------------------------*/
#container {
	width: 100%;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	position:relative;
	min-height: 100%;
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:260px;
	clear:both;
}
.page {
	position:relative;
	width:980px;
	margin: 0 auto;
	text-align:center;
	clear:both;
	overflow:hidden;
	min-height:210px;
}
page:after {
	display:block;
	content:'';
	clear:both;	
}
/*-----------------------------------------------------
	header
 ----------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align:center;
	clear:both;
	border-top:3px solid #522506;
	border-bottom:3px solid #522506;
	background:url(../img/bg/bg-headerWrap.png) 0 0 repeat-x;
}
header:after {
	display:block;
	content:'';
	clear:both;	
}
.headerWrap {
	background:url(../img/bg/bg-header.png) 0 0 no-repeat;
	position:relative;
	max-width: 980px;
	min-width: 768px;
    margin: 0 auto;
	text-align:center;
	clear:both;
	height:80px;
}
.headerWrap h1,
.headerWrap p.disp {
	display:block;
	float:left;
	margin:0;
}
.headerWrap p.roller {
	position:absolute;
	left:47%;
	top:0;
	margin:0;
	z-index:9999;
}
.headerWrap p.home_btn {
	position:absolute;
	left:75%;
	top:0;
	margin:0;
	z-index:9999;
}
.headerWrap p.tel {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	z-index:9999;
}

/*-----------------------------------------------------
	gnavi
 ----------------------------------------------------*/
nav#gnavi {
	position:relative;
	display:block;
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	top:0;
	right:0;
	background:#FFF;
	border-bottom:3px solid #522506;
}
nav#gnavi ul {
	margin:23px auto 16px auto;
	text-align:center;
	display:block;
	overflow:hidden;
	width:980px;
}
nav#gnavi ul li {
	position:relative;
	float:left;
	margin:0 35px 0 0;
	display:block;
}
nav#gnavi ul li:first-child {
	margin:0 35px 0 61px;
}
/*-----------------------------------------------------
	footer
 ----------------------------------------------------*/

footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:203px;
	background:url(../img/bg/bg-footer@2x.png) 0 0 repeat-x;
	padding:20px 0 0 0;
	color:#FFF;
}
#footerWrap {
	position:relative;
	width: 980px;
    margin: 0 auto;
	text-align:center;
	clear:both;
	height:203px;
}
footer p,
footer address {
	margin:0 0 20px 50px;
	text-align:left;
}
nav#fnavi {
	position:absolute;
	bottom:0;
	right:20px;
}
nav#fnavi ul li {
	display:block;
	float:left;
	padding:0 7px;
	margin:20px 0;
	border-right:1px solid #FFF;
}
nav#fnavi ul li:last-child {
	border-right:none;
}
p.contact {
	position:absolute;
	right:20px;
	top:0;
}
footer small {
	background:#FFF;
	color:#333;
	clear:both;
	overflow:hidden;
	width:100% !important;
	font-size:80%;
}

/*-----------------------------------------------------
	contents
 ----------------------------------------------------*/

/*---------- global ----------*/

div.pan {
	width:980px;
	clear:both;
	overflow:hidden;
	margin:10px auto 21px auto;
	text-align:center;	
}
div.pan ul {
	margin:0 0 0 17px;

}
div.pan ul li {
	float:left;
	margin-right:10px;
	padding-right:0;
	color:#3B3B3B;
}
div.pan ul li a,
div.pan ul li a:link {
	color:#3B3B3B;
}

article {
	position:relative;
	width:980px;
	margin: 0 auto;
	text-align:center;
	clear:both;
	overflow:hidden;
}
div#sidebar {
	float:left;
}
div#sidebar h1 {
	margin-bottom:23px;
}
section {
	float:right;
	width:680px;
	margin-right:20px;
}
section h2 {
	text-align:left;
	margin-bottom:20px;
}

/*---------- top ----------*/

p.ttl-gaina {
	position:absolute;
	right:25px;
	top:0;
	background:#522506;
	color:#a3e1e6;
	font-weight:bold;
	border-radius:15px;
	width:772px;
	padding:3px;
	z-index:10;
	behavior: url(../PIE.htc);
}
p.gaina1 {
	position:absolute;
	left:0;
	top:10px;
	z-index:0;
}
p.gaina2 {
	position:absolute;
	left:241px;
	top:35px;
	z-index:0;
}
p.gaina3 {
	position:absolute;
	right:37px;
	top:2px;
	z-index:10;
}
p.gaina4 {
	position:absolute;
	right:10px;
	padding:10px 130px 0 0;
	top:130px;
	z-index:10;
	background:url(../img/bg/bg-gaina.png) 0 0 no-repeat;
	width:560px;
	text-align:left;
	font-size:110%;
}
p.gaina5 {
	position:absolute;
	right:30px;
	top:130px;
	z-index:10;
}
p.gaina6 {
	position:relative;
	margin-top:58px;
	text-align:left;
	z-index:0;
}
ul.gaina7 {
	position:relative;
	margin-right:16px 10px 0 0;
	z-index:10;
}
ul.gaina7 li {
	float:left;
	margin-right:10px;
}
p.gaina8 {
	position:absolute;
	right:31px;
	top:0;
	z-index:0;
}
ul.imgList {
	margin-top:40px;
}
ul.imgList li {
	margin-bottom:40px;
}
.txt-ornge { color:#ff9600; }
.txt-grn { color:#5cb33a; }

/*---------- company ----------*/

table.compTable {
	border-collapse:collapse;
	text-align:center;
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.compTable th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
	background:#e5e5e5;
	padding:14px;
}
table.compTable td {
	text-align:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:14px;
}
table.compTable td ul {
	list-style:disc;
	margin-left:20px;
}
#gmap {
	width:99%;
	height:400px;
	border:3px solid #522506;
}

/*---------- gaina ----------*/

.gaina-l {
	width:350px;
	text-align:left;
	margin-left:25px;
	float:left;
}

ul.gainaList {
	margin:0 0 23px 23px;
}
ul.gainaList li {
	float:left;
	margin:0 23px 23px 0;
	width:200px;
	text-align:left;
}
ul.gainaList li:nth-child(3),
ul.gainaList li:nth-child(6),
ul.gainaList li:nth-child(9),
ul.gainaList li:nth-child(12),
ul.gainaList li:last-child {
	margin:0 0 23px 0;
}
ul.gainaList li dl dt {
	color:#09659f;
	font-size:135%;
	font-weight:bold;
	border-bottom:2px dotted #09659f;
	padding:0 0 5px 7px;
}
ul.gainaList li dl dd {
	padding:10px 5px 0 5px;

}
.txt-b {
	font-weight:700;
	color:#ff9600;
}

ul.disc {
	display:block;
	float:left;
	margin:0 !important;
	width:420px;
}
ul.disc li {
	background:url(../img/parts/icon-circle.png) 0 0 no-repeat;
	padding-left:20px;
}

/*---------- contact ----------*/

table.formTable {
	border-collapse:collapse;
	text-align:center;
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.formTable th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
	background:#e5e5e5;
	padding:14px;
}
table.formTable td {
	text-align:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:14px;
}

input[type="text"],
input[type="email"],
textarea {
	border:1px solid #CCC;
	padding:5px;
}
input[type="text"],
input[type="email"] {
	width:50%;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin:20px;
	padding:10px 15px;
}
.hisu {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	margin-left:10px !important;
}
.err {
	display:block;
	border:1px solid #F00;
	background:#FFE1F0;
	color:#F00;
	padding:5px;
	width:60%;
}
.mailBox {
	text-align:left;
	padding:25px;
}
.submitBox {
	width:500px;
	margin:0 auto;
	text-align:center;
}

/*---------- faqList ----------*/

dl.faqList {
	text-align:left;
}
dl.faqList dt {
	background:url(../img/p/faq/parts/icon-faq.png) 0 0 no-repeat;
	font-size:170%;
	color:#004b84;
	padding:0 0 0 30px;
	margin-bottom:20px;
}
dl.faqList dd {
	background:#fff2f2;
	border-radius:10px;
	font-size:170%;
	color:#840038;
	padding:10px;
	margin:0 0 30px 30px;
}
dl.faqList dd ol {
	list-style:decimal;
	margin-left:30px;
}
dl.faqList dd ul {

}
dl.faqList dd ol li ul li {
	font-size:70%;
	color:#333;
	margin:10px 30px 20px 0;
}
dl.faqList dd ul li ul li {
	font-size:70%;
	color:#333;
	margin:10px 30px 0 30px;
}
dl.checkList {
	text-align:left;
	margin:0 0 0 10px;
}
dl.checkList dt {
	background:url(../img/parts/icon-square.png) 0 40% no-repeat;
	font-size:115%;
	font-weight:700;
	padding:0 0 5px 23px;
}
dl.checkList dd {
	padding:0 0 10px 23px;
}

.compTable .form_a{
	color:#00AD16;
	}

.compTable a:visited {
	color:#00AD16;
}
.compTable a:hover {
color:#ff8c00;
}

.fade {
    -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;
}
.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
} 

.topi_box{
	width:960px;
		margin-left:auto;
	margin-right:auto;
	clear:both;
	}

.topi{
	width:440px;
		height: 200px;
	border: 1px solid #88bf25;
	}

.topics_txt{
	width: 420px;
	background-repeat: no-repeat;
	padding-top:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
		background-color:#fff;
}
.topics_txt li{
	list-style: none;
}

.topics_txt dd{
	font-size: 14px;
	padding-left:25px;
	line-height:140%;
	border-bottom: 1px solid #ccc;
	color:#3B0203;
}

.topics_txt dt{
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	margin-top:5px;
	background-color: #86c102;
	border-radius:3px;
	color: #FFFFFF;
	width:110px;
	text-align:center;
}

.topics_txt a:link {
	color:#2d677f;
}
.topics_txt a:visited {
	color:#2d677f;
}
.topics_txt a:hover {
	color: #ffb2b8;
}

#env li a {
	color:#333333;
	}
#env li a:hover {
	color:#cccccc;
	}


.faq_bg{
	background-color: #8dc422;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	font-size: 24px;
	text-align:left;
		border-radius: 10px;
	}
	
.qu{
	color: #fff;
	font-size: 36px;
	margin-right: 10px;
		text-align:left;
	}
.an{
	font-size: 16px;
	color: #ff5619;
	font-size: 36px;
	margin-right: 10px;
		text-align:left;
		margin: 0px;
	padding:0;	
	}

	
.an_bg{
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	background-image: url(../img/p/faq/faq_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-radius: 10px;
	text-align: left;
	}	
.an_midashi{
		color: #840038;
		font-size: 20px;
	margin: 0px;
	padding:0;
}
.an_txt{
margin: 0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	color:#333;
	line-height:normal;
	}