/*
Theme Name: サンマリーンフィールド
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb18_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 18.0.7.0 for Windows」によって作成されました。サイト名は「サンマリーンフィールド」、サイトの公開日時は「2014年10月30日17:16」です。
License: 
License URI: license.txt
*/

/* for IE8, IE7, IE6 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display: block;
}

body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 75%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color: #5C3333; /* 標準文字色 */
	background-color: #ffffff;
	min-width: 1020px;
}

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
body {
}
#hpb-container{
	background-image: url(img/bg_hpb-container.png);
	margin-left: auto;
	margin-right: auto;
}

.home #hpb-container{
}

#hpb-grobal-header{
	background-image: url(img/bg_hpb-grobal-header.png);
	background-repeat: repeat-x;
	width: 1020px;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 35px;
	position: relative;
	background-position: center bottom;
	background-color: #FFF;
}

.home #hpb-grobal-header{
	height: 155px;
	max-height: 155px;
}

#hpb-grobal-header:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-inner{
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom:50px;
}

#hpb-inner:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.home #hpb-inner{
	padding-top:0px;
}
#hpb-content{
	width: 630px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
	float: left;
}
.home #hpb-content{
	margin-top: 340px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.home #hpb-title{
	margin-top: 0;
	margin-left: -20px;
	margin-right: -10px;
	padding-left: 0;
	padding-right: 0;
	clear: both;
	width: 1020px;
	height: 337px;
	position: absolute;
	top: -340px;
	background-image: url(img/bg_home_title.png);
	background-position: center top;
	background-color: #FFF;
	z-index: 1;
}

.home #hpb-title h2{
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

#hpb-main{
	text-align: left;
}

.home #hpb-main {
}

aside{
}
#ie6 aside{
}
.home aside{
}
#ie6 .home aside{
}

#hpb-global-footer{
	width: 1020px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C3333;
}


#hpb-main-nav{
	clear: both;
	width: 1020px;
	background-color: #FFF;
	position:relative;
	z-index: 100;
}
#ie6 #hpb-main-nav{
	background-color: #211610;
	filter: alpha(opacity=70);
}

#hpb-main-nav .menu-mainnav-container{
	position:absolute;
	top:-185px;
}

.home #hpb-main-nav .menu-mainnav-container{
	position:absolute;
	top:-170px;
}
#ie6 .home #hpb-main-nav .menu-mainnav-container,
#ie7 .home #hpb-main-nav .menu-mainnav-container{
	top:-154px;
}

blockquote{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #EAE5E5;
	margin: 0px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* 背景設定 */

/* コンテンツ配置領域 */


/* ナビゲーション */
#hpb-main-nav ul{
	display: block;
	height: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	list-style-type: none;
	text-align: left;
	background-repeat: no-repeat;
}

#hpb-main-nav li{
	margin-right: 20px;
	float: left;
	z-index: 100;
	height:30px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#ie6 #hpb-main-nav li,
#ie7 #hpb-main-nav li{
	position: relative;
}

#hpb-main-nav li a{
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
}

#hpb-main-nav a:link,
#hpb-main-nav a:visited{
	color: #5C3333;
	text-decoration: none;
}
#hpb-main-nav li a:hover,
#hpb-main-nav li a:active{
	height: 30px;
	background-color: #EAE5E5;
	color: #300;
	border-radius:7px;
}

#hpb-main-nav ul .sub-menu{
	display: none;
	position: absolute;
	margin-top: 30px;
	margin-left: 0;
	z-index: 200;
	height: auto;
	background-image: none;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.15 );
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#hpb-main-nav ul .sub-menu ul{
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#ie6 #hpb-main-nav ul .sub-menu,
#ie7 #hpb-main-nav ul .sub-menu{
	left: 0;
	position: absolute;
}
#ie6 #hpb-main-nav ul .sub-menu a,
#ie7 #hpb-main-nav ul .sub-menu a{
	width: 10em;
}
#hpb-main-nav ul .sub-menu li{
	padding:0;
	margin:0;
	}

#hpb-main-nav ul .sub-menu li a{
	color:#300;
	background-image: url(img/bg_sub-nav.png);
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom-style: none;
	background-repeat: repeat-x;
	margin: 0px!important;
	border-radius:0!important;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#hpb-main-nav .sub-menu li a:hover{
	background-image:none;
	height: 30px;
	line-height: 30px;
	background-color:#D5CACA;
	border-radius:none!important;
}

#hpb-main-nav ul li:hover .sub-menu{
	display: block;
}

#hpb-main-nav ul li:hover .sub-menu a {
}

#hpb-main-nav ul ul li{
	float: none;
	border-radius: 3px;
}

#hpb-main-nav ul ul a{
	float: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}



/* ヘッダー内パーツ */
#hpb-header-extra1{
	background-image:url(img/bg_hpb-header-extra1.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
	text-align: left;
}
.home #hpb-header-extra1{
	margin-bottom: 0;
}


#hpb-header-extra1 p{
	font-size: 0.9em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* パンくずリスト　*/
div#hpb-breadcrumb-list{
	width: 1000px;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
	text-align: left;
	clear: both;
	color: #AC9999;
}
#hpb-breadcrumb-list div{
	background: none;
	background-repeat: no-repeat;
	background-position: 16px 0;
	display: inline;
	padding-left: 10px;

}
#hpb-breadcrumb-list div a{
	padding-right: 10px;
}

#page-content h2{
	background-image: none;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 10px;
	color: #fef5cd;
	font-weight: normal;
}
.hpb-entry-thumb img{
	background-image: none;
	padding:5px;
}
#page-content ul {
}
#page-content li{
	list-style-image: none;
	background: none;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-header-main{
	width: 460px;
	margin: 0;
	float: left;
	position: relative;
}

#hpb-header-main h1{
	font-family: "Times New Roman", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 250%;
	width: 460px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-top: 30px;
}

#hpb-header-main h1 a{
	text-shadow: 0 1px 3px #000;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
	height: 40px;
	text-decoration: none;
	background-image: url(img/logo_luxury-2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#hpb-header-main h1 a:link,
#hpb-header-main h1 a:visited,
#hpb-header-main h1 a:hover,
#hpb-header-main h1 a:active{
	color: #ffffff;
}

#hpb-header-main #hpb-site-desc{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	font-size: 11px;
	width: 460px;
	height: 30px;
}

/* フッター内パーツ */
#hpb-footer-main{
	width: 980px;
	position: absolute;
}

/* コピーライト文字設定 */
#hpb-footer-main p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#hpb-footer-main .hpb-copyright{
	color: #999999;
	font-size: 0.8em;
}

footer nav ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

footer nav li{
	/* フッターナビ設定 */
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left:1px solid #AC9999;
}

footer nav ul li:first-child{
	border-left: none;
}

footer nav a:link,
footer nav a:visited{
	color: #999999;
	text-decoration: underline;
}
footer nav a:hover,
footer nav a:active{
	color: #ffffff;
	text-decoration: underline;
}

