/* body { */
/* 	font-family: "?????? Pro W3", "Hiragino Kaku Gothic Pro", "????", Meiryo, Osaka, "?? ?????", "MS PGothic", sans-serif; */
/* } */
/* .navbar { */
/*     background-color: #ca0300; */
/* } */
.nav>li>a:hover, .nav>li>a:focus {
	color: black;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	color: #e6e6e6;
}

.navbar a:hover {
	color: #e6e6e6;
}

.dropdown-menu, .dropdown-my-menu {
	background-color: white;
	color: black;
	position: absolute;
	margin: auto;
	width: 90%;
	right: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li, .dropdown-my-menu li {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu>li>a, .dropdown-my-menu>li>a {
	color: black;
	position: relative;
	width: 100%;
}


.dropdown-menu>li>a:after, .dropdown-my-menu>li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 9px;
    height: 14px;
    margin-top: -7px;
}
@media only screen and (max-width: 768px) {
	.dropdown-menu>li>a, .dropdown-my-menu>li>a {
		width: 90%;
	}
	.dropdown-menu>li>a:after, .dropdown-my-menu>li>a:after {
	    right: -15px;
	    background: url(../../images/sp_menu_ic01.png) no-repeat;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.dropdown-menu>li>a, .dropdown-my-menu>li>a {
		width: 90%;
	}
	.dropdown-menu>li>a:after, .dropdown-my-menu>li>a:after {
	    right: -45px;
	    background: url(../../images/sp_menu_ic01.png) no-repeat;
	}
	.header-sp-view {
		width: 100%;
	}
}




.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-my-menu>li>a:hover, .dropdown-my-menu>li>a:focus {
	background-color: #e6e6e6 !important;
	color: black;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-my-menu>li>a:hover, .dropdown-my-menu>li>a:focus {
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6),
		to(#e6e6e6));
	background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',
		endColorstr='#e6e6e6', GradientType=0);
	background-repeat: repeat-x;
}

.btn-default {

}

.btn-note {
	background-color: black;
}

.btn-action {
	background-color: black;
}

.btn-update {
	background-color: black;
}

.btn-lightblue {
	background-color: black;
}

.btn-palered {
	background-color: black;
}

.btn-paleblue {
	background-color: black;
}

.welcome_area {
	background-color: black;
}

.font-lightblue {
	color: black;
}
/* .obi-color { */
/* 	background-color: #ca0300; */
/* } */
/* .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { */
/*     background-color: #ca0300; */
/*     border-color: #ca0300; */
/* } */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 3;
	color: white;
	cursor: default;
	background-color: black;
	border-color: black;
}

.navbar a:hover {
	background-color: #e6e6e6 !important;
    color: white;
}

.form-wrapper {
	background: white;
	border: 1px solid black;
}

.form-item input {
	background: white;
}

.article-footer {
	padding-top: 50px;
	clear: both;
}

.top_link_image_td {
	text-align: center;
}

.top_info {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.top_link_image_td {
		padding: 0;
	}

	.top_info {
		width: 100%;
	}
}

.top_link_image {
	width: 100%;
	transition: 0.4s;
}
.top_no_link_image {
	width: 100%;
	transition: 0.4s;
}
.top_link_image:hover {
	width: 98%;
	opacity: 0.5;
}

