/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
 
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, 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%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a:link {
	color: #0E7BB4;
	text-decoration:none;
}
a:visited {
	color: #0E7BB4;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, li, dl, dt, dd {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
a img {
	border: 0;
	overflow: hidden;
}
p {
	line-height: 1.5;
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing: 0;
}
textarea {
	font-size: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
textarea {
	width: 98%;
}
}
em {
	font-weight:bold;
	font-style:normal;
}
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 #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
section, header, footer {
	display:block;
}
/* -----Frame setting ------- */

body {
/*background:#979b9d;*/
	}
/*ボディ共通
-----------------------------------------------------  */
/*img.bgmaximage{
  position:fixed !important;
}

#maincontent {
  position:absolute;
  top:0;
  left:0;
  z-index:50;
  width:100%;
}


.bgmaximage{
  position:fixed !important;
  display:none;
}

#maincontent {
  position: absolute;
  top:0;
  left:0;
  z-index:50;
  width:100%;
}*/

/* ------ ヘッダー ------- */
header {
    position: fixed;
    top: 0;
	width: 100%;
    background: url(../img/header_bg.png) repeat-x;
    height: 168px;
    margin: 0 auto 200px;
    z-index: 500;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
header{
	position: static;
	margin: 0 auto;
}
}
	
@media only screen and ( min-width : 568px ) and (max-width : 768px ){
header{
	position: static;
	margin: 0 auto;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
header{
	position: static;
	margin: 0 auto;
}
}
/*#headerInner {
	width: 950px;
	margin: 0 auto 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
#headerInner {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	font-size: 1.1em;
	font-family: 'Josefin Sans', sans-serif;
}
}

@media only screen and ( min-width : 568px ) and (max-width : 768px ){
#headerInner {
	width: 98%;
	overflow: hidden;
}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
#headerInner{
	width: 98%;
	overflow: hidden;
}
}*/
/*.headerInner p {
	float: right;
	color: #fff;
	font-size: 18px;
	margin: -135px 0 0 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
#headerInner .headerLogo{
	float: left;
}
#headerInner .headerTitle {
	color: #979b9d;
	font-size: 110px;
	margin: 0 0 0 230px;
	font-family: 'Passion One', cursive;
	box-shadow: #000;
	overflow: hidden;
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
#headerInner .headerTitle{
	font-size: 70px;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
#headerInner .headerTitle{
	font-size: 50px;
}
}*/
/* Navbar Container */
.navtext-container {
	width: 100%;
  	  box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerContent {
	width: 950px;
	margin: 0 auto;
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.headerContent{
	 width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.headerContent{
	width: 100%;
}
}
.headerLogo{
    float: left;
    position: absolute;
    top: 5px;
    
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.headerLogo img{
	width: 80%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}
}
@media only screen and (min-width: 375px) and (max-width: 568px) {
.headerLogo img{
	width: 70%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
.headerLogo img{
	width: 57%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
    margin-top: 10px;
}
}
/* Navbar Text */
.headerTitle {
    position: absolute;
    top: 20px;
    color: #979b9d;;
    font-size: 110px;
    font-family: 'Passion One', cursive;
	box-shadow: #000;
    margin-left: 250px;
    /*clear: both;*/
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.headerTitle{
	font-size: 70px;
    margin-left: 200px;
}
}
@media only screen and (min-width: 375px) and (max-width: 568px) {
.headerTitle{
	font-size: 60px;
    margin-left: 185px;
}
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
.headerTitle{
	font-size: 40px;
    margin: 25px 0 0 130px;
}
}

.menu {
	list-style: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	margin-top: 153px;
	padding: 0 0 10px 0;
	clear: both;
	background: var(--background-navbar);
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	transform: scale(1, 0);
	transform-origin: top;
	z-index: 111;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;    
	font-size: 18px;
	text-transform: uppercase;
	color: #ddd;
	opacity: 0;
	transition: 0.5s;
	margin: 0 10px 0 20px;
	display: block;
	text-align: center;
}

.menu li {
	border-top: 1px solid rgb(75, 75, 75);
	padding: 20px 0;
	text-align: left;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;    
 	/* margin: 0 54px;*/
	opacity: 0;
	transition: 0.5s;
	background: #3c383d;
  
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
	display: none;
}

.menu-icon {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 24px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	float: right;
}

.navicon {
	background: #ddd;
	display: block;
	height: 3px;
	width: 26px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #ddd;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
	top: 9px;
}

.navicon:after {
	bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */






/*#headerInner .headerDemo {
	float: right;
	margin-top: -155px;
}
#headerInner .headerDemo li {
	list-style: none;
	display: inline-block;
    letter-spacing: 1.1px;
    margin-left: 15px;
    color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}*/
/*.headerInner h1 {
	float: left;
}
.headerInner h2 {
	width: 500px;
	color: #979b9d;
	font-size: 110px;
	margin: 28px 0 0 210px;
	font-family: 'Passion One', cursive;
	box-shadow: #000;
	overflow: hidden;
}*/
/*.headerInner .demo2 {
	width: 55px;
	float: right;
	margin: -135px 103px 0 0;
}
.headerInner .contact {
	width: 70px;
	float: right;
	margin: -135px 0 0 0;
}*/
#headerInner a:link {
	color: #fff;
}
#headerInner a:visited {
	color: #fff;
	text-decoration: underline;
}
#headerInner a:hover {
	color: #fff;
	text-decoration: underline;
}
#headerInner p.sns {
	width: 40px;
	float: right;
	margin: -35px 0 0;
}
/* ------ コンテンツ ------- */
#wrap{
	width: 950px;
	margin: 180px auto 0;
	overflow: hidden;
	}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
#wrap {
	width: 100%;
    margin-top: 180px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
#wrap {
	width: 100%;
    margin-top: 0;
}
}

