.cb {
clear: both;
}
body {
	position: relative;
}
header {
	/* position: absolute; */
	border-top: solid 3px;
}
footer {
	text-align: center;
	padding: 10px;
}
label {
	font-weight: bold;
}
.content {
	padding: 10px 0;
}
.titlebar {
	padding: 10px 20px;
	color: #fff;
}
/* .navbar {
	min-height: 30px;
} */
/* .navbar {
	background: #fff;
} */
/* ���w�b�_�[��{���{�^�� */
.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;
}
/* ���w�b�_�[��{���{�^�� */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.nav > li,
/* ul.nav > div {
	border-bottom: 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�ȑO�̃u���E�U�̏ꍇ�� */
.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;
}


.welcome-message {
    padding-left: 550px; /* デフォルトのスタイル */
}

.modal-content-wrapper {
    margin-left: 27%;
}


@media (max-width: 768px) {
	.hide-on-mobile {
        display: none; /* スマホ時に非表示 */
    }
    .welcome-message {
        padding-left: 60px; /* スマホ時に適用するスタイル */
    }
	#tokuteisyoutorihikihou .modal-dialog {
		width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#tokuteisyoutorihikihou .modal-content {
		width: 100% !important;
		margin-left: 0 !important;
	}
	#tokuteisyoutorihikihou .modal-body table {
		width: 100% !important;
	}
    .sidebar-content {
        display: none !important;
    }
	.responsive-border {
        width: auto !important;
        margin-left: 0 !important;
    }
    .responsive-modal {
        width: auto !important;
    }

	.modal-content-wrapper {
        margin-left: 0;
    }

    .modal-dialog {
        margin: 10px;
        width: auto;
    }

    .responsive-table {
        width: 100%;
    }

    .responsive-table, 
    .responsive-table thead, 
    .responsive-table tbody, 
    .responsive-table tr, 
    .responsive-table th, 
    .responsive-table td {
        display: block;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .responsive-table th {
        background-color: #f8f8f8;
        padding: 8px;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .responsive-table td {
        padding: 8px;
        border: none;
    }

    .break-word {
        word-break: break-all;
    }

    .sp-only {
        display: inline;
    }
}

@media (max-width: 426px) {
    .modal {
        width: 425px !important;
    }
}

@media (max-width: 376px) {
    .modal {
        width: 375px !important;
    }
}

@media (max-width: 320px) {
    .modal {
        width: 320px !important;
    }
}
@media screen and (max-width: 767px) {
    .welcome-message {
        padding-right: 0 !important;
    }
}
@media screen and (width: 1024px) {
    .welcome-message {
        padding-left: 230px !important;
    }
}