@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*font-size:100%;*/
	vertical-align:baseline;
	background:transparent;
}
body {
	font-family: "小塚ゴシック Pr6N M", "小塚ゴシック Pr6N R", "小塚ゴシック Pro L";
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;	
	
}


html,body{
    width: 100%;
}

@media screen and (max-width:479px){
 body {
      -webkit-text-size-adjust: 100%;
    }
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a.a{
	color: #333;
	text-decoration: none;
	border-style: none;
}
a.w{
	color: #fff;
	text-decoration: none;
	border-style: none;
}
a:hover{
	opacity: 0.8;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}



/* ======================================== */

#container{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
header{
	margin-top: -40px;
	height: 130px;
}
.inner{
	
	width: 1040px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	position: relative;
	left: 0;
	top: 10px;
}
h1 img{
	width:321px;
	height:65px!important;
}
/* 電話番号
*************/
.h-info {
	position: relative;
	top: -55px;
	right: -400px;
}

.h-info h4.h-tel {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 1em;
}
.h-info .open {
	font-size: 13px;
	
}

#mainTop{
	position: relative;
	background-image: url(../img/mainImage.jpg);
	background-repeat: no-repeat;
	background-position: center 46px;
}
#mainTop2{
	
}
.nav {
	margin: 0 auto;
	width: 1020px;
	height: 73px;
	/*font-size: 85%;*/
	font-size: 100%;
	line-height: 73px;
	background-image: url(../img/bg%E2%88%921.png);
	background-position: left top;
	
}
.nav ul {
	width: 1020px;
	margin: 0 auto;	
}

.nav li {
	list-style: none;
	float: left;
	width: 198.4px;
	text-align:center;
	
}
.nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-shadow:2px 2px 3px #000;

	
}
.nav li a:hover {
	opacity: 0.3;
	
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	z-index: 100;
}

#imageArea {
	height: 417px;
	width: 1278px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#contents{

	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	
	
}

.field01,.field02,.field03,.field04.field05{
	margin-top: 0;
	overflow: hidden;
	text-align: left;
	
}

.field01 ul{
	margin-top: 15px;
	margin-bottom:20px;
	width:1020px;
}
.field01 li{
	float: left;
	width: 317px;
	margin: 0 15px 0 0;
	display: block;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 3px 0px #aaa;
}
.field01 li:first-child{
	float: left;
	width: 317px;
	margin: 0 15px 0 15px;
	display: block;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 3px 0px #aaa;
}
.field01 ul li{/*ieのfloatバグ回避の為*/
	margin-left:1px;
}
.field01 li.firstrow{
	clear:both;
}
.field01 ul:after{
	content:"";
	display:block;
	clear:both;
}


.trian{
	background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 97px;
	width: 100px;
}
.s-box{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	top: -40px;
	
}
.ssbox{
	height: 150px;
	
}
.text{
	text-indent: 1em;
	margin-top: 10px;
}
.img{
	background-color: #CCC;
	text-align: center;
	height: 150px;
	width: 280px;
	margin-top: 10px;
}


.field02 ul{
	margin-bottom: 10px;
	width: 1020px;
	text-align: center;
}
.field02 li{
	float: left;
	width: 465px;
	padding: 10px;
	margin: 0 15px 10px 0;
	display: block;
	color: #fff;
	background-image: url(../img/tab-6-3.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.field02 li:first-child{	
	margin: 0 15px 10px 15px;
}
	
.field02 li:last-child{
	margin: 0 0 10px 0;	
}
.field02 ul li{/*ieのfloatバグ回避の為*/
	margin-left:1px;
}
.field02 li.firstrow{
	clear:both;
}
.field02 ul:after{
	content:"";
	display:block;
	clear:both;
}

.field03 ul{
	margin-top: 15px;
	margin-bottom: 30px;
	width:1020px;
}
.field03 li{
	float: left;
	width: 287px;
	padding: 15px;
	margin: 0 15px 0 0;
	display: block;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 3px 0px #aaa;
}
.field03 li:first-child{
	float: left;
	width: 287px;
	padding: 15px;
	margin: 0 15px 0 15px;
	display: block;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 3px 0px #aaa;
}
.field03 ul li{/*ieのfloatバグ回避の為*/
	margin-left:1px;
}
.field03 li.firstrow{
	clear:both;
}
.field03 ul:after{
	content:"";
	display:block;
	clear:both;
}




.img02{
	background-color: #CCC;
	height: 180px;
	width: 280px;
	margin-top: 10px;
}

.conti{
	/*color: #F30;*/
	text-align: right;
	color: #F30;
}

.blue{
	color: #000080;
}


#infomation{
	display: block;
	padding: 10px;
	width: 600px;
	float: left;
	margin-left:15px;
}
#aside{
	display: block;
	margin-right:15px;
	padding: 15px 18px 10px 0;
	width: 320px;
	float: right;
}

#blogBotton {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;	
}


/* to top
*************/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../img/totop.png);
	background-repeat: no-repeat;
}


