
html {
    -webkit-font-smoothing: antialiased;/*safari opacity使用時のチラツキ防止*/
    overflow-y: scroll;/* 最初からスクロールバーの領域を表示*/
	background-color:#fff;
}
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #444;
	padding: 0;
	margin: 0;
	font-size: 16px;
	height:100%;
}
i{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic","游ゴシック", verdana, Sans-Serif!important;
	font-style: italic!important;
}
body {
-webkit-text-size-adjust: 100%;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both content: "";
	clear: both;
	display: block;
}
.clearfix {
	zoom: 1
} 
.clear {
	clear: both;
}
main, div, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/*上下付き文字調整*/
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size:70%;   
}
 sup {
    bottom: 1ex;
}
 sub {
    top: .5ex;
}
/*IE用svg設定[親要素のサイズ指定を継承]*/
img[src$=".svg"] {
    width: 100%;
}
img.border{
border: 1px solid #d8d8d8;
}
/*リンクカラー*/
a:link {
	color: #221815;
	text-decoration: none;
}
a:hover {
	color: #221815;
	text-decoration: underline;
}
a:active {
	color: #221815;
	text-decoration: underline;
}
a:visited {
	color: #221815;
	text-decoration: none;
}
a img {
	border: none;
}
input[type="text"]:focus {
	outline: 0;
}
.click_off{
pointer-events: none;
}
/*リスト*/
.list_indent > li a {
    line-height: 1.4;
}
.list_indent > li > a span {
    display: block;
}
.list_indent > li > a span:nth-of-type(1) {
    float: left;
    margin-right: 6px;
}
.list_indent > li > a span:nth-of-type(2) {
    overflow: hidden;
}
.list_indent > li > a:hover{
color: #ed210d;
text-decoration: none;
}
/* テーブル ********************************************************/
.cen {
	text-align: center;
}
.lef {
	text-align: left;
}
.rig {
	text-align: right;
}
.w8 {
	width: 8%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w32 {
	width: 32%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}

.mt0 {
	margin-top: 0px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.ml0 {
	margin-left: 0px!important;
}
.mr0 {
	margin-right: 0px!important;
}
.mb50 {
	margin-bottom: 50px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt75 {
	margin-top: 75px;
}
@media screen and (min-width:0) and (max-width:767px) {
.sp_mt75 {
	margin-top: 75px;
}
}
.fl_l{
float: left;
}
.fl_r{
float: right;
}
@media print, screen and (min-width: 768px) {
.sp_only{
	display: none;
}
}
@media screen and (min-width:0) and (max-width:767px) {
.pc_only{
	display: none;
}
}
@media print, screen and (min-width: 601px) {
.sp_only_visual{
display: none;
}
}
@media screen and (min-width:0) and (max-width:600px) {
.pc_only_visual{
	display: none;
}
}
@media print, screen and (min-width: 501px) {
.sp_only_cont{
display: none;
}
}
@media screen and (min-width:0) and (max-width:500px) {
.pc_only_cont{
	display: none;
}
}



