/* 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: #fff;
	margin: 0;
	color: #663a0a;
}
a:link,
a:visited { text-decoration: underline; color: #e8340c; }
a:hover { text-decoration: none; color: #222; }

/* 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,
#side-content a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* Layout
------------------------------------------------*/
#container,
.inner {
	width: 980px;
	margin: 0 auto;
}
#header {
	zoom: 1;
	margin: 0 0 15px;
}
#header:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#vis { margin: 0 0 20px; }
#nav {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/bg-nav.jpg?t=1416963735) no-repeat 0 0;
	padding: 13px 0 0;
}
#content {
	zoom: 1;
}
#content:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#side {
	float: left;
	width: 220px;
}
#main {
	float: right;
	width: 720px;
}
#footer {
	background: #f2e0ce;
	padding: 20px 0;
	margin: 30px 0 0;
	font-size: 12px;
}

/* header
------------------------------------------------*/
#header h1 {
	float: left;
	margin: 0;
	line-height: 0;
}
#header h1 a {
	float: left;
	margin: 25px 0 0 0;
	text-decoration: none;
	color: #333;
	font-size: 40px;
}
#header p {
	float: right;
	margin: 25px 0 0;
	padding: 0 0 0 16px;
}
#header p a img {
	margin: 0 0 0 1px;
}

/* nav
------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}
#nav ul li {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/bg-nav-list.jpg?t=1416963730) repeat-y 0 0;
	border-bottom: 1px solid #fff;
}
#nav ul li:hover {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/bg-nav-list-on.jpg?t=1416963725) repeat-y 0 0;
}
#nav ul li a {
	display: block;
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/nav-arrow1.png?t=1416963757) 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 a {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/nav-arrow1.png?t=1416963757) no-repeat 20px center;
	padding: 10px 10px 10px 35px;
}
#nav ul ul ul li {
	list-style: square;
	list-style-position: inside;
	color: #fff;
}
#nav ul ul ul li a {
	background: none;
	padding: 10px 10px 10px 40px;
	font-size: 15px;
	font-weight: normal;
}
#nav ul ul li:last-child {
	border: none;
}
#nav p {
	margin: 0;
	line-height: 0;
}

/* side-content
------------------------------------------------*/
#side-content {
	margin: 20px 0;
}

/* main
------------------------------------------------*/
#main h1 {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/bg-h1.jpg?t=1416963712) repeat-y 0 0;
	border-left: 6px solid #1a804b;
	margin: 0 0 10px;
	padding: 10px;
}
#main h2 {
	background: url(https://u.jimcdn.com/cms/o/sae4829a61751e54a/userlayout/img/bg-h2.gif?t=1416963807) no-repeat 0 center;
	border-bottom: 1px solid #cc9155;
	margin: 10px 0 5px;
	padding: 2px 0 2px 25px;
}
#main h3 {
	background: #f2e0ce;
	margin: 5px 0;
	padding: 7px;
}

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