.hpb-wp-login{
	padding-right: 15px;
	float: right;

}
.hpb-wp-login a:link,
.hpb-wp-login a:visited{
	color: #999;
}
.hpb-wp-login:hover{
	background: -moz-linear-gradient(center top , #FFFFFF, #DFDFDF) repeat scroll 0 0 transparent;
	color: #282828;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333333;
}
.hpb-wp-login:active{
	background: -moz-linear-gradient(center top , #A8A8A8, #C6C6C6 15%, #D8D8D8) repeat scroll 0 0 transparent;
	border-bottom-color: #7F7F7F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7F7F7F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #7F7F7F;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #7F7F7F;
	border-top-style: solid;
	border-top-width: 1px;
}

/* サイドブロック内パーツ */



aside ul,
aside #hpb-sidebar-main-nav ul,
aside #hpb-sidebar-sub-nav ul{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

aside .widget{
	margin-bottom: 0;
	padding-bottom: 10px;
}

aside ul li {
}
aside ul li li{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

aside .widget ul, aside .widget div{
	background-color: #5C3333;
}

aside .widget li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #513c2d;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image : url(img/ico_arrow.png);
	background-position: 5px 1.2em;
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-right: 12px;
}

aside h2{
	font-size: 1.0em;
	background-image: url(img/bg_widgettitle.png);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0;
	width: auto;
	height: 32px;
	line-height: 32px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}


aside li li{
	font-size: 1em;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 0;
	padding: 5px 10px;
}


aside li li a:link,
aside li li a:visited,
aside #hpb-sidebar-sub-nav li a:link,
aside #hpb-sidebar-sub-nav li a:visited{
	color: #ffffff; /* サイドバーリンク色 */
	text-decoration: underline;
}

aside li li a:hover,
aside li li a:active,
aside #hpb-sidebar-sub-nav li a:hover,
aside #hpb-sidebar-sub-nav li a:active{
	color: #AC9999;
	text-decoration: underline;
}

aside #hpb-sidebar-main-nav li a:link,
aside #hpb-sidebar-main-nav li a:visited{
	color: #fef5cc;
	text-decoration: none;
}
aside #hpb-sidebar-main-nav li a:hover,
aside #hpb-sidebar-main-nav li a:active{
	color: #e9db9a;
	text-decoration: underline;
}

/*--------------------------------------------------------
  サイドバーメニュー設定
--------------------------------------------------------*/

aside #hpb-sidebar-main-nav,
aside #hpb-sidebar-sub-nav{
	display: none;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

nav li a {
	/* ナビゲーション文字設定 */
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 */
a:link, a:visited{
	color: #999; /* 標準文字色 */
	text-decoration: underline;
}
a:hover, a:active{
	color: #555;
	text-decoration: none;
}

#hpb-skip{
	/* ヘッダースキップの非表示 */
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

p{
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.xx-small{
	font-size: 0.75em;
}
.x-small{
	font-size: 0.8em;
}
.small{
	font-size: 0.9em;
}
.medium{
	font-size: 1em;
}
.large{
	font-size: 1.2em;
}
.x-large{
	font-size: 1.5em;
}
.xx-large{
	font-size: 2em;
}
p.indent{
	padding-left: 5px;
}

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;
}

#ie6 hr,
#ie7 hr,
#ie8 hr{
	margin-top:0;
	margin-bottom:0;
}

.home #hpb-content .hpb-viewtype-date h3,
#hpb-main h2,
#hpb-title h2{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 0.5em;
	margin-left: -10px;
	text-align: left;
	overflow: hidden;
	clear: both;
	color: #C90;
	background-image: url(img/bg_h2.png);
	background-position: 0 center;
	background-repeat: repeat-y;
	border-bottom-style: none;
	line-height: 24px;
	width: 585px;
	padding-left: 20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:-0.6em;
}
#hpb-content h2 a{
	color: #ffffff;
	font-size: 1.15em;
	line-height: 33px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
#hpb-content .hpb-entry-content h2{
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 10px;
	color: #5C3333;
	font-weight: bold;
	line-height: normal;
	font-size: 140%;
}
.home #hpb-content .hpb-viewtype-date h3 a{
	color: #C90;
	padding-left:10px;
}
#hpb-content h3 a{
	text-decoration: none;
}

#hpb-content h3{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	overflow: hidden;
	font-size: 1.25em;
	clear: both;
	padding-left: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#hpb-content .hpb-postinfo{
	clear: both;
}

h3.hpb-c-index{
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
}

h4{
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 0;
	padding-left: 15px;
	text-align: left;
	font-size: 1.15em;
	line-height: 20px;
	clear: both;
	font-weight: normal;
	background-image: url(img/bg_h4.png);
}

h5{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: 1.08em;
	line-height: 1.2;
	clear: both;
}
h6{
	font-size: 1em;
}

table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border-collapse: collapse;
}

table th{
	color: #C90;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	background-color: #300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #960;
}

table td{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A0A0;
	background-color: #EAE5E5;
}

/* フォームパーツ設定 */
input.button{
	margin-top: 10px;
	margin-bottom: 15px;
}

textarea{
	width: 400px;
	height: 200px;
}

input.l{
	width: 400px;
}
input.m{
	width: 250px;
}
input.s{
	width: 150px;
}


/* メインコンテンツ内基本パーツ */




/*コンテンツの全体*/
.home #hpb-main div.hpb-posttype-news,
#hpb-main{
}
.home #hpb-main{
}

/*コンテンツの中身*/

.home #hpb-main div.hpb-posttype-news ,
#hpb-content, .home #page-content, #toppage-topics
.hpb-viewtype-full{
	}
.home #hpb-content{
	background-image:none;
	background-color:transparent;
	border:none;
	padding:0;
	}
.home #page-content{
	margin-bottom: 20px;
	padding-bottom: 40px;
}


#hpb-title {
}
#hpb-title h2 {
}
.hpb-viewtype-date dl{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	zoom: 1;
}

.hpb-viewtype-date dt{
	font-size: 11px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	font-weight: bold;
	width: 120px !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.hpb-viewtype-date dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	padding-left: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E1E1;
}

#ie6 .hpb-viewtype-date dd,
#ie7 .hpb-viewtype-date dd{
	padding-left:10px;
}

.hpb-viewtype-date dd a{
	display: block;
}

.hpb-viewtype-date dl:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-main .hpb-postinfo{
	text-align: right;
	margin: 0;
}

#hpb-main .hpb-pagenation{
	clear: both;
}

#hpb-main .hpb-pagenation .hpb-oldpage{
	float: left;
}

#hpb-main .hpb-pagenation .hpb-newpage{
	float: right;
}

#hpb-main .hpb-pagenation:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.alignleft{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.alignright{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

#hpb-main .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#hpb-main div.hpb-more-entry{
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#hpb-main div.hpb-more-entry a{
	text-indent: -9999em;
	background-image: none;
	width: 70px;
	height: 20px;
	display: block;
	float: right;
}

#pagetop{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}

#pagetop a{
	/* ページの先頭へのリンク設定 */
	display: block;
	margin-left: auto;
	width: 105px;
	height: 20px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}



