@charset "utf-8";
/*------------------------------------------------------------
■ブラウザ CSSリセット
-------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,caption,img {
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
textarea {
	font-size: 100%;
}
img {
	vertical-align: bottom;
	border: 0;
}

/*------------------------------------------------------------
■ベースの設定
-------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS P Gothic",sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
.clear {
	clear: both;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
blockquote {
	clear: both;
	margin: 1em;
	padding: 8px;
	background: #fff7d7;
	font-size: 92%;
	border: 1px solid #ffea98;
}
.small {
	font-size: 80%;
}

/*------------------------------------------------------------
■clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Mac IE \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/

/*------------------------------------------------------------
Designed by DesignPlus CO.,LTD. All Rights Reserved.
-------------------------------------------------------------*/