/****************************************
 共通
****************************************/
body	{
	padding:0;
	margin:0;
	font-size:.75em;
	}
section,
article	{
	display:block;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display:inline-block;
	zoom:1;/*for IE 5.5-7*/
}
 /* Hides from IE-mac \*/
  * html .clearfix {height: 1%;}
  .clearfix {display: block;}
/* End hide from IE-mac */

img {
	vertical-align: bottom;
	border: none;
}

h1,h2,h3 {
	margin: 0;
}

.txtcenter {
	text-align: center;
}

#txt_term{
width:100%;
background:#b80309;
text-align:center;
}


.left_box {
	float: left;
}

.right_box {
	float: right;
}


/****************************************
 タイトル
****************************************/
#main_visual h2 {
    height: 605px;
    position: relative;
    width: 100%;
    background: url("/monitor/thai/hajimete/images/form_main.jpg") no-repeat scroll 50% 0 #fff;
    background-size:cover;

}
#main_visual h2 .titleInner {
    display: block;
    margin: 0 auto;
    width: 950px;
}
#main_visual h2 .titleInner span {
    display: block;
}
#main_visual h2 .titleInner span.logo{
	padding-top:10px;
}
/* ------------------------
 フォームエリア
------------------------ */
#entry_form{
	width: 100%;
	margin: 0 0 80px;
	padding:80px 0 80px;
	background:#f9eaea;
}

#form_area_wrap	{
	width: 950px;
	margin: 0 auto 0;
	line-height:1.3;
}

#form_area_wrap	h1{
	text-align:center;
	margin-bottom:30px;
}

#form_area_wrap table {
	border-collapse: collapse;
	border: 1px solid #e1acb3;
	width: 100%;
	margin-bottom: 20px;
}
#form_area_wrap table th {
	background-color:#f7eac7;
	border-bottom: 1px solid #e1acb3;
	border-right: 1px solid #e1acb3;
	color: #333333;
	font-weight: normal;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-align:left;
}
#form_area_wrap table th p.mail_txt {

	line-height: 1.5;
}

#form_area_wrap table th p{
margin: 15px 0 10px;
}

#form_area_wrap table th span {
	color: #b80309;
	font-size: 10px;
}

#form_area_wrap table td {
	width: 75%;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #e1acb3;
	background-color: #FFF;
	line-height: 1.5;
	vertical-align: top;
}

#form_area_wrap table td div.mail{
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

#form_area_wrap table td div.mail_inner{
	padding: 5px 0;
}

#form_area_wrap table td .info{
	float: left;
	width: 170px;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 5px;
}

#form_area_wrap table td span {
	font-size: 10px;
}

#form_area_wrap table td img {
	padding-right:5px;
}



/* ------------------------
 フォーム本体
------------------------ */
.mailformPro	{
	margin:0;
	padding:0;
}

#mailfrom_hidden_object {
	width:1px;
	height:1px;
	overflow:hidden;
	}
#mailfrom_hidden_object input {
	margin:0;
	padding:0;
}
/* フォーム項目 */

#form_area_wrap input[type="text"] {
	padding: 2px 4px;
}

#form_area_wrap input[type="radio"],
#form_area_wrap input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 2px 5px 0;
}

/* Firefox用 placeholder調節 */
#form_area_wrap input:-moz-placeholder {
	color: #CCC;
}
*:-moz-placeholder:focus {
	color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
	color: graytext !important;
}

#form_area_wrap input#name,
#form_area_wrap input#mailAddress,
#form_area_wrap input#spAddress {
	width: 380px !important;
}

#form_area_wrap input.country {
	width: 180px !important;
	margin-right: 10px;
}

#form_area_wrap label{
	margin-left:3px;
	margin-right:7px;
	display: inline !important;
	border: none !important;
	background-color: transparent !important;
}
#form_area_wrap label#privacy_label {
	display: inline-block !important;
}
#form_area_wrap select {
	margin-left:5px;
	margin-right:3px;
}

#button_mfp_goconfirm {
	width:600px;
	height:90px;
	overflow:hidden;
	background:transparent url(/monitor/thai/hajimete/images/form_area_parent_btn.gif) no-repeat 0 0;
	border:none;
	border-style:none;
	cursor:pointer;
	text-indent: -9999px;
}
#button_mfp_goconfirm:hover {
	background-position: 0 -90px;
}
/* エラー */
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(/monitor/thai/hajimete/mailform/images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}
/****************************************
 応募条件
****************************************/

#about_txt{
	width: 950px;
	margin: 0 auto;
}

#about_txt table{
	width:950px;
	margin: 20px auto 40px;
	border:1px solid #DBDBDB;
	border-spacing:0;
}

#about_txt table th.last_item,#about_txt table td.last_item{
border-bottom: none;
}


#about_txt table th{
	background:#F6F6F6;
	width: 120px;
	padding:17px 17px 17px 20px;
	text-align: left;
	border-bottom:1px solid #DBDBDB;
	border-top: 1px solid #FFFFFF;
/border-top: none;
	border-left: 1px solid #FFFFFF;
}
#about_txt table td{
	background:#FFF;
	padding:10px 20px;
	border-bottom:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	line-height: 1.5;
}

