@charset "utf-8";

/* listBox
---------------------------------------- */
#categoryList {
	padding: 15px 0;
	margin-bottom: 10px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px dotted;
}

#categoryList ul {
	width: 100%;
	float: left;
	display: inline;
	border-left: #aaa 1px solid;
}

#categoryList li {
	float: left;
	display: inline;
	padding: 0 10px;
	border-right: #aaa 1px solid;
}

#categoryList li .current {
	text-decoration: none;
	color: #e51002;
}

#listBox .fleft {
	width: 208px;
	margin: 0 40px 40px 0;
	position: relative;
	border: #aaa 1px solid;
}

#listBox .fleft a {
	display: block;
	text-decoration: none;
}

#listBox .fleft a:hover {
	opacity: 0.8;
}

#listBox .nomargin {
	margin-right: 0 !important;
}

#listBox .photo {
	width: 180px;
	height: 120px;
	text-align: center;
	margin: 30px auto 10px;
}

#listBox .photo div {
	display: table-cell;
	width: 180px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

#listBox .icon02 {
	width: 50px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../../images/play/icon01.gif) no-repeat left top;
}

#listBox .icon03 {
	width: 50px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../../images/play/icon02.gif) no-repeat left top;
}

#listBox .icon04 {
	width: 50px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../../images/play/icon03.gif) no-repeat left top;
}

#listBox .icon05 {
	width: 70px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../../images/play/icon08.gif) no-repeat left top;
}

#listBox h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d60000;
	line-height: 16px;
	padding: 0 10px;
	margin-bottom: 10px;
	border-left: #d60000 5px solid;
}

#listBox h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

/* selectBox
---------------------------------------- */
#title01 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 30px;
	background: url(../../images/play/h2_tex.gif) no-repeat left center;
	background-size: 100%;
}

#selectBox {
	display: flex;
	padding-bottom: 40px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}

#selectBox .fleft {
	width: 63%;
}

#selectBox .fleft div {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#selectBox .fright {
	width: 37%;
	padding-top: 30px;
}

#selectBox img {
	width: 75%;
	height: auto;
}

#icon02 {
	width: 90px;
	line-height: 49px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	background: url(../../images/play/icon05.gif) no-repeat left top;
}

#icon03 {
	width: 90px;
	line-height: 49px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	background: url(../../images/play/icon06.gif) no-repeat left top;
}

#icon04 {
	width: 90px;
	line-height: 49px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	background: url(../../images/play/icon07.gif) no-repeat left top;
}

#icon05 {
	width: 113px;
	line-height: 49px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	background: url(../../images/play/icon09.gif) no-repeat left top;
}

#selectBox .fright h3 {
	font-size: 20px;
	font-weight: bold;
	color: #00b13e;
	line-height: 24px;
	margin-bottom: 15px;
}

#selectBox .fright ul {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #aaa 1px dotted;
}

#selectBox .fright .desc {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #aaa 1px solid;
}

#selectBox .fright .btn01 {
	width: 130px;
	margin-bottom: 40px;
}

#title02 {
	font-size: 16px;
	font-weight: bold;
	color: #0900c6;
	line-height: 40px;
	padding-left: 25px;
	margin-bottom: 30px;
	border-bottom: #aaa 1px dotted;
	background: url(../../images/play/icon04.gif) no-repeat left center;
}

.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #3e8fd3;
	line-height: 26px;
}

.pdfLink {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.pdfLink img {
	vertical-align: top;
}

@media screen and (max-width: 990px) {

	#title01 {
		font-size: 2vw;
		white-space: nowrap;
	}

	#listBox {
		display: grid;
		gap: 40px;
	}

	#listBox .fleft {
		margin: 0;
		width: 100%;
	}

	#listBox .fleft {
		width: 99%;
	}

}

@media screen and (min-width: 768px) and (max-width: 990px) {

	#listBox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

}

@media screen and (max-width: 768px) {

	#selectBox {
		flex-direction: column;
	}

	#selectBox .fleft {
		width: 100%;
	}

	#selectBox .fright {
		width: 100%;
	}

}