@charset "shift_jis";
/* CSS Document */


/* system */
#main div.system {
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	clear: both;
}
.system_body {
	height: auto;
	margin: 0;
	padding: 0 0 40px;
	float: left;
	overflow: hidden;
	clear: both;
}
.system_body > div {
	width: 760px;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	overflow: hidden;
	clear: both;
}
.system_body p img {
	width: 100%;
	height: auto;
}
.system_body h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #76A09C;
	border-bottom: 3px solid #76A09c;
}
.system_body h3 span {
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.system_body h4 {
	color: #686868;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}
.system_body .info {
	margin-bottom: 20px;
}
.system_body p {
	margin-bottom: 5px;
}

/* sys_navigation */
.system_nav {
	margin: 0 !important;
	float: none !important;
	overflow: hidden;
}
.system_nav ul {
	display: block;
	padding: 5px 0;
	float: right;
	overflow: hidden;
	margin-bottom: 5px;
}
.system_nav ul li {
	display: block;
	padding: 0 5px;
	float: left;
}
.system_nav ul li a {
	display: block;
	font-size: 11px;
}
.system_nav ul li a:hover {
	color: #BF402D;
}

/* price */
#price {
}

/* course */
#course {
}

/* play */
#play h4 {
	color: #BF402D;
	text-align: center;
	font-size: 28px;
}
#play ul.mattoplay {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    margin: 10px auto;
}
#play ul.mattoplay li {
	width: 235px;
	background: #BF402D;
	margin-bottom: 20px;
}
#play ul.mattoplay li h5 {
	text-align: center;
	color: #F0E0A5;
	font-size: 1em;
	line-height: 2em;
}
#play ul.mattoplay li p {
	font-size: 13px;
	color: #fff;
	margin: 0 10px 5px;
}
#play .bnr_btn {
	width: 680px;
	line-height: 64px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #ccc;
	background: #F0E0A5;
}
#play .bnr_btn a {
	display: block;
	color: #BF402D;
	font-size: 1.6em;
	font-weight: 700;
	background: url(../img/system/bnr_btn.png) no-repeat 97%;
}

/* option */
#option {
}

/* notice */
#notice .box {
	border: 1px solid #c0c0c0;
	padding: 8px;
	text-align: center;
	margin: 10px 0 0;
	color: #BF402D;
	font-size: 18px;
	font-weight: bold;
}

/* attention */
#attention {
}
#attention dl {
	font-size: 12px;
	line-height: 1.8em;
	text-indent: 14px;
}
#attention dt {
	color: #BF402D;
}
#attention dt:before {
	content: " ";
}
#attention dd {
	text-indent: 38px;
}
#attention dd:last-child {
	margin-bottom: 10px;
}
#attention dd:before {
	content: " ";
}
/* 191224 */
/* nomination */
.nomination {
	box-sizing: border-box;
	background: #eee;
	width: 86%;
	margin: 1em auto;
	padding: 1em 4em;
	color: #444;
}
.nomination > li:not(:last-of-type) {
	margin-bottom: .4em;
}
.nom_detail {
	display: flex;
}
.nom_detail li {
	display: flex;
	align-items: center;
}
.nom_detail .nom1 {
	flex: 1;
	font-weight: 700;
}
.nom_detail .nom2 {
	flex: 1;
	font-weight: 700;
	font-size: 140%;
}
.nom_detail .nom2:after {
	content: '~';
	font-size: 70%;
}
.nom_detail .nom3 {
	flex: 2;
	font-size: 85%;
}
/* combine */
.combine {
	box-sizing: border-box;
	width: 86%;
	margin: 1em auto;
	padding: 1em 4em;
	border: 2px solid #ccc;
	font-size: 14px;
}
.combine p {
	font-size: inherit;
	text-align: center;
	margin: 0;
}
.com_pattern {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: .5em auto;
}
.com_pattern dt {
	width: 30%;
	background: #eee;
	text-align: center;
}
.com_pattern dt:not(:last-of-type) {
	margin-bottom: .5em;
}
.com_pattern dd {
	width: 70%;
	width: calc(70% - 1em);
	margin-left: 1em;
}
.com_pattern .com_time {
	text-decoration: underline;
	font-weight: 700;
	color: #bf402d;
}

/*200115_menbers card*/
.info img{
	margin-bottom:7px;
}