@charset "utf-8";


/* ------ ------ ------ ------ ------ ------ ------ ------
 contact
 ----- ------ ------ ------ ------ ------ ------ ------ */

.context{
	padding: 10px;
}
.entryBody h1 {
	padding-left: 16px;
	border-bottom: 3px solid #194ba0;
}
.entryBody h2{
    background: #ddf1e3;
    border-left: 6px solid #00a13a;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}
.entryBody h3{
    border-left: 10px solid #194ba0;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-left: 15px;
}
.entryBody section{
	margin-bottom: 40px;
}
figure{
	margin: 0;]
	padding: 0;
}
.err {
    display: block;
    color: #d00;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#wrap {
		width: 100%;
	}
}

.entryBody span.required{
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	font-size: 10px;
	display: inline-block;
	color: #FFF;
	background: #ff7a45;
}

.entryBody ul li{
	float:inherit;
	border:none;
	margin: 0;
	position: static;
	width: auto;
	cursor: auto;
}

/* ------ ------ ------ ------ ------ ------ ------ ------
 form common
 ----- ------ ------ ------ ------ ------ ------ ------ */
.requiredText{
	color: red;
	font-weight: bold;
}
form table{
	width: 100%;
	margin: 0 auto 40px;
	border-left: 1px solid #BABABA;
	border-top: 1px solid #BABABA;
	border-collapse: collapse;
	border-spacing: 0;
}
form table th,
form table td{
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
}
form p{
	margin: 0 auto 0.5em;
}
form table th{
	padding: 16px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	}
form table td{
	padding: 16px;
}
form table td ul{
	padding: 0;
}
form table td ul li {
	padding: 5px 0 5px 13px;
    padding-left: 13px;
    list-style: none;
    text-indent: -13px;
}
form table th span.required{
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	font-size: 10px;
	display: inline-block;
	color: #FFF;
	background: #ff7a45;
}
form table th span.fszSmall{
	font-size: 10px;
}
form table input,
form table textarea,
form table select{
	padding: 5px;
	border: 1px solid #CCC;
}
form table input:focus,
form table textarea:focus{
	border: 1px solid #06712B;
}
form table input{
	width: 50%;
}
form table textarea{
	width: 90%;
	height: 10em;
}
form table select{
	width: 70%;
}
form table input#email,
form table input#email2,
form table input#emailConf,
form table input#address1,
form table input#address2,
form table input#address3
{ width: 70%;}

form table input#name1,
form table input#name2,
form table input#kana1,
form table input#kana2,
form table input#zip
{ width: 10em;}

form table input#year
{ width: 4em;}

form table input#age,
form table input#month,
form table input#day
{ width: 2em;}

form table select#prefectures
{ width: 12em;}

form table textarea#address
{height:5em;}

/* */
form table input.experience,
form table input.kikkake,
form table input.contentSelect,
form table input.chanceOfInquiry
{ width: 1em; margin-right: 0.2em;}

form input[value="　送信する　"],
form input[value="前画面に戻る"] {
    margin: 0 8px 10px;
    padding: 10px 16px;
    background-color: #194ba0;
    border: none;
    border-bottom: 5px solid #009;
    color: #fff;
    font-size: 1.6em;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	cursor:pointer;
}
form input[value="　送信する　"]:hover,
form input[value="前画面に戻る"]:hover {
    border-bottom: 5px solid #194ba0;
}

.submitArea {
    margin-bottom: 30px;
}
.submitArea p{
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}
.submitArea button{
	display: block;
	width: 300px;
	height: 52px;
	margin: 0 auto;
	background-color: #194ba0;
	color: #fff;
	font-size: 1.6em;
	cursor: pointer;
	border: none;
	border-bottom: 5px solid #009;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.submitArea button:hover{
	border-bottom: 5px solid #194ba0;
}
.submitArea button.disabl,
.submitArea button.disabl:hover {
	background-color: #999;
	border-bottom: 5px solid #999;
	cursor: inherit;
}

.thanksArea {
	margin-left:30px;
}
.thanksArea p{
}

@media screen and (max-width: 640px) {
	form table{
		width: 100%;
		border-left: none;
		border-top: none;
	}
	form table th,
	form table td{
		display: list-item;
		border-right: none;
		border-bottom: none;
		list-style: none;
	}
	form p{
		width: 100%;
	}
	form table th{
		padding: 12px;
		white-space: normal;
		}
		.contact.form.service form table th,
		.contact.form.debug form table th {
			width: auto;
		}
	form table td{
		padding: 12px 4px;
	}
    form table input#name1,
    form table input#name2,
    form table input#kana1,
    form table input#kana2
    { width: 10em;}
} /* @media */


/* ------ ------ ------ ------ ------ ------ ------ ------
 開発のご依頼に関するお問い合わせ
 ----- ------ ------ ------ ------ ------ ------ ------ */

/* ------ ------ ------ ------ ------ ------ ------ ------
 職種別選考会エントリーフォーム
 ----- ------ ------ ------ ------ ------ ------ ------ */
.contact.form.recruit form table td ul {
    padding-left: 1em;
    overflow: hidden;
}
.contact.form.recruit form table td ul li {
    float: left;
    padding-right: 2em;
    list-style: disc;
    list-style-position: inside;
    white-space: nowrap;
}
@media screen and (max-width: 640px) {
    form table td ul li {
        float: none;
    }
} /* @media */


/* ------ ------ ------ ------ ------ ------ ------ ------
 デバッガー登録フォーム
 ----- ------ ------ ------ ------ ------ ------ ------ */
.contact.form.debug form table td select#month,
.contact.form.debug form table td select#day {
    width: 4em;
}
.contact.form.debug form table td input#genre,
.contact.form.debug form table td input#title,
.contact.form.debug form table td input#game,
.contact.form.debug form table td input#start_day,
.contact.form.debug form table td input#week,
.contact.form.debug form table td input#time,
.contact.form.debug form table td input#period,
.contact.form.debug form table td input#place {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .contact.form.debug form table td ul li {
    }
} /* @media */