@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,strong,
h1, h2, h3, h4, h5, h6, p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dl, dt, dd, ul, ol, li,
fieldset,form,legend,caption,
tbody,tfoot,thead,table,label,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* [disabled]vertical-align: baseline; */
}

html {
	-webkit-text-size-adjust: none; /* iPhone */
}

html,
body {
height:100%;
}

body {
	font-size: 12px;
	color: #2F1B04;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background-image:url(/images/common/contents_bg.png);
}

a:link {
	color: #FF3366;
}
a:visited {
	color: #2F1B04;
}
a:hover {
	color: #2F1B04;
}
a:active {
	color: #2F1B04;
}

p {	
	margin:0;
	padding:0;
}
	
ol,ul {list-style:none;}

img {
	border:0px;
	vertical-align:top;
}

.small {
	font-size:10px;
}

.err {
	color: #c00;
}
	
.cf {zoom:1;}
.cf:after {
	content:'';
	display:block;
	clear:both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.clearer {clear: both; display: block; margin: 0;	padding: 0;	height: 0; line-height: 1px; font-size: 1px;}
.clSp5 {clear: both; display: block; margin: 0 0 3px 0;	padding: 2px 0 0 0;	height: 0; line-height: 1px; font-size: 1px;}
.clSp10 {clear: both; display: block; margin: 0 0 5px 0;	padding: 5px 0 0 0;	height: 0; line-height: 1px; font-size: 1px;}
.clSp20 {clear: both; display: block; margin: 0 0 10px 0;	padding: 10px 0 0 0;	height: 0; line-height: 1px; font-size: 1px;}
.clSp30 {clear: both; display: block; margin: 0 0 15px 0;	padding: 15px 0 0 0;	height: 0; line-height: 1px; font-size: 1px;}
.clSp40 {clear: both; display: block; margin: 0 0 20px 0;	padding: 20px 0 0 0;	height: 0; line-height: 1px; font-size: 1px;}

.mb10 {
	margin:0 0 10px 0;
}
.mb15 {
	margin:0 0 10px 0;
}
.mb20 {
	margin:0 0 20px 0;
}
.mb25 {
	margin:0 0 25px 0;
}
.mb30 {
	margin:0 0 30px 0;
}
.mb35 {
	margin:0 0 35px 0;
}
.mb40 {
	margin:0 0 40px 0;
}

.txtC {
	text-align:center;
	display:block;
}
.txtR {
	text-align:right;
	display:block;
}

.fade0 {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade0:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

input:hover {
	opacity: 0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	-moz-opacity: 0.8;  
	-khtml-opacity: 0.8;
}

#container {
	overflow:hidden;
}

h3.txtMidashi {
	font-size: 16px;
	padding: .4em .6em;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #F82B82;
}

#spInfo {
	height: 128px;
	line-height: 128px;
	width: 100%;
	text-align: center;
	background-color: #F08080;
}
#spInfo a {
	font-size: 48px;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	font-weight: bold;
}

/*head*/
#headerWrap {
	background-image:url(/images/common/header_bg.png);
	background-repeat:repeat-x;
}
#header {
	width: 980px;
	height: 152px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#headerMidashi { background-color: #f8a1cd; 
}

h1#pageH1 {
	width: 980px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

#headerLogo {
	position: absolute;
	left: 0;
	top: -22px;
	height: 174px;
	width: 539px;
	overflow: hidden;
}

#headerNavWrap {
	background-color:#FFFFFF;
}
#headerNav {
	width:980px;
	height:60px;
	margin:0 auto;
	padding:12px 0 0 0;
	background-image:url(/images/common/header_nav_bg.png);
	background-repeat:no-repeat;
}
#headerNav li {
	margin: 0 0 0 1px;
	float: left;
}

