@charset "utf-8";
/* CSS Document */

/*spinload用*/
@-o-keyframes spin {to {-o-transform: rotate(1turn); }}
@-ms-keyframes spin {to {-ms-transform: rotate(1turn); }}
@-moz-keyframes spin {to {-moz-transform: rotate(1turn); }}
@-webkit-keyframes spin {to {-webkit-transform: rotate(1turn); }}
@keyframes spin {to {transform: rotate(1turn); }}
.spinload>div {
	position: relative;
	display: inline-block;
	width: 5em;
	height: 5em;
	margin: 0 .5em;
	font-size: 12px;
	text-indent: 999em;
	overflow: hidden;
	-webkit-animation: spin 1s infinite steps(8);
	-moz-animation: spin 1s infinite steps(8);
	-ms-animation: spin 1s infinite steps(8);
	-o-animation: spin 1s infinite steps(8);
	animation: spin 1s infinite steps(8);
}

.drill_info {
	width: 200px;
	height: 270px;
	float: left;
	margin: 0 0 10px 18px;
}
.drill_info .drill_box {
	height: 246px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #efefef), color-stop(0.00, #ffffff));
	background: linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 10px;
	position: relative;
	box-shadow: rgba(210, 210, 210, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(210, 210, 210, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(210, 210, 210, 0.65098) 0px 0px 6px 3px;
}
.drill_info p {
	margin: 0 0 5px 0;
}
.drill_info img {
	width: 180px;
	margin: 0 auto;
}
.drill_info .playable {
	cursor: pointer;
}
.drill_info .playable:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.drill_info .mission {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	text-align: left;
}
.drill_info .menu_name {
	color: #ff831f;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
}
.drill_info .ste_event {
	padding-left: 0px;
}
.drill_info .ste_event>li {
	list-style: none;
	background: #ff831f;
	padding: 5px 6px 4px;
	float: left;
	font-size: smaller;
	line-height: 12px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	color: #ffffff;
}
.drill_info p.play_count {
	color: #000000;
	text-align: right;
}

.shadow {
	width: 100%;
	margin-right: 0;
	height: 18px;
	opacity: 31.2;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0)));
	-webkit-mask-box-image: -webkit-gradient(linear, left top, right top, color-stop(0.0, rgba(0,0,0,0)), color-stop(0.5, rgba(0,0,0,.8)), color-stop(1.0, rgba(0,0,0,0)));
}

#Tiles {
	min-height: 280px;
	text-align: center;
}

.pagenation {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
	position: relative;
	height: 32px;
}
.pagenation:before,
.pagenation:after {
	content: " ";
	display: table;
}
.pagenation:after {
	clear: both;
}
.pagenation li {
	display: inline;
}
.pagenation button {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
	color: #428bca;
}
.pagenation button:hover {
	background-color: #eeeeee;
}
.pagenation button:focus {
	text-decoration: none;
	outline: none;
}
.pagenation .next > button{
	float: right;
}
.pagenation .previous > button {
	float: left;
}
.pagenation .active_page {
	display: block;
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	color: #ff831f;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic",sans-serif;
}
.pagenation button.disabled,
.pagenation button.disabled:hover,
.pagenation button.disabled:focus {
	color: #999999;
	background-color: #ffffff;
	cursor: not-allowed;
	display: none;
}

#ViewaWrapper {
	background: silver;
	padding: 10px;
	position: relative;
	border-radius: 5px;
}
#view-inner {
	background: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 20px 10px;
}
#InfoArea {
	float: left;
	width: 316px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}
#InfoArea h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #fe6100;
	font-weight: bold;
	border-bottom: dotted 3px #241818;
}
#InfoArea h2.aim {
	color: #fe6100;
	font-weight: bold;
	font-size: 130%;
	margin: 0;
}
#InfoArea h3 {
	color: #fe6100;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
}

ul.detail li {
	color: #fe6100;
}
ul.detail li span {
	color: #241818;
}
.enhance_point {
	margin: 0;
	padding-top: 10px;
	min-height: 37px;
}
#InfoArea ul,
#InfoArea li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#InfoArea .enhance_point li {
	background: rgb(255,118,0);
	background: rgba(255,118,0,1);
	padding: 5px 6px 4px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin: 0 5px 5px 0;
	list-style: none;
	color: white;
}
#InfoArea .aim_txt {
	padding-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
}

#ViewaWrapper .fig {
	clear: both;
	overflow: hidden;
	background: white;
}
#ViewaWrapper .detail {
	width: 150px;
}
#ViewaWrapper .fig ul {
	float: left;
	padding-right: 5px;
}
#ViewaWrapper .man {
	width: 50px;
	height: 90px;
	position: relative;
}
#ViewaWrapper .man li {
	position:absolute;
	border-radius: 3px;
	text-align:-9999px;
	line-height:0px;
	font-size:0px;
}
#ViewaWrapper .man li.level00 {
	background:#5c372c;
	background:rgba(255,71,14,0.2);
}
#ViewaWrapper .man li.level01 {
	background:#c24119;
	background:rgba(255,71,14,0.7);
}
#ViewaWrapper .man li.level02 {
	background:#ff470e;
	background:rgba(255,71,14,1);
}
#ViewaWrapper .head {
	width: 16px;
	height: 16px;
	border-radius: 8px !important;
	left: 12px;
	top: 0px;;
}
#ViewaWrapper .hand_l {
	left: 0px;
	top: 17px;
	width: 8px;
	height: 40px;
}
#ViewaWrapper .hand_r {
	left: 34px;
	top: 17px;
	width: 8px;
	height: 40px;
}
#ViewaWrapper .body {
	width: 22px;
	height: 35px;
	left: 10px;
	top: 17px;
}
#ViewaWrapper .foot_l{
	left: 11px;
	top: 54px;
	width: 9px;
	height: 40px;
}
#ViewaWrapper .foot_r{
	left: 22px;
	top: 54px;
	width: 9px;
	height: 40px;
}
#ViewaWrapper .lamp {
	float: right;
	width: 105px;
	background: url(/images/drill/ttl_lamp.gif) no-repeat 0px 0px;
	padding-top: 20px;
	padding-right: 0px;
	font-size: 20px;
	text-align: center;
}

