@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 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 0 30px 30px;
}
#itemList li {
	width: 360px;
	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;
}
.itemDetail {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}
.itemDetail h2 , .itemDetailText h2{
	height: 45px;
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.itemDetail h2 a , .itemDetailText h2 a{
	text-decoration: none;
}
.itemDetail h2 a:hover , .itemDetailText h2 a:hover {
	text-decoration: underline;
}
.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 {
	text-decoration: underline;
}
.itemDetail h3 span , .itemDetailText h3 span {
	font-size: 16px;
}
.itemPrice {
	font-weight: bold;
	font-size: 12px;
	margin-top: 26px;
	float: left;
}
.itemPrice span {
	font-size: 16px;
}
.itemShop {
	font-weight: bold;
	margin: 10px 0px 13px 0px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC solid;
	float: none;
}
.itemTxt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
}
.itemTxt img {
	float: left;
	margin: 0 10px 10px 0;
}
.itemTxt03 {
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
}
.itemTxt03 img {
	float: left;
	margin: 0 10px 46px 0;
}
.itemTxt02 {
	float: left;
	margin: 0 10px 10px 0;
	height: 100px;
}
.itemTxt span {
	float: none;
	display: table;
}
.kerning{
	letter-spacing: -0.05em;
}
.kerning2{
	letter-spacing: -0.07em;
}


/* ------------------------------------------------------------------
	1-3. itemList styles wide100%
-------------------------------------------------------------------*/
#itemList100 {
	padding: 0 30px 0px 30px;
}
#itemList100 li {
	width: 740px;
	margin: 0 20px 20px 0;
	float: left;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
#itemList100 li:nth-child(odd) {
	clear: both;
}
#itemList100 .itemDetail{
	width: 100%;
}
#itemList100 .itemDetailImg{
	float: left;
	padding: 20px;
}
#itemList100 .itemDetailText{
	float: right;
	padding: 20px 20px 20px 0px;
	width: 350px;
}


/* ------------------------------------------------------------------
	1-3-2. cartBtnNew styles
-------------------------------------------------------------------*/
#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;
}
#cartArea .cartBtn:hover, .btn.check_agree:hover {
	background: linear-gradient(#B80000, #CC0000);
}

/* ------------------------------------------------------------------
	soup
-------------------------------------------------------------------*/
.pageSoup #itemList {
    padding: 0 0 30px 30px;
}
.pageSoup #seasonComment {
    background: #FFF;
	color: #c01e39;
	text-align: center;
	width: 720px;
    margin: 0 20px 20px 0;
	padding: 10px;
    float: left;
    border-radius: 13px;
    -webkit-border-radius: 13px;
	font-weight: bold;
}

.pageSoup #contentsInner {
	background: url(/simages/feature/image/soup/bg_title.jpg) no-repeat 0 0;
}
.pageSoup #title {
	height: 200px;
}
.pageSoup #title p {
	top: 160px;
	left: 320px;
	width: 400px;
}
.pageSoup #itemList li {
	background: #FFF url(/simages/feature/image/soup/bg_list.gif) no-repeat 100% 200px;
}
.pageSoup #itemTitle,.itemDetailText #itemTitle {
	background: #fde5e2;
	border-bottom: 2px solid #c01e39;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}

.pageSoup .itemDetail h2 a{
	color: #c01e39;
}
.pageSoup .itemDetail,.itemDetailText {
	display: inline-block;
}
.pageSoup .itemShop a,.itemDetailText .itemShop {
	color: #c01e39;
	text-decoration: underline;
	line-height: 2em;
}
.pageSoup .itemTxt,.itemDetailText.itemTxt {
	height: 100px;
}

/* ------------------------------------------------------------------
	Gem 
-------------------------------------------------------------------*/

.pageGem #contentsInner {
	background: url(/simages/feature/image/gem/bg_title.jpg) no-repeat 0 0;
}
.pageGem #itemList li {
	background: #FFF url(/simages/feature/image/gem/bg_list.gif) no-repeat 100% 235px;
}
.pageGem #itemTitle {
	background: #d4def5;
	border-bottom: 2px solid #0f2350;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageGem .itemDetail h2 a {
	color: #0F2350;
}