/* フッター
*******************************/
#footer {
	clear: both;
	overflow: hidden;
	width: ;
	height: auto;
	padding: 10px 0 20px 0;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #162e55), color-stop(0.80, #162a55), color-stop(0.39, #192b52));
	background: -webkit-linear-gradient(top, #192b52 39%, #162a55 80%, #162e55 99%);
	background: -moz-linear-gradient(top, #192b52 39%, #162a55 80%, #162e55 99%);
	background: -o-linear-gradient(top, #192b52 39%, #162a55 80%, #162e55 99%);
	background: -ms-linear-gradient(top, #192b52 39%, #162a55 80%, #162e55 99%);
	background: linear-gradient(to bottom, #192b52 39%, #162a55 80%, #162e55 99%);

}
* html #footer {
	height: 1%;
}
#footer .grid {
	margin: 0;
	background: transparent;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	display: block;
}
#footer #info .logo, #footer #info .info {
}
#footer #info .info {
	padding: 10px 0 0 0;
	text-align: left;
}
#footer .info .add {
	font-size: 11x;
	color: #fff;
}
#footer .info .tel {
	font-size: 13px;
	color: #fff;
}



ul.footnav {
	width: 680px;
	float: left;
	padding: 10px 0;
}
ul.footnav li {
	float: left;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	font-size: 12px;
	border-right: 1px solid #b6b6b6;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
}
#copyright {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	color: #fff;
}

/*another page**********

*************************/
#contents2{
	width: 1020px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: block;
}
.field-2block,.field-1block{
	margin-top: 0;
	overflow: hidden;
	text-align: left;
	width: 1020px;
	display: block;
	padding-bottom: 20px;
}
.leftBlock{
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 495px;
}
.rightBlock{
	float: left;
	margin-top: 20px;
	width: 495px;
}

ul.list{
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	display: block;
}
ul.list li.t-01{
	float: left;
	margin: 0 0 0 0;
	display: block;
}
.img-r{	
	box-shadow: 0px 0px 3px 0px #aaa;
	height: 250px;
	width: 350px;
}
.img-r02{
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 3px 0px #aaa;
	height: 250px;
	width: 350px;
}

.image {
	display: block;	
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
}

ul.list02{
	margin-top: 5px;
	margin-bottom: 20px;
	width: 992px;
	float: left;
	display: block;
}
ul.list02 li{
	float: left;
	width: 990px;
	margin: 0 0 0 0;
	display: block;
}

li.li-01{
	line-height: 1;
	font-weight: 600;
}
li.li-02{
	line-height: 1.6;
	font-weight: normal;
}

text02{
	margin-bottom: 20px;
}

.his{
	display: block;
	width: 550px;
	margin-top: 40x;
	margin-right: 0;
	/*margin-bottom: 20px;*/
	margin-left: 50px;
	float: left;
}
.his02{
	display: block;
	/*width: 800px;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 50px;
	float: left;
}

/*table
***********************/
table.ryoukin{
	margin-top:10px;
	margin-left: 15px;
}
table.getsu {

margin:10px 0;
	margin-left: 15px;
}
.getsu{
width: 600px;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.getsu th{
width:100px;
padding:4px;
font-weight:normal;
text-align: left;
vertical-align: top;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;

}
.getsu td{
width:100px;
padding:4px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.company{
	width: 870px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: ;
	margin-left: 15px;
}
.company th{
width:150px;
padding:15px;
font-weight:normal;
text-align: left;
vertical-align: top;
text-align:center;
color:#002b55;
background-color: #d5eaff;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;

}
.company td{
width:650px;
padding:15px;
background-color: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
li.page a{
	color: #FFF;
	text-shadow:2px 2px 3px #666;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 3;
	background-image: url(../img/pageName01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.page02 a{
	color: #FFF;
	text-shadow:2px 2px 3px #666;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 3;
	background-image: url(../img/pageName02.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.list05{
	padding: 10px;
	margin-left: 80px;
	margin-top: 30px;
	
}
ul.list06{
	padding: 10px 10px 20px 70px;

	
}
li.co a{
	list-style-type: square!important;
	color: #333;
	text-decoration: underline;
	background-image: none;
	text-shadow: none;
	line-height: 1.3;
}
/*------------------------------------------*/	


#infomation #news #feed{
	margin-top:30px;
	}
#infomation #news #feed div{
	width: 600px;
	padding-left: 20px;
	display: inline-block;
	/*margin-bottom: 10px;*/
	padding-bottom: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}

#infomation #news #feed div:last-child{
	border:none;
	}

#infomation #news #feed div .date{
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#f1c427;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:50px;
	height:40px;
	padding-top:10px;
	margin-right:10px;
	}

#infomation #news #feed div img{
	border:3px solid #fff;
	float:left;
	}
#infomation #news #feed div p.text{
	width:620px;
	float:right;
	}
#infomation #news #feed div h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}
#feed a {
	color: #ec8d1d;
	/*color: #336633;*/
}
#feed a:hover {
	text-decoration: none;
}
/*--------------------------------------------*/


#news #feed{
	margin-top:30px;
	}
#news #feed div{
	width: 800px;
	display: inline-block;
	margin:0 auto 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}

#news #feed div:last-child{
	border:none;
	}

#news #feed div .date{
	/*position:absolute;
	top:0;
	left:0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#f1c427;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:50px;
	height:40px;
	padding-top:10px;
	margin-right:10px;*/
	}

#news #feed div img{
	border:3px solid #fff;
	float:left;
	margin-left:-25px;
	}
#news #feed div p.text{
	width:620px;
	float:right;
	}
#news #feed div h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}
#feed a {
	color: #ec8d1d;
	/*color: #336633;*/
}
#feed a:hover {
	text-decoration: none;
}
/*--------------------------------------------*/
