@charset "UTF-8";

main header{
	width:100%;
	height:440px;
	margin: 0 auto;
	padding:0;
	box-shadow: none;
	background-image:url("../images/header_bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
main div.header_cover{
	width:1000px;
	height:440px;
	margin:0 auto;
	background-image:url("../images/header.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

main div.header_cover h1{
	display:none;
}

div#contents{
	width:1000px;
	min-width:800px;
	margin:0 auto;
}

article.listcontent{
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 2px 6px #C6C4C1;
	padding: 10px 0 0 0;
	margin: 10px 5px 0 5px;
}

article.item{
	padding:10px;
}

article.item.itemhide{
	display:none;
}

article.item a{
	display:block;
	color:#000000;
	text-decoration: none;
}

article.item div.itemimage{
	display:inline-block;
	width:200px;
	height:150px;
	background-image:url('../images/dummy.gif');
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
article.item div.itemimage img{
	width:100%;
}

article.item div.itemtext{
	display:inline-block;
	vertical-align: middle;
	width:750px;
	margin-left:10px;
}

article.item div.itemtext h2{
	font-size:24px;
	color:#66aef7;
}

article.item div.itemtext h3{
	font-size:22px;
	color:#66aef7;
}

article.item div.itemtext span{
	font-size:14px;
	line-height:28px;
}

div.moreread {
  text-align: center;
  margin: 30px;
}

div.moreread div#morebtn {
  margin: 0 auto;
  background-color: #66aef7;
  border: 2px solid #66aef7;
  border-radius: 2px;
  box-shadow: 2px 2px #c3c1be;
  width: 200px;
  height: 35px;
  padding: 5px;
  color: #FFFFFF;
  /* line-height: 35px; */
  cursor: pointer;
  font-size:16px;
}

/* ad */
#adbelt {
  width: 652px;
  margin: 30px auto;
  font-size: 0;
}

#adbelt .adcontent {
  width: 300px;
  display: inline-block;
  font-size: 12px;
  margin-right: 50px;
}

#adbelt .adcontent:last-child {
  margin-right: 0;
}

#adbelt .adcontent .aditemcontent {
  width: 300px;
  height: 250px;
}