@charset "utf-8";

/* screen
-------------------------------------------------------*/
#screen {
	position: relative;
}


/* pageNavWrap
-------------------------------------------------------*/
.pageNavWrap {
	margin-bottom: 20px;
	position: relative;
	letter-spacing: -.40em;
}
.pageNavWrap .number,
.pageNavWrap .sortBox,
.pageNavWrap .sort,
.pageNavWrap .pager {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.pageNavWrap .number {
	width: 340px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000;
}
.pageNavWrap .number em {
	font-size: 2.8rem;
	color: #1b93d2;
	font-family: 'Oswald', sans-serif;
	margin-right: 0.3em;
}
.pageNavWrap .sortBox {
	width: calc(100% - 340px);
	text-align: right;
}
.pageNavWrap .sort {
	width: 170px;
	margin-right: 20px;
}
.pageNavWrap .sort select {
	height: 30px;
	font-size: 1.4rem;
	padding: 5px 40px 5px 5px;
}
.pageNavWrap .sort .select::after {
	font-size: 1.7rem;
}

.pageNavWrap ul {
	letter-spacing: -.40em;
}
.pageNavWrap li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.pageNavWrap li:last-child {
	margin-right: 0;
}
.pageNavWrap li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 1.3rem;
	line-height: 28px;
	color: #1b93d2;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	border: solid 1px #1b93d2;
	border-radius: 2px;
}
.pageNavWrap li a.active,
.pageNavWrap li a:hover {
	background: #1b93d2;
	color: #fff;
}


/* list
-------------------------------------------------------*/
.listBox {
	border-top: solid 4px #1b93d2;
	border-left: solid 1px #f1f1f1;
	border-right: solid 1px #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
	margin-bottom: 40px;
}
.listBox .ttlBox {
	padding: 10px 15px 15px;
	background: #effaff;
	position: relative;
}
.listBox .ttlBox .ttl01 {
	font-size: 1.8rem;
	color: #1b93d2;
	line-height: 1.3;
	font-weight:  bold;
}
.listBox .ttlBox .ttl01 span {
	display: block;
	margin-bottom: 2px;
	font-weight:  normal;
}
.listBox .ttlBox .ttl01 .icon {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.2rem;
	line-height: 25px;
	background: #001400;
	color: #fff;
	margin-right: 0.5em;
}
.listBox .ttlBox .ttl01 .new {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 25px;
	color: #d91c24;
	font-family: 'Oswald', sans-serif;
}
.listBox .ttlBox .ttl01 a:hover {
	text-decoration: underline;
}
.listBox .ttlBox .number {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #666666;
	position: absolute;
	top: 15px;
	right: 20px;
}

.listBox .contBox {
	padding: 10px 15px;
}
.listBox .contBox .ttl02 {
	font-size: 1.7rem;
	color: #5bbdd8;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight:  bold;
}
.listBox .contBox .outline {
	margin-bottom: 10px;
}
.listBox .contBox .outline table {
	width: 450px;
	float: left;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #000;
}
.listBox .contBox .outline th {
	/* width: 100px; */
	padding: 10px;
	background: rgba(27, 147, 210, 0.25);
	text-align: left;
	/* border-top: solid 1px #fff; */
	border-bottom: solid 1px #fff;
	white-space: nowrap;
	vertical-align: middle;
}
.listBox .contBox .outline td {
	padding: 10px;
	background: #fff;
	/* border-top: solid 1px #d2d2d2; */
	/* border-bottom: solid 1px #ffffff; */
}
.listBox .contBox .outline .imgBox {
	width: 260px;
	float: right;
}
.listBox .contBox .outline .imgBox .img {
	width: 260px;
	height: 180px;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.listBox .contBox .outline .imgBox .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.listBox .contBox .outline .imgBox ul {
	letter-spacing: -.40em;
}
.listBox .contBox .outline .imgBox li {
	display: inline-block;
	letter-spacing: normal;
	width: 80px;
	line-height: 20px;
	font-size: 1.3rem;
	text-align: center;
	color: #1b93d3;
	background: #ffffff;
	margin-right: 10px;
	border: 1px solid #1b93d3;
}
.listBox .contBox .outline .imgBox li:nth-child(3n) {
	margin-right: 0;
}
.listBox .contBox .icons ul {
	letter-spacing: -.40em;
}
.listBox .contBox .icons li {
	display: inline-block;
	letter-spacing: normal;
	width: 175px;
	line-height: 28px;
	font-size: 1.3rem;
	text-align: center;
	color: #9f9f9f;
	background: #fff;
	border: solid 1px #9f9f9f;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.listBox .contBox .icons li.active {
	color: #fff;
	background: #1b93d2;
	border: solid 1px #1b93d2;
}
.listBox .contBox .icons li:nth-child(4n) {
	margin-right: 0;
}
.listBox .btnBox {
	padding: 15px 0;
	background: #f5f5f5;
	text-align: center;
}
.listBox .btnBox ul {
	display: inline-block;
	letter-spacing: -.40em;
}
.listBox .btnBox li {
	display: inline-block;
	letter-spacing: normal;
	width: 240px;
	margin-right: 0px;
}
.listBox .btnBox a {
	margin-right: 20px;
}
.listBox .btnBox a:last-child {
	margin-right: 0px;
}
.listBox .btnBox li button {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	/* font-weight: bold; */
	line-height: 48px;
	border: solid 1px #d86379;
	border-radius: 3px;
	box-shadow:0px 2px 2px -1px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	cursor: pointer;
}
.listBox .btnBox li.btn01 button {
	color: #d86379;
	background: #fff;
}
.listBox .btnBox li.btn02 button {
	color: #fff;
	background: #d86379;
}
.listBox .btnBox li span {
	display: inline-block;
	padding-left: 1em;
	position: relative;
}
.listBox .btnBox li span::after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}
.listBox .btnBox li.btn01 span::after {
	content: "\f004";
}
.listBox .btnBox li.btn02 span::after {
	content: "\f105";
}
.listBox .btnBox li button:hover {
	opacity: 0.6;
}


