@charset "utf-8";
/* http://www.arts21.jp */
/* mailto : info@arts21.jp */
/* Copyright (C) 2011 Commercial Art's Corporation. All rights reserved. */


/*
===================================================
	基礎
===================================================
*/
body {
	width: 100%;
	font: 16px/1.231 "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",arial,sans-serif;
	/*background: #538EB0 url(../images/header_bg.png) repeat left top;
	-webkit-background-size: 42px 5px;
	-moz-background-size: 42px 5px;
	-o-background-size: 42px 5px;*/
	background: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0),
only screen and (min-device-pixel-ratio: 0) {
	/*.ui-page {
		background-image: url(../img/bg_body.jpg);
		-webkit-background-size: 480px 320px;
	}*/
}
@media screen and (min-width:480px){
	/*.ui-page {
		background-image: url(../img/bg_body.jpg);
		-webkit-background-size: 100% auto;		
	}*/
}
a {
	-webkit-tap-highlight-color:rgba(255,153,0,0.35);
	outline: none;
	color: #0D78C8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4,h5,h6 {
	font-size: 16px;
	font-weight: normal;
}
p,small,address,figcaption {
	font-size: 16px !important;
	line-height: 1.6;
}
address {
	font-style: normal;
}
dt,dd,li {
	font-size: 16px !important;
}
dd {
	margin-left: 0;
}

/* ---------------------------------------
	テーブル
----------------------------------------*/
table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	line-height: 1.4;
	background: #ffffff;
}
table th,
table td {
	font-size: 16px !important;
}


/*
===================================================
	header
===================================================
*/

#header {
	background: none;
	height:52px;
	margin: 0;
	padding: 10px;
	position: relative;
}
#header h1 {
}
#header h1 a {
}

/* -------------------------------
	メインナビ
------------------------------- */
#navArea {
}
#spMenu {
	display: block;
}
#spMenu a {
	position: absolute;
	right: 10px;
	top: 10px;
}
#mainNav {
	display: none;
}  
#pageslide {
	width: 16em;
	height: auto;
	position: absolute;
	/*position: fixed;*/
	top: 0;
	background: #F7F7E3;
	z-index: 999999;
	-moz-box-shadow:inset 1px -1px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 1px -1px 4px rgba(0,0,0,0.25);
	box-shadow:inset 1px -1px 4px rgba(0,0,0,0.25);
	-moz-border-radius: 0 0 0 11px;
	-webkit-border-radius: 0 0 0 11px;
	border-radius: 0 0 0 11px;
}
#pageslide a {
	color: #000;
	font-size: 16px;
}
#pageslide #modal {
	margin: 0;
	padding: 0 0 0 1px;
}
#pageslide #modal li a {
	padding: 15px;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DBD7C1;
	position: relative;
	background: url(../img/icon_pc.png) no-repeat right center;
	-webkit-background-size: 27px 15px;
	-moz-background-size: 27px 15px;
	-o-background-size: 27px 15px;
}
#pageslide #modal > li:last-child a {
	border-bottom: none;
}
#pageslide #modal li.spSite > a {
	background: none;
}
#pageslide #modal li.spSite > a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #BFB891;
}
#pageslide #modal li.spSite > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #F7F7E3;
}
/*#pageslide #modal li li {
	background-color: rgba(0,0,255,0.1);
}*/
#pageslide #modal li li a {
	padding: 10px 10px 10px 1.75em;
}
#pageslide #modal li#bClose a {
	color: #FF8000;
	background-image: url(../img/icon_close.png);
}


/*
===================================================
	content
===================================================
*/

#content {
	margin: 0 10px;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#content .unit {
	width: 100%;
}


/*
===================================================
	figure
===================================================
*/
/*@media screen and (max-width: 320px){
	#content figure.fRight,
	#content figure.fLeft {
		float: none !important;
		width: 100%;
	}
	#content figure.fRight img,
	#content figure.fLeft img {
		width: 100%;
		height: auto;
	}
	#content figure.fRight figcaption,
	#content figure.fLeft figcaption {
		margin-left: 0;
	}
}*/
.alignleft,
.alignright,
div.alignleft img,
div.alignright img,
#content figure.fLeft,
#content figure.fRight,
#content figure.fLeft img,
#content figure.fRight img {
	max-width: 200px;
	height: auto;
}


/*
===================================================
	footer
===================================================
*/

#footer {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}
#footer #pageTop {
	position: absolute;
	right: 10px;
	top: -33px;
}
#footer div {
	margin: 0;
	padding: 10px;
	color: #000;
	clear: both;
	background: url(../../img/common/bg_footer.png) repeat left top;
	border-bottom: 1px solid #DBD7C1;
}
#footer div h1 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
#footer div a {
	color: #000;
}
#footer div address {
	padding: 5px 0;
	font-size: 14px !important;
	line-height: 18px;
}
#footer div address img {
	padding-right: 3px;
}
#footer small {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #FFF;
	color: #A49C68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	text-align: center;
	background: #F7F7E3;
	display: block;
}


