@charset "utf-8";

/*==========================================================
	コンテンツエリア
==========================================================*/
.contents_area{
	width: 100%;
	margin: 1px auto;
}

.contents_area ul{
	width: 100%;
	text-align: center;
}

.contents_area li{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.conts_textbox{
	position: absolute;
	top: 0px;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
}

.conts_textbox .en{
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.conts_textbox .ja{
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

/* コンテンツヘッダー */
.conts_head  {
	top: 40%;
	left: 0px; right: 0px;
	margin: 0px auto 0px;
	color: #FFFFFF;
}



/*==========================================================
	応募フォーム (枠)
==========================================================*/
.enq_body{
	width: 100%;
	margin: 0px auto;
	padding: 10px;
}

.f_box{
	margin: 0px 0px 20px 0px;
}

.title{
	padding: 5px 0px 5px 10px;
	line-height: 1.4em;
	text-align: left;
	background-color: rgba(170,137,190,0.6);
}

.koumoku{
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.05em;

}

.cyuuki{
	color: #0000DD;
	font-size: 12px;
}

.s_cyuuki{
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
}

.cont{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	color: #000000;
	text-align: left;
	font-size: 12px;
	border-style: solid;
	border-color: #D0D0D0;
	border-width: 0px 1px 1px 1px;
	background-color: #EFEFEF;
}

.cont select,
.cont input[type="text"]{
	height: 25px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	line-height: 25px;
	font-size: 14px;
}

.cont table{
	width: 100%;
}

.cont table tr td{
	width: 200px;
}

.cont textarea{
	width: 97%;
	margin: 0px auto;
	padding: 2px 5px;
	font-size: 14px;
}


/*==========================================================
	アンケートフォーム (送信ボタン)
==========================================================*/
.submit{
	margin: 10px auto;
	padding: 10px;
	text-align:center;
	color: #666666;
	border: solid 2px #D0D0D0;
}

.button{
	position: relative;
	width: 150px; height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0px 3px 0px #7D5794;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	border: 0px;
	border-radius: 4px;
	background-color: #896C9A;
}

.button:hover{
	box-shadow: 0px 3px 0px #5A3B6D;
	background-color: #9F72BB;
}

.button:active{
	top: 3px;
	box-shadow: none;
}


/*==========================================================
	応募フォーム (入力内容確認)
==========================================================*/
.kakunin{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


/*==========================================================
	応募フォーム (送信不可)
==========================================================*/
.att{
	color: #FF00FF;
}


/*==========================================================
	応募フォーム (送信完了)
==========================================================*/
#outbox{
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	color: #333333;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border:double 3px #D0D0D0;
	background-color : #F6F6F6;
}

#outbox span{
	display: block;
	margin: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}

#at_text{
	margin: 10px auto;
	line-height: 1.6em;
	color: #333333;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
}

#at_mess{
	width: 100%;
	margin: 0px auto;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
