@charset "UTF-8";

/*-- Resetting Again tyles!--*/
*{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	zoom: 1;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img{
	vertical-align:bottom;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* th and td still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
}

/*-- Regular tyles!--*/

body {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.7em;
}

img {
	vertical-align:bottom;
}

.cf {
	display: inline-block;
}

.cla {
	clear:both;
}
.cla br {
	display:none;
}

/* Exclude Mac IE \*/
.cf {
	display: block;
}
/**/

.cf:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
}

.clear{
	clear:both;
}

.bold { 
	font-weight:bold;
}

/* TextAlign */
.ta-left { text-align: left; } 
.ta-right { text-align: right; } 
.ta-center { text-align: center; }

@media screen and (min-width: 768px) {
	.ta-lg-center {
		text-align:center;
	}
}


/*----------------------------------------------------------------------------------------------------
RESPONSIVE
----------------------------------------------------------------------------------------------------*/


/* Display 
--------------------------------------------------*/
img {
	max-width:100%;
}

.d-none {
	display:none;
}

@media screen and (min-width: 768px) {
	.d-lg-none {
		display:none;
	}
	.d-lg-block {
		display:block;
	}
}


/* Font
--------------------------------------------------*/

.fs-40 {font-size:23px;text-align:center;line-height:1.3em;}
.fs-30 {font-size:16px;line-height:1.4em;}
.fs-26 {font-size:16px;}
.fs-20 {font-size:15px;line-height:1.6em;}
.fs-14 {font-size:12px;}

@media screen and (min-width:560px) {
	.fs-40 {font-size:35px;}
}

@media screen and (min-width:768px) {
	.fs-40 {font-size:40px;}
	.fs-30 {font-size:30px;}
	.fs-26 {font-size:26px;}
	.fs-20 {font-size:20px;}
	.fs-14 {font-size:14px;}
}

.fw-bold {
	font-weight:bold;
}

.mincho, .fs-lll, .fs-ll {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


/* Margin
--------------------------------------------------*/


.mt-05 {margin-top:2px !important;}
.mt-10 {margin-top:5px !important;}
.mt-15 {margin-top:7px !important;}
.mt-20 {margin-top:10px !important;}
.mt-25 {margin-top:12px !important;}
.mt-30 {margin-top:15px !important;}
.mt-40 {margin-top:20px !important;}
.mt-50 {margin-top:25px !important;}
.mt-60 {margin-top:30px !important;}
.mt-70 {margin-top:35px !important;}
.mt-80 {margin-top:40px !important;}

@media screen and (min-width:768px) {
	.mt-05 {margin-top:5px !important;}
	.mt-10 {margin-top:10px !important;}
	.mt-15 {margin-top:15px !important;}
	.mt-20 {margin-top:20px !important;}
	.mt-25 {margin-top:25px !important;}
	.mt-30 {margin-top:30px !important;}
	.mt-40 {margin-top:40px !important;}
	.mt-50 {margin-top:50px !important;}
	.mt-60 {margin-top:60px !important;}
	.mt-70 {margin-top:70px !important;}
	.mt-80 {margin-top:80px !important;}
}