/* detail
-------------------------------------------------------*/
.detailBox {
	border-top: solid 5px #1b93d2;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	margin-bottom: 20px;
}
.detailBox .ttlBox {
	padding: 15px 20px 20px;
	background: #f8f8ec;
	position: relative;
}
.detailBox .ttlBox .ttl01 {
	font-size: 1.8rem;
	color: #000;
	line-height: 1.3;
}
.detailBox .ttlBox .ttl01 span {
	display: block;
	margin-bottom: 10px;
}
.detailBox .ttlBox .ttl01 .icon {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.2rem;
	line-height: 25px;
	background: #001400;
	color: #fff;
	margin-right: 0.5em;
}
.detailBox .ttlBox .ttl01 .new {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 25px;
	color: #d91c24;
	font-family: 'Oswald', sans-serif;
}
.detailBox .ttlBox .number {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #666666;
	position: absolute;
	top: 15px;
	right: 20px;
}

.detailBox .contBox {
	padding: 10px 20px;
}
.detailBox .contBox .icons01 {
	letter-spacing: -.40em;
	margin-bottom: 5px;
}
.detailBox .contBox .icons01 li {
	display: inline-block;
	letter-spacing: normal;
	width: 80px;
	line-height: 20px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	background: #a8bc21;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius:2px
}
.detailBox .contBox .icons01 li:nth-child(8n) {
	/* margin-right: 0; */
}
.detailBox .contBox .ttl02 {
	font-size: 1.9rem;
	color: #ff6a6a;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight:  bold;
}

.detailBox .contBox .outline {
	margin-bottom: 10px;
}
.detailBox .contBox .outline table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000;
}
.detailBox .contBox .outline th {
	width: 18%;
	padding: 10px;
	background: rgba(27, 147, 210, 0.25);
	text-align: left;
	border: solid 1px #d2d2d2;
}
.detailBox .contBox .outline td {
	padding: 10px;
	background: #fff;
	border: solid 1px #d2d2d2;
}
.detailBox .contBox .icons02 ul {
	letter-spacing: -.40em;
	margin-bottom: 10px;
}
.detailBox .contBox .icons02 li {
	display: inline-block;
	letter-spacing: normal;
	width: 172px;
	line-height: 28px;
	font-size: 1.3rem;
	text-align: center;
	color: #9f9f9f;
	background: #fff;
	border: solid 1px #9f9f9f;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.detailBox .contBox .icons02 li.active {
	color: #fff;
	background: #1b93d2;
	border: solid 1px #1b93d2;
}
.detailBox .contBox .icons02 li:nth-child(4n) {
	margin-right: 0;
}

