﻿@charset "utf-8";
/* ----------------------------------------------------
* reset style
* -------------------------------------------------- */

/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary { display: block; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Geneva, Arial, Helvetica ,sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-image: url(../img_sozai/wall_2.gif);
	color: #666;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.empty {
	display: none;
}
ul li {
	list-style-type: none;
}
#container {
	width: 100%;
}
#header {
	width: 100%;
	background-color: #FFF;
}
#header h1 {
	font-size: 10px;
	margin: 0;
	padding: 2px 0;
	text-align: right;
	background-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	color: #FFF;
	text-shadow:1px 1px 1px #990000;
}
#header h2 {
	text-align: center;
	background-image: url(../img_sozai/title.gif);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 395px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header h2 a {
	display: block;
	width: 395px;
	height: 50px;
}
#header h2 a:hover {
	background: none;
}

#header nav , #header p {
	background-color: #FFCC00;
	text-align:center;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#header nav ul , #header p {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 25px;
	white-space:nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
#header nav li , #inner nav li {
	margin:0;
	padding:5px 5px 0 0;
	list-style:none;
	display: inline;
	height: 25px;
	font-size: 95%;
}
#header nav li a , #inner nav li a , #header p {
	padding-left: 5px;
	padding-right: 5px;
	background-color: none;
	text-decoration: none;
	color: #FF6600;
	text-shadow: 1px 1px 1px #ffffff;
	line-height: 25px;
}
#inner ol {
	height: 25px;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0;
}
#header ul span , #inner ol span {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFCC00;
	background: -webkit-gradient(linear, left top, right top, from(#FC0), to(#F60)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffff9900,EndColorStr=#ffff6600); 				zoom: 1; /* IE */
	background: -moz-linear-gradient(left, #FC0, #F60); /* Firefox */
	background: -o-linear-gradient(left, #FC0, #F60);   /* Opera */
	background: linear-gradient(left, #FC0, #F60);      /*                 CSS                3 */
	position: relative;
	display: inline;
}
#header ul span:after , #inner nav ol span:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	display: inline-block;
	border: 9px solid transparent;
	border-left-color: #FF6600;
	left: 100%;
	top: 0;
}


#header nav li a:hover, header nav li a:active {
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #990000;
}
#inner nav li a:hover, header nav li a:active {
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #990000;
}

#wrapper {
	width: 1000px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	background: -webkit-gradient(linear, left top, right top, from(#F90), to(#FFF)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffff9900,EndColorStr=#ffffffff); 				zoom: 1; /* IE */
	background: -moz-linear-gradient(left, #F90, #FFF); /* Firefox */
	background: -o-linear-gradient(left, #F90, #FFF);   /* Opera */
	background: linear-gradient(left, #F90, #FFF);      /*                 CSS                3 */
}

#wrapper_left {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0;
	font-size: 95%;
}
#wrapper_right {
	float: right;
	width: 760px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#inner {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 90%;
	letter-spacing: 0.1em;
}
p.p1 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0;
	font-family: Times New Roman, Times, serif;
	letter-spacing: 0.2em;
	background-color: #333399;
}

#inner h1 {
	color: #FFCC00;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FF3300;
	margin: 0;
	padding-left: 10px;
	background-color: #333333;
	padding-top: 3px;
	font-size: 12px;
	letter-spacing: 0.3em;
}
.intro a, .subcol a {
	color: #F60;
	text-decoration: none;
}
#footer {
	width: 100%;
	clear: both;
	font-size: 90%;
	padding-top: 5px;
	text-align: center;
	background-color: #FFF;
}
#footer p {
	letter-spacing: 0.2em;
	margin: 0;
	padding: 3px 0;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-shadow:1px 1px 1px #990000;
}

#footer ul {
	white-space:nowrap;
	border-top-width: 1px;
}
#footer li {
	margin: 0px;
	list-style: none;
	display: inline;
	height: 25px;
	font-size: 95%;
	padding-top: 5px;
}
#footer a {
	padding-left: 5px;
	padding-right: 5px;
	background-color: none;
	text-decoration: none;
	color: #FF6600;
	text-shadow: 1px 1px 1px #ffffff;
	line-height: 25px;
}
#footer a:hover, a:active {
	text-decoration: none;
	color: #0066CC;
	text-shadow: 1px 1px 1px #990000;
}
address {
	font-style: normal;
	color: #FF6600;
	background-color: #FFCC00;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}

.menu_title {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); 				zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: linear-gradient(top, #fff, #ccc);      /*                 CSS                3 */
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 150%;
	color: #FF6600;
	text-shadow: 1px 1px 1px #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
#wrapper_left nav {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#wrapper_left h3 {
	font-size: 110%;
	color: #ffffff;
	background-color: #FF6600;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	letter-spacing: 0.5em;
}
#wrapper_left aside h3 {
	margin-left: 5px;
}

#wrapper_left nav ul {
	font-size: 0;
	background-color: #FFC;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border: 1px solid #800000;
	text-align: left;
	padding: 0;
}
#wrapper_left nav li {
	list-style: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#wrapper_left nav li a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px 3px 3px 18px;
	background-image:url('../img_sozai/li_mark.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
	border-bottom: 1px dotted #800000;
	width: auto;
	height: auto;
	color: #999;
}
#wrapper_left nav li a:hover {
	background: url("../img_sozai/li_mark.gif") no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); 				zoom: 1; /* IE */
	background: url("../img_sozai/li_mark.gif") no-repeat 2% center, -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: url("../img_sozai/li_mark.gif") no-repeat 2% center, -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: url("../img_sozai/li_mark.gif") no-repeat 2% center, linear-gradient(top, #fff, #ccc);      /*                 CSS                3 */
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
#wrapper_left nav strong , #wrapper_left nav strong a {
	color:#FF6600;
}
#wrapper_left nav ul ul {
	border: none;
	margin-right: 0;
}
#wrapper_left nav img {
	position: relative;
	bottom: 17px;
	float: right;
	margin-right: 5px;
}

