@charset "utf-8";

/* 文字大中小 */
.textsize {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

form {
	font-size: 18px;
}

input {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* NEW大中小 */
.infosize {
	height:11pt;
}

.blue {
	font-weight: bold;
	color: #00F;
}

.red {
	font-weight: bold;
	color: #F00;
}

.green {
	color: #005B00;
}

/* Navi_URL大中小 */
.naviurlsize {
	font-size: 15px;
}

.Size_L a {
	background-image: url(../img/header/btnL_now.png);
}

.Size_L a:hover {
	background-image: url(../img/header/btnL_on.png);
}

.Size_M a {
	background-image: url(../img/header/btnM.png);
}

.Size_M a:hover {
	background-image: url(../img/header/btnM_on.png);
}

.Size_S a {
	background-image: url(../img/header/btnS.png);
}

.Size_S a:hover {
	background-image: url(../img/header/btnS_on.png);
}
