@charset "utf-8";


@media screen and (min-width: 961px){

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


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

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

.intro_img{

	margin: 50px auto;

	width:695px;
	height:420px;
	background-image:url(../../introduction/images/intro_main.jpg);
	background-repeat: no-repeat;


}



}

