@charset "utf-8";
/*
Theme Name: hoimi
Theme URI: http://docodoor.co.jp/
Author: docodoor
Author URI: http://docodoor.co.jp/

	docodoor
	 http://docodoor.co.jp/

	This theme was designed and built by docodoor,
	whose blog you will find at http://docodoor.co.jp/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

html{
background:#ffffff;
margin: 0;
padding: 0;
overflow-y:scroll;
}

body{
font: 10pt/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color:#333;
background: url(images/f_bg.jpg) repeat-x bottom center;
}

a{color:#333;text-decoration: none;}
a:hover{color:#ccc;}

a .hoverImg {}
a:hover .hoverImg {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
img{border:0;}
p{margin-bottom: 10px;}


/* テーブル */
.company {
	width: 100%;
	border-collapse: collapse;
}
th.t_top {
    border-top: #b3b3b3 4px solid;
}
.company th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #1B95D4 4px solid;
}
.company td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}

/* form */
.tForm {
margin:5px auto 15px auto;
text-align: left;
width: 100%;
font-size: 10pt;
border-collapse: collapse;
border-spacing: 0;
background: #fff;
}
.tForm tr{
width: 100%;
margin:0;
padding: 0;
display: block;
}
.tForm th{
width: 230px;
margin:0 auto;
padding: 8px 10px 8px 10px;
font-weight: normal;
line-height: 22px;
background: #eee;
text-align: left;
}
.tForm td{
width: auto;
margin:0 auto;
padding: 8px 0 8px 15px;
font-weight: normal;
line-height: 22px;
background: #fff;
text-align: left;
}


/* マージン */
.mT_10{margin-top:-10px; !important; }
.mT_20{margin-top:-20px; !important; }
.mT5{margin-top:5px; !important; }
.mT10{margin-top:10px; !important; }
.mT15{margin-top:15px; !important; }
.mT20{margin-top:20px; !important; }
.mT25{margin-top:25px; !important; }
.mT30{margin-top:30px; !important; }
.mT40{margin-top:40px; !important; }
.mT50{margin-top:50px; !important; }

.mB5{margin-bottom:5px; !important; }
.mB10{margin-bottom:10px; !important; }
.mB15{margin-bottom:15px; !important; }
.mB20{margin-bottom:20px; !important; }
.mB30{margin-bottom:30px; !important; }
.mB40{margin-bottom:40px; !important; }
.mB50{margin-bottom:50px; !important; }
.mB60{margin-bottom:60px; !important; }
.mB80{margin-bottom:80px; !important; }

.mL5{margin-left:5px; !important; }
.mL10{margin-left:10px; !important; }
.mL15{margin-left:15px; !important; }
.mL20{margin-left:20px; !important; }
.mL25{margin-left:25px; !important; }
.mL27{margin-left:27px; !important; }
.mL30{margin-left:30px; !important; }

.mR5{margin-right:5px; !important; }
.mR10{margin-right:10px; !important; }
.mR15{margin-right:15px; !important; }
.mR20{margin-right:20px; !important; }
.mR25{margin-right:25px; !important; }
.mR30{margin-right:30px; !important; }
.mR40{margin-right:40px; !important; }

.fR{float:right; !important; }
.fL{float:left; !important; }
.clear{clear:both; !important; }
.clear hr,.clear2 hr,.line hr{display:none;}
.clear2{
clear:both; !important;
height: 20px;
}
.line{
clear:both;
height: 5px;
margin: 10px 0 20px 0;
display: block;
border-bottom: 1px dotted #666;
}
.center{text-align:center; !important; }
.right{
text-align:right;
display: block;
}
.more a{
width: auto;
float: right;
padding-left:15px;
font-size: 10pt;
display: block;
background: url(images/list01.png) no-repeat center left;
}
.orange{color: #FF8000;}
.red{color: #FF0000;}
.gray{color: #666;}
.cb{
font-size: 18px;
font-weight: bold;
}
.click{border: 1px solid #ccc;}


/* 全体---------------------*/
#header, #container, .inner{
margin: 0 auto;
width: 100%;
padding: 0 35px;
}


/* ヘッダ---------------------*/
#header{
position:relative;
height: 130px;
margin: 0 auto;
width: 960px;
}
#head_logo{
float: left;
width: 550px;
height: 82px;
margin: 10px auto;
font-size:11px;
color:#004EA2;
}

#header a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* ロゴの位置 */
#header img{top: 30px;}


/* ヘッダーナビゲーション---------------------*/
#headInfo{
float: right;
width: 250px;
height: 80px;
margin: 0;
}
#header ul{
width: auto;
float: right;
margin: 0 0 2px 0;
padding: 0;
display: inline-block;
}
#header ul li{
width: auto ;
float:left;
list-style:none;
display: block;
margin: 0 0 0 2px;
}

