@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #leadBox h
---------------------------------------- */
/*
#leadBox {
	margin: 53px 0 0;
	padding: 60px 0 50px;
}
#leadBox h2 {
	text-align: center;
}
@media screen and (max-width: 768px) {
#leadBox {
	margin: 53px 0 0;
	padding: 1.5em 0;
}
}
*/

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents .wrapper {
	margin: 0 auto;
	width: 920px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - leadBox
---------------------------------------- */
.leadBox{
	margin: 53px 0 0;
	padding: 40px 0;
}
@media screen and (max-width: 768px) {
.leadBox{
	margin: 2em 0 0;
	padding: 1em 0;
}
}

/* ----------------------------------------
 - .btnSortPC .btnSortSP
---------------------------------------- */
#Contents ul.btnSortPC {
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}
#Contents ul.btnSortPC li {
	display: inline-block;
	margin-right: 20px;
}
#Contents ul.btnSortPC li a {
	border: solid 1px #fff;
	border-radius: 100px;
	display: block;
	font-weight: bold;
	font-family:"FOT-筑紫A丸ゴシック Std B";
	padding: 9px 18px;
	text-align: center;
}
#Contents ul.btnSortPC li a:hover,
#Contents ul.btnSortPC li a.active {
	border: solid 1px #ec6d88;
	border-radius: 100px;
	text-decoration: none;
}
#Contents select.btnSortSP {
	display: none;
}

@media screen and (max-width: 768px) {
#Contents ul.btnSortPC {
	display: none;
}
#Contents select.btnSortSP {
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/arw.png) right 50% no-repeat;
	background-size: 10px;
	border: none;
	display: block;
	font-weight: bold;
	font-family:"FOT-筑紫A丸ゴシック Std B";
	margin: 0 auto 1em;
	width: 100px;
}
}

/* ----------------------------------------
 - section
---------------------------------------- */
#Contents section {
	margin-bottom: 100px;
	position: relative;
}
#Contents section:last-child {
	margin-bottom: 0;
}
#Contents section p img {
	border-radius: 3px;
}
#Contents section p.txt {
	background-color: rgba( 247, 247, 247, 0.6 );
	line-height: 2;
	border-radius: 3px;
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: 35px;
	width: 240px;
}
#Contents section p.txt span {
	display: block;
	font-size: 12px;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
#Contents section {
	margin-bottom: 2em;
	position: relative;
}
#Contents section:last-child {
	margin-bottom: 0;
}
#Contents section p.txt {
	background-color: rgba( 247, 247, 247, 0.95 );
	line-height: 2;
	border-radius: 0;
	box-sizing: border-box;
	margin: -1.5em auto 0;
	padding: 2em;
	position: relative;
	right: auto;
	bottom: auto;
	width: 92%;
}
#Contents section p.txt span {
	display: block;
	font-size: 12px;
	margin-top: 2em;
}
}

/* ----------------------------------------
 - .pager
---------------------------------------- */
.pager ul li:first-child {
	background-image: none;
	padding-right: 0;
}
.pager ul li:first-child a {
	background: url(/common/images/pager_arw_l.png) center center no-repeat;
	display: block;
	padding-right: 38px;
}
.pager ul li:first-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.pager ul li:last-child {
	background-image: none;
	padding-left: 0;
}
.pager ul li:last-child a {
	background: url(/common/images/pager_arw_r.png) center center no-repeat;
	display: block;
	padding-right: 38px;
}
.pager ul li:last-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}

