﻿

/* ページヘッダ */
#pg_header{
	padding:5px;
	background:#33363e;
	color:#ffffff;
}
#pg_header h1{
	height:26px;
}
#pg_header .txt1{
	vertical-align: top;
}


/* メニュー */
#top_menu .menuBtn{
	display:inline-block;
	background: #33363e;
	margin: 0 0 0 4%;
	padding: 15px;
	font-size: 98%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-shadow:1px 1px 2px #CCCCCC;
	cursor:pointer;
}

#top_menu .menuBox>ul {
	list-style-type: none;
	margin: 0;
	padding: 0 4%;
	font-size: 98%;
	max-width:500px;
}

#top_menu .menuBox>ul li{
	margin: 0;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
}

#top_menu .menuBox>ul>li.type1{
	background: #33363e;
	border-top: 1px solid #FFFFFF;
	padding: 10px 15px ;
}
#top_menu .menuBox>ul>li.type1:hover{
	background:#666666;
}

#top_menu .menuBox a{
	display: block;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	color: #fff;
}

#top_menu .menuBox>ul>li.type2>ul>li{
	list-style-type: none;
	margin: 0;
	padding: 10px 15px ;
	font-size: 98%;
	background: #33363e;
	border-top: 1px solid #FFFFFF;
	
}
#top_menu .menuBox>ul>li.type2>ul>li:hover{
	background:#666666;
}

#top_menu .mob_hover{
	background:#666666!important;
}

/*バーガーメニュー*/
.burger_menu,
.burger_menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.burger_menu {
  position: relative;
  width: 30px;
  height: 30px;
  /* background:#33363e; */
  z-index: 100;
}
.burger_menu span {
  position: absolute;
  /* left: 5px; */
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.burger_menu span:nth-of-type(1) {
  top: 2px;
}
.burger_menu span:nth-of-type(2) {
  top: 12px;
}
.burger_menu span:nth-of-type(3) {
  bottom: 4px;
}
.burger_menu.active {
	left:-60px;
}
.burger_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.burger_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.burger_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

/*スライドメニュー*/
#slide_menu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	background: #258;
	z-index:99;
	font-weight:bold;
	font-size: 16px;
    line-height: 30px;
}
#slide_menu a{
	color:#ffffff;
}
	
/*メインデータ*/
Body {
    background: #f5f5f5;
}
Div#content{
	/* margin:15px auto; */
	/* margin:15px 15px; */
	text-align: left;
	/* width: 1050px; */
	min-height:500px;
	/* white-space: nowrap; */
	padding:0!important;
	width:100%!important;
}
#main_part{
	/* float:left; */
	display:inline-block;
	vertical-align:top;
	background: #ffffff;
	/* width:680px; */

	
	margin:0;
	padding:0;
	width:100%!important;
}
#sub_part1{
	/* float:right; */
	display:inline-block;
	vertical-align:top;
	background: #ffffff;
    /* background: transparent; */
	/* width:340px; */
	margin-left:10px;
	padding:10px;
}

#ad_part1{
	display:inline-block;
	vertical-align:top;
    /* background: transparent; */
	margin:5px;
}



/*フッター*/
#footer {
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size:70%;
}


/*ページＴＯＰへ戻る*/
.page-top
{
	margin: 0 ;
	padding: 0 ;
	display: none ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 25px ;
	cursor:pointer;
	z-index:99999;
}
 
.move-page-top
{
	display: block ;
	background: #B5B1B5;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0.7 ;
	border-radius: 50%;
}

.move-page-top:hover
{
	opacity: 1.0 ;
}


/*見出し*/
.Headline01 {
	position: relative;
	padding: 1em 0;
    font-size: 20px;
    font-weight: bold;
	color:#3e4144;
}
.Headline01::before,
.Headline01::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.Headline01::before {
	top: 0;
	border-top: 2px solid #969696;
	border-bottom: 1px solid #969696;
}
.Headline01::after {
	bottom: 0;
	border-top: 1px solid #969696;
	border-bottom: 2px solid #969696;
}

