#input_link {
	color:#FF9933 ;
	font-size:20px ;
    font-weight: bold ;
}
#link1{
	font-weight:normal;	
	text-decoration: none;
	color:#FF9933;
	text-align:center;
}
#link2{
	font-weight:normal;	
	text-decoration: none;
	color:#FF9933;
	text-align:center;
}
#text{
	font-size:20px;
	text-align:center;
}

.guide {
	list-style: none ;
}

.guide li {
	font-weight: bold ;
	font-size: 16px ;
}

#left_guide {
	color: #FFC000 ;
}

#right_guide {
	color: #2E75B6 ;
}

#header_top {
	width: 100% ;
}

#header_bottom {
	width: 100% ;
	padding: 0 150px 0 150px ;
}

#guide_btn_area {
	vertical-align: top ;
}

#guide_btn img {
	float: right ;
}

#wrap {
	z-index: 10;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.6);
}

#modal {
	z-index: 11;
/*	margin: 0 auto;*/
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	position: fixed;
	display: none;
	border-radius: 10px;
	top: 50px ;
}


#information {
	z-index: 11;
/*	margin: 0 auto;*/
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	position: fixed;
	display: none;
	border-radius: 10px;
	top: 50px ;
}
