@charset "Shift_JIS";

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #333333;
	background-color: #EEE8D3;
	background-image : url(bodyBg_4L.png);
	background-position: center top;
	background-repeat: repeat;
	min-width:840px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
	background-image : url(headerBg_4L.png);
	background-repeat: repeat-x;
	background-position: center top;
}

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

#hpb-inner{
    position: relative;
    width: 840px;
	padding-top:65px;
	margin-left:auto;
	margin-right:auto;
}
#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-header{
	margin-top: -1px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;
	width:840px;
	height:90px;
}

#hpb-headerMain{
	width:450px;
	float:right;
}

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

#hpb-headerLogo{
    width: 360px;
    float: left;
	margin-top:14px;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0;
    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: 74px;
    background-image : url(logo_4L2.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
	width:440px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0;
	color:#8f5100;
	font-size:1.2em;
    line-height: 19px;
    text-align: right;
    font-weight:bold;
}

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

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

#hpb-headerExtra2{
}

/* フッター内パーツ */
#hpb-footer{
	background-image : url(footerBg_4L.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom:-20px;
	height:160px;
}
#hpb-footerMain{
    color: #ffffff;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0.9em;
    text-align: center;
    line-height: 32px;
}

#hpb-footerLogo{
}

#hpb-footerExtra1{
    margin-top: -97px;
	margin-left:auto;
	margin-right:auto;
    width: 840px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    line-height: 1.2;
    font-size: 0.85em;
}

#hpb-footerExtra1 li a{
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 1.0em;
	color: #FFFFFF;
	background-image : url(fpoint_4L.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#hpb-footerExtra1 a:link{
    text-decoration:underline;
}
#hpb-footerExtra1 a:visited{
    text-decoration:underline;
}
#hpb-footerExtra1 a:hover{
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    text-decoration: none;
}

#hpb-footerExtra2{
}

/* サイドブロック内パーツ */

/* バナー */
#banner{
    width: 250px;
    margin-right: auto;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
	display: block;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9e4c7;
}

#banner li a{
    display: block;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
}

#banner a#banner-special{
    /* 限定メニューバナー */
    background-image : url(banner_4L_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-event{
    /* イベント情報バナー */
    background-image : url(banner_4L_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-space{
    /* 貸切スペースバナー */
    background-image : url(banner_4L_03.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(banner_4L_04.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-reserve{
    /* ご予約バナー */
    background-image : url(banner_4L_05.png);
    background-position: center center;
    background-repeat: no-repeat;
	border-bottom:none;
}


/* 店舗情報 */
#shopinfo{
	padding-top: 20px;
	padding-bottom: 5px;
	margin-top: 15px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8f5100;
	border-bottom-color: #8F5100;
	background-color: #FFFFFF;
}

#shopinfo img.shopinfo-img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#shopinfo h3{
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#shopinfo h4{
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.95em;
	padding-top: 0;
	color: #8f5100;
	font-weight: bold;
}

#shopinfo p{
	width: 195px;
	margin-top: 0.1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
	width:840px;
	overflow:hidden;
}
#hpb-nav ul{
    display: block;
    margin-top: -1px;
    margin-right:auto;
    margin-bottom: 0;
    margin-left:auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
	width:840px;
}

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

#hpb-nav li{
    display: inline;
    float: left;
    width: 140px;
}


#hpb-nav li a{
    display: block;
    width: 140px;
    height: 50px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav li span.ja{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
	font-weight:bold;
}


#hpb-nav a:link{
    text-decoration: none;
    background-image: none;
}
#hpb-nav a:visited{
    text-decoration: none;
    background-image: none;
}
#hpb-nav a:hover{
    text-decoration: none;
    background-image : url(nav_4L_on.png);
    background-position: center top;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    text-decoration: none;
    background-image : url(nav_4L_on.png);
    background-position: center top;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
	color: #8F5100;
	text-decoration: underline;
}
a:visited{
	color: #8F5100;
    text-decoration: underline;
}
a:hover{
	color: #8F5100;
    text-decoration: none;
}
a:active{
	color: #8F5100;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 15px;
    margin-bottom: 15px;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.6;
    text-align: left;
}

p.large{
    font-weight: bold;
}
p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 45px;
    text-align: left;
    overflow: hidden;
    line-height: 48px;
    font-weight:bold;
    border-bottom-width: 2px;
    border-bottom-style:dotted;
    border-bottom-color: #8f5100;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.1em;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 0px;
    color: #8f5100;
}

.hpb-layoutset-02 h2 span.en{
	display:none;
}

#hpb-wrapper h3{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 13px;
	font-size: 1.4em;
	line-height: 1.2;
	text-align: left;
	color: #FFFFFF;
	background-image : url(indexBg_4L.png);
	background-repeat: repeat;
	background-position: left top;
}

#hpb-wrapper h3 span.en{
    display: none;
}

#hpb-wrapper h3 span.ja{
    font-weight:normal;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    color: #8f5100;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image : url(point_4L.png);
    background-position: 3px 6px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #5a3300;
}

table th{
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 9px;
    text-align: left;
    background-color: #e2d7b4;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5a3300;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5a3300;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}
#contact form{
	text-align:center;
}

