@charset "utf-8";

.owan-w {
	margin: 20px auto;
}

.owan-h {
	margin-bottom: 5px;
	padding:0px;
	font-weight:bold;
	text-align: left;
	border-bottom:1px solid #cccccc;
}

.owan-t {
	margin:0px 5px;
	padding:0px;
}

.owan-t p {
	line-height:160%;
}

.stxt {
	
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

.stxt {
	clear:both;	
	
}

}