@charset "UTF-8";

body {
	background: #FFFFFF url(../images/background.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#header {
	background: #FFFFFF;
	color: #FFFFFF;
}
#header  {
  color: #fff;
  text-stroke: 1px #000000;
  -webkit-text-stroke: 1px #000000;
}
#header #logo {
	text-align: center;
	background: #fcf6bd;
}
#header #logo h1 {
	margin: 0;
	padding: 15px 5px;
	font-size: 30px;
	letter-spacing: 1pt;
}
#header #nav ul li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2) {
	width: 50%;
	border-bottom: 1px solid #333;
}
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: 33.3%;
}
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	border-left: 1px solid #666;
}
.oldie #header #nav ul li {
	width: 49%;
	border-left: none;
}
#header #nav a {
	display: block;
	padding: 15px 0;
	color: #60c7f0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -0.5pt;

}

#header #nav a:before {
	content: '>';
	font-size: 8px;
	margin-right: 5px;
	color: #999;
	position: relative;
	top: -0.2em;
}
#header #nav a:hover {
	background: #333;
	font-size: 14Px;
}
#header #nav a:hover:before {
	color: #f00;
}
#recommend {
	margin-bottom: 20px;
}
#intro {
	text-align: center;
}
#intro h1,
#intro .price {
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	margin: 0;
}
#intro h1 {
	font-size: 32px;
	letter-spacing:-1pt;
	margin-top: 20px;
	line-height: 1;
}
#intro h1 strong {
	font-size: 46px;
}
#intro .price {
	font-size: 24px;
}
#intro .text {
	display: none;
	font-size: 24px;
}
.btnView {
	width: 60%;
	margin: 10px auto 20px;
	background: #85B200;
	background:-moz-linear-gradient(50% 0% -90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-webkit-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-ms-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:0px 7px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 7px 0px rgb(105,140,0);
	box-shadow:0px 7px 0px rgb(105,140,0);
}
.btnView:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow:0 4px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 4px 0px rgb(105,140,0);
	box-shadow:0px 4px 0px rgb(105,140,0);
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
 }
#topics ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topics li {
	margin: 10px 0;
}
#topics li:first-child {
	margin-top: 0;
}

#topics li a {
	display: block;
	overflow: auto;
	margin: 0;
	padding: 10px;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #c9b9a2;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
	box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
}
#topics li a:hover {
	background: #efe0c8;
	background: rgba(255,255,255,0.25);
}
#topics li:first-child a {
	margin-top: 0;
}
#topics li a .photo,
#topics li a .data {
	float: left;
	margin: 0;
	cursor: pointer;
}
#topics li a .photo {
	width: 40%;
}
#topics li a .data {
	width: 60%;
	padding-top: 2em;
	vertical-align: middle;
}
#topics li a .data .name,
#topics li a .data .price {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
#topics li a .data .name {
	font-size: 18px;
}
.subnav {
	margin-top: 20px;
}
.subnav li {
	margin-bottom: 1px;
}
.subnav li:last-child {
	margin-bottom: 0;
}
.subnav li a {
	display: block;
	padding: 1em 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #47423A;
	background: rgba(0,0,0,.7);
}
.subnav li a:hover {
	background: #000;
}
.infomation {
	display: none;
}
#footer {
	margin-top: 30px;
	border-top: 5px solid #000;
}
#footer nav,
#footer small {
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	margin: 10px 0;
}
#footer nav li {
	display: inline-block;
	margin: 2px 8px;
}
/* IE only */
.oldie #footer nav li {
	display: inline;
	zoom: 1;
}
#footer nav li a {
	color: #000;
}




/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
#header #logo h1 {
	font-size: 23px;
}
#header #nav ul {
	float: right;
	overflow: hidden;
}	
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: auto;
	border: 0;
}
#header #nav a {
	padding: 15px;
	font-size: 14Px;
}
#recommend {
	margin-top: 30px;
	margin-bottom: 30px;
}
#intro {
	text-align: left;
	font-size: 14px;
}
#intro .price {
	margin: 10px 0 20px;
}
#intro .text1 {
	display: block;
}
.btnView {
	margin: 20px 0;
}
.subnav {
	margin-top: 0;
}
.infomation {
	display: block;
	margin: 30px 0 0 0;
}
.infomation dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	
}
.infomation dl dd {
	font-size: 12px;
	margin: 0 0 1em 1.5em;
}
#footer nav,
#footer small {
	margin: 20px 0;
}
}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
#intro h1 {
	font-size: 40px;
}
#intro h1 strong {
	font-size: 50px;
}
#intro .price {
	font-size: 50px;
}
#intro .text {
	display: block;
	font-size: 13px;
}
#topics li {
	float: left;
	width: 49%;
	margin: 0 2% 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* IE only */
.oldie #topics li {
	width: 47.5%;
}
#topics li:nth-child(even) {
	margin-right: 0;
}
#topics li:first-child {
	margin-top: 0;
	font-size: medium;
}
#topics li a {
	padding: 20px;
}
#topics li a .photo,
#topics li a .data {
	display: block;
	text-align: center;
	width: 100%;
}
#topics li a .data {
	font-size: 18px;
	padding-top: 1em;
}
#topics li a p {
	margin: 0;
}
.infomation {
	margin: 50px 0 0 0;
}

}
