@charset "utf-8";
/* -----------------------------------------------------
共通要素記述用CSSファイル common.css
----------------------------------------------------- */
.no_view{
	display: none !important;
}

/* 共通
----------------------------------------------------- */
* { margin:0; padding:0;}

body a { color:#6a7606; text-decoration:none;}
body a:hover { color: #6a7606; text-decoration:underline; }
body a:hover img{ opacity:0.8; filter: alpha(opacity=80); }

img { border: none; vertical-align: top; }

.bold { font-weight: bold;}
.red { color: #f03f18;}
.green { color: #c9dc46;}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{ display: inline-block;}
/* Hides from IE Mac */
* html .clearfix{ height: 1%;}
.clearfix{ display:block;}
/* End Hack */


/* spacer
----------------------------------------------------- */
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !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;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}

/* h1
----------------------------------------------------- */
h1{
	width: 0;
	height: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
