/* メッセージ Start */
#gmlink {
	width: 750px;
	text-align: left;
	margin: 15px auto;
}
#hmlink {
	width: 750px;
	text-align: left;
	margin: 15px auto;
}
#msgmenu {
	width: 748px;
	height: 40px;
	margin: 15px auto 30px auto;
}
#hostmsglink {
	width: 374px;
	height: 40px;
	list-style: none;
	float: left;
}
#girlsmsglink {
	width: 374px;
	height: 40px;
	list-style: none;
	float: left;
}
#hostmsglink a {
	width: 374px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 21px;
	background-image: url('../images/message/menu1.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
#girlsmsglink a {
	width: 374px;
	height: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 21px;
	background-image: url('../images/message/menu2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#hostmsglink a:hover {
	width: 374px;
	height: 20px;
	color: #FFFFFF;
	background-image: url('../images/message/menu1.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
#girlsmsglink a:hover {
	width: 374px;
	height: 20px;
	color: #000000;
	background-image: url('../images/message/menu2ro.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
/* メッセージ End */

.snap-link-btn {
	width: 750px;
	height: 170px;
	color: #000;
	border: 1px solid #d5d5d5;
	margin: 30px 0 0 0;
	position: relative;
	display: block;
}
.snap-link-btn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.snap-link-btn .snap-title {
	font-size: 45px;
	font-weight: bold;
	color: #707070;
	position: absolute;
	top: 30px;
	left: 20px;
}
.snap-link-btn .snap-text {
	text-align: left;
	color: #000;
	position: absolute;
	top: 90px;
	left: 20px;
}
.snap-link-btn ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	position: absolute;
	top: 35px;
	right: 20px;
}
.snap-link-btn ul li {
	list-style-type: none;
	margin-left: 10px;
}
.snap-link-btn ul li span {
	font-family: FontAwesome;
	font-size: 90px;
	line-height: 90px;
	color: #a9acb1;
}
.snap-link-btn ul li:nth-child(2) span {
	font-size: 50px;
}
.snap-link-btn ul li:nth-child(1) span.on { color: #34acd8; }
.snap-link-btn ul li:nth-child(3) span.on { color: #db007d; }

a.agree_link {
	width: 740px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #707070;
	border: 1px solid #d5d5d5;
	margin: 30px 0 0 0;
	padding: 0 0 0 10px;
	position: relative;
	display: block;
}
a.agree_link::before {
	width: 8px;
	height: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
