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


/*
	Page style
*/

body{
	background-color: white;
	margin:0px;
	padding:0px;
	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: 5px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 10px;
}


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


#main {
	background-color: white;
	text-align: left;
	width: 100%;
}


#image img {
	vertical-align: top;
	width: 100%;
}


#center_box {
	background-color: white;
	text-align: center;
	width: 100%;
}


#detail_box {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%
}

.information {
	color: blue;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}


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


.btn_entry {
	background-color: #7FFFD4;
	color:black;
	cursor: pointer;
	font-size:24px;
	font-weight: 600;
	height:80px;
	width:300px;
}


.subtitle {
	color: blue;
	font-size: 18px;
	line-height: 2em;
}


.title {
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
}


.item_1 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.item_2 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.item_3 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.item_4 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.item_5 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.item_6 {
	float: left;
	height: 30px;
	text-align: left;
	width: 100%;
}


.contents_1 {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
}


.contents_2 {
	float: left;
	height:  auto;
	text-align: left;
	width: 100%;
}


.contents_3 {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
}


.contents_4 {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
}


.contents_5 {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
}


.contents_6 {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
}


.footer_txt {
	background-color: white;
	clear: left;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}


.headershimekiri {
	color: blue;
	font-family: "Meiryo UI";
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 20px;
	text-align: center;
}


.txt_box {
	font-size: 20px;	
	line-height: 1.5em;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 20px;	
	text-align: center;
	width: 340px;
}


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

