@charset "utf-8";

.photo {
	max-width: 960px;
	margin: 0 auto 30px;
}

.contentsBody1 p {
	font-size: 0.94em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.price {
	font-weight: bold;
}
.btnLink {
	max-width: 400px;
	margin: 40px auto 40px;
}
.btnLink li {
	width: 100%;
	text-align: center;
}
.btnLink li a {
	display: block;
	padding: 4px;
	background: -webkit-gradient(linear, left top, right bottom, from(#e60012), color-stop(0.25, #e60012), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #e60012), color-stop(0.75, #e60012), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #e60012 25%, white 25%, white 50%, #e60012 50%, #e60012 75%, white 75%, white);
	background: linear-gradient(-45deg, #e60012 25%, white 25%, white 50%, #e60012 50%, #e60012 75%, white 75%, white);
	background-size: 4px 4px;
}
.btnLink li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btnLink li p {
	background: #e60012;
	padding: 10px;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 1.25em;
}
.btnLink li p:after {
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	top: 50%;
	right: 10px;
	margin-top: -14px;
}

/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {


}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.btnLink li p {
		font-size: 1em;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {


}
