@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;
}
.mb30 {
	margin-bottom:30px;
	display:inline-block;
}
.caption{
	font-size:13px;
	margin:10px 20px 0 0;
	/*text-align:right;*/
}
/* ------------------------------------------------------------------
	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;
}
#itemTitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 13px 13px 0px 0px / 13px 13px 0px 0px;
}
.itemDetail {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -10px;
}
.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;
	float: left;
	/*width: 260px;*/
}
.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;
}
.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;
}
.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;
	clear: both;
}
.pageFathersDay .itemShop a {
	text-decoration: underline;
	line-height: 2em;
}
.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;
}
.deadline {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	padding: 10px 10px;
	border-radius: 0px 0px 13px 13px / 0px 0px 13px 13px;
}
.notes {
	font-size:14px;
	text-align:center;
	padding-top:10px;
}
/* ------------------------------------------------------------------
	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 .itemDetailImg {
	float: left;
	padding: 20px;
}
#itemList100 .itemDetailText {
	float: right;
	padding: 20px 20px 20px 0px;
	width: 350px;
}
#itemList100 .itemDetail {
	padding: 20px 20px 10px 20px;
	width: 700px;
}
/* ------------------------------------------------------------------
	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;
	margin-top: 15px;
	float: right;
}
#cartArea .cartBtn:hover, .btn.check_agree:hover {
	background: linear-gradient(#B80000, #CC0000);
}
/* ------------------------------------------------------------------
	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;
}
.pageFathersDay .itemDetail h2 a {
	color: #427bbf;
}
.pageFathersDay .itemShop a {
	color: #427bbf;
}
.pageFathersDay .itemDetail .area {
	background: #427bbf;
}
.pageFathersDay .deadline {
	color:#fff;
	background: #427bbf;
}
/* ------------------------------------------------------------------
	trial
-------------------------------------------------------------------*/
.pageTrial #contentsInner {
	background: url(/simages/feature/image/trial/bg_title.jpg) no-repeat 0 0;
}
.pageTrial #title {
	margin-bottom: 20px;
}
.pageTrial #itemList li {
	background: #FFF url(/simages/feature/image/trial/bg_list.gif) no-repeat 100% 220px;
}
.pageTrial #itemTitle {
	background: #ebd7cd;
	border-bottom: 2px solid #aa410d;
}
.pageTrial #title h2 {
	left: 307px;
}
.pageTrial #title p {
	top: 115px;
	left: 307px;
	width: 300px;
}
.pageTrial .itemDetail h2 a {
	color: #aa410d;
}
.pageTrial .itemShop a {
	color: #aa410d;
}
.pageTrial .itemDetail .area {
	background: #aa410d;
}

/* ------------------------------------------------------------------
	summer-gift
-------------------------------------------------------------------*/
.pageSummerGift #contentsInner {
	background: url(/simages/feature/image/summer-gift/bg_title.jpg) no-repeat 0 0;
}
.pageSummerGift #title {
	margin-bottom: 20px;
	padding:0;
	height:250px;
	z-index: 1;
}
.pageSummerGift #itemList li {
	background: #FFF url(/simages/feature/image/summer-gift/bg_list.gif) no-repeat 100% 220px;
}
.pageSummerGift #itemTitle {
	background: #e9f9f7;
	border-bottom: 2px solid #1681d1;
}
.pageSummerGift #title h2 {
	left: 307px;
}
.pageSummerGift #title p {
	top: 115px;
	left: 307px;
	width: 300px;
}
.pageSummerGift .itemDetail h2 a {
	color: #1681d1;
	text-decoration:underline;
}
.pageSummerGift .itemShop a {
	color: #1681d1;
}
.pageSummerGift .itemDetail .area {
	background: #1681d1;
}

/* ------------------------------------------------------------------
	summer-gift2019
-------------------------------------------------------------------*/
.pageSummerGift2019 #contentsInner {
	background: url(/simages/feature/image/summer-gift2019/bg_title.jpg) no-repeat 0 0;
}
.pageSummerGift2019 #title {
	margin-bottom: 20px;
	padding:0;
	height:250px;
	z-index: 1;
}
.pageSummerGift2019 #itemList li {
	background: #FFF url(/simages/feature/image/summer-gift2019/bg_list.gif) no-repeat 100% 220px;
}
.pageSummerGift2019 #itemTitle {
	background: #fcfdd6;
	border-bottom: 2px solid #004f94;
}
.pageSummerGift2019 #title h2 {
	left: 307px;
}
.pageSummerGift2019 #title p {
	top: 115px;
	left: 307px;
	width: 300px;
}
.pageSummerGift2019 .itemDetail h2 a {
	color: #004f94;
	text-decoration:underline;
}
.pageSummerGift2019 .itemShop a {
	color: #004f94;
}
.pageSummerGift2019 .itemDetail .area {
	background: #004f94;
}

/* ------------------------------------------------------------------
	meat
-------------------------------------------------------------------*/
.pageMeat #contentsInner {
	background: url(/simages/feature/image/meat/bg_title.jpg) no-repeat 0 0;
}
.pageMeat #title {
	margin-bottom: 20px;
	padding:0;
	height:250px;
	z-index: 1;
}
.pageMeat #itemList li {
	background: #FFF url(/simages/feature/image/meat/bg_list.gif) no-repeat 100% 220px;
}
.pageMeat #itemTitle {
	background: #fbf7c7;
	border-bottom: 2px solid #a40000;
}
.pageMeat #title h2 {
	left: 307px;
}
.pageMeat #title p {
	top: 115px;
	left: 307px;
	width: 300px;
}
.pageMeat .itemDetail h2 a {
	color: #a40000;
	text-decoration:underline;
}
.pageMeat .itemShop a {
	color: #a40000;
}
.pageMeat .itemDetail .area {
	background: #a40000;
}

/* ------------------------------------------------------------------
	rice2019
-------------------------------------------------------------------*/
.pageRice2019 #contentsInner {
	background: url(/simages/feature/image/rice2019/bg_title.jpg) no-repeat 0 0;
}
.pageRice2019 #title {
	margin-bottom: 20px;
	padding:0;
	height:250px;
	z-index: 1;
}
.pageRice2019 #itemList li {
	background: #FFF url(/simages/feature/image/rice2019/bg_list.gif) no-repeat 100% 220px;
}
.pageRice2019 #itemTitle {
	background: #fbf7c7;
	border-bottom: 2px solid #e54a27;
}
.pageRice2019 #title h2 {
	left: 307px;
}
.pageRice2019 #title p {
	top: 115px;
	left: 307px;
	width: 300px;
}
.pageRice2019 .itemDetail h2 a {
	color: #e54a27;
	text-decoration:underline;
}
.pageRice2019 .itemShop a {
	color: #e54a27;
}
.pageRice2019 .itemDetail .area {
	background: #e54a27;
}