#ViewaWrapper .lamp li {
	height: 43px;
	width: 43px;
	padding: 8px 0px 0px 2px;
	color: #000;
	font-weight: bold;
	float: left;
	margin: 0 2px;
}
/*パワーとテクニックの背景画像*/
#ViewaWrapper .lamp .tech00 {
	background: url(/images/drill/lamp42_t00.png) no-repeat right top;
}
#ViewaWrapper .lamp .power00 {
	background: url(/images/drill/lamp42_p00.png) no-repeat right top;
}
#ViewaWrapper .lamp .tech01 {
	background: url(/images/drill/lamp42_t01.png) no-repeat right top;
}
#ViewaWrapper .lamp .power01 {
	background: url(/images/drill/lamp42_p01.png) no-repeat right top;
}
#ViewaWrapper .lamp .tech02 {
	background: url(/images/drill/lamp42_t02.png) no-repeat right top;
}
#ViewaWrapper .lamp .power02 {
	background: url(/images/drill/lamp42_p02.png) no-repeat right top;
}

#ViewArea {
	float: left;
	width: 480px;
	height: 360px;
	background: black;
	padding: 5px 0;
}
#view-inner:after {
	display: block;
	content: "";
	clear: both;
}
#close-view {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px 10px 10px 0;
	background-color: #a1a3a2;
	color: #000000;
	padding: 0px 8px;
	font-size: 150%;
	cursor: pointer;
}
#close-view a:before {
	content: "\002715";
	color: #000000;
}
#close-view a:link,
#close-view a:visited {
	text-decoration: none;
	display: block;
}
#close-view a:hover,
#close-view a:active {
	text-decoration: none;
}
.img-link {
	cursor: pointer;
}
i.spin {
	font-size: 150px;
	color: #ff831f;
}

#dp-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	width: 860px;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","MS UI Gothic",sans-serif;
}
#dp-area {
	height: 95px;
	background: url(/images/drill/btn_bg.png) no-repeat center top;
}
#dp-btn {
	position: absolute;
	margin: 20px 0 0 500px;
	height: 55px;
	width: 181px;
	border-radius: 30px;
	background: url(/images/drill/btn_pts.png) no-repeat left top;
	cursor: pointer;
}
#dp-btn:hover {
	background: url(/images/drill/btn_pts_on.png) no-repeat left top;
}
#dp-point {
	position: absolute;
	display: block;
	margin: 26px 0 0 756px;
	color: red;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 45px;
	height: 62px;
	width: 62px;
	line-height: 62px;
	text-align: center;
}
#dp-text {
	margin-top: 5px;
	color: red;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
#dp-text p:last-child {
	color: black;
	font-size: 80%;
	font-weight: normal;
}
#dp-text p a {
	color: red;
	text-decoration: underline;
}

#list-wrapper {
	margin: 0;
	margin-top: 20px;
	background: #ffffff;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","MS UI Gothic",sans-serif;
}
.ttl_viewlist {
	font-size: 170%;
	font-weight: bold;
}
.base-color {
	color: #006e00;
}
#nav-wrapper {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid silver;
	border-radius: 5px;
	border-spacing: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#nav-wrapper ul,
#nav-wrapper li {
	list-style: none;
}
#nav-wrapper table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
#nav-wrapper thead {
	font-size: 140%;
	font-weight: bold;
}
#nav-wrapper th {
	padding-left: 0.5em;
}
#nav-wrapper th:first-child {
	width: 3.5em;
}
#nav-wrapper tbody tr {
	border-top: 1px solid silver;
}
#nav-wrapper td {
	vertical-align: top;
	border-left: 1px solid silver;
	padding: 2px;
	font-family: "MS UI Gothic","游ゴシック","Yu Gothic","游ゴシック体","YuGothic",sans-serif;
}
#nav-wrapper td:first-child {
	border-left: none;
}
#nav-wrapper li {
	display: inline-block;
	font-size: 100%;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}
#nav-wrapper label {
	margin-left: 2px;
	font-weight: normal;
}
#nav-wrapper .d_aim label {
	font-size: 80%;
}
#nav-wrapper input[type=radio] {
	margin: 0 0 0 2px;
	vertical-align: middle;
	cursor: pointer;
}
#nav-wrapper input[type=radio] + label {
	cursor: pointer;
}
#nav-wrapper input[type=radio]:checked + label {
	color: #ff831f;
	text-decoration: underline;
}
