body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
}

/*トップへ戻るボタン*/
.topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background-color:#db0007; 
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
.topBtn a,a:link,a:visited,a:hover,a:active{
	color: #FFFFFF;
	text-decoration: none;
	}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}

#main a:link {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
#main a:visited {
	color: #3366CC;
	text-decoration: none;
}
#main a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#main a:active {
	color: #FF3300;
	text-decoration: none;
}

#footer a:link {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
#footer a:visited {
	color: #3366CC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#footer a:active {
	color: #FF3300;
	text-decoration: none;
}

#content {
	max-width: 1188px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}
#header {
	max-width: 1152px;
	padding-top: 18px;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	padding-right: 0px;
	padding-bottom: 18px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	height: 100px;
}
#header #navi {
	text-align: right;
	float: right;
}
#header .logo {
	float: left;
}

#main {
	max-width: 1152px;
	text-align: left;
	margin-bottom: 36px;
	clear: both;
}
#main h2 {
	font-size: x-large;
	background-color: #ffbc0d;
	padding: 6px;
	margin-bottom: 24px;
	clear: both;
}
#main h3 {
	font-size: 140%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	padding: 3px;
	margin-bottom: 24px;
	margin-right: 12px;
	margin-left: 12px;
	clear: both;
}
#main h4 {
	font-size: large;
	clear: both;
	margin-right: 12px;
	margin-left: 24px;
	padding: 3px;
	margin-bottom: 18px;
}


#main p {
	line-height: 1.6em;
	margin-bottom: 36px;
	margin-right: 15px;
	margin-left: 28px;
}
#main ul {
	margin-left: 18px;
	margin-bottom: 24px;
}
#main li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 12px;
	line-height: 1.6em;
	margin-left: 12px;
	padding-left: 0px;
}
#main img {
	max-width: 100%;
	margin-bottom: 6px;
}



#main .tenpo {
	border: 1px solid #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #eeeeee;
}
#main .delivery {
	margin-left: 24px;
	margin-bottom: 24px;
	border-collapse: separate;
	border-spacing:6px;
}
#main td {
	background-color: #464646;
	color: #ffffff;
	padding: 6px;
	font-weight: bold;
}
#footer {
	max-width: 1152px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464646;
	text-align: center;
	margin-bottom: 36px;
	padding-top: 24px;
	padding-bottom: 24px;
	line-height: 1.8em;
}
#footer h2 {
	font-size: large;
	font-weight: bold;
	padding-top: 12px;
}
#footer li {
	display: inline-block;
	list-style-type: none;
	margin-right: 6px;
	margin-left: 6px;
}
#navi .botan {
	margin-left: 6px;
}



#footer ul {
	margin-bottom: 24px;
}






@media screen and (max-width:768px){
#header {
	text-align: center;
	height: 100%;
}
#header .logo {
	float: none;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#header #navi {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#header #navi .botan {
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
}
@media screen and (max-width:640px){

#main {
	text-align: center;
	clear: both;
}
#main h2 {
	font-size: large;
}
#main h3 {
	font-size: large;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
#main h4 {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0x;
}


#main p {
	margin-right: 0px;
	margin-left: 0px;
}
#main ul {
	margin-left: 0px;
	margin-bottom:0px;
}
}
