/*
Theme Name: 新しいWordPressサイト3
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb17_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 17.0.6.0 for Windows」によって作成されました。サイト名は「新しいWordPressサイト3」、サイトの公開日時は「2013年02月21日22:18」です。
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: #000; /* 標準文字色 */
	min-width: 1020px;
}

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-grobal-header{
	height: 130px;
	max-height: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	background-image : url(img/bg_hpb-grobal-header.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFF;
	margin-bottom: 150px;
}
.home #hpb-grobal-header{
	margin-bottom:0;
}
#hpb-grobal-header:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#hpb-header-main{
	margin: 0 auto;
	position: relative;
	width: 1020px;
	height: 110px;
}

#hpb-inner{
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
}
.home #hpb-inner{
	padding-top:0px;
}

#hpb-inner:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-content{
	width: 648px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
	padding-top: 0px;
	float: left;
	background-color: #ffffff;
}
.home #hpb-content{
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.home #hpb-title{
	margin-top: 0;
	margin-left: -20px;
	margin-right: -340px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	width: 1000px;
	height: 388px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 1;
}
.home #hpb-title h2{
	background-image : url(ME-MEGNAIL1.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 400px;
	border-bottom: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#hpb-main{
	text-align: left;
}

.home #hpb-main{
	padding-top: 140px;
}

aside{
	width: 300px;
	float: right;
	margin-top: 0px;
	background-image: url(img/bg_aside.png);
}
#ie6 aside{
	margin-top: 0;
}
.home aside{
	margin-top: 540px;
}
#ie6 .home aside{
	margin-top: 547px;
}

#hpb-global-footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #ffffff;
	background-image: url(img/bg_hpb-global-footer.png);
	background-repeat: repeat-x;
}
#hpb-main-nav{
	background-image:url("img/bg_main-nav.png");
	clear: both;
	width: 100%;
}
.menu-mainnav-container{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.home #hpb-main-nav{
	position: absolute;
	z-index: 100;
	top: 525px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-main-nav ul{
	display: block;
	min-height: 53px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
	text-align: left;
	padding: 0px;
}

#hpb-main-nav ul:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-main-nav li{
	float: left;
	z-index: 100;
}
#ie6 #hpb-main-nav li,
#ie7 #hpb-main-nav li{
	position: relative;
}
#hpb-main-nav ul li a:hover,
#hpb-main-nav li.current-menu-item a,
#hpb-sidebar-main-nav ul li a:hover,
#hpb-sidebar-main-nav li.current-menu-item a{
	background-image: url(img/bg_main-nav_hover.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}


#hpb-main-nav ul .sub-menu{
	display: none;
	position: absolute;
	margin-top: 55px;
	margin-left: 0;
	z-index: 200;
	height: auto;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.15 );
	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{
	border: none;
}

#hpb-main-nav ul .sub-menu li a,
#hpb-sidebar-main-nav ul .sub-menu li a{
	display: block;
	height: auto;
	padding-bottom: 5px;
	line-height: 1.4;
	background-image: url(img/bg_sub-menu.png);
	border: none;
}

#hpb-main-nav ul .sub-menu li a:hover,
#hpb-sidebar-main-nav ul .sub-menu li a:hover{
	display: block;
	height: auto;
	padding-bottom: 5px;
	line-height: 1.4;
	color: #FFF;
	background-color: #000;
	background-image: none;
}

#hpb-main-nav ul li:hover .sub-menu{
	display: block;
}

#hpb-main-nav ul ul li{
	float: none;
}

#hpb-main-nav ul ul a{
	float: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}

#hpb-main-nav li a{
	display: block;
	float: left;
	padding-top: 18px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 28px;
}

#hpb-main-nav a:link,
#hpb-main-nav a:visited{
	color: #000;
	text-decoration: none;
}
#hpb-main-nav a:hover,
#hpb-main-nav a:active{
	text-decoration: underline;
}

/* ヘッダー内パーツ */
#hpb-header-extra1{
	width: 520px;
	margin-top: -85px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 500px;
	text-align: right;
	background-image: url(img/bg_hpb-header-extra1.png);
	background-repeat: no-repeat;
	background-position: 500px 30px;
	color: #999;
}

#hpb-header-extra1 p{
	/* 電話番号の文字設定 */
	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;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: left;
	position: relative;
	z-index: 1;
}

/* パンくずリスト */
div#hpb-breadcrumb-list{
	width: 1020px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#hpb-breadcrumb-list div{
	display: inline;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
