html {
/*	height:100%	*/
	overflow:auto;
}
*{
	margin:0;
	padding: 0;
}
body {
	height:100%;
	max-width:980px;
	width:100%;
	margin: 0px auto;
}
#main_opt {
	width:704px;
	height:auto;
	background-color:#f9f9f9;
	border:1px solid #aaa;
	margin:58px auto 0px auto;
	padding:10px;
}
.opt_idx {
	height:30px;
	line-height:30px;
	font-size:16px;
	background:#def0fc;
	color:#000;
	font-weight:normal;
	border-left:5px solid #b8d3e6;
	text-align:left;
	padding-left:5px;
}
.opt_idx.blue {
	background:#def0fc;
}
.opt_idx.blue.border {
	border-left:5px solid #b8d3e6;
}
.opt_idx.green {
	background:#dafddf;
}
.opt_idx.green.border {
	border-left:5px solid #b7e6bc;
}
#main_opt_s {
	width:570px;
	height:auto;
	background-color:#f9f9f9;
	border:1px solid #aaa;
	margin:5px auto 0px auto;
	padding:10px;
}
#main_opt_d {
	width:660px;
	height:580px;
	height:auto;
	background-color:#f9f9f9;
	border:1px solid #aaa;
	margin:5px auto 0px auto;
	padding:10px;
}
#main_opt_trial_t {
	width:704px;
	height:auto;
	margin:18px auto 0px 180px;
}
#main_opt_trial_tb {
	width:704px;
	height:auto;
	margin:18px auto 0px 185px;
}
#main_opt_trial {
	width:704px;
	height:auto;
	background-color:#f9f9f9;
	border:1px solid #aaa;
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
}
#tr_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#opt_title,
#opt_title_s,
#opt_title_d,
#opt_title_trial {
	height:33px;
	color:#1e428c;
	line-height:33px;
	padding-left:5px;
	background-repeat:no-repeat !important;
	border:none;
}
#opt_title {
	width:684px;
	background:url("/images/optTitleBg.png?20150326");
}
#opt_title_s {
	width:550px;
	background:url("/images/optTitleBg_s.png?20150326");
}
#opt_title_d {
	width:640px;
	background:url("/images/optTitleBg_d.png?20150326");
}
#opt_title_trial {
	width:704px;
	background:url("/images/optTitleBg_tr.png?20150326");
}

#opt_contents_trial {
	padding-left:10px;
}

input.opt_input {
	height:25px;
	line-height:25px;
	font-size:16px;
	border:1px solid #999;
	padding-left:3px;
}

/* IE7 Only */
*+html #main_opt {
	width:684px
}
*+html #main_opt_trial_t,
*+html #main_opt_trial {
	width:702px
}
*+html #pweditbtn,
*+html #pwhelpbtn {
	display:inline;
}
