/*

オリジナルのCSS

*/

/*

共通項

*/

body {
	background: url(../img/common/bg.png) repeat 0 0;
	color : #c1c1c1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #d6d6d6;
}

/*header*/
.navbar-inner {
	background: url(../img/common/bg_menu.png) repeat-x 0 0;
	height: 43px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
  border-top: 3px solid #1E2329;
}
.navbar-inner .login {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: black;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	line-height: 40px;
	font-size: 13px;
}

hr.soften {
	margin-bottom: 25px;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	border: 0;
}


/*

トップページ

*/
.logo_title {
	padding: 100px 0 370px;
	font-family: Neustadt-SemiBold,"Helvetica",Arial,Verdana,sans-serif!important;
}

header .catch {
	padding: 30px;
	background: #fff;
}
.big_image {
	background: url(../img/common/bg_image.jpg) no-repeat center -400px;
}
.copyright {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.table th, .table td {
	border-color: #333;
}
.table-bordered {
	border-color:#222222;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background: #222;
}
.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
	border-color: #333;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	border-color: #333;
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #222;
}