@charset "utf-8";
/*Reset
----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear:both;
}


/*共通
---------------------------------*/
body {
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	line-height: 100%;
}
img {
	vertical-align:bottom;
}
a {
	text-decoration:none;
	color:#ff3399;
	
}
a:hover {
	text-decoration:underline;
	
}

.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:10px;
}
.mt5 {
	margin-top:5px;
}

.prTxt1 {
	margin-bottom:20px;
}

.pink {
	color:#ff3399;
}

.txt10 {
	font-size:10px;
}

.btn {
	color:#fff;
	width:100px;
	margin:0 auto;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.btn a {
	color:#fff;
	display:block;
	padding:3px 5px;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.btn a:hover {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(51, 51, 51, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(51, 51, 51, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(51, 51, 51, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(51, 51, 51, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(51, 51, 51, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(51, 51, 51, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
}

/*layout
---------------------------------*/
header, footer {
	width:100%;
	background:url(../images/hader_bg.gif);
	padding:10px 0;
}
header #headTop, #container-in {
	width:940px;
	margin:0 auto;
}
header #headTop {
overflow:hidden;
}
#container {
	width:100%;
	background:url(../images/container_bg.gif);
	overflow:hidden;
}
#container-in {
	background-color:  rgba(255, 255, 255, 0.6);
	overflow:hidden;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
#menu {
	width:900px;
	margin:0 auto;
}
#wapper {
	width:900px;
	margin:0 auto 10px;
}
#maincontents {
	width:620px;
	float:left;
	font-size:12px;
}
#sidearea {
	width:260px;
	float:right;
	font-size:12px;
}
footer {
	overflow:hidden;
}

#footerGoTop {
	clear:both;
}

#footerGoTop-in {
	text-align:center;
	width:140px;
}

#footerGoTop-in img{
	display:inline-block;
	margin-right:3px;
}

#footerGoTop  a{
	color:#fff;
	text-decoration:none;
	background-color:#000;
	float:right;
	margin-right:20px;
	font-size:11px;
	white-space:nowrap;
	padding:5px 3px 3px 3px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-ms-border-top-left-radius: 5px;
}

#footerGoTop a:hover{
	background-color:#1a1a1a;
}

/*header
---------------------------------*/
#headLeft {
	float:left;
	width:235px;
	position:relative;
}
#headLeft p.area {
	position:absolute;
	color:#fff;
	left: 37px;
	top: 4px;
	font-size:14px;
}
#headRight {
	float:right;
	margin-top:5px;
}
/*navi
---------------------------------*/

nav#contsnav {
	position:relative;
	font-size:14px;
}
nav#contsnav ul {
	border:#cc6699 solid 1px;
	background:url(../images/menu_bg.jpg) repeat-x;
	height:40px;
}
nav#contsnav ul li {
	display:block;
	float:left;
	background:url(../images/menu_line.jpg) right no-repeat;
	/*height:40px;*/
}
nav#contsnav ul li a {
	display:block;
	padding:12px 12px;
	color:#fff;
}
nav#contsnav ul li a:hover {
	color:#660099;
}
nav#contsnav .allArea {
	width:180px;
	position:absolute;
	left: 740px;
	top: 10px;
	background:#660099 url(../images/icon_1.gif) no-repeat 175px 9px;
	padding:4px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
a.allArea:hover {
	background-color:#7a1ca9 !important;
}

.coming {
	display:block;
	padding:5px;
	color:#fff;
}

.coming span{
	display:block;
	font-size:10px;
}
/*menu
---------------------------------*/
#menu h1 {
	font-size:10px;
	padding:0;
}

/*パンクズ
---------------------------------*/
#headerBread {
    margin: 7px auto;
    text-align: left;
    width: 900px;
	font-size:12px;
	padding:0 20px;
}

#headerBread ul {
    background: url("../images/home.gif") no-repeat scroll 0 0 transparent;
    padding-left: 10px;
}

#headerBread ul li.home {
    padding-left: 10px;
}
#headerBread ul li {
    display: inline;
    line-height: 1.4;
}


#headerBread ul li a {
    background: url("../images/bread_arrow.gif") no-repeat scroll right center transparent;
    padding: 0 10px 0 0;
    white-space: nowrap;
}

