@charset "utf-8";
/* CSS Document */

/* ============================================================
base.compornents.css：コンポーネント

%update / 2014.05.15

------------------
【目次】
------------------
▼layout-block…レイアウトブロック
▼image-block…画像配置ブロック
▼image-layout…画像配置レイアウト
▼panel-general…囲み枠
▼リストスタイル
▼テーブルスタイル
============================================================ */


/* ------------------------------------------------------------
▼layout-block…レイアウトブロック
------------------------------------------------------------ */

/* =========== レイアウトブロック、画像配置共通 =========== */

div.layout-block div.column,
div.image-block div.column {
	float: left;
	_display: inline;
}

div.layout-block div.column > *:first-child,
div.image-block div.column > *:first-child {
	margin-top: 0;
}

div.layout-block div.column:after,
div.image-block div.column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}


.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}



/* =========== 共通 =========== */

div.layout-block {
	_overflow: visible;
	_height: 1px;
	*zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	margin: 0;
	padding: 0;
	width: 100%;
}

div.layout-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}


div.layout-block div.column p {
	padding-right: 10px !important;
}

/* =========== カラムサイズ =========== */

div.layout-block.col2 div.column {
	width: 50%;
}

div.layout-block.col3 div.column {
	width: 33%;
}

div.layout-block.col4 div.column {
	width: 25%;
}

div.layout-block div.column.last {
	margin-right: 0;
	padding-right: 0;
}




/* ------------------------------------------------------------
▼image-block…画像配置ブロック
------------------------------------------------------------ */

/* =========== 共通 =========== */

div.image-block {
	_overflow: visible;
	_height: 1px;
	*zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 0;
}


div.image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.image-block img {
	vertical-align: top;
	padding-bottom: 5px;
}

div.image-block div.column.last {
	margin-right: 0;
}

/* =========== 画像キャプション =========== */

div.image-block div.column span.fcaption,
div.image span.fcaption {
	margin-top: 10px;
	*padding-top: 10px;
	font-size: 85%;
	*font-size: 85%;
	line-height: 1.4;
}


/* =========== カラムサイズ =========== */