/* サイトタイトル */
#hpb-header-main h1{
	width: 460px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	padding-top: 40px;
}
#hpb-header-main h1 a{
	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;
	background-image: url(img/logo_luxury-3.png);
	height: 60px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#hpb-header-main #hpb-site-desc{
	color: #FFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	font-weight: normal;
	line-height: 1.2;
	font-size: 10px;
	width: 1020px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	position: absolute;
	top: 0;
	background-color: #000;
	clip: rect(auto,auto,auto,auto);
	margin: 0;
}

/* フッター内パーツ */
#hpb-footer-main{
	color:#666;
}

/* コピーライト文字設定 */
#hpb-footer-main p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#hpb-footer-main .hpb-copyright{
	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;
	text-align: center;
}

footer nav li{
	/* フッターナビ設定 */
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #737373;
}

footer nav ul li:first-child{
	border-left: none;
}

footer nav a:link,
footer nav a:visited{
	color: #666666;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active{
	color: #666666;
	text-decoration: underline;
}
footer{
	position: relative;
}
footer .hpb-wp-login a{
	padding-left: 10px;
	 padding-bottom: 10px;
	text-decoration: underline;
}
footer .hpb-wp-login a:link,
footer .hpb-wp-login a:visited{
	color: #666666;
	text-decoration: underline;
}
footer .hpb-wp-login a:hover,
footer .hpb-wp-login a:active{
	color: #0049bb;
	text-decoration: underline;
}

/* サイドブロック内パーツ */

aside > ul > li,
aside #hpb-sidebar-main-nav,
aside #hpb-sidebar-sub-nav{
	margin-top: 12px;
}

aside ul,
aside #hpb-sidebar-main-nav ul,
aside #hpb-sidebar-sub-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

aside .widget{
	margin-bottom: 0;
}

aside .widget ul,
aside .widget div{
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-right: 19px;
	margin-bottom: 10px;
	margin-left: 19px;
}

aside .widget li{
	border:none;
	padding-left: 25px;
	background-image : url(img/icon_arrow.png);
	background-position: 10px 0.7em;
	background-repeat: no-repeat;
}

aside h2{
	font-size: 1.2em;
	text-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.3 );
	background-image: url(img/bg_asidetitle.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #ffffff;
	width: 240px;
	height: auto;
	line-height: 26px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

aside li li{
	font-size: 1em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0;
	padding: 5px 10px;
}

aside li li:last-child,
aside #hpb-sidebar-main-nav li:last-child,
aside #hpb-sidebar-sub-nav li:last-child{
	border-bottom: 0;
}

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: #333; /* 標準文字色 */
	text-decoration: none;
}

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: #ff0000;
	text-decoration: none;
}

aside #hpb-sidebar-main-nav li a:link,
aside #hpb-sidebar-main-nav li a:visited{
	color: #000000;
	text-decoration: none;
}
aside #hpb-sidebar-main-nav li a:hover,
aside #hpb-sidebar-main-nav li a:active{
	text-decoration: underline;
}

/*--------------------------------------------------------
  サイドバーメニュー設定
--------------------------------------------------------*/

aside #hpb-sidebar-main-nav,
aside #hpb-sidebar-sub-nav{
	display: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 */
a:link, a:visited{
	color: #333; /* 標準文字色 */
	text-decoration: underline;
}
a:hover, a:active{
	color: #ff0000;
	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;
}


#hpb-title h2{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: -25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	overflow: hidden;
	clear: both;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-style: none;
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
}	
#page-content h2{
	font-size: 1.25em;
	margin-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: both;
}
#hpb-content h2 a{
	color: #000;
	font-size: 1.15em;
	text-decoration: none;
}

#hpb-content h3{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: both;
}
#hpb-content h3 a{
	color: #000;
}

#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: 10px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 0;
	padding-left: 15px;
	text-align: left;
	font-size: 1.15em;
	line-height: 1.2;
	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;
}
#page-content ul{
	margin-left: 15px;
	padding-left: 0px;
	}

#page-content ul li{
	background-image: url(img/bg_content_ul_li.png);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	list-style-type: none;
	padding-left: 15px;
}
blockquote{
	background-image: url(img/bg_blockquote.png);
	padding: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
	}

#page-content img{
	background-color: #FFF;
	box-shadow: 0 0 5px rgba( 204, 204, 204, 1 );
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border-collapse: collapse;
}

table th{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #FFF;
	background-image: url(img/bg_table_th.png);
	background-repeat: repeat-y;
}

table td{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

/* フォームパーツ設定 */
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-content, .home #page-content, #toppage-topics .hpb-viewtype-full{
	background-image: url(img/bg_contents.png);
	background-repeat: no-repeat;
	width: 600px;
	background-color: #FFF;
	margin-bottom: 50px;
	padding: 25px;
	background-position: center top;
	}
.home #hpb-content{
	background-image:none;
	background-color:transparent;
	border:none;
	padding:0;
	}
