@charset "utf-8";
/* CSS Document */

/* ============================================================
download.css：様式一括ダウンロード

%update / 2014.05.26

------------------
【目次】
------------------
▼PopupArea…レイアウトブロック
▼image-block…画像配置ブロック
▼image-layout…画像配置レイアウト
▼panel-general…囲み枠
============================================================ */


/* ------------------------------------------------------------
▼PopupArea…レイアウトブロック
------------------------------------------------------------ */

/* =========== レイアウトブロック =========== */

div.PopupArea {
	margin: 0px 0px 40px;
}


div.PopupArea .PopupInner {
	margin: 0 0px 30px;
	position: relative;
}

/* =========== レイアウト　見出し要素 =========== */

div.PopupArea .PopupInner h2 {
	font-size: 123.1% !important;
	margin-bottom: 10px !important;
}

div.PopupArea .PopupInner h3 {
	font-size: 116% !important;
}

div.PopupArea .PopupInner h3 a:link {
	text-decoration: none;
}

div.PopupArea .PopupInner h3 a:hover {
	text-decoration: underline;
}


div.PopupArea .PopupInner .Oneblock {
	margin: 0 40px 30px 0;
}


div.PopupArea .PopupInner .Oneblock ul.menulist {
	margin: 0 20px 30px 20px;
}


div.PopupArea .PopupInner .Twoblock {
	margin: 0 0 30px 0;
}


div.PopupArea .PopupInner .Twoblock div.bcolumn {
	width: 50%;
	margin-bottom: 30px;
	float: left;
	_display: inline;
}

div.PopupArea .PopupInner .Twoblock div.bcolumn > *:first-child {
	margin-top: 0;
}

div.PopupArea .PopupInner .Twoblock div.bcolumn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.PopupArea .PopupInner h3.bg01,
div.PopupArea .PopupInner h3.bg03 {
	height: 24px;
	border-left: none !important;
	text-align: center;
	margin: 0 10px 0 0;
	text-indent: -20px;
}

div.PopupArea .PopupInner h3.bg02,
div.PopupArea .PopupInner h3.bg04 {
	height: 24px;
	border-left: none !important;
	text-align: center;
	margin: 0 0 0 10px;
	text-indent: -10px;
}

div.PopupArea .PopupInner h3.bg05 {
	height: 24px;
	border-left: none !important;
	margin: 0;
	padding-left: 10px;
}

div.PopupArea .PopupInner h3.bg01 {
	background:url("/files/000184211.png") repeat-x left top;
}

div.PopupArea .PopupInner h3.bg02 {
	background:url("/files/000184216.png") repeat-x left top;
}

div.PopupArea .PopupInner h3.bg03 {
	background:url("/files/000184214.png") repeat-x left top;
}

div.PopupArea .PopupInner h3.bg04 {
	background:url("/files/000184212.png") repeat-x left top;
}

div.PopupArea .PopupInner h3.bg05 {
	background:url("/files/000184215.png") repeat-x left top;
}


div.PopupArea .PopupInner .Twoblock div.bcolumn ul.menulist {
	padding: 0 10px;
}


div.PopupArea .PopupInner .Twoblock div.bcolumn div.morearea {
	margin: 15px 10px 10px;
}

div.PopupArea .PopupInner .Twoblock div.bcolumn div.showhide {
	text-align: center;
	border: 1px solid #e0e0e0;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

/* ------------------------------------------------------------
▼Checkbox
------------------------------------------------------------ */
div.PopupArea .PopupInner h3.bg05 span.tcheck {
	margin-left: 30px;
	font-size: 80%;
	font-weight: normal;
}

div.PopupArea .PopupInner ul.checklist {
	padding: 0;
}

div.PopupArea .PopupInner ul.checklist li {
	list-style: none;
}


div.PopupArea .PopupInner ul.checklist li .mcheck {
	margin-right: 10px;
}


div.layout-block div.column_a,
div.layout-block div.column_b {
	float: left;
	_display: inline;
}

div.layout-block div.column_a > *:first-child,
div.layout-block div.column_b > *:first-child {
	margin-top: 0;
}

div.layout-block div.column_a:after,
div.layout-block div.column_b:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}



div.layout-block.col3a div.column_a {
	width: 24%;
}

div.layout-block.col3a div.column_b {
	width: 76%;
}


div.layout-block.col3a div.column_a h3.bg05 {
	border-right: 1px solid #FFF;
}



/* ------------------------------------------------------------
▼Checkbox
------------------------------------------------------------ */
.dlbtn_area {
	float:right;
	margin: 30px 40px 20px auto;
}

.dlbtn_area ul {
}

.dlbtn_area ul li {
	list-style: none;
	float: left;
}


button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/* ------------------------------------------------------------
▼table
------------------------------------------------------------ */
div.table-dl01{
	margin: 10px 0 0 0;
	padding: 2px 0;
}

div.table-dl01 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}

div.table-dl01 table th,
div.table-dl01 table td{
	padding: 5px 10px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.table-dl01 table thead th {
	background-color: #0b4e8d;
	color: #FFF;
}

div.table-dl01 table tbody th {
	background-color: #e0e0e0;
}

div.table-dl01 table td{
	text-align: center;
}

div.table-dl01 table td > *:first-child {
	margin-top: 0;
}

div.table-dl01 table thead th span {
	font-weight: normal;
	font-size: 86%;
	margin-left: 5px;
}


/* ----- table-dl01 背景色付 ----- */

.odd {
	background-color: #f4faff !important;
}


