@charset "UTF-8";
.f80 {
	font-size: 80%;
}

/*===================================================
商品リスト
===================================================*/
.itembox dl {
	margin-bottom: 15px;
}

.itembox dt {
	float: left;
	width: 55%;
}

.itembox dd {
	box-sizing: border-box;
	float: left;
	width: 45%;
	padding-left: 15px;
}

.itembox dd p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.itembox dd p:last-child {
	margin-bottom: 0;
}

.itemName {
	font-size: 22px !important;
	line-height: 1.3 !important;
	font-weight: bold;
}

.itemPrice b {
	font-size: 20px;
	line-height: 1.3;
	color: #F00;
}

@media screen and ( max-width:825px ) {
.itembox dt,
.itembox dd {
	float: none;
	width: 100%;
	padding: 0;
}

.itembox dt {
	margin-bottom: 5px;
}

.itembox dd p {
	font-size: 13px;
	margin-bottom: 5px;
}

.itemName {
	font-size: 16px !important;
}

.itemPrice b {
	font-size: 15px;
}

.itemPrice b br {
	display: none;
}
}


/*===================================================
2カラム
===================================================*/
.column2 li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 0 10px;
}
.column2 li:first-child {
	padding: 0 10px 0 0;
}

@media screen and ( max-width:825px ) {
.column2 li {
	float: none;
	width: 100%;
	padding: 0 !important;
}
.column2 li:first-child {
	margin-bottom: 10px;
}
}


/*===================================================
企画タイトル
===================================================*/
.planTit dl {
	margin-bottom: 10px;
}

.planTit dt {
	float: left;
	width: 55%;
}

.planTit dd {
	box-sizing: border-box;
	float: left;
	width: 45%;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 10px;
}

@media screen and ( max-width:825px ) {
.planTit dt,
.planTit dd {
	float: none;
	width: 100%;
	padding: 0;
}

.planTit dt {
	margin-bottom: 5px;
}

.planTit dd {
	font-size: 13px;
}
}


/*===================================================
デジカタ
===================================================*/
#dg_linkbox {
	background: #E5EFCE;
	border:2px solid #006845;
	margin: 15px auto;
}

#dg_linkbox th {
	padding: 10px 0 10px 20px;
}
#dg_linkbox th img {
	width: 200px;
}

#dg_linkbox td {
	padding: 10px 10px 10px 20px;
}
#dg_linkbox td p {
	font-size: 16px;
}
#dg_linkbox td p.f80 {
	font-size: 13px;
}

#dg_link_tit {
	font-size: 20px !important;
	line-height: 1;
	color: #006845;
	font-weight: bold;
	margin-bottom: 7px;
}

#bt_degicate,
#bt_degicate a {
	width: 290px;
	height: 30px;
}
#bt_degicate {
	margin: 5px auto 5px 0;
}
#bt_degicate a {
	display: block;
	text-indent: -999em;
	background: url(../images/huyugift_bt.jpg) no-repeat 0 0;
}
#bt_degicate a:hover {
	background-position: 0 -30px!important;
}

@media screen and ( max-width:825px ) {
#dg_linkbox th,
#dg_linkbox td {
	display: block;
	text-align: center;
}

#dg_linkbox th {
	padding: 10px;
}
#dg_linkbox th img {
	width: 160px;
}

#dg_linkbox td {
	padding: 0 10px 10px 10px;
}
}


/*===================================================
ネット注文
===================================================*/
#omoushikomi {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	border-top: 2px solid #999;
	padding-top: 30px;
	margin: 30px 0 10px 0;
}

#linkBoxOut {
	width: 94%;
	margin: 0 auto;
}

#linkBox {
	margin-bottom: 5px
}
#linkBox li {
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
}
#linkBox li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-decoration: none;
}
#linkBox li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#linkBox li#yahooLink a {
	color: #F00;
	border: 2px solid #F00;
	padding: 28px 0;
}

#linkBox li#rakutenLink a {
	color: #fff;
	background-color: #F00;
	padding: 30px 0;
}

#netItemCopy {
	font-size: 16px;
	line-height: 1.3;
	color: #D80C18;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}

#netItemCopy br {
	display: none;
}

@media screen and ( max-width:825px ) {
#linkBox li {
	font-size: 14px;
	line-height: 14px;
}

#linkBox li#yahooLink a {
	padding: 18px 0;
}

#linkBox li#rakutenLink a {
	padding: 20px 0;
}

#netItemCopy br {
	display: block;
}
}