@charset "UTF-8";
/* Jimdo Reset
-----------------------------------------------*/
body div.n { padding: 5px 0 }
body img { vertical-align: bottom }
div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}
div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input { line-height: normal }
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em }
div.cc-m-form-view-input textarea { padding: 0.3em }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em }
div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}
div.cc-m-form-view-input div.captcha input[name="captcha"] {
    font-family: inherit;
    font-size: 1.3em;
    padding: 3px 0 3px 6px;
    line-height: 1.5;
    width: auto;
}
div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
    display: inline-block;
    padding: 0.5em 1.5em;
    margin: 1.5em auto;
    font-size: 1em;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #FFFFFF, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #e6e6e6);
    background-image: -o-linear-gradient(top, #FFFFFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFFFFF, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
    color: #333333;
    background-color: #e6e6e6;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
div.cc-m-form-layout-1 div.cc-m-form-view-label { line-height: 2.5em }
/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label { width: 24% }
form.cc-m-form div.cc-m-form-view-input { width: 74% }
/* Body
-----------------------------------------------*/
body { background: #F3F3F3 }
/* Header
-----------------------------------------------*/
#header {
	float: left;
	min-width: 100%;
	margin: 0;
    padding: 0;
    background: #FFFFFF;
}
#inq {
    box-shadow: rgba(127, 127, 127, 0.74902) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(127, 127, 127, 0.74902) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(127, 127, 127, 0.74902) 0px 0px 3px 0px;
    border-bottom: 1px solid #d9d9d9;
}
#inq .inner {
    padding: 15px 0;
    width: 960px;
    margin: 0 auto;
}
#inq p {
    float: left;
    font-size: 15px;
    line-height: 0;
}
#inq .tel { float: right }
#inq .tel span {
    font-size: 16px;
    font-weight: bold;
}
#logo {
    width: 960px;
    margin: 0 auto;
}
#header h1 { padding: 30px 0 }
#header h1 a img { margin: 0 auto }
#header #mobile-nav {
	display: none;
}
/* Nav
-----------------------------------------------*/
#nav {
	float: left;
	min-width: 100%;
    background: #4C4C4C; /* Old browsers */
    background: -moz-linear-gradient(top,  #4C4C4C 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4C4C4C 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #000000;
    border-bottom: 4px solid #8B182C;
}
#nav:after {
    content: "";
    clear: both;
    display: block;
}
#nav ul#mainNav1 {
    width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-left: 1px solid #000000;
}
#nav ul#mainNav1 li { float: left }
#nav ul#mainNav1 li a {
    display: block;
    padding: 16px 15px;
    border-right: 1px solid #000000;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
}
#nav ul#mainNav1 li a:hover { background: #000000 }
#nav ul#mainNav1 li a.current,
#nav ul#mainNav1 li a.parent {
    background: #B21E3A; /* Old browsers */
    background: -moz-linear-gradient(top,  #B21E3A 0%, #8B182C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B21E3A), color-stop(100%,#8B182C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #B21E3A 0%,#8B182C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B21E3A', endColorstr='#8B182C',GradientType=0 ); /* IE6-9 */
}
#nav ul#mainNav2 { display: none }
/* Container
-----------------------------------------------*/
#container {
	clear: both;
    width: 920px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    background: #FFFFFF;
}
#container:after {
    content: "";
    clear: both;
    display: block;
}
/* Content
------------------------*/
#content {
    float: left;
    width: 700px;
}
#container a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#content h1 {
    margin: 15px 0 5px;
    padding: 10px;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #F2F2F2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFFFFF 0%,#F2F2F2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 2px solid #8B182C;
    border-left: 1px solid #D9D9D9;
}
#content h2 {
    margin: 15px 0 5px;
    padding: 10px;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #F2F2F2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFFFFF 0%,#F2F2F2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D9D9D9;
}
#content h3 {
    margin: 15px 0 5px;
    padding: 5px;
    background: #F3F3F3;
}
/* Side
------------------------*/
#side {
    float: right;
    width: 200px;
}
/* Subnav
------------*/
#subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#subnav ul li {
    margin: 0;
    padding: 0;
}
#subnav ul.mainNav1 li {
    list-style: none;
	line-height: 1%;
    font-size: 1px;
}
#subnav ul.mainNav1 li a.level_1 { display: none }
#subnav ul.mainNav2 {
    margin-top: 20px;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
