@charset "utf-8";
.adarea {
	display:none !important;
}
.ad320 {
	display:none !important;
}


div#header2{
	width:100vw;
	height:calc(100vw / 320 * 168);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image:url('../images/ipn-topBg.jpg');
}

div#headertitle{
	width:100vw;
	height:calc(100vw / 320 * 168);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image:url('../images/ipn-top.png');
	text-indent: -9999px;
}

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

article.item.itemhide{
	display:none;
}

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

article.item div.itemimage{
	display:inline-block;
	width:120px;
	height:90px;
	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:calc(100vw - 160px);
	margin-left:5px;
}

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

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

article.item div.itemtext span{
	font-size:12px;
}

/* to more */
.moreread{
	margin:30px;
}

.moreread #morebtn{
	display:block;
	width:200px;
	height:50px;
	background-color:#66aff7;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	margin:0 auto;
	text-align: center;
}

.top a:hover{
	text-decoration: underline;
}

/* ad */
.ad320{
	width:320px;
	min-height:100px;
	max-height:250px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}

.adarea{
	width:300px;
	min-height:250px;
	margin:30px auto;
}

footer#footer{
	margin-top:30px;
}