@charset "UTF-8";
	/*! html5doctor.com Reset Stylesheet */
		/*!
	 * html5doctor.com Reset Stylesheet v1.6.1 (https://html5doctor.com/html-5-reset-stylesheet/)
	 * Richard Clark (https://richclarkdesign.com)
	 * https://cssreset.com
	 */
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
	}
	body {
		line-height:1;
	}
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section {
		display:block;
	}
	ul, li {
		list-style:none;
	}
	blockquote, q {
		quotes:none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content:'';
		content:none;
	}
	a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
	}
	/* change colours to suit your needs */
	ins {
		background-color:#ff9;
		color:#000;
		text-decoration:none;
	}
	/* change colours to suit your needs */
	mark {
		background-color:#ff9;
		color:#000;
		font-style:italic;
		font-weight:bold;
	}
	del {
		text-decoration: line-through;
	}
	abbr[title], dfn[title] {
		border-bottom:1px dotted;
		cursor:help;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	/* change border colour to suit your needs */
	input, select {
		vertical-align:middle;
	}
}

/* ===================================================================
 module : 汎用css
=================================================================== */

/*----------------------------------------------------
	float
----------------------------------------------------*/
.fl { float: left;}
.fr { float: right;}
.fn { float: none;}

.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*----------------------------------------------------
	text-align
----------------------------------------------------*/
.tr { text-align: right;}
.tl { text-align: left;}
.tc { text-align: center;}
.to { 
	overflow: hidden;
    /* text-indent: 100%; */
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 1;
}
/*----------------------------------------------------
	margin
----------------------------------------------------*/
.m0 { margin: 0px !important;}
.mt0 { margin-top: 0px !important;}
.mr0 { margin-right: 0px !important;}
.mb0 { margin-bottom: 0px !important;}
.ml0 { margin-left: 0px !important;}
.m5 { margin: 5px !important;}
.mt5 { margin-top: 5px !important;}
.mr5 { margin-right: 5px !important;}
.mb5 { margin-bottom: 5px !important;}
.ml5 { margin-left: 5px !important;}
.m10 { margin: 10px !important;}
.mt10 { margin-top: 10px !important;}
.mr10 { margin-right: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.ml10 { margin-left: 10px !important;}
.m15 { margin: 15px !important;}
.mt15 { margin-top: 15px !important;}
.mr15 { margin-right: 15px !important;}
.mb15 { margin-bottom: 15px !important;}
.ml15 { margin-left: 15px !important;}
.m20 { margin: 20px !important;}
.mt20 { margin-top: 20px !important;}
.mr20 { margin-right: 20px !important;}
.mb20 { margin-bottom: 20px !important;}
.ml20 { margin-left: 20px !important;}
.m25 { margin: 25px !important;}
.mt25 { margin-top: 25px !important;}
.mr25 { margin-right: 25px !important;}
.mb25 { margin-bottom: 25px !important;}
.ml25 { margin-left: 25px !important;}
.m30 { margin: 30px !important;}
.mt30 { margin-top: 30px !important;}
.mr30 { margin-right: 30px !important;}
.mb30 { margin-bottom: 30px !important;}
.ml30 { margin-left: 30px !important;}
.m35 { margin: 35px !important;}
.mt35 { margin-top: 35px !important;}
.mr35 { margin-right: 35px !important;}
.mb35 { margin-bottom: 35px !important;}
.ml35 { margin-left: 35px !important;}
.m40 { margin: 40px !important;}
.mt40 { margin-top: 40px !important;}
.mr40 { margin-right: 40px !important;}
.mb40 { margin-bottom: 40px !important;}
.ml40 { margin-left: 40px !important;}
.m45 { margin: 45px !important;}
.mt45 { margin-top: 45px !important;}
.mr45 { margin-right: 45px !important;}
.mb45 { margin-bottom: 45px !important;}
.ml45 { margin-left: 45px !important;}
.m50 { margin: 50px !important;}
.mt50 { margin-top: 50px !important;}
.mr50 { margin-right: 50px !important;}
.mb50 { margin-bottom: 50px !important;}
.ml50 { margin-left: 50px !important;}
.m55 { margin: 55px !important;}
.mt55 { margin-top: 55px !important;}
.mr55 { margin-right: 55px !important;}
.mb55 { margin-bottom: 55px !important;}
.ml55 { margin-left: 55px !important;}
.m60 { margin: 60px !important;}
.mt60 { margin-top: 60px !important;}
.mr60 { margin-right: 60px !important;}
.mb60 { margin-bottom: 60px !important;}
.ml60 { margin-left: 60px !important;}
.m65 { margin: 65px !important;}
.mt65 { margin-top: 65px !important;}
.mr65 { margin-right: 65px !important;}
.mb65 { margin-bottom: 65px !important;}
.ml65 { margin-left: 65px !important;}
.m70 { margin: 70px !important;}
.mt70 { margin-top: 70px !important;}
.mr70 { margin-right: 70px !important;}
.mb70 { margin-bottom: 70px !important;}
.ml70 { margin-left: 70px !important;}
.m75 { margin: 75px !important;}
.mt75 { margin-top: 75px !important;}
.mr75 { margin-right: 75px !important;}
.mb75 { margin-bottom: 75px !important;}
.ml75 { margin-left: 75px !important;}
.m80 { margin: 80px !important;}
.mt80 { margin-top: 80px !important;}
.mr80 { margin-right: 80px !important;}
.mb80 { margin-bottom: 80px !important;}
.ml80 { margin-left: 80px !important;}
.m85 { margin: 85px !important;}
.mt85 { margin-top: 85px !important;}
.mr85 { margin-right: 85px !important;}
.mb85 { margin-bottom: 85px !important;}
.ml85 { margin-left: 85px !important;}
.m90 { margin: 90px !important;}
.mt90 { margin-top: 90px !important;}
.mr90 { margin-right: 90px !important;}
.mb90 { margin-bottom: 90px !important;}
.ml90 { margin-left: 90px !important;}
.m95 { margin: 95px !important;}
.mt95 { margin-top: 95px !important;}
.mr95 { margin-right: 95px !important;}
.mb95 { margin-bottom: 95px !important;}
.ml95 { margin-left: 95px !important;}
.m100 { margin: 100px !important;}
.mt100 { margin-top: 100px !important;}
.mr100 { margin-right: 100px !important;}
.mb100 { margin-bottom: 100px !important;}
.ml100 { margin-left: 100px !important;}


/*----------------------------------------------------
	追加
----------------------------------------------------*/
.red {
	color: #dc2323;
	font-weight: bold;
}
hr.border_red {
	border-top: 2px dotted #dc2323;
	color: #dc2323;
}