@charset "utf-8";

/* ▼共通 */

html,body {
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

*,html,body,img,div,p,a,ul,ol,li {
	margin: 0;
	padding: 0;
	border-style:none
}

a.mouseover:hover img {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s;
}
	
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: all .3s;
}

a:active {
	color: #666;
	text-decoration: none;
}

/* ▼フォント #666 */

.font01 {
	font-family: "新ゴ R";
	font-size: 26px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	letter-spacing: 5px;
}

.font01b {
	font-family: "新ゴ R";
	font-size: 26px;
	font-weight: bold;
	color: #666;
	line-height: 150%;
	letter-spacing: 5px;
}

.font02 {
	font-family: "新ゴ R";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 200%;
	letter-spacing: 3px;
}

.font02b {
	font-family: "新ゴ R";
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 200%;
	letter-spacing: 3px;
}

.font03 {
	font-family: "新ゴ R";
	font-size: 15px;
	font-weight: normal;
	color: #666;
	line-height: 140%;
	letter-spacing: 2px;
}

.font03b {
	font-family: "新ゴ R";
	font-size: 15px;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	letter-spacing: 2px;
}

.font04 {
	font-family: "新ゴ R";
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 120%;
}

.font04b {
	font-family: "新ゴ R";
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: 120%;
}

/* ▼フォント #fff */

.wfont01 {
	font-family: "新ゴ R";
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	line-height: 150%;
	letter-spacing: 5px;
}

.wfont01b {
	font-family: "新ゴ R";
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
	letter-spacing: 5px;
}

.wfont02 {
	font-family: "新ゴ R";
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 200%;
	letter-spacing: 3px;
}

.wfont02b {
	font-family: "新ゴ R";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 200%;
	letter-spacing: 3px;
}

.wfont03 {
	font-family: "新ゴ R";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: 140%;
	letter-spacing: 2px;
}

.wfont03b {
	font-family: "新ゴ R";
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 140%;
	letter-spacing: 2px;
}

.wfont04 {
	font-family: "新ゴ R";
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 120%;
}

.wfont04b {
	font-family: "新ゴ R";
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
}
