@charset "utf-8";

/* BaseCSS */

body {
	background-color: #eeeeee;
	font-size: 13px;
	color: #444;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

input[type="text"], input[type="password"] {
	border:solid 1px #c0c6c9;
	height: 1.5em;
}

input[type="submit"], input[type="button"] {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

input[type="submit"]:hover, input[type="button"]:hover {
	cursor: pointer;
}

input[type="submit"]:active, input[type="button"]:active {
	position:relative;
	top:1px;
}

.container{
	width: 1044px;
	padding: 0.5em 0;
	margin: auto;
}

.contents {
	background: #fff;
	border: solid 1px #c0c6c9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 10px #777; /* CSS3 */
	-moz-box-shadow: 2px 2px 10px #777; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #777; /* Google Chrome, Safari用*/
}

/*--------------------------
  header
--------------------------*/
.header {
	background: url("../img/head_gradient.png") repeat-x left top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/head_gradient.png', sizingMethod='scale')";
	color: #fff;
	height: 2.5em;
	border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
	font-size: 1.5em;
	text-align: left;
	margin: 2em;
	width: 100%;
	overflow: hidden;
	margin:auto;
	zoom: 100%;
}

.header:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#sysNm {
	float: left;
	margin: 0.6em 1em;
}

#sysOut {
	float: right;
	margin: 0.4em 1em;
	width: 7em;
	height: 1.8em;
	text-align: right;
}

#sysOut input[type="submit"] {
	background: #1d1d1d;
	color: #fff;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 7em;
	height: 2.25em;
}

/*--------------------------
  main
--------------------------*/
.main {
	padding: 2em 0.5em;
}

/*--------------------------
  menu
--------------------------*/
#menu {
	padding: 0em 0.5em;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}

#menu li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu li a {
	width: auto;
	color: #444;
	background: url("../img/menu_gradient.png") repeat-x left bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
/*
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/menu_gradient.png', sizingMethod='scale')";
*/
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.25em;
	padding: 0.825em 0;
	text-decoration: none;
	display: block;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid #aaa\9; /* IE8 */
	*border-left: 1px solid #aaa;  /* IE7 */
}

#menu li:first-child a {
	border-left: 0px;
	border-radius: 5px 0 0 5px;
}

#menu li:last-child a {
	border-right: 0px;
	border-radius: 0 5px 5px 0;
}

#menu li a:hover {
	color: #fff;
}

/*--------------------------
  goTopBtn
--------------------------*/
#goTopBtn {
	position: fixed;
	bottom: 30px;
	right: 50px;
	font-size: 0px;
	border:none;
	background: url("../img/btn_gotop.png") no-repeat center top transparent;
	width: 48px;
	height: 48px;
	z-index:999;
}

/*--------------------------
  error
--------------------------*/
.error {
	background: #f5b1aa;
	padding: 1em;
	margin: 0.75em;
	border: solid 1px #ee827c;
	color: #000;
}

/*--------------------------
  tab系
--------------------------*/
ul.tab {
	margin: 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}

ul.tab li.none {
	border-bottom: 2px #fff solid;
	font-weight: bold;
}

ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 10px 5px;
	text-decoration: none;
	background: #fff;
}

ul.tab li a.blue {
	border-top: 5px #2384dc solid;
	color: #888888;
}

ul.tab li a.green {
	border-top: 5px #4cbb47 solid;
}

ul.tab li a.red {
	border-top: 5px #dd1d25 solid;
	color: #888888;
}

ul.tab li a.yellow {	
	border-top: 5px #ffd242 solid;
}

ul.tab li a.active {
	font-weight: bold;
	color: #000000;
}

ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}

.clear:after {
	content:"";
	display:block;
	overflow:hidden;
}

.clear:after {
	clear:both;
}

.clear {
	zoom:1;
}

/* tabShops */
ul.tabShops {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #AAA;
}

ul.tabShops li {
	border: 1px solid #AAA;
	background: #eee;
	background: -o-linear-gradient(top, #ECECEC 50%, #eee 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #eee 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #eee 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #eee 100%);
	background: linear-gradient(top, #ECECEC 50%, #eee 100%);
	display: inline-block;
	/display:inline;/* IE7 */
	/zoom:1; 	/* IE7 */
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 20px;
}

ul.tabShops li.none {
	background: #ddd;
	color: #333;
	z-index: 2;
	border-bottom: 2px #ddd solid;
}

ul.tabShops li a {
	color: #888;
	text-decoration: none;
}

ul.tabShops li.none a {
	color: #444;
}

ul.tabShops:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}

ul.tabShops li:before, ul.tabShops li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}

ul.tabShops li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ddd;
}

ul.tabShops li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ddd;
}

ul.tabShops li.none:before {
	box-shadow: 2px 2px 0 #ddd;
}

ul.tabShops li.none:after {
	box-shadow: -2px 2px 0 #ddd;
}
