@charset "utf-8";


/*　　基本設定
-------------------------------------------------------*/
html { height: 100%; font-size: 62.5%;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body {
	position: relative;
	height: 100%;
	font-size: 14px; font-size: 1.4em;
	line-height: 1.6;
	color: #000;
	background: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; vertical-align: bottom;}
a { color: #0852a0; text-decoration: none;}
a:hover { color: #0369d4; text-decoration: underline;}
.imgLink:hover img { opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}
a.blockLink { display: block; color: #000;}
a.blockLink:hover { background: #f5f5f5;}
a.blank {
	display: inline;
	padding-left: 18px;
	background: url(../images/common/target_blank.png) no-repeat;
	background-position: 3px center;
}
a.blank:hover {
	text-decoration: underline;
}
.pc { display: block !important;}
.pc2 { display: inline-block!important;}
.tb,
.tb2 { display: none!important;}
.sp,
.sp2 { display: none!important;}
.pc-tb { display: block !important;}
.tb-sp { display: none!important;}
.error404 {
}

@media screen and (min-width: 737px) and (max-width: 1240px){
body { font-size: 14px; font-size: 1.4em;}
.pc { display: none!important;}
.tb { display: block !important;}
.tb2 { display: inline-block!important;}
.sp,
.sp2 { display: none!important;}
.pc-tb { display: block !important;}
.tb-sp { display: block!important;}
}

@media screen and (max-width: 736px){
body { font-size: 14px; font-size: 1.4em;}
.pc { display: none!important;}
.tb,
.tb2 { display: none!important;}
.sp { display: block!important;}
.sp2 { display: inline-block!important;}
.pc-tb { display: none!important;}
.tb-sp { display: block!important;}
}

/*　　枠組み
-------------------------------------------------------*/
#wrapper_main {
	margin-right: 260px;
}
#wrapper_main #main {
	position: relative;
}
#wrapper_main #main .wrapper_cnt1 {
	width: 940px;
	margin: 60px auto 0;
}
#wrapper_main #main .wrapper_cnt2 {
	width: 940px;
	margin: 0 auto 0;
}
.wrapper_col2 {
	margin-left: -40px;
	overflow: hidden;
	zoom: 1;
}
.wrapper_col2 .cnt_col2 {
	float: left;
	width: 450px;
	margin-left: 40px;
}
.wrapper_col3 {
	margin-left: -3.125%;
	overflow: hidden;
	zoom: 1;
}
.cnt_col3 {
	float: left;
	width: 30.208333333333%;
	margin-left: 3.125%;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#wrapper_main {
	margin-right: 0;
}

#wrapper_main #main .wrapper_cnt1 {
	width: auto;
	margin: 40px 20px 0;
}
#wrapper_main #main .wrapper_cnt2 {
	width: auto;
	margin: 0 20px 0;
}
.wrapper_col2 {
	margin-left: -4.081632653061%;
	overflow: hidden;
	zoom: 1;
}
.wrapper_col2 .cnt_col2 {
	float: left;
	width: 45.918367346939%;
	margin-left: 4.081632653061%;
}
}

@media screen and (min-width: 737px) and (max-width: 1240px) and (orientation : landscape) {
#wrapper_main #main .wrapper_cnt1 {
	width: 940px;
	margin: 60px auto 0;
}
#wrapper_main #main .wrapper_cnt2 {
	width: 940px;
	margin: 0 auto 0;
}
}

@media screen and (max-width: 736px){
#wrapper_main {
	margin-right: 0;
}
#wrapper_main #main .wrapper_cnt1 {
	width: auto;
	margin: 30px 10px 0;
}
#wrapper_main #main .wrapper_cnt2 {
	width: auto;
	margin: 0 10px 0;
}
.wrapper_col2 {
	margin-left: 0;
	overflow: hidden;
	zoom: 1;
}
.wrapper_col2 .cnt_col2 {
	float: none;
	width: auto;
	margin-left: 0;
}
.wrapper_col3 {
	margin-left: 0;
}
.cnt_col3 {
	float: none;
	width: auto;
	margin-left: 0;
}
}


