 /*
 ;M-tone;20170621;SHZ;negime関係をwing.cssへ
 ;M-tone;20170406;SHZ;negime変更;hayaraseya対応
 ;M-tone;20150708;SHZ;「むいむい」をnogenius.cssへ移動
 ;M-tone;20150708;SHZ;heisei17修整
 */


@charset "utf-8";




.heisei17
	{
	padding: 0;
	width: 100%;
	margin: 0;
	clear: both;
	background-image: url(img/zu_chigau.gif);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 38rem;
	}

.heisei17txt
	{
	margin: 15.2rem 0 1rem;
	padding: 0;
	float: right;
	width: 30rem;
	font-size:1.2rem;
	line-height: 1.3;
	}


.tele
   {
	background-color: #C2F5E2;
	padding:7px;
	margin-left: 50px;
	width: 300px;
   }


.table_limited {
	width:96%;
	border: 1px solid cadetblue;
	border-collapse: collapse;
}
.table_limited td {
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: cadetblue;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cadetblue;
	background-color: #EAFBFB;
	vertical-align: top;
	font-size: 16px;
}
.table_limited tr .td_cblue {
	background-color: #C1DBEA;
}

.table_limited tr .td_last {
	border-bottom-style: none;
}


#contents .h_42
	/*限定販売のページにだけ使った*/
	{
	background-image: url(../tools/bg_title_01.jpg);
	background-repeat: no-repeat;
	background-position:0px 48px;
	font-size: 42px;
	font-weight: bold;
	padding-left: 27px;
	padding-top: 20px;
	padding-bottom: 42px;
	color: deeppink;
	}



@media
only screen and (max-width : 960px)
{

#contents .h_42
	/*限定販売のページにだけ使った*/
	{
	background-image:none ; /*元の定義を打ち消す*/
	margin: 48px 48px 24px 6px;
	margin: 4.8rem 4.8rem 2.4rem 0.6rem;
	padding: 6px 6px 6px 9px;
	padding: 0.6rem 0.6rem 0.6rem 0.9rem;
	border-left: 32px solid #36C;
	border-bottom: 4px solid #03C;
	font-size: 2.4rem;
	}
}

@media
only screen and (max-width : 420px)
{
.heisei17txt
	{
	margin-top: 32rem;
	}

}