.home #page-content{
	margin-bottom: 20px;
	padding-bottom: 40px;
}


.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: 100%;
}

.hpb-viewtype-date dt{
	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: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

.hpb-viewtype-date dd{
	background-image: url(img/line_viewtype-date.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	padding-left: 130px;
}

#ie6 .hpb-viewtype-date dd,
#ie7 .hpb-viewtype-date dd{
	padding-left:-0;
}

.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;
}

#hpb-main .alignleft{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#hpb-main .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;
	text-align: 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{
	margin-top: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: auto;
	background-position: top center;
	background-repeat: no-repeat;
	border-left: none;
}
.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;
}
.widget_calendar caption{
	border-radius: 3px;
	margin-bottom: 3px;
}
.widget_calendar table{
	width: 100%;
	border-collapse: collapse;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	table-layout: fixed;
}

.widget_calendar table td,
.widget_calendar table th{
	background-color: #F1F1F1;
	padding: 0;
	text-align: center;
	border: 2px solid #FFF;
}
.widget_calendar table th, .widget_calendar table td.pad{
	font-weight: normal;
	background-color: #FFF;
}
.widget_calendar #today{
	background-color: #e7e7e7;
	border-radius: 5px;
}
.widget_calendar tbody a{
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 5px;
	text-decoration: underline;
}
.widget_calendar #prev{
	padding-top: 7px;
	text-align: left;
	background-color: transparent;
}
.widget_calendar #next{
	padding-top: 7px;
	text-align: right;
	background-color: transparent;
}

/* 検索 */
.widget_search form{
	padding: 0 0 0 10px;
}

aside .widget_search div{
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.widget_search #s{
	width: 71%;
	margin-right: 8px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9f9f9f;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9f9f9f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9f9f9f;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9f9f9f;
}

#searchsubmit{
	background-color: #ffffff;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9f9f9f;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9f9f9f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9f9f9f;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9f9f9f;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
}

.widget_search label{
	display: none;
}

/* テキスト */
.textwidget{
	padding: 5px 10px;
}

/* タグ */
.widget_tag_cloud .tagcloud{
	padding: 10px 10px;
}
.widget_tag_cloud .tagcloud a{
	color: #3a3a3a;
	text-decoration: none;
	padding: 5px 10px 3px;
	border-radius: 3px;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:visited{
	color: #666666; /* 標準文字色 */
	text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active{
	color: #666666;
	text-decoration: underline;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a{
	display: block;
}
	#hpb-content #hpb-main .hpb_social{
		margin-right: -10px;
		margin-left: -10px;
	}
	#hpb-content #hpb-main .hpb_social,
	#hpb-content #hpb-main .hpb_social div{
		padding-bottom:0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		border-style: none;
	}
	#hpb-content #hpb-main .hpb_social div{
		margin-top: 5px;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 5px;
	}

/*--------------------------------------------------------
  カスタム投稿一覧
--------------------------------------------------------*/

/* 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;
}

.hpb-viewtype-simple article,
.hpb-viewtype-thumbnail article,
.hpb-viewtype-full article{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#hpb-content .hpb_social img{
    background-color: transparent;
    box-shadow: none;
}

/*--------------------------------------------------------
  Yahoo!ロコ-地図
--------------------------------------------------------*/
div[name="HPBMAP"] img{
	max-width: none !important;
}

/*--------------------------------------------------------
  メディアクエリ
--------------------------------------------------------*/

@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{
		background-image: none ;
	}
	#hpb-header-main,
	.menu-mainnav-container,
	div#hpb-breadcrumb-list,
	#hpb-header-main #hpb-site-desc{
		width: auto;
	}

/* ヘッダー */
	#hpb-header-main h1 a{
		background-repeat: no-repeat;
	}
	#hpb-grobal-header{
		background-position: left bottom;
		margin-top: -1px;
		margin-bottom: 0;
		padding-top: 1px;
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
		max-height: none;
	}
	
	.home #hpb-grobal-header{
		height: auto;
		max-height: none;
	}

	#hpb-header-main{
		width: auto;
		float: none;
		height: auto;

	}
	#hpb-header-main h1{
		margin-top: 25px;
		margin-bottom: 5px;
		margin-left: 0;
		margin-right: 0;
		width: auto;
		padding-top: 0;
	}
	#hpb-header-main h2#hpb-site-desc{
		width: 100%;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		top: -25px;
		height: auto;
	}
