/*===================================================================
　　全ページ共通設定　　
====================================================================*/
body, html{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	width: 100%;
}
a {
	text-decoration: none;
	-webkit-transform: all .3s;
	-moz-transform: all .3s;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
*, *:before, *:after{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img, iframe {
	max-width: 100%;
}
img{
	height: auto;
	line-height: 1;
}
/*---------------------------------------------------------
　　clear　　
----------------------------------------------------------*/
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.c-both{
	clear: both;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


.Com dd img{
width: auto;
}




.cardImg img{
display: none;
}