@charset "utf-8";

/* ========================================================
	contents.css => 下層ページ用css
======================================================== */

/* topicPath
============================================================================================================ */
#topicPath {
	margin-bottom: 10px;
	border-bottom: 1px dotted #cdcdcd;
}
#topicPath p {
	width: 950px;
	margin: 0 auto;
	padding: 0.5em 0;
	font-size: x-small;
}
#topicPath strong {
	font-weight: normal;
}
#topicPath a {
	color: #233F82;
}


/* 共通
============================================================================================================ */

/* ページタイトル
------------------------------------------------------------------------------ */
#contentsArea h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../images/page_title_bg.gif) no-repeat bottom;
}


/* コンテンツボックス
------------------------------------------------------------------------------ */
.contents_box {
	margin-bottom: 25px;
	padding: 20px 56px 50px;
	border: 1px solid #e9e9e9;
}

.contents_box h3 {
	position: relative;
	left: -57px;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 3px solid #e1291f;
}

.contents_box h4.blue_text {
	color: #233F81;
	font-size: 150%;
	margin-bottom: 10px;
}

/* section
------------------------------------------------------------------------------ */
.section {
	margin-bottom: 25px;
}
.section p {
	margin-bottom: 1.4em;
}


/* table
------------------------------------------------------------------------------ */
table.basic {
	width: 100%;
	background-color: #cce5fe;
}
table.basic td,
table.basic th {
	padding: 0.5em 1.5em;
	background-color: #ffffff;
}
table.basic th {
	width: 35%;
	background-color: #ebf5ff;
	text-align: center;
}

/* その他
------------------------------------------------------------------------------ */
.main_text {
	margin-bottom: 20px !important;
	color: #000000;
	font-size: 108%;
	line-height: 1.3;
}
.red {
	color: #CB1D18;
}




/* 理容室に行こう！
============================================================================================================ */
#contentsContainer.goto-goto-barber {
	background: none;
}
.goto-goto-barber #contentsInner {
	background: none;
}

#gotoMainArea {
	margin: 18px 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #cdcdcd;
	zoom: 1;
}
#gotoMainArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#gotoMainArea ul {
	position: relative;
	top: -4px;
	left: -7px;
	float: left;
	width: 585px;
}
#gotoMainArea ul li {
	float: left;
	margin: 0 5px 1px 0;
}
#gotoMainArea p {
	float: right;
	width: 360px;
	line-height: 1.4;
}
#gotoMainArea p img {
	margin-bottom: 10px;
}

#gotoContents {
	padding-left: 10px;
	padding-bottom: 20px;
	color: #9c5f0d;
	zoom: 1;
}
#gotoContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#gotoContents div {
	float: left;
	width: 298px;
	margin: 0 12px 20px 0;
	background: url(../../goto-barber/images/box_bg.gif) repeat-y right;
}
#gotoContents h4 {
	margin-left: 21px;
}
#gotoContents p {
	margin: 5px 20px 0 31px;
}
#gotoContents p.ph {
	margin: 0 0 0 21px;
}
#gotoContents ul {
	margin-left: 7px;
	padding: 15px 0;
	background: url(../../goto-barber/images/box_bg_bottom.gif) no-repeat right bottom;
}
#gotoContents ul li {
	width: 205px;
	margin: 0 auto;
	padding-bottom: 3px;
	background: url(../../goto-barber/images/btn_bg.gif) no-repeat;
}
#gotoContents ul li.detail {
	background: url(../../goto-barber/images/btn_bg2.gif) no-repeat;
}
#gotoContents ul li a {
	display: block;
	width: 205px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}
#gotoContents #secret03 p.text {
	background: url(../../goto-barber/images/cont03_bg.jpg) no-repeat right bottom;
}
#gotoContents #secret06 p.ph {
	position: relative;
	height: 191px;
}
#gotoContents #secret06 p.ph img {
	position: absolute;
	left: -10px;
	top: 0;
}
#gotoContents #secret06 p.text {
	position: relative;
	z-index: 5;
}

#gotoDetailArea {
	display: none;
}
.goto_detail_area {
	width: 695px;
	background-image: url(../../goto-barber/images/detail_box_bg.gif);
	zoom: 1;
}
.goto_detail_area .inner {
	padding: 34px 25px 0 20px;
	background: url(../../goto-barber/images/detail_box_top.gif) no-repeat;
	font-size: 117%;
	zoom: 1;
}
.goto_detail_area .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.goto_detail_area .second_shop {
	border-top: 1px dotted #cdcdcd;
	margin: 20px 20px 0;
	padding: 25px 5px 0 0;
	font-size: 117%;
	zoom: 1;
}
.goto_detail_area .second_shop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.goto_detail_area .left {
	float: left;
	width: 320px;
	color: #9c5f0d;
	line-height: 1.4;
}
.goto_detail_area .left p {
	text-align: center;
}
.goto_detail_area .left dt {
	margin: 25px 0 10px;
}
.goto_detail_area .right {
	position: relative;
	width: 310px;
	float: right;
}
.goto_detail_area .right h3 {
	margin-bottom: 10px;
}
.goto_detail_area .right p,
.goto_detail_area .right dl {
	position: relative;
	z-index: 3;
}
.goto_detail_area .right dd {
	padding-bottom: 1em;
}
.goto_detail_area .right p.ph {
	width: 310px;
	z-index: 1;
	text-align: center;
}
.goto_detail_area p.close {
	padding-bottom: 20px;
	background: url(../../goto-barber/images/detail_box_bottom.gif) no-repeat bottom;
}
.goto_detail_area p.close a {
	display: block;
	width: 76px;
	margin: auto;
	padding-left: 10px;
	background: url(../../goto-barber/images/detail_close_bg.gif) no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 23px;
}

