CSS
/* デスクトップPCとスマホに適用するCSS */
p {
	color: #000000;	/* 黒色 */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	p {
		color: #666666;	/* 灰色 */
	}

}

/* ヘッダー */
.header {
	border-bottom: solid #CCCCCC;		/* 枠線 */
	text-align: left;	/* テキスト、画像の真ん中寄せ */
	padding: 10px 0;		/* 上下の余白 */
	margin-bottom: 5px;	/* 他のブロックとのスペース */
	background: #FFFFFF;	/* 背景色(確認用) */
}

/* ロゴ画像を囲む[h1] */
.logo-wrapper {
	margin: 0 ;			/* スペース */
	padding: 10px;		/* 余白 */
	line-height: 1 ;	/* 行の高さ */
}

/* ロゴ画像 */
.logo {
	width: 400px ;		/* 横幅 */
	height: auto ;		/* 高さ */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	/* ロゴ画像 */
	.logo {
		width: 300px ;		/* 横幅 */
	}

}

/* ボディ */
body {
	margin: 0 ;		/* スペース */
	padding: 0 ;	/* 余白 */
	font-size: 14px ;	/* 文字サイズ */
	line-height: 1.5 ;	/* 行の高さ */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	/* ボディ */
	body {
		font-size: 12px ;	/* 文字サイズ */
	}

}
/* フッター */
.footer {
	border-top: 3px solid #888 ;		/* 枠線 */
	text-align: center ;	/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;	/* 他のブロックとのスペース */
	padding: 5px 0 ;		/* 上下の余白 */
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper {
	width: auto ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;	/* 上下左右の余白を0にしておく */
}
.text-box2{
	text-align: center ;	/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;	/* 他のブロックとのスペース */
	padding: 5px 0 ;		/* 上下の余白 */
}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	.wrapper {
		width: auto ;
		padding: 0 10px ;		/* 左右の余白 */
		text-align: center;
	}

}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main {
	width: auto ;
	margin-top: 50px;
	padding: 20px ;		/* 上下左右に20pxの余白 */
	border: 0 ;		/* 枠線 */
	font-weight: 100;
	background: url(../img/top.jpg) no-repeat;
	background-position:center;
	height: auto;
}
.main2 {
	width: auto ;
	margin-top: 30px;
	padding: 20px ;		/* 上下左右に20pxの余白 */
	border: 0 ;		/* 枠線 */
	font-weight: 100;
	height: auto;
}

.side {
	width: auto ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	.main {
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
		background: url(../img/top.jpg) no-repeat;
		background-position:center;
		background-size:auto;
}

	.main2 {
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
}


	.side {
		width: auto ;
	}

}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
main {
	float: right ;		/* 右に寄せる */
}

side {
	float: left ;		/* 左に寄せる */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px){

	.main {
		float: none ;		/* floatを無効する */
	}

	.side {
		float: none ;		/* floatを無効する */
	}

}

.kakomi {
	overflow: hidden ;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper {
	overflow: hidden ;		/* floatを解除する */
}

/* 画像の最大幅を指定する */
img {
	max-width: 90% ;		/* 横幅の90% */
	height: auto ;			/* 縦幅を自動調整 */
}

/* カタログ紹介部分 */
.author {
	text-align: center;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	font-family: 'Noto Sans Japanese', sans-serif;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;
text-align:center}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}
.noto1000 {font-weight:300;
font-size:50px;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.slicknav_menu {
    display:none;
}
 
@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    #menu {
        display:none;
    }
     
    .slicknav_menu {
        display:block;
    }
}

#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 10px 0 10px;
	background-color: #FFFFFF;
	color: #000066;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #4baacb;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #4baacb;
	}
}
 
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #000099;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0 10px;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #000066;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}

.text-box{
	margin:1%;
	text-align:center;
	padding:1%;
}

.disp-inBlock{display: inline-block;}
/*以下商品ボックスのスタイル*/
.itemBox{
	width:50%;
	margin:1%;
	text-align:center;
	background-color:#CCCCCC;
	padding:1%;
}
@media screen and (max-width: 480px){
	.itemBox{
	width:40%
}
}