@charset "utf-8";
/* CSS Document */

.touring-nav .close p {
	display:none;	
}

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

body {
	margin:0px !important;
}

#content {
	padding:0 10px;
}

#content .wp_entry_ads {
	margin: 0 0px 20px !important;
}

#container img
#main-inner img,
#content img,
object,
embed {
	max-width:100%;
	height:auto;
}

.post-page-content h1, .post-page-content h2, .post-page-content h3, .post-page-content h4, .post-page-content h5, .post-page-content h6, .post-page-content dl, .post-page-content address {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.post-page-content p {
	margin-left:0px !important;
	margin-right:0px !important;
}


header a.header-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:auto;
}

.dark-header header a {

}

#sbm {
	padding:10px 0 0 0;
}

#sbm div {
	float:left;
	padding:0 5px 0 0;
}

.footer_ads {
	clear:both;
	margin:0px !important;
}

.post-page-content .footer_ads p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

p.all-up-bt {
	display:block;
	width:100%;
	text-align:right;
	padding:10px 0 5px 0;
	border-bottom:1px dashed #cccccc;
	clear: both;
}

table {
	table-layout: fixed;
	width: 100%;
    max-width: 100%;
}

table th,
table td {
		width: auto;
		display: block;
	}

    .table-info table {
        table-layout: auto;
    }

    .table-info th,
    .table-info td {
        display: table-cell;
    }    
    
/* wp touch */
.page-wrapper { background-color: #000000; }
a { color: #333333; }
body, header, .wptouch-menu, .pushit, #search-dropper, .date-circle { background-color: #333333; }
a, #slider a p:after { color: #ffffff; }
.dots li.active, #switch .active { background-color: #666; }
.bauhaus, .wptouch-login-wrap, form#commentform button#submit { background-color: #000000; }

.vvqbox {
	display: block;
	max-width: 100%;
	visibility: visible !important;
	margin: 10px auto;
}
.vvqbox img {
	max-width: 100%;
	height: 100%;
}
.vvqbox object {
	max-width: 100%;
}


.wptouch-menu .menu-tree a, .wptouch-menu .menu-tree span {
	color: rgba(0, 0, 0, .65);
	text-shadow: rgba(255, 255, 255, .3) 0 1px 0;
}
.wptouch-menu .menu-tree > li {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.menu-tree li {
	position: relative;
	line-height: 100%;
}
.wptouch-menu ul ul {
	display: none;
}
.menu-tree li span {
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	display: block;
	-webkit-box-shadow: inset rgba(0, 0, 0, .15) 1px 0px 0px;
	box-shadow: inset rgba(0, 0, 0, .15) 1px 0px 0px;
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 15px;
	float: right;
}
.menu-tree li span.toggle {
	-webkit-box-shadow: inset rgba(0, 0, 0, .2) 0px 4px 4px;
	box-shadow: inset rgba(0, 0, 0, .2) 0px 4px 4px;
	border: none;
}
.menu-tree li span:before {
	font-family: FontAwesome;
	content:"\f078";
}
.menu-tree li span.toggle:before {
	content:"\f077";
	font-weight: normal;
	font-style: normal;
}
ul.menu-tree.no-parent-links span, ul.menu-tree ul span {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu-tree li a {
	display: block;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 32px;
}
.menu-tree li img {
	width: 26px;
	height: 26px;
	position: relative;
	float: left;
	padding-right: 6px;
	top: 8px;
	padding-left: 6px;
}
.menu-tree > .open-tree {
	background: rgba(0, 0, 0, .03);
	-webkit-box-shadow: inset rgba(0, 0, 0, .25) 0px 0px 4px;
	box-shadow: inset rgba(0, 0, 0, .25) 0px 0px 4px;
	border-top-color: rgba(0, 0, 0, .2);
	margin-top: -1px;
	padding-top: 1px;
}
.menu-tree li.no-icon {
	padding-left: 10px;
}
.menu-tree ul li {
	border-style: none !important;
	padding-left: 15px;
}
/* @group RTL */

.rtl .menu-tree li span {
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	float: left;
	-webkit-box-shadow: inset rgba(0, 0, 0, .15) -1px 0px 0px;
	box-shadow: inset rgba(0, 0, 0, .15) -1px 0px 0px;
	border-right: 1px solid rgba(255, 255, 255, .1);
	border-left: none;
}
.rtl .menu-tree li span.toggle {
	-webkit-box-shadow: inset rgba(0, 0, 0, .2) 0px 4px 4px;
	box-shadow: inset rgba(0, 0, 0, .2) 0px 4px 4px;
	border: none;
}
.rtl .menu-tree li.menu-item img {
	float: right;
}
.rtl .menu-tree li.menu-item a {
	padding-left: 32px;
	padding-right: 0px;
}
.rtl .menu-tree li.no-icon {
	padding-right: 10px;
}
.rtl .menu-tree ul li {
	padding-left: 0px;
	padding-right: 15px;
}
/* @end */

/* @group Dark Header */

.dark-header .wptouch-menu .menu-tree a, .dark-header .wptouch-menu .menu-tree span {
	color: rgba(255, 255, 255, .9);
	text-shadow: rgba(0, 0, 0, .3) 0 -1px 0;
}
.dark-header .wptouch-menu .menu-tree span:before {
	color: rgba(255, 255, 255, .9);
	text-shadow: rgba(0, 0, 0, .5) 0 -1px 0;
}
.dark-header .wptouch-menu .menu-tree > li.menu-item {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	border-top: 1px solid rgba(255, 255, 255, .06);
}


/*既存CSSをSP用に上書き*/

#fnavi {
	border-top: 1px solid #fff;
	padding: 0px !important;
}

#counter {
	border-top: 1px solid #fff;
	text-align:center;
}

#disp {
	color:#fff;
	border-bottom:1px solid #fff;
}

section.mnavi .list {
	margin-top:0px;
}

.entry_foot {

}

.entry_foot .cntleft {
width:49%;
float:left;
text-align:left;
}
.entry_foot .cntright {
width:49%;
float:right;
text-align:left;
}

.entry_foot .page_cnt {
	float:right;
	text-align:right;
}

#footer_adsense {
	margin-bottom:1em;
	border-top:1px solid #fff;
}

