@charset "Shift_JIS";

/* サイト全体共通のスタイル */
/*paddingやmarginでの位置の指定順は 上右下左 */


#main #press2 div:last-child {
  margin: 3px 10px 0 0;
  text-align: left;
}


/* 本庁cssで画像の横幅が100%固定なので、管区cssで指定 */
.icn img{
	width : 16px;
    height: 16px;
}


img#icn {
	width : 16px;
    height: 16px;
}

.mailimg img{
	width : 240px;
    height: 16px;
}


/* テーブル */
caption{
	color: #2B478E;
	caption-side: top;
	text-align: left;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

/* ブロック要素のセンタリング(Firefoxなどはtext-alignでセンタリングされない) */
.block_center{
	margin-left:auto;
	margin-right:auto;
	text-align:justify
}

/* リストを改行させたくない */
.unbr_list li{
	display:inline;
}

/* 注意書きなど */
.notice{
  font-size:80%;
}