/* トップページ デザイン定義 */
.home #hpb-title h2{
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:0;
	overflow:hidden;
	width:auto;
	text-indent: -9999px;
	margin-left:auto;
	margin-right:auto;
}
.home #hpb-title h2 a{
	color: #000000;
}

/* 投稿内の画像サイズ定義 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img{
	max-width: 97.5%;
	width: auto;
	height: auto;
}
.wp-caption,
.wp-caption-text{
	text-align: center;
}

#hpb-comments ul li{
 list-style:none;
}

/*--------------------------------------------------------
  ウィジェットデザイン設定
--------------------------------------------------------*/

/* カレンダー */
.widget_calendar div{
	padding-left: 10px;
	padding-right: 10px;
}

#calendar_wrap{
	padding-bottom: 10px;
	margin-right:50px;
}

.widget_calendar caption{
	margin-bottom: 3px;
}
.widget_calendar table{
	width: 240px;
	table-layout: fixed;
}
.widget_calendar table th,
.widget_calendar table td{
	text-align: center;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #300;
	border: 2px solid #5C3333;
	color: #AD9999;
}

.widget_calendar table td.pad{
	background-color: #5C3333;
	}
.widget_calendar #today {
}
.widget_calendar a{
	color: #99cc00;
}
.widget_calendar tbody a{
	text-decoration: underline;
}
.widget_calendar a:visited{
	color: #99cc00; /* 標準文字色 */
	text-decoration: none;
}
.widget_calendar a:hover,
.widget_tag_cloud a:active{
	color: #ee9a88;
	text-decoration: underline;
}
.widget_calendar #prev{
	padding-top: 7px;
	text-align: left;
}
.widget_calendar #next{
	padding-top: 7px;
	text-align: right;
}

/* 検索 */
.widget_search{
	margin-top: 0;
	background-image: url(img/bg_widgetsearch.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 240px;
	padding-left: 20px;
	padding-top: 9px;
}
.widget_search form{
	padding: 0;
}

aside .widget_search div{
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.widget_search #s{
	padding: 2px;
	height: 18px;
	width: 60%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#searchsubmit{
	width: 45px;
}

.widget_search label{
	display: none;
}

/* テキスト */
.textwidget{
	padding: 5px 10px;
}
.textwidget p {

}
/* タグ */
.widget_tag_cloud .tagcloud{
	padding: 10px 10px;
}
.widget_tag_cloud .tagcloud a{
	color: #99cc00;
	text-decoration: underline;
	padding: 5px 10px 3px;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:visited{
	color: #99cc00; /* 標準文字色 */
	text-decoration: underline;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active{
	color: #ee9a88;
	text-decoration: underline;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a{
	display: block;
}

/*--------------------------------------------------------
  カスタム投稿一覧
--------------------------------------------------------*/
/* viewtype : title */
.hpb-viewtype-title {
}
/* viewtype : date */
.hpb-viewtype-date {
}
/* viewtype : content */
#hpb-main .hpb-viewtype-content dt{
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
}
#hpb-main .hpb-viewtype-content dd{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* viewtype : simple */
.hpb-viewtype-simple {
}
/* viewtype : thumbnail */
.hpb-viewtype-thumbnail {
}
/* viewtype : author */
#hpb-main .hpb-viewtype-author {
}
#hpb-main .hpb-viewtype-author dd .post_title {
}
#hpb-main .hpb-viewtype-author dd .post_author {
}
/* viewtype : full */
.hpb-viewtype-full {
}