#footer_adsense p {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.page_cnt img {
	margin-top:5px;
}

.clearfix {
overflow: hidden;
}
.clearfix:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html .clearfix {
height: 1em;
overflow: visible;
}/**/

/* Pages */#pages {
text-align:center;
margin:30px 0 15px;
}
#pages a {
max-width:25px;
color:#ffffff;
margin:0 1px;
padding:6px 7px;
text-align:center;
line-height:25px;text-decoration:none;
background:url(../common/pages_base.gif) repeat-x;
}
#pages a:hover { 
color:#ffffff;
background:url(../common/pages_base_on.gif) repeat-x;
}
#pages a.on { 
color:#ffffff;
font-weight:bold;
background:url(../common/pages_base_on.gif) repeat-x;
}
#pages a.prev {
color:#ffffff;
margin:0 1px;
padding:6px 10px 6px 20px;
text-align:right;
line-height:25px;text-decoration:none;
background:url(../common/pages_prev.gif) no-repeat;
}
#pages a.prev:hover {
color:#ffffff;
background:url(../common/pages_prev_on.gif) no-repeat;
}
#pages a.prev_off {
color:#666666;
margin:0 1px;
padding:6px 10px 6px 20px;
text-align:right;
line-height:25px;text-decoration:none;
background:url(../common/pages_prev_off.gif) no-repeat;
}
#pages a.next {
color:#ffffff;
margin:0 1px;
padding:6px 22px 6px 10px;
text-align:left;
line-height:25px;text-decoration:none;
background:url(../common/pages_next.gif) no-repeat right;
}
#pages a.next:hover {
color:#ffffff;
background:url(../common/pages_next_on.gif) no-repeat right;
}
#pages a.next_off {
color:#666666;
margin:0 1px;
padding:6px 24px 6px 12px;
text-align:left;
line-height:25px;text-decoration:none;
background:url(../common/pages_next_off.gif) no-repeat;
}

/*youtube*/
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* レスポンシブ化の記載ここから 18/12/23 */

body {
	font-size:16px;
	line-height:2;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

#header {
    background: url(../common/top_logo_bg.jpg) repeat-x top center,#3F3F3F;
    text-align: center;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

#header p {
    text-align: center;
}

#header .cnt {
    width: auto;
    padding: 10px 0
}

div#cse-search {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
	text-align:center;
	padding:0;
}

#disp {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 5%;
    line-height: 1.5;
	border:none;
}

#disp p {
    width: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

div#tnavi {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:none;
    background-color: #222222;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    position: relative;
    top: 0;
	left:0;
	padding:10px 5%;
}

/* グローバルメニュー */

#dd li {
	padding:0;
    display: block;
    float: left;
    list-style: none;
    list-style-type: none;
    width: auto;
    height: auto;
}

#dd li a {
	display:block;
    padding: 0px 10px;
}

#container {
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    padding-top: 0 !important;
}

