@charset "UTF-8";

/*━base.css━━━━━━━━━━━━
  Site: 保険代理店 業務マニュアル 構築キット
  Date: 2015.11.4
  Auther: Yuka Kimura
━━━━━━━━━━━━━━━━━━*/

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px  308%
*/

/* ====== 基本設定 ====== */
#headerline{
	background-color: #0068b7;
	padding: 0.8em;
}

h1#company{
	font-size: 139%;
	color:#fff;
}

p#support{
	color: #fff;
	font-size:116%;
	margin-bottom: 0.5em;
}

.table1 {
	border-top: #dcdddd 1px solid;
	border-collapse: collapse;
	width: 100%;
	color:#333;
	font-size: 108%;
}

.table1 th,
.table1 td{
	border-bottom: #dcdddd 1px solid;
	text-align: center;
	padding: 5px;
	width: 70%;
}


.table1 th{
	background-color: #efefef;
	width: 30%;
	font-weight:bold;
}



