@charset "UTF-8";
/* ------------------------------------------------------
 *  bootstrap 上書き
 * ------------------------------------------------------ */
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	left: 0px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	color: #fff;
	background-color: transparent;
}
.form-control{
	border-radius: 0;
}
dt{
	font-weight: normal;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio]{
	margin-left: 0;
}
label{
	font-weight: bold;
}
.checkbox label,
.radio label{
	font-weight: bold;
}
a:focus{
	outline: none;
}
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
}
/* ------------------------------------------------------
 *  basic
 * ------------------------------------------------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
ul{
	padding: 0;
}
ul,li{
	list-style: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1.4;
	color: #B73220;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #B73220;
}
footer a:hover{
	text-decoration: none;
	color: #fff;
}
a:visited{
	text-decoration: underline;
}
img{
	vertical-align: top;
	line-height: 0;
	font-size: 0;
	max-width: 100%;
	height: auto;
}
.img_block{
	display: table-cell;
}
.display_table{
	display: table;
}
.display_block{
	display: block;
}
.w100{
	width: 100%;
}
.ma90{
	width: 90%;
}
.mtop10{
	margin-top: 10px;
}
.pbot10{
	padding-bottom: 10px;
}
.pbot20{
	padding-bottom: 20px;
}
.pbot30{
	padding-bottom: 30px;
}
.ptop12{
	padding-top: 12px;
}
.ptop20{
	padding-top: 20px;
}
.mb1em {
	margin-bottom: 1em;
}
span.red{
	color: #B81C22;
}
.bold{
	font-weight: bold;
}
time {
	color: #999;
	padding: 0 0 0 10px;
}
@media (max-width: 768px){
	.ma90{
		width: 100%;
	}
}
#breadcrumbs {
    padding-top: 10px;
    font-size: 10px;
}

/* ------------------------------------------------------
 *  共通
 * ------------------------------------------------------ */
