body{
	font-size: 12px;	
}

/*フォント設定*/
html,.zip-input {
    font-family: Verdana,"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif !important;
    color: #333;
}

html.locked {
    position: relative;
    overflow: hidden;
}

html.locked body {
    position: relative;
    overflow: hidden;
}

/*--------------------
	パンくず
--------------------*/
.naviList{
    max-width: 1208px;
	margin: 0 auto;
	padding: 65px 2.8% 34px 2.2%;
}
.naviList ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 15px !important;
    line-height: 1.3 !important;
    margin-left: 0;
}
.naviList li {
    color: #c71444;
    float: left;
    font-size: 10px !important;
}
.naviList li a {
    display: inline-block;
    background:url("/IMAGES/mark_rightarrow.gif") no-repeat right center !important;
    color: #666666;
    font-size: 10px !important;
    padding-right: 9px;
    text-decoration: none;
}
.ie8 .naviList li,
.ie8 .naviList li a {
    padding-right: 9px;
}

.naviList li a:hover{
	color: #c71444;	
}

/*--------------------
	footer
--------------------*/
#pcFooter .restrict .container,
#crumbBox .restrict .container {
    margin: 0 2.1875%;
    position: relative;
    width: 95.625% !important;
}

#footerBox{
	width: 100%;
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e2e2e2;
    font-size: 1.1rem;
    height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;		
}

#impact-ad img{
	display:none;
}

/*--------------------
	パンくず
--------------------*/
#crumbBox {
    background: #f2f2f2;
}
#crumbBox ol {
    padding: 1.53846em 0 1.38462em
}
#crumbBox ol li {
    display: inline-block;
    font-weight: bold;
}
#crumbBox ol li a:hover {
    color: #666;
    text-decoration: underline;
}
#crumbBox ol li:after {
    content: url(../IMAGES/2016/arrow_gray_min.png);
    position: relative;
    top: 2px;
    padding: 0 4px 0 7px;
    color: #b9b9b9;
}
#crumbBox ol .current {
    color: #000;
}
#crumbBox ol .current:after {
    content: "";
}

/*--------------------
	clearFix
--------------------*/
.clearfix:after {
    content: "　";
    clear: both;
    display: block;
}

/*--------------------
	float
--------------------*/
.left{float: left;}
.right{float: right;}


/*--------------------
	margin
--------------------*/
.mt35{margin-top: 35px!important;}
.mt15{margin-top: 15px!important;}
.ml0{margin-left: 0!important;}
.mt0{margin-top: 0!important;}

/*--------------------
	text-color
--------------------*/
.txt-red{color: #c3002f!important;}

/*SNS*/
#sec-floating {
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 30px;
    z-index: 100;
}
#sec-floating img {
    cursor: pointer;
}
#sec-floating .area-sns {
    position: relative;
    list-style: none;
}
#sec-floating .area-sns > * {
    margin-bottom: 1px;
    text-align: left;
}
#sec-floating .area-btn {
    position: relative;
    cursor: pointer;
}
#sec-floating .area-btn .close {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------------------
	970px以下
-----------------------------*/
@media screen and (max-width: 960px) {
    /*--パンくず--*/
    #crumbBox .restrict .container {
        margin: 0;
        position: relative;
        width: 100%;
    }

    #crumbBox {
        margin-top: 60px;
        background: #d9d9d9;
        border-top: 1px solid #c1c1c1;
    }
    #crumbBox .restrict {
        min-width: 100%!important;
    }
    #crumbBox ol {
        padding: 11px 0;
        margin-left: 12px;
        line-height: 1.9em;
    }
    #crumbBox ol .current {
        color: #333;
    }

    #crumbBox ol li:after {
        content: url(../IMAGES/2016/arrow_gray_min.png);
        top: 2px;
        position: relative;
    }
}
