#headBanner{
	width: 1000px;
	margin: 10px auto;
	text-align: center;
}

#headBanner img{
	width: 100%;
}

#headBanner p{
	margin: 0.5em 0;
	color: #c33;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
}


#unused {
	width: 1000px;
	margin: 0 auto;
	color: #666;
	text-align: center;
}

#unused h2 {
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#unused p {
	font-size: 26px;
}

#unused ul {
	margin: 20px 5% 70px;
	padding: 30px;
	border: 1px solid #666;
	background: url('/cmn/img/kouka_kaitori/img_unused.png') 98% 85% no-repeat;
	background-size: 35% auto;
	text-align: left;
}

#unused ul li {
	margin: 0 0 0.5em 40px;
	padding: 0 30% 0 0;
	font-size: 22px;
	list-style-type: disc;
}

#unused ul li.caution {
	margin: 1em 0 0.5em 15px;
	list-style: none;
	font-size: 18px;
}

.warning {
	color: #f00;
}

.expensive_group {
	padding:0px;
	margin:0px;
	counter-reset:li;
	margin-left:10px !important;
	overflow: hidden;
}

.expensive_group li{
	list-style-type:none !important;
	list-style-image:none !important;
	position:relative;
	width: 33%;
	height: 56px;
	margin: 0 0 20px 0 ;
	float: left;
	overflow: hidden;
}

.group_name {
	font-weight: bold;
	font-size: 16px;
	display: block;
	background: #f39800;
	border-radius: 5px;
	box-shadow: 0 3px #af7617;
	margin: 5px 0 0 10px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.group_name:hover {
	box-shadow: none;
	margin: 8px 0 2px 10px;
}

.expensive_title {
	font-weight: bold;
	font-size: large;
	margin: 5px 0px 5px 28px;
	display: inline-block;
}

.expensive_title:before{
	content:'';
	display:block;
	position:relative;
	background:#000000;
	width:20px;
	height:20px;
	top:25px;
	left:-25px;
}

#headBanner p.iphonex_campaign {
	background: #c33;
	color: #fff100;
	padding: 0.5em 0;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
}


#priceList table{
	width:100%;
	border:1px solid #d3d3d3;
	border-collapse:collapse;
	padding:0;
}

#priceList th{
	padding:3px 5px;
	border:1px solid #d3d3d3;
	background:#86c302;
	color:#fff;
	white-space:nowrap;
}

#priceList td{
	padding:5px;
	border:1px solid #d3d3d3;
	text-align:center;
}

#priceList td a{
	position: relative;
	text-decoration:none;
	color:#000;
}

#priceList td a::before {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin-right: 5px;
	background: #89C203;
	content: '';
}

#priceList td a::after {
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 4px;
	content: "";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}

#priceList input.mitsmoriCheckBox{
	display:none;
}

#priceList .checkboxIcon {
	display:block;
	width:20px;
	height:20px;
	margin:0 auto;
	border:1px solid #ccc;
	box-shadow:1px 1px 0 #ccc;
}

#priceList input.mitsmoriCheckBox:checked + .checkboxIcon{
	background:#FFFC00;
}

#priceList input.mitsmoriCheckBox:checked + .checkboxIcon:before {
	display:block;
	position:relative;
	content:"";
	margin-left:6px;
	width:5px;
	height:14px;
	border-top: 2px solid #39803A;
	border-left: 2px solid #39803A;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#priceList td.carrier{
	white-space:nowrap;
}

#priceList td.brand{
	word-break:normal;
}

#priceList td.terminalName{
	text-align:left;
}

#priceList td.unusedPrice{
	text-align:right;
	font-size:20px;
	font-weight:bold;
	color:#f00;
	white-space:nowrap;
}

#priceList td.bestPrice{
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}

#priceList td.lowestPrice{
	text-align:right;
	white-space:nowrap;
}

.red {
	color: #FF0000;
}

.btnWrapper {
	display: flex;
	justify-content: center;
	margin: 60px auto;
}

.btnWrapper li {
	width: 430px;
}

.btnWrapper li + li {
	margin-left: 40px;
}

.btnWrapper a {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	height: 80px;
	padding: 20px 0 0 50px;
	border-radius: 5px;
	box-sizing: border-box;
}

.btnWrapper a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%) rotate(45deg);
	display: block;
	width: calc(10/18*1em);
	height: calc(10/18*1em);
	margin-right: calc(25/18*1em);
	border-top: 2px solid;
	border-right: 2px solid;
}

.btnWrapper a:hover {
	transform: translate(0, 3px);
	box-shadow: none !important;
}

.btnWrapper a span {
	display: block;
	font-size: calc(14/18*1em);
}

.btnWrapper a.storeBtn {
	background: #192B5B url(/cmn/img/kouka_kaitori/icon_store.png) no-repeat center left calc(25/18*1em) / calc(60/18*1em) auto;
	box-shadow: #617098 0px 3px 0px;
}

.btnWrapper a.buymobileBtn {
	background: #8AC100 url(/cmn/img/kouka_kaitori/icon_buymobile.png) no-repeat center left calc(25/18*1em) / calc(60/18*1em) auto;
	box-shadow: #6D9800 0px 3px 0px;
}