.background{
	background: url(../img/common/bg_gray.jpg) left top repeat;
	padding: 0 0 95px 0;
}
.hgroup{
	background: #B81C22;
}
.hIcon{
	position: absolute;
	left: 0;
	top: -19px;
}
.title_img{
	padding: 29px 0 29px 60px;
	width: auto;
	margin: 0 auto;
	background: url(../img/common/icon_achichi.png) left center no-repeat;
}
.title-lv03{
	color: #666666;
	font-size: 128.5%;
	margin-bottom: 10px;
}
.title-lv04 {
	font-size: 180%;
	margin-bottom: 10px;
}
.hgroup .hIn .title-lv02{
	padding-left: 90px;
	margin-top: 0;
	margin-bottom: 0;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.error{
	color: #a94442;
}
@media screen and (max-width: 992px){
	.hIcon img,
	.hgroup .hIn .title-lv02 img{
		height: 39px;
	}
	.hIcon{
		top: -9px;
		left: 10px;
	}
	.hgroup .hIn .title-lv02{
		padding-left: 60px;
		margin-right: 10px;
	}
	body{
	margin-bottom: 50px;
	}
}

/* ------------------------------------------------------
 *  共通//table
 * ------------------------------------------------------ */
.table-bordered>tbody>tr>th{
	background: #f0f0f0;
	padding: 15px 15px 15px 30px;
	font-weight: bold;
	width: 160px;
	/*border: 1px dotted #b6b1b0;*/
}
.table-bordered>tbody>tr>td{
	background: #fff;
	padding: 15px;
	text-align: left;
	/*border: 1px dotted #b6b1b0;*/
}
@media (max-width: 768px){
	td,th{
	width: 100%;
	display: block;
	}
	.table-bordered>tbody>tr>th{
	background: #f0f0f0;
	padding: 10px;
	width: 100%;
	}
}
/* ------------------------------------------------------
 *  header
 * ------------------------------------------------------ */
header{
	margin: 0 auto;
	margin-bottom: 14px;
}
header h1{
	font-size: 11px;
	margin-top: 8px;
	margin-left: 0px;
}
header .visible-sm img,
header .visible-xs img{
	height: 37px;
}
img.soup_header{
	height: auto;
	width: auto;
}
.slide_swith{
	position: absolute;
	top: -48px;
	right: 10px;
	width: 100px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    padding-right: 20px;
}
.openMenu{
    background-color: #B81C22;
    background-image: url(../img/common/arrow_right_bottom.png);
    background-repeat: no-repeat;
    background-size: 24px 11px;
    background-position: right;
}
.closeMenu {
    background-color: #B81C22;
	background-image: url(../img/common/arrow_right.png);
    background-repeat: no-repeat;
    background-size: 24px 11px;
    background-position: right;
}
#header{
	position: relative;
}
#layerMenu p{
	margin: 0
}
#layerMenu{
	display: none;
	position:absolute;
	width:100%;
	height:100%;
	font-size: 12px;
	z-index:9999;
}
#layerMenu ul{
	border-top: solid 1px #ccc;
}
#layerMenu ul li{
	background: #000;
	background-color: rgba(0, 0, 0, 0.7);
	list-style: none;

}
#layerMenu ul li a{
	position: relative;
	padding: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	border-bottom: solid 1px #ccc;
}
#layerMenu ul li a:hover{
	color: #fff;
}
#layerMenu ul li ul{
	border-top: none;
	margin-top: 0;
}
#layerMenu ul li ul li{
	background-color: rgba(182, 24,34,0.4);
	list-style: none;

}
#layerMenu li p a{
	background: url(../img/common/arrow_right_bottom.png) right center no-repeat;
	background-size: 18px;
	color: #fff;

}
#layerMenu li p .active{
	background: url(../img/common/arrow_right.png) right center no-repeat;
	background-size: 18px;
	color: #fff;
}
#header_therapist,
#header_reserve{
	display: none;
}
.gnavi{
	height: 55px;
}
.gnavi2{
	background: url(../img/common/bg_gnavi_01.jpg) left bottom repeat-x;
	height: 55px;
}
.gnavi ul {
	background: url(../img/common/gnavi_bg_02.png) no-repeat;
	font-size: 0px;
	height: 55px;
}
.gnavi ul.login_header{
	background: url(../img/common/gnavi_bg_02_mypage.png) no-repeat;
}
gnavi ul.login_header{
	background: url(../img/common/gnavi_bg_02_mypage.png) no-repeat;
}
.gnavi ul li{
	display: inline-block;
    font-size: 14px;
    width: 14.2%;
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.gnavi_sm ul li{
	display: inline-block;
    font-size: 14px;
}
.gnavi ul li ul li,
.gnavi_sm ul li ul li{
	display: block;
    width: 100%;
}
.gnavi ul li ul li{
    border-bottom: 1px solid #cc5b5e;
}
.gnavi ul li ul li:last-child {
    border-bottom: none;
}
.gnavi .btn{
	/*background: url(../img/common/gnavi_bg_02.png) no-repeat;*/
	border-radius: 0;
	padding-top: 17px;
	width: 100%;
	height: 55px;
	color: #fff;
	text-decoration: none;
	font-size: 15px
}
/*.gnavi div > ul > li:after{
	content: '';
    position: absolute;
    top: 4.5px;
    height: 48px;
    width: 1px;
    background:  rgba(255, 255, 255, 0.4);
    margin-left: -1px;
    display: inline-block;
}
.gnavi div > ul > li:first-child:before{
	content: '';
    position: absolute;
    top: 4.5px;
    height: 48px;
    width: 1px;
    background:  rgba(255, 255, 255, 0.4);
}
.gnavi div > ul:last-child:after{
	content: '';
    position: absolute;
    top: 4.5px;
    height: 48px;
    width: 1px;
    background:  rgba(255, 255, 255, 0.4);
    display: inline-block;
}*/
.gnavi .dropdown-menu{
	background: #B81C22;
	min-width: 100%;
	border-radius: 0;
	border:none;
	margin: 0;
	padding: 0;
    font-size: 14px;
    height: auto;
    text-align: center;
}
.gnavi .dropdown-menu a{
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.gnavi .dropdown-menu a:hover{
	background: #B81C22;
}
.spgnav{
	background: url(../img/common/bg_spnav02_a.jpg) repeat-x;
	height: 37px;
}
.gnavi_sm .btn{
	border-radius: 0;
	color: #fff;
	text-decoration: none;
}
.gnavi_sm ul li ul li{
    border-bottom: 1px solid #cc5b5e;
}
.gnavi_sm ul li ul li:last-child {
    border-bottom: none;
}
.gnavi_sm .dropdown-menu{
	background: #B81C22;
	min-width: 105px;
	width: 100%;
	border-radius: 0;
	border:none;
	margin: 0;
	padding-top: 3px;
	opacity: 0.9;
}
.gnavi_sm .dropdown-menu a{
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.gnavi_sm .dropdown-menu a:hover{
	background: #B81C22;
}
.gnavi_sm li {
    display: inline-block;
    width: 33.3333%;
    font-size: 14px;
    position: relative;
}
.gnavi_sm a.btn{
	color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
    border-right: 1px solid #e99589;
    border-left: 1px solid #742327;
    margin-top: 3px;
}
.gnavi_sm li:first-child a.btn{
    border-left: none;
}
.gnavi_sm li:last-child a.btn{
    border-right: none;
}
.gnavi_sm .col-sm-4,
.gnavi_sm .col-xs-4{
	padding-left: 0;
	padding-right: 0;
}
.gnavi_sm .btn{
	padding: 4px 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
header .head_logo {
    margin-top: 1%;
}
header .head_logo p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
header .head_card a:visited {
    color: #B73220;
}
header .head_card p {
    display: inline;
    margin: 0;
}
header .head_card a img {
    width: auto;
    height: 28px;
    vertical-align: middle;
}

@media (min-width: 1200px){
	.gnavi .btn{
	border-radius: 0;
	padding: 15px 12px;
	height: 55px;
	color: #fff;
	text-decoration: none;
	}
	.gnavi .dropdown-menu{
	background: #B81C22;
	left: inherit;
	min-width: 142px;
	border-radius: 0;
	border:none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 0.9;
	}
	ul.header_menu{
		background: url(../img/common/gnavi_bg_02.png) no-repeat;
		width: 980px;
		height: 55px;
	}
	ul.login_header{
		background: url(../img/common/gnavi_bg_02_mypage.png) no-repeat;
		width: 980px;
		height: 55px;
	}
}
@media (max-width: 992px){
	header p{
		font-size: 9px;
		margin-bottom: 13px;
		margin-top: 5px;
	}
    .head_card_sp a {
        display: table;
        max-width: 600px;
        margin: 0 auto;
    }
    .head_card_sp a p {
        font-size: 80%;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 40%;
        white-space: nowrap;
    }
    .head_card_sp a img {
        display: table-cell;
        max-height: 28px;
    }
}
@media (max-width: 340px){
	.gnavi_sm .dropdown-menu a{
	font-size: 10px;
	}
}
.gnavi .header_menu_wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.bnr_single {
	width: 50%;
	margin: 0 auto;
}
@media (max-width: 992px){
	.bnr_single {
		width: 100%;
	}
}
/* ------------------------------------------------------
 *  footer
 * ------------------------------------------------------ */
.footerInfo{
	margin: 17px auto 14px;
}
.footer_nav{
	text-align: left;
	margin: 0 auto;
	padding-top: 11px;
}
footer nav{
	background: #B81C22;
}
footer nav ul li{
	display: inline-block;
	padding: 5px 2px 5px 0px;
}
footer nav ul li a{
	color: #fff;
}
footer .footer-nav-sp ul{
	width: 100%;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}
footer .footer-nav-sp ul li{
	display: block;
	padding: 0;
	border-bottom: 1px solid #fff;
}
footer .footer-nav-sp ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
.pc-none-sp-block{
	display: none;
}
@media (max-width: 768px){


	.footerPop{
		width: 100%;
		position: fixed;
		bottom: 0;
		padding: 5px;
		box-sizing: border-box;
		z-index: 9999;
		background: #9B9B9B;
		border: none;
		display: inline-flex;
	}
	.footerPop .footerPopTxt{
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		line-height: 1;
		color: #fff;
		font-size: 10px;
		padding-top: 2px;
		margin: 0 0 6px;
	}
	.footerPop .footerPopTxt span{
		font-weight: bold;
		color: #fff;
	}
	.footerPop .footerPopTell{
		width: 30%;
		text-align: left;
		padding: 5px;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}
	.footerInfoTellWrap .footerInfoTell div {
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		display: block;
		text-align: center;
		line-height: 1;
		padding-left: 13px;
		font-weight: bold;
		margin: 0 auto;
	}
	.footerInfoTellWrap .footerInfoTell img{
		height: auto;
		width: 10px;
		margin-top: -3px;
		display: inline-block;
		margin-right: 5px;
		margin-left: -10px;
	}
	.footerPop .footerPopTell img{
		width: 140px;
	}
}
footer .copyright{
	padding: 14px;
}
@media (max-width: 768px){

	.footerInfoTellWrap {
		background: #b73136;
		background: -moz-linear-gradient(top, #b73136 0%, #9a1d23 100%);
		background: -webkit-linear-gradient(top, #b73136 0%,#9a1d23 100%);
		background: linear-gradient(to bottom, #b73136 0%,#9a1d23 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b73136', endColorstr='#9a1d23',GradientType=0 );
		border: 1px solid #73151A;
		border-radius: 3px;
	}
	.footerInfoTellWrap,
    .footer-recruit-tel,
    .footer-web-reserve{
		height: 42px;
		display: table;
        width: 32%;
	}
	.footerInfoTell a {
		padding: 5px 5px;
		line-height: 1;
		display: block;
		text-decoration: none;
	}
}

.footer_logo img{
	padding: 5px 0;
}
.f_txt{
	background: rgba(243,170,171,1.00);
	padding: 2px 0;
	margin: 0 auto;
	color: #333;
	font-size: 12px;
}
@media (max-width: 768px){

	.footer-recruit-tel {
		height: 42px;
		margin-left: 5px;
		background: #f28c26;
		background: -moz-linear-gradient(top, #f28c26 0%, #e7861a 99%);
		background: -webkit-linear-gradient(top, #f28c26 0%,#e7861a 99%);
		background: linear-gradient(to bottom, #f28c26 0%,#e7861a 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c26', endColorstr='#e7861a',GradientType=0 );
		border-radius: 3px;
		color: #fff;
		text-align: center;
		border: 1px solid #E27D02;
	}
    .footer-web-reserve {
        height: 42px;
        margin-left: 5px;
        background: #441d10;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        border: 1px solid #441d10;
    }
    .footer-recruit-tel div,
    .footer-web-reserve div {
		width: 100%;
		box-sizing: border-box;
		line-height: 1;
	}
    .footer-recruit-tel div a,
    .footer-web-reserve div a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		padding: 5px 1px;
		font-weight: bold;
	}
	.footerPop .col-xs-6{
		padding-right: 0;
		padding-left: 0;
	}
}
.sp-br-tel {
    display: none;
}
@media screen and (max-width: 375px) {
    .sp-br-recruit {
        display: none;
    }
    .footerInfoTell a {
        padding: 0;
    }
    .footerPop .footerPopTxt {
        margin: 3px;
    }
}
@media screen and (max-width: 360px) {
    .footerPop .footerPopTxt {
        margin: 0;
    }
    .sp-br-tel {
        display: inline;
    }
}
.trademark{
	float: right;
	clear: both;
}
li.bnr_otonaspa_tm{
	display: inline-block;
	float: right;
	padding: 5px 0px 0px;
}
li.bnr_otonaspa_tm img {
	max-width: none;
}
a.soup_footer{
	text-decoration: none;
}
a.soup_footer:hover{
	color: #999;
}

/* ------------------------------------------------------
 *  footer recruit
 * ------------------------------------------------------ */
 footer.footer_recruit {
	display: block;
    padding: 0;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    color: #000000;
    position: fixed;
    left: 0;
    bottom: 0;
	width: 100%;
	z-index: 9;
}
#main1 footer.footer_recruit {
	bottom: -51px;
}
.footer_recruit .footer-txt {
    text-align: center;
    background: #B83123;
}
.footer_recruit .footer-contact {
    background: #F5F1E5;
}
.footer_recruit .footer_recruit_otonaspa .footer-contact .footer-contact-in {
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
}
.footer_recruit .footer-contact .footer-contact-in {
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
}
#main1 .footer_recruit .footer-contact .footer-contact-in {
	top: -50px;
}
.footer_recruit .footer_recruit_otonaspa .footer-contact ul {
    position: absolute;
    right: 20px;
    top: 70px;
	width: 388px;
}
.footer_recruit .footer-contact ul {
    position: absolute;
    right: 20px;
    top: 25px;
	width: 388px;
}
.footer_recruit .footer-contact ul li {
    float: left;
    width: 180px;
}
.footer_recruit .footer-contact ul li:nth-of-type(2) {
    float: right;
    width: 200px;
}
footer .footer_recruit p {
	margin: 0;
}
footer.footer_recruit .copyright {
	display: none;
}

#main1 .footer_recruit .footer-txt {
	background: #1A2649;
}
.footer-contact-in ul img {
    margin-top: auto;
}

@media (max-width: 992px) {
	._pc {
		display: none;
	}
	._sp {
		display: block !important;
	}
	body footer .footer_recruit {
		width: 100%;
	}
	footer.footer_recruit {
		padding: 0;
		text-align: center;
		font-size: 1rem;
		color: #000000;
		width: 100%;
	}
	#main1 footer.footer_recruit {
		bottom: 0;
	}
	#main1 .footer_recruit .footer-contact .footer-contact-in {
		top: 0;
	}
	.footer-txt img {
		width: 320px;
	}
	.footer-contact {
		background: #F5F1E5;
	}
	.footer_recruit .footer-contact .footer-contact-in {
		max-width: 320px;
		height: 100%;
	}
	.footer_recruit .footer-contact ul {
		position: absolute;
		right: 20px;
		top: 53px;
		width: 280px;
	}
	.footer_recruit .footer-contact ul li {
		float: left !important;
		width: 90px !important;
		margin-right: 5px;
	}
	.footer_recruit .footer-contact ul li:nth-of-type(3) {
		margin-right: 0;
	}
	.footer_recruit .footer_recruit_otonaspa .footer-contact .footer-contact-in {
		max-width: 380px;
		margin: 0 auto;
		position: relative;
	}
	.footer_recruit  .footer_recruit_otonaspa .footer-contact-in img {
		margin-top: auto;
	}
	.footer_recruit .footer_recruit_otonaspa .footer-contact ul {
		position: absolute;
		right: 0px;
		top: 64px;
		width: 270px;
	}
	.footer_recruit .footer_recruit_otonaspa .footer-contact ul li {
		float: left !important;
		width: 76px !important;
		margin-right: 5px;
	}
	.footer_recruit .footer-contact-in img {
		margin-top: auto;
		width: 100%;
	}
	.footer_recruit .footer_recruit_otonaspa .footer-contact .footer-contact-in {
		top: 0;
	}

}

/* ------------------------------------------------------
 *  トップへ戻る
 * ------------------------------------------------------ */
#page-top{
	position: fixed;
	bottom: 20px;
	right: -10px;
	font-size: 77%;
	z-index: 10000;
}
#page-top a{
	background: url(../img/common/gotop.png) no-repeat;
	background-size: 76px;
	text-decoration: none;
	width: 100px;
	padding: 45px 0;
	text-align: center;
	display: block;
}
#page-top a:hover{
	opacity: 0.5;
}
@media (max-width: 778px){
	#page-top a{
	background-size: 50px;
	width: 75px;
	}
}
/* ------------------------------------------------------
 *  home
 * ------------------------------------------------------ */