/*　　ヘッダー（サイドバー）
-------------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
	padding-bottom: 30px;
	background-color: #1271d5;
	overflow: auto;
}
#header .wrapper_logo {
	padding: 15px 0 20px;
	color: #666;
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
	background-color: #fff;
}
#header .wrapper_logo .logo {
	margin: 15px 0 0;
}
.globalNav li.btn_home a {
	display: block;
	height: 46px;
	font-weight: bold;
	padding: 14px 0 0;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_home.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.globalNav li.btn_home a:hover {
	background-position: 0 -46px;
}
.globalNav li a {
	display: block;
	padding: 10px 10px 10px 35px;
	color: #fff;
	background-color: #0d62bb;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px dotted #3d81c9;
}
.globalNav li a:hover {
	text-decoration: none;
	background-color: #1271d5;
}
#header .contact_tel {
	padding: 15px 0;
	text-align: center;
}
.sp_globalNav {
	display: none;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#header {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding-bottom: 0;
	background-color: #0d62bb;
	overflow: auto;
}
.globalNav {
	display: none;
}
.sp_globalNav {
	display: block;
}
.sp_globalNav dl dt {
	display: block;
	height: 46px;
	font-weight: bold;
	padding: 12px 0 0;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_home.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
}
.sp_globalNav dl dt.active {
	background-image: url(../images/common/bg_home.gif);
	background-position: 0 -46px;
}
.sp_globalNav dl dt span {
	display: inline-block;
	min-height: 15px;
	padding-left: 24px;
	background-image: url(../images/common/btn_sp_globalNav.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sp_globalNav dl dd {
	display: none;
}
.sp_globalNav dl dd ul li a {
	display: block;
	padding: 10px 10px 10px 35px;
	color: #fff;
	background-color: #0d62bb;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px dotted #3d81c9;
}
.sp_globalNav dl dd ul li a:hover {
	text-decoration: none;
	background-color: #1271d5;
}
#header .contact_tel {
	display: none;
}
#header .sp_contact_tel {
	padding: 15px 0;
	text-align: center;
}
}

@media screen and (max-width: 736px){
#header {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding-bottom: 0;
	background-color: #0d62bb;
	overflow: auto;
}
#header .wrapper_logo .logo img {
	width: 100px;
}
.globalNav {
	display: none;
}
.sp_globalNav {
	display: block;
}
.sp_globalNav dl dt {
	display: block;
	height: 46px;
	font-weight: bold;
	padding: 12px 0 0;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_home.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
}
.sp_globalNav dl dt.active {
	background-image: url(../images/common/bg_home.gif);
	background-position: 0 -46px;
}
.sp_globalNav dl dt span {
	display: inline-block;
	min-height: 15px;
	padding-left: 24px;
	background-image: url(../images/common/btn_sp_globalNav.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sp_globalNav dl dd {
	display: none;
}
.sp_globalNav dl dd ul li a {
	display: block;
	padding: 10px 10px 10px 35px;
	color: #fff;
	background-color: #0d62bb;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px dotted #3d81c9;
}
.sp_globalNav dl dd ul li a:hover {
	text-decoration: none;
	background-color: #1271d5;
}
#header .contact_tel {
	display: none;
}
#header .sp_contact_tel {
	padding: 15px 0;
	text-align: center;
}
}



/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
#pankuzu {
	padding-top: 10px;
}
#pankuzu ul {
	width: 1000px;
	margin: 0 auto;
}
#pankuzu ul li {
	display: inline-block;
	font-size: 12px;
	margin: 8px 0 8px 10px;
	padding-right: 20px;
	background-image: url(../images/common/arrow_05.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#pankuzu ul li:first-child {
	margin: 8px 0 8px 0;
}
#pankuzu ul li.last {
	background: none;
}
.tit1 {
	margin: 60px 0 0;
	padding: 40px 10px;
	font-size: 32px; font-size: 3.2rem;
	font-weight: bold;
	color: #0852a0;
	text-align: center;
	background-color: #ecf6ff;
	border-top: 1px solid #498ed7;
	border-bottom: 1px solid #498ed7;
}
.tit2 {
	margin: 30px 0 0;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.tit3 {
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
}
.tit4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}
.cnt_tit1 {
	border-left: 6px solid #ffcc00;
	margin: 0 0 20px;
}
.cnt_tit1 span {
	display: block;
	padding: 12px 10px 12px 18px;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.bn_contact {
	text-align: center;
}
.bn_contact1_sp {
	display: none;
}
.bn_contact2_sp {
	display: none;
}

.cnt_mix { overflow: hidden; zoom:1;}
.cnt_mix .cntL { float: left; margin: 0 15px 10px 0;}
.cnt_mix .cntR { float: right; margin: 0 0 10px 15px;}
.cnt_mix .cntL span,
.cnt_mix .cntR span { display: block; margin-top: 8px; line-height: 1.4;}
.list_disc { list-style-type: disc; list-style-position: outside; margin-left: 25px;}
.list_decimal { list-style-type: decimal; list-style-position: outside; margin-left: 25px;}
.list_kome { list-style-position: outside; margin-left: 1em; text-indent: -1em;}
.btn_txt1 a {
	display: block;
	padding-left: 15px;
	background-image: url(../images/common/arrow_03.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.btn_txt1 a:hover {
	color: #053984;
	text-decoration: underline;
}
.btn_box1 a {
	display: block;
	padding: 12px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
.btn_box1 a:hover {
	text-decoration: none;
	background-color: #ecf6ff;
}
.btn_box1 a span {
	padding-left: 18px;
	font-weight: bold;
	background-image: url(../images/common/arrow_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.btn_box2 a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
.btn_box2 a:hover {
	text-decoration: none;
	background-color: #ecf6ff;
}
.btn_box2 a span {
	padding-left: 18px;
	font-weight: bold;
	background-image: url(../images/common/arrow_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.btn_pdf a {
	display: block;
	padding: 20px 15px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
.btn_pdf a:hover {
	text-decoration: none;
	background-color: #ecf6ff;
}
.btn_pdf a span {
	padding: 15px 0 15px 40px;
	font-weight: bold;
	background-image: url(../images/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#page-top {
	position: fixed;
	bottom: 60px;
  right: 260px;
}
#page-top div {
	position: relative;
	padding-top: 162px;
	overflow: hidden;
}
#page-top div::before {
	content: "";
	position: absolute;
	bottom: 60px;
	right: -60px;
	width: 60px;
	height: 62px;
	background-image: url("../images/common/pagetop_img01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 2;
	transition-duration: .5s;
}
#page-top div::after {
	content: "";
	position: absolute;
	bottom: 60px;
	right: -60px;
	width: 60px;
	height: 162px;
	background-image: url("../images/common/pagetop_img02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 1;
	transition-duration: .8s;
}
#page-top div:hover::before,
#page-top div:hover::after {
	right: 0;
}
#page-top a {
  display: block;
  width: 60px;
  height: 60px;
	border-radius: 6px 0 0 6px;
	background-color: #1271d5;
	background-image: url("../images/common/btn_pagetop_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 18px auto;
  z-index: 9000;
}
#page-top a:hover {
	background-color: #0852a0;
  background-image: url("../images/common/btn_pagetop_arrow.png"),;
	background-repeat: no-repeat;
	background-position: center;
  background-size: 18px auto;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
.tit1 {
	margin: 40px 0 0;
	padding: 30px 10px;
	font-size: 28px; font-size: 2.8rem;
}
.tit2 {
	margin: 20px 0 0;
	font-size: 22px; font-size: 2.2rem;
}
.tit3 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}
.tit4 {
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
}
.bn_contact1_sp {
	display: none;
}
.bn_contact2_sp {
	display: none;
}
.cnt_mix .cntL.sp30,
.cnt_mix .cntR.sp30 { width: 30%;}
.cnt_mix .cntL.sp40,
.cnt_mix .cntR.sp40 { width: 40%;}
#page-top {
	bottom: 150px;
  right: 0;
}
#page-top div {
	padding-top: 135px;
}
#page-top div::before,
#page-top div::after {
	bottom: 50px;
	right: -50px;
	width: 50px;
	height: 135px;
}
#page-top a {
  width: 50px;
  height: 50px;
  background-size: 14px auto;
}
}

@media screen and (max-width: 736px){
.tit1 {
	margin: 30px 0 0;
	padding: 20px 10px;
	font-size: 20px; font-size: 2.0rem;
}
.tit2 {
	margin: 20px 0 0;
	font-size: 18px; font-size: 1.8rem;
}
.tit3,
.tit4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}
.cnt_tit1 {
	border-left: 6px solid #ffcc00;
	margin: 0 0 20px;
}
.cnt_tit1 span {
	display: block;
	padding: 10px 10px 10px 12px;
	font-size: 16px; font-size: 1.6rem;
}
.bn_contact {
	display: none;
}
.bn_contact1_sp {
	display: block;
	border: 1px solid #ccc;
}
.bn_contact2_sp {
	display: block;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.cnt_mix .cntL.sp30,
.cnt_mix .cntR.sp30 { width: 30%;}
.cnt_mix .cntL.sp40,
.cnt_mix .cntR.sp40 { width: 40%;}
.cnt_mix .cntL.sp100,
.cnt_mix .cntR.sp100 { width: 100%;}
#page-top {
	bottom: 40px;
  right: 0;
}
#page-top div {
	padding-top: 108px;
}
#page-top div::before,
#page-top div::after {
	bottom: 40px;
	right: -40px;
	width: 40px;
	height: 108px;
}
#page-top a {
  width: 40px;
  height: 40px;
  background-size: 12px auto;
}
}


/*　　フッター 
-------------------------------------------------------*/
#footer {
	margin-top: 60px;
}
#footer .wrapper_footer1 {
	padding: 30px 0;
	background-color: #ecf6ff;
}
#footer .wrapper_footer1 .box {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
#footer .wrapper_footer1 .box .submenu {
	float: right;
}
#footer .wrapper_footer1 .box .submenu li {
	float: left;
}
#footer .wrapper_footer1 .box .submenu li a {
	padding-left: 20px;
	margin-left: 20px;
	color: #000;
	border-left: 1px solid #000;
	line-height: 1.4;
}
#footer .wrapper_footer1 .box .submenu li:first-child a {
	border-left: none;
}
#footer .wrapper_footer1 .box .submenu li a:hover {
	color: #0852a0;
}
#footer .wrapper_footer1 .box .copyright {
	float: left;
	font-size: 12px; font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#footer {
	margin-top: 40px;
}
#footer .wrapper_footer1 .box {
	width: auto;
	padding: 0 20px;
}
#footer .sp_contact_tel {
	padding: 15px 0;
	text-align: center;
	background-color: #0d62bb;
	overflow: auto;
}
}

