@charset "utf-8";
/* CSS Document */
/* =======================================

	Structure CSS

========================================== */


/* cf
========================================== */

/* new clearfix */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .cf {
	zoom: 1;
} /* IE6 */

*:first-child+html .cf {
	zoom: 1;
} /* IE7 */

.nosp{
	display:none !important;
}

.center {
	text-align: center;
	vertical-align:middle;
}
.txtright{
	display:block;
	text-align:right;
	padding:5% 3%;
}
.bold{
	font-weight:bold;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
.red {
	color:#B81C22;
}
.f_min{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.f12{
	font-size:12px;
}
.f16{
	font-size:16px;
}
.button a{
	text-align: center;
	text-decoration: none;
	display:block;
}
/* =======================================

	margin

========================================== */
.mb0 {
	margin-bottom:0px !important;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:2.5% !important;
}

.mb25 {
	margin-bottom:25px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb35 {
	margin-bottom:35px !important;
}

.mb40 {
	margin-bottom:5% !important;
}

.mb45 {
	margin-bottom:45px !important;
}

.mb50 {
	margin-bottom:10% !important;
}

.mb70 {
	margin-bottom:15% !important;
}

.mb150 {
	margin-bottom:150px !important;
}
