@charset "shift_jis";
/* =============================================================== 
	*** reset *** 
=============================================================== */
p,ul,li,h1,h2,h3,h4,dl,dd,dt,br,div,table,img,body{
margin:0;
padding:0;
}
img{
border:none;
margin: 0;
padding: 0;
}
/* =============================================================== 
	*** msbase *** 
=============================================================== */
a {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
/* text */
.tac{
	text-align:center !important;
}
.tal{
	text-align:left !important;
}
.tar{
	text-align:right !important;
}
.taj {
	text-align: justify !important;
}
/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}
.clear{
	clear: both;
}
/* margin */
.mt-10{
	margin-top:-10px !important;
}
.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt70{
	margin-top:70px !important;
}
.mr0{
	margin-right:0 !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr30{
	margin-right:30px !important;
}
.mr50{
	margin-right:50px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.ml0{
	margin-left:0 !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
/* padding */
.pad10 {
	padding: 10px;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt20{
	padding-top:20px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr20{
	padding-right:20px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pl10{
	padding-left:10px !important;
}
/* text */
.txtxs{
	font-size:0.7em !important;
}
.txts{
	font-size:0.9em !important;
}
.txtm{
	font-size:0.8em !important;
}
.txtl{
	font-size:1.1em !important;
}
.txtxl {
	font-size:1.75em !important;
}
.fwb{
	font-weight:bold;
}
/* width */
.w30{
	width:30%;
}
.w40{
	width:39%;
}
.w50{
	width:48%;
}
.w60{
	width:58%;
}
.w100{
	width:100%;
}
.w350{
	width:350px;
}
/* etc */
.vat{
	vertical-align:top;
}
.vam{
	vertical-align: middle;
}
.dot{
	list-style-type:disc;
}
.nowrap{
	white-space:nowrap;
}
.bkN {
	background: none;
}
/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
/* clearfix end */