@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;
}
.j-comment .skiptoform {
    float: none;
    margin: 10px 0 10px 0;
}
 
/*フォームラベルを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%; }

/* Layout
-----------------------------------------------*/
#header {
	background: #fff;
	padding: 45px 0 25px;
}

#header:after {
  content: ""; 
  display: block; 
  clear: both;
}

#container {
	clear: both;
	background: #fff;
	padding: 0 0 50px;
}

#container:after {
  content: ""; 
  display: block; 
  clear: both;
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

#content {
	float: right;
	width: 730px;
	margin: 0;
	padding: 0;
}

#visual {
	clear: both;
	margin: 0;
	padding: 0;
}
#visual {
	display: none;
}
#page-2132234319 #visual {
	display: block;
	margin-bottom: 30px;
}

#footer {
	clear: both;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------*/
#logo {
	float: left;
}
#logo a {
	text-decoration: none;
	color: #000000;
	font-size: 25px;
}
h1#logo a span {
	font-size: 15px;
	display: block;
}
#header-side {
	float: right;
}
#mail {
	float: left;
	margin: 0 10px 0 0;
}
#tel {
	float: right;
	padding: 0 0 0 45px;
	/*background: url(https://u.jimcdn.com/cms/o/s5ec5dde1ce00f6ba/userlayout/img/phone.png?t=1380780644) no-repeat;*/
}
#tel p {
	color: #1f0f4d;
	font-size: 13px;
}
#tel #number {
	line-height: 1.1;
	color: #4ab2cc;
	font-size: 26px;
	font-weight: bold; }
#tel #number a {
        color: #4ab2cc !important; }
#header #mobile-nav {
	display: none;
}


/* Sidebar 
-----------------------------------------------*/
#sidebar h1 {
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #4ab2cc;
	font-size: 97%;
	/*color: #e5449b;*/
}

#sidebar h2 {
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #fdd7ef;
	font-size: 97%;
  color: #e5449b;
}

#sidebar h3 {
	margin: 20px 0 10px;
	font-size: 97%;
	color: #e5449b;
}

#sidebar .j-facebook {
	width: 200px;
	padding: 5px 5px 0;
	background: #fff;
}

/* Navi
-----------------------------------------------*/
#navi {
	width: 200px;
	margin: 20;
	background: #fff2f5;
}

#navi ul li {
	list-style-type: none;
}
#navi ul li:after {
    display: block;
    content: "";
    width: 100%;
    height: 0px;
    background: #ffffff;
    margin: 0 auto;
}
#navi ul#mainNav1 {
	margin: 0;
	padding: 0; 
}

#navi ul#mainNav1 li a {
	display: block;
	padding: 8px 8px 8px 25px;
	/*background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 10px center no-repeat #fefffe;*/
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	/*font-weight: bold;*/
background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312),linear-gradient(to bottom, #fefffe 0%,#eef1f5 100%); 
background-repeat: no-repeat;
background-position: 5% center;
}
#navi ul#mainNav1 li a:hover {
	/*background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 10px center no-repeat #ffffff;*/
background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312),linear-gradient(to bottom, #fefffe 0%,#e8eaed 100%); 
background-repeat: no-repeat;
background-position: 5% center;
}
#navi ul#mainNav1 li a.current {
	/*background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 10px center no-repeat #eef3f9;*/
background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312),linear-gradient(to bottom, #fcfcfc 0%,#D7E3ED 100%);
background-repeat: no-repeat;
background-position: 5% center;
}

#navi ul#mainNav2 {
	margin: 0;
	padding: 0;
}

#navi ul#mainNav2 li a {
	display: block;
	padding: 8px 20px 8px 40px;
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 25px center no-repeat #fafafa;
}


font-size: 14px;
	color: #000000;
	text-decoration: none;
	/*font-weight: bold;*/
}

#navi ul#mainNav2 li a:hover {
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 25px center no-repeat #ffffff;
}
#navi ul#mainNav2 li a.current {
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 25px center no-repeat #fafafa;
}

#navi ul#mainNav3 {
	margin: 0;
	padding: 0;
}

#navi ul#mainNav3 li a {
	display: block;
	padding: 10px 20px 10px 55px;
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 40px center no-repeat;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navi ul#mainNav3 li a:hover {
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 25px center no-repeat #982d67;
}
#navi ul#mainNav3 li a.current {
	background: url(https://u.jimcdn.com/cms/o/s2b74c4e9f64c6f4b/userlayout/img/arrow.png?t=1380706312) 25px center no-repeat #982d67;
}

