
@charset "utf-8";

/* ===================================================
 default
=====================================================*/

/* reset
------------------------------------------------*/
html, body, div, span, object, embed, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dt, dd, ol, ul, li,
a, abbr, acronym, address, cite, code,
del, dfn, img, ins, kbd, q,
em, strong, tt, var,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;}

img, iframe{border:0;}

html,body{height:100%;}


/* font
------------------------------------------------*/
body, form textarea,input{
	font-family:Helvetica Neue,Helvetica, Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif　!important;} 
	

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dt, dd, li,
input, textarea,
caption, th, td,
pre, address, blockquote{font-size: 62.5%; line-height:1.75;}
	

/* formatting
------------------------------------------------*/
/*body*/
body{color:#0f2350; background:#fff;}
	
/*text tag*/
h1, h2, h3, h4, h5, h6, em, strong{font-style:normal; font-weight:bold;}
p{font-weight:normal;}

		
/*list setting*/
ul    {list-style:none;}
li img{vertical-align:bottom;}
dt img, dd img{vertical-align:bottom;}

/*table*/
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}

/*form*/
form {font-weight:normal;}
input[type="checkbox"],
input[type="radio"]{
	display:inline;
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin-right:7px;
	line-height:1.1;
	width:14px;
	height:14px;
	padding:2px;
	}
	
input[type="text"]{
	border:1px solid #0f2350;
	
	}
textarea{
	padding:5px 13px;
	border:1px solid #0f2350;
	}
	
select{
	height:22px;
	border:1px solid #b0b0b0;
	vertical-align:middle;
	}

/*link*/
a         {text-decoration:underline; outline:none; color:#0f2350;}
a:link,
a:visited {color:#0f2350;}
a:hover,
a:active,
a:focus   {color:#0f2350;;text-decoration:none; border:none;}


/*-----------------------------------------------------
clearfix
-----------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display:block;
}
/* end MacIE5 */