@charset "utf-8";

/* ------   フォント設定  ----------------------------------------------*/


/* --- 黒系 ---*/

.k1 {
	border-bottom: 				1px solid #333;
}

.k2 {
	border-bottom: 				1px solid #333;
	font-weight:				bold;
}

.k3 {
	background-color:			#ffff00;
	font-weight:				bold;
}

.k4 {
	border-bottom: 				1px solid #333;
	background-color:			#ffff00;
	font-weight:				bold;
}

.k5 {
	font-size:					14pt;
	font-weight:				bold;
}

.k6 {
	font-family:				"ＭＳ 明朝",serif;
	font-weight: 				bold;
	font-size:					14pt;
}

.k7 {
	font-family:				"ＭＳ 明朝",serif;
	font-weight: 				bold;
	font-size:					11pt;
	background-color:			#ffff00;
}

.k8 {
	font-weight: 				bold;
	font-size:					18pt;
	border-bottom: 				1px solid #333;
}


/* --- 赤系 ---*/

.r1 {
	color:						red;
}

.r2 {
	color:						red;
	border-bottom: 				1px solid red;
}

.r3 {
	color:						red;
	font-weight:				bold;
}

.r4 {
	font-weight: 				bold;
	color:						red;
	border-bottom: 				1px solid red;
}

.r5 {
	font-weight: 				bold;
	color:						red;
	background-color:			#ffff00;
}

.r6 {
	font-family:				"ＭＳ 明朝",serif;
	font-weight: 				bold;
	color:						red;
	font-size:					13pt;
	background-color:			#ffff00;
}
.r7 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}




/* --- 青系 ---*/

.b1 {
	color:						#000099;
}

.b2 {
	color:						#000099;
	font-weight:				bold;
}

.b3 {
	font-weight:				bold;
	background-color:			#fff5b0;
}

.b4 {
	color:						#000099;
	font-weight:				bold;
	font-size:					12pt;
}

.b5 {
	font-family:				"ＭＳ 明朝",serif;
	font-weight: 				bold;
	color:						#000099;
	font-size:					13pt;
}


.gg {
	font-size: 					12px;
	line-height: 120%;
}

.strike {
	text-decoration: line-through;
}

.ssl {
	color:						#cc0000;
	font-weight:				bold;
}

.small {
	font-size: 					10pt;
}



/* ------   位置設定  --------------------------------------------------*/

.name {
	text-align:					right;
	margin: 					2em 0 4em;
}

.c {
	text-align:					center;
}

.r {
	text-align:					right;
	margin: 					0 0 1.5em;
}



/* ------   フロート設定  ----------------------------------------------*/

.fl {
	float: 						left;
}

.fr {
	float: 						right;
	padding:					0 2.2em 0 0;
	text-align:					center;
}



/* ------   テーブル  ----------------------------------------------*/

table {
	text-align: left;
	border-collapse:collapse
}

td {
	padding:					1px;
	vertical-align: 			middle;
	line-height:				120%;
}



/* ------   ジョンソンボックス  ------------------------------------*/


/* ------   スペース  ----------------------------------------------*/


.mgb5{
	margin-bottom:5px;
}

.mgb10{
	margin-bottom:10px;
}

.mgb15{
	margin-bottom:15px;
}

.mgb20{
	margin-bottom:20px;
}

.mgb25{
	margin-bottom:25px;
}

.mgb30{
	margin-bottom:30px;
}

.mgb60{
	margin-bottom:60px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt60 {
	margin-top: 60px;
}



.sp1 {
	padding:					1em 2.5em 1em 3em;
}
.sp2 {
	text-align:					center;
	margin: 					1em 0 1em;
}
.sp3 {
	padding:					0 2.5em 4em 3em;
}

.normal1 {
	font-family:				"ＭＳ ゴシック";
	font-size:					10pt;
}
.normal2 {
	font-family:				"ＭＳ ゴシック";
}
.text_s {
	font-size: 13px;
	line-height: 1.5em;
	text-align: justify;
}
.text_n {
	line-height: 1.5em;
	text-align: justify;
}
