@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
    line-height:1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* 	共通テキスト */
.txt10px{ font-size:63%; /*10px*/}
.txt12px{ font-size:75%; /*12px*/}
.txt14px{ font-size:88%; /*14px*/}

.text_red {	color: #E1001F;}
.text_red_bold {
	color: #FF0000;
	font-weight: bold;
}

/* 	リンク */
a:link { color: #0095C8; }
a:visited { color: #0095C8; }
a:hover { color: #0095C8;}
a:active { color: #0095C8; }

a.shop_link{
	display:block;
	margin-top:5px;
	padding-left:16px;
	background:url(../images/ico_arrow04.gif) 0px 2px no-repeat;
	font-size:12px;
	line-height:1.3em;
}

.text{ font-size: 13px; }
.note{ font-size: 13px; line-height: 1.5; text-indent: -1em; margin-left: 1em; }

.head_collab {
    text-align: center;
    background-color: #f7f3f7;
    color: #222;
    font-size: 1.4em;
    padding: 4px 0 5px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.headline_cuption{
    text-align: center;
    font-size: 1.2em;
    margin: 32px auto 24px;
    font-weight: 600;
}

#container .comFlow {
    padding: 0;
    margin-top: 0;
    border-top: 0;
}

#container .comForm {
    max-width: 850px;
}

.filter-button {
    background-color: #fff;
    border: solid 2px #7b8d9a;
    color: #7b8d9a;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 4px;
}
.filter-button:hover,
.filter-button.active {
    color: #fff;
    background-color: #7b8d9a;
    border: solid 2px #7b8d9a;
}

.filter-button:active {
    
}

#container .contactBox {
    margin: 32px auto 0;
}

.table_design {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border: solid 1px #778ca3;
 max-width: 1000px;
 margin: 0 auto;
}

.table_design tbody tr:nth-child(2n+1) {
 /*background: #e9faf9;*/
}

.table_design tbody th,
.table_design tbody td {
    padding: 10px;
    border: solid 1px #dfdfdf;
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: 500;
}

.table_design thead th {
    font-size: 1.2em;
    padding: 6px 0;
    background: #2f7354;
    border: solid 1px #fff;
    color: #fff;
    vertical-align: middle;
    line-height: 1.2;
}

.table_design thead th span{
    font-size: .8em;
}

.table_design tbody td.bike_photo{
    width: 250px;
}

.table_design tbody td.td_bike{
    width: 110px;
}



.table_design tbody td.bike_photo img{
    width: auto;
    height: 130px;
}

.table_design .data_rentaloK, .table_design .data_base { display: none; }



/*========= バー表示のためのCSS ===============*/

.scrollgress{
  z-index: 100;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
  top:0px!important;/* fixedで設置しているheaderの高さよりも下にバーを出す*/
}

/*---------------------------------------------*/
/* ヘッダー */
#header{	
    display: flex;
    width: 1000px;
    padding:3px 0 12px 0;
    margin: 10px auto 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    color: #666;
}

#header h1{

}

h1 img{ /*margin-top:10px;*/}

#header .navi {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 4em;
    font-size: 1.6rem;
}

#header .navi ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

#header .navi ul li + li {
    margin-left: 2.5em;
}

#header .navi ul a, #header .navi ul span {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
    line-height: 1.5;
    font-weight: 600;
}

#content .contactBox ul {
    max-width: 700px;
}

.comForm td li.inputUI-mark{
    width: auto;
    line-height: 2.5;
}

/*---------------------------------------------*/
/* コンテンツ */
/*#layout{
	width:100%;
	background:url(../images/bg_layout.gif) repeat-x;
}*/

#witness_notice{
    color: #ec1234;
    font-weight: 500;
    font-size: 1.15em;
    margin-top: 8px;
    text-decoration: underline;
}


/*---------------------------------------------*/
#visual{
	width:1000px;
	margin:0 auto;
	background:#FFF;
    text-align: center;
    line-height: 1;
}

