@charset "utf-8";

/* ===================================================================
CSS information

 file name  :default.css
 style info :ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
	width: 100%; 
	height: 100%; 
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	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;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-size: 12px;
	font: 14px/140%  Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.6em;
	color: #000;
	width:100%;
	overflow:hidden;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: normal;
}

img, abbr, acronym, fieldset	{
	border: 0;
}
img	{
	vertical-align: top;
}
ul li	{
	list-style-type: none;
}
p, dd, blockquote	{
	/*text-align: justify;*/
	text-justify: inter-ideograph;
}

a, a:link	{
	text-decoration: underline;
	color: #0078ff;
}
a:visited	{
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
}
a:active	{
	text-decoration: underline;
}

img{border: none; max-width: 100%; height: auto;}

.clear {
	clear: both;
}


a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.alfall a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

button {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sp-none{
	display: none!important;
	
}

.clearText01 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.clearText02 {
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}