/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	line-height : 1;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}
.vm{
	vertical-align : middle;
	}
.mb10{
	margin-bottom : 10px;
	}

	
/* リンク */
a:link { color: #003c89; text-decoration : none;} 
a:visited { color: #003c89; text-decoration : none;} 
a:hover { color: #003c89; text-decoration : underline;} 
a:active { color: #003c89; text-decoration : none;} 
a:focus{ outline:none;}

.hover a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-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;
	}

/* フロート類 */
.fl{
	float : left;
	margin-right : 20px;
	}
.fr{
	float : right;
	margin-left : 10px;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
	
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}
sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

.f10{
	font-size : 10px;
	line-height : 1.5em;
	}
.f12{
	font-size : 12px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
.f18{
	font-size : 18px;
	}
.f20{
	font-size : 20px;
	}
.f24{
	font-size : 24px;
	}
.f30{
	font-size : 30px;
	line-height : 1.5;
	}
.f40{
	font-size : 40px;
	}

.ind{
	text-indent : -1em;
	margin : 0 0 0 1em;
	}
.bold{
	font-weight : bold;
	}

/* 赤文字 */
.black{
	color : #000;
	}
.red{
	color : #d0111a;
	}
.blue{
	color : #5ab8b9;
	}
.blue2{
	color : #4070a5;
	}
.green{
	color : #2f8500;
	}
.yellow{
	color : #F7BD01;
	}

.mb10{
	margin-bottom : 10px;
	}
.mb20{
	margin-bottom : 20px;
	}
.mb30{
	margin-bottom : 30px;
	}
.mb40{
	margin-bottom : 40px;
	}
.mb50{
	margin-bottom : 50px;
	}
.mb100{
	margin-bottom : 100px;
	}
.mt10{
	margin-top : 10px;
	}
.mt20{
	margin-top : 20px;
	}
.mt30{
	margin-top : 30px;
	}
.mt40{
	margin-top : 40px;
	}

/* h */

h2 a:link { color: #2BB3E6; } 
h2 a:visited { color: #2BB3E6; } 
h2 a:hover { color: #E46100; text-decoration : underline;} 
h2 a:active { color: #2BB3E6; } 
h2,h3{
	font-size : 14px;
	font-weight : normal;
	margin : 0;
	padding : 0;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
input,select{
	margin : 0 0 10px 0;
	}
table{
	line-height : 1.8em;
	}
.nowrap{
	white-space : nowrap;
	}

ul,ol{
	margin : 0;
	padding : 0;
	}
.margin_list li{
	margin : 0 0 10px 0;
	}

.radius{
	border-radius : 3px;
	-webkit-border-radius : 3px;
	}

/* ボディ全体 */
body{
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.8em;
	min-width : 950px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
	}

/* ヘッダ */
#head{
	text-align : left;
	border-top : solid 8px #004d8f;
	width : 100%;
	padding : 15px 0;
	}
#head_content{
	margin : 0 auto;
	width : 950px;
	}
#head h1{
	float : left;
	width : 500px;
	margin : 0;
	}
#head h2{
	float :left;
	width : 450px;
	text-align : right;
	}


#navi{
	border-top : solid 1px #d8d8d8;
	border-bottom : solid 1px #d8d8d8;
	margin : 0 0 4px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
#navi ul{
	list-style : none;
	overflow : hidden;
	width : 950px;
	margin : 0 auto;
	padding : 10px 0 8px 0;
	box-sizing : border-box;
	}
#navi li{
	float : left;
	font-weight : bold;
	width : 20%;
	box-sizing : border-box;
	border-right : solid 1px #d8d8d8;
	}
#navi li:first-child{
	border-left : solid 1px #d8d8d8;
	}
#navi li a{
	color : #000;
	text-decoration : none;
	padding : 5px 0;
	display : block;
	line-height : 1.4;
	}
#navi li a:hover{
	color : #004d8f;
	}
#navi li a span{
	color : #004d8f;
	display : block;
	font-size : 10px;
	line-height : 1.4;
	}


#all{
	padding : 90px 0;
		text-align : left;
	}

	.content{
		}
	.content_nb{
		border-bottom : none;
		text-align : left;
		}
	.content .block,
	.content_nb .block{
		margin : 0 auto 100px;
		width : 950px;
		}

#page_main{
	height : 130px;
	}
#page_main h2{
	margin : 0 auto;
	width : 950px;
	text-align : left;
	padding : 50px 0 0 0;
	font-size : 30px;
	}
#page_main h2 span{
	margin : 0 0 0 10px;
	font-size : 18px;
	color : #003c89;
	}
	h3{
		border-top : #004d8f solid 4px;
		border-bottom : #d8d8d8 solid 2px;
		font-size : 24px;
		padding : 40px 0 40px 10px;
		margin : 0 0 50px 0;
		font-weight : bold;
		color : #004d8f;
		}
		



/* フッター */
	
#foot{
	border-top : solid 1px #d8d8d8;
	text-align : left;
	line-height : 1.5;
	padding : 30px 0;
	}
#foot_content{
	overflow : hidden;
	width : 950px;
	margin : 0 auto;
	}
#foot_logo{
	width : 300px;
	float : left;
	}
#foot_navi{
	width : 530px;
	float : left;
	list-style-type : none;
	padding : 35px 0 0 0;
	margin : 0 0 0 120px;
	background : url('../img/common/foot_bg.jpg') repeat-x left bottom;
	}
#foot_navi li{
	background : url('../img/common/arrow.png') no-repeat center left;
	margin : 0 0 0 20px;
	padding : 0 0 0 15px;
	float : left;
	}
