@charset "utf-8";
/* CSS Document */
.demoli
{
padding:10px;
text-align:justify;
}
.book_body
{
	margin:0 auto;
	padding:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.imgbox
{
height:280px;
width:180px;
padding:5px;
margin:4px ;

text-align:center;
background-color:#993300;
}
.box-img
{
height:200px;
width:200px;
padding:10px;

background-color:#F4F4F4

text-align:center;
margin:4px;
}
.zoomin img
{
height:170px;
width:170px;
-webkit-transition:all 2s ease;
-moz-transition:all 2s ease;
-ms-transition:all 2s ease;
transition:all 2s ease;
float:left;
margin:8px;
}
.zoomin img:hover
{
width:300px;
height:300px;
}
.imgsize
{
float:left;
overflow:auto;

margin:8px;
text-align:center;
}
.box-national
{
text-align:center;
margin-left:10px;
display:table;
overflow:auto;
float:left;


}