@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, メイリオ,'microsoft yahei','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.6em;
	color: #000;
	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-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;
}

.clear {
	clear: both;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
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;
}
.pc-none{
	display: none!important;
}
h2.basic {
	background-color: #E8EAEA!important;
    color: #DE1122!important;
    border-top: 4px solid #CD000E!important;
    padding-top: 14px!important;
    padding-right: 14px!important;
    padding-left: 14px!important;
    padding-bottom: 10px!important;
    font-size: 18px!important;
    font-weight: bold;
    margin-bottom: 10px!important;
    line-height: 1.6em!important;
    border-radius: 0!important;
}
.banner   {
	padding-top: 30px;
}

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

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