@charset "utf-8";

/******************** system ********************/
.comment {
	border: 3px double #d7b428;
	padding: 10px;
	color: #b49128;
	margin: 10px 10px 0;
}
#howto, #transport {
	padding: 0 10px;
	text-align: left;
}
#howto ol, #howto li {
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
}
#howto li {
	margin: 0 0 6px 20px;
}
#transport dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
}
#transport dt {
	width: 75%;
	border-bottom: 1px solid #000;
	padding: 6px 5px 4px;
	line-height: 120%;
}
#transport dd {
	width: 25%;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 5px 4px 10px;
}
/******************** course ********************/
#course {
	margin: 30px 10px 20px;
	text-align: left;
}
#course h3 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";;
	font-weight: bold;
	color: #004b2a;
	background: url("/wp-content/uploads/2025/04/system_course.png") no-repeat top left;
	background-size: 30px;
	line-height: 30px;
	padding-left: 35px;
	float: left;
	margin-bottom: 10px;
}
#course p.manga {
	float: right;
    margin-left: 5px;
}
#course p.manga a {
	display: block;
	background: #b3fcf2 url("/wp-content/uploads/2025/04/icon_star.png") no-repeat 2px 4px;
	background-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00d7b5;
	line-height: 26px;
	padding: 0 7px 0 23px;
	color: #000;
	font-weight: bold;
}
#course .wrap {
	clear: both;
	border: 1px solid #59e1cd;
	padding: 10px;
	width: 100%;
	margin: 30px 0 20px;
}
.rate {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	font-feature-settings : "palt";
	display: block;
}
ul.rate_sub {
}
ul.rate_sub li {
	background: #f5f5f5;
	padding: 8px 10px;
	margin: 10px 0 3px 0;
}
ul.rate_sub dt {
	background: url("/wp-content/uploads/2025/04/system_rate.png") no-repeat 0 0px;
	background-size: 20px;
	line-height: 20px;
	padding-left: 24px;
	color: #004b2a;
	font-size: 16px;
}
ul.rate_sub p {
	color: #62972e;
	padding: 5px 0 0;
}
.gray1 {
	color: #bbb;
	font-weight: bold;
	margin-bottom: 5px;
}
.gray2 {
	color: #777;
	margin-top: 10px;
}
/******************** description ********************/
.system_2 {
	border: 1px solid #e8e1ba;
	padding: 10px;
	text-align: left;
	margin: 0px 10px;
}
.rate .small {
	font-size: 16px;
	font-weight: normal;
}
.credit {
	background: url("/wp-content/uploads/2025/04/system_credit.png") no-repeat 550px 30px;
	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;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
}
#option .rate  {
	line-height: 120%;
}
#option .small {
	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: 10px;
	text-align: left;
}
/******************** costume ********************/
ul.costume {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none !important;
}
ul.costume li {
	width: 100px;
	height: 172px;
	text-align: center;
	margin: 0 2px 5px;
	background: #f5f5f5;
	list-style-type: none !important;
}
ul.costume li img {
	width: 94px;
	height: auto;
	margin-bottom: 4px;
}
p.namae, p.namae_red {
	background: #000;
	color: #fff;
	line-height: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
	width: 100px;
    height: 42px;
    vertical-align: middle;
    display: table-cell;
}
p.namae_red {
	background: #c00;
}
p.pic {
	margin: 2px;
}
p.pic img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	vertical-align: middle;
}
/******************** play ********************/
ul.play {
	margin-bottom: 30px;
}
ul.play li {
	margin: 0 10px 10px;
}
ul.play img {
	width: 100%;
	height: auto;
}
#play_warning {
	text-align: left;
	padding: 10px 10px 0;
}


/* よく使いそうな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用 */  
  
