@charset "UTF-8";

/*-- Resetting Again tyles!--*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 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;
	font-size: 15.5px;
	line-height: 1.7em;
}

img {
	vertical-align:bottom;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color:#ccc;
}

.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 */
.al { text-align: left; }   .ar { text-align: right; }  .ac { text-align: center; }
	

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


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

.pc-only {
	display:none;
}
	
@media screen and (min-width: 900px) {
	.pc-only {
		display:block;
	}
	.sp-only {
		display:none;
	}
}


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

.fs-lll {font-size:30px;}
.fs-ll {font-size:20px;}
.fs-l {font-size:18px;}
.fs-m {font-size:14px;}
.fs-s, .fs-s * {font-size:13px;}


@media screen and (min-width:900px) {
	.fs-lll {font-size:40px;}
	.fs-ll {font-size:26px;}
	.fs-l {font-size:22px;}
	.fs-m {font-size:18px;}
	.fs-s, .fs-s * {font-size:15px;}
}

.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:900px) {
	.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;}
}
