@charset "Shift_jis";

/*  -----------------------------
for smart phone
-------------------------- */

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .contents {
        width: 100%;
        padding: 0;
    }
    .header {
        background: #ffffff;
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
    }
    .header h1 {
        text-align: center;
        float: none;
        padding: 9px 0 0;
        height: 40px;
    }
    .header h1 img {
        height: 25px;
    }
	
	div#PCfooter {
		display: none;
	}
	
	div#SPfooter{
		display:block;
	}
	
    footer.sp {
        padding: 10px 0;
        text-align: center;
        display: block;
        line-height: 1.2;
        font-size: 10px;
    }


}


/*  -----------------------------
for smart phone index
-------------------------- */

@media screen and (max-width: 768px) {

	#mainvisual {
		width: auto;
		margin: 10px 0;
	}

	#mainvisual img {
		width: 100%;
	}

	h3 {
		font-size: 32px;
	}

	h5 {
	    font-size: 22px;
	}

	#review {
		width: auto;
		margin: 10px;
	}


	#review ul li {
		margin: 0px 0px 20px;
	}

	#review ul li .pic {
		float: left;
		vertical-align: top;
		width:120px;
	}

	#review ul li .pic img {
		width: 100%;
	}

	#review ul li h4 {
		font-size: 20px;
		padding-left: 10px;
	}

	#review ul li h4 span {
		font-size: 16px;
	}

	#review ul li h4 span.comingSoon {
		font-size: 16px;
		text-align: left;
		margin: 0;
	}

	.wireless {
		width: auto;
		margin: 10px;
	}

	.wireless .box {
		width: auto;
		margin: 0px 0px 30px;
		float: none;
		text-align: centerl
	}

	.box .pic {
		width: 300px;
		margin: 0px auto;
	}

	.box .pic img {
		width: 100%;
	}

}
