@charset "utf-8";
/*--------------------------------------------------------------------
 CSSリセットや汎用的かつ編集の必要ないスタイルを定義
--------------------------------------------------------------------*/

.pcNone{
	display:none;
}

/*WeblitWidthFit
--------------------------------------------------------*/
html {
    overflow-y: scroll;
}

/*BaseTags
--------------------------------------------------------*/

p, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding:0;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}

/* imgFloat
--------------------------------------------------------*/
.img_left {
	float: left;
	padding: 0 25px 10px 0;
}
table.img_left {
	margin: 0 5px 5px 0;
}
.img_right {
	float: right;
	padding: 0 0 10px 10px;
}

p .img_left, h2 .img_left { /* h2内の左寄せ画像は左マージンをキャンセル */
	margin-left: 0; 
}
table.img_right {
	margin: 0 0 5px 5px;
}

/* clearfix
--------------------------------------------------------*/
.clear {
	clear:both;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
	/*overflow: auto;*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */
