@charset "UTF-8";

/* メイン */
.cyc-sub-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cyc-content-left {
}
.cyc-content-pic {
}
.cyc-content-pic img {
	width: 100%;
	max-width: 640px;
}
.cyc-content-name {
}
.cyc-content-text {
}
.cyc-content-center {
}
.cyc-content-right {
}
.cyc-content-box {
}
span.cyc-price {
	color: #D40C0C;
	font-size: 20px;
	font-weight: bold;
}

	/* tablet */
@media (max-width: 840px) {
	.sp-content-text {
		min-height: 300px;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.cyc-sub-title,
	.page-main-title {
		text-align: left;
	}
	.cyc-content-left,
	.cyc-content-center,
	.cyc-content-right {
		float: none;
		width: 100%;
		margin: 0 0 4% 0;
	}
	.sp-content-text {
		min-height: auto;
	}
}
/* メイン */
