@charset "UTF-8";
/*タイトル*/

h1#page-title {
	min-height: 26px;
	color:#fff;
	font-size:100%;
	line-height: 28px;
	text-shadow: 1px 1px 3px #000;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4d7098;
	border-left: 1px solid #525252;
	border-right: 1px solid #0f151f;
	border-top: 1px solid #0f151f;
	background: #5f6d85; /* Old browsers */
	background: -moz-linear-gradient(top, #5f6d85 0%, #76859f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f6d85), color-stop(100%, #76859f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f6d85 0%, #76859f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f6d85 0%, #76859f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f6d85 0%, #76859f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f6d85 0%, #76859f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6d85', endColorstr='#76859f', GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2) inset, -1px -1px 2px 0px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2) inset, -1px -1px 2px 0px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2) inset, -1px -1px 2px 0px rgba(255,255,255,0.2) inset;
}
/*見出し*/
.asset-body h1 {
	margin-top: 0;
	font-size: 120%;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 1px;
	background-image:url('/image/head_icon.png');
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position: top 2px left 0px;
	padding-left:30px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.asset-body h2 {
	margin-top: 0;
	font-size: 110%;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 1px;
	background-image:url('/image/head_icon.png');
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position: top 2px left 0px;
	padding-left:30px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.asset-body h3 {
	margin-top: 0;
	font-size: 100%;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 1px;
	background-image:url('/image/head_icon.png');
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position: top 2px left 0px;
	padding-left:30px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.asset-body p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*表組み1*/
.gray {
	width:100%;
	border-collapse:collapse;
}
.gray tr td {
	border: 1px solid #a9a9a9;
	padding: 4px;
}
/*表組み2*/
.gray_h {
	width:100%;
	border-collapse:collapse;
}
.gray_h tr:first-child {
	background-color:#eeeeda;
}
.gray_h tr:first-child td {
	/*color:white;*/
	padding: 4px;
}
.gray_h tr:nth-child(even) {
/*background-color:#dcdcdc;*/

}
.gray_h tr td {
	border: 1px solid #a9a9a9;
	padding: 4px;
}
/*表組み3*/
.gray_v {
	width:100%;
	border-collapse:collapse;
}
.gray_v td:first-child {
	background-color:#b9b9b9;
}
.gray_v td:first-child tr {
	/*color:white;*/
	padding: 4px;
}
.gray_v tr td {
	border: 1px solid #a9a9a9;
	padding: 4px;
}
/*表組み2*/
.gray_t {
	width:100%;
	border-collapse:collapse;
}
.gray_t table {
	border: 1px solid #a9a9a9;
}
.gray_h tr:first-child td {
	/*color:white;*/
	padding: 4px;
}
.gray_h tr td {
	padding: 4px;
}
/*その他*/
.invisible {
	width: 100%;
	border-collapse: collapse;
}
/*ソーシャルリンク部分*/
.asset-footer {
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
}





/*　　　書類アイコン　　　*/
.pdf_link{
	background-image: url("/image/icon_pdf.gif");	/*PDFアイコン*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;
	margin-right: 5px;
}
.doc_link{
	background-image: url("/image/icon_doc.gif");	/*ワードアイコン*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;
	margin-right: 5px;
}
.xls_link{
	background-image: url("/image/icon_xls.gif");	/*エクセルアイコン*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;
	margin-right: 5px;
}
.film_link{
	background-image: url("/image/icon_film.gif");	/*動画アイコン*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;x;
	margin-right: 5px;
}
.asset-body .external_link{
	background-image: url("/image/icon_external.gif");	/*外部リンク*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;
	margin-right: 5px;
}

.inner_link{
	background-image: url("/image/icon_inner.gif");	/*内部横リンク*/
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right: 18px;
	padding-top: 2px;
	margin-right: 5px;
}