#hpb-header-extra1{
	background-image: none;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	background-position: 0px 0px;
	color: #999;
}

	#hpb-header-extra1 p{
		text-align: right;
		font-size: 1.1em;
	}

	#hpb-header-extra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
		padding-left: 0;
	}
	#hpb-main-nav,
	#hpb-sub-nav{
		display: none;
	}
	#hpb-main-nav ul,
	#hpb-sidebar-main-nav ul{
		height: auto;
		background-image: none;
	}
	#hpb-main-nav ul li,
	#hpb-sidebar-main-nav ul li{
		float: none;
	}
	#hpb-sidebar-main-nav ul li li{
		background-image: none;
	}
	#hpb-main-nav ul li a,
	#hpb-sidebar-main-nav ul li a{
		background-image : url(img/bg_main-nav-sp.png);
		background-position: right bottom;
		background-repeat:no-repeat;
		background-color:#fcfbf9;
		padding-top: 8px;
		padding-bottom:7px;
		padding-right: 40px;
		padding-left: 10px;
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: none;
		line-height: 24px;
		float: none;
	}
	#hpb-main-nav ul li a:hover,
	#hpb-main-nav li.current-menu-item a,
	#hpb-sidebar-main-nav ul li a:hover,
	#hpb-sidebar-main-nav li.current-menu-item a{
		background-image : url(img/bg_main-nav-sp.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		background-color:#fcfbf9;
	}
	#hpb-main-nav ul .sub-menu{
		position: static;
		margin-top: 0;
		padding-top: 0;
		min-height: auto;
	}
	.home #hpb-main-nav ul .sub-menu,
	#hpb-sidebar-main-nav ul{
		display: block;
	}
	#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-color: inherit;
		border-radius: 0;		
	}
	#hpb-main-nav ul .sub-menu li a,
	#hpb-sidebar-main-nav .sub-menu li a{
		padding-top: 7px;
		padding-left: 2em;
	}
	.home #hpb-main-nav{
		display: block;
		width: 100%;
		position: inherit;
		top: 0;
		z-index: auto;
		padding-top: 0;
	}
	
	.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 li li{
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	#hpb-main-nav .sub-menu li a{
		padding-left: 2em;
	}
	.home #hpb-main{
		padding-top: 10px;
	}
	#hpb-inner{
		padding-top: 30px;
	}
	.home #hpb-main div.hpb-posttype-news,
	#hpb-content, .home #page-content, #toppage-topics .hpb-viewtype-full{
		background-image : url(img/bg_contents-sp.png),url(img/bg_contents-sp.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right top;		width: auto;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #ded7b9;
	}
	aside{
		float: left;
		clear: both;
		width: 100%;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	aside ul{
		background-color: #ffffff;
		padding-top: 10px;
	}
	aside ul ul{
		background-color: transparent;
		padding-top: 0;
	}
	aside h2{
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
	.home aside{
		margin-top: 0;
	}
	.home #hpb-title{
		margin: 0;
		margin-top: 10px;
		height: 184px;
		padding: 0;
	}
	.home #hpb-title h2{
		height: 100%;
		background-size: contain;
		background-repeat:no-repeat;
	}
	article img{
		max-width: 320px !important;
		height: auto !important;
	}
	aside .widget li{
		background: linear-gradient(#ffffff, #f0ece2);
		background: -moz-linear-gradient(#ffffff, #f0ece2);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0ece2)); 
	}
	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: #cccccc;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #cccccc;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #cccccc;
		border-radius: 5px;
	}
	#hpb-sidebar-sub-nav li{
		display: block;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #999999;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	#hpb-sidebar-sub-nav li a{
		display: block;
	}
	#hpb-content{
		float: none;
	}
	#hpb-content #hpb-main .hpb_social div{
		margin-right: 1px;
		margin-left: 1px;
		margin-bottom: 2px;
	}
	.hpb-viewtype-date dt{
		float: none;
		width: auto !important;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.hpb-viewtype-date dd{
		background-image: none;
		margin-top: -25px;
		margin-left: -10px;
		margin-right: -10px;
		padding-top: 28px;
		padding-left: 10px;
		background: linear-gradient(#ffffff, #f0ece2);
		background: -moz-linear-gradient(#ffffff, #f0ece2);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0ece2)); 
	}


/* フッター */
	#hpb-global-footer{
		width: 100%;
		height: auto;
		padding-bottom:25px;
	}
	.home #hpb-global-footer{
		height: 55px;
	}
	#hpb-sub-nav{
		margin-top: 10px;
	}
	#hpb-footer-main{
		margin-top: 0;
		width: 100%;
		height: auto;
		position: inherit;
	}
	#hpb-footer-main p{
		margin-top: 0;
		margin-bottom: 0;
	}
	.home #hpb-footer-main p{
		margin-top: 0.5em;
	}
	.hpb-wp-login{
		float: right;
		font-size: 10px;
	}
	footer .hpb-wp-login a{
		bottom: 10px;
	}

/* フォームパーツ設定 */
	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;
}