img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:870px){
	#wrapper {
		width: 100%;
	}
	
	#header p#description {
		width: 98%;
	}
	
	#header ul#globalnavi {
		height: 72px;
	}
	
	.slider {
		width: 100%;
		height: auto;
		content: "";
		display: block;
		padding-top: 28%; /* 1:1 */
	}
	
	.slider ul li {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0; left: 0;
	}
	
	.slider ul li img{
		width: 100%;
		height: auto;
	}
	
	body.blue#home #contents {
		background-image: none;
	}
	
	#contents #shop-street {
		width: 100%;
	}
	
	#contents #shop-street #information #coupon-info {
		width: 47%;
	}
	
	#contents #shop-street #information #event-info {
		width: 47%;
	}
	
	#contents #shop-info {
		width: 100%;
	}
	
	#contents #shop-info {
		margin: 0 0 0 0;
	}
	
	#footer p#copyright {
		width: 90%;
	}
}

@media screen and (max-width:554px){
	#header ul#globalnavi li#gnavi01 {
		/*width: 180px;*/
	}
	
	#header ul#globalnavi {
		height: 108px;
	}
	
	body.blue #contents #information {
		background: none;
	}
	
	#contents #information {
		background: none;
	}
	
	#contents #information .info-sec {
		width: 100%;
	}

	#contents #shop-street #information #coupon-info {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	#contents #shop-street #information .info-sec {
		width: 100%;
	}
	
	#contents #shop-street #information #event-info {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	body.blue #contents #shop-info {
		background: none;
	}
	
	#contents #shop-info {
		background: none;
	}
	
	#contents #shop-info .shop-listup {
		width: 100%;
	}
	
	#contents #shop-info .shop-listup .shop {
		width: 100%;
	}
	
	#footer {
		width: 100%;
	}
	
	#footer ul#footer-navi {
		padding: 18px 0 18px 0px;
	}
	
	#footer ul#footer-navi {
		margin: 0 0 0 0px;
	}
	
	#footer ul#footer-navi li {
		margin: 0 0 0 5px;
	}
	
	.topics #list img {
		max-width: 100%;
	}
	
	body.blue#home #contents {
		background-image: none;
	}
	
	#contents .section table.base-info {
		width: 90%;
	}
	
	#contents .section table {
	  width: 90%;
	  table-layout: fixed;
	}
	
	#contents .section table.base-info tr th {
		border-bottom: none;
		display: block;
		width: 100%;
		background: #e9727e;
		word-break: break-all;
		word-wrap:break-word;
	}
  
   #contents .section table.base-info td {
	border-bottom: none;
    display: block;
    width: 100%;
	word-break: break-all;
	word-wrap:break-word;
  }
}

@media screen and (max-width:368px){
	#header ul#globalnavi {
		height: 180px;
	}
	
	/*
	body.blue #contents #shop-street #introduction h2 {
		width: 100%;
		height: 0;
		padding-top: 15.1%;
		background: url(../../images/home/intro_h2_bg_blue.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	*/
}