/* for mobile */
@media screen and (max-width: 639px){

input, select {vertical-align:middle;}
a {
	-webkit-tap-highlight-color:transparent;
}
body{
	-webkit-text-size-adjust : none;
}
img{
	max-width:100% !important;
	height:auto;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

#container h2 {
	height: auto !important;
	background-position: center 0;
}

#container {
	width: 100%;
	position: relative;
	padding: 0;
	background: none;
}

#navigation ul {
	width: auto;
	text-align: center;
}

#navigation ul li {
	width: 45%;
	margin: 0;
	display: inline-block;
}
#navigation ul li:nth-child(1),
#navigation ul li:nth-child(2) {
	margin-bottom: 2px;
}
.pagetop {
	right: 0;
}

.inner {
	width: auto !important;
	padding: 0 1% !important;
}

#header {
	height: auto;
}
#header .inner {
	width: 100%;
}

#header .inner h1 {
	padding: 0 1%;
	position: relative;
	margin:-25px 0 25px;
}

#header .inner .logo img {
	width: 35%;
}

#block2nd img.left,
#block2nd img.right {
	float: none;
	margin-bottom: 15px;
}

#block2nd .inner figure,
#block2nd .inner .wide {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
}

#block2nd figcaption {
	line-height: 1.8;
}

#block2nd .inner .wide .fLeft {
	display: none;
	float: none;
	padding: 0;
}

#block2nd .inner .wide .right {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	width: 80%;
	height: auto;
}

#block3rd .inner ul {
	text-align: center;
	width: auto !important;
}
#block3rd .inner ul li {
	width: auto;
	float: none !important;
	padding: 0 !important;
	background: none !important;
	text-align: center !important;
}
#block3rd .inner ul .star01,
#block3rd .inner ul .star02,
#block3rd .inner ul .star03 {
	display: none;
}

#block3rd .inner .center {
	top: -20px;
}

#block3rd .inner p.arrow {
	top: 0;
}

#block4th .inner li.text {
	width: 100%;
	padding: 0 0 15px;
}

#block4th .inner ul {
	padding-top: 15px;
}

#block4th .inner li {
	padding: 0;
}

#block4th .inner li.img {
	margin-top: 0;
}

#block5th .inner p.icon {
	width: auto;
	padding-top: 20px;
	height: 53px;
}

#block5th .inner li.text {
	width: 90%;
}

#block5th .inner li.text h3 {
	line-height: 1.5;
	min-height: 76px;
	padding-top: 8px;
}

#block6th .vote {
	width: auto;
	height: auto;
	padding: 20px 4% 50px;
	margin: 0 4%;
	background: url(../images/7th-frame-sp.gif);
	border: 1px dotted #222694;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#block6th .vote .text {
	width: auto;
	padding: 10px 0 15px;
}

}