@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	word-break:break-all;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

a {
	color:#FFFFFF;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}



/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*　画像の影　*
----------------------------------------------------------*/
.shadow{
	-webkit-box-shadow: 0px 0px 8px 2px #c3c3c3;
	-moz-box-shadow: 0px 0px 8px 2px #c3c3c3;
	box-shadow: 0px 0px 8px 2px #c3c3c3;
	background:#fff;
	position:relative;
	text-align:left;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:15px;
	line-height: 20px;
	color:#4d4d4d;

}

#wrapper {
	padding : 0 0 0 0;
	width : 100%;
	overflow:hidden;
}

/* ヘッダー 
----------------------------------------------------------*/
#header {
	margin: 0 auto;
}

.header{
	background-image:url(img/common/header_topback.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:89px;
	position:absolute;
	z-index:20;
	left: 2px;
}


/* コンテンツ 
----------------------------------------------------------*/
.box {
width:1030px;
margin:auto;
}

/* フッター 
----------------------------------------------------------*/

.footer_menu {
background-color:#0071BC;
background-repeat:repeat-x;
height:35px;
color:#FFFFFF;
text-align:center;
padding-top:20px;

}

.footer {
background-color:#63A1E0;
background-repeat:repeat-x;
height:160px;
color:#FFFFFF;
text-align:center;
}

.footer_inner {
width:1030px;
height:128px;
margin:auto;
color:#FFFFFF;
}
.left-footer-box1 {
float:left;
width:500px;
margin-top:20px;
padding-left:60px;
}
.left-footer-box2 {
float:left;
width:300px;
margin-top:70px;
margin-left:80px;
padding-left:60px;
font-size:12px;
}
.footer_text1 {
text-align:left;
line-height:20px;
padding-left:20px;
}


/* トップ 
----------------------------------------------------------*/

.left-box-1 {
float:left;
margin-right:10px;
padding-left:10px;
width:320px;
}

.left-box-2 {
float:left;
background-image:url(img/top/news.jpg);
background-repeat:no-repeat;
width:687px;
height:214px;
margin-left:10px;
}

.left-box-3 {
float:left;
background-image:url(img/top/soudan.jpg);
background-repeat:no-repeat;
width:306px;
height:210px;
margin-left:10px;
}

.top_text01 {
padding:60px 20px 0px 20px;
font-size:12px;
line-height:15px;
}

.top_text02 {
padding-left:75px;
padding-top:50px;
font-size:11px;
color:#FFFFFF;
}

.bg_point1_top {
background-image:url(img/top/point_01top.jpg);	
background-repeat: no-repeat;
background-position: left top;
height:46px;
width:311px;
min-width:311px;
margin-top:20px;

}

.bg_point1 {
	background-image: url(img/top/point_01back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:311px;
	min-width:311px;
	padding-bottom:10px;
	word-break:break-all;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.bg_point2_top {
background-image:url(img/top/point_02top.jpg);	
background-repeat: no-repeat;
background-position: left top;
height:46px;
width:310px;
min-width:310px;
margin-top:20px;
margin-left:10px;
}

.bg_point2 {
	background-image: url(img/top/point_02back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:311px;
	min-width:310px;
	margin-left:10px;
	padding-bottom:10px;
	word-break:break-all;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.bg_point3_top {
background-image:url(img/top/point_03top.jpg);	
background-repeat: no-repeat;
background-position: left top;
height:46px;
width:311px;
min-width:310px;
margin-top:20px;
margin-left:10px;
}

.bg_point3 {
	background-image: url(img/top/point_03back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:311px;
	min-width:311px;
	margin-left:10px;
	padding-bottom:10px;
	word-break:break-all;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.bg_naiyo_top {
background-image:url(img/top/naiyo_top.jpg);	
background-repeat: no-repeat;
background-position: center top;
height:71px;
width:986px;
min-width:986px;
margin:auto;
}
.font12 {
font-size:12px;
padding-bottom:10px;
line-height:15px;
}
.bg_naiyo {
	background-image: url(img/top/naiyo_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:986px;
	min-width:986px;
	margin:auto;
	padding-bottom:20px;
	padding-top:20px;
}

.top_news {
margin-top:60px;
margin-left:25px;
}

.seo_text{
margin-left:100px;
line-height:18px;
width:820px;
}

/* 業務案内 
----------------------------------------------------------*/
.banner {
margin:20px auto;
}

.bg_gyomu_top {
background-image:url(img/contents/gyomu_top.jpg);	
background-repeat: no-repeat;
background-position: center top;
height:24px;
width:997px;
min-width:986px;
margin:auto;
}

.bg_gyomu {
	background-image: url(img/contents/gyomu_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:997px;
	min-width:997px;
	margin:auto;
	padding-bottom:20px;
	padding-top:20px;
}
.midashi {
font-size:18px;
font-weight:bold;
margin:0px auto;
}

.kujyo_nagare {
background-image:url(img/contents/nagare_back.jpg);
background-repeat:no-repeat;
margin-left:27px;
width:954px;
height:336px;
}

.left-kujyo-1 {
float:left;
margin-right:10px;
padding-top:10px;
width:183px;
height:336px;
color:#FFFFFF;
}

.left-kujyo-2 {
float:left;
padding-top:10px;
width:180px;
height:336px;
color:#FFFFFF;
}

.midasi_01 {
font-size:18px;
font-weight:bold;
}
.midasi_02 {
width:162px;
height:150px;
padding:10px 15px;
}

.hojin {
background-color:#F1ECF0;
height:300px;
}

.font22 {
font-size:22px;
font-weight:bold;
padding-left:3px;
margin-bottom:5px;

}
.font16 {
font-size:16px;
line-height:25px;
margin-top:5px;
margin-right:20px;
margin-left:7px;
}
.font19 {
font-size:19px;
font-weight:bold;
padding-left:0px;
margin-bottom:5px;

}

.hojin16 {
font-size:16px;
line-height:25px;
padding-top:20px;
}


/* 会社概要 
----------------------------------------------------------*/
.left-aisatu-1 {
float:left;
padding-left:30px;
margin-top:30px;
width:724px;
}
.left-aisatu-2 {
float:left;
margin-right:10px;
padding-left:20px;
width:218px;
margin-top:130px;
}

.aisatu {
width:800px;
margin:20px auto;
line-height:25px;
}



table.bd_blue {
border-top:solid 5px #FFFFFF;
border-left:solid 5px #FFFFFF;
}
table.bd_blue th{
border-right:solid 5px #FFFFFF;
border-bottom:solid 5px #FFFFFF;
background-color:#3FA9F5;
padding:15px;
width:305px;
color:#FFFFFF;
text-align:center;
}
table.bd_blue td{
border-right:solid 5px #FFFFFF;
border-bottom:solid 5px #FFFFFF;
background-color:#F2F2F2;
padding:10px;
color:#4874C2;
padding-left:30px;
padding-top:15px;
line-height:20px;
}

.left-map-1 {
float:left;
padding-left:60px;
width:317px;
}
.left-map-2 {
float:left;
margin-right:10px;
padding-left:20px;
width:570px;
}


/* お問い合わせ 
----------------------------------------------------------*/
.toiasase {
text-align:left;
width:850px;
margin:30px auto;
}

table.bd_toiawase {
border:solid 1px #333333;
background-image:url(img/toiawase/toiawase_back.png);
background-position: top right;
background-repeat:no-repeat;
background-color:#A6A5C2;
margin:auto;
width:755px;
}
table.bd_toiawase th{
border-right:dotted 2px #4D4D4D;
border-bottom:dotted 2px #4D4D4D;
background-color:#3FA9F5;
color:#FFFFFF;
font-size:18px;
padding:10px 0px;
text-align:center;
}
table.bd_toiawase td{
border-right:solid 1px #333333;
border-bottom:dotted 2px #4D4D4D;
background-color:#FFFFFF;
word-break:break-all;
font-size:18px;
padding:10px 20px;
}

.btn{
	background:url('img/contact/button.jpg');
	background-repeat:no-repeat;
	width:443px;
	height:66px;
	border:0px solid;
	cursor:pointer;
}