textarea{
    width: 350px;
    height: 200px;
}

input.l{
    width: 350px;
}
input.m{
    width: 230px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 18px;
    background-image : url(point_4L.png);
    background-position: 3px 8px;
    background-repeat: no-repeat;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5a3300;
}

* html #hpb-main dd{
    height: 1%; /* for IE6 */
}

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

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}



/* トップページ デザイン定義 */
#toppage p{
	margin-top:0;
	padding-left:0;
	padding-right:0;
}
#toppage-info p{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}
#toppage-info hr{
	display:none;
}
#toppage-news h3{
    margin-bottom: 0;
}

#toppage-news{
	padding-bottom:10px;
}
#toppage-news dt{
    width: 80px !important;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 15px;
    padding-right: 0;
	float:left;
}

#toppage-news dd{
    padding-left: 90px;
    min-height: 65px;
    padding-bottom: 15px;
    padding-top: 15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #5a3300;
}

#toppage-news .news-photo{
    width: 80px !important;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
	float:left;
}
#toppage-news .news-comment{
	min-height: 65px;
	padding-top:15px;
	padding-bottom:15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #5a3300;
}

#toppage-news span.date{
    color: #8f5100;
    line-height: 1.5;
    font-size: 1.0em;
	font-weight:bold;
}

#toppage-news hr{
	display:none;
}

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

	body{
		min-width:0;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image : none;
	}

	#hpb-container::after{
	    display: none;
	}
	
	#hpb-inner{
		width: 100%;
		padding-top:0;
	}

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		height:auto;
		border-top-color: #392210;
		border-top^width: 10px;
		border-top-style: solid;
		padding-bottom: 10px;
	}

	#hpb-headerMain{
		width: 100%;
		float: none;
	}

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

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

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

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

	#hpb-headerExtra1 p.tel{
	    /* 電話番号の文字設定 */
		padding-right: 0;
	}

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

	#hpb-headerExtra1 p.address{
	    /* 住所文字設定 */
	    padding-right: 0;
	}

	/* フッター内パーツ */
	#hpb-footer{
		background-image : none;
		background-color: #351e0c;
		margin-bottom: 0;
		height: auto;
	}
	#hpb-footerMain{
		width:100%;
		padding-top: 0;
	}

	#hpb-footerMain p{
	    /* コピーライト文字設定 */
		word-break: break-all;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
		line-height: 1.4;
	}

	#hpb-footerExtra1{
	    margin-top: 0;
		width: 100%;
		background-color: #5b3c1b;
		
	}

	#hpb-footerExtra1 ul{
		width: 96%;
		margin-left:auto;
		margin-right:auto;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
	}

	#hpb-footerExtra1 li{
	    /* フッターナビ設定 */
		margin-top: 3px;
		margin-bottom:3px;
		line-height: 1.4;
		display: inline-block;
	}
	
	/* サイドブロック内パーツ */

	/* バナー */
	#banner{
		max-width: 100%;
		box-sizing: border-box;
		margin-left: auto;
	}

	#banner a#banner-special{
	    /* 限定メニューバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-event{
	    /* イベント情報バナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-space{
	    /* 貸切スペースバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-access{
	    /* アクセスバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-reserve{
	    /* ご予約バナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}


	/* 店舗情報 */
	#shopinfo img.shopinfo-img{
		max-width: 96%;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
	}

	#shopinfo h4{
		width: 195px;
		max-width: 96%;
		box-sizing: border-box;
		padding-right: 0;
		padding-left: 0;
	}

	#shopinfo p{
		max-width: 96%;
		box-sizing: border-box;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav{
	    position: relative;
	    height: auto;
		width: 100%;
		background-color: #351f0f;
	}

	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu3.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	
	#hpb-nav ul{
		display: none;
		width:100%;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}

	#hpb-nav li{
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background-color: #351f0f;
		border-top-color: #ffffff;
		border-top-width: 1px;
		border-top-style: solid;
		
	}


	#hpb-nav li a{
	    width: 100%;
	    height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	#hpb-nav li span.ja{
	    line-height: 1.4;
	}

	#hpb-nav a:hover{
	    background-image : none;
	    background-color: #ff9600;
	}
	#hpb-nav a:active{
	    background-image : none;
	    background-color: #ff9600;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
	    padding-right: 0;
	    padding-left: 0;
	}

	.hpb-layoutset-02 h2{
	    height: auto;
	    line-height: 1.4;
		word-break: break-all;
	}

	.hpb-layoutset-02 h2 span.ja{
		padding-right: 10px;
		padding-left: 10px;
		display: inline-block;
	}

	h4{
		padding-right: 2px;
	}

	table{
		width: 100%;
		margin-left: auto;
		box-sizing: border-box;
	}

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}
	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}


	/* メインコンテンツ内基本パーツ */
	#hpb-main dt{
		float: none;
		max-width: 100%;
		box-sizing: border-box;
	}

	#hpb-main dd{
	    padding-left: 15px;
	}

	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}

	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}



	/* トップページ デザイン定義 */
	#toppage-info p{
	    padding-right: 0;
	    padding-left: 0;
	}

}
