@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 350px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 1500;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 1400px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 40px;
}

#contents01 {
	width: 1100px;
	height: 1400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.c01nv {
	width: 550px;
	height: 60px;
	float: left;
}

.rBox1 {
	width: 1050px;
	height: 1250px;
	padding: 24px;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	letter-spacing: 1px;
	border: 1px solid #CCC;
}
.rBox2 {
	width: 1050px;
	height: 2000px;
	padding: 24px;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
}
.rBox1 p { padding: 10px; line-height: 24px;}
.rBox2 p { padding: 10px; line-height: 24px;}

.style1 { font-size: 20px; color: #FFF; letter-spacing: 5px; font-weight:bold;}

input, select, textarea {
font-size: 14px;
}
	
input[type="submit"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="submit"]:hover  {
	color: #fff;
    background-color: #000;
}
input[type="button"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="button"]:hover  {
	color: #fff;
    background-color: #000;
}

@media screen and (min-width:768px){
.rBox1_sp { display: none;}
.rBox2_sp { display: none;}
}
