@charset "utf-8";

body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 16px;
	color: #8c8c8c;
}

body > header
{
	width: 100%;
	text-align: center;
	position: relative;
}

.area_h {
	position: absolute;
	top: 50px;
	left: 2%;
}

body > header h1 {
	color: #e4007f;
	background: none;
}



body#index {
	margin: 0 2%;
}

#index header h1 {
	color: #ff90a0;
	padding: 0 0 5px;
	background: none;
}

#index header p {
	padding: 5px 0 0 0;
}

#index header #exit {
	margin: 15px 0;
	padding: 5px 0;
	color: #231815;
	//background-color: #feb4c5;
	border: 1px solid #e4007f;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
}

#index header #exit a {
	color: #2ea7e0;
}

body > section {
	margin: 0 2%;
}

#index section#pickup {
	margin: 0;
	padding: 0 0 0.1px 0;
}

section#pickup h1 {
	color: #00afeb;
	padding: 5px 0;
}

section#pickup #pickupbox {
	position: relative;
	padding: 5px 10%;
	margin: 0 0 10px 0;
	border: solid 1px #e4007f;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	text-align: left;
	//height: 90px;
	overflow: hidden;
}

section#pickup #pickupbox:before {
	border: 2px solid #e4007f;
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	min-height: 100%;
	z-index: -1;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 100%;
}

section#pickup #pickarea {
	width: 100%;
	overflow: hidden;
}

section#pickup #pickupbox ul.warp {
	width: 1000%;
}

section#pickup #pickupbox ul.warp li {
	float: left;
	width: 10%;
}

#pickupbox h2 {
	padding: 2px 0;
	color: #00afeb;
	background: #fffa9c;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 5px 0;
	text-align: center;
}

#pickupbox .pickupimg {
	float: left;
	padding: 0 5% 0 0;
}

#pickup .arrow {
	width: 18px;
	height: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	background: #a1ddf9;
	border: 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: absolute;
	top: 43px;
	text-decoration: none;
	size: 14px;
}

#pickupbox .leftarrow {
	left: 1%;
}

#pickupbox .rightarrow {
	right: 1%;
}

#index section#bnr {
	margin: 0;
	padding: 0 0 0.1px 0;
}

section#bnr h1 {
	color: #00afeb;
	padding: 5px 0;
}

section#bnr #bnrbox {
	position: relative;
	padding: 5px 10%;
	margin: 0 0 10px 0;
	border: dotted 2px #a0ddf9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	height: 90px;
	overflow: hidden;
}

section#bnr #bnrarea {
	width: 100%;
	overflow: hidden;
}

section#bnr #bnrbox ul.warp {
	width: 1000%;
}

section#bnr #bnrbox ul.warp li {
	float: left;
	width: 10%;
}

#bnrbox h2 {
	padding: 2px 0;
	color: #00afeb;
	background: #fffa9c;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 5px 0;
	text-align: center;
}

#bnrbox .bnrimg {
	float: left;
	padding: 0 5% 0 0;
}

#bnr .arrow {
	width: 18px;
	height: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	background: #a1ddf9;
	border: 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: absolute;
	top: 43px;
	text-decoration: none;
	size: 14px;
}

#bnrbox .leftarrow {
	left: 1%;
}

#bnrbox .rightarrow {
	right: 1%;
}

#index a.yellow_btn {
	margin: 10px 0 20px 0;
	background: #fac440;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 69px;
	width: auto;
	display: block;
}

#index #selarea {
	//background: #c3dc4d;
	border: solid 1px #e4007f;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	padding: 10px 2% 10px 2%;
	margin: 5px;
	position: relative;
}

#index #selarea::before {
	border: 2px solid #e4007f;
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	min-height: 100%;
	z-index: -1;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 100%;
}

#index #selarea > div {
	background: #ffffff;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 5% 0.1px;
}

#index #selarea .area {
	margin: 0 0 10px 0;
	padding: 7px 0 8px 3%;
	border: solid 2px #ecb5d5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	text-align: left;
}

#index #selarea #area1 {
	background: #da78b3;
	border-color: #f0c8e2;
}

#index #selarea #area2 {
	background: #aa78b5;
	border-color: #ddc9e2;
}

#index #selarea #area3 {
	background: #afc3f5;
	border-color: #dee6f9;
}

