/* STAGE */
.stage {
	width: auto;
	background: #FF8500;
}

.stage .inner {
	position: relative;
	width: 960px;
	height: 332px;
	margin: 0 auto;
	background: #FF8500;
}

.stage .div_image_jp {
	width: 960px;
	height: 332px;
	background: url("../image/top/top_jp.jpg") left top no-repeat transparent;
	background-size: cover;
	background-position: center;
}

.stage .div_image_en {
	width: 960px;
	height: 332px;
	background: url("../image/top/top_en.jpg") left top no-repeat transparent;
	background-size: cover;
	background-position: center;
}

.stage .outline {
	width: 500px;
	margin-left: 400px;
	padding: 40px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.stage .outline .h2_blurb {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
}

.stage .outline .p_description {
	margin-bottom: 20px;
	padding-left: 0px;
}

.stage .outline .p_detail {
	text-align: right;
	padding-right: 10px;
}

.stage .outline .p_detail .bt_detail {
	display: inline-block;
	width: 140px;
	height: 40px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	background: #5277e9;
	color: #ffffff;
}

.stage .outline .p_detail .bt_detail:hover {
	color: #ffffff;
	background: #4169e1;
}

.stage .outline .p_detail .bt_detail:active {
	color: #ffffff;
	background: #4169e1;
	opacity: 0.8;
}
/* #STAGE */

/* COMMENT */
.div_comment {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
}

.div_comment .h2_title {
	display: block;
	width: 100%;
	font-size: 16px;
}

/* ITEM */
.item_summary {
	position: relative;
	width: 100%;
}

.item_summary .li_item {
	float: left;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 308px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #999999;
	font-size: 14px;
}

.item_summary .li_item .item_image {
	height: 216px;
	margin: 0 0 10px 0;
	text-align: center;
	vertical-align: baseline;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.item_summary .li_item .item_image img {
	width: 100%;
}

.item_summary .li_item .item_image:hover {
	opacity: 0.8;
}

.item_summary .li_item .item_image .div_finished {
	display: block;
	position: absolute;
	top: 80px;
	left: 55px;
	font-size: 40px;
	line-height: 1.5em;
	font-weight: bold;
	color: #eeeeee;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	text-shadow: 3px 3px 1px #777777;
}

.item_summary .li_item .div_title {
	padding: 0 10px;
	height: 36px;
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
}

.item_summary .li_item .div_title a {
	color: #333333;
}

.item_summary .li_item .div_title a:hover {
	color: #4169e1;
}

.item_summary .li_item .p_outline {
	height: 84px;
	padding: 0 10px 10px 10px;
	font-size: 14px;
	color: #777777;
}

.item_summary .li_item .div_status {
	height: 84px;
	margin: 0;
}

.item_summary .li_item .div_status .div_progress {
	height: 12px;
	margin: 10px;
	background: #dfdfdf;
}

.item_summary .li_item .div_status .div_dmy {
	height: 12px;
	margin: 10px;
}

.item_summary .li_item .div_gauge {
	height: 12px;
	background: #4169e1;
}

.item_summary .li_item .div_status .ul_status {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 10px;
}

.div_status .ul_status li {
	display: table-cell;
	min-width: 46px;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #777777;
	font-size: 14px;
	line-height: 1.5em;
}

.ul_status li.first {
	padding-left: 0;
}

.ul_status li.last {
	padding-right: 0;
}

.ul_status li span {
	margin-right: 3px;
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Meiryo, Osaka, Sans-Serif;
	font-weight: bold;
}