@charset "utf-8";
/* CSS Document */

/* ===============================================================

 reset

=============================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,f
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
li {
	list-style: none;
}
html {
	width:100%;
}

input,button,textarea,select{
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

input[type=radio],
input[type=checkbox]{
	display: none;
}

select::-ms-expand{
	display: none;
}

input[type="text"]{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
/* ===============================================================

 Utility

=============================================================== */
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt75{margin-top:75px !important;}
.mt80{margin-top:80px !important;}
.mt85{margin-top:85px !important;}
.mt90{margin-top:90px !important;}
.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}

.taL{text-align:left !important;}
.taC{text-align:center !important;}
.taR{text-align:right !important;}

.vaT{vertical-align: top !important;}
.vaM{vertical-align: middle !important;}
.vaB{vertical-align: bottom !important;}

.flL{float:left !important;}
.flR{float:right !important;}
.flN{float:none !important;}

.dB{display: block !important;}
.dIb{display: inline-block !important;}
.dI{display: inline !important;}
.dLi{display: list-item !important;}
.dT{display: table !important;}
.dTc{display: table-cell !important;}

.clB{clear: both !important;}
.clearfix:after{content: ""; clear: both; display: block;}

.fwB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.wordB{
	word-break:break-all;
	word-wrap: break-word;
}
.nowrap{
	white-space: nowrap;
}
.w100p{
	width: 100% !important;
}
/* ===============================================================
 color
=============================================================== */
.clrPpl{color: #1a0dab;}
.clrBlu{color: #005fd1;}
.clrLgrn{color: #008342;}
.clrDgrn{color: #206140;}
.clrDGry{color: #333;}
.clrLgry{color: #777;}
.clrRed{color: #ca2828;}
.clrOrng{color: #d75a45;}

/* ===============================================================
 font-size
=============================================================== */
.fz10{font-size: 10px;}
.fz11{font-size: 11px;}
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}

/* ===============================================================

 base

=============================================================== */
main{
	display: block;
}
body{
	font-family:'游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-size:14px;
	line-height:1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}
@media all and (-ms-high-contrast:none) {
	input,button,textarea,select,body {
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

*, *:before, *:after {
	box-sizing: inherit;
}
img {
	max-width: 100%;
}
a{
	color: #1a0dab;
	text-decoration: none;
}
:focus {
	outline: none;
}
a:link, a:visited {
	outline: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#wrap {
	width:100%;
	min-width: 980px;
}
.contIn{
	width: 980px;
	margin: auto;
}
a img:hover,
.op:hover{
	opacity: 0.7;
}
/* ===============================================================

 header

=============================================================== */

/*--------headTop--------*/
.headTop{
	padding: 6px 0;
	text-align: right;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	z-index: 999;
  background: linear-gradient( to top, rgb(203,203,203) 0%, rgb(221,221,221) 9%, rgb(238,238,238) 20%, rgb(234,234,234) 95%, rgb(230,230,230) 99%);
	border-bottom: 4px solid #008342;
}
.statIn .headTop{
	background-color: #008342;
	border-bottom: 4px solid #ccc;
  background-image: linear-gradient( to top , rgb(0,117,59) 0%, rgb(0,124,63) 9%, rgb(0,131,66) 20%, rgb(0,130,65) 95%, rgb(0,128,64) 99%);
}
.headTop .contIn{
	position: relative;
}
.headTop .hideInfo{
	float: left;
	padding-top: 5px;
	display: none;
}
.headTop.fixed .hideInfo{
	display: block;
}
.headTop .hideInfo .logo{
	width: 80px;
	margin-right: 15px;
}
.headTop .hideInfo .logo,
.headTop .hideInfo .headCond,
.headTop .hideInfo .changeBtn{
	display: inline-block;
	vertical-align: middle;
}
.headTop .hideInfo .hideCond{
	display: none;
	font-size: 11px;
}
.headAppear .headTop .hideInfo .hideCond{
	display: inline-block;
	vertical-align: middle;
}
.statIn .hideInfo .hideCond{
	color: #fff;
}
.headTop .hideInfo .headCond{
	padding-top: 2px;
}
.headTop .hideInfo .changeBtn{
	color: #fff;
	border-radius: 4px;
	padding: 3px 24px 3px 8px;
	margin-left: 5px;
	background:#cb934f url(/assets/pc/common/img/arw_box_dwn_brown.png) no-repeat right 5px center;
}
.headTop .hideInfo .changeBtn:hover{
	text-decoration: underline;
}
.headTop .hideInfo .open .changeBtn{
	background: #555;
	border-radius: 0;
	position: relative;
}
.headTop .hideInfo .open .changeBtn:before{
	top: 8px;
	right: 10px;
	border: 3px solid transparent;
	border-bottom: 5px solid #fff;
	transform: rotate(0);
}
.headTop .hideInfo .open .changeBtn:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	top: 100%;
	background: #555;
}
/*--------hidecond accIn--------*/
.headTop .hideCond .accIn{
	position: absolute;
	top:30px;
	left: 0;
}
.headTop .hideCond .easySearch{
	border: 2px solid #555;
	text-align: left;
	border-radius: 0;
	padding: 6px 10px;
	color: #333;
}
.headTop .hideCond .easySearch input,
.headTop .hideCond .easySearch select{
	font-size: 12px;
}
.headTop .hideCond .easySearch .flow {
  margin-right: 10px;
}
.headTop .hideCond .easySearch .flow .flowTtl{
	padding: 2px 10px;
	font-size: 12px;
}
.headTop .hideCond .easySearch .flow.disabled .flowTtl{
	padding: 1px 10px;
}
.headTop .hideCond .easySearch .flow01 {width: 240px;}
.headTop .hideCond .easySearch .flow .checkList li{width:110px;}
.headTop .hideCond .easySearch .flow02,
.headTop .hideCond .easySearch .flow03{width: 120px;}
.headTop .hideCond .easySearch .flow02 .selectBox select{
	padding-top: 6px;
	padding-bottom: 6px;
}
.headTop .hideCond .easySearch .flow:last-child{
	margin-right: 0;
}
.headTop .hideCond .easySearch .btnList .shadowWrap{
	margin-bottom: 10px;
}
.headTop .hideCond .easySearch .btnList .btnShadow{
	display: block;
	color: #333;
	border: 1px solid #999;
	box-shadow: 0 4px 0 0 #999;
	text-align: center;
	font-size: 14px;
	padding: 6px;
}
.headTop .hideCond .easySearch .disabled .shadowWrap{
	pointer-events: none;
}
.headTop .hideCond .easySearch .disabled .btnList .btnShadow{
	box-shadow: none;
	pointer-events: none;
	color: #bbb;
	border: 1px solid #bbb;
}
/*personalNav*/
.headTop .personalNav{
	background-color: #fff;
	border-radius: 6px;
	padding: 4px 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.headTop .personalNav .nav{
	float: left;
	margin-right: 17px;
}
.headTop .personalNav .nav a:hover{
	text-decoration: underline;
}
.headTop .personalNav .nav:before,
.headTop .personalNav .history:after{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 3px -2px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.headTop .personalNav .favorite:before{
	background-image: url(/assets/pc/common/img/icon_heart_dgrn.png);
}
.headTop .personalNav .condition:before{
	background-image: url(/assets/pc/common/img/icon_search_dgrn.png);
}
.headTop .personalNav .history:before{
	background-image: url(/assets/pc/common/img/icon_history_dgrn.png);
}
.headTop .personalNav .nav:last-child{
	margin-right: 0;
}
.headTop .personalNav a{
	color: #002b14;
	font-size: 12px;
	font-weight: bold;
}
.headTop .personalNav .num{
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	margin: 0 0 2px 5px;
	text-align: center;
	font-size: 11px;
  line-height: 19px;
}
.headTop .personalNav .num.red{
	color: #fff;
	background-color: #ca2828;
	border:0; 
}
.headTop .history .accIn{
	min-width: 300px;
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #fff;
	border: 2px solid #008342;
	font-size: 12px;
	text-align: left;
	padding: 10px 15px;
}
.headTop .history.open .accBtn:before {
	top: 6px;
  right: -13px;
	border: 3px solid transparent;
	border-bottom: 5px solid #fff;
	transform: rotate(0);
	z-index: 2;
}

.headTop .history .accBtn:after{
	content: "";
	position: absolute;
	background-image: url(/assets/pc/common/img/arw_box_dwn.png);
	width: 13px;
	height: 13px;
	top: 2px;
	right: -16px;
	margin: 0 0 -2px 3px;
	transform: rotate(0);
}
.headTop .history.open .accBtn:after {
	height: 28px;
	top: 1px;
	border: 3px solid transparent;
	border-bottom: 5px solid #fff;
  background-image: linear-gradient( to top, #006f38 0%,  #007e3f 70%);
	border-radius: 2px 2px 0 0;
}
.headTop .personalNav  .history.open:after{
	background-image:none;
}
.headTop .history .accIn .historyTtl{
	font-weight: bold;
	color: #008342;
	font-size: 14px;
	margin-bottom: 5px;
}
.headTop .history .accIn .historyList li{
	margin-bottom: 5px;
}
.headTop .history .accIn .historyList a{
	color: #333;
	font-weight: normal;
}
.headTop .history .accIn .historyList a:hover{
	color: #008342;
}
.headTop .history .accIn .moreBtn{
	margin-top: 10px;
}
.headTop .history .accIn .moreBtn .btnGrad{
	position: relative;
	padding-right: 25px;
	color: #333;
}
.headTop .history .accIn .moreBtn .btnGrad:hover{
	text-decoration: none;
	color: #008342;
}
.headTop .history .accIn .moreBtn .btnGrad:after{
  content: "";
	position: absolute;
	box-sizing: border-box;
	right:5px;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #777;
}
.headTop .history .accIn .moreBtn .btnGrad:hover:after{
	border-left: 6px solid #008342;
}
/*btnArea*/
.headTop .btnArea{
	display: inline-block;
	vertical-align: middle;
}
.headTop .btnArea .btn:first-child{
	margin-right: 10px;
}
.headTop .btnArea .btn{
	display: inline-block;
	vertical-align: top;
}
.headTop .btnArea .btn a{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 7px;
	background-color: #fff;
	vertical-align: top;
}
.headTop .btnArea .registar a,
.headTop .btnArea .logout a{
	border: 1px solid #999;
	color: #333;
}
.headTop .btnArea .registar a:hover,
.headTop .btnArea .logout a:hover{
	opacity: 0.7;
}
.headTop .btnArea .btn .btnGrn{
	background-color: #008342;
}
.headTop .btnArea .mypage a{
	background-color: #ca2828;
	box-shadow: 0px 2px 0px 0px #770000;
	color: #fff;
}
.headTop .btnArea .btnShadow:hover{
	box-shadow: none;
}
.statIn .headTop .inSet,
.statIn .headTop .hideInfo .inSet,
.headTop .outSet,
.headTop .hideInfo .outSet{
	display: none;
}
.statIn .headTop .outSet,
.statIn .headTop .hideInfo .outSet{
	display: inline-block;
}
/*--------headBtm--------*/
.headBtm{
	padding: 66px 0 20px;
}
/*headLeft*/
.headBtm .headLeft{
	float: left;
	width: 230px;
}
.headBtm .headLeft .logo a,
.headBtm .headLeft .logo img{
	display: block;
}
.headBtm .headLeft .areaNav{
	margin-top: 10px;
	font-size: 0;
}
.headBtm .headLeft .areaNav .nav{
	display: inline-block;
	vertical-align: middle;
}
.headBtm .headLeft .areaNav .nav a{
	font-size: 11px;
	color: #888;
}
.headBtm .headLeft .areaNav .nav.on a{
	color:#008a4c;
	pointer-events: none;
}
/*headRight*/
.headBtm .headRight{
	float: right;
	width: 680px;
}
.headBtm .navBlock{
	float: left;
	margin-right: 11px;
}
.headBtm .navBlock .nav{
	display: table;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-right: 4px;
}
.headBtm .navBlock:last-child,
.headBtm .navBlock .nav:last-child{
	margin-right: 0;
}
.headBtm .navBlock .navIn{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.headBtm .navBlock .navIn:first-child{
	border-right: 0;
	border-radius: 2px 0 0 2px;
}
.headBtm .navBlock .navIn:last-child{
	border-radius: 0 2px 2px 0;
}
.headBtm .navBlock .nav a{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #555;
	line-height: 1.3;
	padding: 11px 8px;
	font-weight: bold;
	min-width: 52px;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	overflow: hidden;
}
.headBtm .navBlock .nav a:hover,
.headBtm .navBlock .nav a.is-active{
	background-color: #008342;
	color: #fff;
}
.headBtm .navBlock .gry{
	background-color: #f0f0f0;
}

/* ===============================================================

 footer

=============================================================== */ 

footer{
	font-size: 12px;
	margin-top: 40px;
}
/*--------accBtn--------*/
footer #footSell .btnWrap{
	border-bottom: 10px solid #7eae16;
}
footer #footBuy .btnWrap{
	border-bottom: 10px solid #206140;
	margin-top: -65px;
}
footer .btnWrap .accBtn{
	position: relative;
	display: block;
	padding: 10px 10px 11px 45px;
	border-radius: 7px 7px 0 0;
	width: 200px;
	height: 65px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -1px;
	z-index: 2;
}
footer .btnWrap .accBtn .sml{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
footer .btnWrap .accBtn.footBuy{
	background: #206140;
}
footer .btnWrap .accBtn.footSell{
	background: #7eae16;
	height: 55px;
	margin-left: 210px;
	padding-right: 30px;
}
footer .btnWrap .accBtn:before,
footer .btnWrap .accBtn:after{
	width: 18px;
	height: 2px;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 27px;
	left: 13px;
	transform:none!important;
	margin-top: 0!important;
	border: 0;
}
footer .btnWrap .accBtn:after{
	width: 2px;
	height: 18px;
	top: 19px;
	left: 21px;
}
footer .open .btnWrap .accBtn:after{display: none;}


/*--------footSell--------*/
#footSell .accIn.bgGrn{
	padding: 15px 0 65px;
	background-color: #7eae16;
}
#footSell .sellForm .ttl {
  color: #333;
  font-size: 18px;
}
#footSell .sellForm .ttl:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 22px;
	background: url(/assets/pc/common/img/icon_calc_444.png) no-repeat left center;
	background-size: contain;
	margin: 0 10px -4px 0;
}
#footSell .sellForm {
	background-color: #fff;
	padding: 15px 35px 20px;
	border: 2px solid #555;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
#footSell .sellForm .selectBox select{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
#footSell .sellForm .selectBox select:disabled{
	box-shadow: none;
	border: 1px solid #777;
	background-color: #ccc;
	padding: 6px 18px 6px 30px;
}
#footSell .btnArea{
	padding:20px 0 0 0;
	text-align: right;
}
#footSell .btnArea .btnTtl,
#footSell .btnArea .btnList,
#footSell .btnArea .btnList li{
	display: inline-block;
	vertical-align: middle;
}
#footSell .btnArea .btnTtl{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}
#footSell .btnArea .btnList li{
	width: 170px;
	margin-right: 30px;
}
#footSell .btnArea .btnList li a{
	display: block;
	border-radius: 4px;
	border: 1px solid #537509;
	background-color: #fff;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 5px 0 0 #537509;
}
#footSell .btnArea .btnList li a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}

/*--------footBuy--------*/

#footBuy .accIn.bgGrn{
	padding: 13px 0 30px;
	background-color: #206140;
}
#footBuy .accIn.bgGrn .ttl{
	color: #fff;
	font-size: 18px;
	margin-bottom: 50px;
	padding-left: 30px;
	background: url(/assets/pc/common/img/icon_search_wh.png) no-repeat left center;
	background-size: 18px;
}
#footBuy .easySearch {
	border-radius: 0;
	border: 0;
	padding: 15px 15px 10px 0;
  box-shadow: 0px 4px 10px 0px rgba(34, 31, 31, 0.5);
}

