@charset "utf-8";

/*タグ基本指定
------------------------------------*/
body, h1, h2, h3, h4, ul, li, p, a {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

hr {
	display: none;
}

/*a:link,
a:visited{
	text-decoration:underline;
	}
a:hover,
a:active{
	text-decoration:none;
	}*/

.clearfix {
	width: 100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
.clearb{
	clear:both;
	height:1px;
		}
	
/*共通汎用指定
------------------------------------*/
.floatright{float:right;}
.floatleft{float:left;}

.border-none{
	border:none;
	}
.padding-none{
	padding:none;
	}

/*平米の上付*/
sup{font-size: 10px;}

/*高さ5pxスペース*/
.height05{
	height:5px;
	}

/*高さ10pxスペース*/
.height10{
	height:10px;
	}
	
/*高さ15pxスペース*/
.height15{
	height:15px;
	}


/*マージン*/
.mar-t-05{
	margin-top:5px;
	}
.mar-t-10{
	margin-top:10px;
	}

.mar-r-05{
	margin-right:5px;
	}
.mar-b-02{
	margin-bottom:2px;
	}
.mar-b-05{
	margin-bottom:5px;
	}
.mar-b-10{
	margin-bottom:10px;
	}
.mar-b-15{
	margin-bottom:15px;
	}

/*フォント指定
------------------------------------*/
p.txtleft{text-align:left;}
p.txtcenter{text-align:center;}
p.txtright{text-align:right;}

/*左寄せ文字*/
p.txtsl{font-size:70%;line-height:1.4em;text-align:left; font-weight:normal;}
p.txtml{font-size:80%;line-height:1.4em;text-align:left; font-weight:normal;}
p.txtll{font-size:85%;line-height:1.4em;text-align:left; font-weight:normal;}
p.txtlll{font-size:100%;line-height:1.4em;text-align:left; font-weight:normal;}

/*左寄せ文字太字*/
p.txtslb{font-size:70%;line-height:1.4em;text-align:left; font-weight:bold;}
p.txtmlb{font-size:80%;line-height:1.4em;text-align:left; font-weight:bold;}
p.txtllb{font-size:85%;line-height:1.4em;text-align:left; font-weight:bold;}
p.txtlllb{font-size:100%;line-height:1.4em;text-align:left; font-weight:bold;}


/*左寄せ文字下マージンあり*/
p.txtslmb10{font-size:70%;line-height:1.4em;text-align:left;margin-bottom:10px; font-weight:normal;}
p.txtmlmb10{font-size:80%;line-height:1.4em;text-align:left;margin-bottom:10px; font-weight:normal;}
p.txtllmb10{font-size:85%;line-height:1.4em;text-align:left;margin-bottom:10px; font-weight:normal;}

/*右寄せ文字*/
p.txtsr{font-size:70%;line-height:1.4em;text-align:right; font-weight:normal;}
p.txtmr{font-size:80%;line-height:1.4em;text-align:right; font-weight:normal;}
p.txtlr{font-size:85%;line-height:1.4em;text-align:right; font-weight:normal;}
p.txtllr{font-size:100%;line-height:1.4em;text-align:right; font-weight:normal;}

/*右寄せ文字太字*/
p.txtsrb{font-size:70%;line-height:1.4em;text-align:right; font-weight:bold;}
p.txtmrb{font-size:80%;line-height:1.4em;text-align:right; font-weight:bold;}
p.txtlrb{font-size:85%;line-height:1.4em;text-align:right; font-weight:bold;}
p.txtllrb{font-size:100%;line-height:1.4em;text-align:right; font-weight:bold;}

/*中央寄せ文字*/
p.txtsc{font-size:70%;line-height:1.4em;text-align:center; font-weight:normal;}
p.txtmc{font-size:80%;line-height:1.4em;text-align:center; font-weight:normal;}
p.txtlc{font-size:85%;line-height:1.4em;text-align:center; font-weight:normal;}
p.txtllc{font-size:100%;line-height:1.4em;text-align:center; font-weight:normal;}

/*絶対指定文字サイズ*/
.txt10{	font-size:10px;}
.txt12{	font-size:12px;}
.txt14{	font-size:14px;}