@charset "utf-8";

@import "reset.css";
@import "common.css";

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

 inside.css　中ページcss

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

/* -------------------------------------------
	業務案内
------------------------------------------- */

div#business_page{
	padding-bottom: 50px;
}

div#business_navi{
	padding-bottom: 18px;
}

div#business_navi ul{
	width: 690px;
	margin-right: -10px;
}

div#business_navi li{
	float: left;
	padding-right: 10px;
}

div#business_page .box01,
div#business_page .box02{
	padding-bottom: 24px;
}

div#business_page .box01 h3,
div#business_page .box02 h3{
	padding-bottom: 15px;
}

div#business_page .box01 .left{
	float: left;
	width: 420px;
}

div#business_page .box01 .right{
	float: right;
	width: 230px;
}

div#business_page .box02 .left{
	float: left;
	width: 230px;
}

div#business_page .box02 .right{
	float: right;
	width: 420px;
}

div#business_page .list_box{
	padding-bottom: 20px;
}

div#business_page .list_box ul,
div#business_page .list_box dl{
	font-size: 14px;
	color: #3c3b3b;
	line-height: 1.5;
	background: #e5e5e5;
	padding: 10px 15px;
}

div#business_page .list_box li{
	font-weight: bold;
	background: #e5e5e5 url(../img/common/icon01.gif) no-repeat left 3px;
	padding: 5px 0px 5px 27px;
}

div#business_page .list_box dt{
	font-weight: bold;
	background: url(../img/common/icon01.gif) no-repeat left 5px;
	clear: both;
	float: left;
	width: 103px;
	padding: 7px 0px 7px 27px;
}

div#business_page .list_box dd{
	color: #333333;
	background: url(../img/business/bg01.gif) no-repeat 120px 12px;
	padding: 7px 0px 7px 130px;
}

div#business_page .list_box span{
	font-size: 11px;
}



/* -------------------------------------------
	会社案内
------------------------------------------- */

div#corporate_page{
	padding-bottom: 50px;
}

div.corporate_box{
	padding-bottom: 28px;
}

div.corporate_box h3{
	padding-bottom: 20px;
}

div.corporate_box .table01 th{
	width: 127px;
	padding-left: 43px;
	background: #f9f9f9 url(../img/common/icon02.gif) no-repeat 25px 16px;
	border-right: 1px solid #dbdbdb;
}

div#google_map {
	padding-bottom: 10px;
}

div#google_map iframe{
	border: 3px solid #FFFFFF;
}




/* -------------------------------------------
	お問い合わせ
------------------------------------------- */
#page_contact .must{
color:#ff0000;
}

div#contact_page{
	padding-bottom: 70px;
}

div#contact_text{
	padding-bottom: 15px;
}

div#contact_text p{
	padding-bottom: 15px;
}

div#contact_text p strong{
	font-weight: bold;
}

div#contact_text h3{
	padding-bottom: 7px;
}

div#contact_form h3{
	padding-bottom: 20px;
}

div#contact_form .table01 th{
	width: 160px;
}

div#contact_form .table01 input,
div#contact_form .table01 select,
div#contact_form .table01 textarea{
	background: url(../img/common/input_bg.gif) no-repeat left top;
	padding: 2px;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #aeaeae;
}

div#contact_form .table01 td.input01{
	padding-bottom: 5px;
}

div#contact_form .table01 td.input01 p{
	padding-bottom: 5px;
}

div#contact_form .table01 td.input02 input{
	background: none;
	border: none;
}

div.form_btn {
	text-align: center;
	padding-top: 20px;
}