#subnav ul li ul li a {
    display: block;
    margin: 0;
    padding: 10px 10px 9px 20px;
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat #4C4C4C; /* Old browsers */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-moz-linear-gradient(top,  #4C4C4C 0%, #000000 100%); /* FF3.6+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-webkit-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-o-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-ms-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* IE10+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,linear-gradient(to bottom,  #4C4C4C 0%,#000000 100%); /* W3C */
    filter: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #D9D9D9;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    color: #FFFFFF;
}
#subnav ul li ul li a:hover {
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat #000000; /* Old browsers */
    text-decoration: none !important;
    font-weight: normal !important;
}
#subnav ul li ul li a.current {
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat #B21E3A; /* Old browsers */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-moz-linear-gradient(top,  #B21E3A 0%, #8B182C 100%); /* FF3.6+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#B21E3A), color-stop(100%,#8B182C)); /* Chrome,Safari4+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-webkit-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* Chrome10+,Safari5.1+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-o-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* Opera 11.10+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,-ms-linear-gradient(top,  #B21E3A 0%,#8B182C 100%); /* IE10+ */
    filter: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow.png?t=1392346859) 10px center no-repeat,progid:DXImageTransform.Microsoft.gradient( startColorstr='#B21E3A', endColorstr='#8B182C',GradientType=0 ); /* IE6-9 */
}
#subnav ul li ul li ul li a {
    padding: 5px 5px 5px 30px;
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat #4C4C4C; /* Old browsers */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,-moz-linear-gradient(top,  #4C4C4C 0%, #000000 100%); /* FF3.6+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,-webkit-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,-o-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,-ms-linear-gradient(top,  #4C4C4C 0%,#000000 100%); /* IE10+ */
    background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,linear-gradient(to bottom,  #4C4C4C 0%,#000000 100%); /* W3C */
    filter: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat,progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #D9D9D9;
}
#subnav ul li ul li ul li a:hover { background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat #000000 }
#subnav ul li ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/s319a4b619265a87f/userlayout/img/arrow-small.png?t=1392346854) 20px center no-repeat #8B182C }
/* Sidebar
------------*/
#sidebar h1 {
    margin: 15px 0 5px;
    padding: 10px 0;
    border-top: 1px solid #B21E3A;
    border-bottom: 1px solid #B21E3A;
    font-size: 97%;
}
#sidebar h2 {
    margin: 15px 0px 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #4d4d4d;
    font-size: 97%;
}
#sidebar h3 {
    margin: 15px 0px 5px;
    font-size: 97%;
}
/* Footer
-----------------------------------------------*/
#footer {
	float: left;
	min-width: 100%;
    padding: 20px 0;
    background: #000000;
    color: #D9D9D9;
}
#footer a { color: #D9D9D9 }
#footer a:hover {
    font-weight: bold;
    text-decoration: underline;
}
#footer .inner {
    width: 920px;
    margin: 0 auto;
}
/* Shop Cart
-----------------------------------------------*/
#shop-cart {
    clear: both;
    position: fixed;
    top: 0;
    right: 0;
}
#shop-cart #cc-sidecart-wrapper { margin: 0 }
#shop-cart #cc-sidecart-wrapper .cc-sidecart-header {
    margin: 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#shop-cart #cc-sidecart-wrapper #cc-sidecart {
    width: 300px;
    overflow: auto;
}
#shop-cart #cc-sidecart-wrapper #cc-sidecart .cc-sidecart-content {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#shop-cart #cc-sidecart-wrapper .cc-sidecart-item { padding: 10px }
#shop-cart #cc-sidecart-wrapper .cc-sidecart-calculation { padding: 10px }
#shop-cart #cc-sidecart-wrapper .cc-sidecart-footer {
    margin: 0;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
