/* ---------------- // reset ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- base ---------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
color: #222;
line-height: 1.6;
font-size: 16px;
font-weight: 500;
position: relative;
font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
outline: none;
}
select::-ms-expand {
	display: none;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
button {
	outline: none;
}
/* ---------------- link ---------------- */
a:link { text-decoration:none; color:#222; }
a:visited { text-decoration:none; color:#222; }
a:hover { text-decoration:none; color:#222; }
a:active { text-decoration:none; color:#222; }
/* ---------------- clearfix ---------------- */
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
/* ---------------- reset // ---------------- */
/* ---------------- font ---------------- */
@font-face {
  font-family: 'brandon_bld_it_0';
  src: url('../font/Brandon_bld_it_0.woff') format('woff'),
       url('../font/Brandon_bld_it_0.ttf') format('truetype');
}
.brandon_bld_it_0 {
	font-family: 'brandon_bld_it_0';
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
	white-space: nowrap;
}
/*--------------------------------------
box-sizing
--------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/*--------------------------
レイアウト
--------------------------*/
.wrap {
}
/*--------------------------------------
コンテンツ
--------------------------------------*/
/*
ページヘッダー
*/
.page_header {
	background: #ccc;
}
.page_ttl h1 {
	padding: 5px 0;
	font-size: 21px;
	font-weight: bold;
}
.page_nav li {
	float: left;
	margin: 0 40px 0 0;
}
.page_nav li a {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: solid #ccc 5px;
	transition: .3s;
	font-size: 11px;
}
.page_nav li a:hover {
	color: #32AFC0;
	border-bottom: solid #32AFC0 5px;
}
.page_nav li.current_page_nav a {
	color: #32AFC0;
	border-bottom: solid #32AFC0 5px;
}
@media only screen and (min-width: 1025px) {
	.page_ttl h1 {
		font-size: 30px;
	}
	.page_nav li a {
		font-size: 16px;
	}
}
/*
ページャー
*/
.pager_wrap span {
	float: left;
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	border-right: solid #e6e6e6 1px;
	cursor: pointer;
	font-size: 10px;
}
.pager_wrap span.page_current {
	background: #32AFC0;
	color: #fff;
}
.pager_wrap span:hover {
	background: #32AFC0;
	color: #fff;
}
.pager_wrap span.prev_btn {
	border-right: none;
	border-radius: 5px 0 0 5px;
}
.pager_wrap span.next_btn {
	border-right: none;
	border-radius: 0 5px 5px 0;
}
.pager_wrap span.page_extend {
	cursor: default;
}
.pager_wrap span.page_extend:hover {
	background: #fff;
	color: #222;
}
.pager_wrap {
	float: right;
}
@media only screen and (min-width: 1301px) {
	.pager_wrap span {
		font-size: 16px;
	}
}
