@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 80px 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;
}
.itemShop {
	font-weight: bold;
	float: left;
	width: 200px;
	font-size: 12px;
}
.itemShop a {
	text-decoration: underline;
	line-height: 2em;
	color: #b40343;
}
.itemTxt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
	border:1px #ccc;
	border-style: solid none none none;
	padding-top:10px;
	margin-top:10px;
}
.itemTxt img {
	float: left;
	padding: 0px 10px 0px 0px;
}


/* ------------------------------------------------------------------
	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);
}
/* ------------------------------------------------------------------
	nagano
-------------------------------------------------------------------*/
.pageNagano #contentsInner {
	background: url(/simages/feature/image/nagano/bg_title.jpg) no-repeat 0 0;
}
.pageNagano #itemList li {
	background: #FFF url(/simages/feature/image/nagano/bg_list.gif) no-repeat 100% 220px;
}
.pageNagano #itemTitle {
	background: #fbf1cf;
	border-bottom: 2px solid #b40343;
}
.pageNagano .itemDetail h2 a {
	display: inline-block;
	color: #b40343;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------
	two
-------------------------------------------------------------------*/
.two {
	width:340px;
	float:left;
	padding:20px 0px 0px 20px;
}
.two img {
	padding:0px 10px 20px 0px;
}
/* ------------------------------------------------------------------
	three
-------------------------------------------------------------------*/
.three {
	width:220px;
	float:left;
	padding:20px 0px 20px 20px;
}
.three img {
	padding:0px 0px 20px 0px;
}
.three #cartArea {
	padding-top:10px;
	float:left;
}


.caption{
	font-size:13px;
	margin:10px 20px 0 0;
	text-align:right;
}
#itemList .several li {
border:1px #ccc;
border-style: solid none none none;
padding:10px 0px;
margin-bottom: 0px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
#itemList .several li:first-child {
border-style: none;
padding:0px 0px 10px 0px;
}
#itemList .several li:last-child {
padding:10px 0px 0px 0px;
}
#itemList .several h2 {
	height:20px;
	display:block;
	}
#musicBox {
	height: 80px;
}