@import url(../../mask/pc.css) screen and (min-width:1000px); /* 横幅1000px以上 */
@import url(phone.css) screen and (max-width:999px); /* 横幅999px以下 */

.mask span{
	margin:1px 20px;
	text-align:center;
	background-color:#666;
	color:#fff;
	padding:8px 20px;
}
.mask p{
	padding:20px 10px 20px 5.5em;
	border-bottom:2px dashed #093;	
	font-size:150%;
	text-indent:-5.5em;
}
.big{
	font-size:120%;
}
rt{
	font-size:20%;	
}