#btn_menu{
	width:1000px;
	height:40px;
	display:block;
} 

#btn_menu a{
	display:block;
	width:250px;
	height:30px;
	margin:0;
	padding-top:10px;
	background:url(../images/btn_menu.gif) no-repeat;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

#btn_menu a:hover {
	background:url(../images/btn_menu_o.gif) no-repeat;
	color:#CCC;
}

#btn_menu a li{
	list-style:none;
}

.notes{
	padding: 12px 30px 24px 30px;
	font-size:1em;
}

.stepup_flow .borderBox p.list,
.stepup_flow .borderBox ul.list li {
    text-indent: -1em;
    margin-left: 1em;
}

.stepup_flow .borderBox p.list::before,
.stepup_flow .borderBox ul.list li::before {
   content: "・";
   padding-right: 1px;
}

.amazon .inner:not(:last-child) {
    margin-bottom: 77px;
}

.btn_reserve{
	margin: 16px auto;
}

.btn_reserve a{
	display:block;
	overflow:hidden;
	width:448px;
	height:0px;
	margin:0 auto 20px;
	padding-top:54px;
	background:url(../images/btn_reserve.gif);
}

.btn_reserve a:hover {background:url(../images/btn_reserve_o.gif);}

.loaner_pageTitle {
    margin-bottom: 16px;
    background-image: url(/img/enjoy/main_img.jpg);
    height: 170px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loaner_pageTitle h2 {
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 8px #000000;
    line-height: 1.2;
    text-align: center;
}

.loaner_pageTitle h2 b {
    font-size: 3.2rem;
}

h2.headline05, h2.headline08 {
    color: #2b2b2b;
}

h4{
	display:block;
	width:940px;
	height:27px;
	margin-top:20px;
	padding-top:8px;
	text-align:center;
	background:#DD0000;
	color:#FFF;
	font-size:113%;
	font-weight:bold;
}

h5{
	display:block;
	margin:0;
	padding:8px 0 8px 20px;
	background:url(../images/ico_item.gif) 0px 8px no-repeat;
	border-bottom: 1px dotted #B2B2B2;
	font-size:88%;
	line-height:1em;
}

h2.headline08 {
    color: #2b2b2b;
}

#content a.text-link{
    text-decoration: underline;
    color: #355eb1;
    font-weight: 500;
}

#content a.text-link:hover{
    text-decoration: none;
}

.innerBox_Fv{
    max-width: 1400px;
    margin: 0 auto;
}

.innerBox.innerBox_Fv p{
    font-size: 1.4em;
}

.bgColor{
    background-color: #F7F8F9;
    padding: 60px 0;
}

.comBtn03.arrow.down a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
}

.stepup_selling.stepup_flow .borderBox .headline03 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.borderBox .headline03 + .list {
	color: #ec1234;
	font-size: 12px;
}

.borderBox .headline03 + .list a,
.borderBox .headline03 + .list a:link {
	text-decoration: underline;
	color: #ec1234;
	font-weight: 600;
}

.borderBox .headline03 + .list a:hover {
	text-decoration: none;
}

.borderBox .headline03 img {
    margin-right: 8px;
}

.stepup_flow .borderBox .redTxt {
    font-weight: normal;
    font-size: 12px;
}

.amazon .reservation{
	margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.comBtnRed a{
	margin: 0;
    padding: 13px 14px;
    width: 360px;
    color: #fff;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.6px;
    background-color: #ec1234;
    border: 2px solid #ec1234;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.comBtnRed a:visited {
    color: #fff;
}
.comBtnRed a:hover {
    color: #ec1234;
    background-color: #fff;
}

.amazon .reservation .description {
    font-size: 12px;
    margin-bottom: 8px;
}

.amazon .reservation .subject {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 8px;
}



/*---------------------------------------------*/
/* Button LInk */
.contact_box .contact {
    margin-bottom: 89px;
    padding: 1px 0 27px;
    text-align: center;
    background-color: #F1F3F5;
}

.contact_box .contact ul {
    margin: 32px 35px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




/*---------------------------------------------*/
/* ご利用の流れ */

#content .comFlow {
    padding: 32px 0 40px;
    margin-top: 0;
}

.details_inner{}

.details_inner .details__summary {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 48px;
}

.details_inner .details__summary i:before, .details_inner .details__summary i:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #eb0a1e;
    width: 20px;
    height: 2px;
    transition: 0.3s;
}

