@charset "UTF-8";
/* 必須指定 */
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

#contWrap {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}
#contWrap a:hover {
	text-decoration: none !important;
}
#contWrap #container h2 {
	background: #389df1;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
}
#container .itemdetail {
	margin-top: 10px;
	border: #d2d2d2 solid 1px;
	position: relative;
	display: block;
}
#container .itemdetail .linktext {
	color: #0db2b4;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
#container .itemdetail h3 {
	padding: 10px 3px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
}
#container .itemdetail .itemimage {
	width: 100%;
	padding: 10px;
	text-align: center;
}
#container .itemdetail .itemtext p {
	padding: 10px 15px;
	}
#container .itemdetail .itemtext .maincopy {
	color: #f00;
	font-weight: bold;
	padding-top: 10px;
}

@media screen and (min-width: 751px)  {
	#contWrap {
		font-size: 16px;
	}
	#contWrap #container h2{
		background: #389df1 url(../images/bg_h2.jpg) right center no-repeat;
		height: 68px;
		font-size: 30px;
		line-height: 68px;
		font-weight: bold;
		color: #fff;
		padding: 0 0 0 20px;
	}
	#container .itemdetail {
		margin-top: 20px;
		border: #d2d2d2 solid 1px;
		display: block;
	}
	#container .itemdetail .linktext {
		color: #0db2b4;
		font-weight: bold;
		text-decoration: underline;
		margin-bottom: 0px;
	}
	#container .itemdetail:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	#container .itemdetail .itemimage {
		width: 300px;
		height: 300px;
		padding: 15px;
		float: left;
	}
	#container .itemdetail .itemtext {
		margin-left: 330px;
	}
	#container .itemdetail .itemtext h3 {
		padding: 5px 0;
		margin: 15px 30px 5px 0;
		font-size: 18px;
		font-weight: bold;
	}
	#container .itemdetail .itemtext p {
		padding: 10px 30px 10px 0;
	}
	#container .itemdetail .itemtext .maincopy {
		color: #f00;
		font-size: 110%;
		font-weight: bold;
		padding-top: 20px;
	}
}