/* ボンドmenuタイトル */
p.Bmenu-Title {
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #444;
	margin-bottom:10px;
}

/* ボンドmenu */
div.Bmenu {
	margin: 25px 0　0;
}

/* FAQの質問タイトル */
p.faq-Title {
	padding: 5px 0 10px;
	font-size: 120%;
	font-weight: bold;
}

/* 店舗ページ位置調整 */
div.m-back {
	margin-top: 15px;
}

/* 地図位置調整 */
.m-map {
	margin-top: 10px;
}

/* 施術メニューテキスト位置 */
div.m-menu {
	text-align: left;
	float: left;
	margin-bottom: 7px;
}

div.m-price {
	text-align: right;
	color: red;
}
div.m-price_category {
	text-align: right;
	color: red;
}
div.m-price_category span {
	color: #fff;
	padding-right: 10px;
}

div.m-bottom {
	margin-bottom: 15px;
}

/* フロントギャラリー調整 */
.f-gallery {
	margin-bottom: 30px;
}

/* アイキャッチ角丸 */
.post_image img {
	border-radius: 6px;
}

section.widget #recentcomments li.recentcomments {
	display: block;
	padding: 7px 0 7px 12px;
	background: url(images/arrow2.png) no-repeat 0 12px;
	border-bottom: 1px dashed #e4e4e4;
}

/* フロントHR装飾 */
hr.hr-front {
	clear: both;
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	margin-bottom: 30px;
	width: 100%;
}

/* コメントウィジェット調整 */
section.widget #recentcomments li.recentcomments a {
	display: block;
	padding: 7px 0 7px 12px;
	background: url(images/arrow2.png) no-repeat 0 12px;
	border-bottom: none;
}

section.widget li.recentcomments a:hover {
	background-position: 2px 12px;
}

section.widget #recentcomments li.recentcomments:last-child {
	border: 0;
}

/* フッターメニューHR装飾*/
hr.hr-footer {
	clear: both;
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	margin-bottom: 50px;
}

/* フッターメニュー位置*/
.footer-w {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

/* ARCHIVE調整*/
#archives-dropdown-2 {
	margin: 20px 0 30px;
}

select {
	color: #fff;
	background: #222;
	padding: 5px;
	border-radius: 3px;
}

/* カレンダー休日*/
.calendar-holiday {
	color: red;
}

/* フロントページinfo-ALL*/
.info-All {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	text-align: center;
}

/* フロントページinfo*/
.news-Top {
	position: relative;
	float: left;
	clear: both;
	left: 50%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

.news-Top h3 {
	position: relative;
	float: left;
	left: -50%;
	padding: 30px 0 0;
	font-size: 160%;
	font-weight: bold;
	color: #dd3333;
	letter-spacing: 2px;
}

.news-Top a span {
	color: #f0f0f0;
	font: normal 100% "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #fff;
}

.news-Top span {
	padding-left: 10px;
}

.news-Top a:hover span {
	color: #fff;
}

.news-Text p {
	clear: both;
	padding: 10px;
	border-bottom: 1px dashed #e4e4e4;
	color: #fff;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	line-height: 160%;
}

.news-Text p a {
	color: #fff;
}

/* サーチウィジェットフォント非表示*/
.screen-reader-text {
	display: none;
}

/* オリジナルh2*/
h2.original-title {
	clear: both;
	margin: 0 0 10px;
	padding: 30px 0 20px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #dd3333;
	letter-spacing: 2px;
}

/* トップページブログタイトル*/
h3.original-b-title {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	color: #fff;
}

/* コメントフォーム整形*/
#comment {
	font-size: 12px;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
}

.commentlist li {
	margin: 0 0 .1em;
	padding: 1em;
	background: #F6F6F6;
}

.comment-author {
	color: #000000;
	font-weight: bold;
}

.comment-author a:link,
.comment-author a:visited {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}

.comment-author a:hover {
	color: #800000;
	border-bottom: 1px solid #800000;
}

.comment-date {
	color: #888;
	font-size: 8px;
	float: right;
}

.comment-content {
	font-size: 12px;
}

/* 投稿記事のアイキャッチ*/
.post_image {
	text-align: center;
	padding: 0 0 15px;
}

.post_image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* contact page */
.wpcf7 {
	background: #111;
	border: 1px solid #ddd;
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wpcf7 p {
	padding: 20px 20px 0;
	margin: 0;
	font-size: 11px;
}

.wpcf7 input, .wpcf7 textarea {
	width: 97.5%;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}

.wpcf7 textarea {
	height: 300px;
}

.wpcf7 input.wpcf7-submit {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7 input.wpcf7-submit:hover {
	background: #c8c8c8;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
}

.wpcf7-captchac {
	border: 1px solid #ccc;
}

.wpcf7-radio input, .wpcf7-checkbox input {
	width: auto;
	border: none;
	padding: 0;
}

.wpcf7-radio span, .wpcf7-checkbox span {
	margin: 0 20px 0 0;
	display: inline-block;
}

span.wpcf7-list-item-label {
	top: -2px;
	position: relative;
	display: inline-block;
}

div.wpcf7 img.ajax-loader {
	width: auto;
}