#container {
	margin:0px auto;
	width:1240px;
}
.check_item-contents {
	.	&#8232;float: left;
	.	&#8232;width: 123px;
	.	&#8232;height: 260px;
	.	&#8232;margin-left: 5px;
	.	&#8232;margin-bottom: 10px;
	.	&#8232;margin-right: 5px;
	.	&#8232;font-size: 11px;
}
.check_item-contents img{vertical-align: middle;}

#facebook-block {margin-top: 30px;}

#twitter-block {margin-top: 30px; width:100%;}

.red { color:#e60012; }
.pc_sp a { color:#fff; font-weight: bold; display: block; border: 1px solid #ccc; padding: 10px; margin-top: 15px;background: #CC5052;}

#sns_banner-block { width:100%; }
#sns_banner-block ul { width:100%; }
#sns_banner-block li { list-style:none; float:left; width:23%; margin:20px 15px 30px 5px; }
#sns_banner-block img { width:100%; }
#sns_banner-block .end { list-style:none; float:left; width:23%; margin:20px 0px 30px 0px; }


#contents-left #search-box{
	width:230px;
	margin:0 ;
}
#contents-left #search-box .s-text{
	width:150px;
	height:2.7em;
	line-height:2.7em;
	border: solid 1px #cccdcf;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	float:left;
	padding:0px 10px;
	color:#838383;
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}
#contents-left #search-box .submit-btn{
	width:48px;
	line-height:2.7em;
	color:#838383;
	border: solid 1px #cccdcf;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background:#FFF;
	margin-left:5px;
	float:right;
	padding:0;
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}
#contents-left #search-box .select-box {
    position: relative;
}
#contents-left #search-box .select-box select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:6px;
    width: 230px;
    height:2.7em;
	line-height:2.7em;
    font-size: 13px;
    text-indent: 1em;
	background:#FFFFFF url(../img/common/search_bg.png) no-repeat right;
    border: none;
    cursor: pointer;
	padding:0px;
	border: solid 1px #cccdcf;
	color:#838383;
	margin-top:10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	font-size:90%;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.margin-t20 { margin-top:20px; }
.margin-t10 { margin-top:10px; }
.pad-t50 { padding-top:50px; }

.menu-topnav {
    position: relative;
    width: auto;
    height: 100px;
    max-width: 1300px;
    margin: 10 auto;
}

.menu-topnav > li {
    float: left;
    width: auto; 
    height: 100px;
    line-height: 50px;
    background: #FFF;
}

.menu-topnav > li a {
    display: block;
    color: #999;
}

.menu-topnav > li a:hover {
    color: #999;
}

ul.menu-topnav__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu-topnav__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu-topnav__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu-topnav > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu-topnav__second-level li {
    border-top: 1px dashed #ccc;
}

.menu-topnav__third-level li {
    border-top: 1px dashed #ccc;
}

.menu-topnav__second-level li a:hover {
    background: #f7ab00;
  color:#FFF;
  font-size:14px;
}

.menu-topnav__third-level li a:hover {
    background: #FFF;
}

.menu-topnav__fourth-level li a:hover {
    background: #FFF;
}



/* floatクリア */
.menu-topnav:before,
.menu-topnav:after {
    content: " ";
    display: table;
}

.menu-topnav:after {
    clear: both;
}

.menu-topnav {
    *zoom: 1;
}
.menu-topnav > li.menu-topnav__single {
    position: relative;
}

li.menu-topnav__single ul.menu-topnav__second-level {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu-topnav__single:hover ul.menu-topnav__second-level {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

.ranking-title {
  position: relative;
  margin-top:30px;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #f7ab00;
  border-left: 3px solid #f7ab00;
  border-radius: 0 0 0 20px;
  font-weight:bold;
  font-size:16px;
  color:#808080;
}

.ranking-title:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #f7ab00 transparent transparent transparent;
}

.ranking-title:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#ranking-box-n{
	padding-bottom:40px;
}
#ranking-box-n .ranking-bl{
	border-bottom: dashed 1px #cccccc;
	padding:20px 0px;
}
#ranking-box-n .ranking-bl dl{
	float:left;
	width:125px;
}
#ranking-box-n .ranking-bl dl dt{
	padding:0 0 10px;
}
#ranking-box-n .ranking-bl dl dd{
	line-height:140%;
}
#ranking-box-n .ranking-bl p{
	width:98px;
	height:98px;
	float:right;
}

.right_banner1 p {
  margin-top:15px;
}

#footer_banner{
	min-width: 1240px;
	padding:5px 0 40px;
}
#footer-top_banner{
	width:1240px;
	margin:0 auto;
}

#footer-top_banner .heading01 {
  color:#808080;
	display: inline;
	font-size: 26px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(247, 171, 0) 70%);
}
#footer-top_banner ul {
  clear:both;
  margin-top:20px;
}
#footer-top_banner li {
  float:left;
  width:19%;
  margin-right:10px;
  padding-bottom:10px;
}
#footer-top_banner img { width:239px;}
 #footer {
   clear:both;
}

.top-info { width: 100%; padding: 20px; margin:5px 0px; border: 1px dashed #ccc; height: 200px;
  overflow: scroll; font-size:14px; text-align: left; }
