@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 0;
}

#main .headLine01 {
    padding: 7px 0 16px 10px;
	color: #333;
}

#main .headLine01 span {
	display: block;
	color: #CB2417;
	font-size: 14px;
	line-height: 1;
}

#pagePath {
	margin-bottom: 20px;
	line-height: 1;
}

#main .txtLink {
	margin: 0 10px;
}

#main .txtLink li {
	margin-bottom: 10px;
	width: 47%;
	float: left;
	font-size: 12px;
	text-align: center;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}

#main .txtLink {
	margin-bottom: 5px;
}

#main .txtLink li:last-child {
	margin-bottom: 0;
}

#main .txtLink li a {
	padding: 5px 0;
	display: block;
	color: #F97906;
	font-weight: bold;
	position: relative;
	background: #FFF url(../img/sale/btn_bg.gif) repeat-x left bottom;
	background-size: 2px 26px;
	border-radius: 3px;
}

#main .txtLink li a .pic {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

#main .txtLink li:nth-child(2n-1) {
	margin-right: 4%;
}

#main .txt {
	margin: 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
}

#main .txt02 {
	margin-bottom: 27px;
}

#main h3 {
	margin: 0 10px 15px;
	padding: 7px 0;
	color: #F97906;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 2px;
}

#main .section {
	margin: 0 10px 15px;
	padding: 10px;
	border: 1px solid #F2F2F2;
}

#main .section .ttl {
	margin-bottom: 10px;
}

#main .section .inner {
	margin-bottom: 10px;
}

#main .section .inner .photoBox {
	width: 52%;
	float: left;
}

#main .section .inner .photoBox img {
	width: 100%;
}

#main .section .inner .textBox {
	width: 45%;
	float: right;
}

#main .section .inner .textBox p {
	font-size: 12px;
	line-height: 1.5;
}

#main .section .area {
	margin-bottom: 7px;
	padding: 10px 0 10px 10px;
	background-color: #FDFAF7;
}

#main .section .area p {
	font-size: 12px;
	font-weight: bold;
}

#main .section .area ul {
	font-size: 9px;
}

#main .section .area li {
	padding: 7px 0 0 9px;
	width: 48.5%;
	float: left;
	background: url(../img/common/icon02.gif) no-repeat left 10px;
	background-size: 5px 5px;
}

#main .section .area li:nth-child(2n) {
	width: 40%;
}

#main .section .price {
	font-size: 24px;
	font-weight: bold;
}

#main .section .red {
	color: #CB2417;
}

#main .section .inner .textBox p span {
	color: #CB2417;
}

#main .section .txt04 {
	margin-bottom: 8px;
	color: #E73B3F;
	font-size: 12px;
	font-weight: bold;
}

#main .section .inner02 .photoBox {
	width: 68%;
}

#main .section .txt05 {
	color: #669900;
}

#main .section .txt06 {
	color: #2296E4;
}

#main .section .inner03 .textBox {
	position: relative;
}

#main .section .inner03 .textBox .txt07 {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.2;
}

#main .section .inner03 .textBox .txt07 span {
	color: #333;
	font-size: 9px;
}

#main .section .inner03 .textBox .txt07 .red {
	color: #CB2417;
	font-size: 20px;
	font-weight:bold;
}
#main .btmLink {
    margin: 0 10px 30px;
}

/***** 250817 add start *****/
#main .section{
	overflow: hidden;
}

.priceBox{
	margin-top: 20px;
	width: 75%;
	float: right;
}

.priceTxt{
	margin-left: 20px;
	line-height: 1.2;
	font-family: Century Gothic;
	float: left;
	text-align: center;
}

.priceTxt .small{
	font-size: 9px;
}

.triangle {
	background: #000000;
	height: calc(tan(60deg) * 17px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin: 20px auto;
}
/***** 250817 add  end  *****/
