@charset "UTF-8";


.leading_in {
	margin-bottom: 25px;
}
.leading_in p.f {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0.8em;
}
.leading_in p.fol {
	font-size: 14px;
	line-height: 1.5;
}



/* 詳細・お申込みはこちら */
p.entry {
	width: 400px;
	box-shadow: 0 0 4px rgba(0,0,0, .2);
	text-align: center;
	margin: 0 auto 65px;
	background: #fff;
	padding: 2px;
}
p.entry a {
	display: block;
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .2);
	padding: 1em 0;
	text-decoration: none;
	outline: none;
	-webkit-transition: .2s;
	transition: .2s;
}
p.entry a:before {
	content: "\f1c1";
	font-family: fontAwesome;
	padding-right: 8px;
	}
p.entry a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
p.entry_follow {
	margin:40px 0  20px;
	text-align: center;
	font-size: 24px;
	color: #f00;
	font-weight: bold;
}


.one_program {
	margin: 0 5px 25px;
	border: 1px solid #09f;
	border-radius: 6px;
	background: #fff;
}

/* title */
.one_program .title {
	border-radius: 4px 4px 0 0;
	background: #09f;
	color: #fff;
	margin-bottom: 0px;
	padding: 15px 20px;
}
.one_program .title p {
	margin-bottom: 0.5em;
	font-size: 15px;
	line-height: 1.0;
}
.one_program .title h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.0;
	text-shadow: 0 1px 1px rgba(0,0,0, .5);
}

/* course */
.one_program .course {
	padding: 20px;
}
.one_program .course h3 {
	color: #09f;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}
.one_program .course h3:before {
	content: "\f0a9";
	font-family: fontAwesome;
	padding-right: 2px;
	}
.one_program .course p {
	margin-bottom: 0.5em;
	font-size: 15px;
	line-height: 1.6;
}
.one_program .course p.fee {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3em;
}
.one_program .course p.fee span.bar {
	display: block;
	float: left;
	border-radius: 4px;
	padding: 0 0.8em;
	background: #aab;
	color: #fff;
	margin-right: 0.5em;
}
.one_program .course p.fee:last-child {
	margin-bottom: 1em;
}




/* img_area_wide */
.one_program .course .img_area_wide {
	text-align: center;
	margin: -2.0em auto  2.5em;
}
.one_program .course .img_area_wide p {
	margin-top: 0.7em;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}
.one_program .course .img_area_wide .s1 {
	width: 200px;
	margin:  0;
}
.one_program .course .img_area_wide .s2 {
	width: 200px;
	margin:  0;
}
.one_program .course .img_area_wide .s3 {
	height: 130px;
	border: 1px solid #ccc;
	margin: 1em 4px 0;
}
.one_program .course .img_area_wide .s8 {
	width: 200px;
	margin: 1em 0 0;
	border: 1px solid #ccc;
}

.one_program .course .img_area_wide .s4-3 {
	width: 140px;
	margin: 0 5px;
}
.one_program .course .img_area_wide .s4-1 {
	width: 160px;
	margin: 0 5px;
}
.one_program .course .img_area_wide .s4-2 {
	width: 160px;
	margin: 0 5px;
}

.one_program .course .img_area_wide .s6 {
	height: 160px;
	margin: 0 4px;
}
.one_program .course .img_area_wide .s5 {
	height: 160px;
}
.one_program .course .img_area_wide .s7 {
	width: 360px;
}

