@charset "shift_jis";

#cal_wrapper {
 margin-bottom: 50px;
 font-size: 16px;
 line-height: 1.5;
 color: #333;
 width: 830px;
}
.msg-titile {
    margin: 50px auto 15px;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
}
.msg-contents {
	margin:10px 0px;
}
.msg-contents-hd{
	font-weight: bold;
	margin-top: 55px;
	display: inline-block;
	font-size:18px;
	color: #66CCFF;
}

.msg-contents-in {
	margin-left:0em;
	line-height: 1.6;
}
.notice-guide-title {
	margin: 30px 0px 15px;
    padding: 3px 15px 1px;
    background: #F2F2F2;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.msg-top-coment {
	font-weight: bold;
    text-align: center;
    margin: 30px 0 50px;
    line-height: 200%;
}
.txt_blue {
	color: #5259e9;
}
.indent1 {
	padding-left:1em;
	text-indent:-1em;
}
.entry_btn{
	width: 300px;
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #66CCFF;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
}
.entry_btn:hover {
	opacity: 0.8;
}

#entry_guest {
	display:none;
	text-align: center;
	margin: 50px 0px 60px 0px
}
#entry_disp {
	display:none;
	text-align: center;
    margin: 40px 0px 50px 0px;
}
#entry_guest1 {
	display:none;
	text-align: center;
	margin: 50px 0px 35px 0px;
}
#entry_disp1 {
	display:none;
	text-align: center;
    margin: 40px 0px 20px 0px;
}


.btn_area {
	padding: 5px;
	border-radius: 10px;
	line-height: 2.0;
	box-shadow: none;
	margin: 0 auto;
}

.btn_area2 {
	padding: 5px;
	border-radius: 10px;
	line-height: 2.0;
	box-shadow: none;
}

.btn-gray {
	color: #fff;
	border: 1px solid #999;
	background-color: #aaa;
	background-image: none;
}

.ff-linkbtn {
	text-decoration: none;
	color: #000;
	padding: 8px 100px;
    border-radius: 5px;
	font-weight: bold;
    font-size: 18px;
}
.ff-link:hover {
	opacity: 0.8;
	transition: 0.2s;
}
.ff-link1 {
	text-decoration: none;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}
.img-hover:hover {
	opacity: 0.8;
	transition: 0.2s;
}
.ff-bcgray {
	background-color: #D9D9D9;
    background-image: radial-gradient(circle, #D9D9D9, #D9D9D9 90%);
}
.ff-bcye {
	background-color: #FFEC50;
    background-image: radial-gradient(circle, #FCBB76, #FFEC50 95%);
}

.combtn {
	 width: 250px;
	 font-size: 18px;
	 font-weight: bold;
	 border-radius: 5px;
	 padding: 12px 10px;
}

.msg-txtlink {
	text-decoration: underline;
    color: #333;
}
.msg-txtlink:hover {
	text-decoration: none;
}

.pp_link {
	color:#000000;
	text-decoration: none;
}

.pp_link:hover {
	text-decoration: underline;
}

.msg-tenwaku {
	padding: 1em 1em;
    margin: 2em 0;
    border: dashed 2px #66CCFF;
}