#index #selarea #area4 {
	background: #55c3f6;
	border-color: #b3e6f9;
}

#index #selarea #area5 {
	background: #64be81;
	border-color: #bce3ce;
}

#index #selarea #area6 {
	background: #c4dc50;
	border-color: #e7f2ba;
}

#index #selarea #area7 {
	background: #fac342;
	border-color: #fde7b5;
}

#index #selarea .area ul {
	width: 160px;
	height: 39px;
	position: absolute;
	top: 1px;
	right: 2%;
}

#index #selarea #area1 ul, #index #selarea #area7 ul {
	width: 120px;
}

#index #selarea #area2 ul, #index #selarea #area4 ul, #index #selarea #area5 ul {
	top: 8px;
}

#index #selarea #area6 ul {
	top: 14px;
}

#index #selarea .area ul li {
	height: 13px;
	line-height: 13px;
	float: left;
}

#index #selarea > div > br {
	line-height: 0.1px;
	height: 0.1px;
	display: block;
}


nav {
	margin: 0 2%;
	padding: 20px 0;
}

nav a.nav {
	height: 54px;
	border: solid 2px #f092a5;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	padding: 4px;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	display: block;
}

#group nav a.nav {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

nav #nav1 {
	background: #fac342;
	border-color: #ffedc7;
}

nav #nav2 {
	background: url("../img/top_navi/nav_bg.png") repeat center center;
	border-color: #f092a5;
}

nav #nav3 {
	background: url("../img/top_navi/nav_bg.png") repeat center center;
	border-color: #f092a5;
}

nav #nav4 {
	background: url("../img/top_navi/nav_bg.png") repeat center center;
	border-color: #f092a5;
}

nav .nav .ttl {
	position: absolute;
	top: 11px;
	right: 2%;
}

#resort {
	padding: 0 0 15px 0;
}

#resort ul {
	padding: 5px 0;
}

#resort ul li {
	//width: 32%;
	//padding-left: 2%;
	//float: left;
	margin-bottom: 10px;
}

#resort ul li:first-child {
	padding-left: 0;
}

#resort ul li:first-child a {
	display: block;
	text-decoration: none;
}

.backbtn {
	margin: 10px 15%;
	height: 30px;
	border: none;
	//border-radius: 15px;
	//-moz-border-radius: 15px;
	//-webkit-border-radius: 15px;
	background: #e4007f;
	padding: 4px 0;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	font-size: 150%;
}

#area_map {
	margin: 0 2%;
	padding: 10px 0;
	color: #55c4f2;
	font-size: 14px;
	line-height: 20px;
}

#area_map a {
	color: #55c4f2;
	text-decoration: none;
}

#list #shop_list {
	margin-bottom: 20px;
}

#list section > header {
	padding: 10px 0;
	background: url("../img/list/ttl_bg.png") no-repeat left center;
	position: relative;
}

#list section > header > h1 {
	font-size: 18px;
	color: #FE879B;
	font-weight: bold;
}

#list section > header .cnt {
	width: 54px;
	height: 32px;
	padding: 3px;
	background: #e4007f;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 12px;
	right: 0;
}

#list section > header .cnt span {
	color: #fffa9c;
}

#joken {
	height: 28px;
	background: #fed377;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

#joken_ttl {
	padding: 4px 1%;
}

#joken ul {
	max-width: 156px;
	padding: 2px 0;
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 1%;
}

#joken ul li {
	float: left;
	margin: 1px 0 1px 2px;
	width: 76px;
	height: 18px;
	color: #fd8839;
	text-align: center;
	line-height: 18px;
	background: #ffffff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#list section article {
	border: solid 1px #e4007f;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	padding: 1% 1% 30px 1%;
	margin-bottom: 25px;
	position: relative;
}

#list section article:before {
	border: 2px solid #e4007f;
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	min-height: 100%;
	z-index: -1;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 100%;
}

#list section article header {
	border-bottom: 1px solid #231815;
	//border-radius: 3px;
	//-moz-border-radius: 3px;
	//-webkit-border-radius: 3px;
	padding: 5px 2%;
	color: #231815;
	font-size: 21px;
	text-align: left;
	//background: #feb4c1 url("../img/list/shop_ttl_bg.png") no-repeat 1% center;
	margin-bottom: 5px;
	line-height: 150%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#list section article > p {
	text-align: left;
}

