/* =Reset
-------------------------------------------------------------- */
@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-size: 100%;
	vertical-align: baseline;
}


html{}

body{
	color: #111;
	background: #FFF;
	font: 0.9em/1.8 'Questrial', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1{
	background: #21895C;
}
h1 p{
	font-size: 10px;
	padding: 0 10px;
	margin: 0 auto;
	color: #FFF;
	text-align: left;
	max-width: 980px;
	font-weight: normal;
}
h2{
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #259D69;
	padding: 4px 9px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
aside h2{
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background: #259D69;
	color: #FFF;
}
h3 {
	padding: 0 0 5px;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #B9B9C8;
}
h4{
	font-size: 15px;
	color: #0051A3;
	margin-bottom: 10px;
}
h5{
}
.mid{
	margin-bottom: 20px;
}
section+.mid{
	margin-top: 50px;
}

a{
	color: #000;
}
a:visited{}
a.on,a:hover{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity:0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom:1;
}


ol,
ul {
	list-style: none;
}


.content_page table {
	background: #CCC;
	border-collapse: separate;
	border-spacing: 1px;
	border-style: none;
}
.content_page th {
	background: #E2E8E1;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.content_page td {
	padding: 5px 10px;
	background: #FFFFFF;
	vertical-align: middle;
}


img{
	max-width:100%;
	height: auto;
	vertical-align:bottom
}
.hidden{
	overflow: hidden;
}

/* Header -------------------------*/
header{
	width: 100%;
	background: rgba(37,157,105,0.8);
	position: absolute;
	z-index: 100;
}
header.sub{ position: inherit; }
header #top{
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 980px;
	position: relative;
}
#top .logo {
	margin: 10px 0;
	color: #FFF;
	line-height: 1.2;
	float: left;
	background: url(../img/logo.png) no-repeat left center;
	min-height: 70px;
	padding: 20px 0px 0px 90px;
}
#top .logo p {
	font-size: 14px;
	float: left;
	margin-right: 10px;
}
#top .logo p a {
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#top .home {
	position: absolute;
	top: -20px;
	right: 115px;
}
#top .link {
	position: absolute;
	top: -20px;
	right: 15px;
}
#top .tel {
	float: right;
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.2;
	color: #FFF;
}
#top .tel div {
	float: right;
	margin-left: 20px;
}
#top .tel div p {
	text-align: center;
	padding: 1px;
	border: 1px solid #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#top .tel div p+p {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	border: none;
	margin-top: 5px;
}

/* Navigation -------------------------*/
nav ul:after{
    content: '';
    display: block;
    clear: both;
}
nav#navre{
	padding: 0;
	margin: 0px;
	zoom: 1; /* for IE6/7 */
	background: url(../img/block.gif) repeat-x bottom;
}
nav#navre ul{
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	background: url(../img/menu.png) no-repeat right bottom;
}
nav#navre li{
	position: relative;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width: 16.66%;
	background: url(../img/menu.png) no-repeat left bottom;
}
nav#navre li a{
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	border-bottom: 5px solid #FFF;
	color: #FFF;
}
nav#navre li a.on,nav#navre li a:hover{ border-bottom: 5px solid #165F40; }
nav#navre li ul{
	background: #FFF url(none);
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
	border-right: 1px solid #B9B9C8;
	border-left: 1px solid #B9B9C8;
}
nav#navre li ul li{
	background: url(none);
	overflow: hidden;
	width: 100%;
	height: 0;
	border-left: none;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
nav#navre li ul li a{
	padding: 10px 15px;
	background: #0099D9;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	border-bottom: 1px solid #B9B9C8;
}
nav#navre li ul li a.on,nav#navre li ul li a:hover{ border-bottom: 1px solid #B9B9C8; }
nav#navre li:hover ul li{
	overflow: visible;
	height: 40px;
}

