/* 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;
}

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%;
}

#sidebar .j-facebook {
	padding: 0px;
	width: 920px;
	height: 332px;
	background: #FFFFFF !important;
}


/* body,Anchor
------------------------------------------------*/
body {
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
}
a:link,
a:visited { text-decoration: underline; color: #222; }
a:hover { text-decoration: none; color: #222; }

/* font
------------------------------------------------*/
body, p, table, th, td, dt, dd, input, textarea, h1, h2, h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* clearfix
------------------------------------------------*/
.clearfix { zoom: 1; }
.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/* Layout
-----------------------------------------------*/
.inner {
	zoom: 1;
	width: 920px;
	margin: 0 auto;
}
.inner:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#header {
	padding: 25px 0;
}
#nav {
	background: #b8a824;
}
#content {
	padding: 20px 0;
}
#side {
	background: #f7f7f7;
	padding: 20px 0;
}
#footer {
	background: #b8a824;
	padding: 20px 0;
	color: #fff;
}

/* header
-----------------------------------------------*/
#header h1 {
	line-height: 1;
	font-size: 30px;
}
#header h1 a {
	text-decoration: none;
}

/* #nav
-----------------------------------------------*/
.fixed {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	border-left: 1px solid #d9d085;
	margin: 10px 0;
	padding: 0;
}
#nav li:last-child {
	border-right: 1px solid #d9d085;
}
#nav.fixed li {
	margin: 0;
}
#nav li a {
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
}
#nav li a:hover {
	background: #938514;
}
#nav li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}
#nav li:hover > ul {
	visibility: visible;
}
#nav li ul li {
	position: relative;
	top: 10px;
	float: none;
	border: none;
	border-bottom: 1px solid #d9d085;
	margin: 0;
}
#nav li ul li:last-child {
	border: none;
}
#nav.fixed li ul li {
	top: 0;
}
#nav li ul li a {
	background: #b8a824;
	padding: 10px 20px;
	font-size: 16px;
}
#nav li ul li ul {
	top: 0;
	left: 100%;
}
#nav li ul li ul li {
	top: 0;
}

/* content
-----------------------------------------------*/
#content h1 {
	margin: 20px 0 10px;
}
#content h2 {
	margin: 40px 0 10px;
}
#content h3 {
	margin: 40px 0 10px;
}

/* side
-----------------------------------------------*/
#side h1 {
	margin: 0 0 15px;
	font-size: 24px;
}
#side h2 {
	margin: 25px 0 15px;
	font-size: 20px;
}
#side h3 {
	margin: 25px 0 15px;
	font-size: 16px;
}

/* footer
-----------------------------------------------*/
#footer a {
	color: #fff;
}
#footer .leftrow {
	line-height: 2;
}
#footer .leftrow img {
	vertical-align: middle;
}

/* Blog
-----------------------------------------------------------------------*/
#content .j-blogarticle {
	margin: 0 0 20px;
}
#content .blogselection h1 {
	border-bottom: 1px solid #EDEDED !important;
	margin: 0 0 15px;
	padding: 18px 0 18px;
	font-size: 104%;
}
.cc-page-blog #content h1 {
	border-bottom: 1px solid #EDEDED !important;
	margin: 0 0 0;
	padding: 17px 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: #aaa;
	font-size: small;
	border-bottom: 1px dotted #EDEDED;
}
body div.blogselection div.n {
	padding: 0px;
}
body div.datetime.dt-style3.dt-alignment-left {
	margin: 5px 10px 0 3px;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 4px 15px 0 3px;
}
body .skiptoform {
	margin: 8px;
}
bosy ul.com-list li, ul.com-list-noava li {
	border-top: none;
}

/* Copyright 
-----------------------------------------------*/
#copyright-area {
	background: #fff;
	padding: 30px 0;
}
#copyright img {
	display: inline;
	margin: 0 15px 0 0;
}
#copyright {
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #999;
}
/* 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;
}

/* responsive
-----------------------------------------------*/
#header #mobile-nav {
	display: none;
}
@media screen and (max-width:768px){
	#container,
	.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 {
		padding: 35px 0 5px;
	}
	#header h1 {
		margin: 40px 0 10px;
	}
	#visual {
		padding: 10px 0 0;
	}
	#side {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#nav {
		display: none;
	}
	#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);
		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%;
	}
	#sidenav {
		display: 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;
	}
}