@charset "utf-8";

/* =========================================================
	サイト全体共通スタイル（基本的に変更しない）
========================================================= */

/* リセットスタイル
--------------------------------------------------------- */
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 {
	margin:0px;
	padding:0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
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 none;
}
ul, dl{
	list-style-type:none;
}
li{
	list-style-type:none;
}
p {
	line-height:1.6;
}

a,
a img {
	border: none;
	overflow: hidden;
}
p {
	line-height:1.6;
}

/* ----- clearfix ----- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}
* + html .clearfix {
	display:inline-block;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----- text_hide ----- */
.text_hide,
.text_hide * {
	text-indent: -9999px;
	text-decoration: none;
	font-size: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
	outline: none;
}

/* ----- clear, none_clear ----- */
.clear {
	clear: both;
}
.none_clear {
	clear: none;
}



