/* nosmoking.css */

#sideArea li.menu04 {
	background:#ae1d7c;
}
#sideArea li.menu04 a {
	color:#FFF !important;
}


.column {
	border:#666 1px solid;
	padding:15px;
}



/*


*/
#mainContent h2.title {
	padding: 10px 12px;
	border-bottom: none;
	display: block;
	font-size: 125%;
	margin-bottom: 15px;
	position: static;
	background: #ae1d7c;
	color: #fff;
	line-height: 1.0;
}

#mainContent a {
	color: #2E75B6!important;
	font-weight: bold;
}

table {
}
table th {
	background: #ae1d7c;
	color: #fff;
	width: 25%;
	text-align: left;
}
table td {
}
table td:nth-child(3) {
	width: 260px;
}
table td:nth-child(3) img {
	width: 100%;
}


#mainContent .btn_Area {
	text-align: center;
	margin-top: 20px;
}

#mainContent .btn_Area a {
	font-size: 125%;
	text-decoration: none!important;
	color: #fff!important;
	background: #ae1d7c;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 10px;
	font-weight: bold;
}
#mainContent .btn_Area a span {
	font-size: 77.8%;
	display: block;
	font-weight: normal;
}
#mainContent .btn_Area a:hover {
	opacity: .7;
}

.qrarea {
	display: flex;
	justify-content: space-between;
}
.qrarea .qrtext {
	width: 80%;
}
.qrarea .qrbox {
	width: 17%;
}
.qrarea .qrbox img {
	width: 100%;
}

