@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 {
	background: #e6f2da; /* Old browsers */
	background: -moz-linear-gradient(top, #e6f2da 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2da), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6f2da 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6f2da 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6f2da 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6f2da 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2da', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0;
	color: #333;
}
/* clearfix
------------------------------------------------*/
.clearfix { zoom: 1; }
.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

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

/* Layout
------------------------------------------------*/
.inner,#content,#vis {
	width: 950px;
	margin: 0 auto;
}
#header {
	zoom: 1;
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-line.png?t=1398671417) repeat-x 0 0;
}
#header:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#nav {
}
#content {
	zoom: 1;
	margin: 25px auto;
}
#content:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#side {
	float: left;
	width: 235px;
}
#main {
	float: right;
	background: #fff;
	border: solid 1px #94cc5c;
	width: 620px;
	padding: 10px 30px 30px;
}
#footer {
	background: #86b359;
	padding: 30px 0;
	margin: 30px 0 0;
	font-size: 12px;
	color: #fff;
}

/* header
------------------------------------------------*/
#header .inner {
	position: relative;
	font-size: 14px;
	color: #39660d;
}
#header h1 {
	float: left;
	margin: 23px 22px 15px 0;
	line-height: 0;
}
#header dl {
	float: right;
	margin: 25px 0 0;
}
#header dt {
	float: left;
	margin: 5px 5px 5px 0;
}
#header dd {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

/* nav
------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}
#nav ul li {
	background: #408000;
	margin: 0 0 1px;
}
#nav ul a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#nav ul li a {
	display: block;
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/mk-nav01.png?t=1398671427) no-repeat 10px center;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#nav ul ul {
	margin: 0;
}
#nav ul ul li {
	background: #408000;
	border-bottom: solid 1px #fff;
	color: #69bf13;
}
#nav ul ul li a {
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/mk-nav02.gif?t=1398663677) no-repeat 20px center;
	padding: 10px 10px 10px 35px;
	color: #fff;
}
#nav ul ul ul li {
	background: #408000;
	margin: 0 0 1px;
	color: #fff;
}
#nav ul ul ul li a {
	background: none;
	padding: 10px 10px 10px 35px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
#nav ul ul li:last-child {
	border: none;
}
#nav p {
	margin: 0;
	line-height: 0;
}

/* side-content
------------------------------------------------*/
#side-content {
	margin: 20px 0;
}
#side h1 {
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-h1s.png?t=1398671408) no-repeat left bottom;
	padding: 5px 0 5px 28px;
	margin: 0 0 15px;
	font-size: 19px;
	font-weight: bold;
	color: #408000;
}
#side h2 {
	background: #e5f2da;
	padding: 5px 8px;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	color: #408000;
}
#side h3 {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #408000;
}
#side p {
	margin: 0;
}

/* main
------------------------------------------------*/
#main h1 {
	/* Firefox */
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-h1.png?t=1398671403) no-repeat 410px center,-moz-linear-gradient(top center, #fff 0%, #e6f2da 100%);
	/* Chrom と Safari */
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-h1.png?t=1398671403) no-repeat 410px center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e6f2da));
	/* 共通 */
	background:url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-h1.png?t=1398671403) no-repeat 410px center, linear-gradient(top center, #fff 0%, #e6f2da 100%);	
	border: 1px solid #94cc5c;
	border-left: 3px solid #69bf13;
	margin: 20px 0 5px;
	padding: 8px 12px;
}
#main h2 {
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-line.png?t=1398671417) repeat-x left bottom;
	margin: 10px 0 0;
	padding: 0 0 12px;
}
#main h3 {
	background: url(https://u.jimcdn.com/cms/o/s5169ce98b07f37cf/userlayout/img/bg-h3.gif?t=1398671413) no-repeat 0 center;
	margin: 10px 0 0;
	padding: 3px 0 0 28px;
}

/* 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 a:link,
#footer a:visited { text-decoration: underline; color: #fff; }
#footer a:hover { text-decoration: none; color: #fff; }


/* blogselection
------------------------------------------------*/
#main .blogselection h1,
.cc-page-blog #main h1 {
	background: none;
	border: none;
	border-bottom: solid 1px #ccc;
	padding: 18px 0;
	margin: 0;
	font-size: 17px;
	border-left: none;
}
div.datetime.dt-style3.dt-alignment-left {
	margin: 8px 14px 8px 3px !important;
}

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