/* CSS Document */

/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
  padding:10px;
  background: skyblue;
}
#container {
	width: 480px;
}
body p {
	font-size: 20px;
	line-height: 24px;
}



#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}#top-mokuji {
	display: none;
}
#menu {
	display: none;
}
#top-image #headimg {
	width: 460px;
	height: 120px;
	margin-bottom: 30px;
}

#main #main-img #topimage {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
#main #h1-yoyaku {
	background-image: url(img/m-obi-kanzenyoyaku.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	height: 28px;
	width: 470px;
	overflow: hidden;
}
#main p #obiyoyaku {
	width: 460px;
}
#main p #obieigyo {
	width: 460px;
}
#main p #obiomoide {
	width: 460px;
}
#main p #obiacc {
	width: 460px;
}
#main h1 {
	font-size: 24px;
	line-height: 30px;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#accmap {
	width: 460px;
}
#main p #obiprice {
	width: 460px;
}
#main p #obicook {
	width: 460px;
}
#main p #obigaiyo {
	width: 460px;
}

.text12 {
	font-size: 12px;
}
.cookbg {
	background-image: url(img/price-image2.jpg);
}







#footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text24red {
	color: #FF0000;
}