#list section article strong {
	color: #fe568a;
	font-size: 18px;
	text-align: left;
	line-height: 200%;
}

#list section article dl {
	padding: 5px 0;
	position: relative;
}

#list section article dt {
	width: 40%;
	height: 30px;
	background: #ff608e;
	background: -moz-linear-gradient(top, #ffadbf, #ff5d8e);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffadbf), to(#ff5d8e));
	border: solid 2px #ffd0da;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 0;
	float: left;
}

#list section article dd {
	width: 57%;
	height: 30px;
	border-top: solid 2px #fea6b4;
	border-bottom: solid 2px #fea6b4;
	font-size: 28px;
	line-height: 30px;
	text-shadow: 0px 0px 0 #8c8c8c;
	text-align: right;
	float: right;
	position: relative;
}

#list section article dd span {
	font-size: 14px;
}

#list section article dd span.subttl {
	font-size: 22px;
	color: #ffffff;
	background: #fe879b;
	text-align: center;
	text-shadow: 0px 0px #ffffff;
	line-height: 22px;
	padding: 2px 2%;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
}

.counterup {
	margin: 10px 0;
	display: block;
}

#list section article .detail_btn {
	//width: 80%;
	//padding: 2px 0;
	margin: 0 
	//background: #0cb2ec;
	//background: -moz-linear-gradient(top, #94d9f8, #0cb2ec);
	//background: -webkit-gradient(linear,left to, left bottom, from(#94d9f8), to(#0cb2ec));
	//border: solid 2px #c7ebf7;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	//box-shadow: 1px 1px 1px #7c8d94;
	//-moz-box-shadow: 1px 1px 1px #7c8d94;
	//-webkit-box-shadow: 1px 1px 1px #7c8d94;
	display: block;
	//position: absolute;
	//bottom: -15px;
	//left: 50%;
	margin: 30px auto 0 auto;
}

#list .pager {
	line-height: 10px;
}

#list .pager .link {
	width: 19%;
	height: 20px;
	border: 0;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	display: block;
	float: left;
}

#list .pager .first, #list .pager .last {
	background: #e4007f;
}

#list .pager .prev, #list .pager .next {
	width: 15%;
	margin: 0 1%;
	background: #e4007f;
	opacity: 0.3;
}

#list .pager .cnt {
	width: 28%;
	color: #e4007f;
	text-align: center;
	float: left;
}

#list .pager .cnt span {
	font-size: 9px;
	color: #ffc6d2;
}

#detail #shop_detail > h1 {
	margin-bottom: 5px;
	padding: 0 0 0 1%;
	font-size: 25px;
	line-height: 41px;
	color: #231815;
	//background: #ff5488 url("../img/flower_mk.png") no-repeat 1% center;
	border: 0;
	border-bottom: 1px solid #231815;
	//border-radius: 5px;
	//-moz-border-radius: 5pz;
	//-webkit-border-radius: 5px;
	text-align: left;
	//text-shadow: 0px 0px 0 #fff997;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#detail #shop_detail > p {
	text-align: left;
}

p.strong {
	color: #ff5586;
	text-shadow: 0px 0px 0 #ff5586;
	font-size: 18px;
}

#dekasegi_hosyo {
	margin: 20px 0 10px 0;
	padding: 0 2% 5px;
	background: #fe5687;
	background: -moz-linear-gradient(top, #ffb3c3, #fe5687);
	background: -webkit-gradient(liner, left top, left bottom, from(#ffb3c3), to(#fe5687));
	border: solid 2px #ffd6de;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#dekasegi_hosyo h1 {
	width: 98%;
	height: 33px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -49%;
	background: url("../img/detail/hosyo_ttl_bg.png") repeat-x center bottom;
}

#dekasegi_hosyo ul {
	padding: 25px 0 0 0;
}

#dekasegi_hosyo ul li {
	margin: 1%;
	padding: 5px 1%;
	width: 46%;
	height: 28px;
	font-size: 26px;
	line-height: 28px;
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	text-align: right;
	text-shadow: 0px 0px 0 #8c8c8c;
	position: relative;
}

#dekasegi_hosyo ul li span {
	font-size: 12px;
}

