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

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

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;
	vertical-align: baseline;
}

html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
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;
	 vertical-align:baseline;
	 border:none;
	 text-decoration:none;
}

/*font css*/

body {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

.smaller{
	font-size:80%;
	line-height:1.3em;
}

/* --- link --- */
 
a {
	color: #3C25A1;
}

a:visited {
	color: #3C25A1;
	text-decoration: none;
}

a:hover {
	color: #66f;
	text-decoration: underline;
}
 

/*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;
}