#shop01 p.ph,
#shop03 p.ph {
	padding: 50px 0;
}
#shop02 dl {
	padding-bottom: 110px;
}
#shop02 p.ph {
	position: absolute;
	bottom: -40px;
}
#shop05 .inner p.ph {
	padding: 20px 0;
}
#shop05 .second_shop p.ph {
	padding: 50px 0;
}




/* New Hair
============================================================================================================ */
#new-hairContents p.image {
	text-align: center;
}
#new-hairContents p.image img {
	padding: 3px;
	border: 1px solid #e9e9e9;
}
#new-hairContents h4 {
	margin: 25px 0 5px;
}
#new-hairContents li {
	float: left;
	margin-right: 20px;
	text-align: right;
	font-size: 84%;
}
#new-hairContents li.right {
	margin-right: 0;
}
#new-hairContents li img {
	margin-bottom: 5px;
}



/* サロン紹介
============================================================================================================ */
#salonNearNavi,
#salonServiceNavi {
	padding: 20px 15px 15px;
}
#salonNearNavi h3,
#salonServiceNavi h3 {
	left: -16px;
}

#salonNearNavi p {
	border: 1px solid #e9e9e9;
}
#salonServiceNavi {
	position: relative;
	padding: 165px 42px 30px;
	zoom: 1;
}
#salonServiceNavi h3 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
}
#salonTechnicalNavi {
	position: relative;
	min-height: 150px;
	padding: 20px 42px 30px;
	zoom: 1;
}
#salonTechnicalNavi h3 {
	left: -43px;
}
#salonTechnicalNavi p {
	position: absolute;
	right: 9px;
	top: -7px;
}

.salon_search_list ul {
	padding: 0.8em 0;
	border-bottom: 1px dotted #cdcdcd;
	zoom: 1;
}
.salon_search_list ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
.salon_search_list ul.last {
	border-bottom: 0;
}
.salon_search_list ul li {
	float: left;
	width: 170px;
	padding: 0 16px 0 20px;
	background: url(../../salon/images/link_icon.gif) no-repeat 0 0.3em;
}
.salon_search_list ul li a {
	color: #000000;
}

#salonIndexSide dt {
	margin: 0;
}
#salonIndexSide dt.last {
	background: none;
}


/* リスト
------------------------------------------------------------------------------ */
#salonList {
	padding: 20px 15px 15px;
}
#salonList h3 {
	left: -16px;
}
#salonList h4 {
	margin-bottom: 5px;
}
#salonList table {
	width: 100%;
	background-color: #f5f9ff;
	border: 1px solid #e9e9e9;
	border-bottom-width: 0;
}
#salonList table th,
#salonList table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #e9e9e9;
}
#salonList table .even th,
#salonList table .even td {
	background-color: #ebf3ff;
}
#salonList table.hp_group {
	margin-bottom: 15px;
	background-color: #fffdf5;
}
#salonList table.hp_group .even th,
#salonList table.hp_group .even td {
	background-color: #fffceb;
}
#salonList table th {
	width: 42%;
	color: #262626;
}
#salonList table td {
	font-size: 84%;
	color: #666666;
}
#salonList table td.tel {
	text-align: right;
	white-space: nowrap;
}
#salonList table img {
	vertical-align: middle;
}

#salonhasDetailList {
	margin-bottom: 20px;
}
#salonhasDetailList .salon {
	margin-bottom: 15px;
	border: 1px solid #eae7da;
}
#salonhasDetailList .salon div {
	position: relative;
	padding: 8px 10px;
	background-color: #fffdf5;
	cursor: pointer;
	zoom: 1;
}
#salonhasDetailList .salon div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#salonhasDetailList .salon .ph {
	float: left;
	padding: 5px;
	background: url(../../salon/common/images/list_ph_bg.gif) no-repeat;
}
#salonhasDetailList .salon dl {
	float: left;
	width: 185px;
	padding: 5px 5px 0 8px;
}
#salonhasDetailList .salon dt {
	margin-bottom: 10px;
	line-height: 1.4;
}
#salonhasDetailList .salon dt img {
	vertical-align: -0.2em;
}
#salonhasDetailList .salon dd {
	font-size: 84%;
}
#salonhasDetailList .salon .summary {
	float: left;
	width: 200px;
	height: 70px;
	padding: 10px 12px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	font-size: 93%;
	line-height: 1.5;
}
#salonhasDetailList .salon .more {
	position: absolute;
	right: 15px;
	top: 40px;
}
#salonhasDetailList .salon div a {
	color: #202020;
	text-decoration: none;
}
#salonhasDetailList .salon dt em {
	text-decoration: underline;
}
#salonhasDetailList .salon .hover dt em {
	text-decoration: none;
}
#salonhasDetailList .salon ul {
	padding: 5px;
	background-color: #fffbeb;
	border-top: 1px solid #eae7da;
	text-align: center;
}
#salonhasDetailList .salon ul li {
	display: inline;
	white-space: nowrap;
}
#salonhasDetailList .salon ul li a {
	white-space: nowrap;
	padding-right: 1em;
}
#salonhasDetailList .salon ul li img {
	margin: 3px 0;
	vertical-align: -0.7em;
}
#salonhasDetailList .salon ul li.technical a {
	color: #805300;
}
#salonhasDetailList .salon ul li.fighters a {
	color: #0046AE;
}