/*maincontents
---------------------------------*/
h2 {
	position:relative;
	height:26px;
	border:#cccccc solid 1px;
	padding:12px 0 0 10px;
	margin-bottom:10px;
	font-size:16px;
	background: url(../images/h2_icon.gif) no-repeat rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(241, 241, 241, 1) 49%, rgba(225, 225, 225, 1) 50%, rgba(247, 247, 247, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(49%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(247, 247, 247, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(241, 241, 241, 1) 49%, rgba(225, 225, 225, 1) 50%, rgba(247, 247, 247, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(241, 241, 241, 1) 49%, rgba(225, 225, 225, 1) 50%, rgba(247, 247, 247, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(241, 241, 241, 1) 49%, rgba(225, 225, 225, 1) 50%, rgba(247, 247, 247, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(241, 241, 241, 1) 49%, rgba(225, 225, 225, 1) 50%, rgba(247, 247, 247, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
	padding-left:18px;
}
#wapper h2 img {
	display:block;
	position:absolute;
	left: 8px;
	top: 12px;
}

#maincontents h3 {
	clear:both;
	color:#fff;
	padding:5px;
	/*border:#000 solid 1px;*/
	border-bottom:#f11a88 solid 3px;
	background: rgb(14,14,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(57,58,57,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(57,58,57,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#393a39',GradientType=0 ); /* IE6-9 */
}

/*sidearea
---------------------------------*/
#entry {
	background:url(../images/sidearea_bg.gif);
	padding:10px 0;
	margin-bottom:10px;
}
#entry-in {
	border-top:#000 solid 4px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	background-color:#fff;
}
.entryTitle {
	background-color:#000;
	width:120px;
	text-align:center;
	margin:0 auto 10px;
	padding:3px 5px;
	color:#fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
}
.entryCont {
	width:240px;
	margin:0 auto;
}
.entryCont p {
	display:block;
}
.mailTitle {
	font-size:16px;
	color:#f11a88;
}
.mailTitle span {
	color:#000;
	font-size:12px;
}
.entryCont p span.mailTxt {
	display:block;
}
.entryCont a.mailImg {
	margin-bottom:5px;
	display:block;
}
.entryCont a.mailImg:hover {
	opacity: 0.8;
}
#entryContBox {
	padding:5px 10px;
}
.entryContBoxTel img, .entryContBoxform img, .entryContBoxMail img {
	display:inline-block;
	margin-right:5px;
}
.entryContBoxTel {
	margin-bottom:10px;
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
}
.entryContBoxTel a {
	display:inline-block;
	color:#000;
	font-size:31px;
}

.entryContBoxLine a {
	height:95px;
}


.entryContBoxLine a:hover img{
	opacity: 0.7;
}

.entryContBoxLine a img {
	display:block;
	height:95px;
	margin:0 auto;
	margin-bottom:10px;
}

.entryContBoxform {
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
	margin-bottom:5px;
}
 
.entryContBoxform a {
	display:inline-block;
	color:#000;
	font-size:15px;
	margin-top:2px;
	line-height:1.2;
}

/*sideareaBox*/
#sidearea h2 {
	margin-bottom:0;
}
.sideareaBox {
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	margin-bottom:15px;
	padding:10px;
	overflow:hidden;
}
.sideareaBoxTxt {
	/*padding:10px;*/
	margin-bottom:10px;
}
.sideareaBoxTxt p {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:#000 dotted 1px;
}
.sideareaBox .pickUpShop {
	overflow: hidden;
	border:#ccc solid 1px;
			background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
margin-bottom:10px;
}

.sideareaBox .pickUpShop a {
	display:block;
	overflow:hidden;
	color:#000;
}

.sideareaBox .pickUpShop a:hover{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(214, 214, 214, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
}

.sideareaBox .pickUpShop .pickUpName a {
	display:block;
	overflow:hidden;
	color:#fff;
	background:#000;
}

.sideareaBox .pickUpShop .pickUpName a:hover{
color:#fff;
text-decoration:underline;
}

.pickUpShop-in {
	overflow: hidden;
	padding:10px;

}
.pickUpImg {
	float:left;
	width:85px;
}

.pickUp {
	float:right;
	width:125px;
}

.sideareaBox .pickUpName {
	background-color:#000;
	color:#fff;
	padding:3px 5px;
}

.pickUp ul{
	width:132px;
	padding:0 5px;
}

.pickUp ul li{
	margin-bottom:2px;
}
.pickUp ul li span{
	display:inline-block;
	margin-right:3px;
}

.sideareaBox p.pickUpTxt {
	clear:both;
	padding-top:5px;
	font-size:12px;
}

.sideareaBox .pickUpTxt2 {
	float:right;
	background:url(../images/icon_7.gif) no-repeat 0 0;
	padding:0 0 0 25px;
}

p.prTxt {
		clear:both;
	display:block;
	width:900px;
	margin:0 auto;
	font-size:12px;
	margin-bottom:20px;
}

p.prTxt span{
	display:block;
	font-weight:bold;
}

/*footer
---------------------------------*/
footer {
	font-size:11px;
	padding-bottom:10px;
}

footer a{
	color:#999;
	text-decoration:underline;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}

#footer-in {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding:5px 0 0 0;
}
#footerLeft {
	float:left;
	width:593px;
	margin-bottom:15px;
}

#footerRight {
	position:relative;
	float:right;
	display:block;
	vertical-align:bottom;
	text-align:right;
	padding-top:10px;
}

#footerRight .mail {
	position:absolute;
	width:327px;
display:block;
text-align:right;
top:160px;
}

#footerRight img{
	display:block;
	margin-bottom:5px;
}

#footerRight a{
	text-decoration:none;
	font-size:13px;
}

#footerRight a:hover{
	color:#ff3399;
}

#footerContL {
	float:left;
	width:133px;
	color:#666;
}

#footerContL ul li{
	margin-bottom:4px;
}

#footerContR {
	position:relative;
	float:right;
	width:439px;
	color:#666;
}

