@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;
}
 
/*フォームラベルを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,Anchor
------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
	color: #222;
}

a:link,
a:visited { text-decoration: underline; font-weight: nomal; color: #d17000; }
a:hover { text-decoration: none; color: #555; }

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

/* content
------------------------------------------------*/
#content a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* Layout
------------------------------------------------*/
.inner,#content {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
}
.inner:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#header {
	zoom: 1;
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}
#header:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#nav {
	zoom: 1;
background: #b4e391; /* Old browsers */
background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}
#nav:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.cc-indexpage #visual {
	width: 960px;
	margin: 20px auto 0;
	text-align: center;
	display: block;
}
#visual {
	display: none;
}
#content {
	padding: 0 0 20px;
}
#main {
	float: right;
	width: 680px;
	margin-bottom: 30px;
}
#side {
	float: left;
	width: 250px;
}
#footer {
	clear: both;
	background: #eee;
	padding: 30px 0;
}

/* header
------------------------------------------------*/
#header h1 {
	float: left;
	margin: 20px 0;
        max-width:100%;
}
#header p {
	float: right;
	margin: 20px 0;
}

/* nav
------------------------------------------------*/
#toggle,
.pagearw {
	display: none;
}
#nav:after {
	content: "";
	display: block;
	clear: both;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#nav ul li a {
	display: block;
	padding: 13px 20px 13px 27px;
	font-size: 14px;
	font-weight: nomal;
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000 !important;
	opacity: 0.95;
}

/* nav ul.cc-nav-level-0
------------------------------------------------*/
#nav ul.cc-nav-level-0 {
	width: 100%;
	*zoom: 1;
	text-align: left;
	padding: 10px 0;
}
#nav ul.cc-nav-level-0:after {
	content: "";
	display: block;
	clear: both;
}
#nav ul.cc-nav-level-0 li {
	*zoom: 1;
	white-space: nowrap;
}
#nav ul.cc-nav-level-0 li ul {
	position: absolute;
	z-index: 1 !important;
}
#nav ul.cc-nav-level-0 li a {
	display: block;
	padding: 0.1em 1em;
	text-decoration: none;
	font-weight: nomal;
	font-size: 14px;
}
* html ul.cc-nav-level-0 li a {
	zoom: 1;
}

/* nav ul.cc-nav-level-0 ul
------------------------------------------------*/
#nav ul.cc-nav-level-0 li > ul {
	visibility: hidden;
}
#nav ul.cc-nav-level-0 li:hover > ul {
	visibility: visible;
}
#nav ul.cc-nav-level-0 li ul li {
	clear: left;
	display: block;
	position: relative;
	width: auto !important;
}
#nav ul.cc-nav-level-0 li ul li a {
	margin: 0 1px 1px 0;
	padding: 0.5em 1em;
	text-align: left;
}
#nav ul.cc-nav-level-1 a,
#nav ul.cc-nav-level-2 a {
	background: #eef2da;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align: center;
	color: #95b200;
}
#nav ul.cc-nav-level-1 a.cc-nav-current,
#nav ul.cc-nav-level-2 a.cc-nav-current {
	background: #ECECEC;
}

/* nav ul.cc-nav-level-2
------------------------------------------------*/
#nav ul.cc-nav-level-0 li ul li ul {
	top: 0;
	left: 100%;
}

/* visual
------------------------------------------------*/
#visual p {
	margin: 0;
	line-height: 0;
}

/* main
------------------------------------------------*/
#main h1 {
	background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
	margin: 0px 0 0;
	padding: 10px 15px;
}
#main h2 {
	background: #eef2da;
	border-bottom: solid 2px #95b200;
	margin: 5px 0;
	padding: 10px 15px;
        font-weight: bold;
}
#main h3 {
	border-left: solid 5px #95b200;
	margin: 5px 0;
	padding-left: 10px;
}
#main p {
	line-height: 1.8;
}

/* side
------------------------------------------------*/
#side h1 {
	background: #fff;
	border: solid 1px #95b200;
	margin: 10px 0 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #95b200;
}
#side h2 {
	margin: 10px 0 0;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
background: #f9c667; /* Old browsers */
background: -moz-linear-gradient(top,  #f9c667 0%, #f79621 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9c667 0%,#f79621 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9c667 0%,#f79621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
}
#side h3 {
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
#side p {
	margin: 0 0 5px
}

/* sidenav
------------------------------------------------*/
#sidenav {
	margin: 30px 0 0;
}
#side ul {
	margin: 0;
	padding: 0;
}
#side li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side li a {
	display: block;
	border-bottom: dotted 1px #55aa00; 
	background: #none;
	padding-left: 25px;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 15px;
	color: #55aa00;
}
#side ul li li a {
	border: none;
	background: none;
	font-size: 15px;
}
#side ul li li li a {
	padding-left: 1em;
}
#side ul li a:hover {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#side ul ul li a:hover {
	background: #eef2da;
}
#side ul li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:10px; 
	left:0px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #d5f1b8;
}

/* sidenav
------------------------------------------------*/
#sidenav {
	margin: 30px 0 0;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidenav li a {
	display: block;
	border: solid 1px #95b200; 
	background: #eef2da;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 17px;
	color: #95b200;
}
#sidenav ul li li a {
	border: none;
	background: none;
	font-size: 16px;
}
#sidenav ul li li li a {
	padding-left: 1em;
}
#sidenav ul li a:hover {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#sidenav ul ul li a:hover {
	background: #eef2da;
}