@media only screen and ( min-width : 568px ) and (max-width : 768px ){
#wrap {
	width: 98%;
    margin-top: 0;
}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
#wrap{
	width: 98%;
    margin-top: 0;
}
}
/*section h2{
	color:#fff;
	font-size:28px;
	line-height:0.7;
	margin:50px 0 0;
	}
*//*---------------galleryの表示---------------*/
.gallery {
	width: 950px;
    position: relative;
    overflow: hidden;
	margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.gallery{
	width: 100%;
}
}
	
@media only screen and ( min-width : 568px ) and (max-width : 768px ){
.gallery{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.gallery{
	width: 98%;
}
}
.gallery h1,.webDesign h2,.graphic h3 {
	width: 950px;
	color: #333;
	font-size: 42px;
	margin: 43px auto -20px;
	font-family: 'Passion One', cursive;
	border-bottom: 2px dotted #333;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
.gallery h1,.webDesign h2,.graphic h3{
	width: 98%;
}
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.gallery h1,.webDesign h2,.graphic h3{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.gallery h1,.webDesign h2,.graphic h3{
	width: 98%;
    font-size: 35px;
}
}
.webDesign h2 small {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.375em;
	color: rgb(79, 58, 14);
}

#cricket {
	width: 135px;
	height: 50px;
	background: url(../img/cricket.png) no-repeat 100% 0;
	position: absolute;
	top: 40px;
	left: 802px;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-indent: -9999px;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
#cricket{
	width: 100%;
    top: 5;
	left: 0;
}
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
#cricket{
	display: none;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
#cricket{
	display: none;
}
}

#cricket:hover {
	text-indent: 20px;
	font-size: 16px;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
#cricket:hover {
	display: none;
}
}
.gallery ul {
}
.gallery ul li {
	float: left;
	margin: 30px 22px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.gallery ul li img{
	max-width: 100%;
    height: auto;
}
}
.gallery ul li:hover {
	opacity: 0.6;
}
.gallery ul li p {
	text-align: center;
	color: #4f3a0e;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*text-shadow:1px 1px 0px #000000;*/
	font-weight: bolder;
	margin: 5px 0 0;
}
/*---------------web designの表示---------------*/
.webDesign {
	width: 950px;
	margin: 0 auto 70px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.webDesign{
	width: 100%;
}
}
	
