@charset "UTF-8";

.om_model a
{
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
}
.om_models
{
	margin: 0px auto;
}
.om_modelbox
{
	float: left;
	margin: 8px;
	width: 200px;
	height: 240px;
	background-color: #E0E0FF;
	border-radius: 8px;
	border: 4px solid #E0E0FF;
	overflow: hidden;
	box-shadow: 2px 2px 2px 2px rgba(0,0,64,0.2);
}
.om_model
{
	width: 200px;
	height: 240px;
}
.om_typecd
{
	text-align: center;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666699;
}
.om_wimage
{
	text-align: center;
	height: 200px;
}
.om_serial
{
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-color: #F8F8FF;
}

.repair
{
	color: #666666;
}
.repair td
{
	background-color: #F0F0F0 !important;
}

.loginbg
{
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.loginbgimg
{
	position: absolute;
	top: 20px;
	left: 0px;
}

.loginbox
{
	position: absolute;
	top: 200px;
	left: 0px;
	right: 0px;
	height: 200px;
	z-index: 10;
	border-collapse: collapse;
}
.loginbox table
{
	margin: 0px auto;
	width: 250px;
	height: 200px;
}
.loginbox .textbox
{
	width: 250px !important;
	height: 20px;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 5px;
}
.loginbox .hdtd
{
	height: 24px;
	text-align: center;
	font-size: 16px;
}
.loginbox .mltd
{
	height: 30px;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}
.loginbox .pwtd
{
	height: 30px;
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
}
.loginbox .othlink
{
	font-size: 15px;
	line-height: 2;
}

.loginbtn
{
	height: 36px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(192,64,64,1) 0%, rgba(64,0,0,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(192,64,64,1) 0%, rgba(64,0,0,1) 100% );
}
.loginbtn:hover
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(256,64,64,1) 0%, rgba(128,0,0,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(256,64,64,1) 0%, rgba(128,0,0,1) 100% );
}
.loginbtn a
{
	padding: 3px 0px;
}
.loginbtn a:hover
{
	color: #660000;
}

.apply_additemtr a
{
	color: #99CCFF !important;
}
.agreement
{
	width: 95%;
	height: 150px;
	margin: 5px 0px 10px 0px;
}

.pub_box
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333333;
}
.pub_box a
{
	color: #336699;
}
.pub_box_hd
{
	font-size: 15px;
	font-weight: bold;
	text-indent: 1.5em;
	line-height: 1.75;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 25%, rgba(229,229,229,1) 75% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 25%, rgba(229,229,229,1) 75% );
}
.idx_watch_model
{
	margin: 20px 20px 0px 20px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
.pub_box > h2+.idx_watch_model
{
	padding-top: 0px !important;
	border-top: none !important;
}
.idx_watch_model_img
{
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.idx_watch_model_txt
{
	float: left;
	line-height: 1.5;
	vertical-align: top;
}
.idx_watch_model_name,
.idx_watch_model_type
{
	font-size: 15px;
	font-weight: bold;
}
.idx_watch_serial
{
	margin: 15px 0px 0px 0px;
	padding: 5px 10px;
	background-color: #F8F8F8;
}
.idx_watch_hd
{
	display: inline-block;
	background-color: #00285f;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 1;
	padding: 4px 8px;
	margin: 5px 0px;
}
.idx_watch_ohlim
{
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	color: #DD0000;
}


.controlbox
{
	padding: 5px;
	background-color: rgba(192,192,192,0.75);
	border-radius: 6px;
}
.controlbox_u
{
	margin-bottom: 10px;
}
.controlbox_d
{
	margin-top: 10px;
}
.controlbox li
{
	display: inline-block;
}


.pub_list
{
	margin: 10px 20px;
	line-height: 2;
	vertical-align: middle;
}

.pub_list_color
{
	border-collapse: collapse;
	margin: 10px;
	line-height: 1.5;
	vertical-align: middle;
}
.pub_list_color th
{
	border: 1px solid #AABBCC;
	background-color: #00285f;
	padding: 3px;
	font-size: 13px;
	color: #CCCCCC;
}
.pub_list_color td
{
	background-color: #FCFCFF;
	border: 1px solid #AABBCC;
	padding: 3px;
	vertical-align: top;
}
.list_watch_model_img
{
	min-width: 30px;
	width: 100px;
	padding: 3px !important;
}
.pub_list_color a
{
	text-decoration: underline !important;
}

.morelink
{
	text-align: right;
	margin-right: 10px;
}

.info_list
{
}
.infotitle
{
	background-color: #CCDDFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 6px 6px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
}
.infodate
{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.infocont
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 0px 0px 6px 6px;
	line-height: 1.5;
	color: #333333;
	padding: 10px;
}

.pub_dtl
{
}
.pub_dtl th
{
	min-width: 60px;
	padding: 4px 8px;
	text-align: right;
}
.dtl_watch_model_img
{
	width: 200px;
	padding: 5px !important;
}

.abt_serial_imgs
{
	padding: 10px;
}
.abt_serial_imgs h3
{
	font-size: 15px;
	font-weight: bold;
	line_height: 2;
	vertical-align: middle;
	color: #666666;
}
.abt_serial_imgs h3 span
{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.abt_serial_imgs .imgbox
{
	float: left;
	margin: 10px;
	border: 1px dashed #999999;
	border-radius: 12px;
	max-width: 210px;
	overflow: hidden;
}


@media only screen and (min-width: 480px) {

	.loginbox
	{
		top: 260px;
	}

}
@media only screen and (min-width: 600px) {

	.loginbox
	{
		top: 320px;
	}

}
@media only screen and (min-width: 800px) {

	.loginbox
	{
		top: 360px;
	}
	.pub_list_color
	{
		margin: 20px;
	}
	.pub_list_color th
	{
		font-size: 14px;
		padding: 4px 6px;
	}
	.pub_list_color td
	{
		padding: 4px 6px;
	}
	.list_watch_model_img
	{
		padding: 5px !important;
	}
	.pub_dtl th
	{
		min-width: 120px !important;
	}

}