@charset "utf-8";
/******* common ******/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section,menu,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}

html{background:#fff;-webkit-text-size-adjust: 80%;}

body {
	font-size: 16px;
	font-family: HelveticaNeue;
	/*font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,"Meiryo","メイリオ",sans-serif;*/
	-webkit-text-size-adjust: none;
	line-height: 1.6em;
	/*background: #fff url(../img/bg.jpg);*/
	background:#fff;
	color:#000;
}

/*article {padding-top: 320px;}*/
#allcontents {
width:100%;
margin: 0 auto;
/*background:url(../img/bg.jpg);*/
background-position:top;
background-size:cover;
background-attachment:fixed;
}

/*----- グローバル -----*/

h1,h2,h3,h4,h5,h6 {font-size:100%;}gj

h2 {
	margin: 15px 0 2px 5px;
	color: #333333;
}

h2.title {
	margin: 0 0 15px 0;
	padding: 2px 0;
	font-size: 16px;
	text-indent: 10px;
	text-shadow: none;
	color: #987c77;
	background: #1a1d1f;
	border-bottom: 1px #987c77 solid;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
}

h2.title span {margin-left: 15px;font-size: 80%;}

h3 {
	margin: 15px 0 1px 0;
	padding: 3px 15px;
	color: #000;
	line-height: 1.1em;
	background: #cbb69b;
}

img {border:0;outline:0;vertical-align:bottom;}
li {margin: 5px 0 0 2em;}
li img {vertical-align:top;}
:focus {outline:0;}