@media only screen and ( min-width : 568px ) and (max-width : 768px ){
.webDesign{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.webDesign{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.webDesign figure img{
	max-width: 100%;
    height: auto;
}
}
figure {
	position: relative;
	overflow: hidden;
	width: 215px;
	margin: 30px 22px 30px 0;
	float: left;
}
figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/hexagon.png);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figure:hover figcaption {
	top: 0;
	left: 0;
}
figure p {
	color: #fff;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	margin: 100px auto 0;
}
/*---------------graphic designの表示---------------*/
.graphic {
	width: 950px;
	margin: 0 auto 100px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.graphic{
	width: 100%;
}
}
	
@media only screen and ( min-width : 568px ) and (max-width : 768px ){
.graphic{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.graphic{
	width: 98%;
}
}
.graphic ul {
}
.graphic ul li {
	float: left;
	margin: 30px 18px 10px 0;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.graphic ul li img{
	max-width: 100%;
    height: auto;
}
}
.graphic ul li:hover {
	opacity: 0.6;
}
.graphic ul li p {
	text-align: center;
	color: #4f3a0e;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*text-shadow:1px 1px 0px #000000;*/
	font-weight: bolder;
	margin: 5px 0 0;
}
/*---------------デモの表示---------------*/
.demo {
	width: 950px;
	margin: 0 auto 70px;
    /*position: relative;*/
	overflow: hidden;
}
.demo h1,.demo h2,.demo h3,.demo h4 {
	width: 950px;
	color: #333;
	font-size: 42px;
	margin: 43px auto 20px;
	font-family: 'Passion One', cursive;
	border-bottom: 2px dotted #333;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
.demo h1,.demo h2,.demo h3,.demo h4 {
	width: 98%;
}
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.demo h1,.demo h2,.demo h3,.demo h4 {
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.demo h1,.demo h2,.demo h3,.demo h4 {
	width: 98%;
    font-size: 35px;
}
}

/* ------ img画面遷移 ------- */
#skitter {
	width: 950px;
	height: 260px;
	margin: 0 auto 70px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#skitter img {
	position: absolute;
	visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
#skitter,#skitter img{
	max-width: 100%;
}
}
	
@media only screen and ( min-width : 568px ) and (max-width : 768px ){
#skitter,#skitter img{
	max-width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
#skitter,#skitter img{
	max-width: 100%;
}
}
/* ------ panorama ------- */
#panorama {
	width: 950px;
	margin: 0 auto 70px;/*float:left;*/
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
#panorama{
	width: 98%;
}
}
.span4 {
	width: 300px;
	float: left;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 16px 30px 0;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.span4{
	width: 98%;
}
}
.row {
/*margin-bottom: 1em;*/
	
	}
.reel {
	margin-bottom: 1em;
}
.hero-unit {
	width: 898px;
	padding: 30px 0 30px 30px;
	margin-bottom: 30px;
	background-color: #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: both;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.hero-unit{
	width: 98%;
    display: inline-block;
}
}
.hero-unit img {
	margin: 0 30px 30px 0;
}
.hero-unit p {
	font-size: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
}
.hero-unit p.unitBottom {
	font-size: 15px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
}
/* ------ fade ------- */
.fade {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 250px;
    margin-bottom: 70px;
	display: block;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.fade{
	width: 98%;
    display: inline-block;
}
}
.fade div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/* ------ 虫メガネ ------- */
#zoomImage {
	margin: -160px 0 70px;
    /*padding-bottom: 60px;*/
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
#zoomImage{
	width: 98%;
    margin-top: 0;
    display: inline-block;
}
}
#zoomImage img {
}
#zoomImage p.zoom {
	width: 600px;
	margin: -140px 12px 0 0;
	float: right;
	color: #e2e2e2;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;

}
@media only screen and (min-width: 320px) and (max-width: 992px) {
#zoomImage p.zoom {
	width: 98%;
    margin-top: 0;
    display: inline-block;
}
}
#zoomImage p.zoom strong {
	color: #e2e2e2;
	font-size: 16px;
}
/* ------ quicksand ------- */
.bubble h2 {
	width: 950px;
	color: #333;
	font-size: 42px;
	margin: 43px auto 20px;
	font-family: 'Passion One', cursive;
	border-bottom: 2px dotted #333;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
.bubble h2 {
	width: 98%;
}
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.bubble h2 {
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.bubble h2 {
	width: 98%;
    font-size: 35px;
}
}
#quicksand {
	width: 950px;
}
/*ソートボタン*/
#sortButtons {
	width: 950px;
	margin: 40px 0 55px;
}
#sortButtons *, #sortButtons {
	height: 45px;
}
/*ソートボタンCSSは「quicksand_a.css」または「quicksand_radio.css」に記載*/
@media only screen and (min-width: 320px) and (max-width: 992px) {
#quicksand,#sortButtons,#goodsList{
	width: 98%;
}
}
/*アイテムリスト*/
#goodsList ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px 25px;
	width: 170px;
	text-align: center;
	font-size: 14px;
	color: #4f3a0e;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