#foot_navi li a{
	color : #000;
	}
#copy{
	background : #e9e9e9;
	text-align : center;
	padding : 5px 0;
	font-size : 10px;
	}

/* ページトップへ */
#scrollUp {
	bottom: 35px;
	right: 20px;
	height: 55px;  /* Height of image */
	width: 47px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	}


/* index.html */
#main{
	background : url('../img/index/main.jpg') no-repeat center top;
	border-bottom : solid 1px #d8d8d8;
	text-align : center;
	font-size : 38px;
	line-height : 1.8;
	padding : 0 0 2px 0;
	height : 528px;
	}
#main p{
	padding : 190px 0 0 0;
	color : #fff;
	}
	.index_greeting{
		text-align : center;
		font-size : 16px;
		background-image : url('../img/index/bg.png'),url('../img/index/bg2.png');
		background-repeat : no-repeat,no-repeat;
		background-position : left,right;
		}
	.index_greeting .content{
		width : 950px;
		margin : 0 auto;
		background-color: rgba(255,255,255,0.8);
		}
	.index_greeting .title{
		font-size : 36px;
		color : #004d8f;
		border-bottom : solid 1px #004d8f;
		padding : 0 0 10px 0;
		margin : 0 0 40px 0;
		}
	.index_greeting p{
		margin : 0 0 30px 0;
		}
	.index_navi{
		background : #f0f4f5;
		border-top : solid 1px #d8d8d8;
		list-style : none;
		padding : 100px 0;
		}
	.index_navi ul{
		width : 950px;
		margin : 0 auto;
		list-style : none;
		overflow : hidden;
		}
	.index_navi li{
		float : left;
		width : 310px;
		margin : 0 0 0 10px;
		}
	.index_navi li a{
		color : #fff;
		display : block;
		font-size : 18px;
		line-height : 1.4;
		padding : 30px 0;
		text-decoration : none;
		}
	.index_navi li a span{
		color : #fff;
		display : block;
		font-size : 10px;
		}
	.index_navi li:first-child{
		background : #004d8f;
		margin : 0 0 0 0;
		}
	.index_navi li:nth-child(2){
		background : #5ecbe2;
		}
	.index_navi li:last-child{
		background : #5e8ec3;
		}
	.index_navi li:hover{
		background : #000;
		}





/* 会社概要 */
#page_main.company{
	background : #f0f1f3 url('../img/company/page_main_bg.jpg') no-repeat top center;
	}
	.company_table{
		border-collapse : collapse;
		width : 100%;
		}
	.company_table th{
		font-weight : bold;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border-bottom : dotted 1px #c3c3c3;
		padding : 20px 15px;
		width : 150px;
		color : #004d8f;
		}
	.company_table td{
		border-bottom : dotted 1px #c3c3c3;
		vertical-align : top;
		padding : 20px 15px;
		}
	.yurai p{
		margin : 0 0 20px 0;
		}



/* 設備概要 */
#page_main.facility{
	background : #f0f1f3 url('../img/facility/page_main_bg.jpg') no-repeat top center;
	}
	.facility_table{
		border : solid 1px #c3c3c3;
		border-collapse : collapse;
		width : 100%;
		margin : 30px 0 0 0;
		}
	.facility_table th{
		white-space : nowrap;
		text-align : center;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 10px 15px;
		}
	.facility_table td{
		border : solid 1px #c3c3c3;
		vertical-align : middle;
		padding : 10px 15px;
		text-align : center;
		}



/* お問い合わせ・申し込み */
#page_main.contact{
	background : #f0f1f3 url('../img/company/page_main_bg.jpg') no-repeat top center;
	}
	.contact_table{
		border : solid 1px #c3c3c3;
		border-collapse : collapse;
		margin : 10px 0 60px 0;
		width : 100%;
		}
	.contact_table th{
		font-weight : normal;
		white-space : nowrap;
		width : 180px;
		text-align : left;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 15px;
		}
	.contact_table td{
		padding : 15px 0 15px 15px;
		border : solid 1px #c3c3c3;
		vertical-align : top;
		}
	.contact_table .mark{
		background : #e73658;
		padding : 2px 5px;
		font-size : 10px;
		color : #fff;
		border-radius : 5px;
		}
	.contact_table input,
	.contact_table textarea{
		padding : 10px;
		border : solid 1px #ccc;
		border-radius : 3px;
		background:none;
		}
	.contact_table input[type=text]{
		width : 500px;
		}
	.contact_table .zip{
		width : 100px !important;
		}
	.contact_table .number{
		width : 30px !important;
		}
	.contact_table textarea{
		width : 600px;
		}
	.red12{
		font-size : 12px;
		color : #d0111a;
		}
	.kiyaku_box{
		overflow : auto;
		height : 200px;
		border : solid 1px #cdcdcd;
		margin : 0 0 30px 0;
		background : #fff;
		}
	.kiyaku_box .text{
		padding : 25px;
		}
	.kiyaku_box .text ol{
		list-style : decimal;
		padding : 0 0 0 15px;
		}
	.kiyaku_box .text ol li{
		margin : 0 0 10px 0;
		}
	.kiyaku_box .text .title{
		font-size : 120%;
		border-bottom : solid 1px #cdcdcd;
		}
	.kiyaku_box .text p{
		margin : 0 0 15px 0;
		}

	.btn01{
		background : #e73658;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 15px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn01:hover{
		background : #f36882;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn02:hover{
		background : #cecece;
		}
		
	#input a{
		text-decoration : none;
		}