#footerContR ul {
	float:left;
	width:133px;
}

#footerContR ul li{
	margin-bottom:4px;
}

footer h3{
	color:#ff3399;
	border-bottom:#666 solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

/*エリア一覧*/
footer .allArea {
	width:180px;
	position:absolute;
	left: 254px;
	top: -2px;
	background:#660099 url(../images/icon_1.gif) no-repeat 165px 6px;
	padding:1px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
footer a.allArea:hover {
	background-color:#7a1ca9 !important;
}

#cp {
	clear:both;
	color:#666;
	font-size:11px;
}

#cp span{
	display:inline-block;
	margin-left:3px;
}

#cp a{
	text-decoration:none;
	color:#666;
}

/*table.recruiInfo
***************************************************************/
table.recruiInfo{
	width:100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff; 
    empty-cells:show;
	margin-bottom:25px;
}

table.recruiInfo td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.7em 1em;
	/*font-size:86%;*/
	text-align:left;
}

table.recruiInfo th{
    /*border-right:1px solid #999999;*/
    border-bottom:1px solid #ccc;
	background-color:#f0f0f0;
    padding:0.85em 1em;
    text-align:center;
	font-weight:normal;
	/*font-size:100%;*/
	white-space: nowrap;
	width:21%;
}

/*リスト
***************************************************************/
.dlBox {
	line-height:1.4;
}

.dlBox {
}

.dlBox dt{
	border-bottom:#999 dotted 1px;
	padding-bottom:3px;
	font-weight:bold;
	
}

.dlBox dd{
	padding-top:3px;
	margin-bottom:25px;
}

/*フォームボタン*/

form input:not([type="radio"]), textarea {
    padding: 5px;
}

form input[type="submit"], form input[type="button"] {
	font-size:12px;
	color:#fff;
	width:100px;
	padding:5px 10px;
	margin:0 auto;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
border: 1px solid #000; 
}

form input:not([type="submit"]), textarea {
    border: 1px solid #ccc;    
    width: 50%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}


form .submit {
    margin: 20px auto 0;	
}

form .submit {
    margin-bottom: 3em;
    text-align: center;
}

form .submit input:hover{
	background-color:#a58b3d !important;
}

/*フォームテーブル*/
table.recruiBoxtb {
	width:100%
}

table.recruiBoxtb tr {
	border-bottom:#ccc dotted 1px;
	line-height:1.4;
}

table.recruiBoxtb th, table.recruiBoxtb td {
	padding:10px 0;
}

table.recruiBoxtb th {
	vertical-align:middle;
	width:20%;
}

.mailTxt2 {
	text-align:center;
	font-size:14px;
	border-bottom:#ccc solid 1px;
	padding-bottom:20px;
	line-height:1.6;
	margin-bottom:15px;
}

input#image-btn {
	margin:0 5px;
}

/*面接、体験入店の応募*/
.infoBtn {
	width:470px;
	margin:0 auto 0;
	padding-top:40px;
}

.infoBtn p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.infoBtn p span {
	font-size:12px;
	font-weight:normal;
}

.infoBtn .infoBtnBox {
	margin-bottom:15px;
}

.infoBtnLeft {
	display:block;
	margin-right:10px;
	float:left;
}

.infoBtn a:link{
}

.infoBtn a:hover{
	opacity: 0.92;
}

 .infoBtnBox a img.infoBtnLeft:hover {
	 opacity: 0.92;
}

.infoBtn .infoBtnMail {
	clear:both;
	width:230px;
	margin:0 auto;
}

/*面接、体験入店の応募 サイドバー*/
.tikenTitle {
	background-color:#660099;
	color:#fff;
	font-size:16px;
	padding: 6px 5px 2px;
}

.tikenTitle span{
	font-size:11px;
}

.tikenBox{
	clear:both;
	overflow:hidden;
}

.tikenBoxDot {
    border-bottom:1px dotted #000000;
	margin-bottom:5px;
	margin:0 0 5px;
	padding: 0 0 5px;
}

.tikenBox img{
	display:block;
	float:left;
}
.tikenBox span{
	display:block;
	width:220px;
}

.tikenBoxLink a:link {
	color:#000;
}

.tikenBoxLink a:visited  {
	color:#000;
}

.tikenBoxLink a:hover {
	color:#000;
}

/*面接、体験入店の応募 サイドバー*/
.tikenTitle {
	background-color:#660099;
	color:#fff;
	font-size:16px;
	padding: 6px 5px 2px;
}

.tikenTitle span{
	font-size:11px;
}

.tikenBox{
	clear:both;
	overflow:hidden;
}

.tikenBoxDot {
    border-bottom:1px dotted #000000;
	margin-bottom:5px;
	margin:0 0 5px;
	padding: 0 0 5px;
}

.tikenBox img{
	display:block;
	float:left;
}
.tikenBox span{
	display:block;
	width:220px;
}

.tikenBoxLink a:link {
	color:#000;
}

.tikenBoxLink a:visited  {
	color:#000;
}

.tikenBoxLink a:hover {
	color:#000;
}