/* Blog
-----------------------------------------------------------------------*/
#content .j-blogarticle { margin-bottom: 10px }
#content .blogselection h1 {
    margin: 5px 0;
    padding: 11px 0 17px;
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    border-bottom: 1px dotted #ccc;
    outline: none;
}
#content .blogselection h1 a { font-weight: normal !important }
#content .blogselection h1 a:hover { font-weight: bold !important }
.cc-page-blog #content h1 {
    margin: 20px 0 0;
    padding: 5px 0 16px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    background: none !important;
    border-radius: 0 !important;
    border-bottom: 1px dotted #ccc;
    outline: none;
}
.blogselection h1:before,
.cc-page-blog #content h1:before { padding: 0 !important }
.cc-page-blog #content h1 a {
    text-decoration: none;
    color: 3a3325;
}
.postmeta {
    margin: 5px auto 0;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    color: #aaa;
    font-size: small;
}
body div.blogselection div.n { padding: 0px }
.cc-page div.datetime.dt-style3.dt-alignment-left { margin: 5px 15px 15px 0px }
.cc-page-blog div.datetime.dt-style3.dt-alignment-left { margin: 15px 10px 10px 3px }
body .skiptoform { margin: 10px }
body ul.com-list,
ul.com-list-noava { margin: 15px 0 0 0 }

.blogselection .j-blogarticle,
.cc-page-blog .j-blogarticle {
	border-bottom: 1px dotted #444;
	margin: 0 0 10px;
	padding: 0 0 10px !important;
}
.blogselection .j-blogarticle:last-child,
.cc-page-blog .j-blogarticle:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
.blogselection .j-blogarticle .datetime,
.cc-page-blog .j-blogarticle .datetime {
	float: none !important;
	background: none !important;
	min-height: auto !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.blogselection .j-blogarticle .datetime-inner,
.cc-page-blog .j-blogarticle .datetime-inner {
	padding: 0 !important;
}
.blogselection .j-blogarticle .datetime-inner p,
.cc-page-blog .j-blogarticle .datetime-inner p {
	display: inline;
	color: #444 !important;
}
.blogselection .datetime-inner p.mon,
.blogselection .datetime-inner p.day,
.cc-page-blog .datetime-inner p.mon,
.cc-page-blog .datetime-inner p.day {
	position: initial !important;
	padding: 0 !important;
	font-size: 16px !important;
}
.blogselection .datetime-inner p.day:after,
.cc-page-blog .datetime-inner p.day:after {
	display: none !important;
}
#content .blogselection h2,
#content .cc-page-blog h2 {
	border: 0;
	background: none;
	margin: 5px 0;
	padding: 0;
}
#content .blogselection h2:before,
#content .cc-page-blog h2:before {
	content: "▶";
	display: block;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 30px 20px 10px 3px;
}

/* Copyright 
-----------------------------------------------*/
#copyright-area {
	clear: both;
	padding: 30px 0;
	background: #ffffff;
}
#copyright img {
	display: inline;
	margin: 0 15px 0 0;
}
#copyright {
	line-height: 23px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* responsive
