@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: no-repeat;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.nb {
	border: none;
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left_ {
	float: left;
}

.right_ {
	float: right;
}

.center {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.bdr_top {
	border-top: 1px solid #009046;
}

.font10 {
	font-size: 10px;
}

.t_right {
	text-align: right;
}

.font_b {
	font-weight: bold;
}

table {
	border-collapse: collapse; 
	border-spacing: 0; 
	font-size: inherit;
}

ul,dl,ol {
	text-indent: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
}
	/*  */


.ip_size1 { width: 80%;}
.ip_size2 { width: 50%;}
.ip_size3 { width: 30%;}

/* N */
a,
a:link,
a:visited {
	color: #2c86c3;
	text-decoration: underline;
}

a:hover {
	color: #3599cd;
	text-decoration: underline;
}

a:active {}
a img {
	border: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ＼*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */