@charset "utf-8";
/* CSS Document */

#main {
	margin-left: 10px;
}

body {
    font-size:12px;
    margin-top: 60px;
    background-image: url(<?=$baseurl?>img/bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  h1 {
    font-size: 15px;
  }
  ul,li {
    list-style: none;
  }
  table.store {
    width:100%;
    text-align: left;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
  table.store th {
    width:20%;
    padding:15px;
    background-color: #E6E6FA;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  table.store td {
    width:80%;
    padding:15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  table.store th.black {
    width:20%;
    padding:15px;
    background-color: #000;
    color:#FFF;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  table.list {
    width:1000px;
    text-align: left;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
  table.list th {
    white-space: nowrap;
    padding:5px;
    background-color: #E6E6FA;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  table.list td {
    padding:5px;
    white-space: nowrap;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  table.list th.black {
  	white-space: nowrap;
    padding:5px;
    background-color: #000;
    color:#FFF;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  table.search {
    width:1000px;
    text-align: left;
  }
  table.search th {
    white-space: nowrap;
    padding:5px;
  }
  table.search td {
    padding:5px;
    white-space: nowrap;
  }


#container:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

.textCenter {
	text-align:center;
}

.navbar-inner .container .nav-collapse .nav a  {
	display:block;
	padding-left:20px;
	background: url(css_img/iconGnav.png) no-repeat left cente;
}



/*ログイン*/

#boxLogin {
	width:440px;
	margin:0 auto;
	border:solid 1px #BABABA;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
#boxLogin form {
	margin:0;
}

#boxLogin h2 {
	text-align:center;
	font-size:1.5em;
	line-height:35px;
	height:35px;
	color: #fff;
	margin:0;
	padding:0;
	background:url(css_img/titleBoxLogin.gif) repeat-x top;
	background: -moz-linear-gradient(
		top,
		#386CA4 0%,
		#325081 50%,
		#0C2F69 50%,
		#121848);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#386CA4),
		color-stop(0.5, #325081),
		color-stop(0.5, #0C2F69),
		to(#121848));
}

#boxLogin .frame {
	padding:15px 25px 15px;
	background: -moz-linear-gradient(
		top,
		#E1E1E1 0%,
		#FFFFFF 30%,
		#FFFFFF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#E1E1E1),
		color-stop(0.3, #FFFFFF),
		to(#FFFFFF));
}

#boxLogin p {
	font-size:1.2em;
	margin:0 0 15px;
}
#boxLogin p.lastCont {margin:0;}
#boxLogin p input[type="checkbox"] {
	margin:0;
	vertical-align:baseline;
}
#boxLogin p input[type="text"] {
	width:100%;
	margin:0;
}
#boxLogin p.boxbtmLogin {
	text-align:center;
}
#boxLogin label {
	display:inline;
}

input.btmLogin {
	height:32px;
	line-height:32px;
	background-color: transparent;
	background: url(css_img/bgBtmLogin.gif) repeat-x top;
	border:solid 1px #A6A6A6;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color: #303030;
	text-shadow:1px 1px 0px #fff;
	padding:0 25px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
input.btmLogin {
	background: -moz-linear-gradient(
		top,
		#D9E7F3 0%,
		#E4EEF6 50%,
		#CDDFEE 50%,
		#F3F7FB);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#D9E7F3),
		color-stop(0.5, #E4EEF6),
		color-stop(0.5, #CDDFEE),
		to(#F3F7FB));
}
input.btmLogin:hover {
	background:url(css_img/bgBtmLogin.gif) repeat-x bottom;
	background: -moz-linear-gradient(
		top,
		#F0F4F9 0%,
		#F0F4F9 50%,
		#D8E4EF 50%,
		#DFE9F2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#F0F4F9),
		color-stop(0.5, #F0F4F9),
		color-stop(0.5, #D8E4EF),
		to(#DFE9F2));
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

/*お知らせページ*/
#boxInfo {
	width:940px;
	margin:0 auto;
	font-size:14px;
	position: relative;
}
#boxInfo h2 {
	font-size:1.1em;
	color:#fff;
	border: solid 1px #fff;
	margin:0;
	padding:0 10px;
	position:absolute;
	top: -10px;
	left: -10px;
	height:35px;
	line-height:35px;
	background:url(css_img/titleInfoList.gif) repeat-x top;
	background: -moz-linear-gradient(
		top,
		#7CB5E9 0%,
		#549FE3 50%,
		#2484DB 50%,
		#2484DB);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#7CB5E9),
		color-stop(0.5, #549FE3),
		color-stop(0.5, #2484DB),
		to(#2484DB));
		border-radius: 5px;        /* CSS3草案 */
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 5px;   /* Firefox用 */
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#boxInfo h2 span {
	background:url(css_img/iconInfoTitle.png) no-repeat left center;
	padding-left: 35px;
	line-height:25px;
	display:block;
	margin-top: 6px;
}

#boxInfo ul#listInfo {
	margin:26px 0 0;
	padding:30px 20px 10px;
	border: solid 1px #D1D1D1;
	background:#fff url(css_img/bgBoxInfo.gif) repeat-x top;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
#boxInfo ul#listInfo li {
	border-bottom:dashed 1px #919191;
	padding:5px 0;
}
#boxInfo ul#listInfo li h3,
#boxInfo ul#listInfo li p {
	margin:0;
	padding:0;
	line-height:1.8em;
	text-shadow:1px 1px 0px #ffffff;
}
#boxInfo ul#listInfo li h3 {
	float:left;
	font-size:1.0em;
	font-weight:normal;
	background: url(css_img/iconListInfo.gif) no-repeat left 3px;
	padding-left: 25px;
}
#boxInfo ul#listInfo li p {
	margin-left:130px;
}
#boxInfo ul#listInfo li:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

#boxInfo .pageLink {
	margin:25px 0 0;
	text-align:center;
	font-size:0.95em;
}

#boxInfo .pageLink ul {
	margin:0 auto;
	padding:0;
	width:360px;
}
#boxInfo .pageLink ul li {
	display:table-cell;
}
#boxInfo .pageLink ul li a {
	display:block;
	padding:0 10px;
	margin:0 5px;
	line-height:25px;
	height:25px;
	background:#63BFFF;
	color:#fff;
	text-decoration:none;
}
#boxInfo .pageLink ul li a:hover {
	background:#638CFF;
}



/*
/////////////////////////明細書ページ設定///////////////////////
*/

#boxMeisai {
	padding:0 25px;
}
#boxMeisai h2 {
	height:40px;
	line-height:40px;
	color: #404040;
	padding-left:25px;
	margin-bottom:45px;
	border-bottom:solid 1px #404040;
	background:url(css_img/bgMeisaiTitle.png) no-repeat left center;
}
#boxMeisai h2 .name {
	color:#000;
}
#boxMeisai h3 {
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}
#boxMeisai p.dataTake {
	text-align:right;
	padding:0 15px;
	background:#D5DFEF;
	color:#424242;
}
#boxMeisai h4 {
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}
#boxMeisai table {
	width:1320px;
	margin:40px 0 0 0;
}
#boxMeisai table caption {
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}
#boxMeisai table,
#boxMeisai table th,
#boxMeisai table td {
	border:solid 1px #4D4D4D;
}
#boxMeisai table {

	border-right:none;
	border-bottom:none;
}
#boxMeisai table th,
#boxMeisai table td {
	border-top:none;
	border-left:none;
}
#boxMeisai table th {
	text-align:center;
	background:#808080;
	color:#fff;
	padding:2px 15px;
}
#boxMeisai table td {
	text-align:right;
	background:#fff;
	padding:5px 15px;
}
#boxMeisai table td.left {
	text-align:left;
}
#boxMeisai table td.maxNum {
	font-weight:bold;
	color:#FF7300;
}

