@charset "utf-8";
/****ライトボックス用****/
body{
	width				: 900px;
	height				: auto ;
}
.light_box{
	width				: 900px;
	padding				: 50px;
	background-color	: #fff;
	display				: inline-block;
}
.light_l{
	width				: 480px;
	float				: left;
}
.light_r{
	width				: 280px;
	float				: right;
}
.light_img_tit{
	width				: 480px;
	height				: 100px;
	margin				: 0 0 20px;
}
.light_img_tit img{
	width				: 480px;
	height				: 100px;
}
.light_img{
	width				: 480px;
	height				: 320px;
	margin				: 0 0 20px;
}
.light_img img{
	width				: 480px;
	height				: 320px;
}
.light_midashi{
	width				: 480px;
	font-size			: 16px;
	padding				: 5px 0;
	background-color	: #254888;
	color				: #fff;
	text-align			: center;
}
.light_txt{
	width				: 280px;
	padding				: 50px 0 0;
	height				: 330px;
	line-height			: 28px;
}
.light_txt p{
	font-size			: 20px;	
	font-weight			: 700;
	text-align			: center;
	padding				: 0 0 20px;
}

 @media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/
body{
	width				: 100%;
	height				: auto ;
}
.light_box{
	width				: 100%;
	padding				: 5%;
}
.light_l{
	width				: 100%;
	float				: none;
}
.light_r{
	width				: 100%;
	float				: none;
}
.light_img_tit{
	width				: 100%;
	height				: auto;
}
.light_img_tit img{
	width				: 100%;
	height				: auto;
}
.light_img{
	width				: 100%;
	height				: auto;
}
.light_img img{
	width				: 100%;
	height				: auto;
}
.light_midashi{
	width				: 100%;
}
.light_txt{
	width				: 100%;
}
}
