@charset "utf-8";
/* ==========================================================
	タブレット 641px以上 980px以下
========================================================== */
@media (min-width: 641px) and (max-width: 980px) {

html body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

body .header_space {
	height: 68px!important;
	min-height: 68px;
}

/*固定ヘッダー　グローバルナビ*/

#gnav {
	background: none;
}
#header {
	border-bottom: 1px solid #cfd2d6;
}

#header .header_left {
	width: 90%;
	float: left;
}

#header .header_right {
	width: 50px;
	float: right;
}
body .header_space {
	height: auto;
}

#openMenu {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1000;
	display: none;
}
#openMenu .menuInner {
	background: #d1d7e1;
	padding: 20px 0;
}
#openMenu .btmLine {
	clear: both;
	background: url(/images/common/menu_line.png) repeat-x bottom;
	width: 100%;
	height: 5px;
}
#openMenu .menuInner ul {
	width: 78.7%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#openMenu ul li {
	width: 49.9%;
	float: left;
}
#openMenu ul li a {
	display: block;
	padding: 3% 5%;
	color: #FFF;
	background: url(/images/common/tb/open_list.gif) 93% center no-repeat #0085ca;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	font-size: 125%;
}

#openMenu ul li:nth-child(odd) a {
	border-top: 1px solid #016195;
	border-right: 1px solid #17affe;
	border-bottom: 1px solid #17affe;
}
#openMenu ul li:nth-child(even) a {
	border-top: 1px solid #016195;
	border-left: 1px solid #016195;
	border-bottom: 1px solid #17affe;
}
#openMenu ul li:nth-child(1) a,
#openMenu ul li:nth-child(2) a {
	border-top: none;
}
#openMenu ul li:nth-child(9) a,
#openMenu ul li:nth-child(10) a {
	border-bottom: none;
}
#openMenu ul li#close a {
	background: url(/images/common/tb/close.gif) 93% center no-repeat #FFF;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #0085ca;
}

/*コンテンツ*/

/*パンくず*/

.pankuzu .pankuzu_home {
	width: 2%;
}

/*フッター*/

.footerTop .rightArea {
	display: none;
}
.footerTop .leftArea {
	width: 80%;
	display: block;
	padding-right: 0;
	border-right: none;
	margin: 0 auto;
}

.btmtop_tb {
	overflow: hidden;
}
.btmtop_tb li {
	float: left;
	margin-right: 20px;
}

.tbsp_foot {
	margin: 0 10%;
}

/* ==========================================================
	各ページ共通パーツ
========================================================== */

/*　----検索バー----　*/


.sortArea .sortInner .sortTitle {
	font-size: 100%;
	margin-right: 1%;
}
.sortArea .sortInner {
	min-height: 65px;
	height: auto;
}	
.sortArea #sortBtn_01 {
	margin-right: 0.5%;
	padding-right: 1%;
	width: 26.5%;
}
.sortArea #sortBtn_02 {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	width: 26.5%;
}
#sortList_01 {
	width: 81%;
}
#sortList_02 {
	width: 84%;
}
.sortArea .sortInner .sort_summary {
	margin: 10px 0 0 10px;
	float: left;
}

/*▼commonStyel-------------*/
.tb {
	display: block;
}
.pc {
	display: none;
}
.sp {
	display: none;
}
.pc_none {display: block;}
.tb_none {display: none;}
.sp_none {display: block;}


}/* ▲(min-width: 641px) and (max-width: 980px) end▲*/





/* ==========================================================
	微調整 641px以上 785px以下
========================================================== */
@media (min-width: 641px) and (max-width: 832px) {

/*　----検索バー----　*/

.sortArea .sortInner .sortTitle,
.sortArea span,
#sortList_01,
#sortList_02 { font-size: 80%;}

.sortArea #sortBtn_01,
.sortArea #sortBtn_02 {
	width: 26.3%;
}

#sortList_01 li a,
#sortList_02 li a {
	background: url(/images/common/sort_list.png) 5px center no-repeat #0085ca;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	padding: 3px 0 3px 30px;
	color: #FFF;
}
#sortList_01 li a:hover,
#sortList_02 li a:hover {
	background: url(/images/common/sort_list_on.png) 5px center no-repeat #FFF;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	padding: 3px 0 3px 30px;
}

}

/* ==========================================================
	微調整 981px以上 1000px以下
========================================================== */
@media (min-width: 981px) and (max-width: 1000px) {

#header .headerInner {
	margin: 0 2%;
}

}/* ▲(min-width: 981px) and (max-width: 1000px) end▲*/