@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: url(https://u.jimcdn.com/cms/o/sf75618d998cef954/userlayout/img/bg.jpg?t=1423722463) repeat-x center top;
	margin: 0;
	color: #333;
}
#side-content a:link,
#main a:visited,
#side-content a:visited { text-decoration: underline; color: #334080; }
#side-content 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,
#main a:hover img,
#footer a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* Layout
------------------------------------------------*/
.inner,#content,#vis {
	width: 960px;
	margin: 0 auto;
}
#header {
	zoom: 1;
	background: url(bg-line.png) repeat-x 0 0;
}
#header:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#content {
	zoom: 1;
	margin: 30px auto;
}
#content:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#side {
	float: left;
	width: 280px;
	color: #81662f;
}
#main {
	float: right;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 600px;
	padding: 15px 25px 25px;
}
#footer {
	background: #f8f0c9;
	padding: 30px 0;
	margin: 30px 0 0;
	font-size: 12px;
	color: #444;
}

/* header
------------------------------------------------*/
#header .inner {
	font-size: 14px;
	color: #81662f;
}
#header h1 {
	float: left;
	margin: 25px 25px 20px 0;
	line-height: 0;
}
#header p {
	float: right;
	margin: 44px 0;
	text-align: right;
	font-size: 14px;
	color: #81662f;
}

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


/* side
------------------------------------------------*/
#nav,
#side-content  {
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}
#side-content {
	margin: 20px 0;
}

/* nav
------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 0 -15px -13px;
	padding: 0;
}
#nav ul li {
	background: -ms-linear-gradient(#fff, #f5f5f5);
	background: linear-gradient(#fff, #f5f5f5);
	border-bottom: 1px solid #ccc;
}
#nav ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#nav ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #81662f;
}
#nav ul ul {
	margin: 0;
}
#nav ul ul li {
	background: #fff;
}
#nav ul ul li a {
	font-size: 16px;
}
#nav ul ul ul li {
	background: #fff;
	margin: 0 0 1px;
}
#nav ul ul ul li a {
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	font-weight: normal;
}
#nav ul ul li:last-child {
	border: none;
}
#nav p {
	margin: 0;
	line-height: 0;
}

/* side-content
------------------------------------------------*/
#side h1 {
	background: #e5b85c; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5b85c 0%, #cca352 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5b85c), color-stop(100%,#cca352)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5b85c 0%,#cca352 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5b85c 0%,#cca352 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5b85c 0%,#cca352 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5b85c 0%,#cca352 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b85c', endColorstr='#cca352',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#nav h1 { margin: -15px -15px 0; }
#side-content h1 { margin: -20px -15px 0; }
#side h2 {
	background: url(https://u.jimcdn.com/cms/o/sf75618d998cef954/userlayout/img/h2.gif?t=1423722486) no-repeat 0 center;
	border-bottom: solid 1px #ccc;
	padding: 5px 8px 5px 30px;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #81662f;
}
#side h3 {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #81662f;
}
#side p {
	margin: 0 0 10px;
}

/* main
------------------------------------------------*/
#main h1 {
	background: url(https://u.jimcdn.com/cms/o/sf75618d998cef954/userlayout/img/h1.gif?t=1423722482) no-repeat left bottom;
	padding: 10px 0;
	margin: 0 0 10px;
}
#main h2 {
	background: url(https://u.jimcdn.com/cms/o/sf75618d998cef954/userlayout/img/h2.gif?t=1423722486) no-repeat 0 center;
	border-bottom: solid 1px #ccc;
	padding: 5px 8px 5px 30px;
	margin: 0 0 10px;
}
#main h3 {
	margin: 0;
}

/* 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: #334080; }
#footer a:hover { text-decoration: none; color: #334080; }


/* blogselection
------------------------------------------------*/
#main .blogselection h1,
.cc-page-blog #main h1 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	border-left: none;
}
#main .blogselection a:link,
#main .blogselection a:visited { text-decoration: underline; color: #334080; }
#main .blogselection a:hover { text-decoration: none; color: #222; }
div.datetime.dt-style3.dt-alignment-left {
	margin: 8px 14px 8px 3px !important;
}
#main .blogselection p.mon {
	margin-top: 5px;
	font-size: 14px;
}

/** 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/sf75618d998cef954/userlayout/img/controls.png?t=1423722477) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://u.jimcdn.com/cms/o/sf75618d998cef954/userlayout/img/controls.png?t=1423722477) 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/sf75618d998cef954/userlayout/img/controls.png?t=1423722477) -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/sf75618d998cef954/userlayout/img/controls.png?t=1423722477) -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;
}