/*- mediaクエリー
------------------------------------------------*/
@media screen and (max-width: 480px) {
	body ol#contents li {
		line-height: 250%;
	}
	
	body ol#contents li#main_title {
		border-bottom	: 0.5px solid #B4C7E7;
		font-size		: 25px;
		line-height		: 100%;
		margin			: 0 auto 50px auto;
		padding			: 0;
		text-align		: center;
		width			: 60%;
	}
	
	body ol#contents li#message {
		margin	: 0 auto;
		width	: 80%;
	}
	
	body ol#contents li#name {
		font-size	: 20px;
		margin		: 30px auto 0 auto;
		width		: 80%;
	}
}
/*- 通常設定
------------------------------------------------*/
ol#contents li {
	line-height: 250%;
}

ol#contents li#main_title {
	border-bottom	: 0.5px solid #B4C7E7;
	font-size		: 25px;
	line-height		: 100%;
	margin			: 0 350px 30px 350px;
	padding			: 0 0 5px 0;
	text-align		: center;
}

ol#contents li#message {
	margin	: 0 auto;
	width	: 80%;
}

ol#contents li#name {
	font-size	: 20px;
	margin		: 30px auto 0 auto;
	width		: 80%;
}