#goodsList ul li{
	width: 98%;
    margin-bottom: 40px;
    text-align: left;
}
}
#goodsList ul li img {
}
#goodsList ul li dt {
	margin: 5px 0 0 0;
	font-weight: bold;
	white-space: nowrap;
}
#goodsList ul li dt span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
	color: #666;
}
#goodsList ul li dd {
	text-align: left;
	display: inline-block;
}
#goodsList ul li dt + dd {/*価格部分*/
	width: 95px;
}
#goodsList ul li dt + dd:before {
	content: "¥";
}
#goodsList ul li dt + dd:after {
	content: "-";
}
#goodsList ul li dd + dd {/*more部分*/
	width: 60px;
}
#goodsList ul li dd + dd a {
/*background:url(../nail/img/icon-more.png) no-repeat center left;
	padding: 0 0 0 20px;
	min-height: 20px;
	line-height: 20px;
	display: block;
	color: #333;*/
	}
#goodsList ul li dd + dd a:hover {
	color: #F06;
}
/* ------ 泡 ------- */
#bubble {
	width: 950px;
	height: 400px;/*background:#ccc;*/
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
#bubble{
	width: 98%;
}
}
#navi {
	list-style: none;
	padding: 20px 0 0 10px;
}
li.item {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 0 0 40px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
li.item{
	width: 98%;
    margin-bottom: 40px;
}
}
li.item:hover {
	z-index: 20;
}
li.item p {
	/*position:relative;*/
	color: #4f3a0e;
	font-size: 16px;
	margin: 3px 0 35px 20px;
}
.item p.active {
	color: #fff;
	margin: 3px 0 35px 20px;
}
li.item ul {
	list-style: none;
	position: absolute;
	left: -1em;
}
/*li.item ul a{
	font-weight:bold;
	}*/
	
li.item li {
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1; /* IE7 */
}
/*.second,.third{
	position:relative;
	left:-1em;
	
	}*/
			
img.saucer {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 100px;
	height: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 19px 0 0 2px;
}
a.icon {
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 0px;
	cursor: pointer;
}
.cup1 a.icon {
	background: url(../demo2/img/cup-1.png) no-repeat 20px 15px;
}
.cup2 a.icon {
	background: url(../demo2/img/cup-2.png) no-repeat 20px 15px;
}
.cup4 a.icon {
	background: url(../demo2/img/cup-4.png) no-repeat 20px 15px;
}
.cup3 a.icon {
	background: url(../demo2/img/cup-3.png) no-repeat 20px 15px;
}
.clearboth {
	display: block;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* clearfix for ie7 */
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*---------------画像スライダー---------------*/	
#new_box {
	background: #dad9d9 no-repeat;
}
#slideCont {
	border: 1px solid #00238C;
}
/*#slideA{
	position:absolute;
	z-index:1;
	width:2646px;
	height:150px;
	top:0px;
	overflow:hidden;
	
	}*/