.hpb-viewtype-simple article,
.hpb-viewtype-thumbnail article,
.hpb-viewtype-full article{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(img/boder_list_01.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

/*--------------------------------------------------------
  メディアクエリ
--------------------------------------------------------*/

@media (max-width:480px) {
	body,
	#hpb-container,
	#hpb-grobal-header,
	#hpb-global-footer,
	#hpb-inner,
	#hpb-content,
	#hpb-main,
	.home #hpb-title,
	#hpb-header-main,
	#hpb-content h2{
		width: auto;
	}
	body{
		min-width: 320px;
	}
	.home #hpb-container,
	#hpb-container{
	}
	/* ヘッダー */
	#hpb-grobal-header{
	margin-top: -1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	background-color:transparent;
	background-image: url(img/sp_bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

	.home #hpb-grobal-header{
		height: auto;
		max-height: none;
	}

	#hpb-header-main{
		width: auto;
		float: none;
	}
	#hpb-header-main h1{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	font-size: 180%;
	padding-top: 20px;
	padding-bottom:5px;
	}
	#hpb-header-main h2#hpb-site-desc{
		width: auto;
		height:auto;
		margin-left: 0;
		top: -25px;
		font-size: 0.9em;
	}
	#hpb-header-extra1{
		font-size: 0.9em;
		background-image: none;
		text-align: left;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 10px;
		height: auto;
		width: auto;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	#hpb-grobal-header #hpb-header-extra1{
		background-color:#fff;
		margin:0 -10px 10px;
		padding:0 10px 10px;
	}
	#hpb-header-extra1 p{
		display: inline;
	}

	div#hpb-breadcrumb-list{
		border-top-style: none;
		padding-bottom: 10px;
		width: auto;
	}
	#hpb-breadcrumb-list div{
		background-position: 0 0;
	}
	#hpb-main-nav,
	#hpb-sub-nav{
		display: none;
	}
	#hpb-main-nav ul,
	#hpb-sidebar-main-nav ul{
	padding-left: 0;
	padding-right: 0;
	height: auto;
	background-image: none;
	margin-bottom: 10px;
	}
	#hpb-main-nav ul li,
	#hpb-sidebar-main-nav ul li{
		float: none;
		color: #fdf4c9;
		margin-right: 0;
		background-color: #FFFFFF;
		background-image: url("img/sp_bg_nav.png");
		background-position: right center;
		background-repeat: no-repeat;
		height: auto;
		padding: 10px;
	}
	#hpb-sidebar-main-nav ul li li{
	}
	#hpb-main-nav ul li{
		height:auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	background-image: url(img/sp_bg_nav.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#fff;
	}

	#hpb-main-nav ul li a,
	#hpb-sidebar-main-nav ul li a,
	#hpb-sidebar-main-nav .sub-menu li a{
		border-style: none;
		border-width: medium;
		float: none;
		font-size: 1.2em;
		height: auto;
		line-height: 1.5em;
		padding-left: 15px;
		padding-right: 20px;
	}
	#hpb-main-nav ul li a:hover{
		border-bottom-style: none;
	}
	#hpb-main-nav li a:hover,
	#hpb-main-nav li a:active{
		height: auto;
		background-color: #EAE5E5;
		color: #300;
		border-radius:7px;
	}

	#hpb-main-nav ul .sub-menu{
	position: static;
	margin-top: 0;
	padding-top: 8px;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
	}
	.home #hpb-main-nav ul .sub-menu,
	#hpb-sidebar-main-nav ul{
		display: block;
		padding-top: 0;
	}
	#hpb-main-nav ul li:hover .sub-menu{
		display: block;
		position: static;
		margin-top: 0;
		z-index: auto;
	}
	#hpb-main-nav ul .sub-menu li,
	#hpb-sidebar-main-nav ul .sub-menu li{
	background-image: none;
	background-color: inherit;
	border-radius: 0;
	}
	#hpb-main-nav ul .sub-menu li a{
	line-height: 45px;
	padding-left: 2em!important;
	}

	.home #hpb-main-nav{
		display: block;
		width: 100%;
		position: inherit;
		top: 0;
		z-index: auto;
		padding-top: 0;
	}

	.home #hpb-main-nav .menu-mainnav-container,
	#hpb-main-nav .menu-mainnav-container{
		position:static;
	}


	.home #hpb-sub-nav{
		display: block;
		width: 100%;
	}

	#hpb-main-nav li,
	#hpb-sidebar-main-nav li{
		border-left-width: 0;
		background-position: top left;
		background-repeat: repeat-x;
		padding-left: 0;
	}
	#hpb-main-nav li a,
	#hpb-sidebar-main-nav li a{
		display: block;
	}
	#hpb-sidebar-main-nav .sub-menu li a{
		background-image: none !important;
	}
	#hpb-sidebar-main-nav .sub-menu{
	background-image: url(img/sp_bg_nav.png);
	text-indent: 20px;
	}
	.home #hpb-title{
		background-color:transparent;
	}
	.home #hpb-title h2{
	height: 100%;
	background-size:contain;
	}
	#hpb-sidebar-main-nav li li{
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	#hpb-main-nav .sub-menu li a{
		padding-left: 3.5em;
	}
	.home #hpb-main{
		padding-top: 10px;
	}
	#hpb-inner{
		padding:0;
	}
	/* ページコンテンツ */
	.home #hpb-main div.hpb-posttype-news,
	#hpb-content, .home #page-content{
		background-image : url(img/bg_contents-body.png);
		background-repeat: repeat-x;
		width: auto;
		border: 5px solid #FFF;
		background-color: #FFF;
		margin-bottom: 30px;
		padding: 10px;
	}

	#toppage-topics, .hpb-viewtype-full{
	padding:0;
	}

	/*ページタイトル*/
	.home #hpb-content .hpb-viewtype-date h3,
	#hpb-main h2,
	#hpb-title h2{
		margin-top: 0px;
		background-size:100%;
		padding-left: 20px;
		padding-right:20px;
		width:auto;
		line-height: 24px;
		background-image : url(img/bg_h2_mb.png);
		background-color:#330000;
		background-position:bottom;
		background-repeat:no-repeat;
	}
	#hpb-content h2 a{
		line-height: 35px;
	}
	#hpb-main div.hpb-more-entry a{
		text-indent: -9999em;
		background-image: url(img/sp_bg_more-entry.png);
		width: 100px;
		height: 30px;
		display: block;
		float:right;
		margin-top:25px;
	}
	aside{
		float: left;
		clear: both;
		width: 100%;
		padding:0;
	}
	.home aside{
		padding-top: 0;
		margin-top: 0;
	}

	.widget_search{
	background-color: #5C3333;
	width:auto;
	}
	aside .widget_search{
		padding-bottom:20px;
	}

	#searchform input#searchsubmit{
		background-image: url(img/sp_bg_searchsubmit.png);
		text-indent: -9999px;
		height: 35px;
		width: 46px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#searchform input#s{
		height: 28px;
	}
	aside li li a:link,
	aside li li a:visited,
	aside #hpb-sidebar-sub-nav li a:link,
	aside #hpb-sidebar-sub-nav li a:visited,
	.widget_calendar a:link, .widget_calendar a:visited,
	.widget_tag_cloud a:link, .widget_tag_cloud a:visited,
	footer nav a:link, footer nav a:visited,
	#hpb-footer-main .hpb-copyright{
		color: #ac9999; /* サイドバーリンク色 */
		text-decoration: none;
	}

	/*コンテンツ下メニュー色*/
	aside #hpb-sidebar-main-nav li a:link,
	aside #hpb-sidebar-main-nav li a:visited{
	color: #330000;
		}

	aside .widget li{
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #300;
		padding-top: 10px;
		padding-left: 0px;
		padding-bottom: 5px;
		background-image: url(img/sp_bg_widget_li.png);
		background-position: 5px 1.2em;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-right: 0px;
		text-indent:20px;
	}
	aside .widget li:last-child{
		border:none;
	}

	.home #hpb-title{
		margin: 0 20px;
		position:static;
		top:auto;
		height: 128px;
	}
	article img{
		max-width: 320px !important;
		height: auto !important;
	}
	aside #hpb-sidebar-main-nav,
	aside #hpb-sidebar-sub-nav{
		display: block;
	}
	.home aside #hpb-sidebar-main-nav,
	.home aside #hpb-sidebar-sub-nav{
		display: none;
	}
	#hpb-sidebar-sub-nav ul{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #362418;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #362418;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #362418;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #362418;
		border-radius: 5px;
	}
	#hpb-sidebar-sub-nav li{
		display: block;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		border-bottom-color: #362418;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
	}
	#hpb-sidebar-sub-nav li a{
		display: block;
	}
	#hpb-content{
		margin-top: 0;
		float: none;
		width:auto;
	}
	#hpb-content{
		margin-top: 0;
		float: none;
	}
	.home #hpb-content{
		margin-top: 0;
	}
	.widget_search{
		height: 30px;
		padding-top: 16px;
		background-image: none;
	}
	aside h2{
		background-image: url(img/sp_bg_widgettitle.png);
		background-size:contain;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		height: 28px;
		width: auto;
	}
	/* フッター */
	#hpb-global-footer{
	width: 100%;
	height: auto;
	border-top-color: #000;
	padding-top:10px;
	padding-bottom:20px;
	}

	#hpb-global-footer *{
	color: #ac9999;
	font-size:10px;
	text-align:center;
	}
	.home #hpb-global-footer{
		height: 48px;
	}
	#hpb-sub-nav{
		margin-top: 10px;
	}
	footer nav .menu{
		text-align: right;
	}
	#hpb-footer-main{
		margin-top: 0;
		width: 100%;
		height: auto;
		position: inherit;
	}
	#hpb-footer-main p{
		margin-top: 0;
		margin-bottom: 0;
		text-align:center;
	}
	.home #hpb-footer-main p{
		margin-top: 0.5em;
	}
	.hpb-wp-login{
		float:right;
	}

/* フォームパーツ設定 */
	textarea{
		width: 150px;
		height: 100px;
	}
	input.l{
		width: 150px;
	}
	input.m{
		width: 100px;
	}
	input.s{
		width: 80px;
	}
	#hpb-content img{
		height: auto !important;
		max-width: 260px !important;
	}
	.hpb_social{
		overflow: hidden;
		position: relative;
	}
}

