/* index */



body{color:#333333;}




.box_1 {


	width: 800px;


	height:250px;


	padding: 0;


	margin: 0;


	float: left;


	background-color: #FFFFFF;

}






.box_1_p {


	float:left;

	width:270px;


 	margin:5px 0 5px 22px;

	line-height:2em;

}






.box_1 img {


	border:1px solid #cccccc;


	float:left;

}







.more {


	 text-align:right;

	
 margin-right:10px;

}






.box {

	float: left;

	margin-right:25px;

	margin-left:25px;

	margin-top:10px;

	margin-bottom:10px;

	font-weight: bold;


	width:320px;

	height:240px;

	background-color:#fff;

	
   /*zoom*/

	-webkit-transform: scale(1);

	transform: scale(1);

	-webkit-transition: .3s ease-in-out;

	transition: .3s ease-in-out;


    /*box-shadow*/

          box-shadow: 5px 5px 10px #56564b;

          -webkit-box-shadow: 5px 5px 10px #56564b;

          -moz-box-shadow: 5px 5px 10px #56564b;


}



.box img{

	width:300px;

	height:200px;

	margin-right:10px;

	margin-left:10px;

	margin-top:10px;



}




.box:hover{

	-webkit-transform: scale(1.03);

	transform: scale(1.03);
}



.box p{

	margin-top:5px;

	width:320px;

	height:10px;

	text-align:center;

	line-height:10px;

	color:#56564b;
	
}




/* index2 */


.kuukanbetsu {
	width:750px;
	margin-top:40px;
	
}


.kuukanbetsu_midashi {
	color:#006837;
	font-size:27px;
	font-weight:900;
	margin-top:10px;}