#innerSlideA {
	float: left;
	margin-left: 15px;
}
.itemimg {
	float: left;
	width: 137px;
	margin-left: 5px;
}
.caption {
	display: block;
	text-align: left;
	margin-top: 3px;
	color: #212f8b;
	font-size: 12px;
}
#buttonLeft {
	cursor: pointer;
	display: block;
}
#buttonRight {
	cursor: pointer;
	display: block;
}
/* ------ スクロール部分 ------- */
.news {
	width: 635px;
	height: 25px;
	background: #474248;
	border-top: 2px solid #b3b5b9;
}
.news h1 {
	color: #fff;
	margin: 3px 0 0 10px;
}
/*#info{
	width:635px;
	height:230px;
	}
.hgroup h2{
	float:right;
	color:#000;
	margin:5px 30px 0 0;
	font-size:12px;
	
	}
.hgroup h2 a{
	text-decoration:none;
	color:#000620;	
	}*/
#scrollBox {
	width: 635px;
	height: 192px;
}
.jspContainer {
	width: 635px;
	overflow: hidden;
	position: relative;
	background: #f1f0f0;
}
.jspPane {
	/*width: 635px;*/ 
	position: absolute;
	top: 0px;
}
dl.indexListD img {
/*margin:-15px 0 0;
	border:1px solid #000;*/	
	}
.jspContainer dl dt {
	clear: left;
	float: left;
	padding: 7px 0 7px 5px;
	width: 102px;
	/*font-family:arial, helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: bold;/*border-bottom:1px dotted#666;*/
}
.jspContainer dl dd {
	width: 533px;
	/*float:right;*/
	padding: 7px 0 7px 3px;
	margin-left: 107px;
	/*font-family:arial, helvetica, sans-serif;*/
	font-size: 14px;/*border-bottom:1px dotted#666;*//*background: url(../images/parts_dot01.png) 0 0 repeat-x;*/
}
.jspContainer dl dd.secound {
	margin: 0 0 0 330px;
	color: #000620;
	font-family: 'Passion One', cursive;
	font-size: 14px;
}
.jspContainer dl dd.third {
/*margin:-8px 0 0 461px;
	color:#000620;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;*/
	}
.jspContainer a:link {
/*color:#0c2780;*/
	}
.jspContainer a:visited {
	/*color:#000620;*/
	text-decoration: underline;
	color: #0066cc;
}
.jspContainer a:hover {
	/*font-family: 'Passion One', cursive;*/
	/*color:#000620;*/
	text-decoration: underline;
	color: #0066cc;
}
.indexListD dt.first, .indexListD dd.first {
	padding: 10px 0 7px 5px;
	color: #000620;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 100%;
	background: ddd;
	border: 1px solid #DDD;
	border-image: initial;
}
.jspTrack {
	width: 13px;
	background: #DDD;
	position: relative;
}
.jspDrag {
	width: 13px;
	background: #474248;
	border: 1px solid #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-image: initial;
}
.jspDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 11px;
	height: 11px;
	background: url(../demo2/img/btn_scrollup_on.gif) no-repeat left top;
}
.jspDragBottom {
	position: absolute;
	bottom: 3px;
	left: 0;
	overflow: hidden;
	width: 11px;
	height: 11px;
	background: url(../demo2/img/btn_scrolldown_on.gif) no-repeat left top;
}
strong {
	font-size: 13px;
	color: #F00;
}
/*---------------コンタクトの表示---------------*/
.contact {
	width: 950px;
	margin: 0 auto 120px;
    padding-bottom: 70px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.contact {
	width: 98%;
}
}
.contact h1 {
	width: 950px;
	color: #333;
	font-size: 42px;
	margin: 43px auto -30px;
	font-family: 'Passion One', cursive;
	border-bottom: 2px dotted #333;
}
@media only screen and (min-width: 720px) and (max-width: 992px) {
.contact h1{
	width: 98%;
}
}
@media only screen and (min-width: 568px) and (max-width: 720px) {
.contact h1{
	width: 98%;
}
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
.contact h1{
	width: 98%;
    font-size: 35px;
}
}
form {
	width: 950px;
	margin: 50px auto;
	overflow: hidden;
    background: #ffffff;
    padding-bottom: 70px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form {
	width: 98%;
}
}
form p {
	color: #222;
	font-size: 18px;
	/*font-weight:bold;*/
	margin: 29px 0 25px 30px;
}
form table {
	/*border-collapse:separate;*/
	border-spacing: 0 15px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table {
	width: 98%;
}
}
form table th {
	width: 139px;
	height: 40px;
	font-size: 16px;
	/*background:#979b9d;*/
	color: #444;
	/*border:1px solid#c7c3c3;*/
	padding: 10px 0 0 30px;
	text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table th {
	display: inline-block;
    padding: 0 0 0 30px;
    margin-bottom: -10px;
}
}
form table th.bottom {
	width: 139px;
	height: 40px;
	font-size: 16px;
	/*background:#979b9d;*/
	/*border:1px solid#c7c3c3;*/
	padding: 10px 0 0 30px;
	vertical-align: middle;/*text-align:center;*/
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table th.bottom {
	
}
}
form table td {
	width: 450px;
	height: 40px;
	font-size: 16px;
	color: #222;
	padding: 10px 0 0 15px;/*background:#979b9d;*//*border:1px solid#c7c3c3;*/
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table td {
	display: inline-block;
    padding: 0 0 0 15px;
}
}
form table td.name {
	color: #111111;
	padding: 10px 0 0 29px;
	margin: 20px 0 20px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table td.name{
	width: 98%;
    margin: -60px 0 40px;
}
}
form table td.mail {
	color: #333333;
	padding: 10px 0 0 29px;
	font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table td.mail {
	width: 98%;
    margin: -60px 0 40px;
}
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
input{
	max-width: 100%;
}
}
form table td.checkBox {
	padding: 0 0 0 29px;
	line-height: 1.5;
}