/* clearfix */
#hpb-grobal-header:after,
#hpb-main-nav ul:after,
#hpb-inner:after,
.hpb-viewtype-thumbnail:after,
.hpb-viewtype-date dl:after,
#page-content dl:after,
.hpb-entry-content dl:after,
.hpb-pagenation:after,
#hpb-content:after,
.hpb_social:after{
	content: "";
	display: table;
	clear: both;
}
#ie8 #hpb-grobal-header,
#ie8 #hpb-main-nav ul,
#ie8 #hpb-inner,
#ie8 .hpb-viewtype-thumbnail,
#ie8 .hpb-viewtype-date dl,
#ie8 #page-content dl,
#ie8 .hpb-entry-content dl,
#ie8 .hpb-pagenation,
#ie8 #hpb-content,
#ie8 .hpb_social{
	zoom: 1;
}


#ie6 #hpb-grobal-header,
#ie6 #hpb-main-nav ul,
#ie6 #hpb-inner,
#ie6 .hpb-viewtype-thumbnail,
#ie6 .hpb-viewtype-date dl,
#ie6 #page-content dl,
#ie6 .hpb-entry-content dl,
#ie6 .hpb-pagenation,
#ie6 #hpb-content,
#ie6 .hpb_social{
	zoom: 1;
}

#ie7 #hpb-grobal-header,
#ie7 #hpb-main-nav ul,
#ie7 #hpb-inner,
#ie7 .hpb-viewtype-thumbnail,
#ie7 .hpb-viewtype-date dl,
#ie7 #page-content dl,
#ie7 .hpb-entry-content dl,
#ie7 .hpb-pagenation,
#ie7 #hpb-content,
#ie7 .hpb_social{
	zoom: 1;
}



/*--------------------------------------------------------
  追記
--------------------------------------------------------*/

html,body{
	margin: 0;
	padding: 0;
}

#page{
	background-image: url("img/bg_hpb-container.png");
	margin-left: auto;
	margin-right: auto;
}

#masthead{
	background-color: #FFFFFF;
	background-image: url("img/bg_hpb-grobal-header.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	padding-top: 45px;
	position: relative;
	width: 1020px;
	height: 155px;
	max-height: 155px;
}

#masthead:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#masthead h1{
	font-family: "Times New Roman","ＭＳ 明朝",serif;
	font-size: 250%;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 30px;
	width: 460px;
}

#masthead h1 a{
	background-image: url("img/logo_luxury-2.png");
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	text-shadow: 0 1px 3px #000000;
}

#masthead #hpb-site-desc{
	font-size: 11px;
	font-weight: normal;
	height: 30px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 0;
	padding: 10px 0 25px 0;
	text-align: left;
	width: 460px;
}

.site-branding{
	width: 460px;
	margin: 0;
	float: left;
	position: relative;
}

#site-navigation{
	position:absolute;
	top: 0;
}
#ie6 .home #site-navigation,
#ie7 .home #site-navigation{
	top:-154px;
}


/* ナビゲーション */
#site-navigation .menu{
	display: block;
	height: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	list-style-type: none;
	text-align: left;
	background-repeat: no-repeat;
}

#site-navigation li{
	margin-right: 20px;
	float: left;
	z-index: 100;
	height:30px;
	padding-top: 3px;
	padding-bottom: 2px;
	list-style:none;
}
#ie6 #site-navigation li,
#ie7 #site-navigation li{
	position: relative;
}

#site-navigation li a{
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
}

#site-navigation a:link,
#site-navigation a:visited,
#site-sub-navigation a:link,
#site-sub-navigation a:visited{
	color: #5C3333;
	text-decoration: none;
}
#site-navigation li a:hover,
#site-navigation li a:active{
	height: 30px;
	background-color: #EAE5E5;
	color: #300;
	border-radius:7px;
}

#site-navigation ul .sub-menu{
	display: none;
	position: absolute;
	margin-top: 30px;
	margin-left: 0;
	z-index: 200;
	height: auto;
	background-image: none;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.15 );
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#site-navigation ul .sub-menu ul{
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#ie6 #site-navigation ul .sub-menu,
#ie7 #site-navigation ul .sub-menu{
	left: 0;
	position: absolute;
}
#ie6 #site-navigation ul .sub-menu a,
#ie7 #site-navigation ul .sub-menu a{
	width: 10em;
}
#site-navigation ul .sub-menu li{
	padding:0;
	margin:0;
	}

#site-navigation ul .sub-menu li a{
	color:#300;
	background-image: url(img/bg_sub-nav.png);
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom-style: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px!important;
	border-radius:0!important;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#site-navigation .sub-menu li a:hover{
	background-image:none;
	height: 30px;
	line-height: 30px;
	background-color:#D5CACA;
	border-radius:none!important;
}

#site-navigation ul li:hover .sub-menu{
	display: block;
}

#site-navigation ul li:hover .sub-menu a {
}

#site-navigation ul ul li{
	float: none;
	border-radius: 3px;
}

#site-navigation ul ul a{
	float: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}

#hpb-header-image{
	position: relative;
	overflow: hidden;
	clear:both;
	background-image: url("img/bg_home_title.png");
	background-position: center top;
	background-repeat:no-repeat;
	width: 1020px;
	height:320px;
	margin: 0;
	padding: 0 0 40px 0;
}

#hpb-header-image img{
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding:0px 0 20px 0;
}

.home #main{
	position: relative;
	overflow:hidden;
	width: 1020px;
	margin: 340px auto 0 auto;
	padding: 0 0 50px 0;
}

#main{
	position: relative;
	overflow:hidden;
	width: 1020px;
	margin: 20px auto 0 auto;
	padding: 0 0 50px 0;
}

#primary{
	float: left;
	background-color: #FFFFFF;
	background-image : url(img/bg_contents-body.png);
	background-repeat: repeat-x;
	border: 5px solid #FFFFFF;
	padding: 20px;
	width: 600px;
}
.error404 #primary,
.error404 #content{
	width: 100%;
}
#sidebar-1{
	background-color: #330000;
	color: #AD9999;
	float: left;
	margin-top: -12px;
	margin-left:60px;
	padding: 20px;
	width: 260px;
}

#sidebar-1 h1{
	background-image: url("img/bg_widgettitle.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	width: auto;
	z-index: 1;
}

#sidebar-1 aside{
	margin-top: 12px;
}


/* サイドブロック内パーツ */

#sidebar-1 ul,
#sidebar-1 #hpb-sidebar-main-nav ul,
#sidebar-1 #hpb-sidebar-sub-nav ul{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#sidebar-1 .widget{
	margin-bottom: 0;
	padding-bottom: 10px;
}

#sidebar-1 ul li {
}
#sidebar-1 ul li li{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#sidebar-1 .widget ul, #sidebar-1 .widget div{
	background-color: #5C3333;
}

#sidebar-1 .widget li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #513c2d;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image : url(img/ico_arrow.png);
	background-position: 5px 1.2em;
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-right: 12px;
}

#sidebar-1 li li{
	font-size: 1em;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 0;
	padding: 5px 10px;
}


#sidebar-1 li a:link,
#sidebar-1 li a:visited,
#sidebar-1 #hpb-sidebar-sub-nav li a:link,
#sidebar-1 #hpb-sidebar-sub-nav li a:visited{
	color: #ffffff; /* サイドバーリンク色 */
	text-decoration: underline;
}

