/**
 * 全画面共通
 */

/* type */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html, body {
/* 	height: 100%; */
	width: 100%;
	margin: auto;
	font: 80%/1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
}

table th {
	border: solid 2px black;
	border-color: #808080;
}

table tr, table td {
	border: solid 1px black;
	border-color: #808080;
}

img {
	max-width: 100%;
}


/* . class */
.error{
	color: red;;
}

.h1-title{
	margin-left:30px
}

.title-message{
	color: #CE1111;;
}

.error-title-message{
	color: #CE1111;;
	font-size: 16px;
}

.skipArea{
	display: none;
}



/* # id */
#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#main {
	flex: 1 1 auto;
}

#top-menu {
	padding: 10px;
	width: 20%;
	float: left;
	height:unset;
}

#tab-menu {
	margin-top: 30px;
}


#top-body {
/* 	display: flex; */
	height: auto !important;
	width: 100%;
	position: relative;
}

#top-list {
	width: 80%;
	margin:auto
}

/**
 * ヘッダー部分
 */

/* # id */
#top-header {
	overflow: hidden;
/* 	position: fixed; */
}

#top-header-paint{
	display: none;
}


/* ロゴ */
/* # id */
#area-header {
	background-color: #ffffff;
	padding-left:30px;
	display: block;
}

#header_logo{
	padding: 0.55%;
	max-height: 61px;
	float:left;
}
	#header_logo_size{
		min-width:90px;
		max-height: 61px;
	}

/* パンくずリスト */
/* . class */
.renew_area-nav {
	background-color: #EDEDED;
	border-bottom: 2px solid #D4D4D4;
	margin: 0;
	padding-left:30px;
}

.renew_area-nav-content {
	width:100%;
	font-size: 85%;
	margin: 0;
	padding: 5px 0;
}

.renew_area-nav-breadCrmb {
	float: none;
	display: block;
	clear: left;
	margin: 0;
}

.renew_area-nav-breadCrmb li {
	float: left;
	display: block;
	margin-left: 5px;
	padding-top: 2px;
	padding-left: 12px;
	background: url(/resources/imges/renew_icn-arrowRt_bCrmb.png) left center no-repeat;
}

.renew_area-nav-breadCrmb li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}


/* サブメニュー（画面右上） */
/* . class */
.cf:after,
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
.renew_area-nav-list {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	float: right;
	position: relative;
}
/* 20210310 nasu mod start */
.renew_area-nav-list li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
	line-height: 1;
}
/* 20210310 nasu mod end */
.renew_area-nav-list li:first-child {
	padding-left: 0;
	border: none;
}
.renew_area-content {
	margin: auto;
	/*padding: 10px 30px 16px;*/
	padding: 5px 5px 5px;
	box-sizing: border-box;
}

/* 20210310 nasu add start */
/* サブメニューアイコン（画面右上） */
.header_icon_size{
	padding-top: 5px;
	max-width:30px;
	max-height: 30px;
}

#child {
}
/* 20210310 nasu add end */

 * フッター部分
 */

/* . class */
.foot-link-Area{
	padding-left:30px;
	margin-bottom: 15px;
}

.foot-link{
	color: #FFFFFF;
	text-decoration:none;
}

.foot-link:hover {
	text-decoration: underline;
}


/* # id */
#top_footer {
	color: #FFFFFF;
	background-color: #666666;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	padding-top: 15px;
	bottom: 0;
	margin-top: auto;
}

#top_footer-print{
	display: none;
}

#copy-right {
	float: right;
	padding-bottom: 10px;
	padding-right: 30px;
}

/* 20210310 nasu mod start */
.renew_area-nav-list  .menu{
	display: block;
	width: 95px;
	height: 70px;
	text-align: center;
	color: #0000ff;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	border: solid;
	border-color: #031de2;
}
/* 20210310 nasu mod end */

.renew_area-nav-list > li:hover > a {/*layer-1*/
	color: orange;
	background: #1699DE;
}

.renew_area-nav-list li {
  list-style: none;
}

/* 20210310 nasu mod start */
.renew_area-nav-list li ul {
	width: 95px;
	display: none;
	position: absolute;
}
/* 20210310 nasu mod end */

.renew_area-nav-list > li li:hover > a {/*layer-2*/
  color: olive;
  background: #afc6e2;
}

/* 20210310 nasu mod start */
.renew_area-nav-list li ul li a {
  border-top: 1px solid #eee;
	max-height: 40px;
	line-height:40px
}
/* 20210310 nasu mod end */

/*
ブレイクポイント
 SP専用：～480px
TAB専用：481px～768px
 PC専用：769px～

@media screen and (max-width:480px){
	#top-header {
		background-color: #ffff80;
	}
}

@media screen and (min-width:481px) and (max-width:768px){
#top-header {
	background-color: #ff0080;
}
}

@media screen and (min-width:769px){
#top-header {
	background-color: #008080;
}
}
 */