﻿@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* 繧医￥菴ｿ縺�CSS start*/

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover { 
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


*,*:before,*:after{  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

/*--body--*/
body{position:relative;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}

article.wrap{width:700px; border-left:1px #666 solid; border-right:1px #666 solid; margin:0 auto; padding:0 1em}

a{color:#ad3140; text-decoration:none;}
a:hover{color:#c00;}

.f_l{float:left;}
.f_r{float:right;}

.mt1{margin-top:1em;}
.mt2{margin-top:2em;}
.mt3{margin-top:3em;}
.mt4{margin-top:4em;}

.mb1{margin-bottom:1em}
.mb2{margin-bottom:2em;}
.mt3{margin-top:3em;}
.mt4{margin-top:4em;}


/*--head--*/
header {
padding:.5em 0;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border-top:5px #FF6600 solid;
position:relative;
margin-bottom:.5em;
}
header h1{line-height:55px;color:#009900; font-size:1.2em; font-weight:bold; border-bottom:1px #009900 solid; margin-bottom:1em; position:relative}
header h1 span{position: absolute;top: -.5em;font-size: .8em;}
header h1 span b{font-weight:bold;}
header h1 p{position:absolute;top:1em;right:1em;font-weight:bold;}
header h1 img{vertical-align:text-bottom; margin-right:1em;}
header dl{font-size:.8em;}
header dt{clear:left;float:left;width:4em;}
header dd{margin-left:5em;}
header dd:before{content:"\ff1a"; margin-right:.5em}

/*--gmenu--*/
.gmenu ul{width:100%;margin:0 auto 1em; border-left:1px #ccc solid;font-size:1em; font-weight:bold;/*display:inline-table;*/ background:#f90;letter-spacing:-.4em;}
.gmenu li{display:inline-block;letter-spacing:normal;width:33.3%; border-right: 1px #ccc solid; text-align:center; vertical-align:middle; padding:1px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.gmenu li a{display:block; color:#FFF; line-height:1.2em; padding:.5em 0; vertical-align:middle; text-align:center; font-weight:bold; font-size:.9em;letter-spacing:.1em}
.gmenu li a span{display:block;font-weight:bold}
.gmenu li:hover a{ background:#F63;}
#home .g01 a,#houshin .g02 a,#kanyu .g03 a{background:#F33;}


/*--title--*/
section.wrap{width:98%; margin:0 auto;}
h2.title{width:100%;margin-bottom:1em; font-size:1.1em;border-bottom:1px #03a solid; padding:.5em 0; font-weight:bold; color:#03a}

/*--article--*/
section.wrap article{margin:0 auto 2em;}
section.wrap article h3{padding:.5em 1em; display:inline-block; text-align:center; background:#06C; color:#FFF; font-weight:bold; margin-left:-.5em; margin-top:1em}
section.wrap p{text-indent:1em; line-height:1.6em}

div.f_l{width:68%; margin-right:.5em}
#home aside {width:200px}
#home aside ul{ margin:0 auto; text-align:center;}
#home aside li{ margin-bottom:.5em}

/*--txtbox--*/
.txtbox,article.company dl{ margin:1em auto; padding:.5em 1em; border:1px #666 solid; line-height:1.6em; font-size:.9em}
ul.list{ list-style:circle; padding-left:1em}
.list li{margin:1em auto;}

dl.company dt{font-weight:bold; color:#069;}
dl.company dd{margin-bottom:1em}
dl.lists{margin-left:2em;}
dl.lists dt{clear:left;float:left;width:55%; font-weight:normal; color:#000}
dl.lists dt:before{content:"\30fb"; margin-right:.5em}
dl.lists dd{margin-bottom:0;border-bottom:1px #999 dotted;}

article.company dt{font-weight:bold; color:#069; clear:left; float:left;text-align:right}
article.company dd{margin-left:25%;}
.inquiry{ padding:.5em 1em; border:1px #666 solid; line-height:1.6em;}
section.wrap article.inquiry h3{margin:0 auto .5em}
.inquiry dl{margin:.5em auto; padding-left:2em}
.inquiry dt{ text-align:right; clear:left; float:left; font-weight:bold}
.inquiry dd{margin-left:20%;}

/*--home aside--*/
/*
#home aside { border-top:1px #066 solid; padding:1em 0;}
#home aside ul{ letter-spacing:-.4em; margin:1em auto; text-align:center;}
#home aside li{ letter-spacing:normal; display:inline-block; margin:0 .2em;}
*/

/*--policy--*/
#houshin ol{counter-reset:num; margin:1em auto 2em}
#houshin ol > li{counter-increment:num; margin-bottom:1em}
#houshin ol > li:first-line{font-weight: bold; font-size:1.2em}
#houshin ol li p{text-indent:0;}
#houshin ol li:before{content:"\ff08"counter(num)"\ff09";}
#houshin ul li:before{content:"";}
#houshin ol ul{margin:1em auto; list-style:outside; margin-left:1em; line-height:1.6em}
#houshin ul.list{margin-left:2em; list-style:none;}
#houshin ul.list li{margin:0;}
/*#houshin ul.list a{color:#000;}*/
#houshin ul.list a:before{content:"\25c6"; margin-right:.5em;}
#houshin ul.list a:hover{color:#993;}
#houshin ol.norm{margin-left:2em;}
#houshin ol.norm li{list-style:decimal;}
#houshin ol.norm li:first-line{font-weight:normal; font-size:1em;}
#houshin ol.norm li:before{content:""}

/*--kanyu--*/
dl.kanyu{width:95%; font-size:.8em; margin:1em auto 2em; line-height:1.6em;}
dl.kanyu dt{margin-top:2em; background:#009900; padding:.5em 1em; font-size:1.1em; font-weight:bold;color:#FFF;}
dl.kanyu dd{border-left:1em #cc9900 solid; margin:1px auto; padding:.5em; text-indent:1em; background:#ffffcc;}

/*--hisback--*/
.hisback{text-align:center;}
.hisback a{display:inline-block; margin:2em auto; padding:.2em 2em; color:#FFF; background:#ad3140;; border:1px #ad3140 solid;}
.hisback a:hover{background:#fff; color:#ad3140;}

/*--gotop--*/
a#page-top {
display: block;
position: fixed;
z-index: 99;
bottom: -60px;
right: 50px;
width: 90px;
background: rgba(184,136,59,1);
color: #fff;
text-align: center;
text-decoration: none;
font-size: .8em;
padding: 10px 5px;
line-height: 1.4em;
transition: .5s;
}


.gohome {text-align:center;}
.gohome a{padding:.5em 1em; border:1px #F90 solid; border-radius:10px; color:#FFF; background:#F90;}
.gohome a:hover{background:none; color:#f90;}

/*--footer--*/
footer{padding:.5em 0 2em; line-height:2em;font-size:.9em; border-top:1px #903 solid;}
footer ul{ letter-spacing:-.4em; text-align:right; margin-bottom:2em }
footer ul li{display:inline-block; letter-spacing:normal;}
footer li a{padding:.2em 1em; display:block;border-left:1px #903 solid; line-height:1em;}
footer li a:hover{background:#FC9; color:#FFF}
footer small { display:block;text-align:center; margin:0 auto}
footer address span{margin-left:1em;}

