@charset "utf-8";
/* CSS Document */

@import url('sp.css') screen and (max-device-width:780px);
@import url('pc.css') screen and (min-device-width:781px);/*(min-width: 729px)*/

.txt-box01 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #F60;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
}
