@charset "utf-8";

/*---------------------------------------

	css_style/reset.css

-----------------------------------------*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,caption,cite,code,dfn,var,
section,article,nav {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

img { 
	border: 0; 
	background-color: transparent;
	vertical-align: top;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align:left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style:none; } 

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td { 
	font-size: 100%;
}

q:before,q:after { content:''; } 

abbr,acronym { border:0; } 


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size: 14px;
}

/* legacy IE */
* html body {
	font-size: 14px;
}

/* IE7 */
*:first-child + html body {
	font-size: 14px;
}




/* common css
------------------------------------------------*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  zoom: 1;
}
.clearfix{
	
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
  overflow: hidden;
}
/* End hide from IE-mac */



.clClear{
	clear: both;
	height: 0;}
.clClear hr{
	display: none;}

.clCenter{
	text-align:center;
}
.clLeft{
	text-align:left;
}
.clRight{
	text-align:left;
}

.clFont18{
	font-size: 18px;
}
.clFont16{
	font-size: 16px;
}


/*--Link------------------------------------------------------------*/
a{
	color: #1f2a66;
	text-decoration: none;
}
a:hover{
	color: #4f5a96;
	text-decoration:underline;
}
a:focus {
	outline: none;
}

strong{
	font-weight:bold;
}
