@charset "utf-8";

* {
	list-style:none;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
body{
	background-color:#fff;
	background: url(/common/images/v1/common/bg.gif) repeat-y top center;
	text-align:center;
}
/* ▼リンク、画像border、hr▼ */
a:link, 
a:active,
a:visited{
	color: #333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border: 0;
	vertical-align:bottom;
}
/*
********************************************
▼floatをクリアするためのCSS▼
********************************************
 */
 
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*スマホ←→PC*/
#top-for-smartphone{
	background-color:#335E0F;
	padding:5px 0;
	text-align:center;
	clear:both;
}
#top-for-smartphone div{margin:0 auto;}