/* Footer -------------------------*/
#pagetop {
	position:fixed;
	bottom:170px;
	right:0px;
	z-index:100;
}
#f_menu{ background: #66BA96; }
#f_menu_box{
	margin: 0px auto;
	max-width: 980px;
	padding: 15px;
}
#f_menu .foot_link li a{
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-right: 15px;
}
#f_menu .foot_link li a:before{
	content: url(../img/arrow.gif);
	margin-right: 5px;
}
footer{
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 10px solid #259D69;
}
footer a{
	text-decoration: none;
}
footer .foot_box{
	max-width:980px;
	margin:0 auto;
	padding: 0px 15px;
}
footer .add{
	font-size: 12px;
	float: left;
	background: url(../img/logo.gif) no-repeat left center;
	min-height: 70px;
	padding-left: 90px;
}
footer .add div{
	font-weight: bold;
	margin-top: 5px;
}
#copy{
	float: right;
	font-size: 10px;
	margin-top: 50px;
}


/* Layout -------------------------*/

#wrap{
	max-width: 980px;
	padding: 0px 15px;
	margin: 0 auto;
}

#main{
	padding:50px 0;
}

#content{
	float: left;
	width: 700px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#sidebar{
	float: right;
	width: 230px;
}


/* Contents -------------------------*/

section+section{
	margin: 60px 0 0 0;
}
#sidebar aside+aside{
	margin: 30px 0 0 0;
}

.top_page{
	padding-left: 5px;
	margin-bottom: 20px;
}
.content_page{
	padding-left: 20px;
}
.content_page:after{
    content: '';
    display: block;
    clear: both;
}
.content_page a{
	color: #1A74CF;
}
.content_page+.content_page{
	margin-top: 50px;
}
.content_page h3{
	margin-left: -20px;
}
.content_page+h3{
	margin-top: 50px;
}
.content_page+h4{
	margin-top: 50px;
}
.page_border{
	padding: 10px;
	border: 2px solid #C5B59A;
}

/*info*/
.info_box {
	height: auto;
	padding: 0px 15px;
	background: #EEE;
	font-size: 12px;
}
.coment {
	margin: 10px 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #D6D6D6;
}
.coment a {
	color: #0099D9;
	text-decoration: none;
}
.coment:after{
    content: '';
    display: block;
    clear: both;
}

