@charset "utf-8";

/*-------------------------------------------
全体
-------------------------------------------*/
*{margin:0;padding:0;}

body{
font: 90%/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333333;
}

a{color:#333333;text-decoration:none;}
a:hover{color:#999999;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

.right{float:right;}
.left{float:left;}
.mb10{margin-bottom:10px;}

a:hover img,#contact_btn input:hover{
     opacity:0.7;
     filter: alpha(opacity=70);
     -ms-filter: "alpha( opacity=70 )";
     -moz-opacity:0.7;
}

div.inner{
width:1000px;
margin:0 auto;
}

section#contents{
width:1000px;
margin:20px auto;
min-height:500px;
}

li{list-style:none;}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header{
width:100%;
min-width:1000px;
}

header h1{
background:#404C52;
color:#ffffff;
font-size:90%;
padding:10px;
border-bottom:5px solid #0085B2;
margin-bottom:10px;
}

header h2{
margin:10px;
float:left;
}

header nav{
margin:10px;
float:right;
}

header nav ul li{
float:left;
padding:20px;
font-weight:bold;
font-size:120%;
}

div.head_img{
height:300px;
background:#0085B2;
text-align:center;
margin:0;
padding:0;
border-top:1px solid #004D66;
border-bottom:1px solid #004D66;
}

div.head_img img{
margin:0;
padding:0;
}

/*-------------------------------------------
サイド
-------------------------------------------*/
section#side{
float:left;
width:250px;
}

section#side ul li{

}

section#side dl dt{
background:#F0F0F0;
padding:10px;
font-size:120%;
font-weight:bold;
}

section#side dl dd{
text-align:center;
margin:10px;
}

.side_tel{
color:#990000;
font-size:200%;
}

/*-------------------------------------------
メイン
-------------------------------------------*/
section#main{
float:right;
width:730px;
}

section#main h2{
background:url(../images/bg_h2.png);
width:730px;
height:45px;
text-indent:35px;
line-height:45px;
color:#ffffff;
margin-bottom:20px;
}


div.top_service{
width:660px;
margin:0 auto;
}

div.service_detail{
float:left;
width:200px;
margin-right:30px;
}

div.service_detail h3{
text-align:center;
margin:5px 0;
border-bottom:5px solid #0085B2;
}

div.service_detail p{
margin:5px;
padding:5px;
line-height:150%;
min-height:110px;
}

div.last{
	margin-right:0;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer{
width:100%;
min-width:1000px;
background:#404C52;
color:#ffffff;
font-size:90%;
padding:10px 0;
text-align:center;
}

footer a{
color:#ffffff;
}

/*-------------------------------------------
会社概要
-------------------------------------------*/
.gaiyou dl{
    overflow: hidden;
}

.gaiyou dl:after {
    clear: both; /* ここからclearfix処置 */
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; /* ここまでclearfix処置 */
}
.gaiyou dl dt {
     clear: left;
     float: left;
font-size:90%;
width:150px;
text-align:right;
     border-top: 1px solid #cccccc;
padding:10px 10px 10px 0;
line-height:200%;
margin-top: -1px;
}

.gaiyou dl dd {
     margin-left:160px;
text-align:left;
font-size:90%;
     border-left: 1px solid #cccccc;
     border-top: 1px solid #cccccc;
padding:10px 0 10px 10px;
line-height:200%;
margin-top: -1px;
}

/*-------------------------------------------
事業内容
-------------------------------------------*/
.service_inner{
padding:10px;
line-height:200%;
}


/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/
.privacy_inner{
padding:10px;
line-height:200%;
}

.privacy_inner h5{
margin:10px 0;
font-size:110%;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/

#contact_form dl{
    overflow: hidden;
     border: 1px solid #cccccc;
margin:10px auto;
background:#efefef;
}

#contact_form dt{
     clear: left;
     float: left;
font-size:90%;
width:150px;
text-align:right;
     border-top: 1px solid #cccccc;
padding:10px 10px 10px 0;
line-height:200%;
margin-top: -1px;

}

#contact_form dd{
     margin-left:160px;
text-align:left;
font-size:90%;
     border-left: 1px solid #cccccc;
     border-top: 1px solid #cccccc;
padding:10px 0 10px 10px;
line-height:200%;
margin-top: -1px;
background:#ffffff;
}

#contact_form dd input{
width:50%;
height:20px;
}

#contact_form dd textarea{
width:80%;
height:100px;
}

#contact_form dd select{
width:50%;
height:20px;
}

#contact_btn input{
border:0;
width:500px;
padding:20px;
color:#ffffff;
font-weight:bold;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
font-size:150%;
border:1px solid #009ADD;
background: #009ADD; /* Old browsers */
background: -moz-linear-gradient(top,  #009ADD 0%, #0fb4e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #009ADD 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #009ADD 0%,#0fb4e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #009ADD 0%,#0fb4e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #009ADD 0%,#0fb4e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */

}

