hcfhc@charset "UTF-8";

/* Jimdo Reset
-----------------------------------------------*/
body div.n a:hover {
	text-decoration: underline;
	font-weight: bold;
}
body img { vertical-align: bottom; }
body div.n { padding: 5px 0; }

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.5rem;
  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: #FFFFFF; }

/* Header
-----------------------------------------------*/
#header { margin: 20px 0; }
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header .inner {
	width: 950px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	color: #333333;
	font-size: 25px;
	line-height: 2rem;
}
#inq { float: right; }
#inq p {
	color: #333333;
	font-size: 13px;
	text-align: right;
	line-height: 1.2rem;
}
#inq p span {
	font-size: 15px;
	font-weight: bold;
}

/* Nav
-----------------------------------------------*/
#nav {
	margin-bottom: 20px;
	background: #73B111; /* Old browsers */
	background: -moz-linear-gradient(top, #73B111 0%, #4C750B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73B111), color-stop(100%,#4C750B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #73B111 0%,#4C750B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #73B111 0%,#4C750B 100%); /* W3C */
}
#nav:after {
	content: "";
	clear: both;
	display: block;
}
#nav ul#mainNav1 {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#nav ul#mainNav1 li { float: left; }
#nav ul#mainNav1 li a {
	display: block;
	padding: 18px 17px;
	border-right: 1px solid #4C750B;
	border-left: 1px solid #73B111;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul#mainNav1 li a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#nav ul#mainNav1 li a.current,#nav ul#mainNav1 li a.parent { background: #4C750B }
#nav ul#mainNav2 { display: none; }

/* Container
-----------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto 20px auto;
}
#container:after {
	content: "";
	clear: both;
	display: block;
}

/* Visual
-----------------------------------------------*/
#visual {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#visual ul {
	overflow: hidden;
	list-style-type: none;
	height: 350px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Content
-----------------------------------------------*/
#content {
	float: left;
	width: 700px;
}
#content h1 {
	margin: 15px 0 10px;
	padding: 15px;
	border: 1px solid #FFFFFF;
	outline: 1px solid #999999;
	background: #73B111; /* Old browsers */
	background: -moz-linear-gradient(top, #73B111 0%, #4C750B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73B111), color-stop(100%,#4C750B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #73B111 0%,#4C750B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #73B111 0%,#4C750B 100%); /* W3C */
}
#content h2 {
	margin: 15px 0 10px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	background: #F9FFEE;
}
#content h3 {
	margin: 15px 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

/* Side
-----------------------------------------------*/
#side {
	float: right;
	width: 230px;
}

/* Sidenav

-----------------------------------------------*/
#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
#sidenav ul li {
	margin: 0;
	padding: 0;
}
#sidenav ul.mainNav1 li a.level_1 { display: none; }

#sidenav ul.mainNav2 {
	margin-top: 20px;
	border-top: 2px solid #F3F3F3;
	border-right: 2px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	border-left: 2px solid #F3F3F3;
}
#sidenav ul li ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 10px center no-repeat;
	border-bottom: 1px solid #F3F3F3;
	font-size: 15px;
	line-height: 1.2rem;
	text-decoration: none;
	color: #333333;
}
#sidenav ul li ul li a:hover {
	color: #808080;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 10px center no-repeat;
}
#sidenav ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 10px center no-repeat #F5F5F5; }
#sidenav ul li ul li ul li a {
	padding: 10px 10px 10px 30px;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 20px center no-repeat;
}
#sidenav ul li ul li ul li a:hover {
	color: #808080;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 20px center no-repeat;
}
#sidenav ul li ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/arrow.png?t=1390466528) 20px center no-repeat #F5F5F5; }
#sidenav ul li a.current,#sidenav ul li a.cc-nav-current { background: #F5F5F5; }



/* Sidebar
-----------------------------------------------*/
#sidebar h1 {
	margin: 15px 0 10px;
	padding: 10px;
	border: 1px solid #999999;
	background: #73B111; /* Old browsers */
	background: -moz-linear-gradient(top, #73B111 0%, #4C750B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73B111), color-stop(100%,#4C750B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73B111 0%,#4C750B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #73B111 0%,#4C750B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #73B111 0%,#4C750B 100%); /* W3C */
	font-size: 97%;
}
#sidebar h2 {
	margin: 15px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 97%;
}
#sidebar h3 {
	margin: 15px 0 10px;
	font-size: 97%;
}


/* Footer
-----------------------------------------------*/
#footer {
	border-top: 1px solid #CCCCCC;
	background: #F3F3F3;
	padding: 20px 0;
}
#footer .inner {
	width: 950px;
	margin: 0 auto;
}
#footer .inner a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#footer .leftrow { line-height: 2rem; }
#footer .leftrow img { vertical-align: middle; }

/* 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: #999999;
	font-size: 14px;
}

/* Blog
-----------------------------------------------------------------------*/
#content .blogselection h1 {
	margin: 5px 0;
	padding: 11px 0 17px;
	background: none !important;
	border-top: none !important;
	border-radius: 0 !important;
 	border-bottom: 1px dotted #ccc;
	outline: none;
}
.cc-page-blog #content h1 {
	margin: 20px 0 0;
	padding: 5px 0 16px;
	border-top: 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; }

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/controls.png?t=1397717460) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/controls.png?t=1397717460) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/controls.png?t=1397717460) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s2fb8fe938d3aa63c/userlayout/img/controls.png?t=1397717460) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}