/* footer
------------------------------------------------*/
#footer h2 {
	float: left;
	font-size: 13px;
	font-weight: normal;
}
#footer ul {
	float: left;
	list-style: none;
	width: 515px;
	font-size: 13px;
}
#footer li {
	margin: 0 0 5px;
}
#footer p {
	clear: both;
}
#footer #address p {
	float: left;
	clear: inherit;
}
#footer a {
	font-weight: normal;
	color: #3394C6;
}

/* blog
------------------------------------------------*/
.blogselection {
	margin: 0 0 5px;
}
.cc-page-blog #content #main h1,
#content #main .blogselection h1 {
	margin: 0;
	font-size: 28px;
	background: none;
}
.cc-page-blog #content #main h2,
#content #main .blogselection h2 {
	background: none;
	padding: 0 0 10px;
	font-size: 20px;
}
#content h1.post-title {
	margin: 0;
}
a.blogreadmore,
.comment a {
	font-weight: normal;
	font-size: 15px;
}
.post {
	margin: 40px 0 0;
}
/* 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;
}

@media screen and (max-width: 960px) {
.inner,
#content,
#header  {
	width: 100%;
}
#nav,
#nav .inner {
	background: #fff;
	width: 100%;
}
#visual {
	 width: 100%;
	 margin: 0;
}
.cc-indexpage #visual {
	 width: 100%;
	 margin: 0;
}
#main,
#side {
	float: none;
	width: 100%;
}

/* img */
#visual img {
	max-width: 100%;
	height: auto !important;
}

/* header */
#header h1 {
	float: none;
	margin: 10px 0;
}
#header h1 img {
	margin: 0 auto;
	text-align: left;
}
#header p {
	float: none;
	margin: 0 0 5px;
	text-align: center;
	font-size: 0.8em;
}
#header p strong {
	display: block;
	font-size: 1em !important;
}

/* nav */
#nav ul.cc-nav-level-0 {
	padding: 0;
}
#nav ul li {
	width: 33.333%;
	text-align: center;
}
#nav ul li a {
	background: #95b200;
	padding: 0.5em 0;
	margin: 0 1px 1px 0;
	font-size: 1.25em !important;
}
#nav ul.cc-nav-level-0 li a {
	padding: 15px 0;
}
#nav ul.cc-nav-level-0 li ul {
	width: 33.333%;
	font-size: 0.8em;
}
#nav ul.cc-nav-level-0 li ul li {
	width: 100% !important;
	clear: left;
	position: relative;
}
#nav ul.cc-nav-level-0 li ul li ul {
	width: 100%;
	top: 100%;
	left: 0;
	font-size: 1em;
}
#nav ul.cc-nav-level-0 li ul li a {
	margin: 0 1px 1px 0;
	padding: 10px 0;
	text-align: center;
}

@media (max-width: 767px) {
body {
	overflow-x: hidden;
}
.j-hgrid .cc-m-hgrid-column,
.cc-imagewrapper {
	float: none !important;
}
.cc-m-image-resizewrapper img,
.cc-imagewrapper img {
	margin: 0 auto 10px;
}
.cc-m-textwithimage .imgright,
.cc-m-textwithimage .cc-m-image-align-2,
.j-textWithImage .imgright,
.j-textWithImage .cc-m-image-align-2 {
	margin: 0 !important;
}

.j-hgrid .cc-m-hgrid-column,
.cc-imagewrapper,
table {
	width: 100% !important;
}
#visual img,
#content img {
	max-width: 100%;
	height: auto !important;
}

/* nav */
#nav ul {
	display: none;
}
#nav ul.cc-nav-level-0 li > ul {
	visibility: visible;
	display: none;
}
#nav ul.cc-nav-level-0 li:hover > ul,
#nav ul ul:hover  {
	visibility: visible;
	display: none;
}
#nav ul li {
	position: relative;
	background: #eef2da;
	border-bottom: solid 1px #fff;
	text-indent: 1.5em;
	text-align: left;
	width: 100%;
}
#nav ul.cc-nav-level-0 li ul {
	position: relative;
	width: 100%;
}
#nav ul li a {
	background: #eef2da;
	width: 80%;
	color: #95b200;
}
#nav ul.cc-nav-level-1 li a,
#nav ul.cc-nav-level-2 li a {
	background: #fff;
	width: 110%;
	text-indent: 2.25em;
	text-align: left !important;
	color: #95b200;
}
#nav ul.cc-nav-level-2 li a {
	text-indent: 3.25em;
	font-weight: normal;
}

/* toggle */
#toggle {
	display: block;
	position: relative;
	border-bottom: solid 1px #fff;
	background: #95b200;
	width: 100%;
}
#toggle a {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before,
#toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	width: 20px;
	height: 4px;
	background: #95b200;
}
#toggle a:before{
	margin-top: -6px;
	}
#toggle a:after{
	margin-top: 2px;
}

/* pagearw */
#nav .pagearw {
	display: block;
	position: relative;
}
#nav .pagearw a {
	position: absolute;
	top: -56px;
	right: 0;
	display: block;
	background: #b8cc52;
	height: 25px;
	width: 50px;
	line-height: 1;
	text-align: center;
	text-indent: 0;
}
#nav .pagearw a span:after {
	content: "▼";
	font-size: 0.75em;
	color: #fff;
}
#header img{
        max-width:100%;
}
}
}