@charset "utf-8";
/* 
CSS Information
 File name:      stretch_course.css
 Author:         Administrator
 Style Info:     /stretch_course.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #strech_course
***********************************/
.about {
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 7px solid #F9E2D0;
	background: rgb(249,226,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,226,208,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,226,208,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,226,208,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e2d0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.about p {
	margin-bottom: 1em;
}

.about p strong {
	font-weight: bold;
}

.about p .point {
	color: #D87201;
}

table.price {
	width: 100%;
	margin-bottom: 30px;
}

table.price caption {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	color: #c00;
}

table.price th,
table.price td {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
}

table.price th {
	width: 33%;
	background: #ffbaf8;
	color: #fff;
}

table.price tr td:first-child {
	background: #f7f7f7;
}

ul.comic {
	padding: 20px 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

ul.comic li {
	float: left;
	width: 18%;
	width: -webkit-calc((100% - 30px) / 4);
	width: calc((100% - 30px) / 4);
	margin: 0 10px 15px 0;
}

ul.comic li:nth-child(4n) {
	margin-right: 0;
}

ul.comic li img {
	max-width: 100%;
}
