@charset "utf-8";
/* ===================================================================
下記のページで使用しています。
/voi/sp/other/hakarikata/index.html
/voi/sp/other/hakarikata/index2.html
=================================================================== */
body {
	background:#ebebeb;
}

/*----------------------------------------------------
.m_main（ページメイン部分）
----------------------------------------------------*/

section.m_main{
	font-size:14px;
}

section.m_main img{
	vertical-align:bottom;
	margin:0;
}


/*---ページの先頭へ--------------------------------------*/

p.topagetop {
	margin: 10px 10px 20px 0;
	text-align: center;
}

p.topagetop a {
	padding: 5px 0 5px 20px;
	background: url(/voi/sp/other/hakarikata/images/b_pagetop.png) no-repeat left center;
	background-size: 14px 14px;
		-moz-background-size: 14px 14px;
		-webkit-background-size: 14px 14px;
	text-decoration: underline;
}

