

#page_header {
	width:950px;
	margin: 0 auto;
	padding:10px 0;
}
#page_header #top_logo {
	float:left;
}
#page_header .snsBlockH {
	float:right;
	padding:13px 0 0 0;
	vertical-align:top;
}
#page_header .snsBlockH .fb_iframe_widget {
	display:block;
	float:right;
	margin:0 0 0 40px;
}

#contents {
	width:950px;
	margin:0 auto;
}
#contents .h1Title {
	text-align:center;
}
#contents .section {
	width:950px;
	margin: 30px auto;
}
#contents .column2 {
	width:950px;
	margin:50px auto 0;
	overflow:hidden;
}
#contents .column2 .colL,
#contents .column2 .colR {
	width:471px;
}
.thanks #contents .column2 .colL{
	width:470px;
}
.thanks #contents .column2 .colR{
	width:480px;
}
#contents .column2.mission{
	width:953px;
	margin:23px auto 0;
	overflow:hidden;
}
#contents .column2.mission .colL {
	width:450px;
	margin-left:10px;
}
#contents .column2.mission .colR {
	width:482px;
}

#contents .column2 .colL {
	float:left;
}
#contents .column2 .colR {
	float:right;
}
#contents .column2 .colL .image,
#contents .column2 .colR .image {
	margin:5px 0 0 0;
}
#contents .column2 .colL .image + .image ,
#contents .column2 .colR .image + .image  {
	margin:10px 0 0 0;
}

#contents .column2 .colL .text,
#contents .column2 .colR .text {
	margin:10px 0 0 0;
	padding:0 10px;
}

#contents .notice {
	margin:20px auto 0;
	background-image:url(/monitor/monthly/1601/images/bg_notice.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:40px 25px 25px;
}


.thanks #contents .column2 .colL .text{
font-size:14px;
}
.thanks #contents .column2 .colL .text em{
font-style:normal;
color:#e53d00;
font-weight:bold;
}


/* ------------------------
 フォームエリア
------------------------ */
#entry_form{
	width: 950px;
	margin: 0 auto;
}
#entry_form .h2Title{
position:relative;
}
#entry_form .h2Title span{
color:#000;
font-size:20px;
position:absolute;
top:10px;
left:190px;
font-family: "\30e1\30a4\30ea\30aa", Meiryo, "\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3", "Hiragino Kaku Gothic ProN", "\ff2d\ff33 \ff30\30b4\30b7\30c3\30af", sans-serif;
font-weight:normal;
}

/*#form_area_wrap	{
	position:relative;
	height:425px;
}*/

#form_area_wrap	#tabArea {
	overflow:hidden;
	width:950px;
	margin:20px auto 0;
}
#form_area_wrap	#tabArea li {
	float:left;
	height:50px;
	cursor:pointer;
}
#form_area_wrap	#tabArea li#tab01 {
	border-right:2px solid #ffffff;
}

#form_area_wrap	.formArea {
	width: 910px;
	margin: 20px auto 0;
	line-height:1.3;
	background-color:#60b9bf;
	padding:20px;
}

#form_area_wrap	h1{
	text-align:center;
	margin-bottom:30px;
}
#form_area_wrap	h1.finish{
	margin-bottom:20px;
}

#form_area_wrap table {
	border-collapse: collapse;
	border: 1px solid #0093bf;
	width: 100%;
	margin-bottom: 20px;
}
#form_area_wrap table th {
	background-color:#ffffff;
	border-bottom: 1px solid #0093bf;
	border-right: 1px solid #0093bf;
	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: #ce2b37;
	font-size: 10px;
}

#form_area_wrap table td {
	width: 75%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #0093bf;
	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 div.mail_inner img {
	vertical-align:middle;
}

#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;
}



/* フォーム項目 */

#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;
}

.btnSubmit {
	width:352px;
	height:60px;
	overflow:hidden;
	background:url(/monitor/monthly/1601/images/btn_entry.png) no-repeat 0 0;
	border:none;
	border-style:none;
	cursor:pointer;
	text-indent: -9999px;
}
.btnSubmit:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;

}
.errmsg {
	color:#ff0000;
}

.snsInfo {
	margin:25px auto 0;
	width:950px;
}

#about_txt {
	width: 950px;
	margin: 30px auto;
	line-height:1.5em;
}
#about_txt table {
	border-collapse:collapse;
	border:1px solid #b5b5b5;
	width:100%;
	margin:15px auto 0;
}
#about_txt table th {
	background-color:#dddddd;
	padding:5px 0 5px 20px;
	font-weight:bold;
	text-align:left;
	width:20%;
	border-top:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
}
#about_txt table td {
	background-color:#ffffff;
	padding:5px 0 5px 20px;
	text-align:left;
	width:80%;
	border-top:1px solid #b5b5b5;
}
#about_txt table tr:first-child th,
#about_txt table tr:first-child td {
	border-top:none;
}
#about_txt .h3Title {
	margin:20px 0 0 0;
}
#about_txt h4 {
	margin:10px 0 0 0;
}
#about_txt .listDisc li {
	list-style-type: disc;
	list-style-position: inside;
}
#about_txt .listDisc li ul {
	list-style: none;
	padding-left: 10px;
	margin: 0;
}
#about_txt .listDisc li ul li {
	list-style: none;
}

.thanks .saleBlock {
	width:950px;
	height:160px;
	margin:15px auto 0;
	background-image:url(/monitor/monthly/1510/images/bg_sale.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
.thanks .saleBlock .title {
	position:absolute;
	top:25px;
	left:54px;
}
.thanks .saleBlock .btnArea {
	width:246px;
	position:absolute;
	top:15px;
	left:684px;
}

.fRed {
	color:#e53d00;
}

.end{
background-color: #60b9bf;
line-height: 1.3;
margin: 10px auto 0;
padding: 20px;
width: 910px;
}

.end h1.finish {
margin-bottom: 20px;
}
