@charset "utf-8";

/* リセット用 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{font-family: sans-serif;}
/* 見出し */
h2{
	width:100%;
	border: 1px solid #e5eeed;
	border-left: 10px solid #e5eeed;
	border-radius: 3px;
	margin-top: 0.3em;
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: larger;
	background-color: #f2f7f9;
}

h3{
	clear:both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	font-size: large;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #a6d7d8; /* Old browsers */
}

h3:first-letter{
	background-color: #F4FCFC;
	padding: 5px 10px;	
	margin-right: 10px;
	border-radius: 3px;
	color: #206868;
}

.widthFit{
    width:100%;
}

.radios input{
	display: none;
}
.radios label{
	display: block;
	float: left;
	cursor: pointer;
	width: 70px;
	margin: 0;
	padding: 8px 5px;
	border-right: 1px solid #abb2b7;
	border-bottom: 2px solid #7C989E;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radios label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.radios label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.radios input[type="radio"]:checked + label {
	background-color: #a6d7d8;
	color: #000;
}

/* ボタン */
.button{
	background-color: #e5eeed;
	border-top: 1px solid #e5eeed;
	border-left: 1px solid #e5eeed;
	border-right: 1px solid #e5eeed;
	border-bottom: 2px solid #e5eeed;
	border-radius: 3px;
}

/* 列挙リスト */
/*
dl dt{
	float: left;
	clear:both;
	width: 12em;
	text-indent : 1em;
    height: 2.5em;
    padding-top:5px;
    margin-bottom: 2px;
}
dl dd{
	margin-left: 13em;
    padding-top:5px;
    height: 2.5em;
	border-top: 2px dotted #CCCCCC;
}
dl dt:last-child + dd{
	border-bottom: 2px dotted #CCCCCC;
}
*/
.alpha{
    width:100%;
}
.alpha .row{
	border-bottom: 2px dotted #BBBBBB;
	margin-bottom:10px;
}
.alpha .title{
	text-indent : 1em;
    padding: 10px 0;
}
.alpha .input{
    padding: 10px 0 ;
	font-size:1.2em;
}

/* 中央揃え */
.center{
	width:100%;
	margin:0 auto;
	text-align: center;
}

/* サイドバーのfix設定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* フォント：小 */
.small{
	font-size: small;
}
/* フォント：極小 */
.x-small{
	font-size: x-small;
}

/* フォント：太 */
.bold{
	font-weight: bold;
}

/* フォント：RED */
.red{
	color: #B20000;
}

/* 必須項目 */
.required{
/*	background-color: #F4BEC3;
*/
	background-color: #e5eeed;
}
.required:after{
	content:" ※";
	color: #B20000;
	font-size: small;
	font-weight: bold;
}
/* 必須ではない項目 */
.nonrequired{
	background-color: #e5eeed;
}

/* 添付イメージ */
.tmpimg{
	width:100%;
}

/* 全体のコンテンツ幅 */
#header, #content{
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
}

/* メイン画像 */
#mainimg{
	width:100%;
	margin: 30px auto;
}
#mainimg img{
	width: 100%;
}

/* インフォメーション */
.information{
    width: 100%;
    margin: 0 auto 20px;
	background-color: #e5eeed;
	box-sizing: border-box;
	padding: 30px 20px;
}

.recruit .title{
	font-size:large;
	font-weight:bold;
	margin: 20px 0 10px; 
	padding:5px;
	background-color: rgba(255,255,255,0.6);
	border-radius:3px;
}

.recruit .kind{
	font-weight: bold;
	border-bottom: 1px dotted #444444;
	margin-bottom: 5px;
	margin-top:1em;
}

/* メールフォーム */
#mail form {
	margin: 10px;
}

#mail .globalerror{
	margin:0 10px;
	font-size: small;
}

#mail .fontimg{
	margin:5px;
}

#mail .payment label{
	width: 100px;
}

#mail .short{
	width: 9em;
}

#mail .middle{
	width: 15em;
}

#mail .long{
	width: 30em;
	max-width:100%;
}

#mail .wide{
	width: 100%;
}

#mail .button{
	padding: 3px 8px;
	font-size: small;
}
#mail .button:hover{
	background-color: #FFFFFF;
	color: #4D6637;
}

#mail .error{
	font-weight: bold;
	font-size: small;
	color: #B20000;
}

#mail input[type="text"]{
padding:5px;
border:0;
border:solid 1px #ccc;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.3);
box-shadow: 0px 1px rgba(255, 255, 255, 0.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
font-size:1.2em;
}
#mail textarea{
	font-size:1.2em;
}
input[type="submit"]{
	font-size:1.2em;
	margin-top:30px;
	padding:10px 20px;
	box-sizing:border-box;
}

.input label
{font-size:0.9em; margin-right:10px;}
#submit{
	margin-top: 30px;
}

#submit .button{
	background-color: #CEDD2A;
	font-size: large;
	font-weight: bold;
	padding: 15px 60px;
	margin: 0 auto;
	cursor: pointer;
}
#submit .button:hover{
	background-color: #FFFFFF;
	color: #4D6637;
}

#submit .buttonbak{
	background-color: #D8D8D8 !important;
}
#submit .buttonbak:hover{
	background-color: #FFFFFF !important;
	color: #9B9B9B !important;
}

#submit .inline{
	display: inline;
}

#confirm #text{
	margin: 10px;
}

#finish{
	text-align: center;
	line-height: 2em;
	margin: 50px auto;
}

#close
{
	clear: both;
	float: none;
	margin: 20px auto;
}
#close .button{
	font-size: large;
	font-weight: bold;
	padding: 15px 60px;
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
}
#close .button:hover{
	background-color: #FFFFFF;
	color: #4D6637;
}
#close .buttonbak{
	background-color: #D8D8D8 !important;
}
#close .buttonbak:hover{
	background-color: #FFFFFF !important;
	color: #9B9B9B !important;
}

.ziptoaddr{
	font-size:1em;
	padding:3px 20px;
	box-sizing:border-box;
	color:#333333;
}

/* 横幅769以上(PC想定) */
@media only screen and (min-width: 769px) {
	.mbbr{display:none;}
	.mbonly { display: none;}
} /* 横幅769以上(PC想定) */

/* 横幅768px以下(スマホ想定) */
@media only screen and (max-width: 768px) {
   .pcbr{display:none;}
   .pconly { display: none; }
}