@charset "utf-8";
/*------------------------------
	Font Setting
------------------------------*/
body {
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing: 0;
}
p,
dl,
ol li,
ul li {
	font-size:82%;
	text-align:justify;
	color:#333;
	line-height:1.6;
}
table,
th,
p,
dl,
dt,
dd {
	font-weight:normal;
}
a:link { text-decoration:underline; color:#00e; }
a:visited { text-decoration:underline; color:#60f; }
a:hover { text-decoration:underline; color:#06f; }
a:active {	text-decoration:underline;	color:#e00;}

.red {	color:#f00;}
.blue {	color:#369;}
.pink {	color:#fd5d65;}
.green {	color:#7fb842;}
.brown { color:#d29c33;}

.bold {	font-weight:bold;}
.mini {	font-size:90%;}
.mincho{	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}

/*------------------------------
	margin padding Setting
------------------------------*/
.pt0 {	padding-top:0!important;}
.pt5 {	padding-top:5px!important;}
.pt12 {	padding-top:12px!important;}
.pt24 {	padding-top:24px!important;}
.mt0 {	margin-top:0!important;}
.mt12 {	margin-top:12px!important;}
.mt24 {	margin-top:24px!important;}
.mt48 {	margin-top:48px!important;}

.pb0 {	padding-bottom:0!important;}
.pb12 {	padding-bottom:12px!important;}
.pb24 {	padding-bottom:24px!important;}
.pb48 {	padding-bottom:48px!important;}
.mb0 {	margin-bottom:0px!important;}
.mb12 {	margin-bottom:12px!important;}
.mb24 {	margin-bottom:24px!important;}
.mb48 {	margin-bottom:48px!important;}

.pl0 {	padding-left:0!important;}
.pl12 {	padding-left:12px!important;}
.pr0 {	padding-right:0!important;}
.pr12 {	padding-right:12px!important;}

.mr0 {	margin-right:0!important;}

/*------------------------------
	layout parts Setting
------------------------------*/
.cl{clear: both; visibility:hidden; font-size:0; line-height:0;}
.h12 {	height:12px!important;}
.h24 {	height:24px!important;}
.dotline {
	clear:both;
	height:1px;
	border-bottom:1px dotted #333;
	line-height: 0;
}

/*------------------------------
	text parts Setting
------------------------------*/
.tcenter {
	text-align:center;
}
.tright {
	text-align:right;
}
/*------------------------------
	common Setting
------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

