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

#main {
	margin-left: 10px;
}

body {
    font-size:9px;
    margin-top: 20px;
    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;
  }

#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;
}