﻿@charset "UTF-8";
 @media print, screen and (min-width: 641px) {
/* PC用 */
img.sp {
	display: none;
}
img.pc {
	vertical-align: top;
}
}
 @media only screen and (max-width: 640px) {
/* スマートフォン用 */
img.pc {
	display: none;
}
img.sp {
	width: 100%;
	vertical-align: top;
}

}

/**
 * フェイドインの為の最初の画像消し ====
**/
#content_top h1{
	display: none;
}

#content_top h2{
	display: none;
}

#content_top h3{
	display: none;
}

/**
 * 全体=================================================================
**/

@media print, screen and (min-width: 641px) {
/* PC用 */

#navi_s {
	display: none;
}

}
 @media only screen and (max-width: 640px) {
/* スマートフォン用 */

body #wrapper {
	/*background: url(../images/body_back_01_s.png) no-repeat center top;*/
	background-size: contain;
	width: 100%;
}

#navi_s {
	clear: both;
	padding: 20px 5px 0 5px;
	overflow: hidden;
}
#navi_s ul li {
	width: 33%;
	text-align: center;
}
#navi_s ul li img {
	width: 98%;
	margin-bottom: 5px;
}
#navi_s ul li#navi01_s, #navi_s ul li#navi04_s, #navi_s ul li#navi03_s, #navi_s ul li#navi05_s {
	float: left;
	text-align: right;
}
#navi_s ul li#navi02_s {
	float: right;
	text-align: left;
}

}