@charset "utf-8";
/* CSS Document */

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	/*background:#FFF url(../img/bg.gif) no-repeat left top;*/
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.center{
	text-align: center;
}
.smoji{
	font-size: 70%;
}

.border{
	border: medium solid black;
}



 a:link {
	text-decoration: none;
	color:#000;
 }

 a:hover {
	text-decoration:none;
	color:#c7c7c7;
 }
 a:visited {
	text-decoration:none;
	
}
.crown:before{
	content:url("../img/crown.jpeg")
}

/* header */
header {
    background-color:#FFF;
	width: 100%;
}
h2{
	font-family: 'Goudy Bookletter 1911', serif;
}
header .header-container{
	padding-left: 1em;
	background: linear-gradient(to right, #494949, #FFF);
	color:#FFF;
	font-family: 'Goudy Bookletter 1911', serif;

}
/* menu */
ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #494949;
}
ul.topnav li {
	float: left;
}
ul.topnav li a {
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	color: white;
}
ul.topnav li a:hover {
	background-color: #a9bce2;
	color: #000;
}
ul.topnav li a.active {
	background-color: #da3c41;
}
ul.topnav li.right {
	float: right;
}

@media screen and (max-width: 480px) {
	ul.topnav li.right, ul.topnav li {
		float: none;
	}
}

/*-------------------------------
mainとsideを分ける
 -------------------------------*/
/* pc　768px以上 */
/*.wrap{
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #333;
}*/

/* pc　1100px以上 */
.wrap{
	overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
}
.main{
	float: left;
	width: 730px;
	/*border: 1px solid #333;*/

}
.main a:visited{
	color: #000;
	text-decoration:underline;
}
.side{
	float: right;
	width: 300px;
	/*border: 1px solid #333;
	#494949-#FAF6E9-*/
}
/* 　1100px以下 */
@media screen and (max-width: 1100px){
	.wrap{
		width: 100%;
		padding: 0 50px;
	}
	.main{
	    float: none;
}
	.side{
    width: 100%;
    float: none;
    margin-top: 50px;
	}
}

/* スマホ　480px以下 */
@media only screen and (max-width: 480px) {
	.wrap{
		width: 100%;
		padding: 0;
	}
	.main{
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.side{
		/*　floatを解除 */
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}



/*-------------------------------
画像
 -------------------------------*/

@media only screen and (max-width: 480px) {
	img {
		max-width: 100%; 
		height:auto;
		}
}

/*-------------------------------
パステーブル
 -------------------------------*/
/*
.pass_table {
	width: 100%;
	border-collapse: collapse;
}
.pass_table th, .pass_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.pass_table th {
	width: 30%;
	text-align: left;
	background: #1b2538;
	color:#FFFFFF
	
}

@media only screen and (max-width:480px) {
	.pass_table {
		margin: 0;
	}
	.pass_table th, .pass_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.pass_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}*/

/*-------------------------------
リストメニュー
 -------------------------------*/

.cp_menu {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #1b2538;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li{
	max-height: 46px;
	opacity: 1;
}

.cp_menu li a:hover{
	background-color: #a9bce2;	
} 



/*-------------------------------
tab
 -------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 730px;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #000000;
  /*border-bottom: 3px solid #5ab4bd;*/
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}



.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 20px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#Estate-tab:checked ~ #Estate_content,
#REad-tab:checked ~ #REad_content,
#e-Net-tab:checked ~ #e-Net_content,
#Nkyosai-tab:checked ~ #Nkyosai_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #494949;
  color: #fff;
}

.tab_content_description a:link{
	color: #000;
	text-decoration:underline;
}

