@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width
 * Header
 * Content
 * Footer 
 * **************************************************
 */
 
 /*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #191405 url(../images/bg.jpg) repeat-y center top;
	position: relative;
	min-width: 1048x;
}


/*  Header
------------------------------------------------------------------- */
#header {
	height: 40px;
}
#header .inner {
	margin: 0 auto;
	width: 1048px;
}
/* share button */
.shareBtn ul li {
	display: table-cell;
	line-height: 1;
	padding: 0 6px 0 0;
	vertical-align: middle;
}
	
	
/* Content
------------------------------------------------------------------ */
#content .main {
	margin: 30px auto;
	width: 1048px;
}
/* Link */
#content a {
	color: #e1e1e1;
	text-decoration: none;
}
#content a:hover {
	color: #e1e1e1;
	text-decoration: underline;
}
/* top */
#content .start img {
	height: 24px;
	width: 1048px;
}
#content .top {
	margin: 16px 0 0 0;
	position: relative;
}
#content .top h1 {
	position: absolute; left: 5px; top: 144px;
}
#content .top h1 img {
	height: 166px;
	width: 716px;
}
#content .top .caption {
	text-align: right;
}
#content .lead {
	margin: 26px 0 0 0;
	text-align: center;
}
#content .lead img {
	height: 150px;
	width: 960px;
}
/* section */
#content section {
	margin: 50px 0 0 0;
}
#content h2 {
}
#content h2 img {
	height: 24px;
	width: 1048px;
}
#content h3 {
}
#content .course h3 img {
	height: auto;
	width: 380px;
}
/* course */
#content .course {
	margin: 50px auto 0 auto;
	overflow: hidden;
	width: 960px;
}
#content .course .time {
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
}
#content .course .time img {
	height: auto;
	width: 90px;
}
#content .course .time img + img {
	margin: 5px 0 0 0;
}
#content .course .photo {
	float: left;
}
#content .course .photo img {
	height: 320px;
	width: auto;
}
#content .course .detail {
	background: url(../images/bg_detail.png) no-repeat center top;
	float: right;
	font-size: 1.3em;
	min-height: 230px;
	margin: 5px 0 0 0;
	width: 380px;
}
#content .course .detail.w472 {
	background: url(../images/bg_detail472.png) no-repeat center top;
	width: 472px;
}
#content .course .detail p {
	margin: 10px 0 10px 0;
}
#content .course .detail dl {
	display: table;
}
#content .course .detail dl dt {
	display: table-cell;
	width: 60px;
}
#content .course .detail dl dt:before,
#content .course .detail dl dt:after {
	background: url(../images/glitter.png) no-repeat center 0.2em;
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
}
#content .course .detail dl dd {
	display: table-cell;
	letter-spacing: -0.03em;
}
html>/**/body #content .course .detail dl dd {
	letter-spacing /*\**/:-0.05em\9
}
#content .course .detail .txtFloat {
	overflow: hidden;
}
#content .course .detail .txtFloat.htype > span {
	float: right;
	height: 88px;
}
#content .course .detail .txtFloat.vtype > span {
	float: right;
	height: 63px;
}
#content .course .detail .txtFloat .sub {
	 clear: both;
	 float: left;
	 margin: 0 15px 0 0;
}
#content .course .detail .htype .sub {
	width: 210px;
}
#content .course .detail .vtype .sub {
	width: 150px;
}
/* information */
#content .information {
	background: url(../images/frame.png) no-repeat center top;
	height: 200px;
	margin:60px auto 0 auto;
	overflow: hidden;
	padding: 30px;
	width: 960px;
}
#content .information .appearance {
	float: left;
	height: auto;
	margin: 0 20px 0 0;
	width: 185px;
}
#content .information dl {
	float: left;
	margin: 3px 0 0 0;
}
#content .information dl dt img {
	height: auto;
	width: 379px;
}
#content .information dl dd {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	font-size: 1.4em;
	line-height: 1.8;
	margin: 10px 0 0 0;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	margin: 60px 0 0 0;
	padding: 0;
}
#footer .inner {
	margin: 0 auto;
	padding: 0 0 15px 0;
	position: relative;
	width: 960px;
}
/* page top */
#footer .pageTop {
	font-size: 0;
	position: absolute; right: 0; bottom: 0;
}
#footer .pageTop a img {
	height: 34px;
	width: 34px;
}
#footer .pageTop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
#footer .copyRight {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	text-align: center;
}