@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300&display=swap');
/*
------------------

 .clearfix

------------------
*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
/*
------------------

 Lib.

------------------
*/
.btn:hover{
	opacity:0.75;
	cursor:pointer;	
}
.fl{
	float:left;	
}
.fr{
	float:right;
}
/*
------------------

 basic

------------------
*/
html{
	overflow:auto;
	font-size:62.5%; /*10px*/
	width:100%;
	height:100%;
}
body{
	background-color:#fff;
	width:100%;
	height:100%;
}
a{
	color:#09C;
}

div#wrapper{
	max-width:870px;
	width:98%;
	margin:0 auto;
	padding-left:1%;
}
div#header{
	margin-top:50px;
}
div#header h1{
	float:left;
}
div#header ul{
	float:right;
	width:270px;
	margin-top:10px;
}
div#header ul li{
	float:left;
	margin-left:40px;
}
div#contents{
	margin-bottom:70px;
}
img.wideimg{
	width:100%;
	height:auto;
}
div.grayline{
	border:thin solid #ccc;
	margin:40px 0;
}
img.content-title{
	
}
div.entry{
	margin-top:200px;
}
div.entry h2{
	font-size:21px;
	font-family: 'Akshar', sans-serif;
}
div.entry h3{
	font-size:11px;
	font-family: 'Akshar', sans-serif;
}
div.entry img{
	margin-top:10px;
}
img.posterimg{
	width:41.64%;
	height:auto;	
}
img.posterimg-s{
	width:30.35%;
	margin-right:4.4%;
	height:auto;	
}
img.posterimg-s:last-child{
	margin-right:0;	
}
div.single-img{
	width:100%;
	text-align:center;
}
div.entry h4{
	width:100%;
	text-align:right;
	padding-bottom:10px;
}

div#pagetop{
	width:100%;
	text-align:right;
}
div#pagetop img{
	padding:20px;
}

img#about{
	border-top:thin solid #ccc;
	border-bottom:thin solid #ccc;
	padding:10px 0;
	max-width:850px;
	width:100%;
	height:auto;
	margin-bottom:20px;
}

p#copyright{
	width:100%;
	text-align:center;
	font-size:10px;
	padding-bottom:50px;
}

