@charset "UTF-8";
/* ****************************************************************** 

	--style.css--

	1. Layout setting
		1-1. Base styles
		1-2. title styles
		1-3. itemList styles

****************************************************************** */
/*==================================================================
	1. Layout setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
#contents {
	background: url(/simages/feature/image/gift/bg_contents.jpg) repeat-y 0 150px;
}
#contentsInner {
	line-height: 1.6em;
}
a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.mt20 {
	margin-top: 20px;
}
/* ------------------------------------------------------------------
	1-2. title styles
-------------------------------------------------------------------*/
#title {
	position: relative;
    padding: 45px 30px 220px 30px;
}
#title h2 {
	position: absolute;
	top: 45px;
	left: 270px;
}
#title p {
	position: absolute;
	top: 85px;
	left: 270px;
	width: 330px;
	font-size: 14px;
}
/* ------------------------------------------------------------------
	1-3. itemList styles
-------------------------------------------------------------------*/
#itemList {
	padding: 0 30px 30px 30px;
}
#itemList li {
	width: 100%;
	margin: 0 20px 20px 0;
	float: left;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
#itemList li:nth-child(odd) {
	clear: both;
}
#itemTitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}

.itemDetail img {
	float:left;
	padding: 20px;
}
#itemList .itemDetailText {
	float: left;
	width: 340px;
	padding: 20px 20px 20px 0px;;
}
.itemDetail h2, .itemDetailText h2 {
	height: 50px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
}
.itemDetail h2 a, .itemDetailText h2 a {
	text-decoration: underline;
	float: left;
	width: 100%;
}
.itemDetail h2 a:hover, .itemDetailText h2 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.itemDetail h2 span, .itemDetailText h2 span {
	font-size: 16px;
}
.itemDetail h3, .itemDetailText h3 {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.itemDetail h3 a, .itemDetailText h3 a {
	text-decoration: none;
}
.itemDetail h3 a:hover, .itemDetailText h3 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.itemDetail h3 span, .itemDetailText h3 span {
	font-size: 16px;
}
.itemDetail .area {
	color: #fff;
	padding: 1px 5px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	margin: 0 5px 0 0;
	border-radius: 3px / 3px;
	float: left;
	background: #b40343;
}
.itemPrice {
	font-weight: bold;
	font-size: 12px;
	clear: both;
	width: 180px;
	display: inline-block;
}
.itemPrice span {
	font-size: 16px;
}

.itemTxt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
	padding-top:10px;
}
.itemTxt img {
	float: left;
	padding: 0px 10px 0px 0px;
}

.area {
	color: #fff;
	padding: 1px 5px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	margin: 0 5px 0 0;
	border-radius: 3px / 3px;
	float: left;
	display:inline-block;
}

/* ------------------------------------------------------------------
	1-3-2. cartBtnNew styles
-------------------------------------------------------------------*/
#cartArea {
	float:right;
}


#cartArea form {
	text-align: right;
	color: #FFF;
	display: block;
}
#cartArea .cartBtn {
	min-width: 130px;
	background: linear-gradient(#FF0000, #CC0000);
	border: 1px solid #CC0000;
	color: #F0F0F0 !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	float: right;
}
#cartArea .cartBtn:hover, .btn.check_agree:hover {
	background: linear-gradient(#B80000, #CC0000);
}
/* ------------------------------------------------------------------
	snack-alcoholicdrink
-------------------------------------------------------------------*/
#contentsInner {
	background: url(/simages/feature/image/snack-alcoholicdrink/bg_title.jpg) no-repeat 0 0;
}
#itemList li {
	background: #FFF url(/simages/feature/image/snack-alcoholicdrink/bg_list.gif) no-repeat 100% 220px;
}
#itemTitle {
	background: #fbf1cf;
	border-bottom: 2px solid #bc8a43;
}

/* ------------------------------------------------------------------
	*************************************
-------------------------------------------------------------------*/
.itemBox {
	display: table;
}
.item01 {
	float:left;
	width: 340px;
	padding: 20px;
}

.item01.right{
	float:right;
	width: 340px;
	padding: 20px 20px 20px 0;
}
.item02 {
	float:right;
	width: 340px;
	padding: 20px 20px 20px 0;
}
.item02.left{
	float:left;
	width: 340px;
	padding: 20px;
}
h2 {
	padding:10px 0;
}

h2 a {
	font-weight: bold;
	font-size: 18px;
	text-indent: 4em;
	line-height:1.6em;
}
h2 a {
	text-decoration:underline;
}
.item01 h2 a {
	color: #d80c18;
}
.item02 h2 a {
	color: #547e2a;
}


.itemShop {
	font-weight: bold;
	float: left;
	font-size: 12px;
}
.itemShop a {
	text-decoration: underline;
	line-height: 2em;
}
.item01 .itemShop a {
	color: #d80c18;
}
.item02 .itemShop a {
	color: #547e2a;
}

.item01 .area {
	background: #d80c18;
}
.item02 .area {
	background: #547e2a;
}

h3 {
font-size:14px;
font-weight:bold;
border:1px #ccc;
border-style: solid none none none;
padding:10px 0 0 0;
margin:10px 0;
display: inline-block;
width: 340px;
}
.item01 h3 a {
	color: #d80c18;
}
.item02 h3 a {
	color: #547e2a;
}

.caption {
	font-size: 13px;
	margin-top: 10px;
}
.leftBtn {
	float:left;
	margin:20px 0;
}
.rightBtn {
	float:left;
	margin:20px 0 20px 20px;
}