#about_txt table td dd {
	margin: 0 0 12px 1em;
	text-indent: -1em;
	padding-left: 1em;
}

#about_txt h2{
	margin-bottom:10px;
}
#about_txt h3{
	font-size:12px;
	margin-left:15px;
	margin-bottom:5px;
}

ul.list-bullet{
	font-size:0.84em;
	list-style-image: url(/monitor/thai/hajimete/images/list_disc.gif);
	margin:0 0 20px 15px;
	padding:0;
	list-style-position: inside;
}

ul.list-bullet li{
	line-height:1.6em;
}

ul.list-bullet li ul {
	list-style: none;
	padding-left: 10px;
	margin:0;
}

ul.list-bullet li ul li {
	margin:0;
	padding:0;
}

*+html ul.list-bullet li ul li {
	margin-left: -1em;
}
/* ------------------------
 バナー
------------------------ */
#banner_area {
	padding-bottom: 32px;
	width: 950px;
	margin: 20px auto 0;
	z-index: 5;
}

#banner {
	text-align: center
}
/****************************************
 フッター
****************************************/
#footer950 {
	border-top: 1px solid #CCCCCC;
	margin: 20px auto 0;
	width: 950px;
}
#footer950 #license {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 950px;
}
#footer950 #license ul {
	margin: 10px auto;
	text-align: center;
	padding:0;
}
#footer950 #license li {
	display: inline;
	margin: 0 5px;
	padding:0;
}
#footer950 #copyright {
	margin: 15px 0 30px;
	text-align: center;
}
#footer950 #copyright ul {
	margin-bottom: 15px;
	text-align: center;
}
#footer950 #copyright li {
	background: url("/images/foot/dotted_line.gif") repeat-y scroll right center transparent;
	display: inline;
	font-size: 11px;
	padding: 0 8px 0 5px;
}
#footer950 #copyright ul .right_style {
	background: none repeat scroll 0 0 transparent;
}
#footer950 #copyright .img {
	font-size: 10px;
}
#footer950 #copyright .img img {
	vertical-align: -3px;
}
#footer950 #copyright_for_top {
	padding: 15px 0 30px;
	text-align: center;
	width: 950px;
}
#footer950 #copyright_for_top ul {
	text-align: center;
	padding:0;
}
#footer950 .line {
	border: 0 none;
	clear: left;
	font-size: 0;
	height: 0;
	margin: 0 auto;
	width: 950px;
}
#copyright_for_top ul .right_style {
	background: none repeat scroll 0 0 transparent;
}
#copyright_for_top ul li {
	background: url("../images/foot/dotted_line.gif") repeat-y scroll right center transparent;
	display: inline;
	font-size: 11px;
	padding: 0 8px 0 5px;
}
#copyright_for_top .img {
	font-size: 10px;
	margin: 15px 0 0;
}
#copyright_for_top p img {
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
}
#copyright_for_top p img.tabinavi_ftr {
	height: 25px;
	line-height: 14px;
	vertical-align: middle;
}

/****************************************
 thanks ページ
****************************************/
.thanks_page #main_visual h2 {
    height: 605px;
    position: relative;
    width: 100%;
    background: url("/monitor/thai/hajimete/images/thanks_main.jpg") no-repeat scroll 50% 0 #fff;
    background-size:cover;
}


#thanks_contents {
	background:#f9eaea;
	margin-top: 0;
}

#thanks_contents_In{
	width:950px;
	margin:0 auto 0;
	padding:80px 0 50px;
}


#thanks_contents h1{
	margin-bottom: 20px;
}

#thanks_contents .left_box {
	width: 440px;
	padding-top: 5px;
}

#thanks_contents .left_box p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0 30px 0 10px;
}

#thanks_contents .left_box p strong {
	color:#c14556;
}

#thanks_contents .left_box .note {
	font-size: 12px;
	line-height: 1.2;
}


#thanks_contents .right_box {
	width: 500px;
}

#thanks_contents .bnr_box{
	margin-top:45px;
}

#thanks_contents .bnr_box ul,
#thanks_contents .bnr_box li{
padding:0;
list-style:none;
}
#thanks_contents .bnr_box li.fll{
float:left;
}
#thanks_contents .bnr_box li.flr{
float:right;
}
#thanks_contents .bnr_box p.bnr_ttl{
background:url("/monitor/thai/hajimete/images/ico_link.gif") no-repeat;
padding-left:20px;
font-weight:bold;
font-size:14px;
}

/****************************************
 募集期間終了
****************************************/
.finish {
	color: #FF3300;
	font-weight: bold;
	font-size: 16px;
}

/* アンカーボタン */
.form-btn a{
	background:url(/tour/monitor/abroad/img/form_area_parent_btn02.png) no-repeat 0 0;
	width:426px;
	height:86px;
	display:block;
	margin:0 auto;
	text-indent:-99999px;
}
.form-btn a:hover{
	background:url(/tour/monitor/abroad/img/form_area_parent_btn02.png) no-repeat 0 -86px;
}

#copyright_for_top ul li {
background: url("/images/foot/dotted_line.gif") repeat-y scroll right center transparent;
}
#copyright_for_top p.center img{
	height:auto;
}