.cb {
clear: both;
}
body {
position: relative;
}
header {
	border-top: solid 3px;
}
footer {
	text-align: center;
	padding: 10px;
}
label {
	font-weight: normal;
}
.content {
	padding: 10px 0;
}
.titlebar {
	padding: 10px 20px;
	color: #fff;
}
.navbar {
	min-height: 30px;
}
.navbar {
	background: #fff;
}
/* ▼ヘッダー基本情報ボタン */
.basicInfo {
width: 130px;
float: right;
position: relative;
z-index: 2000;
margin-bottom: 10px;
}
.basicInfo .dropdown-toggle {
color: #fff;
background-color: #999;
}
.basicInfo .dropdown-toggle:hover {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a:hover {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a span {
display: none;
}
/* ▲ヘッダー基本情報ボタン */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.nav > li,
ul.nav > div {
	border-left: solid 1px #fff;
}
ul.nav:last-child {
	border-right: solid 1px #fff;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	/*color: #fff;*/
}

.nav > .dropdown > .dropdown-menu {
	margin: 0;
	border-radius: 0;
	padding:0;
}
.nav > .dropdown > .dropdown-menu > li > a {
	color: #fff;
	padding: 10px 20px;
}
.nav > .dropdown > .dropdown-menu > li > a:hover {
	color: #fff;
	padding: 10px 20px;
}
.nav > .dropdown > .dropdown-menu > li {
	padding: 0;
}
.table tbody > tr > td,
.table tbody > tr > th {
	vertical-align: middle;
}
.table tbody > tr > th {
	background: #eee;
}

.form-heading {
	width: 100%;
	padding: 5px 0;
}

.form-inline .form-group {
	vertical-align: top;
}

legend.small {
	margin-bottom: 5px;
	margin-top: 16px;
}

.cfp h4 {
	position: relative;
	color: #1385b0;
	border-bottom: 2px solid #1385b0;
	padding-left: 16px;
	padding-bottom: 2px;
}
.cfp h4:before {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 12px;
	height: 12px;
	content: "";
	background: #1385b0;
}
.cfp p {
	padding-left: 12px;
}

/* bnr */
.bnrCont {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
width: 840px;
}
.bnrLp {
float: left;
}
.bnrLp a {
display: block;
height: 329px;
width: 403px;
margin-bottom: 5px;
}
.bnrLp a:hover img {
display: none;
}
.bnrLp a.ramdom01:hover {
background: url(../img/ramdombnr01-over.gif);
}
.bnrLp a.ramdom02:hover {
background: url(../img/ramdombnr02-over.gif);
}
.bnrLp a.ramdom03:hover {
background: url(../img/ramdombnr03-over.gif);
}
.bnrLp p {
font-size: 13px;
line-height: 1.6;
color: #333;
width: 403px;
}
.bnrPortal {
float: right;
vertical-align: top;
}
.bnrSide {
position: fixed;
right: 0;
top: 200px;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
animation-delay:1s;
}
.bnrSide a {
display: block;
position: relative;
height: 147px;
width: 75px;
}
.bnr0201 {
position: relative;
z-index: 100;
}
.bnr0202 {
display: block;
position: absolute;
top: 130px;
left: -9px;
z-index: 10;
}
.bnr0202:hover {
opacity: 0.6;
}
footer#jifooter small a,
footer#jifooter small a:hover {
color: #fff;
}
header li.pull-right {
list-style-type: none;
padding-left: 10px;
}

@media (max-width: 767px) {
.bnrCont {
padding-top: 20px;
text-align: center;
width: 100%;
}
.bnrLp,
.bnrPortal {
float: none;
display: inline-block;
}
.bnrLp {
margin-bottom: 20px;
text-align: left;
}
}

.modal-header {
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 10px 15px;
}

.content-title {
	background-image: url(../img/member/mypage/icon_tit.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu_links{
    list-style: none;
}
#menu_links li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px #337ab7;
}
#menu_links li:last-child{
    border-left: none;
}

#loading {
	width: 80px;
	height: 80px;
	opacity: 0.5;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#loading-msg {
	text-align: center;
	color: #000;
	font-weight: bold;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.7;
  z-index: 10001;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 1002;
}

/* ▼IE10以前のブラウザの場合▼ */
.oldBrowser {
padding: 30px 0;
margin-bottom: 30px;
border: 1px #CCC solid;
text-align: center;
}
.oldBrowser .tit {
margin-bottom: 10px;
font-size: 189%;
color: #FF0000;
}
.oldBrowser .txt {
line-height: 1.6;
margin-bottom: 15px;
}

/* ▲IE10以前のブラウザの場合▲ */
