.topcat_h2{
    width: 970px;
    height: 24px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ddd;
    font-size: 16px;
}
.topcat_tb{
    width: 970px;
    margin-top: 40px;
}
.topcat_del{
    width: 970px;
    margin-top: 40px;
	margin-bottom: 40px;
}
.topcat_img{
    padding: 0 10px 10px 10px;
}
.topcat_img img{
    width: 303px;
}
.topcat_name{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.topcat_txt{
    font-size: 12px;
    padding: 10px 10px 25px 10px;
    text-align: left;
    vertical-align: top;
}
.topdel_table{
    width: 270px;
    padding-top: 20px;
}
.topdel_tdls{
    width: 293px;
    margin: 0 0 40px 10px;
    padding: 0 10px 0 10px;
    border-right: 3px solid #ddd;
}
.topdel_tdr{
    width: 293px;
    margin: 0 10px 40px 10px;
    padding: 0 10px 0 10px;
}
.topdel_h{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    height: 40px;
}
.topdel_txt{
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    line-height: 28px;
}
.topdel_l{
    background-image: url(https://file001.shop-pro.jp/PA01181/120/images/top/deliv_bg.png);
    background-repeat: no-repeat;
    width: 383px;
    height: 165px;
    padding: 80px 10px 0 10px;
    margin: 0 5px 0 0;
}
.topdel_r{
    background-image: url(https://file001.shop-pro.jp/PA01181/120/images/top/gift_bg.png);
    background-repeat: no-repeat;
    width: 577px;
    height: 165px;
    padding: 80px 10px 0 10px;
    margin: 0 0 0 5px;
}
.hov_img{
	width:			303px;
	height:			303px;
	overflow:		hidden;
	margin:			0;
	position:		relative;
}
.hov_img .caption {
	font-size:		100%;
	color:			#fff;
	text-align: 		center;
	padding:		100px 15px 0 15px;
}	
.hov_img .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* 表示させない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transform:	rotateX(-180deg);
	transform:		rotateX(-180deg);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.hov_img:hover .mask {
	-webkit-transform:	rotateX(0deg);
	transform:		rotateX(0deg);
	opacity:		1;	/* ホバーで表示する */
}
.top_iframe {
  	margin:			0 0 30px 0;
}