.Headline02 {
	position: relative;
	padding: 5px ;
	border-bottom: 4px solid #ccc;
    font-weight: bold;
    font-size: 20px;
    color: #3e4144;
    text-shadow: 0px 2px 2px #ffffff, 2px 3px 3px #cccccc;
}
.Headline02::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #4A4A4A;
}

.Headline03{
    font-weight: bold;
    font-size: 110%;
    color: #3e4144;
    margin-top: 10px;
    border-left: solid 5px #3e4144;
    padding-left: 0.4em;
}

/*データ*/
.center01{
	/* padding-left:20px; */
	padding-right:20px;
}

/*目次*/
#mokujiDiv{
    background: #FBFBFB;
    /* border: 1px dashed #BABABA; */
    border: 3px solid #969696;
    padding: 5px 10px;
    width: auto;
    display: table;
    font-size: 96%;
	/* font-weight:bold; */
}
#mokujiDiv .opnBoxTitle{
	color:#242424;
	cursor:pointer;
}
#mokujiDiv .opnBoxTitle:hover{
	text-decoration: underline;
}
#mokujiDiv ul{
	padding:5px 10px 5px 28px;
	margin:0;
	list-style-type: decimal;
}
#mokujiDiv li{
	color:#242424;
	cursor:pointer;
	line-height: 1.5;
	padding: 0.2em 0; 
}
#mokujiDiv ul li span:hover{
	color:#FF6400;
	text-decoration: underline;
}

#mokujiDiv ul li ul{
	padding:0;
	margin:0;
	list-style-type: none;
	
}

/*グリッド*/
.grid01 {
	background-color: #ffffff;
	/* border-top:#ffffff 3px double; */
	border-top:#cccccc 1px solid;
	border-collapse: collapse;
	/* width:100%; */
} 

.grid01 th{	
	background:#33363e;
	border: #cccccc 1px solid;
	text-align: center;
	padding:10px 5px;
	color:#ffffff;
	font-weight:normal;
	
}
.grid01 td{
	border:#cccccc 1px solid;
	padding: 10px 5px;
}


.grid02 {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
.grid02 th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
.grid02 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.btn01 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 7px ;
  text-decoration: none;
	display: inline-block;
	font-weight: 100;
	cursor: pointer;
	font-size:12px;
}

.btn01:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.linkBtnImg{
	vertical-align:middle;
	cursor: pointer;
}
	
/*ドラッグ可能ポップアップ*/
.innerPopUp{
	z-index:99999;
}
.innerPopUp .topBar{
	background:#258;
	padding:3px 5px;
	color:#ffffff;
	cursor:move;
}
.innerPopUp .closeBtn{
	display:inline-block;
	position:absolute;
	right:5px;
	cursor:pointer;
}
.innerPopUp .popUpBody{
	background:#ffffff;
	padding:15px;
	border:solid 1px #CCCCCC;
}


.enbr{
	white-space: normal;
}
.nobr{
	white-space: nowrap;
}

.spn01{
	border:1px solid #cccccc;
	background:#FFDBDB;
	padding:2px 5px 2px 0;
	margin:0 5px 3px 0;
	border-radius: 8px;
	white-space: nowrap;
	display:inline-block;
}
.spn02{
	border:1px solid #cccccc;
	background:#DBE6FF;
	padding:2px 5px 2px 0;
	margin:0 5px 3px 0;
	border-radius: 8px;
	white-space: nowrap;
	display:inline-block;
}
.spn03{
	border:1px solid #cccccc;
	background:#EFEFEF;
	padding:2px 5px 2px 0;
	margin:0 5px 3px 0;
	border-radius: 8px;
	white-space: nowrap;
	display:inline-block;
}


.lineEdit{
	margin-top:0px;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
}
.gearBtn{
	margin-top:0px;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
}

.lineEdit.selected{
	background:#F7F725;
}

.load_grph{
	min-width:350px;
	min-height:200px;
	background: url('../img/wait1.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:20%;
}


::placeholder {
	color: silver;
}