/* 店舗ページ
------------------------------------------------------------------------------ */
#salonDetailContents {
	font-size: 92%;
	line-height: 1.4;
}
#salonDetailContents h2 {
	margin-bottom: 0;
	padding-top: 6px;
	background: none;
	color: #000000;
	font-size: 150%;
	line-height: 1.4;
}
#salonDetailContents #sub {
	padding: 3px 10px 15px;
	background: url(../../salon/common/images/detail_sub_bg.gif) no-repeat;
	border-top: 1px solid #d4dee4;
	color: #000000;
	font-size: x-small;
	line-height: 1.2;
}
#salonDetailContents #ph {
	position: relative;
	height: 260px;
}
#salonDetailContents #ph ul {
	position: absolute;
	width: 705px;
	top: 0;
	left: -5px;
	padding: 9px 0 9px 9px;
	background: url(../../salon/common/images/detail_ph_bg.gif) no-repeat;
}
#salonDetailContents #ph ul.single {
	background-image: url(../../salon/common/images/detail_ph_bg_single.gif);
}
#salonDetailContents #ph li {
	float: left;
	margin-right: 2px;
}
#salonDetailContents #ph li em {
	display: block;
	position: relative;
	width: 347px;
	height: 232px;
	overflow: hidden;
}
#salonDetailContents #ph li em img {
	position: absolute;
}
#salonDetailContents .salon_menu {
	width: 702px;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 92%;
	line-height: 1.4;
	zoom: 1;
}
#salonDetailContents .salon_menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#salonDetailContents .salon_menu div {
	float: left;
	width: 346px;
	padding: 2px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#salonDetailContents .salon_menu dl {
	padding: 0.7em 1em;
	background-color: #ebf5ff;
	zoom: 1;
}
#salonDetailContents .salon_menu .odd dl {
	background-color: #d6ecfe;
}
#salonDetailContents .salon_menu dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#salonDetailContents .salon_menu dt {
	float: left;
}
#salonDetailContents .salon_menu dd {
/*	float: right;*/
	color: #000000;
	text-align: right;
}
#salonDetailContents .menu_sub_title {
	position: relative;
	top: -5px;
	padding-left: 3px;
	color: #233F81;
}
#salonDetailContents #info-keyword {
	margin-bottom: 20px;
	zoom: 1;
}
#salonDetailContents #info-keyword:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#salonDetailContents .has_keyword {
	background: url(../../salon/common/images/has_keyword_bg.gif) repeat-y right;
}
#salonDetailContents .has_keyword #info {
	float: left;
	width: 472px;
}
#salonDetailContents #info dl {
	border-top: 1px dotted #cdcdcd;
}
#salonDetailContents #info dt {
	float: left;
	padding-top: 0.6em;
	color: #233F81;
}
#salonDetailContents #info dd {
	padding: 0.6em 0 0.6em 9em;
	border-bottom: 1px dotted #cdcdcd;
}

#salonDetailContents #info ul {
	margin-top: 10px;
	padding: 8px;
	background-color: #fffbeb;
	border: 1px solid #e4e5df;
	font-size: 109%;
}
#salonDetailContents #info ul li {
	display: inline;
	white-space: nowrap;
}
#salonDetailContents #info ul li a {
	white-space: nowrap;
	padding-right: 1em;
}
#salonDetailContents #info ul li img {
	margin: 3px 0;
	vertical-align: -0.7em;
}
#salonDetailContents #info ul li.technical a {
	color: #805300;
}
#salonDetailContents #info ul li.fighters a {
	color: #0046AE;
}

