@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* last updated 2014-10-28 */
/* for bath.php */

/* サブページメインコピー
------------------------------------------------------- */
div#subMain {
	width: 100%;
}

div#subMain h1, div#subMain p {
	display: none;
}

div#subMain img {
	border-bottom: 2px solid #93162b;
}

div#bathMenu {
	margin: 0 5px;
}

div#bathMenu ul {

}

div#bathMenu li {
	border: 1px solid #f8afc0;
	padding: 5px;
	padding-left: 10px;
		/* 背景カラー */
	background: #fff0f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff0f1 0%, #ffffff 100%); /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#fff0f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff0f1 0%,#ffffff 100%); /*Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff0f1 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top,  #fff0f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff0f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		/* 配置調整 */
	margin-bottom: 10px;
}

div.arrowBG {
	background-image: url(../image/list_arrow_bg_01.png) ;
	background-repeat: no-repeat;
	background-position: right center;
}

.c_bath {
	color: #e86582;
}

div.mainCopy {
	margin: 0 5px;
	margin-bottom: 10px;
	color: #330000;
}

	/* 体のケア効果
	--------------------------------------------------- */
div#bath01 h2.bathSubTitle01 {
	width: 320px;
	height: 35px;
		/* 画像配置 */
	background-image: url(../image/bath_01_subtitle_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
		/* テキスト隠し */
	font-size: 0pt;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
		/* 位置調整 */
	margin-top: 10px;
}

div#bath01 dl.bathDl01 {
	margin: 0 5px;
	margin-top: 5px;
}

div#bath01 dl.bathDl01 dt {
	background-color: #beedff;
	padding: 2px 5px;
}

div#bath01 dl.bathDl01 dd {
	margin: 0px;
	margin-bottom: 7px;
	padding: 2px 5px;
	color: #333333;
}

	/* 心のケア効果
	--------------------------------------------------- */
div#bath01 h2.bathSubTitle02 {
	width: 320px;
	height: 35px;
		/* 画像配置 */
	background-image: url(../image/bath_01_subtitle_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;

		/* テキスト隠し */
	font-size: 0pt;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
}

div#bath01 dl.bathDl02 {
	margin: 0 5px;
	margin-top: 5px;
}

div#bath01 dl.bathDl02 dt {
	background-color: #ffdaa3;
	padding: 2px 5px;
}

div#bath01 dl.bathDl02 dd {
	margin: 0px;
	margin-bottom: 7px;
	padding: 2px 5px;
	color: #333333;
}


div#bathService {
	margin: 0 5px;
	background-color: #ffffff;
		/* border */
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

div#bathService img {
	float: right;
	margin: 5px;
}

div#bathService div.bathServiceText {
	margin-left: 5px;
	margin-top: 5px;
}

div#bathService div.bathServiceText h3 {
	color: #e86582;
}

div#bathService div.bathServiceText p {
	color: #333333;
}

div#bathService hr {
	clear: both;
	overflow: hidden;
	border-top: 1px dotted #dedede;
	margin-left: 5px;
	margin-right: 5px;
}

div.linkEvent {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #c0985a;
		/* border */
	border: 1px solid #9c7230;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
}
