@charset "UTF-8";

/* /////////////////////////////////////////// */
/* global
/* /////////////////////////////////////////// */


/* 回り込みの解除 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* // 回り込みの解除 */


/* 行揃え */
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
/* // 行揃え */


/* 縦位置の指定 */
.vTop {
	vertical-align: top !important;
}
.vBottom {
	vertical-align: bottom !important;
}
.vMiddle {
	vertical-align: middle !important;
}
/* // 縦位置の指定 */


/* 回り込み指定 */
.floatRight {
	float: right !important;
}
.floatLeft {
	float: left !important;
}
/* // 回り込み指定 */


/* ライン高指定 */
.line0 {
	line-height: 0 !important;
}
.line10 {
	line-height: 1.0 !important;
}
.line11 {
	line-height: 1.1 !important;
}
.line12 {
	line-height: 1.2 !important;
}
.line13 {
	line-height: 1.3 !important;
}
.line14 {
	line-height: 1.4 !important;
}
.line15 {
	line-height: 1.5 !important;
}
.line16 {
	line-height: 1.6 !important;
}
/* // ライン高指定 */


/* 文字スタイル指定 */

.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic !important;
}
.underline {
	text-decoration: underline !important;
}
.normal {
	text-decoration: none !important;
	font-style: normal !important;
}
/* // 文字スタイル指定 */


/* 改行禁止 */
.nowrap {
	white-space: nowrap !important;
}
/* // 改行禁止 */

/* /////////////////////////////////////////// */
/* font
/* /////////////////////////////////////////// */

.text10 { font-size:83%; }
.text11 { font-size:91%; }
.text12 { font-size:100%; }
.text13 { font-size:108%; }
.text14 { font-size:116%; }
.text15 { font-size:125%; }
.text16 { font-size:133%; }
.text17 { font-size:141%; }
.text18 { font-size:150%; }
.text19 { font-size:158%; }
.text20 { font-size:166%; }
.text21 { font-size:175%; }
.text22 { font-size:183%; }
.text23 { font-size:191%; }
.text24 { font-size:200%; }

.fs10{font-size:10px !important;line-height:1.5em;}
.fs11{font-size:11px !important;line-height:1.5em;}
.fs12{font-size:12px !important;line-height:1.5em;}
.fs14{font-size:14px !important;line-height:1.5em;}
.fs15{font-size:15px !important;line-height:1.5em;}
.fs16{font-size:16px !important;line-height:1.5em;}
.fs18{font-size:18px !important;line-height:1.5em;}
.fs20{font-size:20px !important;line-height:1.5em;}
.fs26{font-size:26px !important;line-height:1.5em;}
.fs30{font-size:30px !important;line-height:1.5em;}
.fsS{font-size:80% !important;line-height:1.5em;}
.fsL{font-size:120% !important;line-height:1.5em;}

.fs10rem{font-size:1.0rem !important;line-height:1.5em;}
.fs11rem{font-size:1.1rem !important;line-height:1.5em;}
.fs12rem{font-size:1.2rem !important;line-height:1.5em;}
.fs14rem{font-size:1.4rem !important;line-height:1.5em;}
.fs16rem{font-size:1.6rem !important;line-height:1.5em;}
.fs18rem{font-size:1.8rem !important;line-height:1.5em;}
.fs20rem{font-size:2.0rem !important;line-height:1.5em;}

.fs10em{font-size:1.0em !important;line-height:1.5em;}
.fs11em{font-size:1.1em !important;line-height:1.5em;}
.fs12em{font-size:1.2em !important;line-height:1.5em;}
.fs13em{font-size:1.3em !important;line-height:1.5em;}
.fs14em{font-size:1.4em !important;line-height:1.5em;}
.fs16em{font-size:1.6em !important;line-height:1.5em;}
.fs18em{font-size:1.8em !important;line-height:1.5em;}
.fs20em{font-size:2.0em !important;line-height:1.5em;}

/* 間隔指定 */

.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}

/* // 間隔指定 */


/* 余白指定 */

.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 0px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl01 {
	padding-left: 1px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
/* // 余白指定 */

a#ptop {
	position:absolute;
	top:0px;
}

.f_clr {
	clear:both;
}

.tia{
	text-indent:-9999px;
	overflow:hidden;
	display:block;}
	
/* // TOP告知文 */

#top-announcement{
	background:#FFFFFF;
	padding:15px;
	margin-bottom:20px;
	border:#000000 1px solid}

#top-announcement p{
	margin-bottom:15px;
	line-height:1.3;
}

.top-announcement-text{
	font-size:16px;
	font-weight:bold;
}


/* /////////////////////////////////////////// */
/* PC or SP 表示・非表示制御
/* /////////////////////////////////////////// */

@media screen and (min-width:960px) {
    .sp {
		display: none!important;
	}
    .sp-inline {
		display: none!important;
	}
    .sp-flex {
		display: none!important;
	}
}

@media screen and (max-width:959px) {
    .pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.sp-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/* /////////////////////////////////////////// */
/* フォントカラー
/* /////////////////////////////////////////// */

.text-white {color: #fff !important;}
	