table {width: 100%;border-collapse:collapse;border-spacing:0;empty-cells:show;border-top: 1px #f0a4c0 solid;box-shadow: rgba(153,153,153,0.6) 0 2px 4px 0;}
table {font-size:inherit;font:100%;}

th {
	padding:5px 10px;
	text-align:right;
	color: #000;
	line-height: 1.4em;
	background:url(../img/bg_th.gif) repeat;
	border-right: 1px #f0a4c0 solid;
	border-bottom: 1px #f0a4c0 solid;
	white-space: nowrap;
	font-weight:bold;
}

td {
	padding:5px 10px;
	color: #000;
	line-height: 1.2em;
	border-right: 1px #f0a4c0 solid;
	border-bottom: 1px #f0a4c0 solid;
	word-break:break-all;
}

caption {
	margin:2px 0 0 0;
	padding: 3px 15px;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
	background: #cbb69b;
}

select,input,textarea {font:99% arial,helvetica,clean,sans-serif;}
select,input,textarea{*font-size:99%;}

a{color: #b92a48;text-decoration:underline;outline:0;-webkit-tap-highlight-color:rgba(187,43,68,0.3);}
a.direct {color: #b92a48;}

em {color:#ff1a3c;font-style: normal;}
mark {color:#ff1a3c;font-style: normal;}
/*strong {color: #ff1a3c;font-weight: normal;}*/
strong {font-weight: normal;}

.floatL {float:left;}
.floatR {float:right;}
.floatN {float:none;}
.clearB {clear:both;}

.alignL {text-align:left;}
.alignR {text-align:right;}
.alignC {text-align:center;}

.fontB {font-weight:bold;}
.fontL {font-size:120%;}
.fontS {font-size:90%;}
.fontD {color: #000;}

/*----- 共通の装飾 -----*/

.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.girl_name {color: #F00;letter-spacing: 1px;}
a .girl_name {color: #eaa1ba;}

.age {color: #987c77;}
.age a {color: #987c77;}

.size {color: #987c77;}
.size a {color: #987c77;}

time {color: #fff;}
time a {color: #fff;}

.girl_img {
	width: 159px;
	height: 105px;
	text-align: center;
	overflow: hidden;
	display: block;
}

.open {
	margin: 0 auto;
	color: #d91633;
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
}

.new {
	margin: 0 10px 0 0;
	padding: 0 5px;
	color: #ff0000;
}

.btn a {
/*
	width: 240px;
	height: 30px;
	margin: 0 auto 10px auto;
	background: #e1d87b;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#987c77));
	background: -moz-linear-gradient(top, #fff, #987c77);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffff,EndColorStr=#987c77);
	border: 2px #987c77 solid;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
	display: block;
*/
	width: 240px;
	height: 30px;
	margin: 0 auto 10px auto;
	background: #fefafc;/* Opera */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#fbdde9));/* WebKit */
	background: -moz-linear-gradient(top, #fff, #fbdde9);/* Mozilla */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffff,EndColorStr=#fbdde9);/* IE9 */
	border: 2px #fbdde9 solid;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
	display: block;
}

.btn a {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.doc {font-size: 14px;line-height: 1.4em;}
.note {font-size: 14px;line-height: 1.4em !important;}
.notice {color: #987c77;}

/*----- header -----*/

header {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*position: fixed;*/
}

header h1 {
	width: 100%;
	/*max-width:640px;*/
	margin:0 auto;
	padding: 0;
}

header h1 a img{
width:100%;
max-width:640px;
background:#fff;
}

/*
header h1 a {
	width: 320px;
	height: 158px;
	text-indent: -9999px;
	background: url(../img/header.jpg) no-repeat center top;
	background-size:contain;
	display: block;
}
*/

.header-info {
	width: 124px;
	margin: 5px 0 0 0;
	float: left;
}

header p.header-link {
	width: auto !important;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

header p.header-link a {
	width: auto !important;
	padding-left: 16px;
	color: #ed6995;
	font-size: 14px;
	text-decoration: none;
	background: url(../img/arrow_left_yellow.png) no-repeat left 1px;
	display: block;
}

header p.open {
	width: auto !important;
	margin: 7px 10px 0 5px;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

header ul.tel {height: 35px;clear: both;}
header ul.tel a span {font-size: 12px;line-height: 15px;}

.header-home {
	width: 50px;
	height: 55px;
	float: left;
}

.header-home a {
	width: 50px;
	height: 55px;
	text-align: left !important;
	text-indent: -9999px;
	background: url(../img/header-home.png) no-repeat center center;
	background-size: 50px 55px;
	display: block;
}

/*----- footer -----*/

footer {
	margin:0;
	padding: 15px 0;
	/*box-shadow: rgba(0,0,0,0.3) 0 -2px 4px 0;*/
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	/*background:url(../img/bg.jpg) bottom;*/
}

address {
font-style: normal;
display:inline !important;
padding:.5em 2em;
background:#ff56a7;
color:#fff;
}

footer address {
	text-align: center;
	display: block;
}

.footer_info {margin: 0;padding: 3px 0 0 0;}
.footer_info h2 {margin: 3px auto 0 auto;font-size: 16px;line-height: 1.2em;text-align: center;}

footer nav ul.totop {
	margin: 0 auto;
	padding: 2px 10px;
	list-style: none;
	box-shadow: none;
	background: #1a1d1f;
	border-top: 1px #987c77 solid;
	border-bottom: 1px #987c77 solid;
	clear: both;
}

footer nav ul.totop li {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#fffff,EndColorStr=#ffe3d4b7);/* IE9 */
	float: left;
}

footer nav ul.totop li a {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	border: none;
	display: block;
}

footer nav ul.totop li.home a {
	background: url(../img/icon_home.png) no-repeat center center;
	float: left;
}

footer nav ul.totop li.pagetop a {
	background: url(../img/icon_pagetop.png) no-repeat center center;
	float: right;
}

.footer_info .contact {max-width: 480px;margin: 0 auto 10px auto;}

.footer_info .contact a {
	margin: 3px;
	background: #1a1d1f url(../img/icon_contact_footer.png) no-repeat center center;
	border: 1px #987c77 solid;
	display: block;
}

.footer_info .contact a {
	color: #eaa1ba;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

/*----- dl -----*/

dl {
	margin: 0 0 10px 0;
	padding: 10px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #171a1b;
	box-shadow: rgba(0,0,0,0.4) 0 2px 4px 0;
}

dt {
	margin: 0;
	padding: 5px 10px;
	color: #987c77;
	line-height: 1.2em;
	background: url(../img/td_bg.gif) repeat;
	border: 1px #987c77 solid;
	border-radius: 10px;
}

dt.btn {
	margin-top: 5px;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0px;
}

dd {
	margin: 10px 5px 20px 5px;
	padding: 0;
	color: #fff;
	word-break: break-all;
}

dd img {margin: 0 0 5px 5px;float: right;}
dd ul {margin: 5px 0;padding: 0;}
dd li {margin: 5px 0 0 10px;padding: 0;}

dd time {
	margin: 0 0 5px 0;
	font-size: 90%;
	color: #987c77;
}

/*----- ul -----*/

ul {padding: 10px;}
ul li {margin: 5px 0 3px 2em;line-height: 1.4em;}
ul li a {}

/*----- nav ul -----*/

nav ul {
	margin: 0 auto 10px auto;
	padding: 0;
	list-style: none;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
	/*background: #272c2f url(../img/bg.png) repeat-y top right;*/
	border-top: 1px #987c77 solid;
	clear: both;
}

nav ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 50px;
	background: #ff56a7;/* Opera */
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#272c2f), to(#0b0c0d));/* WebKit 
	background: -moz-linear-gradient(top, #272c2f, #0b0c0d);/* Mozilla 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff272c2f,EndColorStr=#ff0b0c0d);/* IE9 
*/
	float: left;
}

nav ul li.line1 {
	width: 100%;
	float: none;
	clear: both;
}

nav ul li a {
	height: 50px;
	color: #eaa1ba;
	font-size: 14px;
	text-decoration: none;
	text-indent: 35px;
	border-right: 1px #987c77 solid;
	border-bottom: 1px #987c77 solid;
	background-repeat: no-repeat;
	background-position: 5px 12px;
	display: block;
}

nav ul li.icon_about a {background-image: url(../img/icon_about.png);}
nav ul li.icon_home a {background-image: url(../img/icon_home.png);}
nav ul li.icon_companion a {background-image: url(../img/icon_companion.png);}
nav ul li.icon_system a {background-image: url(../img/icon_system.png);}
nav ul li.icon_schedule a {background-image: url(../img/icon_schedule.png)}
nav ul li.icon_shop a {background-image: url(../img/icon_shop.png);}
nav ul li.icon_ranking a {background-image: url(../img/icon_ranking.png);}
nav ul li.icon_event a {background-image: url(../img/icon_event.png);}
nav ul li.icon_option a {background-image: url(../img/icon_event.png);}
nav ul li.icon_magazine a {background-image: url(../img/icon_magazine.png);}
nav ul li.icon_faq a {background-image: url(../img/icon_faq.png);}
nav ul li.icon_enquete a {background-image: url(../img/icon_enquete.png);}
nav ul li.icon_contact a {background-image: url(../img/icon_contact.png);}
nav ul li.icon_discount a {background-image: url(../img/icon_discount.png);}
nav ul li.icon_hotel a {background-image: url(../img/icon_hotel.png);}
nav ul li.icon_gravure a {background-image: url(../img/icon_gravure.png);}
nav ul li.icon_member a {background-image: url(../img/icon_member.png);}
nav ul li.icon_login a {background-image: url(../img/icon_login.png);}
nav ul li.icon_logout a {background-image: url(../img/icon_logout.png);}
nav ul li.icon_entry a {background-image: url(../img/icon_entry.png);}
nav ul li.icon_visitor a {background-image: url(../img/icon_visitor.png);}
nav ul li.icon_news a {background-image: url(../img/icon_news.png);}
nav ul li.icon_blog a {background-image: url(../img/icon_blog.png);}
nav ul li.icon_taiken a {background-image: url(../img/icon_taiken.png);}
nav ul li.icon_recruit2 a {background-image: url(../img/icon_recruit.png);}
nav ul li.icon_movie a {background-image: url(../img/icon_movie.png);}

/*----- nav tel -----*/

ul.tel {
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}

header ul.tel {}

ul.tel li {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#fffff,EndColorStr=#ffffd9e0);/* IE9 */
}

ul.tel li a {
	height: auto;
	margin: 3px;
	padding: 2px 0 4px 28px;
	background: #1a1d1f url(../img/icon_tel.png) no-repeat 2px center;
	display: block;
}

.tel a {
	font-size: 18px;
	text-align: left;
	text-indent: 0;
	line-height: 1em;
	color: #000;
}

.tel a span {font-size: 14px;color: #fff;}

/*----- nav left right -----*/

nav.nav_left ul li {width: 100%;float: none;}
nav.nav_left ul li a {border-right: none;background: #0b0c0d url(../img/arrow_left_yellow.png) no-repeat 5px center;}

nav.nav_right ul li {width: 100%;float: none;}
nav.nav_right ul li a {border-right: none;background: #0b0c0d url(../img/arrow_yellow.png) no-repeat right center;}

/*----- main_nav -----*/

nav ul.main_nav {
	margin: 0 auto 20px;
	padding: 0;
	border-top: 1px #fbdde9 solid;
	clear: both;
}

nav ul.main_nav li {
	width: 20%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 78px;
	background: #ed6995;
	background: -webkit-gradient(linear, center top, center bottom, from(#f0a4c0), to(#ed6995));
	background: -moz-linear-gradient(top, #f0a4c0, #ed6995);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0a4c0,EndColorStr=#ffed6995);
	float: left;
}

nav ul.main_nav li a {
	height: 50px;
	border-right: 1px #fbdde9 solid;
	border-bottom: 1px #fbdde9 solid;
	display: block;
}

nav ul.main_nav li a {
	font-size: 12px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: center 3px;
}

nav ul.main_nav li:last-child a {border-right: none;}
nav ul.main_nav li.icon_home a {background-image: url(../img/icon_home.png);}
nav ul.main_nav li.icon_companion a {background-image: url(../img/icon_companion.png);}
nav ul.main_nav li.icon_system a {background-image: url(../img/icon_system.png);}
nav ul.main_nav li.icon_schedule a {background-image: url(../img/icon_schedule.png);}
nav ul.main_nav li.icon_contact a {background-image: url(../img/icon_contact.png);}
nav ul.main_nav li.icon_blog a {background-image: url(../img/icon_blog.png);}
nav ul.main_nav li.icon_hotel a {background-image: url(../img/icon_hotel.png);}
nav ul.main_nav li.icon_recruit2 a {background-image: url(../img/icon_recruit.png);}

/*----- girl_list -----*/

ul.girl_list {
	margin: 0 0 10px 0;
	padding: 0;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
	/*background: #272c2f url(../img/bg.png) repeat-y top right;*/
	border-top: 1px #987c77 solid;
}

ul.girl_list li {
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #0b0c0d;
	float: left;
}

ul.girl_list li a {
	height: 180px;
	margin: 0;
	padding: 0 0 5px 0;
	border-right: 1px #987c77 solid;
	border-bottom: 1px #987c77 solid;
	text-decoration: none;
	text-shadow: none;
	display: block;
}

ul.girl_list li .girl_img {
	width: 159px;
	height: 106px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

ul.girl_list li .girl_img img {max-width: 160px;}

ul.girl_list li h3.girl_name {
	margin: 3px 0 0 0;
	padding: 0 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	background: none;
}

ul.girl_list li time {
	margin: 2px 5px;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	display: block;
}

ul.girl_list li .age {
	margin-top: 3px;
	font-size: 14px;
	text-align: center;
	line-height: 1.2em;
	display: block;
}

ul.girl_list .new {
	margin-left: 5px;
	color: #fff;
	background: #d91633;
	border-radius: 3px;
}

ul.girl_list .course {
	width: auto;
	height: 15px;
	margin: 2px 5px 0 5px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	display: block;
}

.royal {color: #d98900;background: #272c2f !important;}
.imperial {color: #fff;background: #960000 !important;}

.pickup ul.girl_list li a {height: 200px;}

/*----- schedule-today -----*/

.schedule-today {
	margin: 0;
	padding: 3px 0 0 10px;
	list-style: none;
	/*background: #272c2f url(../img/bg.png) repeat-y top right;*/
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
	border-top: 1px #987c77 solid;
}

.schedule-today-link {
	width: 90px;
	height: 77px;
	margin: 2px 4px;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.schedule-today-link a {text-decoration: none;}
.schedule-today-link img {max-width: 90px;max-height: 60px;}

/*----- info_list -----*/

ul.info_list {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	background: #1a1d1f;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
}

ul.info_list li {margin: 0;clear: both;}

ul.info_list li a {
	width: 100%;
	padding: 5px 0;
	text-decoration: none;
	background: url(../img/arrow_yellow.png) no-repeat right center;
	border-bottom: 1px #987c77 solid;
	display: block;
}

ul.info_list li a h3.info_title {
	width: 85%;
	height: 1.2em;
	margin: 0 0 5px 10px;
	padding: 0;
	color: #eaa1ba;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	background: none;
}

ul.info_list li a time {
	margin: 0 0 5px 15px;
	font-size: 100%;
}

/*----- タブ -----*/

ul.tab {
	margin: 0;
	padding: 1px 0 0 0;
	background: #333;
	overflow: hidden;
	box-shadow: none;
}

ul.tab li {
	width: 33.33%;
	line-height: 35px;
	background: #333;
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe3d4b7);/* IE9 */
	border-bottom: 5px #cbb69b solid;
	float: left;
}

ul.tab li a{
	height: auto;
	border-right: none;
	border-bottom: none;
	border-left: 1px #987c77 solid;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
	text-shadow: none;
}

ul.tab li.show a{
	margin-left: 1px;
	color: #000;
	font-weight: bold;
	background: #cbb69b;
	border-left:none;
	border-right: none;
	border-radius: 10px 10px 0 0;
}

/*----- anchor -----*/

nav ul.anchor {
	margin: 0 auto 3px auto;
	padding: 0 0 3px 0;
	background: #cbb69b;
	border: none;
	clear: both;
}

nav ul.anchor li {
	width: auto;
	margin: 2px;
	list-style: none;
	line-height: 35px;
	background: #0b0c0d;
	border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffffd9e0);/* IE9 */
	float: left;
}

nav ul.anchor li a {
	height: 35px;
	padding: 0 3px;
	border: 1px #666 solid;
	border-radius: 5px;
	display: block;
}

nav ul.anchor li a {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
}

/*----- p -----*/

p {
	width: 95%;
	margin: 5px auto;
	text-align: left;
	word-break:break-all;
}

p.ex {
	width: 95%;
	margin: 5px auto;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	word-break:break-all;
}

p.lang {
	margin: 0 10px 5px 10px;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 12px;
	background: url(../img/icon_lang.png) no-repeat left top;
}

.box_shadow {
	margin: 0 auto 10px auto;
	padding: 10px;
	color: #fff;
	background: #1a1d1f;
	border-top: 1px #987c77 solid;
	border-bottom: 1px #987c77 solid;
	word-break: break-all;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
}

p.box_shadow {
	width: auto;
	margin: 0 auto 10px auto;
}

/*----- form -----*/

form {
	width: 95%;
	margin: 0 auto 10px auto;
	padding: 1px 0 3px 0;
	color: #fff;font-size: 14px;line-height: 1.6em;
	background: #1a1d1f;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.6) 0 2px 4px 0;
}

fieldset {margin: 0;padding: 0;}
legend {margin: 0;padding: 0;visibility: hidden;}

form h3 {margin-top: 0;color: #987c77;}
form ul {margin: 5px 0;padding: 0;}

form dl {
	width: 90%;
	margin: 0 0 10px 15px;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

form dt {
	width: 95%;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	background: none;
	border: none;
}

form dt em {margin-left: 5px;}

form dd {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.2em;
}

label {font-size: 16px;margin-right: 1em;white-space: nowrap;}
form dt label {padding: 10px 0 3px 10px;}

input[type=submit] {
	width: auto;
	margin: 10px 0 5px 15px;
	padding: 0.25em 1em;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

textarea {
	width: 95%;
	height: 70px;
	padding: 8px 5px;
	font-size: 110%;
	background: #f2e8da;
	border: 1px #987c77 solid;
	border-radius: 5px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=number] {
	width: 95%;
	padding: 4px 5px;
	font-size: 110%;
	background: #f2e8da;
	border: 1px #987c77 solid;
	border-radius: 5px;
}

input[type=tel] {width: 25%;}

input[type=checkbox], input[type=radio] {
	width: 1.5em;
	height: 1.5em;
	border-radius: 2px;
	vertical-align: middle;
}

input[type=checkbox] {border-radius: 2px;}
input[type=radio] {border-radius: 5px;}
input.short {width: 70px;}

select {
	width: 95%;
	padding: 8px 5px;
	font-size: 110%;
	background: #f2e8da;
	border: 1px #987c77 solid;
	border-radius: 5px;
}

select.short {width: 70px;}

/*----- 店舗バナー -----*/

nav ul.jobbanner {
	width: 276px;
	height: 33px;
	margin: 10px auto;
	padding: 0;
	box-shadow: none;
	background: none;
	border: none;
}

footer nav ul.jobbanner {margin-top: 5px;}

nav ul.jobbanner li {
	width: 88px;
	height: 31px;
	padding: 2px;
	list-style: none;
	line-height: 31px;
	border: none;
	background: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#ffffff,EndColorStr=#ffe5a1a3);/* IE9 */
}

nav ul.jobbanner li a {
	width: 88px;
	height: 31px;
	border: none;
	text-indent: 0;
	background: none;
	overflow: hidden;
	display: block;
}

/*----- margin padding -----*/

.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}

.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}

.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}

.ml5 {margin-left:5px !important;}
.ml9 {margin-left:9.5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}

.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}

.mg5 {margin:5px !important;}
.mg10 {margin:10px !important;}
.mg15 {margin:15px !important;}
.mg20 {margin:20px !important;}
.mg25 {margin:25px !important;}
.mg30 {margin:30px !important;}
.mg35 {margin:35px !important;}
.mg40 {margin:40px !important;}
.mg45 {margin:45px !important;}
.mg50 {margin:50px !important;}

.pd5 {padding:5px !important;}
.pd10 {padding:10px !important;}
.pd15 {padding:15px !important;}
.pd20 {padding:20px !important;}
.pd25 {padding:25px !important;}
.pd30 {padding:30px !important;}
.pd35 {padding:35px !important;}
.pd40 {padding:40px !important;}
.pd45 {padding:45px !important;}
.pd50 {padding:50px !important;}

.ma0 {margin:0 !important;}
.pd0 {padding:0 !important;}

/*----- clearfix -----*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */