@charset "UTF-8";

/* 要素リセット */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #333333; /* 標準文字色 */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: right center;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
	font-size: 70%;
}
/* end */
img {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(../img/fBg_3G.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#hpb-header {
	width: 1086px;
	height: 62px;
	margin-right: auto;
	margin-left: auto; */
	/* background-color: #fff; */
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px; /* CSS3 */
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #2fa1e5;
}

#hpb-header img {
	float: left;
	margin: 5px 0 0 10px;
}

#hpb-inner {
	width: 1086px;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

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

.hpb-layoutset-01 #hpb-wrapper {
	width: 1086px;
	padding-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
}

.hpb-layoutset-02 #hpb-wrapper {
	width: 750px;
	float: left;
	margin-top: 40px;
	padding: 0 10px 100px;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px; /* CSS3 */
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid #D6D6D6;
}

#hpb-title {
	margin-top: 10px;
}

.hpb-layoutset-01 #hpb-main {
	width: 450px;
	float: left;
	margin-top: 10px;
}

.hpb-layoutset-02 #hpb-main {
	padding-top: 5px;
}

.hpb-layoutset-01 #hpb-aside {
	width: 602px;
	float: right;
	margin-top: 10px;
}

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

.hpb-layoutset-02 #hpb-aside {
	width: 299px;
	float: right;
	padding-top: 40px;
}

#hpb-footerMain p {
	width: 1086px;
}

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

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title {
	width: 602px;
	float: right;
}

.hpb-layoutset-01 #hpb-title h2 {
	width: 582px;
	height: 274px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	overflow: hidden;
	background-image: url(../img/top_mainimg_3G_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 0 0 20px;
	color: #ffffff;
}

#toppage {
	/* background-color: #fff; */
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px; /* CSS3 */
	background: rgba(255, 255, 255, 0.8);
	padding: 0 10px;
	border: 3px solid #D6D6D6;
}

/* コンテンツ配置領域 */
#toppage-text .large {
	background-image: url(../img/indexBg_3G_01.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.6em;
	margin-bottom: 10px;
}

#toppage-text p {
	padding-left: 10px;
	padding-right: 10px;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
*:first-child+html .hpb-layoutset-01 #banner {
	position: absolute;
	top: 355px;
	left: 484px;
}

#banner a#banner-schedule {
	/* 今月の予定表バナー */
	width: 299px;
	height: 127px;
	background-image: url(../img/banner_3G_01_01.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#banner a#banner-products {
	/* 七宝焼バナー */
	width: 299px;
	height: 127px;
	background-image: url(../img/banner_3G_01_02.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.hpb-layoutset-01 #banner ul {
	width: 602px;
	float: left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

#banner ul li {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

.hpb-layoutset-01 #banner a#banner-schedule {
	float: left;
}

.hpb-layoutset-01 #banner a#banner-products {
	float: right;
}

* html .hpb-layoutset-01 #banner a#banner-products {
	/*for IE6*/
	margin-top: -14px;
}

*:first-child+html .hpb-layoutset-01 #banner a#banner-products {
	/*for IE7*/
	margin-top: -20px;
}

.hpb-layoutset-02 #banner ul li a {
	margin-bottom: 4px;
}

#shopinfo {
	clear: both;
	border: 3px solid #d6d6d6;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px; /* CSS3 */
	background: rgba(255, 255, 255, 0.8);
}

.hpb-layoutset-01 #shopinfo {
	background-image: url(../img/clinicBg_3G.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	height: 360px;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px; /* CSS3 */
	background: rgba(255, 255, 255, 0.8);
}

#shopinfo h3 {
	background-color: #e0f4fc;
	padding: 7px;
	color: #333;
	margin: 0px;
	text-align: left;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px 15px 0 0; /* CSS3 */
}

#shopinfo h3 .ja {
	display: none;
}

#shopinfo p {
	padding: 15px;
	margin-bottom: 0;
}