#headerSearchWrap {
	position: absolute;
	left: 575px;
	top: 76px;
	width: 400px;
	height: 60px;
	background-color: #FFF;
}
#headerSearch {
	padding: 3px;
	background-color: #FFFFFF;
}
#headerSearchTt,
#headerSearchTxt,
#headerSearchBtn {
	float:left;
}
#headerSearchTxt input {
	border: 1px solid #D1CBCB;
	height: 20px;
	line-height: 20px;
	width: 256px;
	background-color: #FBF8EE;
	padding: 0 5px;
	font-size: 14px;
	color: #B9B9B9;
}
#headerSearchCount {
	font-size:14px;
	color:#FF0066;
}
#hederSearchName {
	padding:4px 0 4px 5px;
}
#headerSearchSelect form,
#headerSearchSelect img {
	float:left;
}
#headerSearchSelect form { margin: 0 0 0 5px; 
}


#headerAd {
	position: absolute;
	left: 575px;
	top: 10px;
	height: 60px;
	width: 400px;
	overflow: hidden;
	text-align: right;
}

#headerBar {
	background-image: url(/images/common/headerbar_bg.png);
	background-repeat: repeat-x;
	height: 45px;
}

/*ログイン*/
#memberWrap {
	text-align: right;
	width: 940px;
	margin: 0 auto;
	height: 32px;
}
#memberNav {
	float: right;
	text-align: left;
	height: 32px;
	line-height: 32px;
	color: #3F1818;
	padding: 10px 0 0;
	font-size: 12px;
}
#memberNav div {
	float: left;
}
#memberWrap a {
	color: #FFFFFF;
}
#memberWrap img {
	display: inline;
	vertical-align: middle;
}
#memberPoint {
	background-color: #FFFFFF;
	color: #F82B82;
	padding: 0 8px;
	height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 3px 0 0;
	line-height: 24px;
}
#memberPoint img {
	vertical-align: middle;
}

/*pankuzu*/
#pankuzuWrap {
	background-color: #EFEFEF;
	height: 21px;
}
#pankuzu {
	position: relative;
	color: #4D4D4D;
	margin: 0 auto 8px;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	padding: 5px;
	text-align: left;
	background-color: #FBFAF0;
}
#pankuzu a {
	color: #603;
	text-decoration: none;
}

/*contents*/
#contentsIndexWrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#contentsWrap {
	background-image: url(/img/shared/contentswrap_bg.png);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	position: relative;
	clear:both;
}

/*main*/
#main {
	float: left;
	width: 760px;
	margin: 0 0 20px 5px;
	padding: 0;
}
.mainInner {
	padding:20px;
}

.cLine {
	border:1px solid #CCC;
}

#pageTitleDef {
	background-repeat: no-repeat;
	height: 58px;
	line-height: 58px;
	padding: 0 0 0 15px;
	font-size: 24px;
	text-shadow:0px 0px 5px #ffffff;
	border: 6px solid #F96A99;
	color: #4e1334;
	margin: 0 0 15px 0;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-color: #F9F7F4;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
		color-stop(.25, rgba(249, 106, 153, 0.05)), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(249, 106, 153, 0.05)),
		color-stop(.75, rgba(249, 106, 153, 0.05)), color-stop(.75, transparent),
		to(transparent)),
		-webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, rgba(249, 106, 153, 0.05)), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(249, 106, 153, 0.05)),
		color-stop(.75, rgba(249, 106, 153, 0.05)), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent),
		-webkit-linear-gradient(-45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent),
		-moz-linear-gradient(-45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent),
		-ms-linear-gradient(-45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent),
		-o-linear-gradient(-45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent),
		linear-gradient(-45deg, rgba(249, 106, 153, 0.05) 25%, transparent 25%,
		transparent 50%, rgba(249, 106, 153, 0.05) 50%, rgba(249, 106, 153, 0.05) 75%,
		transparent 75%, transparent);
	background-repeat:inherit;
}

#pageTitle {
	background-repeat: no-repeat;
	height: 98px;
	font-size: 30px;
	text-align: center;
}
#pageTitle span {
	display: block;
	padding: 56px 0 0 0;
}

