@charset "utf-8";
/* CSS Document */

/* 文字装飾 */
.uchikeshi {
	text-decoration: line-through;
}
.underline {
	text-decoration:underline;
}
.red {color: #FF0000;}
.enji {color: #b94047;}
.blue {color: #003C88;}
.konpeki {color: #007bbb;}
.green {color: #007b43;}
.tokiwa {color: #006400;}
.white {color: #FFFFFF;}
.black {color: #000;}
.babypink {color: #fff9ff;}
.orange {color: #ff7f00;}

.bold{
	font-style:normal;
	font-weight:bold;
}

.text_normal{
	font-style:normal;
	font-weight:normal;
}
/* 配置 */
.text_r{
	text-align:right;
}
.text_c{
	text-align:center;
}

/* マーカーつきテキスト */
.marker_red {background-color: #ffadad;}
.marker_pink {background-color: #ffe5ff;}
.marker_blue {background-color: #c1e0ff;}
.marker_yellow {background-color: #ffff99;}
.marker_green {background-color: #b2ffb2;}
.marker_orange {background-color: #ffe0c1;}
/*
.marker_red {background:linear-gradient(transparent 75%, #ff7f7f 75%);}
.marker_pink {background:linear-gradient(transparent 75%, #ffc0cb 75%);}
.marker_blue {background: linear-gradient(transparent 75%, #c1e0ff 75%);}
.marker_yellow {background:linear-gradient(transparent 75%, #fff799 75%);}
.marker_green {background:linear-gradient(transparent 75%, #b2ffb2 75%);}
.marker_orange {background:linear-gradient(transparent 75%, #ffe0c1 75%);}
*/

/* font size */
.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}
