/*===================================================================
　　全ページ共通設定　　
====================================================================*/
html,body {
	color: #000000;
	width: 100%;
	font-family: Meiryo,メイリオ,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif,Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 1.4;
}
a {
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	text-decoration: none;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img{
	height: auto;
	line-height: 1;
}
.WrapCont{
	margin: 0;
	padding: 0;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
/*---------------------------------------------------------
　　clear　　
----------------------------------------------------------*/
.c-both{
	clear: both;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
