@charset "utf-8";

/* clearfix
--------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 /* IE6 */
* html .cf { zoom:1;}
 /* IE7 */
*:first-child+html .cf {zoom:1;}

/* その他
--------------------------------------------------*/

.inline{
	display:inline-block;
}

.noOverflow {
	overflow: hidden;
}

.vaBottom {
	vertical-align: bottom;
}

.vaTop {
	vertical-align: top;
}
/* border
--------------------------------------------------*/

.noBorder {
	border: none !important;
}
.noBg {
	background: none !important;
}
.noBogp{
	border: none !important;
	background: none !important;
	padding: 0 !important;
		
}
/* float
--------------------------------------------------*/

.fr {
	float: right !important;
}

.fl {
	float: left !important;
}
.clear {
	clear: both;
}

/* text
--------------------------------------------------*/
.indent{
	padding-left: 1em !important;
	text-indent: -1em !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}
/* font
--------------------------------------------------*/

.fs10{
	font-size:10px !important;
}
.fs12{
	font-size:12px !important;
}
.fs13{
	font-size:13px !important;
}
.fs14{
	font-size:14px !important;
}
.fs15{
	font-size:15px !important;
}
.fs16{
	font-size:16px !important;
}
.fs18{
	font-size:18px !important;
}
.fwb{
	font-weight:bold !important;
}
/* height
--------------------------------------------------*/

.autoH{
	height:auto !important;
}
.height50{
	height:50px !important;
}
.height100{
	height:100px !important;
}
.height150{
	height:150px !important;
}
.height200{
	height:200px !important;
}
/* width
--------------------------------------------------*/

.w100{
	width:100px !important;
}
.w150{
	width:150px !important;
}
.w200{
	width:200px !important;
}
.w250{
	width:250px !important;
}
.w300{
	width:300px !important;
}
/* padding
--------------------------------------------------*/
.noPadding {
	padding: 0 !important;
}
.noMargin {
	margin: 0 !important;
}

.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
/* padding-left */
.pl00{
	padding-left:0px !important;
}

/* margin
--------------------------------------------------*/
/* margin-top */
.mt-15 {
	margin-top: -15px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt150 {
	margin-top:150px !important;
}
/* margin-right */
.mr00 {
	margin-right: 0 !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
/* margin-bottom */
.mb00 {
	margin-bottom: 0 !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mb15em {
	margin-bottom: 1.5em !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
/* margin-left */
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml40 {
	margin-left: 40px !important;
}