#salonDetailContents #keyword {
	float: right;
	width: 215px;
}
#salonDetailContents #keyword h3 {
	padding: 0 2px;
	background-color: #ffffff;
}
#salonDetailContents #keyword ul {
	padding: 12px 7px;
}
#salonDetailContents #keyword ul li {
	margin-bottom: 10px;
	background: url(../../salon/common/images/keyword_bg_bottom.gif) no-repeat bottom;
	zoom: 1;
}
#salonDetailContents #keyword ul strong {
	display: block;
	padding: 5px 10px;
	background: url(../../salon/common/images/keyword_bg_top.gif) no-repeat;
}
#salonDetailContents #keyword ul a {
	color: #CB1D18;
	font-weight: normal;
}
#salonDetailContents #map-message {
	margin-bottom: 20px;
	zoom: 1;
}
#salonDetailContents #map-message:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#salonDetailContents #mapArea {
	float: left;
	width: 470px;
	border: 1px solid #e4e5df;
}
#salonDetailContents #map {
	width: 470px;
	height: 320px;
}
#salonDetailContents #message {
	float: right;
	width: 213px;
	min-height: 320px;
	background-color: #fdfff6;
	border: 1px solid #e4e5df;
	line-height: 1.6;
}
* html #salonDetailContents #message {
	height: 320px;
}
#salonDetailContents #message h3 {
	padding: 10px 15px 0;
}
#salonDetailContents #message p {
	padding: 0 15px 10px;
}


.no-service {
	padding: 20px 0 100px;
}


/* 404
------------------------------------------------------------------------------ */
#page404 {
	padding: 10px 20px 40px;
}
#page404 .title {
	margin-bottom: 10px;
	font-size: 200%;
}
#page404 .sub {
	margin-bottom: 20px;
	font-size: 134%;
}


/* Sマークについて
============================================================================================================ */
#s-markContents {
	margin-top: 25px;
}
#s-markContents h4 {
	margin-bottom: 12px;
}
#s-markContents #threeS {
	margin: 30px 0 40px;
}
#s-markContents #threeS dt {
	background-color: #c2e0fe;
}
#s-markContents #threeS dd {
	margin: 10px 0 30px;
}
#s-markContents #qa h4,
#s-markContents #material h4 {
	padding-bottom: 2px;
	background: url(../images/line_bottom.gif) repeat-x bottom;
}
#s-markContents #qa {
	margin-bottom: 40px;
}
#s-markContents #qa dt {
	color: #CB1D18;
}
#s-markContents #qa dd {
	margin-bottom: 1em;
}
#s-markContents #material li {
	margin-bottom: 0.8em;
}




/* 衛生消毒について
============================================================================================================ */
#disinfectionContents h5 {
	margin-bottom: 10px;
	padding: 0.2em 0.5em 0.1em;
	background-color: #c2e0fe;
	color: #000000;
	font-size: 117%;
	font-weight: normal;
}

#disinfectionContents #verification {
	margin-bottom: 40px;
}
#disinfectionContents #verification h6 {
	margin-top: 1.7em;
	font-size: 117%;
}
#disinfectionContents #disinfection ul {
	margin-top: 10px;
	border: 1px solid #cce5fe;
	border-bottom-width: 0;
	zoom: 1;
}
#disinfectionContents #disinfection li {
	padding: 0.8em 1em;
	border-bottom: 1px solid #cce5fe;
	color: #0046AE;
}
#disinfectionContents #disinfection table {
	margin-bottom: 10px;
}
#disinfectionContents #disinfection h6 {
	font-size: 117%;
}
#disinfectionContents #correspondence {
	margin-bottom: 40px;
}
#disinfectionContents #well-known table {
	width: 100%;
	border-collapse: collapse;
}
#disinfectionContents #well-known table thead th {
	padding-top: 10px;
	text-align: center;
	color: #0046AE;
}
#disinfectionContents #well-known table tbody td,
#disinfectionContents #well-known table tbody th {
	width: 33%;
	padding: 0.5em;
	border: 1px solid #cce5fe;
	text-align: center;
}
#disinfectionContents #well-known table tbody th {
	background-color: #ebf5ff;
}




/* 訪問理容について
============================================================================================================ */
/*
#visitContents #visit,
#visitContents #detail,
#visitContents #price {
	margin-bottom: 40px;
}
#visitContents h4 {
	margin-bottom: 5px;
}
#visitContents #visit dl {
	padding: 5px;
	background-color: #fffceb;
	border: 1px solid #eae8dc;
}
#visitContents #visit dt {
	padding: 5px 15px;
	border-bottom: 1px dotted #cdcdcd;
}
#visitContents #visit dd {
	padding: 5px 15px;
	font-size: 108%;
	color: #000000;
}
#visitContents #detail h5 {
	margin: 5px 0;
	font-size: 108%;
}
#visitContents #detail table {
	margin-bottom: 10px;
}
*/

/* 2012/3/27 修正 */
#visitContents {
	margin-top: 18px;
}
#visitContents #about {
	margin: 0 6px 40px 0;
	zoom: 1;
}
#visitContents #about:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#visitContents #about .left {
	float: left;
	width: 400px;
}
#visitContents #about .left .text {
	margin: 10px 7px 25px;
	font-size: 108%;
}
#visitContents #about .left li {
	float: left;
	width: 187px;
	height: 68px;
	padding-right: 10px;
	background: url(../../visit/images/about_box.gif) no-repeat;
	text-align: center;
}
#visitContents #about .left dt {
	padding-top: 14px;
	font-size: 93%;
}
#visitContents #about .left dd {
	font-size: 116%;
	color: #5B88CC;
}
#visitContents #about .left .reserve {
	height: 44px;
	padding-top: 24px;
	font-size: 116%;
	color: #5B88CC;
}
#visitContents #about .right {
	float: right;
	width: 287px;
}
#visitContents #about .right div {
	float: right;
	width: 139px;
}
#visitContents #about .right div p {
	padding: 0 4px 0 10px;
}
#visitContents #about .right ol {
	float: left;
}

