@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #666; /* 標準文字色 */
    background-color: #87CEFA;
    background-image : url(../img/bg_4Gb_01.png);
    background-repeat: no-repeat;
    background-position: center top;
background-attachment: fixed;
}
html,body{
    width: 100%;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
    position: relative;
    padding-left: 35px;
    color: #333;
}

#hpb-header{
    background-color: #FFF;
    width: 880px;
    margin-right: auto;
}

#hpb-inner{
    position: relative;
    width: 100%;
}
.hpb-layoutset-01 #hpb-inner{
    padding-top: 0px;
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 0px;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 880px;
    background-color: #FFF;
    float: left;
    position: relative;
    min-height: 541px;
    padding-top: 35px;
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
    display: none;
}

.hpb-layoutset-02 #hpb-title{
    width: 568px;
    margin-bottom: 0px;
    margin-top: 35px;
}
.hpb-layoutset-02 h2{
    background-image : url(../img/indexBg_4Gb_01.png);
}

#hpb-main{
    width: 875px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}
.hpb-layoutset-02 #hpb-main{
    width: 540px;
}

#hpb-aside{
    width: 0px;
    margin-top: -120px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    padding-bottom: 20px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

.hpb-layoutset-01 #hpb-aside
{
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-top: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#hpb-nav{
    position: absolute;
    left: 16px;
    width: 845px;
    height: 60px;
    top: -1px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    height: 60px;
    list-style-type: none;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #b2b2b2;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-transform: uppercase;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 100px;
}

#hpb-nav li a{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    display: block;
    height: 60px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b2b2b2;
}

#hpb-nav li span.ja{
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}
#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link{
    background-color: #FFF;
}
#hpb-nav a:visited{
    background-color: #FFF;
}
#hpb-nav a:hover{
    background-color: #efefef;
}
#hpb-nav a:active{
    background-color: #efefef;
}

/* トップページデザイン */


/* 見出し画像 */
.hpb-layoutset-01 #hpb-wrapper h3{
    background-color: #C37B5C;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.hpb-layoutset-01 #hpb-wrapper h3::before{
    background-color: #fff;
    content: '';
    display: block;
    opacity: 0.6;
    transform: rotate(-30deg);
    position: absolute;
    bottom: -30px;
    right: -100px;
    width: 200px;
    height: 200px;
}
.hpb-layoutset-01 #hpb-wrapper h3 span.en{
    display: none;
}
.hpb-layoutset-01 #hpb-wrapper h3 span.ja{
    font-size: 14px;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

#toppage-news hr{
    border-bottom-color: #FFFFFF;
    padding-top: 5px;
}
.news-comment{
    padding-top: 10px;
    border-top-color: #cecece;
}
#hpb-main dd{
    border-bottom-color: #e6e6e6;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 9px;
    margin-left: 16px;
}

#hpb-headerMain h1{
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    text-align: left;
    font-weight: normal;
    line-height: 12px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerLogo{
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 0px;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 524px;
    background-image : url(../img/logo_310.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 16px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    text-align: left;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
    font-weight: normal;
    padding-right: 3px;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 10px;
    display: inline;
}

#hpb-headerExtra2
{
}
/* フッター内パーツ */
#hpb-footerMain{
    color: #666;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    padding-top: 0px;
    text-align: right;
    padding-right: 275px;
}
#hpb-footerExtra1{
    width: 320px;
    position: absolute;
    top: 20px;
    left: 0px;
}
#hpb-footerExtra1 li a{
    color: #fff;
}
#hpb-footerExtra1 a:hover{
    color: #2BD534;
}
#hpb-footerExtra1 a:active{
    color: #2BD534;
}



/* 見出し */
#hpb-wrapper h3{
}
hr{
    color: #FFFFFF;
}
table th{
    background-color: #f4f4f4;
}
/* リンク文字色 */
a:link{
    color: #333333;
    text-decoration: underline;
}
a:visited{
    color: #333333;
    text-decoration: underline;
}
a:hover{
    color: #007917;
    text-decoration: none;
}
a:active{
    color: #007917;
    text-decoration: none;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
	    background-image : none;
		background-color: #ffffff;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		padding-left: 0;
	}

	#hpb-header{
		width: 100%;
		padding-bottom: 10px;
	}

	#hpb-wrapper{
		width: 100%;
		float: none;
		min-height: 0;
		padding-top: 0;
	}

	.hpb-layoutset-02 #hpb-title{
		width: 100%;
	    margin-top: 0;
		padding-top: 20px;
	}
	.hpb-layoutset-02 h2{
		background-image: none;
		background-color: #007406;
	}

	#hpb-main{
		width: 96%;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
	}

	#hpb-aside{
		max-width: 96%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	#hpb-footer{
		background-color: #014d03;
	}

	#hpb-nav{
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		top: 0;
		border-top-color: #000000;
		border-top-width: 1px;
		border-top-style:solid;
		border-bottom-color: #000000;
		border-bottom-width: 1px;
		border-bottom-style:solid;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */

	/* コンテンツ配置領域 */

	/* ナビゲーション */

	#hpb-nav ul{
		display: none;
		height: auto;
	}
	
	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		float: none;
		line-height: 1.4;
		height: auto;
		text-align: left;
	}

	#hpb-nav li a{
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		border-right-width: 0;
		border-top-color: #b2b2b2;
		border-top-width: 1px;
		border-top-style: solid;
	}

	/* トップページデザイン */

	/* 見出し画像 */
	.hpb-layoutset-01 #hpb-wrapper h3{
		background-image: none;
		background-color: #007406;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		border-top-color: #2d2929;
		border-top-width: 1px;
		border-top-style: solid;
		border-right-color: #2d2929;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom-color: #2d2929;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-left-color: #2d2929;
		border-left-width: 1px;
		border-left-style: solid;
	}

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
	    margin-top: 0;
	    margin-left: 0;
	}

	#hpb-headerMain h1{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 1.4;
	}

	#hpb-headerLogo{
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 98%;
	}

	#hpb-headerLogo a{
		max-width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
height:200px;
		background-size: contain;
		background-position: top center;
	}

	#hpb-headerExtra1{
		width: 98%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 0;
		text-align: right;
	}

	#hpb-headerExtra1 p.tel span{
	    /* 電話番号の「TEL」文字設定 */
		display: block;
		padding-bottom: 5px;
		text-align: right;
	}

	#hpb-headerExtra1 p.address{
	    /* 住所文字設定 */
		padding-top: 5px;
		padding-left: 0;
		display: block;
		text-align: right;
	}

	/* フッター内パーツ */
	#hpb-footerMain p{
	    /* コピーライト文字設定 */
		word-break: break-all;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
	    text-align: center;
	}
	#hpb-footerExtra1{
		width: 96%;
		position: relative;
		top: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 10px;
	}

	/* ページの先頭へのリンク設定 */
	#pagetop{
	    padding-bottom: 0;
	}


	/* 見出し */

}