.top-info p { line-height:1.8; letter-spacing:0px; }
.top-info .bold { font-size: 15px; font-weight:bold; }
.top-info .red { font-size: 15px; font-weight:bold; color:#e60012; }
.top-info .notice { color:#dc143c; }
.top-info dl { width: 100%; margin:10px 0px; clear: both; float: left;}
.top-info dt { float: left; width: 30%; margin:10px 10px 10px 0px; }
.top-info dd { padding-top: 10px;}
.top-info a:hover  {color:#000; text-decoration:underline;}
.top-info li {padding-bottom:10px; list-style:square; }

.top-banner1 { float:left; width:33%; margin-right:5px; margin-bottom:15px; }
.top-banner2 { float:left; width:33%; margin-right:5px; margin-bottom:15px; }
.top-banner3 { float:left; width:33%; margin-bottom:15px; }
.sns-header { clear:both; padding-top:30px; padding-bottom:20px; }
.fb-block {max-width:485px; float:left; }
.sns-titlemenu { font-size:30px; padding:20px 0px 25px 0px; }
.insta-block { width:670px; float:right; margin:0px 20px 0px 0px; }

img {
    image-rendering: -webkit-optimize-contrast;
}

#left_banner1 { width:239px; text-align:center; }
#left_banner1 img { max-width:239px; }
#left_banner1 p {
  margin-top:15px;
}
#cal1 { padding-top:25px; }
#cal1 table {
    text-align:center;
    color:#222222;
    width:239px;
    margin:10px auto 0; 
    }
#cal1 .round-corner-table{
  border-collapse: separate;
  border: solid 1px #ccc; 
  border-radius: 5px; 
  text-align: center;
}
#cal1 .round-corner-table tr:first-child td:first-child{ /* 最初のtr(行) かつ、最初の td(列) 、1行目1列目に適用*/
  border-radius: 5px 0 0 0;
}
#cal1 .round-corner-table tr:first-child td:last-child{ /* 最初のtr(行) かつ、最後の td(列) 、1行目3列目に適用*/
  border-radius: 0 5px 0 0;
}
#cal1 .round-corner-table tr:last-child td:first-child{ /* 最後のtr(行) かつ、最初の td(列)、3行目1列目に適用*/
  border-radius: 0 0 0 5px;
}
#cal1 .round-corner-table tr:last-child td:last-child{ /* 最後のtr(行) かつ、最後の td(列) 、3行目3列目に適用*/
  border-radius: 0 0 5px 0;
}
#cal1 .off { background:#FFCCCC; color:#222222}
#cal1 .day-top { background:#E4E1E1; color:#222222}   

#cal1 table {
    border-collapse: separate;
    border-spacing: 2px;
}
.off-ex  { color:#FFCCCC; font-weight:bold;}
#contents-center-bl #check-box2 h2,
#contents-center-bl #new-box2 h2{
	text-align: left;
	height:27px;
	padding:0 10px;
	width:670px;
   clear:both;
}
#contents-center-bl #check-box2{
	padding-top:55px;
  clear:both;
}
#instacolumn { width: 100%; color:#5D5B5B; margin: 0; font-size:13px; letter-spacing:0em; line-height:1.6; max-width: 640px;  }
#instacolumn .txt1 {
  font-size: 25px;
  font-weight:bold; 
  position: relative;
  color: #00B2AA;
  line-height: 1.6;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}
#instacolumn .txt2 { margin-top:30px; color:#6E6E6E; font-size:18px; clear: both; font-weight:bold; }
#instacolumn .txt3 { color:#FA58AC; font-size:15px; }
#instacolumn .txt4 {  margin:15px 0px 15px 15px; line-height: 2.0; padding-top: 15px;  }
#instacolumn ul { width: 100%; margin:15px 0px 15px 0px; padding-left:0px; clear:both; }
#instacolumn li { list-style: none; float: left; width:33%; margin: 15px 20px 15px 0px; text-align:center; }
#instacolumn p { margin:15px 0px 15px 0px; line-height: 2.0; }
#instacolumn img { width: 100%; border:1px solid #ccc}
#instacolumn .clear { clear:both; }
#instacolumn .brand { width: 100%; border-bottom: 1px dashed #ccc;}

#showroom_link {text-align:center; border:2px solid #00b2aa; margin-bottom:15px; border-radius:5px;}
#showroom_link a{ color:#f7ab00; }
#showroom_link a:hover { color:#00b2aa; }
#event .square_btn{ display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #ffd700; color: #ff4500; border-bottom: solid 4px #ffd700; border-radius: 15px; margin:5px 0px 15px 0px; width:100%; text-align:center; font-weight:bold;}

#event .square_btn:hover {display: inline-block; padding: 0.5em 1em; text-decoration: underline; background: #fafad2; color: #ff4500; border-bottom: solid 4px #ffd700; border-radius: 15px; margin:5px 0px 15px 0px; width:90%; text-align:center; font-weight:bold;}

#asoboland { text-align:center;}
#asoboland .bold { font-size:16px; font-weight:bold; }
#asoboland .square_btn{ display: inline-block; padding: 0.5em; text-decoration: none; background: #f7ab00; color: #FFF; border-bottom: solid 4px #FFF; border-radius: 30px; margin-bottom:15px; font-weight:bold; width:100%; }
#asoboland .square_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
border-bottom: none;}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px dashed #ccc !important;
}