@charset "utf-8";

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

#buyinfo-title {
	margin:0 0 40px 0;
	padding:40px 0;
	background:#2b6a15;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#fff;
}
#buyinfo #nav {
	margin-bottom:0;
}

.red {
	color: #ff0000;
}

#buyinfo_inner {
	margin-bottom: 50px;
}

#buyinfo_inner div.buyinfo_contents {
	margin: 15px 0 30px 10px;
}

#buyinfo_inner div p {
	line-height: 28px;
}

.inner h3 {
	background: #F2E6E6;
	color: #8E190A;
	font-size: 16px;
	padding: 10px;
}

.inner h4 {
	margin: 20px 0 10px;
	color: #8E190A;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cdcdcd;
}

ul.buyinfo_method {
	margin: 15px 0;
}

ul.buyinfo_method li {
	float: left;
	display: inline;
	margin-right: 25px;
	font-size: 15px;
}

ul.buyinfo_method li a {
	color: #8E190A;
	text-decoration: none;
}

ul.buyinfo_method li a:hover {
	color: #C40D0D;
}

p.buyinfo_text {
	color: #618b52;
	font-weight: bold;
}

p.method_text_title {
	color: #00257E;
	font-size: 16px;
	font-weight: bold;
}

div.method_text {
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 5px 0 15px;
}


table#buyinfo_detail_table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 20px;
}

table#buyinfo_detail_table th {
	width: 20%;
	background: #F0F0F0;
	color: #8E190A;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table#buyinfo_detail_table td {
	width: 20%;
	padding: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

@media(max-width:960px){
	table#buyinfo_detail_table th {
		display: block;
		width: 100%;
	}
	table#buyinfo_detail_table td {
	display: block;
		width: 100%;
	}
}

table#buyinfo_detail_table td a {
	color: #8E190A;
}


#buyinfo ul#card_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#buyinfo ul#card_type li {
	width: 35%;
    text-align: center;
}

.buyinfo-box-detail .buyinfo_box_inner {
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 5px 0 15px;
}

.buyinfo-box-detail .method_text_title {
	color: #E58816;
	font-size: 15px;
	font-weight: bold;
}

.buyinfo-card-att {
	margin-top: 10px;
}

@media(min-width:961px){
	#buyinfo_detail_brand {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	#buyinfo_detail_brand div.pdb_inner {
		width: 20%;
	}
}
@media(max-width:960px){
	#buyinfo_detail_brand div {
		width: 100%;
	}
}

#buyinfo_detail_brand div {
	padding: 10px 5px;
	text-align: center;
	box-sizing: border-box;
	color: #8E190A;
}

#buyinfo_detail_brand div a {
	color: #8E190A;
}

#buyinfo_detail_brand div.bland_name {
	background: #F0F0F0;
}

ul.buyinfo_frow li {
	font-size: 15px;
    padding: 3px;
}
ul.buyinfo_frow li.buyinfo_frow_text {
	background: beige;
}