@charset "utf-8";

/*
===========================================================================
| 			site common style
===========================================================================
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,
embed{
	vertical-align: top;
}
hr,legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
li{
	list-style-type: none;
}
body{
	background-color: #ffffff;
	color: #000000;
	font-size: 83%;
	font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 150%;
}


/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a:link{
	color: #0033cc;
	text-decoration: underline;
}
a:visited{
	color: #660066;
	text-decoration: underline;
}
a:hover{
	color: #000099;
	text-decoration: none;
}
/*----------------------------------------------------------------------
/			clearfix 
/----------------------------------------------------------------------*/
.clearfix:after{
 	content:"."; 
 	display:block; 
 	height:0; 
 	clear:both; 
 	visibility:hidden;
}
.clearfix{
	 display:inline-block;
}
/*hide mac ie \*/
* html .clearfix{
	 height:1%;
}
.clearfix{
	 display: block;
}

/*----------------------------------------------------------------------
/			image 
/----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
/			form 
/----------------------------------------------------------------------*/
input,select,textarea{
	padding: 1px;
	font-size: 100%;
}
option{
	padding-right: 10px;
}

/*----------------------------------------------------------------------
/			paragraph 
/----------------------------------------------------------------------*/
h1{
	font-size: 160%;
	margin: 0 0 20px 0;
	color: #212a88;
}
h2{
	font-size: 140%;
	margin: 50px 0 15px 0;
	padding: 3px 0 1px 10px;
	border-bottom: solid 1px #212a88;
	border-left: solid 6px #212a88;
	color: #212a88;
	line-height: 140%;
}
h3{
	font-size: 120%;
	margin: 30px 0 15px 0;
	padding: 3px 0 1px 10px;
	border-left: solid 3px #212a88;
	color: #212a88;
	line-height: 75%;
}
h4{
}
h5{
	font-size:110%;
	color: #212a88;
	margin: 0 0 4px 0;
}
strong{
	color :#c00;
	text-decoration: none;
	font-style: normal;
}
em{
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
p{
	margin: 0 0 15px;
}
pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;

}
/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/
table{
	width: 100%;
	font-size: 100%;
}
caption{
	position: absolute;
	display: none;
}
table th,
table td{
	padding: 3px 10px;
	vertical-align: top;
}
table th{
	text-align: left;
}
table th.center,
table td.center{
	text-align: center;
}
table th.right,
table td.right{
	text-align: right;
}
table th.middle,
table td.middle{
	vertical-align: middle;
}
table th.nowrap,
table td.nowrap{
	white-space: nowrap;
}

/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ul{
	margin: 5px 0 10px 20px;
}
ol{
	margin: 5px 0 10px 25px;
}
ul li{
	list-style-type: disc;
	margin: 0 0 3px 0;
}
ol li{
	list-style-type: decimal;
	margin: 0 0 3px 0;
}
ol ol li{
	list-style-type: lower-alpha;
}
#loadingModal {
	position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 2000px;
	 overflow: hidden;
	 z-index: 9999;
	 background-image: url("../../images/common/alphabg.png");
}
