﻿@charset "utf-8";
/* CSS Document */

* {
	margin : 0px;
	padding : 0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border:none;
}
blockquote, li, dt, dd {
	margin-left : 0em;
}
li {
	list-style : none;
}
input, textarea {
	font-size : 1em;
}
hr {
	display:none;
}


/* --------------------------------------------------
floatハック
-------------------------------------------------- */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
/* */


.center {
	text-align:center;
}
.clear {
	clear:both;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 0px;
}
