@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

img {
	vertical-align:bottom;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* _uEUiFirefox Opera Safarij? */
.clearfix:after {
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* WinIE7MacIE5? */
.clearfix {  display:inline-block; }

/* WinIE56? */
/* Hides from IE-mac \*/
* html .clearfix{ height:1px; }
.clearfix { display:block; }

/* End hide from IE-mac */