#dekasegi_hosyo ul li span.subttl {
	width: 42px; 
	font-size: 14px;
	text-align: center;
	background: #ff879c;
	position: absolute;
	top: 5px;
	left: 3%;
	color: #ffffff;
	text-shadow: 0px 0px 0 #ffffff;
}

#dekasegi_hosyo h2 {
	background: url("../img/detail/hosyo_joken_bg.png") repeat-x center center;
	color: #fdf001;
	font-size: 14px;
}

#dekasegi_hosyo > p {
	text-align: left;
	color: #ffffff;
}

#oubojoho {
	border: 1px #de177d solid;
}

#oubojoho h1 {
	background: url("../img/detail/oubojoho_ttl_bg.png") no-repeat left top;
	border-bottom: 1px dotted #c9c2b9;
	margin-bottom: 10px;
	padding: 10px 0;
}

#oubojoho dl {
	padding: 10px;
}

#oubojoho dl dt, #oubojoho dl dd {
	float: left;
	line-height: 20px;
	margin: 2px 0;
}

#oubojoho dl dt {
	width: 20%;
	color: #ffffff;
	background: #2ea7e0;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#oubojoho dl dd {
	width: 78%;
	padding: 0 1%;
	color: #753c4f;
	text-align: left;
}

#oubojoho hr {
	clear: both;
}

#taigu {
	margin: 20px 0;
	padding: 10px 1% 5px;
	//background: #ffffdb;
	border: solid 2px #feb4c3;
	border-radius: 10px;
	-mox-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}

#taigu h1 {
	width: 100%;
	//background: url("../img/detail/taigu_bg.png") repeat-x center bottom;
	//position: absolute;
	//top: -10px;
	//left: 50%;
	//margin-left: -49%;
	display: inline-block;
	position: relative;
	height: 62px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;/*フォントサイズ*/
	background: #f44b84;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	margin-bottom: 10px;
}
#taigu h1 span {
	vertical-align: top;
	margin: 0;
	padding: 0 30px;
	border-top: dashed 1px #FFF;/*上の破線*/
	border-bottom: dashed 1px #FFF;/*下の破線*/
	line-height: 46px;
	display: inline-block;
	width: auto;
}

#taigu h1:before, #taigu h1:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

#taigu h1:before{/*左端の山形*/
	top: 0;
	left: 0;
	border-width: 30px 0px 30px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

#taigu h1:after{/*右端の山形*/
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#taigu ul {
}

#taigu ul li {
	width: 25%;
	float: left;
}

#taigu ul li span {
	margin: 3%;
	//border: solid 2px #d1d1d1;
	//background: #8c8c8c;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	display: block;
}

#taigu ul li span.on {
	//background: #fe5b8a;
	//background: -moz-linear-gradient(top, #ffb1c1, #fe5b8a);
	//background: -webkit-gradient(linear, left top, left bottom, from(#ffb1c1), to(#fe5b8a));
	//border: solid 1% #ffc4d6;
	//box-shadow: 2px 2px 1px #a5a48f;
	//-moz-box-shadow: 2px 2px 1px #a5a48f;
	//-webkit-box-shadow: 2px 2px 1px #a5a48f;
}

#kyubo {
	margin-bottom: 15px;
	border: solid 1px #e4007f;
	position: relative;
	padding: 10px;
}

#kyubo:before {
	border: 2px solid #e4007f;
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	min-height: 100%;
	z-index: -1;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 100%;
}

#kyubo header {
	padding: 0 0 5px;
	margin-bottom: 5px;
	border: none;
	//border-radius: 10px;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	//background: url("../img/detail/kyubo_bg.png") no-repeat center bottom;
	border-bottom: 1px solid #231815;
}

#kyubo header h1 {
	//margin-top: -20px;
	color: #FF5587;
	font-size: 18px;
	line-height: 30px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#kyubo header p {
	font-size: 14px;
	
}

#kyubo div p {
	text-align: left;
	line-height: 180%;
}

#kyubo .updated {
	background: #fddbec;
	color: #753c4f;
	border: solid 2px #753c4f;
	line-height: 26px;
	width: 240px;
	border-radius: 10px;
	text-align: center;
	margin: 10px auto;
}

#kyubo .more_btn {
	color: #fffc9b;
	line-height: 20px;
	float: right;
	width: 40%;
	display: block;
	text-decoration: none;
	background: #ff6191;
	background: -moz-linear-gradient(top, #ffabbe, #ff6191);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffabbe), to(#ff6191));
	border: solid 2px #fedfe5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#oubo {
	margin-bottom: 15px;
	border: solid 1px #e4007f;
	position: relative;
	padding: 10px;
}

