@charset "Shift_JIS";

strong {
	font-size : .28rem;
	font-weight : bold;
	color : red;
	text-decoration: underline;
}

.center{
	text-align: center;
}

.line {
	text-decoration: line-through;	
}

.under {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.navy {
	font-weight : bold;
	color : navy;
}

.red {
	font-weight : bold;
	color : red;
}

.green {
	font-weight : bold;
	color : green;
}

.yellow {
	font-weight : bold;
	color : yellow;
}

.orange {
	font-weight : bold;
	color : #f93;
}

.bgred {
	background:   linear-gradient(to bottom, rgba(255,0,255,0.3) 0%,rgba(255,0,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(top, rgba(255,0,255,0.3) 0%,rgba(255,0,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background:    -moz-linear-gradient(top, rgba(255,0,255,0.3) 0%,rgba(255,0,255,0.3) 100%); /* FF3.6-15 */
	background:     -ms-linear-gradient(top, rgba(255,0,255,0.3) 0%,rgba(255,0,255,0.3) 100%); /* IE11 */
	font-weight: bold;
}
/*
.bgred {
	background:   linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(255,0,255,0.3) 60%,rgba(255,0,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(255,0,255,0.3) 60%,rgba(255,0,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(255,0,255,0.3) 60%,rgba(255,0,255,0.3) 100%); /* FF3.6-15 */
/*	background:     -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(255,0,255,0.3) 60%,rgba(255,0,255,0.3) 100%); /* IE11 */
/*	font-weight: bold;
}*/

.bgnavy {
	background:   linear-gradient(to bottom, rgba(0,0,256,0.3) 0%,rgba(0,0,256,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(top, rgba(0,0,256,0.3) 0%,rgba(0,0,256,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background:    -moz-linear-gradient(top, rgba(0,0,256,0.3) 0%,rgba(0,0,256,0.3) 100%); /* FF3.6-15 */
	background:     -ms-linear-gradient(top, rgba(0,0,256,0.3) 0%,rgba(0,0,256,0.3) 100%); /* IE11 */
	font-weight: bold;
}

.bggreen{
	background:   linear-gradient(to bottom, rgba(0,256,0,0.3) 0%,rgba(0,256,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(top, rgba(0,256,0,0.3) 0%,rgba(0,256,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background:    -moz-linear-gradient(top, rgba(0,256,0,0.3) 0%,rgba(0,256,0,0.3) 100%); /* FF3.6-15 */
	background:     -ms-linear-gradient(top, rgba(0,256,0,0.3) 0%,rgba(0,256,0,0.3) 100%); /* IE11 */
	font-weight: bold;
}

.bgyellow {
	background:   linear-gradient(to bottom, rgba(256,256,0,0.5) 0%,rgba(256,256,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(top, rgba(256,256,0,0.5) 0%,rgba(256,256,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background:    -moz-linear-gradient(top, rgba(256,256,0,0.5) 0%,rgba(256,256,0,0.5) 100%); /* FF3.6-15 */
	background:     -ms-linear-gradient(top, rgba(256,256,0,0.5) 0%,rgba(256,256,0,0.5) 100%); /* IE11 */
	font-weight: bold;
}

.fs12{font-size:.12rem;}
.fs14{font-size:.14rem;}
.fs16{font-size:.16rem;}
.fs18{font-size:.18rem;}
.fs20{font-size:.20rem;}
.fs22{font-size:.22rem;}
.fs24{font-size:.24rem;}
.fs26{font-size:.26rem;}
.fs28{font-size:.28rem;}
.fs30{font-size:.30rem;}
.fs32{font-size:.32rem;}
.fs34{font-size:.34rem;}
.fs36{font-size:.36rem;}
.fs38{font-size:.38rem;}
.fs40{font-size:.40rem;}
.fs42{font-size:.42rem;}
.fs44{font-size:.44rem;}
.fs46{font-size:.46rem;}
.fs48{font-size:.48rem;}
.fs50{font-size:.50rem;}
.fs55{font-size:.55rem;}
.fs60{font-size:.60rem;}
.fs65{font-size:.65rem;}
.fs70{font-size:.70rem;}

.mt0 {margin-top:0rem !important;}
.mt10 {margin-top:.10rem !important;}
.mt20 {margin-top:.20rem !important;}
.mt30 {margin-top:.30rem !important;}
.mt40 {margin-top:.40rem !important;}
.mt50 {margin-top:.50rem !important;}
.mt60 {margin-top:.60rem !important;}
.mt70 {margin-top:.70rem !important;}
.mt80 {margin-top:.80rem !important;}
.mt90 {margin-top:.90rem !important;}
.mt100 {margin-top:1.00rem !important;}
.mt110 {margin-top:1.10rem !important;}
.mt120 {margin-top:1.20rem !important;}
.mt130 {margin-top:1.30rem !important;}
.mt140 {margin-top:1.40rem !important;}
.mt150 {margin-top:1.50rem !important;}
.mt160 {margin-top:1.60rem !important;}
.mt170 {margin-top:1.70rem !important;}
.mt180 {margin-top:1.80rem !important;}
.mt190 {margin-top:1.90rem !important;}
.mt200 {margin-top:2.00rem !important;}

.mb0 {margin-bottom:0rem;}
.mb10 {margin-bottom:.10rem;}
.mb20 {margin-bottom:.20rem;}
.mb30 {margin-bottom:.30rem;}
.mb40 {margin-bottom:.40rem;}
.mb50 {margin-bottom:.50rem;}
.mb60 {margin-bottom:.60rem;}
.mb70 {margin-bottom:.70rem;}
.mb80 {margin-bottom:.80rem;}
.mb90 {margin-bottom:.90rem;}
.mb100 {margin-bottom:1.00rem;}
.mb110 {margin-bottom:1.10rem;}
.mb120 {margin-bottom:1.20rem;}
.mb130 {margin-bottom:1.30rem;}
.mb140 {margin-bottom:1.40rem;}
.mb150 {margin-bottom:1.50rem;}
.mb160 {margin-bottom:1.60rem;}
.mb170 {margin-bottom:1.70rem;}
.mb180 {margin-bottom:1.80rem;}
.mb190 {margin-bottom:1.90rem;}
.mb200 {margin-bottom:2.00rem;}