/*
===================================================
	about
===================================================
*/

.tblDatetime td {
	text-align: center;
}


/*
===================================================
	recruit
===================================================
*/

.recruitTop {
}
.recruitTop p img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#recruitBanner {
	position: relative;
	overflow: hidden;
}
#recruitBanner li {
		text-align: center;
}
#recruitBanner li:first-child {
	margin-bottom: 20px;
}
#commentArea {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
@media screen and (min-width:480px){
	#recruitBanner li {
		width: 50%;
		height: auto;
		float: left;
	}	
	#recruitBanner li:first-child {
		margin-bottom: 0;
	}
	#recruitBanner li img {
		width: 95%;
		height: auto;
	}
	#commentArea {
		clear: both;
	}
}


/*
===================================================
	job
===================================================
*/

#content .job {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	background: url(../../img/common/dotline_01.png) repeat-x left bottom;	
}
#content .job p.bEntry {
	margin: 30px 0 0 0;
}
#content .job p.bEntry a {
	width: 10.5em;
	margin: 0 auto;
	padding: 15px 30px 15px 45px;
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, -moz-linear-gradient(top,  #ffffff 30%, #f0f0e1 100%); /* FF3.6+ */
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#f0f0e1)); /* Chrome,Safari4+ */
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, -webkit-linear-gradient(top,  #ffffff 30%,#f0f0e1 100%); /* Chrome10+,Safari5.1+ */
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, -o-linear-gradient(top,  #ffffff 30%,#f0f0e1 100%); /* Opera 11.10+ */
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, -ms-linear-gradient(top,  #ffffff 30%,#f0f0e1 100%); /* IE10+ */
	background: url("../../img/common/li_mark_02.png") no-repeat 25px center, linear-gradient(to bottom,  #ffffff 30%,#f0f0e1 100%); /* W3C */
	-moz-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #CECEBF;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 1.166667em;
	color: #000;
	display: block;
}


/*
===================================================
	message
===================================================
*/

#content .message {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:479px){
	#content .message img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
	}
}


/*
===================================================
	entry
===================================================
*/

#messageStep02 {
	display: none;
}
#content #messageStep01 p {
	margin-bottom: 10px;
}
#content .disc {
	margin-top: 0;
}
#content .disc li {
	font-size: 13px !important;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
#content .disc li:before {
	content: '※';
	color: #F00;
}
#trust-form th {
	width: 20% !important;
	min-width: 6.5em;
}
#trust-form select,
#trust-form [type="text"] {
	width: 90% !important;
}
/*.contact-form-input #message-container-input,
.contact-form-confirm #message-container-confirm {
	margin: 20px 0;
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
	background: #FFF;
	border-bottom: 3px solid #2B9990;
	-moz-box-shadow: 0 0 4px 0 #cccccc;
	-webkit-box-shadow: 0 0 4px 0 #cccccc;
    box-shadow: 0 0 4px 0 #cccccc;
}*/
.contact-form-input #message-container-input,
.contact-form-confirm #message-container-confirm,
.contact-form-finish #message-container-confirm .status {
	margin: 0 0 20px 0 !important;
	padding: 13px 13px 13px 23px !important;
	background-image: url(../../img/common/li_mark_h3.png), url(../../img/common/bg_h3.png) !important;
	background-repeat: no-repeat, repeat !important;
	background-position: 10px center, left top !important;
	-moz-border-radius: 9px !important;
	-webkit-border-radius: 9px !important;
	border-radius: 9px !important;
}
#confirm-button {
	margin-bottom: 30px !important;
}


/*
===================================================
	form
===================================================
*/

/* ---------------------------------------
	text
----------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	width: 94%;
	padding: 7px;
	font-size: 16px;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 12%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(12%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 12%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 12%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 12%); /* W3C */
	/*-webkit-border-radius: 5px;
	border-radius: 6px;*/
    border: 1px solid #999;
}
textarea {
	width: 94%;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* ---------------------------------------
	select
----------------------------------------*/
select {
	width: 60%;
	padding: 7px;
	font-size: 16px;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 12%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(12%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 12%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 12%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 12%); /* W3C */
	-webkit-border-radius: 5px;
	border-radius: 6px;
    border: 1px solid #666;
	height: 38px;
}

/* ---------------------------------------
	checkbox
----------------------------------------*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

label {
	/*margin-bottom: 15px;*/
	/*margin-top: 5px;*/
	display: inline-block;
	/*font-size: 16px;*/
}
div > label {
	margin-bottom: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}