.details_inner .details__summary i:before {
    transform: rotateZ(90deg);
}

.details_inner .details__summary i:after {
}

.details_inner .details__summary.active i:before {
    transform: rotateZ(0deg);
}

.details_inner .details__content {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 0;
}

.details_inner .details__content.active {
    height: auto;
    overflow: initial;
}

.details_inner .details__summary::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    transition: all 0.4s ease-out;
    transform-origin: 3px 6px;
    transform: rotate(90deg);
}

.details_inner .details__summary.active::before {
    transform: rotate(-90deg);
}



/*---------------------------------------------*/
/* ご利用の流れ */
.amazon .comFlow .flowUl {
    margin: -60px 0 32px;
}

.stepup_flow .borderBox {
	font-size: 13px;
}

#content .stepup_flow .headline12 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 2.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 1;
}
#content .stepup_flow .headline12 .en {
    font-size: 2.4rem;
    width: 80px;
}


/*---------------------------------------------*/
/* 予約申込 */

/*#topicPath要素内ulの行頭記号非表示*/
#content ul#topicPath {
	height:25px;
    list-style:none;
}

#content ul#topicPath li {
	width: auto;
	padding-right:9px;
	color: #666;
	font-size: 63%;
	line-height:1em;
	float: left;
}

#content ul#topicPath li a {
	background: url(../images/ico_topicpath.gif) no-repeat right 3px;
	padding-right:14px;
}

h2#title_reserve{
	clear:both;
	display:block;
	width:890px;
	padding: 9px 0 0 50px;
	background:url(../images/title_reserve.gif) no-repeat;
}

.txt_lead{
	margin:20px 0;
	font-size:75%;
	line-height:1em;
}

#reserve table{
	display:block;
	width:940px;
	margin:10px 0 20px 0;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    background:#FFF;
    empty-cells:show;
	font-size:75%;
}

#reserve th , #reserve td{
	padding:0 0 1em 1em;
    border:none;
	vertical-align:top;
}

#reserve th{
	width:10em;
	text-align:left;
	font-weight:normal;
}

#reserve td span{
	vertical-align:top;
	padding-left:1em;
}

.td_notes{
	margin:5px 0 10px 0;
	line-height:1.2em;
	color:#666;
}

#reserve select{margin-right:10px;}

#btn_confirm{
	display:block;
	margin:0 0 20px 308px;
}

#btn_return{
	display:block;
	margin:0 0 20px 383px;
}

#entry{
	padding:100px 0 200px 0;
	text-align:center;
}

#entry img{margin-bottom:20px;}

/*お得な情報*/
/*---------------------------------------------*/
.comCaseUl_2rows {
    margin-top: 0px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comCaseUl_2rows li {
	border:1px solid #ccc;
    line-height: 2;
    margin: 0px 0 0;
    width: 46%;
    font-size: 1.6rem;
    line-height: 2;
    background-color: #fffdf6;
    padding: 16px;
}

h2.headline_benefit {
    line-height: 1.3;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 24px;
}

h2.headline_benefit02{
    margin-top: 80px;
}

.comCaseUl_2rows .card-content {
    display: flex;
}

.card-content .photoBox{
    flex: 1;
    max-width: 250px;
    text-align: center;
    margin-right: 16px;
}

.card-content .text {
    flex: 1;
}

h2.headline_benefit span{
    font-size: 5rem;
    font-family: 'Anton', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 6px;
}

.com_2rows_txtbox{
    min-height: 60px;
}

.headline_benefit_title{
    position: relative;
    font-weight: 500;
    display: block;
    width: 300px;
    margin: 0px auto 16px;
    padding-bottom: 8px;
}

.headline_benefit_title::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background-color: #355eb1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.headline_benefit_index{
    font-weight: 500;
    font-size: .75em;
}