#oubo:before {
	border: 2px solid #e4007f;
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	min-height: 100%;
	z-index: -1;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 100%;
}

#oubo h1 {
	color: #FF5587;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #231815;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#oubo > p {
	font-size: 14px;
	padding: 3px;
}

#oubo dl {
	margin: 5px 0 0 0;
}

#oubo dl dt {
	background: #e9e6e2;
	border: solid 1px #cfc9c2;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	color: #231815;
	line-height: 20px;
	padding: 0 auto;
	font-size: 14px;
}

#oubo dl dd {
	padding: 10px 0;
	font-size: 18px;
	text-shadow: 0px 0px 0 #8c8c8c;
}

#oubo dl dd a {
	color: #8C8C8C;
}

#oubo #oubo_tel {
	margin: 0;
	padding: 5px 1%;
	background: #e68f20;
	//border: solid 2px #fffa9c;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
}

#oubo #oubo_tel dt {
	color: #fffedd;
	font-size: 20px;
	text-shadow: 0px 0px 0 #fffedd;
	text-align: left;
	position: relative;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
}

#oubo #oubo_tel dt span {
	position: absolute;
	bottom: 0;
	right: 1%;
	font-size: 12px;
}

#oubo #oubo_tel dd {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 0px 0px 0 #ffffff;
	padding-top: 5px;
	padding-bottom: 0;
}

#oubo #oubo_tel dd a {
	color: #ffffff;
}

#oubo_form {
}

#oubo_form h1 {
}

#oubo_form dl {
	font-size: 14px;
}

#oubo_form dl dt {
	color: #ffffdb;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fe879b;
	line-height: 22px;
}

#oubo_form dl dd {
	padding: 3px 2px 10px;
}

#oubo_form input[type=text], #oubo_form textarea {
	width: 100%;
	padding: 5px 0;
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 2px #d0d0d0 inset;
	-moz-box-shadow: 1px 1px 2px #d0d0d0 inset;
	-webkit-box-shadow: 1px 1px 2px #d0d0d0 inset;
}
#oubo_form textarea {
	height: 230px;
}

#oubo_form input.short {
	width: 20%;
}

#oubo_form .comp {
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	background: #fe879B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#oubo_form .send_btn {
	border: solid 4px #0179da;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #11b4ed;
	background: -moz-linear-gradient(top, #92d8f9, #11b4ed);
	background: -webkit-gradient(linear, left top, left bottom, from(#92d8f9), to(#11b4ed));
	text-decoration: none;
	display: block;
	margin: 10px 0 20px;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
}

#select {
	padding: 10px 2%;
}

#search section {
	border: solid 1px #e4007f;
	//border-radius: 5px 5px 5px 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	margin-bottom: 25px;
	padding: 1% 1% 30px;
	position: relative;
}

#search #search_top {
	margin-top: 20px;
	border: none;
	//background: #FFFFD9;
	padding: 10px 1%;
	border: solid 1px #e4007f;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#search section h1 {
	//background: url("../img/list/shop_ttl_bg.png") no-repeat scroll 1% center #FEB4C1;
	//border: medium none;
	//border-radius: 3px 3px 3px 3px;
	color: #703a4d;
	font-size: 20px;
	padding: 5px 10% 10px 5px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 2px solid #703a4d;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#search #search_top h1 {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background: #703a4d;
	//text-shadow: 0px 0px 0 #ffffff, 0 0 3px #FD8839, 0 0 3px #FD8839, 0 0 3px #FD8839, 0 0 2px #FD8839, 0 0 2px #FD8839;
	padding: 0 1%;
	text-align: left;
	//border-radius: 5px 5px 5px 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
}

#search_top ul {
	padding: 10px 1%;
}

#search_top ul li {
}

#search_top ul li a {
	border: solid 2px #FE879B;
	//border-radius: 5px 5px 5px 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	padding: 10px auto;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	background: url("../img/searchnav_bg.png") repeat-x center center;
	box-shadow: 1px 1px 2px #d0d0d0;
	-moz-box-shadow: 1px 1px 2px #d0d0d0;
	-webkit-box-shadow: 1px 1px 2px #d0d0d0;
}

