@charset "UTF-8";
#header,#delices-contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-----------------------------------------------
 全体
----------------------------------------------- */
body {
/*
	padding: 0px;
	margin-top: 0px;
	background-image: url(../img/gif/bg.gif);
	background-repeat: repeat-x;
*/
}
#wrapper {
	width: 100%;
}
/*-----------------------------------------------
 ヘッダー
----------------------------------------------- */
#header {
	width: 100%;
	margin:20px auto;
}
#pan {
	font-size: 12px;
	margin: 40px 0px 15px;
}
#header #mainV {
	float: left;
	height: 345px;
	width: 243px;
}
#delices-vol11 #header h1 {
	background: url(../img/gif/2018_logo.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	height: 99px;
	width: 455px;
}
#delices-vol9 #header h1 {
	background: url(../img/gif/2016_logo.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	height: 99px;
	width: 455px;
}
#delices-vol8 #header h1 {
	background: url(../img/gif/2015_logo.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	height: 99px;
	width: 455px;
}
#delices-vol7 #header h1 {
	background: url(../img/gif/2014_logo.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	height: 99px;
	width: 455px;
}

body #header h1 {
	background: url(../img/gif/2013_logo.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	height: 99px;
	width: 455px;
}

#header h7 {
	float: right;
	width: 455px;
	margin-top: 20px;
}
#header #title {
	float: right;
	width: 455px;
}
#header p {
	margin-top: 30px;
}
/*-----------------------------------------------
 コンテンツ
----------------------------------------------- */
#delices-contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #DDD;
	padding-top: 25px;
	margin-top: 50px;
}
#leftBox {
	float: left;
	width: 330px;
}
#leftBox h3 {
}
.itemA {
	margin-bottom: 60px;
}
#rightBox {
	float: right;
	width: 400px;
}
.itemB {
	margin: 0px;
	padding: 0px;
	width: 400px;
}
.itemB img {
	border: 1px solid #DDD;
	margin-bottom: 50px;
}
.itemC {
	padding: 8px;
	width: 330px;
	border: 1px solid #DDD;
	margin-bottom: 20px;
}
.itemC p.delices-text{
	font-size:12px;
	line-height:1.5en;
	margin-bottom:0px;
}
/*-----------------------------------------------
 リンク・文字色
----------------------------------------------- */
h7 {
	font-size: 18px;
	color: #111;
	font-weight: bold;
	margin-bottom: 1.5ex;
}
h6{
	font-size: 15px;
	color: #00AA00;
	font-weight: bold;
	line-height: 1.5em;

}
p.delices-text{
	color: #444;
	font-size: 14px;
	margin-bottom:1.2em;
	line-height: 1.5em;

}
span.point{
	color:#663300;
	font-weight: bold;
}
a.delices-link{
	color:#663300;
	text-decoration:none;
	font-weight: bold;
}
a:link.delices-link{
	color:#663300;
	text-decoration:none;
	font-weight: bold;
}
a:hover.delices-link{
	color:#663300;
	text-decoration:underline;
	font-weight: bold;
}
/*-----------------------------------------------
  リンクアルファ
----------------------------------------------- */
a:hover img.alpha {
	top: 0px;
	left: 0px;
	position:relative;
	
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:hover img.alpha2 {
	position:relative;
	
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
/*-----------------------------------------------
 CSSハック
----------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clears{clear:both;}



@media screen and (max-width: 479px) {
	/*-----------------------------------------------
	 ヘッダー
	----------------------------------------------- */
	#header #mainV {
		float: none;
		height: auto;
		width: 100%;
	}	
	#delices-vol8 #header h1 {
		background-size: contain;	
		float: none;
		width: 100%;
	}
	#delices-vol7 #header h1 {
		background-size: contain;	
		float: none;
		width: 100%;
	}
	
	body #header h1 {
		background-size: contain!important;	
		float: none!important;
		width: 100%!important;
	}
	
	#header h7 {
		float: none;
		width: 100%;
	}
	#header #title {
		float: none;
		width: 100%;
	}
	
	/*-----------------------------------------------
	 コンテンツ
	----------------------------------------------- */
	#delices-contents {
		width: 100%;
	}
	#leftBox {
		float: none;
		width: 100%;
	}
	#rightBox {
		float: none;
		width: 100%;
	}
	
	a.group01{
    pointer-events: none;
	}

	
	.itemA{
		margin-bottom: 30px;	
	}
	
	.itemB {
		width: 100%;
	}
	.itemC {
		width: 90%;
		margin:0 auto 15px auto ;
	}
	footer h3, footer section { display: none !important; }

}