@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: 35px;
}

#main .txtLink li:last-child {
	margin-bottom: 0;
}

#main .txtLink li a {
	padding: 5px 0;
	display: block;
	color: #669900;
	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: #669900;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	border-radius: 2px;
	background-color: #EFEFEF;
}

#main .imgBox {
	margin: 0 10px 30px;
}

#main .imgBox .photoBox {
	width: 48%;
	float: left;
}

#main .imgBox .photoBox img {
	width: 100%;
}

#main .imgBox .textBox {
	margin-top: -5px;
	float: right;
	width: 48%;
}

#main .imgBox .textBox p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: -0.5px;
}

#main .imgBox .textBox .txt01 {
	margin-bottom: 0;
}

#main .imgBox .textBox span {
	font-size: 9px;
	line-height: 1.1;
}

#main .imgBox .textBox .red {
	color: #CB2417;
	font-size: 20px;
	font-weight: bold;
}

#main .imgBox .textBox .link {
	width: 93%;
}

#main .imgBox .textBox .link img {
	width: 100%;
}

#main .imgBox .textBox .ttl {
	padding: 2px 0;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	border-radius: 8px;
	background-color: #669900;
}

#main .btmLink {
	margin: 0 10px 30px;
}

#main .btmLink a img {
	width: 100%;
}