*{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.clearfix:after{
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

body{
	color:#000;
	margin:0;
	padding:0;
	background-color:#fff;
}

img{
	max-width:100%;
}


/*Fotter*/
.common_foot_privacy {
	font-size: 100%;
	text-align: right;
	margin: 0 10px 15px 0;
}

.common_foot_privacy a{
	color: #000;
}

.common_foot_privacy a:hover{
	opacity: 0.6;
	text-decoration: none;
}

.common_foot_dx{
	margin:20px 0 15px;
	text-align: center;
}

#common_foot{
	text-align:center;
	padding-bottom:40px;
}

@media screen and (max-width: 640px) {
	#common_foot{
		padding-bottom:15px;
	}
}


@media screen and (max-width: 640px) {
	#common_foot img{
		width:88px;
	}
}

#common_foot a:active,
#common_foot a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#common_foot p{
	font-size:108%;
	margin:15px 0 0;
}

@media screen and (max-width: 640px) {
	#common_foot p{
		font-size:85%;
		margin:5px 0 0;
	}
}

#common_foot p span{
	font-family:'Times New Roman', 'Times';
}