@charset "utf-8";
/* 
CSS Information
 File name:      charity01.css
 Author:         Administrator
 Style Info:     /charity01.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #schedule
***********************************/
#content .subWrap > section p:not([class]) {
	margin-bottom: 1.5em;
}

.step {
	clear: both;
	font-weight: bold;
	color: #ff0000;
	font-size: 25px;
}

.girls li {
	overflow: hidden;
	float: left;
	width: 235px;
	margin: 0 6px 10px 0;
}

.girls li .thumb {
	display: block;
	width: 100%;
	height: 300px;
}

.girls li .thumb img {
	max-width: 100%;
}

.girls li:nth-child(4n) {
	margin-right: 0;
}

.girls li .elps {
	display: block;
	padding-top: 6px;
	text-align: center;
}

.girls li .elps:first-line {
	font-weight: bold;
	color: #ff9f40;
}

table {
	float: left;
	width: 48%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

table + table {
	float: right;
}

th, td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

th {
	border: 1px solid #ccc;
	background: #f7f7f7;
}

tr th:not(:first-child) {
	width: 3em;
}

thead tr th:first-child {
	color: #ff9f40;
	font-weight: bold;
}

td {
	border: 1px dotted #ccc;
}

.attention {
	clear: both;
	font-size: 12px;
}