div.image-block.col1 div.column {
	max-width: 650px;
    display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

div.image-block.col2 div.column {
	max-width: 300px;
    display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
	margin-left: auto;
	margin-right: 10px;
	margin-top: 0;
}

div.image-block.col3 div.column {
	max-width: 210px;
    display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
	margin-left: auto;
	margin-right: 10px;
	margin-top: 0;
}

div.image-block.col4 div.column {
	max-width: 160px;
    display: table;
    width: 150px; /* minimum width */
    *width: auto; /* for IE7 and below */
	margin-left: auto;
	margin-right: 10px;
	margin-top: 0;
}



/* ------------------------------------------------------------
▼image-layout…画像配置レイアウト
------------------------------------------------------------ */

/* =========== 共通 =========== */

div.image-layout{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.image-layout:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:" ";
}

.image-layout{
	zoom:1;
}

div.image img {
	padding-bottom: 5px;
	padding-top: 5px;
}


/* =========== 画像レイアウト（回り込みなし） =========== */

div.image-parallel-L .image{
	float:left;
	margin:0 20px 5px  0;
    display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
}

div.image-parallel-R .image{
	float:right;
	margin:0 0 5px 20px;
    display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
}

div.image-parallel-L .column,
div.image-parallel-R .column{
	overflow:hidden;
	zoom:1;
}

/* =========== 画像レイアウト（回り込みあり） =========== */

div.image-L .image{
	float:left;
	margin:0 20px 10px 0;
    display: table;
    width: 150px; /* minimum width */
    *width: auto; /* for IE7 and below */
}

div.image-R .image{
	float:right;
	margin:0 0 5px 20px;
    display: table;
    width: 150px; /* minimum width */
    *width: auto; /* for IE7 and below */
}


/* ------------------------------------------------------------
▼panel-general…囲み枠
------------------------------------------------------------ */

/* =========== 共通 =========== */

div.panel-general {
	border: 1px solid #666666;
	padding: 20px 0 20px 20px;
}

div.panel-general div.panel-header{
	padding-bottom: 0 !important;
}

/* =========== panel-general-bold =========== */

div.panel-general-bold {
	border: 3px solid #cccccc;
	padding: 20px;
}

div.panel-general-bold ul{
	font-size: 93%; /*12px*/
}


/* =========== panel-general-non =========== */

div.panel-general-non {
	border: 3px solid #cccccc;
	padding: 20px;
}

div.panel-general-bold ul{
	font-size: 93%; /*12px*/
}

/* =========== panel-header =========== */

div.panel-general div.panel-header h2,
div.panel-general-bold div.panel-header h2,
div.panel-general-list_nb div.panel-header h2{
	font-size: 108%; /*14px*/
	line-height: 1.4;
	margin-bottom: 10px !important;
	padding-left: 0 !important;
	border: none !important;
	height: auto !important;
}

div.panel-general-list div.panel-header h2{
	font-size: 108%; /*14px*/
	line-height: 1.4;
	margin-bottom: 10px !important;
	padding-left: 22px !important;
	border: none !important;
	height: auto !important;
}


/* =========== panel-general =========== */

div.panel-general div.layout-block,
div.panel-general-bold div.layout-block,
div.panel-general-list div.layout-block,
div.panel-general-list_nb div.layout-block {
	padding-top: 0px;
}

div.panel-general div.layout-block.col2 div.column {
}

div.panel-general div.layout-block.col3 div.column {
}


/* =========== panel-general-list =========== */


div.panel-general-list {
	border: 1px solid #666666;
	padding: 10px 0 20px 0;
}

div.panel-general-list div.layout-block {
	width: auto;
	margin: 0 0 0 5px;
	padding: 0 20px;
}

div.panel-general-list div.layout-block dl {
	margin-right: 0;
	margin-bottom: 20px;
	_display: inline;
}

div.panel-general-list div.layout-block dl dt {
	float: left;
	background: #eeeeee;
	padding: 5px 6px;
	width: 180px;
}

div.panel-general-list div.layout-block dl dt ul li {
	list-style-position: inside;
	list-style: none;
	font-size: 100%;
	line-height: 1.4;
	text-indent: 0em;
	margin-left: 5px;
	padding-left: 12px;
	background:url("/files/000032412.gif") no-repeat 2px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
}



div.panel-general-list div.layout-block dl dd {
	margin-top: 0;
	padding: 0 0 0 10px;
	margin-left: 200px;
}

div.panel-general-list div.layout-block div.column-r {
	width: 432px;
	float: left;
	margin-right: 0px;
	_display: inline;
}

div.panel-general-list div.layout-block div.column-l > *:first-child,
div.panel-general-list div.layout-block div.column-r > *:first-child{
	margin-top: 0;
}

div.panel-general-list div.layout-block p {
	margin-top: 0 !important;
}

div.panel-general-list div.layout-block.col2 div.column-l {
	width: 190px;
}

div.panel-general-list div.layout-block.col2 div.column-l .bggray ul {
	background: #eeeeee;
	padding: 5px;
}

/* =========== panel-general-list_nb =========== */


div.panel-general-list_nb {
	border: 0px;
	padding: 0px;
}

div.panel-general-list_nb div.layout-block {
	width: auto;
	margin: 0 0 0 5px;
}

div.panel-general-list_nb div.layout-block dl {
	margin-right: 0;
	margin-bottom: 20px;
	_display: inline;
}

div.panel-general-list_nb div.layout-block dl dt {
	float: left;
	padding: 0 6px 2px;
	width: 6.5em;
}

div.panel-general-list_nb div.layout-block dl dd {
	margin-top: 0;
	padding: 0 6px 2px;
	margin-left: 6.5em;
}


/* =========== panel-general-alart =========== */


div.panel-general-alart {
	border: 1px solid #c8384f;
	margin: 0px;
}

div.panel-general-alart div.layout-block {
	width: auto;
	margin: 0 0 0 5px;
	padding: 15px;
}

div.panel-general-alart div.layout-block p{
	margin: 0 !important;
	color: #c8384f;
}

/* ------------------------------------------------------------
▼リストスタイル
------------------------------------------------------------ */

/* =========== リスト基本 =========== */

/* list01 */
.list01 {
}
.list01 li {
	line-height: 1.8;
	list-style-position: inside;
	text-indent: -0.86em;
	margin-left: 0.86em;
	padding-left: 0.86em;
}


/* =========== リンクリスト =========== */

/* link01 */

.link01 li {
	line-height: 1.8;
	list-style-position: inside;
	list-style: none;
	/*text-indent: -0.86em;*/
	margin-left: 0.86em;
	background:url("/files/000032412.gif") no-repeat left .6em;
	padding-left: 1.8em;
	display:block;
	clear: both;
}


.link01Txt {
	line-height: 12px;
}

.link01Txt li {
	display:block;
	padding-left: 20px;
}

.link01Up {
	padding-left: 13px;
	min-height: 8px;  /* refer value => background-image height */
}


/* =========== リンクリストテキスト =========== */

.link01Txt {
	line-height: 12px;
}

.link01Txt li {
	display:block;
	padding-left: 20px;
}

/* =========== リンク：アップ =========== */

.link01Up {
	padding-left: 13px;
	min-height: 8px;  /* refer value => background-image height */
}


/* =========== アイコン =========== */

.pdf01,
.word01,
.excel01,
.ppt01,
.zip01 {
	list-style-position: inside;
	list-style: none;
	padding-left: 26px;
}

/* pdf01 */

.pdf01 {
	background:url("/files/000125984.png") no-repeat left;
}

/* word01 */

.word01 {
	background:url("/files/000125935.png") no-repeat left;
}

/* excel01 */

.excel01 {
	background:url("/files/000125936.png") no-repeat left;
}

/* ppt01 */

.ppt01 {
	background:url("/files/000125937.png") no-repeat left;
}

/* zip01 */

.zip01 {
	background:url("/files/000125938.png") no-repeat left;
}

/* size */

.filesize {
	font-size:82%;
	margin-left:0px;
}

/* =========== Menulist =========== */

#MenuContents .menulistBox {
	margin:0 !important;
}

