@charset "utf-8";
/*=============================================================
LM
=============================================================*/
#header nav #gbMenu li#gbResult a {
	background: url(../../common/img/hdr_arw_gb_menu_yellow.png) no-repeat right center;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
	color: #ffff00;
	border-bottom: 3px solid #ffff00;
}
/*=============================================================
resultArea
=============================================================*/
#resultArea {
	margin-top: -10px;
	border-top:1px solid #ccc;
}
#resultArea div{
	clear:both;
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
}
#resultArea div:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
#resultArea div:nth-child(odd) {
	background-color:#f5f5f5;
}
#resultArea p {
	display:table-cell;
	vertical-align:top;
	height: auto;
	line-height: 1.5em;
	padding: 7px 0px 7px 8px;
	vertical-align: top;
	position: relative;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
#resultArea .sell01 {
	width: 20%;
	min-width:8em;
}
#resultArea .sell02 {
	border-left:1px solid #ccc;
}
#resultArea .sell02 a {
	color:#a61d4b;
	text-decoration:underline;
}
/*=============================================================
menuArea
=============================================================*/
#menuArea {
	display:none;
}
/*=============================================================
entry
=============================================================*/
p.date {
	margin-top:-10px;
	margin-bottom:20px;
	text-align:right;
	font-size:12px;
}
#resultEntry p {
	line-height:1.5;
	margin:10px 0;
}
#resultEntry img {
	max-width:100%;
	height:auto;
}
#resultEntry .btnBack {
	padding-top:30px;
	text-align:right;
}
#resultEntry .btnBack a {
	display:inline-block;
	padding:0 20px;
	font-size:14px;
	line-height:30px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	background-color:#a61d4b;
	color:#fff;
}
#resultEntry .btnBack a span {
	display: inline-block;
	padding-left:13px;
	background: url(../../common/img/arw_white_back.png) no-repeat left center;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUBLET
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:960px) {
/*=============================================================
 contents
=============================================================*/
#header nav #gbMenu li#gbResult a {
	background: url(../../common/img/hdr_arw_gb_menu.png) no-repeat 10px center;
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	color: #fff;
}
/*=============================================================
resultArea
=============================================================*/
#resultArea {
	margin-top:0px;
}
/*=============================================================
menuArea
=============================================================*/
#menuArea {
	display:block;
	margin-bottom:10px;
}
#menuArea select {
	width:100%;
	height:36px;
	line-height:36px;
}
/*=============================================================
entry
=============================================================*/
p.date {
	margin-top:0px;
	margin-bottom:10px;
}
#resultEntry .btnBack {
	text-align:center;
}
#resultEntry .btnBack a {
	display:block;
	padding:1px;
	font-size:14px;
	line-height:36px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#a61d4b;
	color:#fff;
}
#resultEntry .btnBack a span {
	display:block;
	position:relative;
	padding-left:0px;
	background:none;
	border:1px solid #fff;
}
#resultEntry .btnBack a span:after {
	position:absolute;
	top:50%;
	right:20px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top:-4px;
	background: url(../../common/img/arw_white.png) no-repeat left center;
	background-size:8px auto;
	-webkit-background-size:8px auto;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 640px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:640px) {
/*=============================================================
 LAYOUT
=============================================================*/
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 480px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:480px) {
}
