@charset "UTF-8";
/* CSS Document */


/*
	Page style
*/

body{
	background-color:ivory;
	text-align:center;
}


img {
	border: none;
}


a {
	color: #0071bb; text-decoration: none 
}


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


a:hover {
	color: #fc3e03; text-decoration: none 
}


label[for=item] {
	color: #0000CD;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 40px;
	padding-left: 10px;
	vertical-align: top;
}


label[for=contents] {
	color: black;
	font-size: 24px;
	line-height: 40px;
	margin-right: 0px;
	vertical-align: top;
	width: 100%;
}


#main {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}


#image img {
	vertical-align: top;
	width: 800px;	
}


#center_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	width: 800px;
}


#detail_box {
	margin-left: auto;
	margin-right: auto;
	width: 800px
}


.information {
	color: blue;
	font-family: ;
	font-size: 30px;
	line-height: 2em;
	font-weight: normal;
}


.linktext {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}


.btn_entry {
	background-color: #7FFFD4;
	color:black;
	cursor: pointer;
	font-size:26px;
	font-weight: 600;
	height:90px;
	width:320px;
}


.subtitle {
	color: blue;
	font-size: 24px;
	line-height: 1.5em;
}


.title {
	font-size: 34px;
	line-height: 1.7em;
	text-align: center;
	vertical-align: top;
}


.item_1 {
	float: left;
	height: 50px;
	text-align: left;
	width: 20%;
}


.item_2 {
	float: left;
	height: 90px;
	text-align: left;
	width: 20%;
}


.item_3 {
	float: left;
	height: 130px;
	text-align: left;
	width: 20%;
}


.item_4 {
	float: left;
	height: 170px;
	text-align: left;
	width: 20%;
}


.item_5 {
	float: left;
	height: 210px;
	text-align: left;
	width: 20%;
}


.item_6 {
	float: left;
	height: 250px;
	text-align: left;
	width: 20%;
}


.item_7 {
	float: left;
	height: 290px;
	text-align: left;
	width: 20%;
}


.contents_1 {
	float: left;
	height: 50px;
	text-align: left;
	width: 80%;
}


.contents_2 {
	float: left;
	height: 90px;
	text-align: left;
	width: 80%;
}


.contents_3 {
	float: left;
	height: 130px;
	text-align: left;
	width: 80%;
}


.contents_4 {
	float: left;
	height: 170px;
	text-align: left;
	width: 80%;
}


.contents_5 {
	float: left;
	height: 210px;
	text-align: left;
	width: 80%;
}


.contents_6 {
	float: left;
	height: 250px;
	text-align: left;
	width: 80%;
}


.contents_7 {
	float: left;
	height: 290px;
	text-align: left;
	width: 80%;
}


.footer_txt {
	background-color: white;
	clear: left;
	font-family: ;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	line-height: 80px;
	text-align: center;
	vertical-align: bottom;
	width: 800px;
}


.headershimekiri {
	color: blue;
	font-family: "Meiryo UI";
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	width: 640px;	
}


.txt_box {
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	width: 640px;
}


.txt_red {
	color: red;
	font-weight: 600;
}


.spstyle {
	display: none;
}