#footBuy .easySearch .flow{
	padding: 0 20px 0 10px;
	position: relative;
	margin-right: 0;
}
#footBuy .easySearch .flow01 {
	width: 285px;
}
#footBuy .easySearch .flow02 {
	width: 175px;
}
#footBuy .easySearch .flow03 {
	width: 285px;
}
#footBuy .easySearch .flow .flowTtl{
	padding: 6px 15px 3px 25px;
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
	border: 0;
}
#footBuy .easySearch .flow.disabled .flowTtl{
	background-color: #eee;
	color: #333;
}
#footBuy .easySearch .flow .flowTtl:before,
#footBuy .easySearch .flow .flowTtl:after,
#footBuy .easySearch .flow03:after{
  content: "";
  position: absolute;
  border-style: solid;
	border-width: 15px 12px;
  top: 0;
  z-index: 10;
}
#footBuy .easySearch .flow01 .flowTtl:before,
#footBuy .easySearch .flow01 .flowTtl:after{
	display: none;
}
#footBuy .easySearch .flow .flowTtl:before{
  left:-12px;
	border-color: #206140 #206140 #206140 transparent;
}
#footBuy .easySearch .flow .flowTtl:after{
  left:-10px;
  border-color: #008342 #008342 #008342 transparent;
}
#footBuy .easySearch .flow.disabled .flowTtl:after{
  border-color: #eee #eee #eee transparent;
}
#footBuy .easySearch .flow03:after{
	top: -48px;
	right: 0;
  border-color: #206140 #206140 #206140 transparent;
}
#footBuy .resultBox{
	position: relative;
}
#footBuy .resultBox .resultNum{
	position: absolute;
	top: -44px;
	left: 40px;
	color: #fff;
}
#footBuy .resultBox .resultNum .total_item_size{
	color: #fff;
}
/*--------footMdl--------*/
.footMdl{
	padding-top: 10px;
}
.footMdl .flL,
.footMdl .flR{
	width: 470px;
}
.footMdl .ttl{
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0;
}
.footMdl .linkBdrList li a{
	color: #206140;
	text-decoration: underline;
}
.footMdl .linkBdrList li a:hover{
	text-decoration: none;
}
.footMdl .linkBdrList li:after{
	background: #bbb;
	margin: 0 4px;
}
/*upper*/
.footMdl .icoTtl:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 10px 0 4px;
}
.footMdl .area .icoTtl:before{
	background-image: url(/assets/pc/common/img/icon_japan_blk.png);
}
.footMdl .station .icoTtl:before{
	width: 13px;
	background-image: url(/assets/pc/common/img/icon_train_blk.png);
}
/*botttom*/
.footMdl .linkBdrList{
	display: block;
	padding: 0 50px 0 10px;
	margin-top: 8px;
}
.footMdl .bottom{
	margin-top: 30px;
}
.footMdl .bottom .ttl{
	padding: 0 10px;
}
.footMdl .linkBdrList li{
	margin-bottom: 5px;
}
.footMdl .linkBdrList li:after{
	margin: 0 7px;
}

