@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
}

/*------------ WRAPPER ------------*/
.content_inner {
	width:1000px;
	margin:0 auto;
}

/*------------ HEADER ------------*/
#header{
	border-top:5px solid #0470a2;
	padding:20px 0;
}
#header h1{
	float:left;
	padding-top:5px;
}
#header_r{
	float:right;
	width:500px;
}
#header_r .btn_contact{
	float:right;
	margin-left:60px;
}

/*------------ NAVI ------------*/
#gnav{
	padding-top:10px;
}
#gnav li{
	display:inline-block;
}
#gnav li:before{
	content:"/";
	display:inline-block;
	padding:0 15px;
}
#gnav li a{
	text-decoration:none;
	color:inherit;
	font-weight:700;
}
#gnav li a:hover{
	text-decoration:underline;
}

/*------------ TOP ------------*/
#main{
	background:url(../images/main.jpg) no-repeat center center;
	min-width:1000px;
}
#main .content_inner{
	height:419px;
}
#main_sub{
	background:url(../images/main_sub.png) no-repeat center center;
	min-width:1000px;
}
#main_sub .content_inner{
	height:181px;
	width:auto;
	max-width:1200px;
	min-width:1000px;
}
#main_sub h2{
	background-color:rgba(4,112,162,0.2);
	max-width:1200px;
	margin:0 auto;
	font-size:26px;
	font-weight:700;
	letter-spacing:0.4em;
	text-align:center;
	color:#FFF;
	padding:15px 0;
	position:relative;
	top:56px;
}
#content_top{
	padding:50px 0;
}
#content_sub{
	padding:45px 0 50px;
}
h3.ttl_top{
	font-size:26px;
	font-weight:700;
	color:#0470a2;
	text-align:center;
	letter-spacing:0.2em;
	margin-bottom:40px;
}
p.lead{
	text-align:center;
	margin-bottom:40px;
}
#list_business{
	border-left:1px solid #e5e5e5;
}
#list_business li{
	float:left;
	border-right:1px solid #e5e5e5;
	padding:10px 14px 25px;
	width:220px;
}
#list_business li .pic{
	margin-bottom:25px;
}
#list_business li p{
	font-size:14px;
	font-weight:700;
	text-align:center;
}

/*------------ BUSINESS ------------*/

.box_business{
	border:2px solid #0470a2;
	padding:10px;
	margin-top:25px;
}
.box_business table{
	width:100%;
}
.box_business table th,
.box_business table td{
	padding:10px;
	font-size:12px;
}
.box_business table th{
	width:12%;
	font-size:14px;
	white-space:nowrap;
}

/*------------ COMPANY ------------*/

.table_wrapper{
	width:700px;
	margin:0 auto;
}
.table_company{
	width:100%;
}
.table_company th,
.table_company td{
	padding-bottom:30px;
	font-size:14px;
}
.table_company th{
	width:15%;
}

/*------------ CONTACT ------------*/

.table_contact{
	width:100%;
	margin-bottom:40px;
}
.table_contact th,
.table_contact td{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:15px;
	font-size:14px;
}
.table_contact th{
	text-align:center;
	color:#FFF;
	background-color:#0470a2;
}
.table_contact tr:nth-child(even) th{
	background-color:#218cbd;
	width:25%;
}
.table_contact td{
	background-color:#f4f4f4;
}
.table_wrapper .btn{
	text-align:center;
}
.table_wrapper .btn input,
.table_wrapper .btn a{
	display:inline-block;
	border:2px solid #0470a2;
	width:250px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#0470a2;
	text-decoration:none;
	box-sizing:border-box;
	font-size:14px;
	background-color:#FFF;
	margin:0 5px;
	cursor:pointer;
}
.table_contact input,
.table_contact textarea{
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
.table_contact textarea{
	height:200px;
}
.error{
	color:#FF0000;
	line-height:2;
}
.complete{
	text-align:center;
}
.complete p{
	font-size:14px;
	padding-bottom:20px;
}
.complete p.lead2{
	padding-bottom:50px;
}

/*------------ FOOTER ------------*/

#footer{
	background-color:#ececec;
}
#list_footer{
	text-align:center;
	padding:30px 0;
}
#list_footer li{
	display:inline-block;
	color:#666;
}
#list_footer li:after{
	content:"/";
	display:inline-block;
	padding:0 15px;
}
#list_footer li.last:after{
	display:none;
}
#list_footer li a{
	color:#666;
	text-decoration:none;
}
#list_footer li a:hover{
	text-decoration:underline;
}
#copyright{
	background-color:#0470a2;
	color:#FFF;
	text-align:center;
}
#copyright address{
	padding:15px 0;
	font-style:italic;
	font-size:10px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

