/* xevoE Plan */
	
.xevoE-plan-1 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

.xevoE-plan-2 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

.xevoE-plan-3 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

.xevoE-plan-4 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

.xevoE-plan-5 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

.xevoE-plan-6 {
    height: 100px;
    margin: 0 7%;
    top: -50px;
}

/* icons */

.xevo-icon-gaikan {
	background:url(/jutaku/img/xevo-icon-top.png) no-repeat;
	width:108px;
	height:105px;
	position:absolute;
	right:10px;
	bottom: 94px;
}

.xevo-icon-madori {
    background: url(/jutaku/img/xevo-icon-top.png) no-repeat scroll 0 0 transparent;
    bottom: 62px;
    height: 105px;
    position: absolute;
    right: 10px;
    width: 108px;
}

.gaikan-icon {
    bottom: 60px;
    position: relative;
    width: 100%;
}

.madori-icon {
    bottom: 53px;
    position: relative;
    width: 100%;
}

/*CA追加*/
a.wtxt{
	color:#FFFFFF;
	text-decoration:underline;}


.localBtnNav {
    margin: 0 0 50px;
    padding: 15px 10px;
    background-color: #666;
}
.localBtnNav ul {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
* html .localBtnNav ul {
    width: 580px;
}
.localBtnNav li {
    width: 48%;
}
.localBtnNav .navL {
    float: left;
}
.localBtnNav .navR {
    float: right;
    text-align: right;
}
.localBtnNav img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.localBtnNav img { width: auto\9; } /* ie8 */
* html .localBtnNav img { width: 100%; } /* ie6 */

/* 終了文言
------------------------------------------------------------------------------- */
.endTxtArea {
    padding: 20px;
    background-color: #fff;
}
.endTxtArea_in {
    max-width: 946px;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #f00;
    text-align: center;
}
.endTxtArea_in p {
    margin: 0;
}
.endTxtArea_note {
    line-height: 1.6;
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}
.endTxtArea_note a {
    color: #404f6f;
    text-decoration: underline;
}
.endTxtArea_note a:hover {
    color: #404f6f;
    text-decoration: none;
}