/*--------searchBlock--------*/
.footBtm .searchBlock{
	display: table;
	width: 100%;
	margin-top: 12px;
	padding: 5px 0 4px 15px;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #eee;
}
.footBtm .searchBlock .ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
}
.footBtm .searchBlock .menuBox li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.footBtm .searchBlock .menuBox li a{
	display: inline-block;
	vertical-align: middle;
	color: #206140;
	background: #fff;
	width: 90px;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 0;
}
.footBtm .searchBlock .menuBox > li a:hover{
	text-decoration: underline;
}

/*--------searchBox--------*/
footer .searchBox{
	margin-top: 30px;
}

/*--------menuBlock--------*/
footer .footBtm .menuBlock{
	margin-top: 30px;
	display: table;
	width: 100%;
}
footer .footBtm .linkBox,
footer .footBtm .menuBlock .logo{
	display: table-cell;
	vertical-align: middle
}
footer .footBtm .menuBlock .logo{
	width: 215px;
	padding-left: 10px;
}
footer .footBtm .linkBdrList li:after{
	background: #bbbbbb;
	margin: 0 16px 0 18px;
}
footer .footBtm .linkBdrList:last-child{
	margin-top: 5px;
}
footer .footBtm .linkBdrList a{
	color: #777;
}
footer .footBtm .linkBdrList a .fwB{
	color: #444;
}
footer .footBtm .linkBdrList a:hover,
footer .footBtm .linkBlock a:hover{
	text-decoration: underline;
}