#visitBox {
	margin-bottom: 25px;
	padding: 22px 0 45px;
	border: 1px solid #e9e9e9;
	zoom: 1;
}
#visitBox #service {
	position: relative;
	margin: 0 22px 28px;
	padding: 0 0 0 264px;
	border-bottom: 1px dotted #cdcdcd;
	font-size: 93%;
	zoom: 1;
}
#visitBox #service h3 {
	margin-bottom: 10px;
}
#visitBox #service dl {
	height: 165px;
	margin-top: 8px;
	background: url(../../visit/images/service_bg.jpg) no-repeat 0 10px;
}
#visitBox #service dt {
	color: #0046AE;
	font-size: 134%;
}
#visitBox #service dd {
	padding: 18px 220px 0 15px;
}
#visitBox #service .price {
	position: absolute;
	top: 0;
	right: 0;
}
#visitBox #service .ph {
	position: absolute;
	top: 0;
	left: -17px;
}

#visitBox #use {
	width: 644px;
	margin: 0 auto 28px;
}
#visitBox #use dl {
	height: 77px;
	margin-top: 16px;
	padding: 12px 22px 0 90px;
	background: url(../../visit/images/use_bg.gif) no-repeat;
}
#visitBox #use dt {
	margin-bottom: 2px;
	font-weight: bold;
	color: #5B88CC;
	font-size: 124%;
}
#visitBox #use dd {
	font-size: 93%;
}

#visitBox #outline {
	width: 644px;
	margin: 0 auto 28px;
}
#visitBox #outline h3 {
	margin-bottom: 10px;
}

#visitBox #message {
	width: 644px;
	margin: 0 auto 40px;
	zoom: 1;
}
#visitBox #message:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#visitBox #message h3 {
	margin-bottom: 18px;
	border-bottom: 1px solid #cbdaee;
}
#visitBox #message .ph {
	float: left;
	padding-left: 10px;
}
#visitBox #message .contents {
	padding: 5px 0 0 230px;
}
#visitBox #message .contents p {
	padding-bottom: 0.8em;
}
#visitBox #message .contents p strong {
	color: #0046AE;
	font-size: 108%;
	font-weight: normal;
}
#visitBox #message .contents dl {
	margin-top: 1.2em;
}

#visitBox #contact {
	text-align: center;
}




/* 貸室・貸会議室
============================================================================================================ */
#rentContents #condition {
	margin-bottom: 40px;
}
#rentContents h4 {
	margin-bottom: 5px;
}
#rentContents #price .title th {
	background-color: #f5f5f5;
	text-align: left;
}
#rentContents #price .title th div {
	position: relative;
}
#rentContents #price .title th a {
	position: absolute;
	right: 10px;
	top: 2px;
	padding-left: 18px;
	background: url(../images/icon_ph.gif) no-repeat left;
	font-size: smaller;
}
#rentContents #price th,
#rentContents #price td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#rentContents #price th {
	width: auto;
}
#rentContents #price td {
	text-align: center;
}
#rentContents #price .kind {
	width: 16%;
}
#rentContents #price .price {
	width: 17%;
}
#rentContents #price .notes {
	width: 28%;
}
#rentContents #price ul {
	margin-top: 20px;
	font-size: 92%;
}
#rentContents #price li {
	margin-top: 1em;
}





/* ブログ
============================================================================================================ */
.blog_contents_box {
	float: left;
	width: 422px;
	margin-bottom: 25px;
	padding: 20px 56px 50px;
	border: 1px solid #e9e9e9;
	min-height: 400px;
}
* html .blog_contents_box {
	height: 400px;
}
.blog_contents_box .title {
	position: relative;
	left: -57px;
	margin-bottom: 20px;
	padding: 10px 12px;
	border-left: 3px solid #e1291f;
}
.blog_contents_box .title p {
	position: relative;
	top: -5px;
}
.blog_contents_box .title h3 {
	color: #e60012;
	font-size: 184%;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
}
.blog_contents_box .blog_body p {
	margin-bottom: 1.3em;
}

.blog_link {
	width: 168px;
	float: left;
	font-size: 84%;
	line-height: 1.3;
}
.blog_link p {
	padding: 10px 0 10px 15px;
	background: url(../images/blog_link_shadow.gif) no-repeat right bottom;
}
.blog_link h4 {
	padding: 10px 0 5px 15px;
}
.blog_link dl {
	padding-bottom: 10px;
}
.blog_link dt {
	padding: 5px 0 0 15px;
	border-top: 1px dotted #cdcdcd;
	color: #e60012;
}
.blog_link dd {
	padding: 0 0 5px 15px;
}
.blog_link ul {
	padding: 5px 0 0 15px;
	border-top: 1px dotted #cdcdcd;
}
.blog_link ul li {
	margin-bottom: 7px;
}
.blog_link a {
	color: #404040;
}

