@charset "utf-8";
/*-----------------------
 clearfix
------------------------- */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
} 

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;}img{vertical-align:bottom;}

body {
	font-size: 15px;
	line-height: 1.8;
	color:#333;
	font-family: "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
 }

a {
	text-decoration: none;
	color: #29a3de;
}

a:hover {
	color: #0080be;
}

/* structure
==========================================*/
#contentWrap {
	width: 1000px;
	margin: auto;
}

#contentMain {
	clear: both;
	float: left;
	width: 720px;
	margin-top:40px;
	margin-bottom: 140px;
}

#bannerArea {
	float: right;
	width: 230px;
}


/* header
==========================================*/
header {
	position:relative;
	width:100%;
	height:170px;
	background:#fff;
}

#contentHeader {
	width: 1000px;
	height: 110px;
	margin:auto;
}

#contentHeader ul {
	float: right;
	width: 240px;
	padding-top: 20px;
}


#contentHeader li {
	margin-bottom: 10px;
}

h1 {
	position:absolute;
	top:30px;
}

/* navHeader */
#navHeader {
	clear: both;
	height: 56px;
	background: #29a3de;
	border-bottom: 4px #2396cd solid;
}

#navHeader ul {
	display: table;
	width: 1000px;
	height: 56px;
	margin: auto;
	white-space:nowrap;
	background: url(../images/bg_nav_line.gif) no-repeat right;
}

#navHeader li {
	display:table-cell;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	padding-top: 8px;
	text-align: center;
	background: url(../images/bg_nav_line.gif) no-repeat left;
}

#navHeader li a {
	display:block;
	padding: 0 20px;
	border-bottom: 4px #2396cd solid;
	color: #fff;
}

#navHeader li a:hover {
	border-bottom: 4px #95d3f1 solid;
	color: #a9dff9;
}



/* content
==========================================*/

/* topicPath */
#topicPath {
	margin: 20px 0;
}

#topicPath li {
	float: left;
	margin-right: 10px;
}

h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 35px;
	color: #29a3de;
}

h4{
	margin:20px 0;
	font-size:20px;
	background-image:url(../images/list.jpg); 
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	border-bottom:1px dotted #eee;
}

.flL{
	float:left;
}

.flR{
	float:right;
}

.right{
	text-align:right;
}

.strong{
	font-weight:700;
}

.list li:before{
	content:"■";
	color:#77C4EE;
}

.mgb30{
	margin-bottom:30px;
}
.mgb50{
	margin-bottom:50px;
}
/* footer
==========================================*/
footer {
	clear: both;
}

#footerTop {
	background: #ecf1f3;
	-webkit-box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
	box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
}

#navFooter {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

#navFooter ul {
	float: left;
	display:table-cell;
	padding: 40px 20px 40px 0;
}

#navFooter li {
	margin-bottom: 10px;
	line-height: 1.5;
}

#navFooter li.sub {
	width: 200px;
	margin:0 0 10px 10px;
	list-style-image: url(../images/icon_arrow.gif);
}

#navFooter li.sub a {
	color: #666;
	font-size: 13px;
}

#navFooter li.sub a:hover {
	opacity: 0.7;
}

#footerBottom {
	height: 140px;
	background: #2daae6;
	-webkit-box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
	box-shadow: 0 2px 2px -2px  rgba(0,0,0,0.5) inset;
}

#navOther {
	width: 1000px;
	margin: auto;
}

#navOther p {
	float: left;
	padding-top: 40px;
	color: #fff;
	font-size: 13px;
}

#navOther ul {
	float: right;
	padding-top: 40px;
}

#navOther li {
	display: inline;
	font-size: 13px;
}

#navOther li a {
	padding: 0 10px;
	color: #fff;
	border-right: 1px #fff solid;
}

#navOther li a:hover {
	opacity: 0.7;
}


/* top
==========================================*/
#topimg{
	background:#eee;
	margin-bottom:60px;
}

#topimg ul{
	width:1000px;
	margin:0 auto;
} 

#top #contentMain {
    margin-top:0;
}

#top h2{
 color:#29a3de;
	font-size:24px;
	margin:0;
}

#top p{
	margin-bottom:30px;
}

#top .nameList li{
display:inline;
margin-left:60px;
font-size:13px;
}

#top .nameList .tol{
	margin-left:0px;
}
#top .nameList .tol02{
	margin-left:140px;
}

#top .nameList .mgl250{
margin-left:250px;
}

#top .nameList .mgl300{
margin-left:300px;
}

#top a{
	color:#333;
}

#top a:hover {
	color: #0080be;
}

#top .detail{
	background-image:url(../images/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;
	margin:20px 0;
}

#newsList h3{
	color:#333;
}

#newsList h3 span{
	font-size:12px;
	margin-left:20px;
}