#sidebar-1 li a:hover,
#sidebar-1 li a:active,
#sidebar-1 #hpb-sidebar-sub-nav li a:hover,
#sidebar-1 #hpb-sidebar-sub-nav li a:active{
	color: #AC9999;
	text-decoration: underline;
}

#sidebar-1 #hpb-sidebar-main-nav li a:link,
#sidebar-1 #hpb-sidebar-main-nav li a:visited{
	color: #fef5cc;
	text-decoration: none;
}
#sidebar-1 #hpb-sidebar-main-nav li a:hover,
#sidebar-1 #hpb-sidebar-main-nav li a:active{
	color: #e9db9a;
	text-decoration: underline;
}

/*--------------------------------------------------------
  サイドバーメニュー設定
--------------------------------------------------------*/

#sidebar-1 #hpb-sidebar-main-nav,
#sidebar-1 #hpb-sidebar-sub-nav{
	display: none;
}



#colophon{
	border-top: 1px solid #5C3333;
	clear: both;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 1020px;
}

#colophon h1{
	display: none;
}

/* フッター内パーツ */

/* コピーライト文字設定 */
#colophon p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#colophon .hpb-copyright{
	color: #999999;
	font-size: 0.8em;
}

#colophon nav ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#colophon nav li{
	/* フッターナビ設定 */
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left:1px solid #AC9999;
}

#colophon nav ul li:first-child{
	border-left: none;
}

#colophon nav a:link,
#colophon nav a:visited{
	color: #999999;
	text-decoration: underline;
}
#colophon nav a:hover,
#colophon nav a:active{
	color: #ffffff;
	text-decoration: underline;
}

.wp-login{
	padding-right: 15px;
	float: right;

}
.wp-login a:link,
.wp-login a:visited{
	color: #999;
}
.wp-login:hover{
	background: -moz-linear-gradient(center top , #FFFFFF, #DFDFDF) repeat scroll 0 0 transparent;
	color: #282828;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333333;
}
.wp-login:active{
	background: -moz-linear-gradient(center top , #A8A8A8, #C6C6C6 15%, #D8D8D8) repeat scroll 0 0 transparent;
	border-bottom-color: #7F7F7F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7F7F7F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #7F7F7F;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #7F7F7F;
	border-top-style: solid;
	border-top-width: 1px;
}


/* パンくずリスト　*/
div#breadcrumb-list{
	width: 1000px;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
	text-align: left;
	clear: both;
	color: #AC9999;
}
#breadcrumb-list div{
	background: none;
	background-repeat: no-repeat;
	background-position: 16px 0;
	display: inline;
	padding-left: 10px;

}
#breadcrumb-list div a{
	padding-right: 10px;
}

/* ----------------下層ページ系----------------------------------------------*/
h1.entry-title a {
}

h1.entry-title{
	border-bottom: 1px dotted #333333;
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
}

footer.entry-meta{
	text-align: right;
	margin: 0;
}

#content article.post{
	background-image: url("img/boder_list_01.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 0 0 30px 10px;
}

h1.page-title,
#hpb-page-title{
	background-image: url("img/bg_h2.png");
	background-position: 0 center;
	background-repeat: repeat-y;
	border-bottom-style: none;
	clear: both;
	color: #FFFFFF;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 24px;
	margin: 10px -10px 0.5em;
	overflow: hidden;
	padding: 10px 20px;
	text-align: left;
	width: 585px;
}
#hpb-page-title a{
	color: #FFFFFF;
	font-size: 1.15em;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

body.search-no-results h1.entry-title#hpb-page-title{
	margin-left: -20px;	
}

h2.comments-title,
h3#reply-title{
	border-bottom: 1px dotted #333333;
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
}

#comments ol li{
 list-style:none;
}

/*--------------------------------------------------------
  130703追記
--------------------------------------------------------*/
#colophon{
	height: auto !important;
	margin: 10px auto;
	overflow: hidden;
}
#colophon .widget h1{
	display: block;
	background-image: url("img/bg_widgettitle.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding:0 25px;
	position: relative;
	width: 260px;
	z-index: 1;
}
#colophon .widget_search{
	width: 290px;
}
#hpb-footer-main{
	clear: both;
	position: relative;
}
#colophon aside{
	margin: 20px 0;
}
/* サイドブロック内パーツ */

#colophon ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	width: 260px;
}
#colophon ul#menu-subnav{
	width: 1020px;
}
#colophon .widget{
	margin-bottom: 0;
	padding-bottom: 10px;
	float: left;
}
#colophon ul li li{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#colophon .widget ul, #colophon .widget div{
	background-color: #5C3333;
}
#colophon .widget li{
	padding: 10px 20px 5px 15px;
	background-image : url(img/ico_arrow.png);
	background-position: 5px 1.2em;
	background-repeat: no-repeat;
	margin: 0 12px 0 12px;
	font-size: 1em;
	color: #AD9999;
	}
#colophon .widget li a:link,
#colophon .widget li a:visited{
	color: #ffffff; /* サイドバーリンク色 */
	text-decoration: underline;
}
#colophon .widget li a:hover,
#colophon .widget li a:active{
	color: #AC9999;
	text-decoration: underline;
}

.footer-widgets{
	width: 960px;
	margin: 0 0 0 60px;
}
#site-sub-navigation{
	margin: 0 0 0 60px;
}

#site-navigation .screen-reader-text,
#site-navigation h1.menu-toggle{
	display: none;
}
#nav-below .screen-reader-text,
#hpb-pagenation .screen-reader-text{
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}
/*-----------------------------
---------------------------
  メディアクエリ
--------------------------------------------------------*/

