#detail #pageContainer .inner {
	padding:15px;
}

#pageTitle h1 span {
	font-size: 0.7em;
}

#detail #pageContainer .box h3 {
	font-size: 14px;
}

#detail #pageContainer .calendar .attComment {
	margin-top: 10px;
}

#detail #pageContainer .calendar table {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	width: 100%;
}

#detail #pageContainer .calendar table + table {
	border-top: none;
	float: right;
}

#detail #pageContainer .calendar th,
#detail #pageContainer .calendar td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 10px;
}

#detail #pageContainer .calendar th {
	background-color: #333;
	color: #fff;
	width: 85px;
}

#detail #pageContainer .calendar td {
	background-color: #fff;
	font-weight: bold;
}

#detail #pageContainer .calendar td span {
	display: block;
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: normal;
}

#detail #pageContainer .calendar td strong {
	color: #d0121b;
}

#detail #pageContainer .calendar th span {
	font-size: 0.8em;
	margin-right: 4px;
}

	@media print, screen and (min-width: 638px) {
		#detail #pageContainer .inner {
			padding:30px;
		}

		#detail #pageContainer .box {
			padding: 30px;
		}

		#detail #pageContainer .box h3 {
			font-size: 16px;
			text-align: center;
		}

		#detail #pageContainer .calendar table {
		}

	}

#detail #pageContainer h2 {
	text-align: center;
	margin: 20px 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#detail #pageContainer .box ul {
	margin: 10px 0;
}

#detail #pageContainer .box li {
	padding-left: 1em;
	position: relative;
}

#detail #pageContainer .box li strong {
	color: #d0121b;
}

#detail #pageContainer .box li:before {
	content: "※";
	position: absolute;
	left: 0;
}

	@media print, screen and (min-width: 920px) {
		#detail #pageContainer .inner {
			padding: 30px 0;
		}

		#detail #pageContainer .contactBox {
			width: 780px;
			margin: 0 auto;
		}

		#detail #pageContainer h2 {
			margin: 30px 0 20px;
			font-size: 22px;
		}

		#detail #pageContainer h2 + p {
			text-align: center;
		}

		#detail #pageContainer .box ul {
			margin: 0 0 30px;
		}

	}