@media screen and (max-width: 640px) {

body {
	font-size: 12px;
}

#wrapper {
	overflow: hidden;
	min-width: auto;
}


/* common
-------------------------------------------------------------------- */
#headTopWrap {
	height: auto;
}

#headLeft h1 img {
	width: 60%;
}

#headLeft p#spLink,
ul#headRight {
	display: none;
}

#fixFooter {
	background-color: transparent;
}

div#fixTopics {
	display: none;
}

p#toTop a {
	background: url(/common/img/foot/btn_pagetop.png) no-repeat right top;
	background-color: #0cc61d;
	padding: 16px 30px 0 10px;
	bottom: 0;
	height: 24px;
	width: auto;
}


/* container
-------------------------------------------------------------------- */
#container {
	width: auto;
}

#container section {
	margin-bottom: 20px;
}

#container h2 {
    font-size: 22px;
	margin: 0 3.2% 10px;
}

#container h2:after {
	content: attr(data-label);
}

#container h2 img {
	display: none;
}

#container h3 {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 0 10px;	
}

.contWrap {
	padding: 10px 3.2%;
	margin: 0 3.2%;
}


/* title
-------------------------------------------------------------------- */
h1 img {
	width: 100%;
	height: auto;
}

#title {
	margin-bottom: 30px;
}

#titleTw {
	top: auto;
	bottom: -25px;
}


/* spcd
-------------------------------------------------------------------- */
#supply .contWrap {
	background-position: top center;
	background-size: 250px;
	margin: 0 3.2%;
	padding: 170px 3.2% 10px;
}

#supply strong {
	font-size: 16px;
}

#actorList dt {
	font-size: 20px;
	margin: 10px 15px;
}

#actorList table {
	display: block;
	padding: 0;
	width: 100%;
}

#actorList table + table {
	padding-left: 0;
}

#actorList tr {
    display: block;
}

#actorList th {
	background: #fff;
	color: #83c15e;
    font-weight: bold;
}

#actorList td {
	text-align: left;
	background: none;
}

#actorList th,
#actorList td {
    display: list-item;
    border: none;
    width: auto;
}


/* goods
-------------------------------------------------------------------- */
.box {
	float: none;
	width: auto;
	margin: 0 0 10px;
	padding: 10px 3.2%;
}

.boxPhoto {
	float: none;
	text-align: center;
	width: auto;
}
	
	.boxPhoto2 {
	float: none;
	text-align: center;
	width: auto;
}
	
	.boxPhoto2 > img {
	margin-bottom: 10px;
	height: auto;
	width: 200px;
}
.boxlink img {
	width: 130px;
	height: 43px;
	overflow: hidden;
}

.boxText {
	float: none;
	margin-top: 10px;
	width: auto;
}

	.boxText2 {
	float: none;
	margin-top: 10px;
	width: auto;
}
.other {
    width: auto;
    font-size: 16px;
    padding: 10px;
    margin: 20px 3.2%;
}


/* webshop
-------------------------------------------------------------------- */
.shopBn,
.shopText {
	float: none;
	width: auto;
}

.shopBn {
	margin-bottom: 10px;
	text-align: center;
}

.shopBn img {
	max-width: 70%;
	height: auto;
}


/* copyright
-------------------------------------------------------------------- */
#copyright {
	margin: 0 3.2% 20px;
}

}