@media (max-width:480px) {
	body,
	#page,
	#masthead,
	#colophon,
	#main,
	.home #main,
	#primary,
	#content,
	.home #hpb-title,
	.site-branding,
	#primary h2{
		width: auto;
	}
	body{
		min-width: 320px;
	}
	/* ヘッダー */
	#masthead{
	margin-top: -1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	max-height: none;
	background-color:transparent;
	background-image: url(img/sp_bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

	.home #masthead{
		height: auto;
		max-height: none;
	}

	#masthead .site-branding{
		width: auto;
		float: none;
	}
	#masthead h1{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	font-size: 180%;
	padding-top: 20px;
	padding-bottom:5px;
	}
	#masthead h2#hpb-site-desc{
		width: auto;
		height:auto;
		margin: 0;
		padding:10px 0 0 0;
		font-size: 0.9em;
	}
	#hpb-header-extra1{
		font-size: 0.9em;
		background-image: none;
		text-align: left;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 10px;
		height: auto;
		width: auto;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	#masthead #hpb-header-extra1{
		background-color:#fff;
		margin:0 -10px 10px;
		padding:0 10px 10px;
	}
	#hpb-header-extra1 p{
		display: inline;
	}
	.widget_search #s{
	border-style: none;
	padding: 2px;
	width:80%;
}

	div#breadcrumb-list{
		border-top-style: none;
		margin: 0;
		padding: 10px 0;
		width: auto;
	}
	div#breadcrumb-list div{
		background-position: 0 0;
	}
	#site-navigation,
	#hpb-sub-nav{
		display: none;
	}
	#site-navigation ul,
	#hpb-sidebar-main-nav ul{
	/*padding-left: 0;
	padding-right: 0;
	height: auto;
	background-image: none;
	margin-bottom: 10px;*/
	}
	#site-navigation ul li,
	#hpb-sidebar-main-nav ul li{
		float: none;
		/*color: #fdf4c9;
		margin-right: 0;
		background-color: #FFFFFF;
		background-image: url("img/sp_bg_nav.png");
		background-position: right center;
		background-repeat: no-repeat;
		height: auto;
		padding: 10px;*/
	}
	#site-navigation ul li{
		/*height:auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(img/sp_bg_nav.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-color:#fff;*/
	}

	#site-navigation ul li a,
	#hpb-sidebar-main-nav ul li a,
	#hpb-sidebar-main-nav .sub-menu li a{
		display:block;
		border-style: none;
		border-width: medium;
		float: none;
		font-size: 1.2em;
		height: auto;
		line-height: 1.5em;
		padding-left: 15px;
		padding-right: 20px;

	}
	#site-navigation ul li a:hover{
		border-bottom-style: none;
	}
	#site-navigation li a:hover,
	#site-navigation li a:active{
		height: auto;
		background-color: #EAE5E5;
		color: #300;
		border-radius:7px;
	}

    #site-navigation a:link,
    #site-navigation a:visited,
    #site-sub-navigation a:link,
    #site-sub-navigation a:visited{
        color: #fff;
    }
	#site-navigation ul .sub-menu{
	position: static;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	margin-left: 0;
	padding-left: 0;
        height: auto;
	}
	.home #site-navigationv ul .sub-menu,
	#hpb-sidebar-main-nav ul{
		display: block;
		padding-top: 0;
	}
	#site-navigation ul li:hover .sub-menu{
		display: block;
		position: static;
		margin-top: 0;
		z-index: auto;
	}
	#site-navigation ul .sub-menu li,
	#hpb-sidebar-main-nav ul .sub-menu li{
	background-image: none;
	background-color: inherit;
	border-radius: 0;
	}
	#site-navigation ul .sub-menu li a,
	#site-sub-navigation ul .sub-menu li a{
	line-height: 30px;
	padding-left: 2em!important;
	background-position: 0 bottom;
	}

	.home #site-navigation{
		display: block;
		width: 100%;
		position: inherit;
		top: 0;
		z-index: auto;
		padding-top: 0;
	}
	.home #site-navigation .menu-mainnav-container,
	#hpb-main-nav .menu-mainnav-container{
		position:static;
	}

	.home #hpb-sub-nav{
		display: block;
		width: 100%;
	}

	#site-navigation li,
	#hpb-sidebar-main-nav li{
		border-left-width: 0;
		background-position: top left;
		background-repeat: repeat-x;
		padding-left: 0;
	}
    #site-navigation li,
    #site-navigation li a,
    #site-navigation li .sub-menu li,
    #site-navigation li .sub-menu li a,
    #site-navigation li .sub-menu li a:hover{
        height: auto;

    }
	#site-navigation li a,
	#hpb-sidebar-main-nav li a{
		display: block;
	}
	#site-navigation li a{
		font-size:1.2em;
	}
	#hpb-sidebar-main-nav .sub-menu li a{
		background-image: none !important;
	}
	#hpb-sidebar-main-nav .sub-menu{
	background-image: url(img/sp_bg_nav.png);
	text-indent: 20px;
	}
	.home #hpb-title{
		background-color:transparent;
	}
	.home #hpb-title h2{
	height: 100%;
	background-size:contain;
	}
	#hpb-sidebar-main-nav li li{
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	#site-navigation .sub-menu li a{
		padding-left: 3.5em;
	}
	.home #hpb-main{
		padding-top: 10px;
	}
	#hpb-inner{
		padding:0;
	}
    #site-navigation li .sub-menu,
    #site-navigation li:hover .sub-menu{
        display: block;
    }
	#hpb-header-image{
		width:100%;
		background-image:none;
		background-color:transparent;
		margin: 18px 0 0 0;
	}
	#hpb-header-image img{
		width:100%;
	}
	#main{
		margin:0;
		padding: 0;
	}
	.home #main{
		margin: 0;
		padding:0 0 10px 0;
	}

	#primary{
		float:none;
		margin: 0;
		padding: 5px;
	}

	h1.page-title, #hpb-page-title{
		width:auto;
		margin:0;
		padding:10px;
		background-size:100%;
		background-repeat: no-repeat;
		background-position:left center;
	}

	/* ページコンテンツ */
	.home #hpb-main div.hpb-posttype-news,
	#hpb-content{
		background-image : url(img/bg_contents-body.png);
		background-repeat: repeat-x;
		width: auto;
		border: 5px solid #FFF;
		background-color: #FFF;
		margin-bottom: 30px;
		padding: 10px;
	}
	.home #page-content{
		background-image:none;
		padding:0;
	}

	.home #hpb-main div.hpb-posttype-news,
	 #hpb-content,
	 .home #page-content{
		 margin-bottom:0;
	 }

	#toppage-topics, .hpb-viewtype-full{
	padding:0;
	}
	#hpb-header-image{
		height:auto;
	}

	/*ページタイトル*/
	.home #hpb-content .hpb-viewtype-date h3,
	#hpb-main h2,
	#hpb-title h2{
		margin-top: 0px;
		background-size:100%;
		padding-left: 20px;
		padding-right:20px;
		width:auto;
		line-height: 24px;
		background-image : url(img/bg_h2_mb.png);
		background-color:#330000;
		background-position:bottom;
		background-repeat:no-repeat;
	}
	#hpb-content h2 a{
		line-height: 35px;
	}
	#hpb-main div.hpb-more-entry a{
		text-indent: -9999em;
		background-image: url(img/sp_bg_more-entry.png);
		width: 100px;
		height: 30px;
		display: block;
		float:right;
		margin-top:25px;
	}
	#sidebar-1{
		float: none;
		clear: both;
		width: auto;
		margin:0;
		padding:0;
	}
	.home #sidebar-1{
		margin:0;
		padding:0;
	}
	#sidebar-1 .widget{
		padding: 10px;
	}
	aside{
		float:none;
		width:auto;
	}
	.widget_search{
		background-color: #5C3333;
		width:auto;
		height:auto;
		padding:20px;
		background-image: none;
	}
	#searchform input#searchsubmit{
		background-image: url(img/sp_bg_searchsubmit.png);
		text-indent: -9999px;
		height: 35px;
		width: 46px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#searchform input#s{
		height: 28px;
	}
	aside li a:link,
	aside li a:visited,
	#hpb-sidebar-sub-nav li a:link,
	#hpb-sidebar-sub-nav li a:visited,
	.widget_calendar a:link, .widget_calendar a:visited,
	.widget_tag_cloud a:link, .widget_tag_cloud a:visited,
	footer nav a:link, footer nav a:visited,
	#hpb-footer-main .hpb-copyright{
		color: #ac9999; /* サイドバーリンク色 */
		text-decoration: none;
	}

	/*コンテンツ下メニュー色*/
	#hpb-sidebar-main-nav li a:link,
	#hpb-sidebar-main-nav li a:visited{
	color: #330000;
		}
	#sidebar-1 .widget li,
	#colophon .widget li{
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #300;
		padding-top: 10px;
		padding-left: 0px;
		padding-bottom: 5px;
		background-image: url(img/sp_bg_widget_li.png);
		background-position: 5px 0.8em;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-right: 0px;
		text-indent:20px;
	}
	#sidebar-1 .widget li:last-child,
	#colophon .widget li:last-child{
		border:none;
	}

	.home #hpb-title{
		margin: 0 20px;
		position:static;
		top:auto;
		height: 128px;
	}
	article img{
		max-width: 100% !important;
		height: auto !important;
	}
	#hpb-sidebar-main-nav,
	#hpb-sidebar-sub-nav{
		display: block;
	}
	.home #hpb-sidebar-main-nav,
	.home #hpb-sidebar-sub-nav{
		display: none;
	}
	#hpb-sidebar-sub-nav ul{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #362418;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #362418;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #362418;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #362418;
		border-radius: 5px;
	}
	#hpb-sidebar-sub-nav li{
		display: block;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		border-bottom-color: #362418;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
	}
	#hpb-sidebar-sub-nav li a{
		display: block;
	}
	#hpb-content{
		margin-top: 0;
		float: none;
		width:auto;
	}
	#hpb-content{
		margin-top: 0;
		float: none;
	}
	.home #hpb-content{
		margin-top: 0;
	}
	#colophon .widget h1,
	#sidebar-1 aside h1{
		background-image: url(img/sp_bg_widgettitle.png);
		background-size:contain;
		background-color:#330000;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		height: 28px;
		width: auto;
	}
	/* フッター */
	#colophon{
		width: 100%;
		height: auto;
		border-top:none;
		padding: 0 0 30px 0;
	}
	.home #colophon{
		width: 100%;
		height: auto;
		border-top-color: #000;
		padding-top:10px;
		padding-bottom:20px;
	}
	#colophon *{
		color: #ac9999;
		text-align:left;
	}
	#colophon ul{
		width:auto;
	}
	.home #colophon {
	}
	#colophon ul#menu-subnav{
    	width: 90%;
	}
	#hpb-sub-nav{
		margin-top: 10px;
	}
	footer nav .menu{
		text-align: right;
	}
	#hpb-footer-main{
		border-top:1px solid #000;
		padding-top: 10px;
		width: 100%;
		height: auto;
		position: inherit;
	}
	#hpb-footer-main p{
		margin-top: 0;
		margin-bottom: 0;
		text-align:center;
	}
	.home #hpb-footer-main p{
		margin-top: 0.5em;
	}
	.wp-login{
		float:right;
	}

	.footer-widgets{
		width:auto;
		margin: 0 10px;
	}
	.footer-widgets #calendar_wrap{
		margin-right: 0;
	}
	.footer-widgets table#wp-calendar{
		margin-left: auto;
		margin-right: auto;
	}
	#colophon .widget{
		float:none;
		width:auto;
		margin:0 0 12px 0;
	}
	#colophon nav li{
		display: block;
		margin: 10px 0;
		border-left: none;
	}

	#colophon nav a:link,
	#colophon nav a:visited{
		color: #FFF;
		text-align: left;
		text-decoration: none;
	}


