
@charset "utf-8";




/* ====================================

	0.General

==================================== */

html {
	/* 最小フォントサイズ : 16px */
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.6rem;/* 16px */
	font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 140%;
	word-break : break-all;
	position: relative;
	 -webkit-text-size-adjust: 100%;
}


a {
	color: #5C8BB3;
	text-decoration: underline;
}

	a:link {
		color: #5C8BB3;
		text-decoration: underline;
	}

	a:visited {
		color: #5C8BB3;
		text-decoration: underline;
	}

	a:hover {
		color: #5C8BB3;
		text-decoration: none;
	}


img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}




/* ====================================

	1.Header

==================================== */

header{
	height: 65px;
	border-top: 5px solid #5C8BB3;
}

#top-head {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* Fixed */
#top-head.fixed {
	height: 65px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 16px -5px rgba(0,0,0,.3);
}

#header_box {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#header_box {
			width: 100%;
			padding: 0 20px;
		}
	}


header > div > p {
	float: left;
	width: 285px;
	height: 65px;
	margin-left:15px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background-image:url(../img/title.png);
	background-position: left center;
	background-repeat:no-repeat;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		header > div > p {
			display: block;
			margin-left: 0;
			width: 100%;
			background-size: 55% auto;
			background-position: center center;
		}
	}
	@media (max-width: 480px) {
		header > div > p {
			width: 100%;
			background-size: 60% auto;
		}
	}
	@media (max-width: 480px) {
		header > div > p {
			width: 100%;
			background-size: 60% auto;
		}
	}

/* ====================================

	2.Main

==================================== */

main {
	padding-top: 70px;
}


a.bt,
a.bt:link,
a.bt:visited {
	width: 320px;
	margin: 0 auto;
	padding: 17px 0 15px 0;
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #FFF;
	background-color: #5C8BB3;
	border: 2px solid #5C8BB3;
	border-radius: 27px;
	box-sizing: border-box;
//	position: relative;
}

a.bt:hover {
	color: #5C8BB3;
	background-color: #FFF;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		a.bt,
		a.bt:link,
		a.bt:visited {
			width: 100%;
		}
	}

/*
a.bt::after {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/


/*
 	2.1 Slider
==================================== */

#slider {
	margin: 0 auto 100px auto;
	position: relative;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#slider {
			margin: 0 auto 60px auto;
		}
	}

#bxslider-outer{
	position: relative;
	max-width: 100%;
	margin: 0;
}

.bx-wrapper {
	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

.bxslider img{
	width: 100% !important;
	height: auto !important;
}

#slider p {
	margin: 0 auto 40px auto;
	position: absolute;
	width: 879px;
	height: 62px;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 2.0rem;
	text-indent: -9999px;
	background-image:url(../img/top_text.png);
	background-position: center center;
	background-repeat:no-repeat;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#slider p {
			background-size: 80% auto;
		}
	}
	@media (max-width: 780px) {
		#slider p {
			width: 100%;
			background-position: center top;
		}
	}


/*
 	2.2 Menu
==================================== */

#menu {
	margin: 0 auto 40px auto;
	width: 1160px;
	letter-spacing: -.4em;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#menu {
			width: 100%;
			padding: 0 20px;
			text-align: center;
		}
	}
	@media (max-width: 780px) {
		#menu {
			width: 100%;
			padding: 0 20px;
			text-align: left;
		}
	}

#menu > div {
	width: 360px;
	margin-bottom: 25px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#menu > div {
			width: 30%;
			text-align: left;
		}
		#menu > div img {
			width: 100%;
		}
	}
	@media (max-width: 780px) {
		#menu > div {
			width: 47%;
			margin-bottom: 15px;
		}
	}

#menu > div:nth-child(1),
#menu > div:nth-child(2),
#menu > div:nth-child(4) {
	margin-right: 20px;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#menu > div:nth-child(2),
		#menu > div:nth-child(4) {
			margin-right: 0;
		}
		#menu > div:nth-child(1),
		#menu > div:nth-child(3) {
			margin-right: 20px;
		}
	}

#menu a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#menu ul {
	width: 100%;
	margin-top: 20px;
	letter-spacing: -.4em;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#menu ul {
			margin-top: 10px;
		}
	}

#menu ul li {
	display: inline-block;
	width: 48%;
	margin-bottom: 10px;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#menu ul li {
			width: auto;
			margin-bottom: 8px;
		}
	}

#menu ul li:nth-child(odd) {
	margin-right: 10px;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#menu ul li {
			width: auto;
			margin-right: 10px;
		}
	}

#menu ul li a {
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #444;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		#menu ul li a {
			width: auto;
			padding-right: 15px;
			padding-bottom: 3px;
			font-size: 1.4rem;
			letter-spacing: 0.1em;
		}
	}

.cate1 ul li a {
	border-bottom: 2px solid #2ECC71;
}
.cate2 ul li a {
	border-bottom: 2px solid #3498DB;
}
.cate3 ul li a {
	border-bottom: 2px solid #9B59B6;
}
.cate4 ul li a {
	border-bottom: 2px solid #E67E22;
}
.cate5 ul li a {
	border-bottom: 2px solid #E74C3C;
}

