@charset "utf-8";
/* =============================================================== 
	*** reset *** 
=============================================================== */
html {
  font-size: 62.5%;
  
}
body {
  font-size: 1.4em;
}
p,ul,li,h1,h2,h3,h4,dl,dd,dt,br,div,table,img,body{
margin:0;
padding:0;
}
img{
border:none;
}

/* =============================================================== 
	*** msbase *** 
=============================================================== */
a {
	text-decoration: underline;
	color: #222;
}
a:hover {
	text-decoration: none;
}
/* text */
.tac{
text-align:center;
}
.tal{
text-align:left;
}
.tar{
text-align:right;
}
/* float */
.fll{
float:left;
}
.flr{
float:right;
}
.clear{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0;
}
/* margin */
.mt-10{
margin-top:-10px;
}
.mt0{
margin-top:0px;
}
.mt5{
margin-top:5px;
}
.mt10{
margin-top:10px !important;
}
.mt15{
margin-top:15px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px !important;
}
.mt70{
margin-top:70px !important;
}
.mr5{
margin-right:5px;
}
.mr10{
margin-right:10px;
}
.mr15{
margin-right:15px;
}
.mr20{
margin-right:20px !important;
}
.mr30{
margin-right:30px;
}
.mr50{
margin-right:50px;
}
.mb5{
margin-bottom:5px !important;
}
.mb10{
margin-bottom:10px;
}
.mb15{
margin-bottom:15px;
}
.mb20{
margin-bottom:20px !important;
}
.mb30{
margin-bottom:30px !important;
}
.mb40{
margin-bottom:40px !important;
}
.ml5{
margin-left:5px;
}
.ml10{
margin-left:10px;
}
.ml15{
margin-left:15px;
}
.ml20{
margin-left:20px;
}
.ml30{
margin-left:30px;
}
.ml40{
margin-left:40px;
}
/* padding */
.pt5{
padding-top:5px;
}
.pt10{
padding-top:10px;
}
.pt20{
padding-top:20px;
}
.pr20{
padding-right:20px;
}
.pb15{
padding-bottom:15px;
}
.pl10{
padding-left:10px;
}
/* text */
.txtxs{
font-size:0.7em;
}
.txts{
font-size:0.9em;
}
.txtm{
font-size:0.7em;
}
.txtl{
font-size:1.1em;
}
.fwb{
font-weight:bold;
}
/* width */
.w30{
width:30%;
}
.w40{
width:39%;
}
.w50{
width:48%;
}
.w60{
width:58%;
}
.w100{
width:100%;
}
/* etc */
.vat{
vertical-align:top;
}
.vam{
vertical-align: middle;
}
.dot{
list-style-type:disc;
}
.nowrap{
white-space:nowrap;
}
.bkN {
	background: none;
}
ul li {
	list-style: 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 */
.clear01 {
	clear: both;
}