/* フォームパーツ設定 */
	textarea{
		width: 100%;
		height: 100px;
	}
	input.l{
		width: 100%;
	}
	input.m{
		width: 85%;
	}
	input.s{
		width: 72%;
	}
	#hpb-content img{
		height: auto !important;
		max-width: 260px !important;
	}
	.hpb_social{
		overflow: hidden;
		position: relative;
	}

	#site-navigation,
	.home #site-navigation{
		display: block;
		width: auto;
		position: relative;
		top: auto;
		right:auto;
		margin:0;
		padding: 10px;
		background-repeat: repeat;
	}
	#site-navigation h1,
	#site-sub-navigation h1{
		color: #FFF;
	}
	#site-navigation .menu-toggle,
	#site-navigation .skip-link,
	#site-sub-navigation{
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-indent: 0;
		background: none;
	}
	#site-sub-navigation,
	.home #site-sub-navigation{
		display:block;
		margin: 0 0 50px 0;
		padding: 10px 0 0 0;
	}
	#site-navigation .menu,
	#site-sub-navigation .menu,
	#site-navigation .nav-menu,
	#site-sub-navigation .nav-menu{
		display: none;
	}
	#site-navigation ul.toggled-on,
	#site-sub-navigation ul.toggled-on{
		display:block;
		list-style:none;
	}
	#site-sub-navigation h1{
		display: block;
		margin: 0 10px;
	}
	#site-navigation .screen-reader-text,
	#site-navigation h1.menu-toggle{
		display:block;
	}
	#site-navigation .skip-link{
		display: block;
		margin: 0 0 10px 0;
	}
	#site-navigation .skip-link a{
		padding: 0 0 0 10px;
		color:#FFF;
	}

    #masthead .hpb-nav-open#site-navigation ul{
        display: block;
        height: auto;
    }
}




/* clearfix */
#hpb-grobal-header:after,
#hpb-main-nav ul:after,
#hpb-inner:after,
.hpb-viewtype-thumbnail:after,
.hpb-viewtype-date dl:after,
#page-content dl:after,
.hpb-entry-content dl:after,
.hpb-pagenation:after,
#hpb-content:after,
.hpb_social:after{
	content: "";
	display: table;
	clear: both;
}
#ie8 #hpb-grobal-header,
#ie8 #hpb-main-nav ul,
#ie8 #hpb-inner,
#ie8 .hpb-viewtype-thumbnail,
#ie8 .hpb-viewtype-date dl,
#ie8 #page-content dl,
#ie8 .hpb-entry-content dl,
#ie8 .hpb-pagenation,
#ie8 #hpb-content,
#ie8 .hpb_social{
	zoom: 1;
}


#ie6 #hpb-grobal-header,
#ie6 #hpb-main-nav ul,
#ie6 #hpb-inner,
#ie6 .hpb-viewtype-thumbnail,
#ie6 .hpb-viewtype-date dl,
#ie6 #page-content dl,
#ie6 .hpb-entry-content dl,
#ie6 .hpb-pagenation,
#ie6 #hpb-content,
#ie6 .hpb_social{
	zoom: 1;
}

#ie7 #hpb-grobal-header,
#ie7 #hpb-main-nav ul,
#ie7 #hpb-inner,
#ie7 .hpb-viewtype-thumbnail,
#ie7 .hpb-viewtype-date dl,
#ie7 #page-content dl,
#ie7 .hpb-entry-content dl,
#ie7 .hpb-pagenation,
#ie7 #hpb-content,
#ie7 .hpb_social{
	zoom: 1;
}






























