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

/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
	#contents .inner {
		margin-top: 35px;
		width: 780px;
		background:  url("../img/img.jpg") no-repeat top right; 
	}
	#contents_l ul li {
		padding-left: 22px;
		margin-bottom: 5px;
		line-height: 2;
		background:  url("../img/ico.png") no-repeat 2px 8px; 
}
	#contents_l ul li a:link {
		text-decoration: none;
}

	
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
	#contents .inner {
		font-size: 0.75em;
	}
	#contents .img {
		margin: 2em auto 2em;
		text-align: center;
		width: 50%;
	}
	#contents_l ul li {
		padding-left: 22px;
		margin-bottom: 8px;
		line-height: 1.6;
		background:  url("../img/ico.png") no-repeat 2px 2px; 
}
	#contents_l ul li a:link {
		text-decoration: none;
}

	
	
}
	
