@charset "shift_jis";
/* CSS Document */
@import url("page.css");

#t-box h1 {
	background-image: url(../images/goods/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 28.85%;
	height: 0;
	width: 100%;
}

#item {
	display: block;
	margin: 0 auto 30px;
	width: 96%;
	border: solid 1px #CCCCCC;
}

#item dl {
	margin-bottom: 10px;
	width: 100%;
}

#item dt {
	font-size: 16px;
	font-weight: 600;
	background-color: #ffe8c6;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

#item dd {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

#item div {
	text-align: center;
	margin: 0;
	width: 100%;
}

.btn-douxorange {
	display: block;
	margin: 1em 0 0;
	width: 100%;
}

.btn-douxorange a {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
}

.btn-douxorange a:hover {
	opacity: 0.7;
}

.dorange_r14b {
	font-size: 116.6%;
	font-weight: 600;
	color: #F60;
}

@media only screen and (min-width: 769px) {
#t-box h1 {
	background-image: url(../images/goods/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 0;
	height: 150px;
	width: 1015px;
}

#item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 100px auto;
	width: 1000px;
}

#item dl {
	margin: 0;
	width: 700px;
}

#item div {
	margin: 0;
	width: 250px;
}

}