/*- mediaクエリー
------------------------------------------------*/
@media screen and (max-width: 480px) {
	body ol#contents li {
		line-height: 150%;
	}
	
	body ol#contents li img {
		width: 100%;
	}
	
	body ol#contents li#top {
		background-image: url("../images/buisiness_background.jpg");
		background-size	: cover;
		font-size		: 16px;
		margin			: 0 0 50px 0;
		padding			: 10px 0;
		text-align		: center;
	}
	
	body ol#contents li#top span{
		font-size	: 18px;
		font-weight	: bold;
	}
	
	body ol#contents li#message {
		font-weight		: bold;
		font-size		: 16px;
		margin			: 0 auto 0 auto;
		line-height		: 200%;
		text-align		: center;
		text-decoration	: underline;
		width			: 80%;
	}
	
	body ol#contents li.comment {
		margin	: 40px auto 0 auto;
		width	: 75%;
	}
	
	body ol#contents li#buisiness_image {
		margin	: 50px auto 100px auto;
		width	: 95%;
	}
	
	body ol#contents li#buisiness_image_2 {
		margin	: 5px auto 0 auto;
		width	: 95%;
	}
}
/*- 通常設定
------------------------------------------------*/
ol#contents li {
	line-height: 150%;
}

ol#contents li img {
	width: 100%;
}

ol#contents li#top {
	background-image: url("../images/buisiness_background.jpg");
	background-size	: cover;
	font-size		: 25px;
	margin			: 0 0 50px 0;
	padding			: 35px 0;
	text-align		: center;
}

ol#contents li#top span{
	font-size: 30px;
}

ol#contents li#message {
	font-weight		: bold;
	font-size		: 18px;
	line-height		: 200%;
	margin			: 0 auto 0 auto;
	text-align		: center;
	text-decoration	: underline;
	width			: 75%;
}

ol#contents li.comment {
	margin	: 40px auto 0 auto;
	width	: 55%;
}

ol#contents li#buisiness_image {
	margin	: 50px auto 150px auto;
	width	: 70%;
}

ol#contents li#buisiness_image_2 {
	margin	: 5px auto 0 auto;
	width	: 90%;
}