/*item*/
.item .list{
	float: left;
	width: 31%;
	margin: 0px 3.5% 20px 0px;
}
.item .list:nth-child(3n){
	margin: 0 0 20px 0;
}
.item .list div{
	font-size: 15px;
}
.item .list .item_text{
	margin-top: 5px;
}
.item .list p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.item .list p+p{
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.content_page .item .list p+p{
	margin-top: -5px;
}
.item .list img{
	width: 100%;
}
.item .list a{
	text-decoration: none;
}
.item_detail{
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #D6D6D6;
}
.item_detail .name{
	font-weight: bold;
	float: left;
	width: 35%;
	padding-right: 5%;
}
.item_detail .material1{
	font-weight: bold;
	float: left;
	width: 30%;
	margin-right: 5%;
}
.item_detail .material2{
	float: left;
	width: 65%;
}


/*otherside*/
.bot{
	font-size: 16px;
	text-align: center;
}
.bot a{
	color: #000;
	background: #DBDBEA;
	text-decoration: none;
	padding: 10px 0px;
	display: block;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}
.bot+.bot{
	margin-top:20px;
}
.m_bot{
	font-size: 22px;
	font-weight: bold;
}
.m_bot a{
	color: #FFF;
	background: #1f7f56;
background: -moz-linear-gradient(top,  #269967 0%, #1f7f56 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #269967 0%,#1f7f56 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #269967 0%,#1f7f56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269967', endColorstr='#1f7f56',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

a.pdf:after{
	content: url("../img/pdf.gif");
	margin: 0 5px;
	vertical-align: -3px;
}


/*box*/
.box2{
	float: left;
	width: 49%;
	margin-left: 2%;
}
.box2:first-child{
	margin-left: 0;
}
.box3{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.box3:first-child{
	margin-left: 0;
}
.box4{
	float: left;
	width: 22%;
	margin-left: 4%;
	position: relative;
}
.box4:first-child{
	margin-left: 0;
}
.box_l{
	float: left;
	width: 48%;
}
.box_r{
	float: right;
	width: 48%;
}
.photo_l{
	float: left;
	padding: 0px 4% 10px 0px;
	text-align: center;
}
.photo_r{
	float: right;
	padding: 0px 0px 10px 4%;
	text-align: center;
}
.photo_l div+p,.photo_r div+p{
	padding-top: 5px;
	font-size: 12px;
}
.photo_l p+div,.photo_r p+div{
	padding-top: 20px;
}
.text_hidden{
	overflow: hidden;
}

/* Sidebar -------------------------*/
#sidebar .bana+.bana{ margin-top: 10px; }


/* Breadcrumb -------------------------*/
#breadcrumb li{
	float:left;
	margin-right:5px;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1; /* for IE6/7 */
}

/* Other -------------------------*/
.mar_b05{
	margin: 0px 0px 5px;
}
.mar_b10{
	margin: 0px 0px 10px;
}
.mar_b15{
	margin: 0px 0px 15px;
}
.mar_b20{
	margin: 0px 0px 20px;
}
.mar_b30{
	margin: 0px 0px 30px;
}
.mar_b50{
	margin: 0px 0px 50px;
}
.pad_t50{
	padding-top: 50px;
}
.text_12{
	font-size: 12px;
}
.text_10{
	font-size: 10px;
}
.pad_l35{
	padding-left:35%
}
.text_day{
	font-size: 12px;
	font-weight: bold;
}
.text_title{
	font-size: 18px;
}

/* ファイル -------------------------*/
.file {
	margin-left: 20px;
	margin-top: 20px;
}
.file table{
	border-collapse: separate;
	border-spacing: 0px;
	border-style: none;
	margin: 0px;
	width: 100%;
}
.file td {
	padding: 0px;
}
.file img{
	display: none;
}
.file .pdf{
}
.file .pdf a{
	background: #C5E4D7 url(../img/pdf.gif) no-repeat 10px center;
	padding: 5px 5px 5px 40px;
	display: block;
	text-decoration: none;
	color: #000;
}
.file .cad a{
	background: #D6D6D6 url(../img/cad.gif) no-repeat 10px center;
	padding: 5px 5px 5px 40px;
	display: block;
	text-decoration: none;
	color: #000;
}
.file .word{
	background: url(../img/word.gif) no-repeat left center;
	padding-left: 20px;
}
.file .excel{
	background: url(../img/excel.gif) no-repeat left center;
	padding-left: 20px;
}
.file .data{ font-size: 16px; }
.file .data tr td:first-child{ width: 25px; }
.file .data img{
	display: block;
}
.file+.file{
}

/* loading----------------------------------------------- */

.loadingwrap {
	width: 100%;
	height: 100%;
	background: #FFF url(../img/loading.gif) no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
}


/* 1100px -------------------------*/
@media screen and (max-width: 1009px) {
header{ position: static; }
header #top{
	position: static;
	padding-bottom: 20px;
}
#top .logo {
	margin-top: 20px;
}
#top .logo span a {
	font-size: 18px;
}
#top .tel {
	margin-top: 40px;
	font-size: 14px;
}
#top .home,#top .link {
	position: static;
	display: inline-block;
	margin-right: 10px;
}
nav#navre li{
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(none);
}
nav#navre li a{
	background: #21895C;
	color: #FFF;
}
nav#navre li ul{
	position: static;
	border-bottom: 1px solid #B9B9C8;
}
nav#navre li ul li{
	height: auto;
}
nav#navre li:hover ul li{
	height: auto;
}

#wrap{
	padding: 0px 15px;
}
.p_menu{
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 10px;
}
#content{
	float: none;
	width: 100%;
}
#sidebar{
	float: none;
	width: 100%;
	margin-top: 30px;
}
#sidebar img{
	width: 100%;
}
#pagetop {
	position: static;
	text-align: right;
}
footer .foot_link{ display: none; }
}


/* 480px -------------------------*/
@media screen and (max-width: 480px) {
#top .tel {
	margin: 10px 0 20px;
}
#top .tel div {
	margin-bottom: 10px;
}
#copy{
	margin-top: 10px;
}
.photo_l{
	float: none;
	padding: 0px 0px 10px 0px;
}
.photo_r{
	float: none;
	padding: 0px 0px 10px 0px;
}
.photo_l img,.photo_r img{
	max-width: 100%;
}
}

@media print {
}
