﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/group-hp/index.html
			http://www.umin.ac.jp/group-hp/ac.html
			http://www.umin.ac.jp/group-hp/etc.html
			http://www.umin.ac.jp/group-hp/laboratory.html
			http://www.umin.ac.jp/group-hp/society.html
			http://www.umin.ac.jp/group-hp/workshop.html
			http://www.umin.ac.jp/group-hp/backnumber.html
			http://www.umin.ac.jp/group-hp/backnumber.html
Created		2014/02/13
Last update	2014/03/11 by Hayashi Ryosuke
Author		Hayashi Ryosuke
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#group-hp_image_color{
	border-top:5px solid #0000CC;
	background:#FFF;
}
#group-hp_image_color h2:before{
	background-color:#006699;
}
#group-hp_image_color h2.oshirase_box:before{
	background-color:transparent;
}
#group-hp_image_color h3:before{
	background:#7777FF;
}
#group-hp_image_color h3:after{
	background:#0000CC;
}

p{
	margin-left:40px;
}
ul{
	margin-left:40px;
}
table{
	border-spacing:0;
}
label{
	font-size:18px;
	cursor:default;
}
input[type="text"]{
}


.clear_both{
	clear:both;
}
.text_red{
	color:#F00;
}
.table_width{
	padding-left:40px;
}

.dataTables_filter{
	width:300px;
}


#group-hp_table{
	clear:both;
	width:100%;
	margin-bottom:20px;
}

#group-hp_table .table_day{
	background-color:#009;
	color:#FFF;
	padding:8px;
	text-align:center;
}
#group-hp_table .table_name{
	width:50%;
	background-color:#009;
	color:#FFF;
	padding:8px;
}
#group-hp_table .table_virtual{
	background-color:#009;
	color:#FFF;
	padding:8px;
	text-align:center;
}
#group-hp_table .table_domain{
	background-color:#009;
	color:#FFF;
	padding:8px;
	text-align:center;
}
.table_use_service{
	background-color:#009;
	color:#FFF;
	padding:8px;
}
#group-hp_table tr td{
	border-top:dashed 1px #CCCCCC;
	vertical-align:middle;
}
#group-hp_table tr:nth-child(even){
	background-color:#FFF;
}
#group-hp_table tr:nth-child(odd){
	background-color:#FFF;
}
#group-hp_table tr:hover{
		background:#FFC;
	}
.name{
	display:none;
}
.square{
	background-color:#DDEEFF;
}
.plaza{
	background-color:#FFD9FF;
}


/*
	トップ戻るボタンとメニューボタン
	==========================*/
#backtop{
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index:10;
	padding:3px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	background-color:rgba(10,10,10,0.6);
}
#backtop div{
	cursor:pointer;
	border:dotted #DDD 2px;
	padding:4px;
}
@media only screen and (max-width:600px){
#backtop{
	width:100%;
	right: 0px;
	bottom: 0px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;s
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}




.menu-flex{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	margin: 0.5rem;
	padding: 0;
}
.menu-flex li{
	border:solid 1px rgb(200,200,200);
	background-color: rgb(255,255,255);
	padding:0.2rem 1rem;
	font-size: 1.2rem;
	width: 50%;
}
.menu-flex li a{
	text-decoration: none;
	width: 95%;
	display: inline-block;
}
