@charset "UTF-8";
/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  /*  border: 0;
*/  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
strong {
  font-weight: bold;
}
input, select {
  vertical-align: middle
}
/* Common */
html {
  background-color: #eee;
}
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #fff;
  font-size: 62.5%;
}
ul, ol {
  list-style: none;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
p, dt, dd, li, th, td {
}
/* For modern browsers */

.clear:before, .clear:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clear:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clear {
  zoom: 1;
  position: relative;  /* For DW CS3 */
}
#container {
}
.inner {
  max-width: 980px;
  margin: 0 auto;
}
header {
  padding: 20px 0;
  background: url(../common/line-square.png) repeat-x left bottom #FFF8E3;
  text-align: left;
}
#logo {
  float: left;
  width: 323px;
}
#catalog {
  float: right;
  width: 530px;
}
#catalog a {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 59%, #fbfdf0 68%, #cae2a4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%,#ffffff), color-stop(68%,#fbfdf0), color-stop(100%,#cae2a4));
  background: -webkit-linear-gradient(top,  #ffffff 59%,#fbfdf0 68%,#cae2a4 100%);
  background: -o-linear-gradient(top,  #ffffff 59%,#fbfdf0 68%,#cae2a4 100%);
  background: -ms-linear-gradient(top,  #ffffff 59%,#fbfdf0 68%,#cae2a4 100%);
  background: linear-gradient(to bottom,  #ffffff 59%,#fbfdf0 68%,#cae2a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cae2a4',GradientType=0 );
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #88b900;
  display: block;
	cursor:pointer;
	color:#995900;
	font-size: 2em;
	text-decoration:none;
}
#catalog a:hover {
  background: #fbfdf0;
  background: -moz-linear-gradient(top,  #fbfdf0 45%, #afe060 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#fbfdf0), color-stop(100%,#afe060));
  background: -webkit-linear-gradient(top,  #fbfdf0 45%,#afe060 100%);
  background: -o-linear-gradient(top,  #fbfdf0 45%,#afe060 100%);
  background: -ms-linear-gradient(top,  #fbfdf0 45%,#afe060 100%);
  background: linear-gradient(to bottom,  #fbfdf0 45%,#afe060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdf0', endColorstr='#afe060',GradientType=0 );
}
#catalog a span {
  display: block;
	padding: 14px 28px 14px 24px;
  background-image: url(../common/bg_woods.png);
  background-repeat: no-repeat;
  background-position: 96% 100%;
}
nav {
  padding-top: 20px;
  font-size: 1.6em;
}
#menu-btn {
  display: none;
}
.nav {
  list-style-type: none;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  background: url(../common/bg-grobalmenu.png) no-repeat #BF6F00;
}
.nav li {
  position: relative;
  width: 14.2%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
    z-index: 9999;
}
.nav li a {
  display: block;
  margin: 0;
  padding: 8px 0 12px;
  color: #FFF8E3;
  line-height: 1;
  text-decoration: none;
  font-size: 1em;
}
.nav li:hover > a {
  color: #FFE100;
}
.nav > li > ul > li:hover > a {
  background: #9B5A00;
  color: #FFE100;
}
.nav li ul {
  list-style: none;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
}
.nav li:last-child ul {
  left: -100%;
  width: 100%
}
.nav li ul li {
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #FFF8E3;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.nav li.kinoie ul li {
  width: 180%;
}
.nav li.case ul li {
  width: 210%;
}

.nav li ul li a {
  padding: 8px 10px;
  color: #FFF8E3;
  background: #BF6F00;
  text-align: left;
  font-weight: normal;
}
.nav li:hover ul li {
  overflow: visible;
  height: 32px;
  border-bottom: 1px solid #FFF8E3;
}
.nav li:hover ul li:first-child {
  border-top: 0;
}
.nav li:hover ul li:last-child {
  border-bottom: 0;
}


footer {
	text-align: left;
	background-color: #FFF8E3;
	background-image: url(../common/line-square.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
footer p {
	line-height: 1.6em;
	font-size: 1.2em;
}
footer strong {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2em;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	text-align: center;
	color: #EC9C00;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid #EC9C00;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: rgba(127,204,238,0.4);
}
 
.pagetop a:hover {
	display: block;
	background-color: #EC9C00;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#tocataloge {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
}
.catalog-bottom {
	display: none;
	text-align: center;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

@media screen and (max-width: 768px) {
.inner {
  width: 100%;
}
#logo {
	float: none;
	width: auto;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#logo img {
  width: 60%;
}	
#catalog {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#catalog a {
	font-weight: bold;
}
nav {
	font-size: 1.4em;
}	
.nav {
	background-image: none;
  height: 30px;
}
.nav li {
  width: 13%;
}
.nav li.kinoie, .nav li.inquiry {
  width: 17%;
}
.nav li.kinoie ul li {
  width: 250%;
}
.nav li.case ul li {
  width: 280%;
}

.nav li ul li a {
  padding: 8px 10px;
  color: #FFF8E3;
  background: #BF6F00;
  text-align: left;
  font-weight: normal;
}
.nav li:hover ul li {
  overflow: visible;
  height: 30px;
  border-bottom: 1px solid #FFF8E3;
}

footer p {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 480px) {
.inner {
  width: 100%;
}
.inner strong {
  line-height: 1.2em;
}
header {
  padding: 10px 0 0;
}

#logo {
  float: none;
  width: auto;
  margin: 0 10px;
  text-align: center;
}
#logo img {
  width: 85%;
}
#catalog {
  float: none;
  width: 95%;
  font-size: 0.8em;
  margin: 10px 10px 0 10px;
  text-align: center;
}
#catalog a span {
  background-image: none;
	padding: 10px;
  line-height: 1.2em;
}
#catalog a span {
	font-weight: bold;
}

nav {
  padding-top: 15px;
}

#menu {
  display: none;
}
#menu-btn {
  display: block;
}
footer p {
	line-height: 1.6em;
	font-size: 1.2em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#tocataloge {
	width: 95%;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop a {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
 
.pagetop a:hover {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;

}
.catalog-bottom {
	display: block;
	position: fixed;
	bottom: 20px;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	box-shadow: 0 5px 5px #bbbbbb;
}
.catalog-bottom a {
	display: block;
}
}
