@charset "UTF-8";
/* Box STYLE 
--------------------------------*/
*{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin: 0px;
	padding: 0px;
}
.float-L{ float:left;}
.float-R{ float:right;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.clear-both {
	clear: both;
	margin: 0px;
	padding: 0px;
}  
.last {
    clear: right;
    margin-right: 0 !important;
} 
.border-none {
	border-style: none !important;
} 
.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box-shadow {
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}

/* Text STYLE
--------------------------------*/
.bold {
	font-weight:bold;
}
.under-line{
	text-decoration:underline;
}
.text-shadow{
	text-shadow:1px 1px 0px #999;
}
.ming{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.align-L {
	text-align:left !important;
}
.align-R {
	text-align:right !important;
}
.align-C {
	text-align:center !important;
}