.blog_list dt {
	float: left;
}
.blog_list dd {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 7em;
	border-bottom: 1px dotted #cdcdcd;
}







/* サイトマップ
============================================================================================================ */
#sitemapArea {
	width: 950px;
	margin: 0 auto;
	font-size: 92%;
}
#sitemapArea h2 {
}
#sitemapArea h3 {
	margin-top: 20px;
	border-bottom: 1px solid #e4e4e4;
}
#sitemapArea dl {
	width: 350px;
	float: left;
}
#sitemapArea dl.right {
	width: 250px;
}
#sitemapArea dt {
	margin-top: 1.5em;
	font-weight: bold;
	color: #000000;
}
#sitemapArea dt a {
	color: #000000;
}
#sitemapArea dd dt {
	margin-top: 0;
	font-weight: normal;
	color: #777777;
}
#sitemapArea dd a {
	color: #777777;
}
#sitemapArea dd dd {
	padding-left: 1em;
}







/* 赤ちゃん筆について
============================================================================================================ */
#fudeContents {
	margin-top: 18px;
}

#fudeContents #about {
	margin-bottom: 40px;
	zoom: 1;
}
#fudeContents #about:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#fudeContents #about .ph {
	float: right;
	margin: 0;
	padding-top: 15px;
}
#fudeContents #about p {
	margin: 10px 285px 0 6px;
	font-size: 108%;
}

#fudeBox {
	margin-bottom: 25px;
	padding: 22px 0 45px;
	border: 1px solid #e9e9e9;
	zoom: 1;
}
#fudeBox #intro {
	position: relative;
	margin: 0 10px;
	padding: 0 0 0 5px;
}
#fudeBox #intro p {
	position: absolute;
	top: 12px;
	left: 245px;
}
#fudeBox #intro ul {
	margin-top: 20px;
	zoom: 1;
}
#fudeBox #intro ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#fudeBox #intro ul li {
	float: left;
}

#fudeBox #flow {
	margin: 20px 16px 30px;
	padding: 26px 10px 0;
	border-top: 1px dotted #cdcdcd;
	zoom: 1;
}
#fudeBox #flow:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#fudeBox #flow h4 {
	margin-bottom: 16px;
}
#fudeBox #flow p {
	float: right;
	width: 128px;
}
#fudeBox #flow ol {
	float: left;
}
#fudeBox #flow li {
	float: left;
}
#fudeBox #message {
	width: 644px;
	margin: 0 auto 40px;
	zoom: 1;
}
#fudeBox #message:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#fudeBox #message h3 {
	margin-bottom: 18px;
	border-bottom: 1px solid #cbdaee;
}
#fudeBox #message .ph {
	float: left;
	padding-left: 10px;
}
#fudeBox #message .contents {
	padding: 5px 0 0 230px;
}
#fudeBox #message .contents p {
	padding-bottom: 0.8em;
}
#fudeBox #message .contents p strong {
	color: #0046AE;
	font-size: 108%;
	font-weight: normal;
}
#fudeBox #message .contents dl {
	margin-top: 1.2em;
}

#fudeBox #contact {
	text-align: center;
}






/* ブライダルシェービング
============================================================================================================ */
#bridalContents {
	
}
#bridalContents #about {
	margin: 30px 0 45px;
	zoom: 1;
}
#bridalContents #about:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#bridalContents #about h3 {
	margin: 0 0 5px 345px;
}
#bridalContents #about p {
	margin-left: 345px;
}
#bridalContents #about .ph {
	float: left;
	margin: 0;
}

#bridalContents #shaving {
	margin: 0 0 45px 12px;
	zoom: 1;
}
#bridalContents #shaving:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

#bridalContents #shaving h3 {
	margin-bottom: 14px;
}
#bridalContents #shaving .left {
	float: left;
	width: 396px;
	color: #805300;
}
#bridalContents #shaving .left .inner {
	height: 240px;
	padding: 3px 30px;
	border: 2px solid #ccb792;
	border-top-width: 0;
}
#bridalContents #shaving .left ol {
	margin-top: 5px;
	font-size: 131%;
	line-height: 1.3;
}
#bridalContents #shaving .left li {
	position: relative;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dotted #e6ddcb;
	zoom: 1;
}
#bridalContents #shaving .left li.last {
	padding-bottom: 0;
	border-bottom: none;
}
#bridalContents #shaving .left li span {
	position: absolute;
	left: 0;
	top: 10px;
}

