@charset "utf-8";


@media screen and (max-width: 960px){

img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
//width:100%;
}


.intro_text{
	position: relative;
	width:610px;
//	height:300px;

	margin-left : auto ; margin-right : auto ;
	color:#000000;
	font-size: 18px;
	text-align: left;
	line-height: 26px;

}

.intro_img{

	margin: 50px auto;

	width:610px;
	height:369px;
	background-image:url(../../introduction/images/sp/intro_main.jpg);
	background-repeat: no-repeat;

}



}