.detailBox .contBox .imgBox {
	margin-bottom: 0px;
}
.detailBox .contBox .imgBox ul {
	letter-spacing: -.40em;
}
.detailBox .contBox .imgBox li {
	letter-spacing: normal;
	display: inline-block;
	width: 172px;
	height: 120px;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
}
.detailBox .contBox .imgBox li:last-child {
	margin-right: 0;
}
.detailBox .contBox .imgBox li img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.detailBox .contBox .remark {
	border: solid 1px #1b93d2;
	background: #ebf9ff;
	padding: 20px;
	border-radius: 3px;
}
.detailBox .contBox .remark .ttl03 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: #1b93d2;
	margin-bottom: 10px;
}
.detailBox .contBox .remark p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.detailBox .btnBox {
	padding: 15px 0;
	background: #f8f8ec;
	text-align: center;
}
.detailBox .btnBox ul {
	display: inline-block;
	letter-spacing: -.40em;
}
.detailBox .btnBox li {
	display: inline-block;
	letter-spacing: normal;
	width: 240px;
	margin-right: 20px;
}
.detailBox .btnBox li:last-child {
	margin-right: 0;
}
.detailBox .btnBox li button {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 48px;
	border: solid 1px #d86379;
	border-radius: 3px;
	box-shadow:0px 2px 2px -1px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	cursor: pointer;
}
.detailBox .btnBox li.btn01 button {
	color: #d86379;
	background: #fff;
}
.detailBox .btnBox li.btn02 button {
	color: #fff;
	background: #d86379;
}
.detailBox .btnBox li span {
	display: inline-block;
	padding-left: 1em;
	position: relative;
}
.detailBox .btnBox li span::after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}
.detailBox .btnBox li.btn01 span::after {
	content: "\f004";
}
.detailBox .btnBox li.btn02 span::after {
	content: "\f105";
}
.detailBox .btnBox li button:hover {
	opacity: 0.6;
}

.btnBack {
	width: 200px;
	margin: 0 auto;
}
.btnBack a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 38px;
	color: #666;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f9f9f9;
	box-shadow:0px 2px 2px -1px rgba(0,0,0,0.3);
}
.btnBack span {
	display: inline-block;
	padding-left: 1.2em;
	position: relative;
}
.btnBack span::after {
	display: inline-block;
	content: "\f100";
	font-family: "FontAwesome";
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -55%);
}
.btnBack a:hover {
	opacity: 0.6;
}


/* search
-------------------------------------------------------*/
.searchBox table {
	width: 100%;
	font-size: 1.4rem !important;
	margin-bottom: 30px;
}
.searchBox tr {
	border-bottom: solid 1px #dedede;
}
.searchBox tr:nth-child(even) {
	background: #fdfdfd;
}
.searchBox tr:last-child {
	border-bottom: none;
}
.searchBox th {
	padding: 15px;
	text-align: left;
	white-space: nowrap;
}
.searchBox td {
	padding: 15px;
}
.searchBox .search02 li {
	width: 50%;
	float: left;
}
.searchBox li {
	line-height: 30px;
}
.searchBox .search02 li:nth-child(1) {
	padding-right: 5px;
}
.searchBox .search02 li:nth-child(2) {
	padding-left: 5px;
}
.searchBox .search03 li {
	float: left;
}
.searchBox .search03 li:nth-child(1) {
	width: 30%;
	padding-right: 10px;
}
.searchBox .search03 li:nth-child(3) {

	display: inline-block;
	width: 10%;
	text-align: center;
	line-height: 45px;
}
.searchBox .search03 li:nth-child(2),
.searchBox .search03 li:nth-child(4) {
	width: 30%;
}
.searchBox .search04 li {
	width: 50%;
	float: left;
	margin-bottom:10px;
}
.searchBox .search05 li {
	width: 25%;
	float: left;
}
.searchBox .search06 li {
	width: 50%;
	float: left;
}
.searchBox .search07 li {
	width: 50%;
	float: left;
}
.searchBox .search08 li {
	width: 50%;
	float: left;
}
.searchBox .btnBox {
	padding: 20px;
	text-align: center;
}
.searchBox .btnBox ul {
	display: inline-block;
	letter-spacing: -.40em;
}
.searchBox .btnBox li {
	display: inline-block;
	letter-spacing: normal;
	width: 300px;
	margin-right: 20px;
}
.searchBox .btnBox li:last-child {
	margin-right: 0;
}
.searchBox .btnBox li button {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	background: #d86379;
	border: solid 1px #d86379;
	border-radius: 3px;
	box-shadow:0px 2px 2px -1px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	cursor: pointer;
}
.searchBox .btnBox li span {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
}
.searchBox .btnBox li span::after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -45%);
}
.searchBox .btnBox li span::after {
	content: "\f002";
}
.searchBox .btnBox li button:hover {
	opacity: 0.6;
}




