@media screen and (max-width: 980px) {
	
	#wrap{
		width:100%;
	}
	
	#container{
		padding-right: 0;
		padding-left: 0;
	}

	.left, .right { float: none; width: 100%; margin-right: 0; }

	.topimg, .alignleft, .alignright { max-width: 40%; }

	/* gmenu-inner */
	#gmenu-inner { max-width: 100%; }
	
	/* top-image-frame */
	#top-image-frame {
		max-width: 97%;
	}
	ul.flex-direction-nav {
		display: none;
	}

	/* content */
	#content {
		max-width: 68%;
	}

	/* side */
	#side {
		max-width: 30%;
	}

	/* com */
	#footer-inner #com {
		width: 30%;
	}

	/* footer-widget */
	.footer-widget {
		width: 30%;
		margin-left: 5%;
	}

	/* innerBox */
	.innerBox {
		max-width: 94%;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/* telbox */
	.telbox {
		text-align: center;
	}
	.telbox a.mail {
		margin-top: 15px;
		position: static;
	}

	/* dl.form */
	dl.form{
		width: 100%;
		border: 0;
		margin: 0;
	}
	dl.form dt{
		text-align: left;
	}
	dl.form dt{
		width: 96%;
		padding: 1% 2%;
		float: none;
		border: 0;
	}
	dl.form dd {
		width: 100%;
		padding: 5px 0 25px;
		float: none;
		border: 0;
	}
}



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

	/* header */
	header {
		height: auto;
	}

	/* site-logo */
	#site-logo {
		position: static;
		float: none;
		clear: both;
	}
	#site-logo {
		text-align: center;
	}

	/* contact */
	#contact {
		position: static;
		float: none;
		text-align: center;
	}

	/* show-hide */
	#gmenu .show-hide {
		margin-bottom: 0;
		border-right: none;
		padding: 10px 0;
		cursor: pointer;
		display: block;
	}
	#gmenu .show-hide span {
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,.4);
		padding: 0 10px;
		margin: 0;
	}
	
	/* 親メニュー */
	#gmenu .menu {
		background-color: #fff !important;
		border-right: none;
		border-bottom: none;
		box-shadow: none;
		margin: 0;
		display: none;
	}
	#gmenu .menu li {
		width: 100%;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	#gmenu .menu li a {
		padding-left: 10px;
	}
	#gmenu .menu li:hover ul {
		width: 100%;
		position: relative;
		display: block;
		opacity: 1;
	}
	
	/* 子メニュー */
	#gmenu .menu li:hover li {
		width: 100%;
	}
	#gmenu .menu li:hover li a {
		font-size: 75%;
		padding-left: 22px;
	}
	
	/* 孫メニュー */
	#gmenu .menu li:hover ul li:hover ul {
		top: 0;
		left: 0;
		position: relative;
	}
	#gmenu .menu li:hover ul li:hover ul a {
		padding-left: 34px;
	}

	/* contant */
	#content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}

	/* side */
	#side {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}

	/* com, footer-widget */
	#footer-inner #com,
	.footer-widget {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
}



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

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	.left, .right {
		max-width: 100%;
	}

	/* commentlist */
	.commentlist {
		padding-left: 0;
	}
	.commentlist .commententry {
		clear: left;
	}
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}

	/* telbox */
	.telbox .tel {
		font-size: 24px;
	}
	.telbox a.mail {
		padding: 15px
	}
	.telbox a.mail:before {
		content: none;
	}

	/* 簡易カート */	
	.cartBox {
		width: 100%;
	}
}