@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	background-size: cover;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
input {
	width: 540px;
	height: 30px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: #cccccc 1px solid;
}
textarea {
	width: 540px;
	height: 176px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: #cccccc 1px solid;
}
a {
	color: #000000;
}
div#cont {
	margin: 0px auto;
	width: 1120px;
	height: 100%;
	font-size: 14px;

}
div#navi {
	float: left;
	width: 220px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	height: 100%;
	min-height: 1000px;
}
div#navi_w {
	float: left;
	width: 220px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	height: 100%;min-height: 1000px;
}
div#header {
	width: 220px;
	height: 246px;
	text-align: center;
}
div#footer {
	margin-top: 70px;
	width: 220px;
}
div#box {
	width: 820px;
	text-align: center;
	font-size: 16px;
	float: right;
}
div#navi ul {
	margin-left: -40px;
}
div#navi li {
	list-style: none;
	margin: 10px;
}
div#navi_w ul {
	margin-left: -40px;
}
div#navi_w li {
	list-style: none;
	margin: 10px;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}
div#cont {
	position: relative;
}
.text {
	text-align: left;
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f50 {
	font-size: 50px;
	padding: 0px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.f24 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}
.f40 {
	padding: 0px;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}
.h218 {
	height: 120px;
	padding-top: 90px;
}
.lg {
	margin-top: 30px;
}
.t_b {
	text-align: left;
	background-color: #ffffff;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	padding: 20px;
	margin-bottom: 20px;
}
.tb_g {
	text-align: left;
	width: 190px;
	background-color: #f2f2f2;
	padding: 20px;
	border-bottom: #cccccc 1px solid;
}
.tb_w {
	text-align: left;
	padding: 20px;
	border-bottom: #cccccc 1px solid;
}
.tb_g_t {
	text-align: left;
	width: 190px;
	background-color: #f2f2f2;
	padding: 20px;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
}
.tb_w_t {
	text-align: left;
	padding: 20px;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
}.tb_t_t {
	
	border-top: #cccccc 1px solid;
}
.hissu {
	float: right;
	text-align: center;
	padding: 3px;
	width: 34px;
	height: 17px;
	color: #ffffff;
	background-color: #eb7aab;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 12px;
}
.mag_t30 {
	margin-top: 30px;
}
.mag_t60 {
	margin-top: 30px;
}
.err{text-align: left; color:#ff0000;font-size: 16px; font-weight: bold; }

.sbm{margin-top: 20px;width: 200px;height: 50px; border: none;}
