@charset "utf-8";

/*■ PC : 641px < Window Size ■*/
@media print,screen and (min-width: 641px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#undercolumn_entry{
		border-bottom:3px solid #d6cdaf;
		padding-bottom:100px;
	}
	#undercolumn_entry .message{
		line-height:1.8em;
	}

	div#undercolumn_entry .kiyaku_text {
		padding: 10px;
		border: solid 1px #cccccc;
		width: 100%;
		background-color: #fff;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin-bottom:40px;
	}
}

/*■ Mobile (Low Res) : 640px > 0 ■*/
@media only screen and (max-width: 640px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#undercolumn_entry .message{
		line-height:1.6em;
	}
	div#undercolumn_entry .kiyaku_text {
		padding: 3.2vw;
		border: solid 1px #cccccc;
		width: 100%;
		background-color: #fff;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		font-size:1em;
		margin-bottom:9.4vw;
	}
}