#bridalContents #shaving .right {
	float: right;
	width: 275px;
}
#bridalContents #shaving .right .inner {
	height: 240px;
	padding: 3px 12px;
	border: 2px solid #ffd9e6;
	border-top-width: 0;
}
#bridalContents #shaving .right dt {
	padding: 0 0 3px 22px;
	background: url(../../goto-barber/bridal/images/shaving_rght_ico_q.gif) no-repeat;
	color: #000000;
}
#bridalContents #shaving .right dd {
	margin-bottom: 10px;
	padding: 0 0 8px 22px;
	background: url(../../goto-barber/bridal/images/shaving_rght_ico_a.gif) no-repeat;
	border-bottom: 1px dotted #e6ddcb;
	color: #404040;
}
#bridalContents #shaving .right dd.last {
	margin-bottom: 0;
	border-bottom: 0;
}

#bridalContents #plan {
	position: relative;
	margin: 0 0 35px 12px;
	zoom: 1;
}
#bridalContents #plan .notes {
	margin: 3px 0 5px;
	color: #808080;
	font-size: 84%;
	line-height: 1.4;
}
#bridalContents #plan table {
	width: 398px;
	border-top: 2px solid #ffe7e6;
}
#bridalContents #plan td dl {
	padding: 10px 0 10px 10px;
	line-height: 1.4;
}
#bridalContents #plan td dl dt {
	margin-bottom: 3px;
	font-size: 108%;
	color: #000000;
}
#bridalContents #plan td dl dd {
	color: #808080;
	font-size: 84%;
}
#bridalContents #plan td.price {
	width: 25%;
	text-align: right;
	font-size: 108%;
	color: #000000;
	padding: 0 8px;
}
#bridalContents #plan td.price span {
	font-size: 77%;
}
#bridalContents #plan .color td {
	background-color: #ffe7e6;
}

#bridalContents #plan .ph {
	position: absolute;
	top: -5px;
	right: -8px;
	width: 294px;
}
#bridalContents #plan .ph li {
	position: absolute;
	color: #808080;
	font-size: 84%;
}
#bridalContents #plan .ph li.text01 {
	top: 126px;
	left: 15px;
}
#bridalContents #plan .ph li.text02 {
	top: 237px;
	right: 12px;
}
#bridalContents #plan .ph li.text03 {
	top: 367px;
	left: 35px;
}
#bridalContents #plan .ph li.text04 {
	top: 481px;
	right: 22px;
}
#bridalContents #plan .ph li.text05 {
	top: 614px;
	left: 18px;
}

#bridalContents #message {
	position: relative;
	margin: 0 0 45px 12px;
	zoom: 1;
}
#bridalContents #message h3 {
	margin: 0 260px 2px 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #ffe7e6;
}
#bridalContents #message .main {
	zoom: 1;
}
#bridalContents #message .main:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

#bridalContents #message .main .ph {
	float: left;
	position: relative;
	left: -2px;
}
#bridalContents #message .main dl {
	padding: 18px 0 0 245px;
	line-height: 1.4;
	color: #808080;
}
#bridalContents #message .main dt {
	margin-bottom: 8px;
	color: #000000;
	font-size: 131%;
}
#bridalContents #message .text {
	margin: 3px 310px 0 8px;
	font-size: 93%;
	color: #808080;
}
#bridalContents #message .notes {
	margin: 1em 0 0 8px;
	padding-left: 1em;
	color: #CE469E;
	text-indent: -1em;
}

#bridalContents #message .voice {
	position: absolute;
	top: 0;
	right: -10px;
	width: 312px;
	height: 246px;
	background: url(../../goto-barber/bridal/images/message_voice_bg.png) no-repeat;
	font-size: 85%;
}
#bridalContents #message .voice dd {
	margin-top: 1em;
	text-align: center;
}
#bridalContents #message .voice .men {
	position: absolute;
	top: 45px;
	left: 45px;
	color: #4A72D9;
}
#bridalContents #message .voice .men dd {
	padding-right: 2em;
}
#bridalContents #message .voice .women {
	position: absolute;
	top: 137px;
	left: 137px;
	color: #FF4787;
}
#bridalContents #contact {
	text-align: center;
}
#bridalContents .bottom_notes {
	margin: 20px 14px 0;
	color: #808080;
	font-size: 84%;
}



/* もう！迷わない！プロが教える就活　身だしなみ
============================================================================================================ */