#newsList dt, #news dd{
	display:inline;
	padding:10px;
}

#newsList dt{
	background-image:url(../images/new.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
}

#newsList dl{
	padding-top:15px;
}
#newsList dl dd{
border-bottom:1px solid #eeeeee;
}
/* common
==========================================*/
.intro {
	margin-bottom: 20px;
}

#bannerArea li {
	margin-bottom: 20px;
}

/* -----pagetop----- */
#btnPageTop {
	position:fixed;
	right:40px;
	bottom:140px;
	z-index:9000;
	display:none;
}

/* company
==========================================*/
table.data {
	width: 720px;
}

table.data th {
	white-space: nowrap;
	padding: 0 20px;
	background: #f2fbff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #ccefff solid;
}

table.data td {
	padding: 20px;
	border-bottom: 1px #ccefff solid;
}

table.data .text {
	width: 360px;
	padding: 10px;
	border: 1px #ccc solid;
}

table.data textarea {
	width: 500px;
	height: 200px;
	border: 1px #ccc solid;
}

/* town
==========================================*/
.topimg{
	margin:20px 0;
}

#town .floatInner{
	margin-bottom:50px;
}

#contentMain .floatInner .flL{
	margin:20px 50px;
}

h3{
	color:#29a3de;
	font-size:24px;
	margin-bottom:10px;
}

.townBox{
	margin:5px;
 	float:left;
	width:350px;
}

.townBox .flL{
	width:170px;
	margin:5px 2px;
}

h5{
	clear:both;
}

.townBox .mg5{
	margin:5px 2px;
}

.townBox .mgl5{
	margin-left:5px;
}

#town .floatInner .flL{
	width:140px;
	margin:20px;
}

#town .floatInner .flR{
	width:500px;
}

/* partner
==========================================*/
#partner tr{
	border-bottom:1px solid #96d4f2;
}

#partner table{
	width:720px;
}

#partner td{
	padding:10px 0;
}

#partner td{
	background:url(../images/company_list.jpg); 
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

#partner .right{
	margin:10px 0;
}

/* transport
==========================================*/
#transport #contentMain ul{
	margin-left:20px;
	margin-bottom:20px;
}

#transport #contentMain li:before{
	content:"■";
	color:#77C4EE;
}


/* building
==========================================*/
.buildingBox{
	float:left;
	width:225px;
}

#building .floatInner{
	margin-bottom:50px;
}

.buildingBox{
	margin:30px 5px 50px 5px;
}

.buildingBox img{
	margin:10px 0;
}

#building .flL{
	margin:5px;
}

#building .floatInner .flL{
	width:140px;
	margin:20px;
}

#building .floatInner .flR{
	width:500px;
}


/* news
==========================================*/
#news #contentMain a{
	color:#333;
}

#news dd, #news dd{
	display:block;
}

#news dd{
	padding:10px 0;
}

#news dl{
	margin:30px 0;
}

#news dt{
	background:url(../images/list.jpg); 
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
#news dd{
	border-bottom:1px solid #ccefff;
	margin-bottom:20px;
}
/* sitemap
==========================================*/
#sitemap #contentMain ul{
	margin:20px;
}

#sitemap #contentMain a{
	color:#333;
}

#sitemap #contentMain a:hover {
	color: #0080be;
}


/* policy
==========================================*/
#policy h3{
	margin:30px 0 20px 0;
	color:#333;
	font-size:14px;
	font-weight:700;
}

#policy ul{
	margin-bottom:30px;
}

/* contact
==========================================*/
#contact table {
	width: 720px;
}

#contact table th {
	white-space: nowrap;
	padding: 0 20px;
	background: #f2fbff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #ccefff solid;
}

#contact table td {
	padding: 20px;
	border-bottom: 1px #ccefff solid;
}

.nessessary {
	color: #f30;
	font-size: 12px;
}

#contact .text {
	width: 360px;
	padding: 10px;
	border: 1px #ccc solid;
}

#contact textarea {
	width: 500px;
	height: 200px;
	border: 1px #ccc solid;
}

.btn {
	margin: 40px;
	text-align: center;
}

.btn input {
	width: 240px;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	background: #2daae6;
	color: #fff;
	border-style:none;
	font-size: 18px;
}

.btn input:hover {
	opacity: 0.7;
}
.center {
	text-align: center;
}
#contentMain .data {
	font-size: 90%;
}
/*20141217*/
.news_link{
	font-size: 12px;
	background-image: url("../images/blue_arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
	padding-left:20px;
}
.cf .flL p{
	font-size:14px;
	padding: 0 5px;
	}
/*20150219*/
.townBox2{
	clear: both;;
}
.flL.middle{
	margin: 0 10px;
}
#news #contentMain a.alink {
	text-decoration: none;
	color: #29a3de;
}

#news #contentMain a.alink:hover {
	color: #0080be;
}