/*--------infoBlock--------*/
footer .footBtm .infoBlock{
	background: #eee;
	margin-top: 40px;
}
footer .footBtm .infoBlock .contIn{
	padding: 18px 0;
}

/*--------linkBlock--------*/
footer .footBtm .linkBlock{
	background: #008342;
	color: #fff;
}
footer .footBtm .linkBlock .contIn{
	padding: 20px;
}
footer .footBtm .linkBlock a{
	color: #fff;
}
footer .footBtm .linkBlock .logo{
	float: left;
	width: 300px;
}
footer .footBtm .linkBlock .menuBox{
	float: right;
	width: 600px;
	padding-top: 13px;
}
footer .footBtm .linkBlock .menuBox li{
	display: inline-block;
	padding-left: 30px;
}
footer .footBtm .linkBlock .menuBox li:first-child{
	padding: 0;
}
footer .footBtm .linkBlock .menuBox li a{
	padding-left: 15px;
	position: relative;
}
footer .footBtm .linkBlock .menuBox li a:before{
	content: '';
	position: absolute;
	display: block;
	background: url(/assets/pc/common/img/icon_blank_wh.png) no-repeat center;
	top: 50%;
	margin-top: -5px;
	left: 0;
	width: 10px;
	height: 9px;
	background-size: contain;
}
/* ===============================================================
 pageTop
=============================================================== */
#pageTop {
	position: relative;
}
#pageTop .toTopBtn{
	position: absolute;
	display: block;
	width: 100px;
	border-radius: 4px;
	color:#fff;
	background-color: #367053;
	right: 20px;
	top: -20px;
	font-size: 11px;
	text-align: center;
	padding: 35px 0 10px; 
	z-index: 99;
}
#pageTop.fixed .toTopBtn{
	position: fixed;
	bottom: 20px;
	top: auto;
}
#pageTop .toTopBtn:after{
	position: absolute;
	top: 16px;
	left: 40px;
	content: "";
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}