.background#home{
	padding: 0 0 10px 0;
}
#home .hgroup{
	margin: 29px 0 0;
}
#home .hIn{
	margin: 0 auto;
	position: relative;
}
.nine_contents{
	margin-top: 20px;
}
.nine_contents a{
	text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.nine_contents a:hover{
	opacity: 0.6;
}
.nine_contents p{
	max-width: 375px;
	background: url(../img/common/box_bg_01.jpg) right top no-repeat #333;
	color: #fff;
    padding: 13px;
    display: block;
    margin: 0 auto;
    text-align: left;
    min-height: 64px;
}
.nine_contents .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}
.nine_contents img{
	max-width: 375px;
	width: 100%;
}
.home_group{
	margin-top: 50px;
	padding-bottom: 60px;
}
.home_group img{
	width: 100%;
	margin-bottom: 20px;
}
.home_group .row > div {
    text-align: center;
}
.creditBt{
	border: 1px solid #CCCCCC;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
	display: table-cell;
	margin-bottom: 15px;
}
.creditBt a{
	background: url(../img/menu/right_arrow.png) no-repeat scroll right center rgba(0, 0, 0, 0);
	display: block;
	padding-left: 17px;
	padding-right: 45px;
	width: auto;
}
#home .close{
	float: left;
}
#home .modal-header{
	border-bottom: none;
}
#home .modal-footer{
	border-top: none;
}
#home .modal-body img{
	width: 50%;
    margin-bottom: 0px;
}
#home .modal-body div{
	width: 200px;
	display: inline-block;
	border: 1px solid #CCC !important;
	margin-bottom: 10px !important;
	padding: 10px;
	margin-right: 10px;
}
#home .modal-dialog{
	padding-top: 40%;
}
@media (max-width: 1200px){
	.home_group img{
		width: 100%;
		margin-bottom: 10px;
	}
	.nine_contents .col-md-4{
	padding-left: 8px;
	padding-right: 8px;
	}
	.nine_contents p{
    padding: 13px 8px 13px 9px;
}
}
@media (max-width: 992px){
	.nine_contents img{
		max-width: none;
		width: 100%;
	}
	.nine_contents p{
		max-width: 100%;
		width: 100%;
		background: url(../img/common/box_bg_01.jpg) right top no-repeat #333;
		color: #fff;
		padding: 13px;
	}
	.nine_contents p.special{
		max-width: 100%;
		width: 100%;
		background: url(../img/common/box_bg_01.jpg) right top no-repeat #333;
		color: #fff;
		padding: 13px;
		padding-bottom: 30px;
	}
	.nine_contents .col-md-4{
	padding-left: 15px;
	padding-right: 15px;
	}
	.home_group img{
		width: 100%;
		margin-bottom: 10px;
	}
	.home_other .row{
		margin-left: 0;
		margin-right: 0;
	}
	.home_group{
	margin-top: 15px;
	padding-bottom: 15px;
	}
	.home_group .col-md-6{
	padding-left: 0;
	padding-right: 0;
	}
	.creditBt img{
	width: 100%;
	}
}
div.otona_ginza{
	width: 485px;
	margin:0 auto;
	float: none;
}
@media (max-width: 768px){
	div.otona_ginza{
		width: 100%;
	}
}