#search section#s_hosyo #hosyo {
	padding: 15px 2%;
}

#search section#s_hosyo #hosyo input[type=text] {
	width: 100px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #666666;
	margin: 0 5px;
}

#search section#s_hosyo #hosyo select {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #666666;
	margin: 0 5px;
}

#search section h2 {
	border: solid 2px #6389EA;
	border-radius: 3px 3px 3px 3px;
	color: #6389EA;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 1px 1%;
	text-align: center;
	background: #CCECFF;
	margin: 10px 0;
}

#search section ul.cate {
	margin: 5px 0;
}

#search section ul.cate li {
	width: 32%;
	padding-left: 2%;
	padding-bottom: 5px;
	float: left;
	height: 60px;
	overflow: hidden;
}

#search section ul.cate li.left {
	padding-left: 0;
}

#search section ul.cate li a {
	background: #D9D9D9;
	background: -moz-linear-gradient(center top , #D9D9D9 0%, #C1C1C1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#C1C1C1));
	border: 1px solid #8C8B8B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #7D7D7D;
	height: 10px;
	line-height: 10px;
	//padding: 25px auto;
	display: block;
	font-size: 10px;
	padding: 25px 0;
}

#search section ul.cate li a.on {
	background: #FFDDF5;
	background: -moz-linear-gradient(center top , #FFDDF5 0%, #FAA9E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDDF5), to(#FAA9E1));
	border: 1px solid #F48FDB;
	color: #765C69;
}

#search section ul.bigcate {
	margin: 5px 0;
}

#search section ul.bigcate li {
	width: 49%;
	padding-left: 2%;
	padding-bottom: 5px;
	float: left;
}

#search section ul.bigcate li.left {
	padding-left: 0;
}

#search section ul.bigcate li a {
	background: #e9e6e2;
	border: solid 1px #cfc9c2;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	color: #231815;
	padding: 15px 0;
	display: block;
}

#search section ul.bigcate li a.on {
	border: 3px solid #308CFF;
	color: #308CFF;
	padding-top: 12px;
	padding-bottom: 12px;
}

#search section h3 {
	border: solid 2px #FF426B;
	border-radius: 3px 3px 3px 3px;
	color: #FF0000;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 1px 1%;
	text-align: center;
	background: #FFCCCC;
	margin: 10px 0;
}

#search section .search_bottom {
	padding: 15px 2%;
	border: dotted 3px #FEAEE5;
	background: #FFF8E6;
	position: relative;
	margin: 15px 0 0 0;
}

#search section .search_res {
	background: #FFE8B6;
	border: solid 1px #C59375;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11px 0;
	height: 36px;
	width: 35%;
	font-weight: bold;
	font-size: 16px;
	color: #C59375;
	line-height: 18px;
}

#search .confirm_btn, #search .submit_btn {
	position: absolute;
	top: 15px;
	right: 2%;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	display: block;
	width: 55%;
	padding: 0 0 9px;
	background: #03B3FB;
	background: -moz-linear-gradient(center top , #03B3FB 0%, #2FC4FD 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#03B3FB), to(#2FC4FD));
	border: 3px solid #07ADFA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 0px 0px #1C96C3;
	text-decoration: none;
	
}

#search .confirm_btn span, #search .submit_btn span {
	font-size: 14px;
	line-height: 16px;
}

#search .search_bottom ul {
	margin-top: 15px;
}

#search .search_bottom ul li {
	width: 49%;
	padding-left: 2%;
	padding-bottom: 5px;
	float: left;
}

#search .search_bottom ul li.left {
	padding-left: 0;
}

#search .search_bottom ul li.long {
	width: 100%;
}

#search .search_bottom ul li a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 0px #C1C1C1;
	background: #FFAE47;
	background: -moz-linear-gradient(center top , #FD9C18 0%, #FFAE47 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FD9C18), to(#FFAE47));
	border: 1px solid #FE9D21;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 15px;
	padding: 5px 0;
	box-shadow: 1px 1px 1px #d0d0d0;
	-moz-box-shadow: 1px 1px 1px #d0d0d0;
	-webkit-box-shadow: 1px 1px 1px #d0d0d0;
}