/* グローバルナビゲーション---------------------*/
#gNavWap{
height: 60px;
margin: 0;
width: 100%;
background: #fff;
border-top:3px solid #009FE8;
border-bottom:3px solid #009FE8;;
}
ul#gNav{
margin: 0 auto;
width: 960px;
height: 60px;
}
ul#gNav li{
float:left;
list-style:none;
width:auto;
}
ul#gNav a{
display: block;
height: 60px;
}



/* トップページ---------------------*/
#mainImage{
width: 1200px;
height:200px;
padding: 0;
margin: 20px auto 0 auto;
}

/* 新着情報 */
#news{
width:100%;
height: auto;
margin: 0 0 15px 0;
padding:0 0 5px 0;
background: #fff;
overflow: hidden;
font-size:13px;
}
#news dl{
height: 25px;
margin:0;
padding: 3px 0 3px 0;
}
#news dt img{
margin-left: 5px;
width: 60px;height: 16px;
}
#news dt{
width: 90px;
line-height: 20px;
padding: 5px 0;
float:left;
display: block;
font-weight: bold;
}

dt.info{background:url(images/tg2.jpg) no-repeat center;width: 60px;height: 16px;}
dt.ev_li{background:url(images/tg1.jpg) no-repeat center;width: 60px;height: 16px;}

#news dd{
width: 490px;
height:auto;
line-height: 20px;
padding: 5px 0;
margin-left: 10px;
float:left;
display: block;
}


/* コンテンツ---------------------*/
#container{
padding:0;
margin: 30px auto;
width: 960px;
}
#main {
float: right;
width: 681px;
font-size: 10pt;
line-height: 18pt;
margin: 0 0 30px 0;
}

#main a img {
}
#main a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

#main h2{
margin: 0 0 20px 0;
padding:0;
display: block;
}
#main h3{
height: auto;
font-size: 11pt;
font-weight: bold;
border-left:7px solid #1B95D4;  
border-bottom:1px solid #1B95D4;  
padding:.6em .8em;
margin:10px auto;
}
#main h4{
margin: 0 0 15px 0;
padding: 0 0 0 25px;
font-size: 11pt;
line-height: 39px;
letter-spacing: 1px;
color: #000;
display: block;
background:url(images/h4.png) no-repeat left bottom;
border-bottom: 1px dotted #666;
}

#main strong {
padding: 0 0 10px;
font-size: 11pt;
font-weight: bold;
line-height: 18pt;
}

.bre_bg{
width: 960px;
margin:auto;
height: 27px;
display: block;
margin: 0 0 20px 0;
}

.breadcrumbs{
width: auto;
height: 22px;
display: block;
background:#009FE8;
color: #fff;
font-size: 8pt;
float:left;
padding:5px 4px 0px 4px;
}
.breadcrumbs p{
width: auto;
height: 22px;
text-align: left;
margin-right: 3px;
display: block;
float: left;
}
.breadcrumbs a{
width: auto;
height: 22px;
text-align: left;
margin-right: 3px;
display: block;
float: left;
color: #fff;
font-size: 8pt;
}


/* 最後のbox */
.last{margin-right:0;}


/* 記事 */
#date {
text-align: right;
padding: 5px 0 5px 0;
font-weight:bold;
color:#858585;
}
#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}


/* サイドバー---------------------*/
#sidebar {
float: left;
width: 230px;
padding: 0px 0px 40px 0;
font-size:10pt;
}

#sidebar a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* フッター---------------------*/
#footer{
width: 100%;
clear:both;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
.footerCon{
width: 960px;
height: auto;
padding: 0;
margin:0 auto;
display: block;
}

address{
font-style: normal;
text-align: center;
font-size: 6pt;
color:#009FE8;
}


#subm{
width: 200px;
padding: 0;
margin: 0 auto;
display: block;
text-align: center !important;
}
.wpcf7-form input[type=submit]{
width:200px;
height:50px !important;
margin: 20px auto;
font-size: 11pt !important;
line-height: 20px !important;
}
.wpcf7-form p.submit {text-align: center !important; }



.pr_l{
width: 120px;
height:auto;
padding: 0;
margin: 0 auto;
display: block;
float:left;
font-weight: bold;
}
.pr_r{
border-left:1px solid #1B95D4;
width: 530px;
padding: 0 0 0 15px;
margin: 0 auto;
display: block;
float:right;
}