div#tnavi .cnt {
    width: auto;
    margin: 0 auto;
    text-align: left;
}

/* ドロワーメニュー */

#page-cnt {
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

		#tnavi{
		}
		#drawernav{
			position: fixed;
			z-index:-1;
			top: 0;
			right: -240px;
			width: 240px;
			height: 100%;
			background: #333;
			color: #fff;
			z-index: 1;
			padding-top: 40px;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
		#drawernav ul{
			list-style: none;
			padding: 0;
		}
		#drawernav ul li{

		}
		#drawernav ul li a{
			color: #fff;
			display: block;
			padding: 10px 20px;
			text-decoration: none;
		}
		#drawernav ul li a:hover{
			color: #ddd;
			background: #222;
		}
		#drawernav h4{
			padding: 0 15px; 
		}
		#humberger{
			position: fixed;
			top: 0;
			right: 0;
			z-index: 3;
			width: 45px;
			padding: 17px 10px 10px;
			cursor: pointer;
			box-sizing:border-box;
			background: rgba(10,0,0,0.7);
		}
		.icon-bar{
			height: 2px;
			background: #fff;
			display: block;
			margin-bottom: 6px;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
		.fixed-content{
			right: inherit;
			width: 100%;
			z-index: 2;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
		 #overlay-sp{
			z-index:-1;
			opacity: 0;
			background: #000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			position: fixed;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}

			body.drawer-opened #page-cnt{
				left: -240px;
				box-shadow: 1px 0 2px #000;
				-webkit-box-shadow: 1px 0 2px #000;
			}
			body.drawer-opened .fixed-content{
				left: -240px;
			}
			body.drawer-opened #drawernav{
				right: 0;
			}
			body.drawer-opened #humberger .icon-bar{
				background: #fff;
			}
			body.drawer-opened #humberger :nth-child(1){
				transform:translate(0,8px) rotate(45deg);
				-webkit-transform:translate(0,8px) rotate(45deg);
			}
			body.drawer-opened #humberger :nth-child(2){
				transform:translate(-20px ,0);
				-webkit-transform:translate(-20px ,0);
				opacity:0;
			}
			body.drawer-opened #humberger :nth-child(3){
				transform:translate(0,-8px) rotate(-45deg);
				-webkit-transform:translate(0,-8px) rotate(-45deg);
			}
			body.drawer-opened #overlay-sp{
				z-index: 3;
				opacity: 0.3;
				left: -240px;
			}

div#tnavi .cnt li {
    background: none;
    width: auto;
    display: block;
	float:none;
	border-bottom:1px solid #ccc;
}


/* 見出し */

h2, h1.entry-title, #skywave .diary-inner h1 {
    font-size: 16px;
}


/* コンテンツ幅 */

#main-inner {
    width: auto;
    height: auto;
    padding: 0;
}

#main-inner img {
	max-width:100%;
	height:auto;
	box-sizing:border-box;
    margin-bottom: 5px;
}

#main-inner iframe,
#content-inner iframe {
	width:100%;
	margin:10px 0;
}

div#adsense {
    width: auto;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}

#content-inner {
    width: auto;
    text-align: left;
    float: none;
	margin:0 0 40px 0;
	padding:0 5%;
}

#left_menu {
    width: auto;
    text-align: left;
    float: none;
	padding:0 5%;
}

#left_menu img {
	box-sizing:border-box;
	max-width:100%;
	width:100%;
	height:auto;

}

/* タイトル見出し */

#sec h1, #skywave p.title, #top .entry-title, .page-title {
    width: auto;
    height: auto;
    line-height: 42px;
    text-indent: 0;
    background: none;
    background-color: #222;
    padding: 10px;
    line-height: 1.5;
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* footer */

div#footer {
    position: relative;
    margin: 0 auto;
    width: auto;
    text-align: left;
    clear: both;
    font-size: 12px;
}

div#footer .cnt {
    width: auto;
    height: auto;
}

div#sice {
    width: auto;
    float: none;
    text-align: center;
    padding-top: 0;
    height: auto;
    padding: 10px 0;
}

div#counter {
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    padding: 10px 0;
}

div#fnavi {
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    padding: 10px 5% !important;
}

div#footer_adsense {
    width: auto;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 5px 0 0 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

address {
    display: block;
    clear: both;
    width: auto;
    height: auto;
    margin: 5px 0 0px 0;
    text-indent: 0;
    text-align: center;
    background: none;
    background-color: #333;
    padding: 10px;
    border-top: 1px solid #fff;
}

/* 記事下情報 */

