@charset "UTF-8";
/* CSS Document */

/*reset css*/

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;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: normal;
}
a{
     text-decoration:none;
}
img{
     line-height:0;
}

/*style css*/

body {
	font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 140%;
}
a {
	color:#0059B2;
	text-decoration:none;
	}
a:hover,
a:active {
	 text-decoration:underline;
	 color:#444;
}
a:visited {
}
dt img,dd img,li img {
	 vertical-align: bottom; 
}

/*text-align*/
.taR{
	text-align:right;
}
.taC{
	text-align:center;
}
.taL{
	text-align:left;
}

/*float*/
.flR{
	float:right;
}
.flL{
	float:left;
}
.flC{
	clear:both;
}
.ovfH{
	overflow:hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*margin*/
.m0a{
	margin:0 auto;
}
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.m20{
	margin:20px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
/*padding*/
.p5{
	padding:5px;
}
.p10{
	margin:10px;
}
.p20{
	padding:20px;
}
.pt5{
	margin-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	margin-top:20px;
}
.pr5{
	padding-right:5px;
}
.pr10{
	margin-right:10px;
}
.pr20{
	padding-right:20px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pl5{
	padding-left:5px;
}
.pl10{
	margin-left:10px;
}
.pl20{
	padding-left:20px;
}



