@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common
//////////////////////////////////////////////////////////////*/

/*=======================================================
	shared
=======================================================*/
html {
	height: 100%;
	overflow-y:scroll;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #012D63;
	background: #023A80;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul li {
	list-style: none;
}
ol {
	padding-left: 1.5em;
}
p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/*-------------------------------------------------------
	link Color
-------------------------------------------------------*/
a {
	outline:none;
}
a:link {
	color: #012D63;
}
a:visited {
	color: #012D63;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

/*-------------------------------------------------------
	clearfix 
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*-------------------------------------------------------
	color
-------------------------------------------------------*/
.red {
	color: #E95548;
}
.blue {
	color: #0099CC;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #996600;
}
.green {
	color: #55B859;
}
.gray {
	color: #999;
}
.pink {
	color: #FF5055;
}
.white {
	color: #FFF;
}

/*-------------------------------------------------------
	font weight
-------------------------------------------------------*/
.b {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

/*-------------------------------------------------------
	margin
-------------------------------------------------------*/
/* top */
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}

/* bottom */
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

/* left */
.ml2_5em {margin-left: 2.5em !important;}
.ml3em {margin-left: 3em !important;}

/* right */
.mr0 {margin-right: 0px !important;}

/*-------------------------------------------------------
	padding
-------------------------------------------------------*/
/* top */
.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}

/* bottom */
.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}

/*-------------------------------------------------------
	text-indent
-------------------------------------------------------*/
.ti-2_5em {text-indent: -2.5em !important;}
.ti-3em {text-indent: -3em !important;}

/*-------------------------------------------------------
	align
-------------------------------------------------------*/
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.top {
	vertical-align: top;
}

/*-------------------------------------------------------
	float
-------------------------------------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/*-------------------------------------------------------
	width
-------------------------------------------------------*/
.w10per {width: 10%;}
.w20per {width: 20%;}
.w30per {width: 30%;}
.w31per {width: 31%;}
.w32per {width: 32%;}
.w33per {width: 33%;}
.w34per {width: 34%;}
.w35per {width: 35%;}
.w36per {width: 36%;}
.w37per {width: 37%;}
.w38per {width: 38%;}
.w39per {width: 39%;}
.w40per {width: 40%;}
.w41per {width: 41%;}
.w42per {width: 42%;}
.w43per {width: 43%;}
.w44per {width: 44%;}
.w45per {width: 45%;}
.w46per {width: 46%;}
.w47per {width: 47%;}
.w48per {width: 48%;}
.w49per {width: 49%;}
.w50per {width: 50%;}
.w51per {width: 51%;}
.w52per {width: 52%;}
.w53per {width: 53%;}
.w54per {width: 54%;}
.w55per {width: 55%;}
.w56per {width: 56%;}
.w57per {width: 57%;}
.w58per {width: 58%;}
.w59per {width: 59%;}
.w60per {width: 60%;}
.w61per {width: 61%;}
.w62per {width: 62%;}
.w63per {width: 63%;}
.w64per {width: 64%;}
.w65per {width: 65%;}
.w66per {width: 66%;}
.w67per {width: 67%;}
.w68per {width: 68%;}
.w69per {width: 69%;}
.w70per {width: 70%;}
.w80per {width: 80%;}
.w90per {width: 90%;}
.w100per {width: 100%;}


/*
=========================================================
	table
=========================================================
*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/*
=========================================================
	indent
=========================================================
*/
.note {
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.note2 {
	padding-left:1.5em;
	text-indent:-1.5em;
	display: block;
}

/*
=========================================================
	anchor_
=========================================================
*/
#anchor_top,
#anchor_outline,
#anchor_place,
#anchor_entry,
#anchor_table,
#anchor_primary,
#anchor_junior_w,
#anchor_junior,
#anchor_snapshot {
display:block;
text-indent:-9999px;
over-flow:hidden;
height:0;
}

#anchor_outline,
#anchor_place,
#anchor_entry,
#anchor_table {
	position: absolute;
	top: -80px;
}
