﻿@charset "utf-8";

/* =======================================
	CommonElements
======================================= */


/**/

body {
	font-size: 100%;font-family: "メイリオ", sans-serif;
	color: #000;
	text-align: center;
}

h1 span,h2 span,h4 span,nav ul li span{
	display: none;
}

/*---link---*/

a:link { text-decoration:underline; color: #E50012;}
a:visited { text-decoration:underline; color: #E50012;}
a:active { text-decoration:underline; color: #E50012;}
a:hover { text-decoration:none; color: #E50012;}

/*---list---*/
ul{
	margin:0;
	padding:0;
}

ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}

/*---fontSize---*/

p{line-height:1.2em;}

.txt-xxl{font-size:1.5em}
.txt-xl{font-size:1.3em}
.txt-l{font-size:1.2em}
.txt{font-size:1.0em}
.txt-m{font-size:0.9em}
.txt-mm{font-size:0.8em}
.txt-s{font-size:0.7em}
.txt-ss{font-size:0.6em}

.txt-xxl_b{font-size:1.5em;font-weight:bold}
.txt-xl_b{font-size:1.3em;font-weight:bold}
.txt-l_b{font-size:1.2em;font-weight:bold}
.txt_b{font-size:1.0em;font-weight:bold}
.txt-m_b{font-size:0.9em;font-weight:bold}
.txt-mm_b{font-size:0.8em;font-weight:bold}
.txt-s_b{font-size:0.7em;font-weight:bold}
.txt-ss_b{font-size:0.6em;font-weight:bold}

.space-nar{letter-spacing:-0.1em}
.space-wide{letter-spacing:0.5em}

/*---fontSize end---*/

button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

/*表示*/
.dn{
	display: none;
}

.spdn{
	display:none;
}

.pcdn{
	display:none;
}

