/* clearfix */

#headerCatch {
    position: relative;
    height: 356px;
    margin-bottom: 20px;
    background: url("../img/top/bg_top.jpg") center center repeat;
}

#headerCatch .bnr {
    position: absolute;
    right: 2%;
    bottom: 0;
    max-width: 40%;
    background: url(../img/top/bnr_pc_block_bg.png) no-repeat right bottom;
    /*追加20151118*/
    background-size: 100%;
}

#headerShops {
    margin-bottom: 20px;
}

#headerShops h2 {
    margin-bottom: 20px;
    text-align: center;
}

#headerShops h2 img {
    width: 265px;
}

#headerShops ul {
    /* height: 110px; */
    text-align: center;
    overflow: hidden;
}

#headerShops ul li {
    padding: 0 8px;
    display: inline-block;
}

#headerShops ul li a {
    display: block;
    padding: 0 13px;
    border: 1px solid #ccc;
    overflow: hidden;
    /*追加2015.11.26Tsujino*/
}

.boxNews {
    display: table;
    width: 100%;
    margin: -1px 0 0;
    border: 1px solid #ccc;
}

.boxNews .topics {
    display: table-cell;
    vertical-align: top;
    padding: 14px 18px 0;
}

.boxNews .topics ul {
    font-size: 87.5%;
}

.boxNews .topics ul li {
    border-bottom: 1px dotted #ccc;
}

.boxNews .topics ul li a {
    display: table;
    width: 100%;
    padding: 12px 0 12px;
    text-decoration: none;
}

.boxNews .topics ul li a i.fa:before {
    color: #0099CC;
}

.boxNews .topics ul li a span.date {
    display: table-cell;
    width: 122px;
}

.boxNews .topics ul li a span.subject {
    display: table-cell;
}

.boxNews .topics ul li:last-child {
    border-bottom: none;
}


/*追加20151029*/

.boxNews .notfound {
    margin: 30px 0;
}


/*追加20151029*/

.boxNews .picture {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 14px;
    /*追加20151028*/
}

.boxInterview {
    display: table;
    width: 100%;
    margin: -1px 0 35px;
    border: 1px solid #ccc;
}

.boxInterview .picture {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 14px;
    /*追加20151105*/
}

.boxInterview .staffs {
    display: table-cell;
    vertical-align: top;
    width: 77%;
    padding: 0 4%;
}

.boxInterview .staffs ul {
    text-align: center;
}

.boxInterview .staffs ul li {
    display: inline-block;
    padding: 17px 8px 0;
}

.boxInterview .staffs ul li a {
    display: block;
    text-decoration: none;
}

.boxInterview .staffs ul li a .pic {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    /*	追加Tsujino2015.11*/
    height: 188px;
    position: relative;
    overflow: hidden;
}


/*	追加Tsujino2015.11*/

.boxInterview .staffs ul li a .pic img {
    max-width: none;
    max-height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
}

.boxInterview .staffs ul li a .name {
    display: block;
    margin-bottom: 3px;
    text-align: center;
    font-weight: bold;
}

.boxInterview .staffs ul li a .job {
    display: block;
    margin-bottom: 6px;
    text-align: center;
    font-size: 75%;
}

.boxInterview .staffs .bx-prev {
    top: 50%;
    left: -3.5%;
    width: 20px;
    height: 67px;
    margin-top: -60px;
    background: url("../img/top/icon_prev.png") no-repeat;
}

.boxInterview .staffs .bx-prev:hover {
    background: url("../img/top/icon_prev.png") no-repeat;
}

.boxInterview .staffs .bx-next {
    top: 50%;
    right: -3.5%;
    width: 20px;
    height: 67px;
    margin-top: -60px;
    background: url("../img/top/icon_next.png") no-repeat;
}

.boxInterview .staffs .bx-next:hover {
    background: url("../img/top/icon_next.png") no-repeat;
}

.boxInfo {
    /*	display: table; 変更2015.11.26Tsujino*/
    width: 100%;
    margin: 0 0;
    border: 1px solid #ccc;
}

