/*
Template Name: その他
*/



/* 文字装飾 : サイズ
--------------------------------------------------------------------------- */

.font-12	{ font-size: 12px !important; }
.font-14	{ font-size: 14px !important; }
.font-16	{ font-size: 16px !important; }
.font-18	{ font-size: 18px !important; }
.font-20	{ font-size: 20px !important; }
.font-22	{ font-size: 22px !important; }
.font-24	{ font-size: 24px !important; }
.font-26	{ font-size: 26px !important; }
.font-28	{ font-size: 28px !important; }
.font-30	{ font-size: 30px !important; }



/* 文字装飾 : 太さ
--------------------------------------------------------------------------- */

.strong		{ font-weight: bold !important; }



/* 文字装飾 : 色
--------------------------------------------------------------------------- */

.light-brown	{ color: #AF4E2B !important; }
.dark-brown	{ color: #7F391F !important; }

.light-red	{ color: #FF0000 !important; }
.dark-red	{ color: #CC0000 !important; }

.light-pink	{ color: #DB77AD !important; }
.dark-pink	{ color: #D20073 !important; }

.light-orange	{ color: #E99311 !important; }
.dark-orange	{ color: #E95215 !important; }

.light-green	{ color: #7EBD00 !important; }
.dark-green	{ color: #0F8500 !important; }

.light-blue	{ color: #1D9DE0 !important; }
.dark-blue	{ color: #1856B9 !important; }

.light-purple	{ color: #AB4C9D !important; }
.dark-purple	{ color: #80006D !important; }



/* 文字装飾 : 背景色(蛍光ペン)
--------------------------------------------------------------------------- */

.keikou		{ background-color: #FFF500 !important; }



/* 画像装飾
--------------------------------------------------------------------------- */

img.border-solid {
	border-width: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}

img.red {
	border-color: #FF0000 !important;
}