.top_bnr_area{
	width:960px;
	margin:0 auto;
}
.top_bnr_left{
	width:475px;
	float:left;
	margin-right:10px;
}
.top_bnr_left img{
	width:475px;
	margin-top: 10px;
}
.top_bnr_right{
	width:475px;
	float:left;
	margin-top: 10px;
}
.top_bnr_right img{
	width:475px;
}
div.pcnonespblock_0812{
	margin-top: 30px;
}
div.bnr {
	margin: 0 auto;
	float: inherit;
}

@media (max-width: 640px){
	div.top_bnr_area{
		width: auto;
	}
	.top_bnr_left{
		width:auto;
		float: none;
		margin-right:auto;
	}
	.top_bnr_left img,
	.top_bnr_right{
		width:auto;
		float: none;
		margin-top: 10px;
	}
	.top_bnr_right img{
		width:auto;
	}
}

@media (min-width: 992px){
    .center-banner {
        width: 100%;
    }
    .center-banner img {
        width: auto;
    }
}

/* ------------------------------------------------------
 *  home//ニュースとブログ
 * ------------------------------------------------------ */
.goodNews{
	background: #fff;
	border: 1px solid #E1E1E1;
	height: 286px;
	overflow: auto;
	padding: 10px 0;
	/*margin-left: 9px;*/
}
.goodNews a:hover,
.blogInfo a:hover{
	color: #B73220;
}
.blogInfo{
	height: 286px;
	overflow: auto;
	background-color: #FFFFFF;
	border: solid 1px #E1E1E1;
	/*margin-left: 9px;*/
}
i.preliminary {
	background: #FF9933;
}
i.newsIcon {
	display: inline-block;
	width: 74px;
	color: #fff;
	text-align: center;
}
i.news {
	background: #FF9933;
}
i.newsIcon {
	display: inline-block;
	width: 74px;
	color: #fff;
	text-align: center;
}
i.newsIcon + span {
    padding: 1px 5px;
    font-size: 14px;
}
.shoptag_0 {
	background: #FBCCE3;
	color: #FF0080;
 	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_1, .shoptag_4, .shoptag_7, .shoptag_13 {
	background: #CDC1DC;
	color: #522886;
   	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_2, .shoptag_5, .shoptag_8 {
	background: #9FF781;
	color: #0B610B;
   	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_3, .shoptag_6, .shoptag_9, .shoptag_11{
	background: #FFEBD7;
	color: #FF9933;
   	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_10 {
	background: #FBCCE3;
	color: #F264AB;
	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_12 {
	background: #1a2649;
	color: #ffffff;
	padding: 1px 5px;
	font-size: 14px;
}
.shoptag_15 {
	background: #0071BE;
	color: #FFFFFF;
	padding: 1px 5px;
	font-size: 14px;
}

.goodNews article {
	text-align: left;
	padding: 10px 20px;
	border-bottom: 1px dashed #E1E1E1;
}
.goodNews article p {
	padding: 10px 0 0 0;
}
.blogInfo article {
	padding: 10px 15px;
}
.blogInfo article .good-count {
	display: inline-block;
	margin-left: 5px;
}
.blogInfo article:nth-of-type(even) {
	background: #FFEBD7;
}
#home .title-lv03{
	text-align: left;
}
@media (max-width: 768px){
	#home .title-lv03{
	margin: 15px 0;
	}
}
@media (max-width: 768px){
	img.bnr_sp_none{
		display: none;
	}
}
@media (min-width: 768px) {
	img.bnr_pc_none{
		display: none;
	}
}

.bnr_recruit_man {
	float: right;
}
.bnr_trainer {
	float: left;
}
@media (max-width: 991px) {
	.bnr_recruit_man,
	.bnr_trainer  {
		width: 100%;
	}
}

img.bnr_fc {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
@media (max-width: 992px) {
	img.bnr_fc {
		width: 100%;
	}
}
