@charset "utf-8";

/******************** system ********************/
.comment {
	background: url("/wp-content/uploads/2025/04/system_comment.png") no-repeat top center;
	height: 100px;
	padding: 25px 0;
	color: #b49128;
	font-size: 16px;
	line-height: 160%;
	margin: -10px 0 30px;
}
.system_1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.system_1 div {
	width: 540px;
	text-align: left;
}
#howto ol, #howto li {
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
}
#howto li {
	margin: 0 0 6px 15px;
}
#transport dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: -10px 0 20px;
}
#transport dt {
	width: 400px;
	border-bottom: 1px solid #000;
	padding: 10px 5px 5px;
}
#transport dd {
	width: 140px;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 5px;
}
.text {
	margin: 0 5px;
}
/******************** course ********************/
#course {
	margin-bottom: 40px;
	text-align: left;
}
#course h3 {
	font-size: 24px;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #004b2a;
	background: url("/wp-content/uploads/2025/04/system_course.png") no-repeat top left;
	line-height: 47px;
	padding-left: 53px;
	float: left;
	margin-bottom: 10px;
}
#course p.manga {
	float: right;
    margin-left: 20px;
}
#course .wrap {
	clear: both;
	border: 1px solid #59e1cd;
	padding: 15px 30px 15px;
	width: 100%;
	margin: 30px 0;
}
.rate {
	font-size: 24px;
	font-family: "A-OTF リュウミン Pr5 R-KL", "游明朝", YuMincho,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E";
/*
	line-height: 150%;
*/
	font-weight: bold;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	display: block;
}
ul.rate_sub {
	display: flex;
	justify-content: flex-start;
}
ul.rate_sub li {
	background: #f5f5f5;
	padding: 8px 25px 10px 15px;
	margin: 15px 20px 5px 0;
	width: auto;
	display: flex;
	justify-content: flex-start;
}
ul.rate_sub dt {
	background: url("/wp-content/uploads/2025/04/system_rate.png") no-repeat 0 3px;
	line-height: 30px;
	padding-left: 34px;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	color: #004b2a;
	font-size: 20px;
}
ul.rate_sub p {
	white-space: nowrap;
	color: #62972e;
	padding: 15px 0 0 30px;
}
.gray1 {
	color: #bbb;
	font-weight: bold;
	margin-bottom: 5px;
}
.gray2 {
	color: #777;
	margin-top: 10px;
}
/******************** description ********************/
.system_2 {
	border: 1px solid #e8e1ba;
	padding: 15px 30px;
	text-align: left;
	margin-bottom: 40px;
}
.small1 {
	font-size: 18px;
}
.rate .small {
	font-size: 16px !important;
	display: block;
	position: relative;
	left: 120px;
	top: -25px;
	margin-bottom: -45px;
}
.credit {
	background: url("/wp-content/uploads/2025/04/system_credit.png") no-repeat 500px 270px;
	margin-bottom: 15px;
}
.credit .rate {
	line-height: 100%;
}
.credit .orange {
	margin-top: 6px;
	color: #fd9b00;
}
.system_2 .red {
	color: #d12878;
	margin-bottom: 15px;
}
/******************** option ********************/
.cosplay {
	margin: 0 0 10px;
}
.cosplay a {
	background: #6594ff;
	border: 2px solid #c4d6ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	line-height: 24px;
	width: 160px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#option .rate  {
	line-height: 110%;
}
#option .small {
	letter-spacing: 0.05em;
	font-size: 14px;
	margin-left: 15px;
}
#option .red {
	color: #df0000;
}
#option .blue {
	color: #2064ff;
}
#option .green {
	color: #00ac55;
}
#option .orange {
	color: #FA7000;
}

/******************** attention ********************/
#attention {
	background: #f5f5f5;
	padding: 20px;
	text-align: left;
}
/******************** costume ********************/
ul.costume {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.costume li {
	background: #f5f5f5;
	margin: 10px;
}
ul.costume dl {
	display: flex;
	justify-content: flex-start;
}
p.namae, p.namae_red {
	background: #000;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 190px;
	overflow: visible;
	white-space: nowrap;
	text-align: center;
}
p.namae_red {
	background: #c00;
}
p.pic {
	margin: 5px;
}
p.pic img {
	width: 180px;
	height: 240px;
	border: 1px solid #fff;
	vertical-align: middle;
}
/******************** play ********************/
ul.play {
	margin: 0 0 30px 60px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.play li {
	margin: 0 10px 10px;
}
#play_warning {
	text-align: left;
	padding: 20px 10px 0;
	line-height: 180%;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