.pageGem .itemDetail {
	display: inline-block;
}
.pageGem .itemShop a {
	color: #0F2350;
	text-decoration: underline;
	line-height: 2em;
}

/* ------------------------------------------------------------------
	fukkou
-------------------------------------------------------------------*/
.pageFukkou #itemList {
    padding: 0 0 30px 30px;
}
.pageFukkou #seasonComment {
    background: #FFF;
	color: #259a96;
	text-align: center;
	width: 720px;
    margin: 0 20px 20px 0;
	padding: 10px;
    float: left;
    border-radius: 13px;
    -webkit-border-radius: 13px;
	font-weight: bold;
}

.pageFukkou #contentsInner {
	background: url(/simages/feature/image/fukkou/bg_title.jpg) no-repeat 0 0;
}
.pageFukkou #title {
	height: 200px;
}
.pageFukkou #title p {
	top: 160px;
	left: 320px;
	width: 400px;
}
.pageFukkou #itemList li {
	background: #FFF url(/simages/feature/image/fukkou/bg_list.gif) no-repeat 100% 200px;
}
.pageFukkou #itemTitle,.itemDetailText #itemTitle {
	background: #fbf1cf;
	border-bottom: 2px solid #259a96;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageFukkou .itemDetail,.itemDetailText {
	display: inline-block;
}
.pageFukkou .itemShop a,.itemDetailText .itemShop {
	color: #259a96;
	text-decoration: underline;
	line-height: 2em;
}
.pageFukkou .itemTxt,.itemDetailText.itemTxt {
	height: 100px;
}
.pageFukkou .itemDetail h2 a {
	color: #259a96;
}

/* ------------------------------------------------------------------
	gift 
-------------------------------------------------------------------*/

.pageGift #contentsInner {
	background: url(/simages/feature/image/gift/bg_title.jpg) no-repeat 0 0;
}
.pageGift #itemList li {
	background: #FFF url(/simages/feature/image/gift/bg_list.gif) no-repeat 100% 235px;
}
.pageGift #itemTitle {
	background: #e6d0e5;
	border-bottom: 2px solid #460e44;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageGift .itemDetail h2 a {
	color: #460e44;
}

.pageGift .itemDetail {
	display: inline-block;
	margin-bottom :-10px;
}
.pageGift .itemShop a {
	color: #460e44;
	text-decoration: underline;
	line-height: 2em;
}

/* ------------------------------------------------------------------
	oiwai_sweets 
-------------------------------------------------------------------*/
.pageOiwaiSweets #title {
	padding-bottom:220px;
}
.pageOiwaiSweets #contentsInner {
	background: url(/simages/feature/image/oiwai_sweets/bg_title.jpg) no-repeat 0 0;
}
.pageOiwaiSweets #itemList li {
	background: #FFF url(/simages/feature/image/oiwai_sweets/bg_list.gif) no-repeat 100% 235px;
}
.pageOiwaiSweets #itemTitle {
	background: #f4e5da;
	border-bottom: 2px solid #cf3e37;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageOiwaiSweets .itemDetail h2 a {
	color: #cf3e37;
}

.pageOiwaiSweets .itemDetail {
	display: inline-block;
	margin-bottom :-10px;
}
.pageOiwaiSweets .itemShop a {
	color: #cf3e37;
	text-decoration: underline;
	line-height: 2em;
}


/* ------------------------------------------------------------------
	miyagi
-------------------------------------------------------------------*/
.pageMiyagi #itemList {
    padding: 0 0 0px 30px;
}
.pageMiyagi #contentsInner {
	background: url(/simages/feature/image/miyagi/bg_title.jpg) no-repeat 0 0;
}
.pageMiyagi #title {
	height: 180px;
}

.pageMiyagi #itemList li {
	background: #FFF url(/simages/feature/image/miyagi/bg_list.gif) no-repeat 100% 200px;
}