form table td.textArea {
	border-radius: 3px;
	padding: 10px 0 0 29px;
	font-size: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
form table td.textArea {
	width: 80%;
    margin: -20px 0 40px;
}
}
tr.submit {
	border: hidden;
	margin: 20px auto 40px;
}
td.submit {
	border: hidden;
	text-align: center;
    
}
/*--------------sample----------------*/
.bnrPickup {
	width: 950px;
	height: 300px;
	overflow: hidden;
}
.bnrPickup li {
	float: left;
	margin: 0 22px 20px 0;
}
.bnrPickup li hover {
	opacity: 0.5;
}
.bnrWeekly {
	width: 950px;
	height: 400px;
	margin-bottom: 60px;
	overflow: hidden;
}
.bnrWeekly li {
	float: left;
	margin: 0 7px 20px 0;
}
.bnrWeekly li hover {
	opacity: 0.5;
}
.bnrTopPickup {
	width: 950px;
	height: 400px;
	margin-bottom: 60px;
	overflow: hidden;
}
.bnrTopPickup li {
	float: left;
	margin: 0 7px 20px 0;
}
.bnrTopPickup li hover {
	opacity: 0.5;
}
/*------------------------------*/
footer {
	width: 100%;
    background: url(../img/footer_bg02.png) repeat-x;
    height: 95px;
	margin: 0 auto;
	clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
footer {
	width: 100%;
}
}

@media only screen and ( min-width : 320px ) and (max-width : 768px ){
footer {
	width: 100%;
	overflow: hidden;
}
}
.footerInner {
	/*margin:350px auto 0;*/
	clear: both;
}
.copy {
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 40px 0 0;/*	border:1px solid#fff;
*/
}
.copy small {
}
/*------------Transitions デモ------------------*/
#bg_Color {
	width: 950px;
	margin: 0 auto 150px;
	height: 80px;
	background-color: #eb7497;
	-webkit-transition: background-color 1s linear;
}
#bg_Color:hover {
	background-color: #dd8d2f;
}
#bg_Character p {
	width: 950px;
	margin: 0 auto 150px;
	font-size: 25px;
	color: #000;
	padding: 25px;
	-webkit-transition: 0.3s ease-in-out;
}
#bg_Character p:hover {
	font-size: 45px;
}
#bg_CharacterColor p {
	width: 950px;
	margin: 0 auto 150px;
	font-size: 25px;
	padding: 25px;
	-webkit-transition: 1s ease-in-out;
}
#bg_CharacterColor p:hover {
	color: #ff0000;
}
