@charset "UTF-8";
/* @group Reset */

/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
	#contents .inner {
		margin-top: 35px;
		width: 780px;
	}
	#contents .inner p {
		line-height: 2;
		margin-bottom: 20px;
	}
	#contents .inner p.eng {
		font-size: 87.5%;
		line-height: 1.8;
	}
	#contents .inner .left {
		width: 480px;
	}
	#contents .inner .right {
		width: 270px;
	}
	#contents .inner p.eng a:link {
		color: #999;
	}
	#contents .inner p.eng a:hover,
		a:active {
		color: #33ccff;
	}

}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
	#contents .inner {
		font-size: 0.75em;
	}
	#contents .inner p {
		line-height: 1.8;
		margin-bottom: 15px;
	}
	#contents .img {
		margin: 3em 0 1em;
		text-align: center;
	}
	
}
	