.jobhunting {
	font-size: 120%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.jobhunting p {
	margin: 0 0 15px 0;
}

.jobhunting .section {
	padding: 15px 0 ;
}

.jobhunting .aligncenter {
	text-align: center;
}

.jobhunting .lead01 {
	padding:20px 0 ;
	font-size: 43px;
	font-weight: bolder;
	line-height: 120%;
	color: #000;
}

.jobhunting .lead01 span {
	color: #E61773;
}

.jobhunting .lead02 {
	font-size:24px;
	font-weight: bolder;
	line-height: 120%;
	color: #5a5858;
}

.jobhunting h3 {
	padding: 0 0 15px 0 ;
}

.jobhunting .text-pink {
	color:#e61773;
}

.jobhunting .case {
	padding: 0 0 30px 0 ;
}

.jobhunting .bk-yellow {
	background: #fffabc;
	font-weight: bolder;
	font-size: 26px;
	padding: 10px ;
}

.jobhunting .bk-yellow span {
	color: #ea5614;
}

.jobhunting .bordergray {
	border: 5px solid #ccc;
	border-radius : 10px;
	padding: 20px;
	
}

.jobhunting h4 {
	font-size:24px;
	padding: 0 0 15px 0; 
}

.jobhunting .bordergray dl {
	zoom:1;
	padding: 20px 0;
}


.jobhunting .bordergray dl:after {
	content: "";
	display :block;
	clear:both;
}

.jobhunting .bordergray dl dt {
	font-size: 20px ;
	font-weight: bolder;
	padding:2px 5px ;
	margin: 0 0 10px 0 ;
	background: #0168B7;
	color: #fff;
}

.jobhunting .bordergray dl dd {
	width: 50%;
	float: left;
	padding: 0 0 15px 0 ;
}

.jobhunting .bordergray dl dd p {
	margin: 0 0 5px 0 ;
	font-weight: bolder;
	font-size: 17px;
}



/* 衛生消毒について改正版
============================================================================================================ */

.disinfection h4 {
	color: #005dbc;
	border-bottom:1px solid #CBDAEE;
	font-size: 22px;
	margin:20px 10px 20px 0px;
}

.disinfection p strong {
	color: #0046AE;
	font-size: 108%;
	padding: 0 0 10px 0;
	font-weight: normal;
	display: block;
}

.disinfection .ph {
	float: left;
}

.disinfection .right {
	float: right;
	width: 55%;
}

.disinfection .clearfix {
	zoom: 1;
}

.disinfection .clearfix:after {
	content:"";
	display: block ;
	clear: both;
}

.disinfection table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin:10px 0 ;
	width: 100%;
	clear: both;
	content:"";
}

.disinfection table th,
.disinfection table td
 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;	
}

.disinfection table th {
	background: #FDDE9C;
	font-weight: bolder;
	width: 30%;
}

.disinfection table td {
	width: 20%;
}

.disinfection table tr:nth-child(odd) td {
	background: #eee;
}

.disinfection ul {
	margin:l 0 -6px 0 0 ;
}
.disinfection ul.column3 li {
	width: 190px;
	float: left;
	margin: 10px 6px 0 0 ;
	height: 300px;
}

.disinfection ul.column3 li img {
	padding: 0 0 10px 0;
}


.disinfection ul.column2 {
margin: 10px -11px 0 0;
}
.disinfection ul.column2 li {
	width: 287px;
	float: left;
	margin: 10px 11px 0 0 ;
}

.disinfection ul.column2 dl dt {
	text-align: center; 
	font-weight: bolder;
}

.disinfection hr {
	display: block; 
	border: 1px dotted #ccc;
	magrin: 10px 0 ;
}


/* 営業支援塾 ネックリンパセラピー
============================================================================================================ */

.rinpa section {padding: 0 0 20px 0 ;}
.rinpa h3 {margin: 0 0 30px 0 ;}
.rinpa h4 { font-size:22px; margin: 10px 0 0 0; }
.rinpa p {padding: 0 0 20px 0 ; font-size: 14px;}
.rinpa .imgleft {float: left; padding: 0 30px 50px 0 ;}
.rinpa .aligncenter { text-align: center; display: block;}
.rinpa .f150 {font-size: 150%;}
.rinpa .float_box li {float :left; width: 49%;}
.rinpa .float_box li:nth-child(even) {float: right;}
.rinpa .float_box2 {margin: 0 -10px 0 0;}
.rinpa .float_box2 li {float: left; margin:0 10px 10px 0;}
.rinpa table th { padding:0 5px 5px 0;}

.rinpa .bordergray {
	border: 5px solid #ccc;
	border-radius : 10px;
	padding: 20px;
	
}

.rinpa h4 {
	font-size:24px;
	padding: 0 0 15px 0; 
}

.rinpa .bordergray dl {
	zoom:1;
	padding: 20px 0;
}


.rinpa .bordergray dl:after {
	content: "";
	display :block;
	clear:both;
}

.rinpa .bordergray dl dt {
	font-size: 20px ;
	font-weight: bolder;
	padding:2px 5px ;
	margin: 0 0 10px 0 ;
	background: #0168B7;
	color: #fff;
}

.rinpa .bordergray dl dd {
	width: 50%;
	height: 70px;
	float: left;
	padding: 0 0 15px 0 ;
}

.rinpa .bordergray dl dd p {
	margin: 0 0 5px 0 ;
	padding: 0;
	font-weight: bolder;
	font-size: 17px;
}

.btn01 {margin: 20px;}

.btn01 a  {
	text-align:center;
	display:block; 
	padding: 5px;
	background: #005dbc; 
	color: #fff !important; 
	border-radius: 5px ; 
	text-decoration: none !important; 
	border-bottom: 4px solid #84b7e9;
}

.btn01 a:hover {background: #3186d9;}

.btn01 a:before {content: "▶";color: #fff;position:relative; left: -40px; top:10px; font-size: 9px;}


.blog_contents_box img { width: 100%; height: auto;}