#search .search_bottom ul li a.reset_btn {
	background: #8F8E8E;
	background: -moz-linear-gradient(center top , #8F8E8E 0%, #969595 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#8F8E8E), to(#969595));
	border: 1px solid #888787;
	line-height: 30px;
}

#confirm {
	padding: 10px 2%;
	display: none;
}

#confirm > section dt {
	background: #fff8e6;
	color: #fe879b;
	font-size: 14px;
	line-height: 24px;
}

#confirm > section dd {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
}

#confirm > section li {
	font-size: 14px;
	line-height: 24px;
	padding: 0 1%;
	text-align: left;
}

.confirm_box {
	padding: 15px 2%;
	border: dotted 3px #FEAEE5;
	background: #FFF8E6;
	position: relative;
	margin: 15px 0 15px 0;
}

.confirm_box .search_res {
	background: #FFE8B6;
	border: solid 1px #C59375;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11px 0;
	height: 36px;
	width: 35%;
	font-weight: bold;
	font-size: 16px;
	color: #C59375;
	line-height: 18px;
}

.confirm_box .search_btn {
	position: absolute;
	top: 15px;
	right: 2%;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	display: block;
	width: 55%;
	padding: 0 0 9px;
	background: #03B3FB;
	background: -moz-linear-gradient(center top , #03B3FB 0%, #2FC4FD 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#03B3FB), to(#2FC4FD));
	border: 3px solid #07ADFA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 0px 0px #1C96C3;
	text-decoration: none;
}

.confirm_box .search_btn span {
	font-size: 14px;
	line-height: 16px;
}


footer {
	padding: 20px 0 80px;
	background: url("../img/footer.png") repeat-x center bottom;
	color: #ff869b;
	line-height: 20px;
}

footer a {
	color: #ff869b;
}

hr {
	margin: 2px 0;
	border: 0;
	//border-bottom: dotted 2px #fe879a;
}

.list_back {
	margin: 10px 20%;
	height: 29px;
	background: #e4007f;
	//background: -moz-linear-gradient(top, #fdaabc, #ff5d8c);
	//background: -webkit-gradient(linear, left top, left bottom, from(#fdaabc), to(#ff5d8c));
	//border: solid 2px #fff001;
	//border-radius: 5px;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	line-height: 29px;
}

#jobtype section {
	padding: 10px 2%;
}

#jobtype section h1 {
	font-size: 18px;
	line-height: 30px;
	color: #ff5d8c;
	font-weight: bold;
}

#job_btn li {
	width: 49%;
	padding: 0 0.5%;
	float: left;
}

#JOBCARD {
	border: 3px solid #ff5d8c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdaabc;
	margin: 15px 0 0 0;
}

#JOBCARD .desc {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	text-align: left;
	line-height: 18px;
	text-align: left;
	padding: 5px 2%;
	margin: 10px;
	display: none;
}

#JOBCARD .desc h2 {
	margin: 5px 0;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border: 2px solid #ff5d8c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ff5d8c;
	background: -moz-linear-gradient(top, #fdaabc, #ff5d8c);
	background: -webkit-gradient(linear, left top, left bottom, from(#fdaabc), to(#ff5d8c));
}

#other section {
	padding: 5px 2%;
	border: solid 2px #fc879a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 15px;
}

#other > section > h1 {
	margin-bottom: 5px;
	padding: 5px 0 5px 8%;
	font-size: 16px;
	line-height: 30px;
	color: #fff997;
	background: #ff5488 url("../img/flower_mk.png") no-repeat 1% center;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	text-shadow: 0px 0px 0 #fff997;
}

#other > section dt {
	text-align: left;
	padding: 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FE879B;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}

#other > section dd {
	padding-left: 3%;
	text-align: left;
	line-height: 24px;
}

#other > section > p {
	text-align: left;
	line-height: 24px;
}

#other > section #oubo_form {
	border: 0;
	
}

#other > section #oubo_form h1 {
	line-height: 30px;
	color: #ff5d8c;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#other > section #oubo_form dd
{
	padding-left: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	height: 1%;
	line-height: 1%;
	clear: both;
}

img {
	vertical-align: text-bottom;
}

#selarea select[name^=area] {
	width: 95%;
	height: 34px;
	line-heigght: 34px;
	font-size: 16px;
	padding: 2px 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#oubo dd > p {
	line-height: 180%;
}

#oubo dd > p > span {
	color: #e4007f;
}