-----------------------------------------------*/
@media screen and (max-width:768px){
	#container,
	.inner,
	#inq .inner,
	#logo,
	#footer .inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#container img,
	.inner img {
		display: block !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#content {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#header {
		float: none;
		padding: 60px 0 0;
	}
	#inq {
		box-shadow: none;
		border: 0;
		text-align: center;
	}
	#inq p,
	#inq .tel {
		float: none;
		margin: 0 0 5px;
		line-height: normal;
	}
	#header h1 {
		padding: 20px 0;
	}
	#visual {
		padding: 10px 0 0;
	}
	#side {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#nav,
	#subnav {
		display: none;
	}
	#shop-cart {
		z-index: 21;
	}
	#shop-cart .j-cart {
		top: 5px;
		right: 5px;
	}
	#shop-cart .j-cart-icon {
		padding: 0 .9em;
	}
	#header #mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		z-index: 20;
		background: #f1f1f1;
		width: 100%;
		border-bottom: 1px solid rgba(60,60,60,.15);
		box-sizing: border-box;
		text-align: left;
		font-size: 62.5%;
	}
	#header #mobile-nav ul {
		display: none;
		background: #fff;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#header #mobile-nav li {
		position: relative;
	}
	#header #mobile-nav li a {
    overflow: hidden;
		display: block;
		height: 42px;
    border-bottom: 1px solid rgba(60,60,60,.15);
		padding: 0 65px 0 20px;
    line-height: 42px;
		font-size: 1.6em!important;
		text-decoration: none;
    color: #3a4642;
	}
	#header #mobile-nav li ul {
		display: none;
	}
	#header #mobile-nav li ul li a {
		padding: 0 65px 0 35px;
	}
	#header #mobile-nav li ul li ul li a {
		padding: 0 0 0 50px;
	}
	#header #mobile-nav .btn {
		display: block;
		cursor: pointer;
    height: 45px;
    padding: 10px 0 0;
	}
	#header #mobile-nav .btn.close:before {
		content: "×";
		margin: 0 0 0 15px;
		font-size: 56px;
		color: #000;
	}
	#header #mobile-nav .btn span {
		padding: 24px 0 0;
		font-size: 10px;
	}
	#header #mobile-nav .btn.close span {
		padding: 0;
	}
	.nav-bar {
		display: block;
		position: relative;
		background: #000;
		top: 15px;
		left: 20px;
	}
	.nav-bar, .nav-bar:before, .nav-bar:after{
		width: 34px;
		height: 4px;
	}
	.nav-bar:before, .nav-bar:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		background: #000;
	}
	.nav-bar:before {
		margin-top: -11px;
	}
	.nav-bar:after {
		margin-top: 8px;
	}
	.btn.close .nav-bar {
		display: none;
	}
	.jmd-nav__toggle-button {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background-color: rgba(200,200,200,.2);
		width: 42px;
		height: 42px;
    box-sizing: border-box;
		text-align: center;
	}
	.jmd-nav__toggle-button:before {
    clear: both;
    display: table;
    content: "";
    position: absolute;
    border-radius: 0;
    width: 1.26em;
    height: .2em;
    left: 1.47em;
    top: 2em;
    background: rgba(0,0,0,.7);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	}
	.jmd-nav__toggle-button:after {
    clear: both;
    display: table;
    content: "";
    position: absolute;
    border-radius: 0;
    width: 1.26em;
    height: .2em;
    left: 1.47em;
    top: 2em;
    background: rgba(0,0,0,.7);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	.jmd-nav__toggle-button.active:after {
		-ms-transform: rotate(0);
    transform: rotate(0);
	}
	#content .cc-m-textwithimage .cc-m-image-align-1,
	#content .cc-m-textwithimage .imgleft,
	#content .j-textWithImage .cc-m-image-align-1,
	#content .j-textWithImage .imgleft,
	#content .cc-m-textwithimage .cc-m-image-align-2,
	#content .cc-m-textwithimage .imgright,
	#content .j-textWithImage .cc-m-image-align-2,
	#content .j-textWithImage .imgright {
    float: none;
    display: block;
    margin: 10px auto;
	}
	#content .cc-m-hgrid-column {
		float: none;
    min-height: 1px;
    min-width: 100%;
		box-sizing: content-box;
		padding: 0;
	}
	#content .cc-shop-product-img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	#content .cc-shop-product-size-2 .cc-shop-product-img-confines {
		width: 100%;
	}
	#content form.cc-m-form.cc-m-form-layout-0 .cc-m-form-view-element>label {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#content form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input {
    max-width: 100%;
    min-width: 100%;
	}
	#content .cc-m-form-submit .cc-m-form-view-input-wrapper {
		text-align: center;
	}
	#content form.cc-m-form .cc-m-form-view-element.cc-m-form-submit .cc-m-form-view-input-wrapper input {
    max-width: 50%;
    min-width: 50%;
	}
	#footer {
		float: none;
	}
	#footer #contentfooter .leftrow,
	#footer #contentfooter .rightrow {
		float: none;
		width: 100%;
		text-align: left;
	}
	#footer .jimdo-free-footer-ad {
		padding: 10px;
		box-sizing: border-box;
	}
	#footer .jimdo-free-footer-ad p {
		box-shadow: none;
	}
	#footer .jimdo-free-footer-ad.jimdo-kddi-footer>p {
    border: 0;
		margin: 0;
		padding: 35px 0 0;
	}
}