.pageMiyagi #itemTitle,.itemDetailText #itemTitle {
	background: #f2e1bb;
	border-bottom: 2px solid #c01e39;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageMiyagi .itemDetail h2 a,.pageMiyagi .itemDetailText h2 a{
	color: #c01e39;
}
.pageMiyagi .itemDetail,.itemDetailText {
	display: inline-block;
}
.pageMiyagi .itemTxt,.itemDetailText.itemTxt {
	height: 100px;
    display: block;
}
.pageMiyagi .itemTxt a {
	color: #c01e39;
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
	line-height: 2em;
	display: inline-block;
}

.pageMiyagi .itemShop a {
	color: #c01e39;
	text-decoration: underline;
	line-height: 2em;
}

.pageMiyagi #itemList100 {
    padding: 0 0 30px 30px;
}
.pageMiyagi #itemList100 li {
	background: #FFF url(/simages/feature/image/miyagi/bg_list.gif) no-repeat 100% 10px;
}
.pageMiyagi #itemList100 .itemPrice{
	margin-top: 15px;
    width: 60%;
}
.pageMiyagi  #itemList100 #cartArea form {
    margin-top: 25px;
}
.pageMiyagi #itemList100 .shopTxt a {
	color: #c01e39;
	font-weight: bold;
}

.pageMiyagi  #itemList100 .itemDetail h2, .itemDetailText h2 {
    height: 15px;
}
.pageMiyagi #itemList100 .itemTxt{
    margin-left: 20px;
    float: left;
    width: 316px;
    display: inline-block;
}
.pageMiyagi #itemList100 .itemTxt img {
	width:140px;
	float:left;
}

/* ------------------------------------------------------------------
	pageMothers_day mothers-day
-------------------------------------------------------------------*/
.pageMothers_day #title {
	padding-bottom:20px;
}
.pageMothers_day #contentsInner {
	background: url(/simages/feature/image/mothers-day/bg_title.jpg) no-repeat 0 0;
}
.pageMothers_day #itemList{
	padding: 0 0 0 30px;
}
.pageMothers_day #itemList li {
	background: #FFF url(/simages/feature/image/mothers-day/bg_list.gif) no-repeat 100% 235px;
}
.pageMothers_day #itemTitle {
	background: #fceadc;
	border-bottom: 2px solid #e82525;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageMothers_day .itemDetail h2 a,#itemList100 .itemDetailText h2 a {
	color: #e82525;
}

.pageMothers_day .itemDetail {
	display: inline-block;
	margin-bottom :-10px;
}
.pageMothers_day .itemShop a {
	color: #e82525;
	text-decoration: underline;
	line-height: 2em;
}

.pageMothers_day #itemList100 li {
	background: #FFF url(/simages/feature/image/mothers-day/bg_list.gif) no-repeat 100% 10px;
}
.pageMothers_day #itemList100 {
    padding: 0 0 30px 30px;
}
.pageMothers_day  #itemList100 .itemDetail h2, .itemDetailText h2 {
    height: 40px;
}

/* ------------------------------------------------------------------
	fathers-day
-------------------------------------------------------------------*/

.pageFathersDay #contentsInner {
	background: url(/simages/feature/image/fathers-day/bg_title.jpg) no-repeat 0 0;
}
.pageFathersDay #itemList li {
	background: #FFF url(/simages/feature/image/fathers-day/bg_list.gif) no-repeat 100% 235px;
}
.pageFathersDay #itemTitle {
	background: #fbf1cf;
	border-bottom: 2px solid #427bbf;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.pageFathersDay .itemDetail h2 a {
	color: #427bbf;
	float: left;
	width: 260px;
}

.pageFathersDay .itemDetail {
	display: inline-block;
	margin-bottom :-10px;
}
.pageFathersDay .itemShop a {
	color: #427bbf;
	text-decoration: underline;
	line-height: 2em;
}
.pageFathersDay .itemDetail .area {
    color: #fff;
    background: #427bbf;
    padding: 1px 5px 0px 5px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px 0 0;
    border-radius: 3px / 3px;
	float: left;
}