/* Content
-----------------------------------------------*/
/*
#content h1 {
	margin: 20px 0 10px;
	padding: 15px 15px 24px 15px;
	background: url(https://u.jimcdn.com/cms/o/s5ec5dde1ce00f6ba/userlayout/img/bg-h1.gif?t=1380780622) bottom no-repeat #ec6e83;
}
*/
#content h1 {
	margin: 20px 0 10px;
	padding: 6px 5px;
	/*background: #f1f1f1;*/
	border-left: 5px solid #4ab2cc;
	border-bottom: 2px solid #4ab2cc;
	font-weight:bold;
}
#content h2 {
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #4ab2cc;
	font-weight:bold;
}
#content h3 {
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #4ab2cc;
	font-weight:bold;
}
#content_area:nth-child(1) :first-child h1 {
    margin-top: -5px;
}
.cc-m-form input[type="submit"] {
	background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.cc-m-download-file-link {
	margin-top: 10px;
	text-align: center;
}
.cc-m-download-file-link a {
	display: block;
	background: #337ab7;
	width: 150px;
	border: 1px solid #337ab7;
	padding: 4px 18px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}
.cc-m-download-file-link a:link {
	text-decoration: none;
	color: #fff;
}

/* Footer
-----------------------------------------------*/
#footer {
	padding: 35px 0 40px;
	background: #f0f0f0;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer .jimdo-free-footer-ad {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
}
#footer .jimdo-free-footer-ad a {
	color: #000;
}
#footer .jimdo-kddi-footer .jimdo-footer-branding {
	margin: 10px 0 0 10px;
}
#footer .jimdo-free-footer-ad.jimdo-kddi-footer>p {
	margin-left: 198px;
	color: #000;
}


/* Blog
-----------------------------------------------------------------------*/
#content .blogselection h1 {
 background: none !important;
 border-bottom: 1px solid #fff !important;
 border-radius: 0 !important;
 margin: 0;
 padding: 14px 0 14px;
}
.cc-page-blog #content h1 {
 background: none !important;
 border-bottom: 1px solid #fff !important;
 border-radius: 0 !important;
 margin: 0;
 padding: 29px 0 14px;
}
.blogselection h1:before,
.cc-page-blog #content h1:before {
 border-left: none !important;
 padding: 0 !important;
}
.cc-page-blog #content h1 a {
 text-decoration: none;
}
.postmeta {
 margin: 5px auto 0;
 text-align: left;
 color: #fff;
 font-size: small;
 border-bottom: 1px dotted #fff;
}
body div.blogselection div.n {
 padding: 0px;
 margin: 0 0 20px;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
 margin: 15px 20px 10px 3px;
}
body .skiptoform {
 margin: 10px;
}
.blogselection h1:before,
.cc-page-blog #content h1:before {
	border-left: none !important;
	padding: 0 !important;
}
.cc-page-blog #content h1 a {
	text-decoration: none;
}
.postmeta {
	margin: 5px auto 0;
	text-align: left;
	color: #aaa;
	font-size: small;
	border-bottom: 1px dotted #ccc;
}
body div.blogselection div.n {
	padding: 0px;
	margin: 0 0 20px;
}
.blogselection .j-blogarticle,
.cc-page-blog .j-blogarticle {
	border-bottom: 1px dotted #6c6c6c;
	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: #999 !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: #e5449b;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 30px 20px 10px 3px;
}
body .skiptoform { margin: 10px; }

/* Copyright 
-----------------------------------------------*/
#copyright-area {
	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;
}
#copyright a {
	color: #85c7df;
}

/* cart
-----------------------------------------------*/
#sidebar .j-cart {
	top: 15px;
	right: 15px;
}


/* responsive
-----------------------------------------------*/
@media screen and (max-width:768px){
	.inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.inner img {
		display: block !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#header {
		text-align: center;
	}
	#content {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#sidebar {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#navi {
		display: none;
	}
	#logo {
		float: none;
		margin: 40px 0 10px;
	}
	#header-side {
		float: none;
		display: inline-block;
	}
	#mail {
		margin: 0 10px 0 0;;
	}
	#tel {
		float: left;
		text-align: left;
	}
	#header #mobile-nav {
		display: block;
		position: absolute;
		top: 0;
		z-index: 20;
		background: #f1f1f1;
		width: 100%;
		border-bottom: 1px solid rgba(60,60,60,.15);
		margin: 0 -10px;
		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 #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;
	}
	#copyright {
		padding: 0 10px;
		text-align: left;
	}
	#copyright img {
		display: block;
		margin: 0 0 10px;
	}
	#sidebar .j-cart {
		position: absolute;
		top: 0;
		right: 0;
		height: 55px;
		line-height: 55px;
	}
	#sidebar .j-cart .j-cart-icon {
		padding: 0 .9em;
	}
}
@media screen and (max-width:480px){
	.cc-m-download-file-link a {
		width: 100%;
		box-sizing: border-box;
	}
	#content .leftDownload {
		float: none;
		width: 100%;
	}
	#content .rightDownload {
		margin: 0;
		padding: 0;
	}
	#content .cc-catalog-size-2 .cc-webview-product {
		float: none;
		width: 100%;
	}
	#content .cc-catalog-size-2 .cc-webview-product .cc-webview-product-image {
		width: 60%;
		height: auto;
		margin: 0 auto;
	}
	#content .cc-catalog-container-new .cc-webview-product-price {
		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: 100%;
    min-width: 100%;
	}
	
}

div#visual img {
    margin: 0 auto;
}