* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

div#Wrapper {
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	color: #333333;
	box-sizing: border-box;
}

div.Container {
	width: 940px;
	margin: 0 auto 0 auto;
}

#Wrapper .Container h1 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	display: block;
	color: #FFF;
	background-color: #DB001D;
	padding: 5px 15px;
	border-radius: 10px;
	margin: 60px auto 30px auto;
	text-align: center;
}

/*---- 対象商品をチラ見 -----*/
.contents-box2 {
	width: 24%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	box-sizing: border-box;
}

.contents-box2 img {
	width: 100%;
}

.contents-info span {
	font-size: 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.contents-box2 img {
	width: 100%;
	transition-duration: 0.5s;
}

.contents-box2:hover img {
	transform: scale(1.05);
	transition-duration: 0.5s;
}

.contents-box2 div.contents-info p {
	margin: 0;
	padding: 0;
}

/*---- スペシャルコンテンツ -----*/

/*----------- TAB -------------*/

div#Wrapper .tab_wrap .tab_area label {
    width: 50%;
    margin: 0 0 1em;
    display: inline-block;
    padding: 10px 30px;
    color: #2C2C2C;
    background: #E0E0E0;
    text-align: center;
    font-size: 24px;
    border: 0;
}

div#Wrapper .tab_label_left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div#Wrapper .tab_label_right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#Wrapper .tab_area label.active {
    background: #2C2C2C;
    color: #fff;
}
/*----------- TAB -------------*/

/*-----------------------------------*/
/*------------SP HEADER -------------*/
/*-----------------------------------*/

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

	/*--- SPの時 ---*/
	div#Wrapper {
		width: 100%;
	}

	div.Container {
		width: 100%;
	}

	#Wrapper div.tab_wrap,
	#Wrapper div.panel_area,
	#Wrapper div.tab_area,
	#Wrapper div.tab_panel,
	#Wrapper div.tab_panel img {
		width: 100%;
	}

	.contents-box2 {
		width: 48%;
	}
#Wrapper .Container h1 {
	font-size: 28px;		
	}
}