#MenuContents .menulistBoxInner {
	margin:0 2px 20px 5px !important;
}

#MenuContents .menulistBox p {
	margin:0 0 5px 0 !important;
	font-size: 108%; /*14px*/
	line-height: 1.3;
	font-weight: bold;
}

#MenuContents ul.menulist li {
	margin:0px 10px 5px 10px !important;
}

#MenuContents ul.menulistSub li {
	margin:10px 10px 0 20px !important;
}


/* =========== numlist01 =========== */

ol.numlist01 {
	margin-bottom: 1em; margin-left: 2em;
}

ol.numlist01 li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}


ol.numlist01 li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

ol.numlist01 li span {
	position: absolute;
	top: 0;
	left: -1.7em;
}

/* =========== numlist02 （アルファベット） =========== */

ol.numlist02 {
	margin-bottom: 1em; margin-left: 2em;
}

ol.numlist02 li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}


ol.numlist02 li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

ol.numlist02 li span {
	position: absolute;
	top: 0;
	left: -1.3em;
}

* html ol.numlist01 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.numlist01 li span { top: -0.1em; } /* for win ie7 */

/* =========== numlist03（リンクアイコン付き） =========== */

ol.numlist03 {
	margin-bottom: 1em;
}

ol.numlist03 li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	padding-left: 4.5em;
	margin-bottom: 0.3em;
	background:url("/files/000032412.gif") no-repeat left 8px;
}


ol.numlist03 li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

ol.numlist03 li span {
	position: absolute;
	top: 0;
	left: 1.4em;
/*	text-decoration: underline;*/
	text-decoration: none;}