#menu .cate1 ul li a:hover {
	color: #2ECC71;
}
#menu .cate2 ul li a:hover {
	color: #3498DB;
}
#menu .cate3 ul li a:hover {
	color: #9B59B6;
}
#menu .cate4 ul li a:hover {
	color: #E67E22;
}
#menu .cate5 ul li a:hover {
	color: #E74C3C;
}

#menu ul li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 5px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu .cate1 ul li a:hover::after {
	border-right: 2px solid #2ECC71;
	border-bottom: 2px solid #2ECC71;
}
#menu .cate2 ul li a:hover::after {
	border-right: 2px solid #3498DB;
	border-bottom: 2px solid #3498DB;
}
#menu .cate3 ul li a:hover::after {
	border-right: 2px solid #9B59B6;
	border-bottom: 2px solid #9B59B6;
}
#menu .cate4 ul li a:hover::after {
	border-right: 2px solid #E67E22;
	border-bottom: 2px solid #E67E22;
}
#menu .cate5 ul li a:hover::after {
	border-right: 2px solid #E74C3C;
	border-bottom: 2px solid #E74C3C;
}


/*
 	2.3 Search
==================================== */

#search {
	margin: 0 auto 80px auto;
	padding: 40px 0 80px 0;
	background-color: #5C8BB3;
	box-sizing: border-box;
}

#search h2 {
	width: 400px;
	height: 120px;
	margin: 0 auto 30px auto;
	font-size: 2.0rem;
	text-indent: -9999px;
	letter-spacing: 0.15em;
	background-image:url(../img/title_search.png);
	background-position: center center;
	background-repeat:no-repeat;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 400px) {
		#search h2 {
			width: 90%;
			background-repeat: 100% auto;
		}
	}

#search_box {
	width: 1160px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFF;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#search {
			margin: 0 auto 80px auto;
			padding: 40px 40px 80px 40px;
		}
		#search_box {
			width: 100%;
		}
	}
	@media (max-width: 780px) {
		#search {
			margin: 0 auto 80px auto;
			padding: 20px 20px 40px 20px;
		}
		#search_box {
			padding: 20px;
		}
	}

#search_box dl {
	overflow: hidden;
	clear: both;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	box-sizing: border-box;
}

#search_box dl dt {
	float: left;
	width: 140px;
	margin-bottom: 15px;
	padding: 14px 0 12px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	color: #FFF;
	background-color: #5C8BB3;
	clear: both;
}

#search_box dl dd {
	float: right;
	width: calc(100% - 160px);
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: 0.12em;
	line-height: 46px;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#search_box dl dt {
			float: none;
			width: 100%;
		}
		#search_box dl dd {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
	}


#search_box dl dd label {
	display: inline-block;
	min-width: 100px;
	margin-right: 15px;
}

.search_cate{
	float: left;
	width: 165px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 2.4em;
	font-weight: bold;
	color: #5C8BB3;
	vertical-align: top;
	border-bottom: 1px dashed #CCC;
}

.search_cate label {
	margin-right: 0;
}

.search_check{
	float: right;
	width: 720px;
	min-height: 46px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 20px;
	font-size: 1.4rem;
	line-height: 2.4em;
	vertical-align: top;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		.search_cate{
			float: none;
			width: 100%;
			margin-bottom: 15px;
			border-bottom: 1px double #CCC;
		}
		.search_check{
			float: none;
			width: 100%;
			margin-bottom: 15px;
			padding-left: 10px;
		}
	}

.clear {
	clear: both;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 8px 12px 8px 0;
	-webkit-transform: scale(2.0);
	transform: scale(2.0);
}

input[type="text"] {
	width: 400px;
	margin: 0 30px 2px 0;
	padding: 8px;
	letter-spacing: 1px;
	line-height: 100%;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		input[type="text"] {
			display: block;
			width: 95%;
		}
	}

#search_box select {
	margin: 2px 10px 5px 0;
	padding: 6px 5px;
	line-height: 100%;
	height: 46px;
	letter-spacing: 1px;
}


br.sp_only {
	display: none;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		br.sp_only {
			display: block;
		}
	}

a.loupe{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: -5px 0 2px 5px;
	overflow:hidden;
	text-indent: -9999px;
	vertical-align: middle;
	border-radius: 5px;
	background-color:#2980b9;
	background-image:url('../admin/img/search.png');
	background-size: 20px 20px;
	background-position:center;
	background-repeat:no-repeat;
}

input[type=text].year,
input[type=number].year {
	max-width: 80px !important;
	margin-right: 5px !important;
}

input[type=text].year_w,
input[type=number].year_w {
	max-width: 50px !important;
	margin-right: 5px !important;
}

select.cal {
	margin-right: 5px !important;
}



/*
 	2.3 Ranking
==================================== */

#ranking {
	margin: 0 auto 80px auto;
	width: 1160px;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#ranking {
			width: 100%;
		}
	}