@media screen and (max-width: 480px){
	.tabs {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.tab_content {
  		padding: 20px 5px 0;
}
}



/*-------------------------------
tab内容のタイトル
 -------------------------------*/

.system_title {
  background: #1b2538; /*背景色#1b2538*/
  padding: 0.5em;/*文字周りの余白*/
  color: #FFFFFF;/*文字を白に*/
  border: solid 1px;
  border-radius: 0.5em;/*角の丸み*/
  text-align: center;
}

.nithiji_date{
font-family: 'Oleo Script Swash Caps', cursive;
}

/*-------------------------------
テーブルスクロール
 -------------------------------*/
.scroll{
overflow: auto; /*tableをスクロールさせる*/
/*white-space: nowrap;  tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/*-------------------------------
システムテーブル
 -------------------------------*/
.system_table {
	width: 100%;
	border-collapse: collapse;
}
.system_table th, .system_table td {
	padding: 4px;
	border: 1px solid #dddddd;
	font-size:12px;
}
.system_table th {
	width: 30%;
	background: #1b2538;
	color:#FFFFFF;
}

@media screen and (max-width: 480px){

}

/*-------------------------------
定期再起動テーブル
 -------------------------------*/

#reboot_Schedule{
	padding: 10px;
}

.reboot_table {
	width: 100%;
	border-collapse: collapse;
}
.reboot_table th, .reboot_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
	font-size:12px;
}
.reboot_table th {
	width: 30%;
	text-align: left;
	background: #1b2538;
	color:#FFFFFF;
		
}
.reboot_table tr:nth-child(odd){
	background-color: #EEEEEE;
}





.col_bule{
	color:#1b2538;
}
.col_red{
	color: #570000;
}


/*-------------------------------
Agentテーブル
 -------------------------------*/
/*
#Agent{
	padding: 10px;
}

.Agent_table {
	width: 100%;
	border-collapse: collapse;
}
.Agent_table th, .Agent_table td {
	padding: 4px;
	border: 1px solid #dddddd;
	font-size:12px;
}
.Agent_table th {
	width: 30%;
	background: #1b2538;
	color:#FFFFFF;
}*/

/*-------------------------------
calendar
 -------------------------------*/
/*
#calendar{
	margin-top: 10px;
	padding:5px;
	
}

.calendar_h{
	width: 100%;
	border-collapse: collapse;
}

.calendar_h th,.calendar_h td{
	border: 1px gray solid;
}
.calendar_h .sun{
background-color: #FDE3E3;
color:#570000;	
}
.calendar_h .sat{
background-color: #CACDFB;	
color:#1b2538;
}
.calendar_h .today{
background-color: #CFFCE1;	
color:#0A7724;
font-weight: bold;
}
.calendar_h .diff{
background-color: #E0E0E0;	
}

ul.calendar_ido {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul.calendar_ido li {
	float: left;
}
ul.calendar_ido li.right {
	float: right;
}*/

/*-------------------------------
Session_List.HTML
 -------------------------------*/

/*-------------------------------
ServerTable
 -------------------------------*/

.Session_List {
  margin-top: 50px;
  padding:10px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 720px;
  margin: 0 auto;
}


.Server_Table {
	width: 100%;
	border-collapse: collapse;
}
.Server_Table th, .Server_Table  td {
	padding: 10px;
	border: 1px solid #dddddd;
	font-size:12px;
}
.Server_Table th {
	width: 30%;
	text-align: left;
	background: #1b2538;
	color:#FFFFFF;
		
}
.Server_Table tr:nth-child(odd){
	background-color: #EEEEEE;
}


/*-------------------------------
GroupTable
 -------------------------------*/

.Group_Table {
	width: 100%;
	border-collapse: collapse;
}
.Group_Table th, .Group_Table  td {
	padding: 10px;
	border: 1px solid #dddddd;
	font-size:12px;
}
.Group_Table th {
	width: 30%;
	text-align: left;
	background: #1b2538;
	color:#FFFFFF;
		
}
.Group_Table tr:nth-child(odd){
	background-color: #EEEEEE;
}



/*-------------------------------
footer
 -------------------------------*/

footer{
	margin-top:30px;
	border-top: 3px solid #888888;
	padding-top:10px;
	padding-bottom: 20px;
}