ol.numlist03 li span:hover {
	text-decoration: none;
}


/* =========== リスト背景画像 =========== */

div.imagelist-block .column {
    display: table;
	margin-left: auto;
	margin-right: auto;
	width: 337px;
	height: 61px;
	background: url("/files/000032363.png") no-repeat left top;
}

div.imagelist-block .column ul {
	display: table-cell;
	vertical-align: middle;
	background:url("/files/000032412.gif") no-repeat 25px;
	padding-right: 10px;
}

div.imagelist-block .column ul li {
	list-style: none;
	padding-left: 40px;
	display:block;
}


/* ------------------
注釈　note-list
------------- =========== */

/* =========== note-list01 =========== */

ul.note-list01 {
	margin: 14px 0 0 0;
	padding: 0;
	color: #666;
}

ul.note-list01 li {
	margin: 0;
	padding: 0 0 0 1.4em;
	list-style-type: none;
	font-size: 85%; /* 11px */
	line-height: 1.4;
	text-indent: -1.4em;
	background: none;
	font-weight: normal;
}

ul.note-list01 li span.marker {
	margin-right: 0.4em;
}

/* ------------------------------------------------------------
▼テーブルスタイル
------------------------------------------------------------ */

/* =========== table共通 =========== */

div.table-A01,
div.table-B01{
	margin: 10px 0 0 0;
	padding: 3px 0;
}

div.table-A01 table,
div.table-B01 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

div.table-A01 table caption,
div.table-B01 table caption{
	caption-side: top;
	text-align: left;
	font-size: 108%; /* 14px */
	font-weight: bold;
	padding-bottom: 5px;
}

div.table-A01 table th,
div.table-A01 table td,
div.table-B01 table th,
div.table-B01 table td{
	border: 1px solid #ccc;
}

div.table-A01 table th,
div.table-B01 table th {
	font-weight: bold;
}

div.table-A01 table thead th,
div.table-B01 table thead th {
	background-color: #f3f3f3;
	font-weight: bold;
}

div.table-A01 table td > *:first-child,
div.table-B01 table td > *:first-child {
	margin-top: 0;
}

div.table-A01 table th.nowrapcell,
div.table-A01 table td.nowrapcell {
	white-space: nowrap;
}


/* =========== table-A01 背景色白 =========== */

div.table-A01 table th,
div.table-A01 table td {
	padding: 12px 10px;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	background-color: #fff;
}


/* =========== table-B01 背景色付 =========== */

div.table-B01 table th {
	padding: 12px 10px;
	vertical-align: middle;
}

div.table-B01 table td {
	padding: 12px 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}


div.table-B01 tr.tcolor01 th {
	background-color: #e0e9c6;
}

div.table-B01 tr.tcolor01 td {
	background-color: #f2f5e9;
}

div.table-B01 tr.tcolor02 th {
	background-color: #e9dada;
}

div.table-B01 tr.tcolor02 td {
	background-color: #faf3f3;
}

div.table-B01 tr.tcolor03 th {
	background-color: #cce0ee;
}

div.table-B01 tr.tcolor03 td {
	background-color: #e9f0f5;
}


/* table col Size */

table col.par5 { width: 5%; }
table col.par8 { width: 8%; }
table col.par10 { width: 10%; }
table col.par12 { width: 12%; }
table col.par15 { width: 15%; }
table col.par20 { width: 20%; }
table col.par25 { width: 25%; }
table col.par30 { width: 30%; }
table col.par32 { width: 32%; }
table col.par35 { width: 35%; }
table col.par40 { width: 40%; }
table col.par45 { width: 45%; }
table col.par50 { width: 50%; }
table col.par55 { width: 55%; }
table col.par60 { width: 60%; }
table col.par65 { width: 65%; }
table col.par70 { width: 70%; }
table col.par75 { width: 75%; }
table col.par80 { width: 80%; }
table col.par85 { width: 85%; }
table col.par90 { width: 90%; }
table col.par95 { width: 95%; }
table col.par100 { width: 100%; }
