/*
 基本スタイル
*/

a[href*="/external"]{
	background:url(../img/ico_out.gif) no-repeat right center;
	padding-right:12px;
	margin-right:5px;
}
a[href*="/external"] img{
	display:inline-block;
}

/*
 共通スタイル
*/
html {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	word-wrap: break-word;
	word-break:break-all;
}

body {
	margin: 0;
	padding: 0;
	font-family: inherit !important;
/*	font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic",*/
/*	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	line-height: 1.5;
	word-wrap: break-word;
	word-break:break-all;
}



input[type="text"] {
	width:110px;
	padding: 3px;
	color:#333333;
}
input[type="submit"] {
	padding: 3px 5px;;
	color:#333333;
}

@media (min-width: 768px) {
	input[type="text"] {
		width:110px;
	}
}

@media (min-width: 992px) {
	input[type="text"] {
		width:180px;
	}
}

@media (max-width: 768px) {
	input[type="text"] {
		width:180px;
	}
}


/* リンク */
a { color: #0b4199; }
:link { color: #0b4199; text-decoration: underline;}
@media screen {
	a:hover { color: #ff0000; text-decoration: underline;}
	a:active { color: #ff8000; text-decoration: underline;}
	a:visited {color: #800080; text-decoration: underline;}
}

/* リスト */
ul, ol {
	padding-left: 20px;
}
.main-body ul > li,
.main-body ol > li,
.editor-area ul > li,
.editor-area ol > li {
	padding-bottom: 3px;
}

.main-body > ul,
.editor-area > ul{
	list-style-type: none;
}

.main-body > ul > li ,
.editor-area > ul > li{
	background: url(../img/arrow6.gif) no-repeat 0 3px;
	padding-left: 24px;
	margin-left: -20px;
}
.main-body > ul[style] li ,
.editor-area > ul[style] li{
	background: none;
	padding-left: 0px;
	margin-left: 0;
}

/* CMS用 */
.aligncenter,
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ヘッダーナビ */
.hedder-menu-container {
	padding: 3px;

}
.hedder-nav {
	background: none repeat scroll 0 0 rgb(204, 204, 204);
	font-size: 90%;
}

.hedder-nav ul {
	margin: 0;
	padding: 3px;
}
@media (max-width: 768px) {
	.hedder-logo h1 {
		margin: 10px;
	}
}


/* サイト内検索ボックス */
.hedder-search {
	padding-top: 8px;

}

/* ヘッダーイメージ */
.hedder-image {
	padding: 5px 0 20px 0;
}
/* 内閣府ロゴ */
.hedder-naikakuhu span {
	display:inline-block;
	margin-top: 10px;
}

/* ヘッダーメニュー */
.hedder-menu-container {

	padding:0px 0px 0px 0px;
	margin-top:3px;
	border-bottom: 5px solid #005bac;
	background-color: #ffffff;

}

.hedder-menu {
	padding: 0px 0px 0px 0px;
}

.hedder-menu a {
	background-color: #dddddd;

	vertical-align: middle;
	padding: 10px 0 10px 0;


/*	border-radius: 2px;*/
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: table-cell;
	position: relative;


}

.hedder-menu a.displayed {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;

background: #3f78aa; /* Old browsers */
background: -moz-linear-gradient(top, #3f78aa 1%, #005bac 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3f78aa), color-stop(31%,#005bac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* IE10+ */
background: linear-gradient(to bottom, #3f78aa 1%,#005bac 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f78aa', endColorstr='#005bac',GradientType=0 ); /* IE6-9 */
}


.hedder-menu a.displayed:hover {
	color:#ffffff;
}

.hedder-menu a.linked {
	text-decoration:underline;
}
.hedder-menu a {
	display:block;
}
.hedder-menu a:hover,
.hedder-menu a:focus  {
	color:#ffffff;
	font-weight: bold;

background: #3f78aa; /* Old browsers */
background: -moz-linear-gradient(top, #3f78aa 1%, #005bac 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3f78aa), color-stop(31%,#005bac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* IE10+ */
background: linear-gradient(to bottom, #3f78aa 1%,#005bac 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f78aa', endColorstr='#005bac',GradientType=0 ); /* IE6-9 */
}




/* xsサイズ用メニュー */
i.glyphicon span {
	font-size:50%;
}

.xs-menu-box {
	padding:5px;
}
#xs-trigger {
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: -60px;
	z-index: 9999;
	text-decoration: underline;
	border: 1px solid #999999;
	border-radius: 8px;

}

#xs-searchbox {
	display:none;
}
.xs-menu-search {
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 5px;
}

.xs-menu-houjin a{
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 10px;
	font-size: 130%;
	vertical-align: middle;
	display: block;
	text-decoration:underline;
	color:#AA6600;
}

.xs-menu-houjin a i.glyphicon-search{
	color:#dd8000;
}

.xs-menu-shokatu a{
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 10px;
	font-size: 130%;
	padding: 10px;
	vertical-align: middle;
	display: block;
	text-decoration:underline;
	color:#ee0000;
}

.xs-menu-sesaku a{
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 10px;
	font-size: 130%;
	padding: 10px;
	vertical-align: middle;
	display: block;
	text-decoration:underline;
	color:#3366cc;
}
.xs-menu-houjin a:after{
	background:url(../img/arrow01.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:50%;
}

.xs-menu-shokatu a:after{
	background:url(../img/arrow02.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:50%;
}

.xs-menu-sesaku a:after{
	background:url(../img/arrow03.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:50%;
}
.xs-menu-catchup {
	padding:5px;
}

/* キャッチアップ */
.side-menu-catch-up {
	padding:0 5px;
}

.side-menu-catch-up img {
	border-radius: 4px;
}

ul.bxslider {
	list-style-type: none;
	padding:0;
}
ul.bxslider {
	margin: 0;
	padding:0;
}
ul.bxslider ul li {
	border-radius: 4px;
}
.bx-viewport{box-sizing: content-box;}
.bx-wrapper {margin-bottom:40px;}
div.bx-controls div.bx-pager {margin-top:5px;margin-bottom:5px;}
.bx-respond {margin-bottom:0;}
.bx-wrapper .bx-viewport 
{
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 0 0 0;
	border:1px solid  #333333;
	left: 0;
	background: #fff;
	border-radius: 4px;
}
.bx-wrapper .bx-controls-direction a {height: 28px;width: 28px;}
.bx-wrapper .bx-prev {background: url(../img/prev-img.png) no-repeat;}
.bx-wrapper .bx-next {background: url(../img/next-img.png) no-repeat;}

.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: 0 0;}
.bx-wrapper .bx-controls-direction a{filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;top:100%;margin-top:-42px;}

@media (max-width: 750px) {
	.bx-wrapper .bx-prev {
		display:none;
	}
	.bx-wrapper .bx-next {
		display:none;
	}
}
/* 新着情報 */
.news-label {
	background-color: #333333;
}
@media print{
	.news-label {
		border:1px solid  #333333;
	}
}
@media (min-width: 992px) {
	.news-label {
		margin-right:-10px;
	}
}
.news-label-title {
	padding:3px 0;

	font-size: 120%;
	color: #ffffff;
	background-color: #333333;
}
.news-label-rss{
	vertical-align: bottom;
	display:inline-block;
	padding:3px 0;
	font-size: 110%;
}
.news-label-rss img {
	vertical-align: bottom;
	display:inline-block;
	padding-right:5px;
}
.news-label-rss span {
	vertical-align: bottom;
	display:inline-block;
	text-decoration: underline;
	color: #ffffff;
	background-color: #333333;
}
.news-label-rss a:link { color: #ffffff; text-decoration: underline;}
.news-label-rss a:visited { color: #ffffff; text-decoration: underline;}
.news-label-rss a:hover { color: #ffffff; text-decoration: underline;}
.news-label-rss a:active { color: #ffffff; text-decoration: underline;}

.news-body {
	padding: 5px 0;
}
.news-body-date {
	padding: 0 0 0 12px;
}
@media (min-width: 992px) {
	.news-body-text {
		margin: 0 0 0 -10px;
		padding: 0 8px 0 3px;
	}
}
@media (min-width: 768px) {
	.news-body-text {
		padding: 0 8px 0 8px;
	}
}

@media (max-width: 768px) {
	.news-body {
		border-top:1px dotted #ccc;
	}
	.news-body-top {
		border-top:none;
	}
	.news-body-text {
		padding: 0 15px;
	}
}

.news-list {
	padding: 12px 0;
}
/* トピックス */
.topics-label {
	margin-bottom: 8px;
	background-color: #333333;
}
@media print{
	.topics-label {
		border:1px solid  #333333;
	}
}
@media (min-width: 992px) {
	.topics-label {
		margin-right:-10px;
	}
}
.topics-label-title {

	padding:3px 0;
	display:inline-block;
	vertical-align: middle;
	font-size: 120%;
	color: #ffffff;
	background-color: #333333;
}

.topics-container {
	padding:0 8px 8px 8px;
}

@media (min-width: 992px) {
	.topics-container {
		margin-right:-10px;
	}
}

.topics-body {
	border: 2px dotted #ccc;
	border-radius: 4px;
	padding: 10px;
}

.topics-even-background  {
	background-color: #ffc;
}


/* トップメニュー */
.top-menu-line {
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.2;
}

.top-menu-subbox {
	border: 1px solid #333333;
	padding: 5px 0px;
	border-radius: 4px;
	margin: 0 -12px 3px -12px;

}
.top-menu-title {
	padding: 0px 5px;
	font-weight: 800;
}
.top-menu-subtitle {
	padding: 0px 5px;
	font-size:90%;
}
.top-menu-date {
	padding: 0px 5px;
	font-size:90%;
}
.top-menu-num {
	padding: 0px 5px;
}
.top-menu-num span{
	font-weight: 800;
	font-size:150%;
}
.top-menu-link {
	display: inline-block;
	padding-right:5px;
	text-align:right;
}
.top-menu-link span{
	text-align:right;
	display: inline-block;
	padding:1px;
}

@media (min-width: 992px) {
	.top-menu-link span{
		display: block;
	}
	.top-menu-link span.non-block{
		display: inline;
	}
}

@media (max-width: 750px) {
	.top-menu-link span{
		display: block;
	}
	.top-menu-link span.non-block{
		display: inline;
	}
}

/* サイドメニュー */
.side-menu-container {
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
.side-menu-container + .side-menu-container {
	padding-top: 5px;
}
.catch-up-row + .row .side-menu-container {
	padding-top: 5px;
}
.side-menu-container
.side-menu-box {
	border: 1px solid #333333;
	margin:0 5px;
	padding: 8px;
	border-radius: 4px;
}
.side-menu-subbox {
	border: 1px solid #333333;
	padding: 3px 5px;
	border-radius: 4px;
	margin-bottom:3px;
}
.side-menu-subbox-vcenter {
	margin:0;
	padding: 0;
}


.side-menu-houjin a {
	padding-right: 16px;
	font-size: 110%;
	color:#aa6600;
	vertical-align: middle;
	display: block;
}
.side-menu-houjin a i.glyphicon-search {
	color:#dd8000;
}
@media screen {
	.side-menu-houjin a:visited { color:#AA6600;}
	.side-menu-houjin a:hover { color:#AA6600;}
	.side-menu-houjin a:active { color:#AA6600;}
}

.side-menu-houjin a:after{
	background:url(../img/arrow01.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:26px;
}
.side-menu-shokatu a {
	font-size: 120%;
	color:#ee0000;
	vertical-align: middle;
	display: block;
}
.side-menu-box label {
	font-size: 85%;
}
@media screen {
	.side-menu-shokatu a:visited { color:#ee0000;}
	.side-menu-shokatu a:hover { color:#ee0000;}
	.side-menu-shokatu a:active { color:#ee0000;}
}

.side-menu-shokatu a:after{
	background:url(../img/arrow02.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:26px;
}
.side-menu-sesaku a {

	font-size: 110%;
	color:#3366cc;
	vertical-align: middle;
	display: block;
}
@media screen {
	.side-menu-sesaku a:visited { color:#3366cc;}
	.side-menu-sesaku a:hover { color:#3366cc;}
	.side-menu-sesaku a:active { color:#3366cc;}
}

.side-menu-sesaku a:after{
	background:url(../img/arrow03.png) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:26px;
}


/* メニューバナー */
.side-menu-banner {
	padding: 0 5px 0 5px;
}

.side-menu-banner a {
	width:100%;
	display:block;
	background-color: #f0f0f0;
	padding: 15px 40px 15px 20px;
	border-bottom: 1px solid #666666;

}

.side-menu-banner span:after{
	background:url(../img/arrow6.gif) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:50%;
}

.side-menu-banner2 {
	padding: 0 5px 0 5px;
}

.side-menu-banner2 a {
	width:100%;
	display:block;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #666666;
}

.side-menu-banner2 span:after{
	background:url(../img/bullet_arrow.gif) left top no-repeat;
	background-size:6px 7px;
	width:6px;
	height:7px;
	content:" ";
	display:block;
	position:absolute;
	left:10px;
	top:17px;
}
/* ↓トップ(リンクバナー) */
.side-menu-banner-graphic {
	padding: 5px;
	margin-bottom: -5px;
}
.side-menu-banner-graphic a {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}
.side-menu-banner-graphic a img {
	border: 1px solid #333333;
	padding: 0px;
}
/* ↑トップ(リンクバナー) */

.side-menu-adobe {
	padding: 10px 10px 10px 10px;
}
.side-menu-about {
	padding: 4px;
}
.side-menu-about div {
	margin: 5px;
	padding: 5px;
	border: 2px dotted #ccc;
	font-size:80%;
	
}


/* トップへ戻る */

.go-top {
	clear: both;
	text-align:right;
	display:inline-block;
	width:100%;
	float:none;
}
.go-top a {
	padding-right: 18px;
	background:url(../img/arrow_up.png) right center no-repeat;
	background-size:12px 12px;
}

/* フッター */
.footer-banner {
	background-color: #f0f0f0;
}
.footer-banner div{
	padding: 0;
	border: 1px solid #ffffff;
}

.footer-banner div a {
	padding: 12px;
	width:100%;
	display:block;

}
.footer-banner div span:after{
	background:url(../img/arrow6.gif) left top no-repeat;
	background-size:16px 16px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:" ";
	display:block;
	position:absolute;
	right:16px;
	top:50%;
}
.footer {
	padding:3px 0;
	background-color: #636363;
}

.footer a:focus {
	outline: dashed 1px #ffffff;
}
.footer-address {
	padding:0;
	margin:0;
	font-size: 90%;
}
.footer-address div{
	margin:0 5px 5px 5px;
	padding: 0 5px;
	color: #ffffff;
	background-color: #636363;
}
.footer-menu-last {
	padding: 0;
}
.footer-menu ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	font-size: 80%;
}
.footer-menu li a {
	background-color: #636363;
	color:#ffffff;
}

/* セカンドページ */
.breadcrumb {
	background-color: #ffffff;
	border-radius: 0;
	list-style: outside none none;
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 85%;
}

.main-content {
	padding-bottom: 20px;
}
.main-body {
	padding: 0 20px;
}

mce-container-body {
	background: #ffffff;
}
body.editor-area{
	margin: 0 0 0 20px;
	max-width: 680px;
	background: #ffffff;
	overflow:scroll;
}

.main-body h2,
.editor-area h2{
	clear: both;
	font-size: 120%;
	font-weight: 800;
	/*border-bottom: 1px solid #005bac;*/
	border-left: 24px solid #005bac;
	margin: 0 -12px 20px -12px;
	padding: 8px 2px 8px 12px;
	background-color: #eaeaea;
}
.main-body h3,
.editor-area h3 {
	clear: both;
	font-size: 120%;
	font-weight: 800;
	border-bottom: 1px solid #005bac;
	border-left: 16px solid #005bac;
	margin: 0 -12px 20px -12px;
	padding: 6px 2px 6px 12px;
}
.main-body h4,
.editor-area h4 {
	clear: both;
	font-size: 120%;
	font-weight: 800;
	border-top: 1px dotted #005bac;
	border-left: 8px solid #005bac;
	border-bottom: 1px dotted #005bac;
	margin: 0 -12px 15px -12px;
	padding: 8px 2px 8px 15px;
}
.main-body h5,
.editor-area h5 {
	clear: both;
	font-size: 110%;
	font-weight: 800;
	border-left: 10px solid #005bac;
	border-bottom: 1px dashed #005bac;
	margin: 0 -12px 15px -12px;
	padding: 5px 2px 5px 12px;
}
.main-body h6,
.editor-area h6 {
	clear: both;
	font-size: 100%;
	font-weight: 800;
	border-bottom: 1px dashed #005bac;
	margin: 0 -12px 15px -12px;
	padding: 5px 2px 5px 15px;
}
/* セカンドページ（関連ページ） */
.editor-area .related-list,
.main-body .related-list {
	padding: 5px;
}
.main-body .related-list h2,
.editor-area .related-list h2 {
	margin-bottom:0px;
	padding:8px 12px ;
	vertical-align:middle;
	border:none;
}

.main-body .related-list ul,
.editor-area .related-list ul {
	list-style-type: square;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	margin: 0 -12px 15px -12px;
	padding: 5px 20px 5px 30px;
}


/* セカンドページ（テーブル） */
.main-body table, 
.editor-area table {
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 100%;
}

.main-body table caption,
.editor-area caption  {
	color:#333333;
	font-weight: 800;
}

.main-body table th,
.editor-area table th {
	border: 1px solid #333333;
	text-align: center;
	background-color: #ccc;
}
.main-body table tbody td,
.editor-area table tbody td{
	border: 1px solid #333333;
	word-break: normal;
}

.main-body tr:nth-child(2n-1),
.editor-area tr:nth-child(2n-1) {
	background: #f5f5f5;
}

.main-body  blockquote small ,
.editor-area blockquote small {
	font-size: 100%;
}

.main-body  blockquote ,
.editor-area blockquote {
	font-size: 100%;
}

.main-body .alert-notes,
.editor-area .alert-notes{
	background-color: #eaeaea;
	border: 1px solid #333333;
	border-radius: 4px;
	margin:5px;
	padding: 5px;
	word-wrap:break-word;
}
.main-body .alert-info,
.editor-area .alert-info{
	border-radius: 4px;
	margin:5px;
	padding: 8px;
	color:#333333;
	word-wrap:break-word;
}


.main-body .alert-warning,
.editor-area .alert-warning{
	border-radius: 4px;
	margin:5px;
	padding: 8px;
	color:#333333;
	word-wrap:break-word;
}

.main-body .alert-danger,
.editor-area .alert-danger{
	border-radius: 4px;
	margin:5px;
	padding: 8px;
	color:#333333;
	word-wrap:break-word;
}

/* サイドメニュー */
.side-menu .lebel1 {
	padding: 0px;

}
.side-menu .lebel1 span {
	background-color: #005bac;
	padding: 8px 12px;
	font-size: 110%;
	font-weight: 800;
	width:100%;
	display:block;

background: #3f78aa; /* Old browsers */
background: -moz-linear-gradient(top, #3f78aa 1%, #005bac 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3f78aa), color-stop(31%,#005bac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f78aa 1%,#005bac 31%); /* IE10+ */
background: linear-gradient(to bottom, #3f78aa 1%,#005bac 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f78aa', endColorstr='#005bac',GradientType=0 ); /* IE6-9 */
}

.side-menu .lebel1 a{
	color: #ffffff;
}
.side-menu .lebel2 {
	padding: 0px;
}
.side-menu .lebel2 a {

	background: url("../img/plusminus01-006.png") no-repeat scroll 7px 14px;
	border: 1px solid #eeeeee;
	padding: 10px 8px 10px 25px;
	width:100%;
	display:block;
}
.side-menu .lebel2 a.openfolder {
	background: url("../img/plusminus01-026.png") no-repeat scroll 7px 14px;;
}

.side-menu .lebel3 {
	padding: 0px;
}
.side-menu .lebel3 a {
	background: url("../img/bullet_arrow.gif") no-repeat scroll 20px 17px;
	border: 1px solid #eeeeee;
	padding: 10px 8px 10px 35px;
	font-size: 90%;
	width:100%;
	display:block;
}
.side-menu .lebel2 a.selected {
	background-color: #eeeeee;
}
.side-menu .lebel3 a.selected {
	background-color: #eeeeee;
}

/* スキップリンク */
.skip-link div{
	position: absolute;
	left: 0px;
	top: -500px;
	overflow: hidden;
}
.skip-link div.show {
	position: static;
	background:  #000;
	display: block;
	text-align: center;
}
.skip-link div.show a {
	color: #fff;
}

/* ページング */
.page-nav {
	clear: both;

}

.page-nav .page-numbers {
	text-align: center;
}
.page-nav a, .page-nav span {
	display:inline-block;
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
	margin: 2px;
}

.page-nav a:hover, .page-nav span.current {
	border-color: #666666;
}

.page-nav span.current {
	font-weight: bold;
}

/* ファイル */
a[href^="#"]:after{
	background:url(../img/arrow_down.png) no-repeat center bottom;
	width:12px;
	height:12px;
	content:" ";
	display: inline-block;
	margin-bottom: -2px;
}

.go-top > a[href^="#"]:after{
	display:none;
}
.list-inline a[href^="#"]:after{
	display:none;
}
.side-menu a[href^="#"]:after{
	display:none;
}

a[href$=".pdf"]:after{
	background:url(../img/ico_pdf.gif) no-repeat center bottom;
	width:18px;
	height:14px;
	content:" ";
	display: inline-block;
}
a[href$=".zip"]:after,
a[href$=".xlsx"]:after,
a[href$=".xls"]:after,
a[href$=".docx"]:after,
a[href$=".doc"]:after,
a[href$=".csv"]:after,
a[href$=".txt"]:after {
	background:url(../img/ico_file.gif) no-repeat center bottom;
	width:18px;
	height:14px;
	content:" ";
	display: inline-block;
}

/* サイトマップ */
ul.sitemap {
	margin: 0;
	padding: 0;
}
ul.sitemap li {
	margin: 0;
	padding: 0;

}
ul.sitemap > li {
	list-style-type: none;
	background:none;
}
ul.sitemap > li > a {
	font-size: 100%;
	font-weight: 800;
	border-top: 1px dotted #005bac;
	border-left: 15px solid #005bac;
	border-bottom: 1px dotted #005bac;
	margin: 5px -12px 8px;;
	padding: 8px 15px;
	display:block;
}

ul.sitemap > li > ul > li > a {
	font-size: 100%;
	font-weight: 800;
}

/* Ｑ＆Ａ */
.qa-container {
	border: 1px solid #333333;
	border-radius: 20px;
	padding: 10px;
	margin:10px 0;
}
.qa-margin {
	display:block;
	float: left;
	width:40px;
	height:40px;
}
.qa-text {
	float: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.qa-q {
	/*min-height:50px;*/
	background:url(../img/qa_q.png) left top no-repeat;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px solid #cccccc;
}
.qa-q-no {
	font-weight: 800;
}
.qa-q-title {
	color:#c00000;
/*	font-weight: 800;*/
}

.qa-a {
	/*min-height:50px;*/
	background:url(../img/qa_a.png) left 10px no-repeat;
	padding: 10px 10px 0 10px;
}
.qa-a div.qa-text > ul:first-child,
.qa-a div.qa-text > ol:first-child {
	margin-top : 40px;
}

.qa-container ul.with-arrow > li {
	list-style-type: none;
	background: url(../img/arrow6.gif) no-repeat 0 3px;
	padding-left: 24px;
	margin-left: -20px;
}
/*
.qa-q > .qa-margin {
	background:url(../img/qa_q.png) left top no-repeat;
}
.qa-a > .qa-margin {
	background:url(../img/qa_a.png) left top no-repeat;
}
*/
.main-body table.rss-list tr td {
	word-break:break-all;
}
.main-body table.corres-list tr td {
	word-break:break-all;
}

div.top-main {
	padding-left: 15px;
	padding-right: 15px;
}