#ranking h2 {
	width: 400px;
	height: 120px;
	margin: 0 auto 30px auto;
	font-size: 2.0rem;
	text-indent: -9999px;
	letter-spacing: 0.15em;
	background-image:url(../img/title_ranking.png);
	background-position: center center;
	background-repeat:no-repeat;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 400px) {
		#ranking h2 {
			width: 100%;
			background-size: 90% auto;
		}
	}

.content_box {
	margin: 0 auto;
	letter-spacing: -.4em;
	box-sizing: border-box;
}

.content_box li {
	display: inline-block;
	width: 18.6208%;
	margin-right: 1.724%;
	vertical-align: top;
	box-sizing: border-box;
}
	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		.content_box {
			text-align: center;
		}
		.content_box li:nth-child(4),
		.content_box li:nth-child(5) {
			display: none;
		}
	}
	@media (max-width: 780px) {
		.content_box {
			padding: 0 20px;
			text-align: left;
		}
		
		.content_box li {
			display: block;
			width: 100%;
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom: 1px solid #CCC;
		}
	}

.content_box li:last-child {
	margin-right: 0;
}

.content_box li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.content_box li span {
	display: block;
	width: 32px;
	height: 28px;
	margin: 0 auto 15px auto;
	text-indent: -9999px;
}

.content_box li.rank_1,
.content_box li.rank_2,
.content_box li.rank_3,
.content_box li.rank_4,
.content_box li.rank_5 {
	padding-top: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

.content_box li.rank_1 {
	background-image:url(../img/rank_1.png);
}
.content_box li.rank_2 {
	background-image:url(../img/rank_2.png);
}
.content_box li.rank_3 {
	background-image:url(../img/rank_3.png);
}
.content_box li.rank_4 {
	background-image:url(../img/rank_4.png);
}
.content_box li.rank_5 {
	background-image:url(../img/rank_5.png);
}

.content_box .title {
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5C8BB3;
	border-bottom: 1px solid #CCC;
}

.content_box .cate {
	display: inline-block;
	margin-top: 15px;
	padding: 2px 5px 0 5px;
	font-size: 1.3rem;
	color: #FFF;
	letter-spacing: 0.1em;
	background-color: #5C8BB3;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		.content_box .title {
			padding-bottom: 0;
			font-size: 1.6rem;
			font-weight: bold;
			letter-spacing: 0.1em;
			color: #5C8BB3;
			border-bottom: none;
		}
		.content_box .cate {
			margin-top: 0;
		}
	}

.content_box .tag {
	letter-spacing: -.4em;
	padding-left: 30px;
	background-image:url(../img/tag.png);
	background-position: left 0.1em;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.content_box .tag a {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #444;
}

.content_img {
	width: 100%;
	height: 100%;
	max-width: 216px;
	position: relative;
}

.content_img::before {
	content: "";
	display: block;
	padding-top: 65%;
}

.content_img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.content_img img {
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 780px) {
		.content_box li .content_img {
			display: inline-block;
			max-width: 120px;
		}
		.content_box li .content_text {
			display: inline-block;
			width: calc(100% - 140px);
			margin-left: 15px;
			vertical-align: top;
		}
	}


/*
 	2.4 New
==================================== */

#new {
	margin: 0 auto 120px auto;
	width: 1160px;
	box-sizing: border-box;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 1179px) {
		#new {
			width: 100%;
		}
	}

#new h2 {
	width: 400px;
	height: 120px;
	margin: 0 auto 30px auto;
	font-size: 2.0rem;
	text-indent: -9999px;
	letter-spacing: 0.15em;
	background-image:url(../img/title_new.png);
	background-position: center center;
	background-repeat:no-repeat;
}

	/* === ▽ スマートフォン ▽ === */
	@media (max-width: 400px) {
		#new h2 {
			width: 100%;
			background-size: 90% auto;
		}
	}

/* ====================================

	3.Footer

==================================== */

footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFF;
	background-color: #5C8BB3;
	box-sizing: border-box;
	position: relative;
}

footer a,
footer a:link,
footer a:visited {
	color: #FFF;
}

footer ul li {
	margin-bottom: 30px;
}

footer ul li {
	margin-left: 20px;
	display: inline-block;
	line-height: 100%;
	position: relative;
}

footer ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0%;
	left: -15px;
	width: 1px;
	height: 16px;
	border-left: 2px solid #FFF;
}

footer ul li:first-child::after {
	display: none;
}

footer ul li a,
footer ul li a:link,
footer ul li a:visited {
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 100%;
	letter-spacing: 0.15em;
	color: #FFF;
	box-sizing: border-box;
}

footer ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}




/*
 	3.1 Go top
==================================== */

.go_top{
	position: fixed;
	right: 20px;
	margin-bottom: 20px;
}

.go_top a{
	display: block;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-indent: -9999px;
	background-color: #5C8BB3;
	position: relative;
	border: 2px solid #FFF;
	border-radius: 30px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	box-sizing: border-box;
}

.go_top a::after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