.headline_benefit_index img{
    width: 25px;
}

.subtit-rounded{
    /*background-color: #fff;
    border-radius: 30px;
    border: 2px solid #ccc;*/
    color: #355eb1;
    font-weight: 700;
    padding: 0 16px;
    text-align: center;
    margin: 16px auto 8px;
}

.headline_benefit_sub01{
    font-size: 1em;
    margin-top: 24px;
}


/*---------------------------------------------*/
/* ご利用料金例 */
.c-table_headCell-price {
    /*box-shadow: inset 0 8px 0 0 #d7d2d2;*/
    padding: 32px 16px;
    vertical-align: top;
}

.c-table_cell {
    word-wrap: break-word;
    border: 1px solid #e1dcdc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: break-word;
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle;
}

.c-table_cell-w-25per {
    width: 25%;
}

.c-table_headCell {
    background-color: #f7f5f5;
    border: 1px solid #e1dcdc;
    color: #323232;
    vertical-align: top;
}

.ttl-tab{
    position: relative;
    width: auto;
    margin: 0 auto 24px;
    padding: 6px 24px 8px;
    border-top: none;
    /*background: #f6f6f6;
    border-left: 3px solid #25789f;*/
    font-size: 2.6rem;
}

.ttl-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #2b2b2b;
    border-bottom: 1px dotted #ced5d9;
}

th.c-table_headCell-price{
    background-color: #2b2b2b;
    color: #fff;
    padding: .8em 1.5em;    
}

.c-textXSmall{ font-size: 12px; text-align: right; margin-bottom: 6px; }

/*---------------------------------------------*/
/* ご利用料金例 Tab */
.u-section--full {
    box-sizing: border-box;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding:10px 20px 20px;
  width: 1000px;
  margin: 0 auto;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*---------------------------------------------*/
/* ご利用の流れ */
h2#title_flow{
	margin-bottom:20px;
	background:url(../images/title_flow.gif) no-repeat;
}

#flow{
	width:920px;
	height:280px;
	margin-bottom:20px;
	padding:10px;
	background:url(../images/bg_flow.gif) no-repeat;
}

#flow dl{
	display:block;
	width:200px;
	height:280px;
	float:left;
}

#flow dl.float_left{
	width:200px;
	height:280px;
	margin-right:40px;
	float:left;
}

#flow dt{margin-bottom:10px;}
#flow dd{
	font-size:75%;
    line-height:1.3em;
}

.flow_detail{
	margin-bottom:20px;
	padding-top:16px;
	background:url(../images/bg_flow_bottom.gif) repeat-x;
	font-size:88%;
}

.flow_attention{
	margin-bottom:20px;
	padding: 20px;
	font-size:88%;
	background:#FFFFCC;
}

ul.flow_list li{
	list-style:disc;
	list-style-position:outside;
	margin:0 0 10px 15px;
	line-height:1.3em;
}

/*---------------------------------------------*/
td.wages{font-weight:bold;}

table.price td.price_notes{}

.attention{
	font-size: 13px;
	width: 940px;
	margin: 20px auto;
}

td.td_center{text-align:center;}