.boxInfo .merit {
    /*	display: table-cell; 変更2015.11.26Tsujino*/
    vertical-align: middle;
    width: 100%;
    padding: 1px 0 0;
}


/*.boxInfo .merit {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 12px 8px 16px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.boxInfo .visual {
	display: table-cell;
	vertical-align: middle;
	width: 27%;
	padding: 12px 8px 16px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.boxInfo .message {
	display: table-cell;
	padding: 22px;
}
.boxInfo .message h2 {
	margin-bottom: 22px;
}
.boxInfo .message h3 {
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	color: #0099CC;
}
.boxInfo .message p {
	text-align: center;
	line-height: 1.8;
}
.boxInfo .message p .message01 {
	font-size: 125%;
	font-weight: bold;
}
*/

@media (max-width: 640px) {
    #headerCatch {
        /*追加2016.01.18*/
        display: block !important;
        height: auto;
        margin-bottom: 3.125%;
        /*padding: 38.9% 0 0;削除20151023*/
        padding: 30.9% 0 0;
        /*background: url("../img/top/bg_top.jpg") center center repeat;削除20151023*/
        background: url("../img/top/bg_top.jpg") center center no-repeat;
        /*追加20151023*/
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .bnr {
        padding: 0 3.125%;
        margin-bottom: 20px;
        text-align: center;
    }
    #headerShops {
        margin-bottom: 3.125%;
    }
    #headerShops ul {
        /* height: 110px; */
    }
    .boxNews {
        display: block;
        width: 100%;
        margin: -1px 0 0;
        border: 1px solid #ccc;
    }
    .boxNews .topics {
        display: block;
        width: 100%;
        padding: 18px 2.5% 0;
        border-right: none;
    }
    .boxNews .topics h2 {
        width: 48%;
    }
    .boxNews .topics ul {
        padding: 6px 0;
    }
    .boxNews .topics ul li {
        border-bottom: 1px dotted #ccc;
    }
    .boxNews .topics ul li a {
        display: block;
        width: 100%;
        padding: 10px 0 4px;
    }
    .boxNews .topics ul li a i.fa:before {
        color: #0099CC;
    }
    .boxNews .topics ul li a span.date {
        display: block;
        width: auto;
        margin-bottom: 2px;
    }
    .boxNews .topics ul li a span.subject {
        display: block;
        padding: 0 0 0 1em;
    }
    .boxNews .topics ul li:last-child {
        border-bottom: none;
    }
    .boxNews .picture {
        display: block;
        padding: 7px 13%;
        text-align: center;
    }
    .boxInterview {
        display: block;
        width: 100%;
        margin: -1px 0 0;
        border: 1px solid #ccc;
    }
    .boxInterview .picture {
        display: block;
        padding: 7px 13%;
        text-align: center;
    }
    .boxInterview .staffs {
        width: 100%;
    }
    .boxInterview .staffs ul li {
        padding: 2px 8px 0;
    }
    .boxInterview .staffs ul li .pic {
        margin-bottom: 4px;
    }
    .boxInterview .staffs ul li .name {
        font-size: 75%;
    }
    .boxInterview .staffs ul li .job {
        font-size: 62.5%;
    }
    .boxInfo {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }
    .boxInfo .merit {
        display: block;
        width: 100%;
        padding: 0;
    }
    /*  .boxInfo .visual {
		display: block;
		float: left;
		width: 50%;
		padding: 0;
  }
  .boxInfo .message {
		clear: both;
		display: block;
		width: 100%;
		padding: 12px;
		border-top: 1px solid #ccc;
  }
  .boxInfo .message h2 {
		margin-bottom: 12px;
		text-align: center;
  }
  .boxInfo .message h2 img {
		width: 54%;
  }
  .boxInfo .message h3 {
		font-size: 87.5%;
  }
  .boxInfo .message p {
		font-size: 75%;
  }*/
}


/*追加20151120*/


/* *****************************************
/*+  メンテナンス告知枠   +**************************
/***************************************** */

#notice {
    border: 3px solid #fb0000;
    padding: 10px;
    line-height: 1.5;
    margin: 10px;
    background-color: #FFF;
}
