#matomegai {
	width: 700px;
	margin: 0 auto ;
}

#matome {width: 98%;margin: 0 auto; font-size: 12px;}
#matome img {width: 100%; display: block; margin: 0 auto 10px;}
#matome ul {}
#matome ul li {
	float: left;
	width: 45%;
	margin: 0 2.5% 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#matome ul li select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	font-size: 16px;
	margin: 10px auto 10px;
}
#ToMGC a {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 10px;
	left: 10px;
	display: block;
	background-image: url(../img/ToCartMTG.png);
	background-position: 0px 0px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	text-indent: -9999999px;
	z-index: 99999999999999;
}
input.CartBT {
	display: block;
	width: 300px;
	margin: 0 auto 30px;
}
#header {
	display: none;
}
	@media screen and (max-width:414px) {
		body{
			background: none;
		}
		#sub_head, #head, #seach_waku, #footer {
			display: none;
		}
		#header {
			display: block;
		}
		#middle_waku,
		#matomegai {
			width: 98%;
		}
		#middle_waku {
			position: relative;
			top:90px;
		}
		#matome ul li {
			float: none;
			width: 80%;
			margin: 0 auto 20px;
			font-size: 14px;
			text-align: center;
			font-weight: bold;
		}
		#matome ul li select {
			position: relative;
			width: 100%;
			padding: 10px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: 1px solid #999;
			background: #eee;
			background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
			background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
			font-size: 16px;
			margin: 10px auto 10px;
		}
		#ToMGC {
		display: block;
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 10px;
		left: 10px;
		z-index: 9999999;
		}
		#ToMGC a  {
		display: block;
		background-image: url(../img/ToCartMTG.png);
		background-position: 0px 0px;
		background-size: 50px 50px;
		background-repeat: no-repeat;
		text-indent: -9999999px;
		z-index: 99999999999999;
		}
	}
