@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/


.voi {
	margin: 20px 10px;
	padding:5px;

	text-align: left;

/*	border-bottom:2px dashed #ccc; */
}

.voi p {
	margin:5px;
}

.voib {
	margin:0px auto 10px auto;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #666;
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){




/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){



}
