@charset "utf-8";

/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #454545;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }



/* ================================================================
   テキスト系
================================================================ */
.red{	color: #f00;}
.yellow{	color: #fc0;}
.green{	color: #060;}
.blue{	color: #039;}
.gray333{	color: #333;}
.gray666{	color: #666;}
.accsC{	color: #842020;}
.accsZC{	color: #4d3c09;}


.bold{	font-weight: bold;}
.normal{	font-weight: normal;}
.italy{	font-style: italic;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt85{	font-size: 85%;}
.txt90{	font-size: 90%;}
.txt105{	font-size: 105%;}
.txt110{	font-size: 110%;}
.txt115{	font-size: 115%;}
.txt120{	font-size: 120%;}
.txt150{	font-size: 150%;}

.lineH10{	line-height: 1;}
.lineH11{	line-height: 1.1;}
.lineH12{	line-height: 1.2;}
.lineH13{	line-height: 1.3;}
.lineH14{	line-height: 1.4;}
.lineH15{	line-height: 1.5;}
.lineH16{	line-height: 1.6;}
.lineH17{	line-height: 1.7;}
.lineH18{	line-height: 1.8;}
.lineH19{	line-height: 1.9;}
.lineH20{	line-height: 2.0;}

.letterSP01{	letter-spacing: 0.1em;}




/* ================================================================
   ポジション系
================================================================ */
.cut{	clear: both;	float: none;}
.block{	display: block;}
.auto{	width: auto;}
.clearfix{	zoom:1; } 
.clearfix:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}

.width45{ width: 45px;}
.width50{ width: 50px;}
.width55{ width: 55px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width300{ width: 300px;}
.width320{ width: 320px;}
.width350{ width: 350px;}
.width390{ width: 390px;}
.width450{ width: 450px;}
.width500{ width: 500px;}
.width6em{ width: 6em;}
.width8em{ width: 8em;}

.marginT5 { margin-top: 5px;}
.marginT10{ margin-top: 10px;}
.marginT15{ margin-top: 15px;}
.marginT20{ margin-top: 20px;}
.marginT30{ margin-top: 30px;}
.marginT40{ margin-top: 40px;}
.marginT50{ margin-top: 50px;}
.marginR5 { margin-right: 5px;}
.marginR10{ margin-right: 10px;}
.marginR15{ margin-right: 15px;}
.marginB0 { margin-bottom: 0px;}
.marginB5 { margin-bottom: 5px;}
.marginB10{ margin-bottom: 10px;}
.marginB20{ margin-bottom: 20px;}
.marginB22{ margin-bottom: 22px;}
.marginB30{ margin-bottom: 30px;}
.marginB40{ margin-bottom: 40px;}
.marginL5 { margin-left: 5px;}
.marginL10{ margin-left: 10px;}
.marginL20{ margin-left: 20px;}
.marginL30{ margin-left: 30px;}
.marginL50{ margin-left: 50px;}

.paddT5{ padding-top: 5px;}
.paddT10{ padding-top: 10px;}
.paddT1em{ padding-top: 1em;}
.paddT2em{ padding-top: 2em;}
.paddR10{ padding-right: 10px;}
.paddB1em{ padding-bottom: 1em;}
.paddB2em{ padding-bottom: 2em;}
.paddB40{ padding-bottom: 40px;}

.imgR{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imgL{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}



/* ================================================================
   共有スタイル
================================================================ */

/* 
------------------------------------------------- */






/* EOF */