iframe {
	border: 1px solid #990000;
	padding: 0;
	color: #0000FF;
	width: 210px;
	height: auto;
	font-size: 10px;
	letter-spacing: 0.1em;
}
iframe.iframe3 , iframe#iframe3 {
	height: 190px;
}
iframe.iframe4 , iframe#iframe4 {
	height: 600px;
}
#new {
	background-color: #FFC;
	padding-bottom: 3px;
}
#new h2 {
	margin: 0;
}
#new h3 {
	padding: 5px;
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #CCF;
	color: #96F;
}
#new h3 a:link {
	color: #96F;
}
#new h3 a:visited {
	color: #96F;
}
#new h3 a:hover {
	color: #F60;
}
#new article {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
.intro_c {
	background-image: url('../img_sozai/top_image5.jpg');
	background-repeat: no-repeat;
	min-height: 185px;
	padding-left: 320px;
	color: #6699FF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-style: normal;
}
.intro_c em {
	font-style: normal;
}

.intro_c strong {
	font-weight: normal;
	font-size: 95%;
}
.fig {
	margin: 0;
	padding: 0;
	float: left;
}
figcaption {
	font-size: 70%;
	color: #69F;
}

h2.accordion_title {
	font-size: 100%;
	cursor: pointer;
	text-decoration: underline;
	color: #66F;
	display: inline-block;
	font-weight: bold;
	letter-spacing : 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	margin: 0.5em;
	padding: 0.5em 2em 0.5em 3em;
	background: url("../img_sozai/icons_2.png") no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); zoom:1;
	background: url("../img_sozai/icons_1.png") no-repeat 2% center, -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: url("../img_sozai/icons_2.png") no-repeat 2% center, -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: url("../img_sozai/icons_2.png") no-repeat 2% center, -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: url("../img_sozai/icons_2.png") no-repeat 2% center, -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);

}

ul.blocknavi {
	margin:0;
	padding:0;
}
ul.blocknavi li {
	list-style:none;
	float: left;
	height: 350px;
}

.itembox {
	width: 182px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F90;
	padding-left: 2px;
	margin:0;
}
.itembox h3 {
	margin: 0;
	padding-left: 5px;
	background-color: #333;
	font-size: 95%;
}
.itembox h3 a {
	text-decoration: none;
	color: #FF9900;
}
.itembox h3 a:hover, .itembox h3 a:active {
	text-decoration: none;
	color: #FFF;
}
.itembox p {
	margin: 5px;
	font-size: 90%;
}
.maincol hr {
	color: #FFF;
}
.overflow {
    overflow: hidden;
    width: 90%;
	height: 100px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.cart{
	z-index: 1500;
	position: fixed;
	top: 40px;
	right: 0px;
}
.cartnone{
	display: none;
}
input.banner2{
	display: none;
}

/* スマートフォン用 */
.mobile {
	display: none;
}

article , aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {
    display: block;
}
@media screen and (max-width: 1000px) {
body {
	width: auto;
    -webkit-text-size-adjust: none;
	font-size: 90%;
}

#wrapper {
	width: auto;
}
#wrapper_right {
	width: 70%;
}
#wrapper_left {
	width: 27%;
}
ul.blocknavi li {
	height: 400px;
}
ul.blocknavi li {
	height: 400px;
}
.overflow {
	height: auto;
	overflow: visible;
}
hr.adj {
	display: none;
}
}
@media screen and (max-width: 800px) {
body {
	width: 100%;
    -webkit-text-size-adjust: none;
	font-size: 90%;
}
#wrapper {
	width: 95%;
}
#wrapper_right {
	width: 63%;
}
#wrapper_left {
	width: 35%;
}
iframe {
	width: 90%;
}

#new article {
	font-size: 80%;
}
.intro .fig {
	width: 25%;
}
ul.blocknavi li {
	width: 48%;
	margin-left: 5px;
}
.itembox {
	width: 100%;
	height: auto;
}

.intro_c {
	padding-left: 0;
	padding-top: 180px;
}
.photo {
	width: 100%;
	height: auto;
}
#footer ul {
	font-size: 80%;
}

}
@media screen and (max-width: 530px) {
body {
	font-size: 80%;
}

#header h2 {
	background-image: url(../img_sozai/title.gif);
	-webkit-background-size: 198px 23px;
	background-size: 198px 23px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#wrapper_right {
	width: auto;
	float: none;
}
#wrapper_left{
	width: auto;
	float: none;
}
#header h1 , .intro h2 {
	width: 100%;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.intro_c {
	display: none;
}
#header nav {
	display: none;
}
#new select {
	width: 90%;
}
ul.blocknavi li {
	width: 100%;
}
.itembox figure.fig {
	background-color: #333;
	float: none;
}

.overflow {
    overflow: hidden;
    width: 90%;
	height: 100px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
#footer ul {
	white-space: normal;
	text-align: left;
}
#footer li {
	display: block;
}
}