/*---------------------------------------------*/
/*スマホ用*/
@media screen and (max-width: 600px) {
	.pc{ display: none; }
    #header {
	    width: 100%;
	    padding: 0px 0 8px 0;
	}
	#header h1 {
		margin: 10px 0 0 10px;
	    width: 120px;
	    padding: 0;

	}
	#header h1 img {
	    margin-top: 0px;
	}

	#container .stepup_flow .headline12 {
	    font-size: 2.4rem;
	}

	#visual {
	    width: auto;
        margin: 16px auto;
	}

    #visual video{
        width: 100%;
    }

    #content .headline08 {
        margin: 16px auto 24px;
    }

	#btn_menu {
	    width: 100%;
	    height: auto;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	#btn_menu a {
	    display: block;
	    width: 50%;
	    height: 30px;
	}
	.notes {
	    padding: 12px 14px 24px;
	}

	/*cta*/
	.amazon .reservation {
	    margin: 8px auto;
	}

	.comBtnRed a {
	    padding: 8px 14px;
	    width: 280px;
	}

	.amazon .comFlow .flowUl {
	    margin: 0px 0 0px;
	}

    .comCaseUl_2rows .card-content {
        flex-wrap: wrap;
    }

    .card-content .photoBox {
        flex: auto;
        max-width: inherit;
        text-align: center;
        margin-right: 0px;
    }




	/*table*/
	#vehicle-data {
	  overflow-x: scroll;
	  margin: 0 10px 0px 10px;
	}
	#vehicle-data table {
	  width: 100%;
	  border-collapse: collapse;
	  white-space: nowrap;
	}

    table.table_content_color01 {
        margin: 6px auto;
    }

	.scroll_table::-webkit-scrollbar {
	  height: 10px; /* スクロールバーの高さ */
	}
	 
	.scroll_table::-webkit-scrollbar-thumb {
	  background: #aaa; /* ツマミの色 */
	}
	 
	.scroll_table::-webkit-scrollbar-track {
	  background: #ddd; /* トラックの色 */
	}

    .comCaseUl_2rows li {
        border: 1px solid #ccc;
        line-height: 2;
        margin: 0px auto 24px;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2;
        background-color: #fffdf6;
        padding: 16px;
    }

    .headline_benefit_index {
        text-indent: -1.3em;
        margin-left: 1em;
    }


}

/*ご利用の流れ*/
.other_support .comFlow .flowUl li:nth-child(4n) {
  margin-right: 0;
}

.person{    
    font-size: 1.3rem;
    display: block;
    font-weight: 500;
    line-height: 1.65;
}


.txt{
   text-align: left;
   font-size: .75em;
}


#Footer{
  margin-top: 24px;
  position: relative;
}

#Footer .pagetop {
    position: absolute;
    top: -42px;
    right: 40px;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
}

#Footer .pagetop .over {
    display: none;
}

#FtInr {
    background-color: #e2e2e2;
    padding: 8px 0;
    text-align: center;
    font-size: 10px;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    font-size: 10px;
    padding: 16px 0;
}

@media screen and (max-width: 600px) {

    .comForm .inputUl.inputAdrs li {
        width: 46%;
    }

    .comForm .inputUl li:last-child {
        width: 100%;
    }

    .comForm .bg {
        padding: 24px 20px 24px;
    }

    .fliter-button-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fliter-button-wrap::after {
        content:"";
        display: block;
        width:0px;
    }

    .filter-button {
        padding: 6px 12px;
        margin: 0 0 12px;
    }

	/*ご利用の流れ*/
	#content .comFlow {
	    padding: 24px 0 40px;
	    margin-top: 0;
	}

	#flow_link.comFlow .flowUl li {
	    margin: 0 0 56px 0;
	}
	#flow_link.comFlow .flowUl li:nth-child(4n) {
	    margin: 0;
	}

	#shop_link .borderBox.borBox02 {
	    margin: 0 auto;
	    width: 90%;
	}

    .inputUl.inputAdrs {
        margin-bottom: 40px;
    }

    #container .contactBox {
        margin: 16px auto;
        padding: 12px 8px;
    }

    #container .contactBox ul {
        max-width: 400px;
    }

    .contactBox div a {
        width: 100%;
        margin: 0 auto;
    }

    #Footer .pagetop {
        width: 45px;
        height: 45px;
        right: 16px;
        top: -20px;
    }




}