.ptArea {
	background-image: url(/images/shoplist/md_area.png); 
}
.ptType {
	background-image:url(/images/shoplist/md_type.png);
}
.ptSearch {
	background-image:url(/images/shoplist/md_search.png);
}
.ptSalary {
	background-image:url(/images/shoplist/md_salary.png);
}
.ptTreatment {
	background-image:url(/images/shoplist/md_treatment.png);
}
.ptSpecial {
	background-image:url(/images/shoplist/md_special.png);
}

#headerBanner {
	padding: 0 0 16px 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(/images/common/prslider_bt.png);
}

#areainfoWrap {
	padding:12px;
	border:3px solid #dcc8c8;
}
#areainfoWrap h4 {
	color:#882f7d;
	background-color:#f7f0f0;
	padding:8px;
}
#areainfoWrap p {
	padding:10px 10px 24px 10px;
}

/*side*/
#sideWrap {
	width: 200px;
	float: right;
	background-color: #FFFFFF;
}
#sideBanner,
#sideContents,
#sideSponsor {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#sideBanner { border-bottom-color: #8A8A8A; 
}
#sideBanner li {
	margin: 0 0 6px 0;
}
#sideContents {
	border-bottom-color: #FF6600;
}
#sideContents li {
	margin: 0 0 5px 0;
}
#sideContents li:last-child {
	margin: 0;
}
#sideSponsor { border-bottom-color: #8A8A8A; 
}
#sideSponsor li {
	margin: 0 0 5px 0;
}
.sideMidashi {
	margin: 0 0 5px 0;
}

/*footer*/
#footerWrap {
	background-color: #fffdf7;
	width: 100%;
	text-align: center;
	background-image: url(/images/common/footer_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#footer{
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	text-align: left;
}

#footerListWrap {
	position:relative;
}
#footerBtn {
	position: absolute;
	right: 0;
	bottom: 0;
}

#footerListWrap p {
	margin:0 0 5px 0;
}
#footerListWrap a {
	color:#3FA8C8;
}

#footerATList {
	margin:0 0 20px 0;
}

#footerATList li {
	float:left;
}
#footerATList li:after {
	content: "／" ;
}
#footerATList li:last-child:after {
	content: "" ;
}

#footerArea {
	width:474px;
	float:left;
}
#footerType {
	width:474px;
	float:right;
}

.footerMenu {
	float:left;
	margin:0 12px 0 0;
}
.footerMenu li:before {
	content: "→ " ;
}


#footerCopy {
	clear: both;
	padding: 10px 0;
	text-align: center;
	background-color: #A79475;
	color: #FFFFFF;
}
#footerCopy a {
	color: #FFFFFF;
	text-decoration: none;
}

/*ページトップ*/
#pageTopWrap{
	position: fixed;
	right: 5%;
	bottom: 80px;
	display: none;
	z-index: 9990;
}
#pageTop{
	overflow:hidden;
	margin:0 auto;
}
#pageTop p{
	text-align:right;
}

/*会員関連ページ*/

/*会員登録*/
#membRule {
	height: 100px;
	overflow: auto;
	padding: 8px;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
	background-color: #FDFBF7;
}

/*会員メニュー*/
#memberMenuList {
	margin: 0 0 0 23px;
}
#memberMenuList li {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: #F82B82;
	margin: 0 23px 0 0;
}
#memberMenuList li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 150px;
	height: 150px;
}

#memberMenuBack a {
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	margin: 0 auto;
	background: -moz-linear-gradient(
		top,
		#24c9f2 0%,
		#3779db);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#24c9f2),
		to(#3779db));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #1269c7;
	-moz-box-shadow: 0px 2px 2px rgba(112,118,122,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 2px 2px rgba(112,118,122,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 2px 2px rgba(112,118,122,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	width: 180px;
	text-align: center;
	display: block;
	text-decoration: none;
}

#memberMenuPt {
	padding:10px;
	background-color:#FFF0FA;
	margin:0 0 15px 0;
}
#memberMenuPt span {
	font-size:24px;
	font-weight:bold;
	color:#F06;
}
#memberMenuPtInfo {
	padding: 10px;
	background-color: #FFFCF0;
	margin: 0 0 15px 0;
}