.top_adsense {
    clear: both;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

#sbm {
    padding: 10px 0;
}

/* サブナビ */

ul.topmenu a {
	position:relative;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
	line-height:1.5;
}

div#main-inner ul.topmenu {
    border-bottom: none;
}

ul.topmenu a:after {
	position:absolute;
	right:0;
	content:">>";
	text-align:right;
}

div#main-inner .topmenu li:after {
	content:"";
}
div#main-inner .topmenu li:last-child:after {
	content:"";
}


/* table */

#link table th,
#link table td {
	display:block;
}

table textarea {
	max-width:100%;
	width:100% !important;	
}

.table-info {
	overflow: auto;
	white-space: nowrap;
}

.table-info::-webkit-scrollbar{
	height: 5px;
}

.table-info::-webkit-scrollbar-track{
	background: #F1F1F1;
}

.table-info::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.table-sp th,
.table-sp td {
	display:block;
}

.table-2col th,
.table-2col td,
.camp_table th,
.camp_table td,
.touring_table th,
.touring_table td {
	width:50%;	
}

.table-2col img,
.camp_table img,
.touring_table img {
	max-width:100%;
	height:auto;
	width:auto;
}

/* スーパーシェルパ */

#sherpa .section .cntleft, #skaywave .section .cntleft {
    width: auto;
    float: none;
    text-align: left;
}

.cntright {
    width: auto;
    float: none;
    text-align: left;
}

.cntright ul {
	margin-left:0;	
}

/* スカイウェイブ */

.left_box2 {
    width: auto;
    float: none;
}

.right_box2 {
    width: auto;
    float: none;
}

.cell {
    width: 49%;
    height: auto;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
}

.cell:nth-of-type(even) {
	margin-right:0
}

#skywave .clr {
	display:none;
	clear:none;	
}

/* 風景・デジカメ */

#scenery p.photo {
    width: auto;
	text-align:center;
}

/* ジャイロキャノピー */

div#canopy div#mimg {
	background:none;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 15px 0;
}

html > body div#canopy div#mimg {
    height: auto;
}

.cntleft {
    width: auto;
    float: none;
    text-align: left;
}

/* スーパーシェルパ */

#sherpa_sub_menu li img {
    float: none;
    margin-right: 0;
}

#sherpa_sub_menu li span {
    padding: 10px;
    background-color: #303030;
    margin-bottom: 15px;
}

.sherpa_miniphoto {

}

#sherpa_sub_menu ul,
.sherpa_miniphoto p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sherpa_sub_menu li,
.sherpa_miniphoto p a {
    width: calc((100% - 10px) / 2);
}

.imgleft {
    float: none;
    margin: 0 0 10px 0;
}

/* スーパーカブ */

#cub .gallery .cnt {
    margin-right: 2% !important;
    width: 49%;
}

#cub .gallery .cnt:nth-child(even) {
	margin-right:0 !important;
}

.imgright {
    float: none;
    margin: 20px 0;
}

/* スーパーdio */

.dio_img {
    width: 40%;
}

/* ツーリング */

.touring-nav .close p {
	display:block;
	cursor:pointer;
	text-decoration:underline;
}

.touring-nav .close p:before {
	content:"▼";
}

.touring-nav .topmenu {
	display:none;	
}

#main-inner .touring-inner .finding-img {
    max-width: 50%;
}

#touring img {
    border: 1px solid #ffffff;
    /* padding: 1px; */
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.title_cell2 .h2title,
.title_cell2 .date {
	float:none;
}

/* footer */

#footer_space {
    clear: both;
    padding-top: 10px;
    padding: 10px 0;
}

#footer_space ul {
    margin: 0;
    padding: 0;
}

#footer_space li {
    float: left;
    width: 49%;
    list-style: none;
    list-style-type: none;
    margin: 0 2% 0 0;
    padding: 0;
}

#footer_space li:nth-child(even) {
	margin-right:0;
}

#footer_space li img {
	max-width:100%;
	width:auto;
	height:auto;

}

#footer_space li a img {
	box-sizing:border-box;
}

}



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

#content-inner {
    width: auto;
    text-align: left;
    float: none;
    margin-left: 0px;
}

#left_menu {
    width: auto;
    text-align: left;
    float: none;
}

#container {
    width: auto;
}

#header .cnt {
    width: auto;
}

div#tnavi .cnt {
    width: auto;
    margin: 0 auto;
    text-align: left;
}

#disp p {
    width: auto;
}

div#adsense {
    width: auto;
}

div#footer_adsense {
    width: auto;
}

div#footer {
    width: auto;
}

address {
    width: auto;
}

}