/*
/////////////////////////登録データ管理ページ設定///////////////////////
*/

#listTge {
	width:100%;
	margin-top:30px;
	padding:0 0 25px;
	overflow-x:scroll;
	font-size:13px;
}
#listTge table,
#listTge table th,
#listTge table td {
	border:solid 1px #4D4D4D;
}
#listTge table {
	width:auto;
	margin:40px 25px 0 25px;
	border-right:none;
	border-bottom:none;
}
#listTge table th,
#listTge table td {
	border-top:none;
	border-left:none;
	padding:5px 15px;
}
#listTge table th {
	white-space: nowrap;
	text-align:center;
	background:#808080;
	color:#fff;
}
#listTge table td {
	text-align:right;
	background:#fff;
}
#listTge table caption {
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

/* map */

#map div {
  cursor: pointer;
}

.zelect {
  display: inline-block;
  background-color: white;
  min-width: 300px;
  cursor: pointer;
  line-height: 36px;
  border: 1px solid #dbdece;
  border-radius: 6px;
  position: relative;
}
.zelected {
  font-weight: bold;
  padding-left: 10px;
}
.zelected.placeholder {
  color: #999f82;
}
.zelected:hover {
  border-color: #c0c4ab;
  box-shadow: inset 0px 5px 8px -6px #dbdece;
}
.zelect.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown {
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #dbdece;
  border-top: none;
  position: absolute;
  left:-1px;
  right:-1px;
  top: 36px;
  z-index: 2;
  padding: 3px 5px 3px 3px;
}
.dropdown input {
  font-family: sans-serif;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dbdece;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 7px 0 7px 10px;
}
.dropdown ol {
  padding: 0;
  margin: 3px 0 0 0;
  list-style-type: none;
  max-height: 150px;
  overflow-y: scroll;
}
.dropdown li {
  padding-left: 10px;
}
.dropdown li.current {
  background-color: #e9ebe1;
}


.inline {
  display: inline-block;      /* インラインブロック要素にする */
  padding-left: 20px;             /* 余白指定 */
  padding-right: 20px;             /* 余白指定 */
  padding-top: 5px;
  padding-bottom: 5px;

}
.inline span {
	padding-left: 10px;
}

.s-tbl {
	border-collapse: collapse;
}
.s-tbl th, .s-tbl td {
	border: 1px solid #000;
}
.s-tbl tr:nth-child(even) {
	background: #eee;
}
.s-tbl tr:hover {
	background: #FADBD8;
}
.errors { padding:12px; font-weight:850; color:#262626; background:#FFEBE8; border:2px solid #990000; margin-bottom: 20px;}
#boxMeisai table tr.customerError td {
	background-color: #FADBD8;
}


/* モーダル コンテンツエリア */
#modal-main {
display: none;
width: 500px;
height: 300px;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #666666;
position:fixed;
z-index: 2;
}
/* モーダル 背景エリア */
#modal-bg {
display:none;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.5);
position:fixed;
top:0;
left:0;
z-index: 1;
}

.title {
	padding: 10px;
	font-size: 16px;
	background-color: black;
	color: white;
	font-weight:bold;
}
.text {
	padding: 10px;
	font-size: 16px;
}
.pad10 table tr th,
.pad10 table tr td {
    padding: 10px;
}