@CHARSET "UTF-8";
/*
Theme Name: 山下工務店
Theme URI: https://www.yamashitakoumuten.co.jp/
Description: 山下工務店
Author: miyabido
Author URI: http://
*/


/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
letter-spacing: normal;
font-style: normal;
font-family:  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial";
font-size: 100%;
}

/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
table{border-collapse:collapse;}
th,td{padding:0;}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 { font-weight: normal; font-size: 90% }
h2 {  }
h3 { font-weight: normal; }
h4 { font-weight: normal; }
h5 { font-weight: normal; }
h6 { font-weight: normal; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #ccc; text-decoration: none; }

#header a:link { color: #fff; text-decoration: none; }
#header a:visited { color: #fff; text-decoration: none; }
#header a:hover { color: #ccc; text-decoration: none; }

#content a:link { color: #109ee7; text-decoration: underline; }
#content a:visited { color: #109ee7; text-decoration: underline; }
#content a:hover { color: #f46b6b; text-decoration: underline; }

#footer_contents a:link { color: #000; text-decoration: none; }
#footer_contents a:visited { color: #000; text-decoration: none; }
#footer_contents a:hover { color: #fff; text-decoration: none; }

/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.block_img{
	display:block;
}
/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
textarea { font-size: 100%; } /* テキストエリア内文字サイズのブラウザ間での差異をなくす */


/*-----------------------------------------------------------------
BODY
-----------------------------------------------------------------*/



/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/


.float_left{
    float:left;
}

/*-----------------------------------------------------------------
コンテンツラッパー
-----------------------------------------------------------------*/
#wrapper {
    width:990px;
	margin: 0 auto;
	font-size: 80%;/*75% → 80%   03/22*/
}
/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/

#header {
    margin: 0 auto;
    width: 990px;
    height: 183px;
    font-size: 95%;
    clear:both;
}

#header_top{
    height:40px;
    clear:both;
}
#header_h1{
    width:680px;
    height:36px;
    float:left;
    margin-top:4px;
}
#header_link{
    float:right;
    text-align: left;
    width:290px;
    height:33px;
    margin:7px 0 0 20px;
    font-size: 90%;
}
#header_link a{
    background: url(./img/header/head_navi_arrow.png) no-repeat;
    background-position:0 50%;
    padding-left:12px;
    margin-right:2px;
}
#header_second{
    height:54px;
    margin-top:12px;
    clear:both;
}
#header_left{
    width:400px;
    height:54px;
    float:left;
}
#header_left img{
    display: block;
    float:left;
}
#header_right{
    width:500px;
    height:54px;
    float:right;
}

#header_contact{
    text-align: right;
}
/*-----------------------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------------------*/
#global_navi {
	width:990px;
	height: 56px;
	margin: 20px auto 0;
	
}
 
#global_navi li {
	float: left;
	list-style: none;
    height: 56px;
	margin:0 0 0 0px;
	position: relative;
	z-index: 999;
}
#global_navi li img{
    display: block;
}
#global_navi li.navi_first {
    margin:0;
}
#global_navi li.contact {
    margin:0;
}


/*-----------------------------------------------------------------
サブナビゲーション
-----------------------------------------------------------------*/
.sub_navi{
    display: none;
    width: 226px;
    position: absolute;
    top:56px;
}
    
/*-----------------------------------------------------------------
メインコンテンツ
-----------------------------------------------------------------*/
#content {
	width: 990px;
	margin:0px auto 0;
	overflow: hidden;/* clearfix的な要素 */
}
#content_main {
	width: 766px;
	float: left;
	font-size: 95%;
}
/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#content_right {
	width: 214px;
	float: right;
	padding-bottom:8px;
}
#content_right .margin-top{
	width: 214px;
	margin:10px auto;
}
#content_right .nomargin-top{
	width: 214px;
	margin:0 auto;
}

#showroom{
    width: 214px;
    height: 303px;
    background: url(./img/common/showroom_bg.png) no-repeat;
}
#showroom #showroom_box{
    width:192px;
    margin:0px auto 0;
    padding-top:170px;
    line-height: 130%;
}
#showroom_box .company_name{
    line-height: 200%;
}
#showroom_box .company_address{
    margin-bottom:7px;
}
#showroom a{
    display:block;
    margin:0 0 3px;
}
.business_area{
font-size:95%;
border:1px solid #62bd1e;
}
.business_area_title{
background:#62bd1e;
color:#fff;
padding:5px;
}
.business_area_map{
margin:6px 0 0 6px;
}
.business_area_txt{
margin:10px 7px;
}
.business_area_txt span{
font-weight:bold;
color:#62bd1e;
}

/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
.page-top {
	text-align: right;
	width: 990px;
	height:25px;
	padding-right:0px;
	margin:40px auto 0px;
}

#footer_bg{
	font-size: 80%;
    background: #EDEDED;
    overflow:hidden;
    /* height:250px; */
}
.payment {
    width: 990px;
    margin: 30px auto 0;
}
.online {
    width: 990px;
    margin: 30px auto 0;
}
#footer_main{
    width: 990px;
    height:250px;
    margin: 0 auto 0;
    clear:both;
}
/*左*/
#footer_left{
    width:450px;
    float:left;
}
#footer_company{
    width:450px;
    height: 34px;
    margin:50px 0 0 0px;
}
#footer_company_logo{
    float:left;
    width: 188px;
    height: 34px;
}
#footer_company_address{
    float:left;
    height: 26px;
    font-size: 85%;
    line-height: 120%;
    margin:8px 0 0 10px;
}
#footer_contact{
    width:450px;
    height: 87px;
    margin:20px 0 0;
}

/*右*/
#footer_right{
    width:540px;
    float:right;
}
#top_text{
    margin:30px 0 0 70px;
    font-size: 85%;
    padding-left:30px;
    background: url(./img/footer/foot_navi_home_icom.png) left 2px no-repeat;
}
.footer_menu{
    width:153px;
    float:right;
    margin:15px 0px 0 10px;
    font-size: 85%;
}
.footer_menu .title{
    width:140px;
    height: 19px;
    color:#000;
    background: #D8D8D8;
    font-weight: 800;
    padding-left:10px;
    padding-top:1px;
}
.footer_menu ul {
    margin:10px 0 0 17px;
}
.footer_menu li {
    line-height: 170%;
    list-style:url(./img/footer/footer_navi_arrow.png);
}

/*一番下*/
#footer_bottom_bg{
    font-size: 80%;
    background: #D8D8D8;
    overflow:hidden;
    height:50px;
}
#footer_bottom{
    width: 990px;
    margin:0 auto;
}
#foot_copyright{
    margin:18px 0 0;
    float:left;
}
#footer_bottom_link_wrap{
    width:480px;
    line-height: 50px;
    float:right;
}
.footer_bottom_link{
    font-size: 85%;
    line-height: 50px;
    background: url(./img/footer/footer_navi_arrow.png) no-repeat left;
    padding-left:15px;
    margin-left:25px;
}

/*-----------------------------------------------------------------
下層共通css
-----------------------------------------------------------------*/

/* コンタクト */
.page_under_contact{
	width:100%;
	text-align:center;
	margin:30px 0;
}