@charset "shift_jis";

#nycp2501-body {
 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: 25px;
	display: inline-block;
}
.msg-contents-hd::before {
	width: 0;
	height: 0;
	content: "";
	border-top: 10px solid #333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	margin-right: 3px;
}
.msg-contents-in {
	margin-left:0em;
	line-height: 1.6;
}
.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: #47AADF;
    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 10px 0px;
}
#entry_disp {
	display:none;
	text-align: center;
    margin: 40px 0px 20px 0px;
}
#entry_guest1 {
	display:none;
	text-align: center;
	margin: 50px 0px 10px 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-gray {
	color: #fff;
	border: 1px solid #999;
	background-color: #aaa;
	background-image: none;
}

.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: #4169e1;
	text-decoration: none;
}

.pp_link:hover {
	text-decoration: underline;
}