@charset "utf-8";
/* PSEDO CLASS
----------------------------------------*/
xa {color:#2C3E6C;text-decoration:none;}
xa:hover {color:#2C3E6C;text-decoration:underline;}
a img { border:none; }
a:hover img{opacity:0.7;}
.required{
	font-size:0.8em;
	font-weight:bold;
	color:#e00;
	margin:0 .5em;
	}
.err{
	font-size:.9em;
	color:#ff4b5a;
	background-color:#ffeef4;
	border-radius:3px;
	padding:3px 5px;
	margin:5px 5px 0 0;
	display:inline-block;
	}
.sample{
	color:#aaa;
	font-size:.9em;
	margin-left:.5em;
	display:inline-block;
	}
/* FORM
----------------------------------------*/
#left_pane label span {
	display: inline-block;
	vertical-align:middle;
	margin:0 .5em;
}
#left_pane label {
	display:inline-block;
	xmargin:.2em .5em;
	margin:.2em 0;
}
#left_pane input[type="text"], input[type="password"], select, textarea {
	background:#f5f5f5;
	border:1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:2px 5px;
	display:inline-block;
	margin:5px 0;
}
#left_pane input[type="text"], input[type="password"] {
	height:22px;
}
#left_pane select {
	height:24px;
}
#left_pane textarea {
	height:100px;
	width : 80%;
	width : -webkit-calc(80% - 12px);
	width : calc(80% - 12px);
	font-size:1em;
	font-weight:normal;
	resize:both;
}
#left_pane textarea {
	margin-top:.5em;
}
#left_pane table td input[type="radio"], table td input[type="checkbox"] {
	margin:0 5px 0 5px;
}
#left_pane table td input[type="text"], table td input[type="password"] {
	margin:.5em 0;
	display:inline-block;
}
.wm {
	width : 98%;
	width : -webkit-calc(100% - 12px);
	width : calc(100% - 12px);
}
/* ==================================================
	BASE
================================================== */
#groundbox {
	margin:0 auto;
	width:100%;
	min-width:1068px;
	background-color:#FFFFFF;
}
#header {
	width:1068px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	position:relative;
}
/*
#header img{
	width:100%;
	height:auto;
	}
*/
#contentbox {
	margin:0px;
	text-align:left;
	width:1068px;
	margin:0 auto;
}
#contentbox #left_pane {
	float:left;
	width:728px;
	margin-right:20px;
}
* html #contentbox #left_pane { 
	margin-right:20px;
}
#contentbox #right_pane {
	float:left;
	width:300px;
	background-color:#F1F1F1;
	margin-bottom:10px;
}
#contentbox #right_pane img{
/*	width:100%; */
	height:auto;
	}
#footer{
	text-align:center;
	background-color:#1A1F25;
	}

/* ==================================================
	clearfix
================================================== */
br.clear {
	clear:both;
	font-size : 0px ;
}

div.clear {
	clear:both;
	float:none;
	font-size:0px;
	overflow:hidden;
	height:1px;
	width:1px;
}

.fbox {
	zoom: 100%;
}

.fbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*\*//*/  height: auto;  overflow: hidden;  /**/
}
*:first-child+html .cf {
	zoom: 1;
} /* IE7 */