@media screen and (max-width: 736px){
#footer {
	margin-top: 30px;
}
#footer .wrapper_footer1 {
	padding: 20px 0;
}
#footer .wrapper_footer1 .box {
	width: auto;
	padding: 0 10px;
}
#footer .wrapper_footer1 .box .submenu {
	float: none;
}
#footer .wrapper_footer1 .box .submenu {
	display: table;
	margin: 0 auto;
}
#footer .wrapper_footer1 .box .submenu li {
	float: none;
	display: table-cell;
}
#footer .wrapper_footer1 .box .submenu li a {
	padding-left: 15px;
	margin-left: 15px;
}
#footer .wrapper_footer1 .box .submenu li:first-child a {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
#footer .wrapper_footer1 .box .copyright {
	float: none;
	padding-top: 20px;
	text-align: center;
	
}
#footer .sp_contact_tel {
	padding: 15px 0;
	text-align: center;
	background-color: #0d62bb;
	overflow: auto;
}
}




/*　　カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor01 { background-color: #fff !important;}
.bgcolor02 { background-color: #f5f5f5 !important;}
.color00 { color: #000 !important;}
.color01 { color: #fff !important;}
.color_c { color: #0852a0;}
.color_red { color: #cc0000 !important;}
.fsXS { font-size: 10px; font-size: 1.0rem;}
.fsS { font-size: 12px; font-size: 1.2rem;}
.fsM { font-size: 14px; font-size: 1.4rem;}
.fsL { font-size: 16px; font-size: 1.6rem;}
.fsXL { font-size: 18px; font-size: 1.8rem;}
.fsXXL { font-size: 24px; font-size: 2.4rem;}
.fwB { font-weight: bold !important;}
.fwN { font-weight: normal !important;}

@media screen and (min-width: 737px) and (max-width: 1240px){
.fsM { font-size: 14px; font-size: 1.4rem;}
}

@media screen and (max-width: 736px){
.fsM { font-size: 13px; font-size: 1.3rem;}
}



/*　　その他・マージン・パディング
-------------------------------------------------------*/
.flL { float: left !important;}
.flR { float: right !important;}
.flN { float: none !important;}
.alL { text-align: left !important;}
.alR { text-align: right !important;}
.alC { text-align: center !important;}
.vaT { vertical-align: top !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.thL th { text-align: left !important;}
.tdL td { text-align: left !important;}
.thC th { text-align: center !important;}
.thR th { text-align: right !important;}
.tdR td { text-align: right !important;}
.tdC td { text-align: center !important;}
.th_vaT th { vertical-align: top !important;}
.th_vaM th { vertical-align: middle !important;}
.th_vaB th { vertical-align: bottom !important;}
.td_vaT td { vertical-align: top !important;}
.td_vaM td { vertical-align: middle !important;}
.td_vaB td { vertical-align: bottom !important;}
.tbFix { table-layout: fixed !important;}
.mg00 { margin: 0 !important;}
.mgT00 { margin-top: 0 !important;}
.mgT5 { margin-top: 5px !important;}
.mgT10 { margin-top: 10px !important;}
.mgT15 { margin-top: 15px !important;}
.mgT20 { margin-top: 20px !important;}
.mgT25 { margin-top: 25px !important;}
.mgT30 { margin-top: 30px !important;}
.mgT35 { margin-top: 35px !important;}
.mgT40 { margin-top: 40px !important;}
.mgT45 { margin-top: 45px !important;}
.mgT50 { margin-top: 50px !important;}
.mgB00 { margin-bottom: 0 !important;}
.mgB5 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB15 { margin-bottom: 15px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB25 { margin-bottom: 25px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB35 { margin-bottom: 35px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB45 { margin-bottom: 45px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgL00 { margin-left: 0 !important;}
.mgL5 { margin-left: 5px !important;}
.mgL10 { margin-left: 10px !important;}
.mgL15 { margin-left: 15px !important;}
.mgL20 { margin-left: 20px !important;}
.mgL25 { margin-left: 25px !important;}
.mgL30 { margin-left: 30px !important;}
.mgL35 { margin-left: 35px !important;}
.mgL40 { margin-left: 40px !important;}
.mgL45 { margin-left: 45px !important;}
.mgL50 { margin-left: 50px !important;}
.mgR00 { margin-right: 0 !important;}
.mgR5 { margin-right: 5px !important;}
.mgR10 { margin-right: 10px !important;}
.mgR15 { margin-right: 15px !important;}
.mgR20 { margin-right: 20px !important;}
.mgR25 { margin-right: 25px !important;}
.mgR30 { margin-right: 30px !important;}
.mgR35 { margin-right: 35px !important;}
.mgR40 { margin-right: 40px !important;}
.mgR45 { margin-right: 45px !important;}
.mgR50 { margin-right: 50px !important;}
.pd00 { padding: 0 !important;}
.pdT00 { padding-top: 0 !important;}
.pdT5 { padding-top: 5px !important;}
.pdT10 { padding-top: 10px !important;}
.pdT15 { padding-top: 15px !important;}
.pdT20 { padding-top: 20px !important;}
.pdT25 { padding-top: 25px !important;}
.pdT30 { padding-top: 30px !important;}
.pdT35 { padding-top: 35px !important;}
.pdT40 { padding-top: 40px !important;}
.pdT45 { padding-top: 45px !important;}
.pdT50 { padding-top: 50px !important;}
.pdB00 { padding-bottom: 0 !important;}
.pdB5 { padding-bottom: 5px !important;}
.pdB10 { padding-bottom: 10px !important;}
.pdB15 { padding-bottom: 15px !important;}
.pdB20 { padding-bottom: 20px !important;}
.pdB25 { padding-bottom: 25px !important;}
.pdB30 { padding-bottom: 30px !important;}
.pdB35 { padding-bottom: 35px !important;}
.pdB40 { padding-bottom: 40px !important;}
.pdB45 { padding-bottom: 45px !important;}
.pdB50 { padding-bottom: 50px !important;}
.pdL00 { padding-left: 0 !important;}
.pdL5 { padding-left: 5px !important;}
.pdL10 { padding-left: 10px !important;}
.pdL15 { padding-left: 15px !important;}
.pdL20 { padding-left: 20px !important;}
.pdL25 { padding-left: 25px !important;}
.pdL30 { padding-left: 30px !important;}
.pdL35 { padding-left: 35px !important;}
.pdL40 { padding-left: 40px !important;}
.pdL45 { padding-left: 45px !important;}
.pdL50 { padding-left: 50px !important;}
.pdR00 { padding-right: 0 !important;}
.pdR5 { padding-right: 5px !important;}
.pdR10 { padding-right: 10px !important;}
.pdR15 { padding-right: 15px !important;}
.pdR20 { padding-right: 20px !important;}
.pdR25 { padding-right: 25px !important;}
.pdR30 { padding-right: 30px !important;}
.pdR35 { padding-right: 35px !important;}
.pdR40 { padding-right: 40px !important;}
.pdR45 { padding-right: 45px !important;}
.pdR50 { padding-right: 50px !important;}
.w5 { width: 5%;}
.w10 { width: 10% !important;}
.w15 { width: 15% !important;}
.w20 { width: 20% !important;}
.w25 { width: 25% !important;}
.w30 { width: 30% !important;}
.w35 { width: 35% !important;}
.w40 { width: 40% !important;}
.w45 { width: 45% !important;}
.w50 { width: 50% !important;}
.w55 { width: 55% !important;}
.w60 { width: 60% !important;}
.w65 { width: 65% !important;}
.w70 { width: 70% !important;}
.w75 { width: 75% !important;}
.w80 { width: 80% !important;}
.w85 { width: 85% !important;}
.w90 { width: 90% !important;}
.w95 { width: 95% !important;}
.w100 { width: 100% !important;}



/*　　ページャー
-------------------------------------------------------*/
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0 0 !important;
}
.page-numbers > li {
  display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px;
	margin-top: 10px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  z-index: 3;
  color: #000;
  background-color: #f6f7fc;
  border-color: #e6e6e6;
}
.page-numbers > .current > a,
.page-numbers > .current > span,
.page-numbers > .current > a:hover,
.page-numbers > .current > span:hover,
.page-numbers > .current > a:focus,
.page-numbers > .current > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #f5f5f5 ;
  border-color: #e6e6e6;
}
.current {

  background-color: #f5f5f5 !important ;

}