@charset "UTF-8";
body div.n { padding: 5px 0 }
body img { vertical-align: bottom }
body a:hover {
    font-weight: bold;
    text-decoration: underline;
}
body a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90); /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)"; /* ie 8 */
    -moz-opacity: 0.9; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9; /* Safari 1.x */
}
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;
}
div.cc-m-form-layout-1 div.cc-m-form-view-label { line-height: 2.5em }
#content .cc-m-form-view-sortable .cc-m-form-view-label { width: 100% }
/*フォームラベルを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.cc-page {
    background: #f7eddb;
    border-top: solid 5px #47b247;
    margin: 0;
    color: #593e24;
}
a:link,
a:visited {
    text-decoration: underline;
    color: #ff7f00;
}
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,
#footer a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
/* Layout
------------------------------------------------*/
.inner,
#content,
#nav,
#vis {
    width: 960px;
    margin: 0 auto;
}
#header {
    zoom: 1;
    background: #fff;
}
#header:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
#vis { margin: 20px auto }
#content {
    zoom: 1;
    background: #fff;
    margin: 25px auto;
}
#content:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
#side {
    float: right;
    margin: 15px 30px 30px 0;
    width: 230px;
}
#main {
    float: left;
    margin: 30px 0 30px 30px;
    width: 640px;
}
#footer {
    margin: 30px 0 0;
    font-size: 12px;
}
/* header
------------------------------------------------*/
#header .inner { font-size: 13px }
#header h1 {
    float: left;
    margin: 25px 0 20px;
    line-height: 0;
}
#header dl {
    float: right;
    margin: 10px 0;
}
#header dt {
    padding: 0;
    margin: 0;
}
#header dd {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
#header dd span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
}
#header .inner p {
    position: absolute;
    top: -43px;
    right: 0;
}
.sub {
    background: url(bg-head.jpg) repeat-x 0 0;
    padding: 5px 0;
    font-size: 13px;
}
.sub p {
    width: 980px;
    margin: 0 auto;
}
#vis p { margin: 0 }
/* nav
------------------------------------------------*/
#nav {
    clear: both;
    overflow: hidden;
    border: solid 1px #47b247;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#nav ul#mainNav1 {
    margin: 0;
    padding: 0;
}
#nav ul#mainNav1 li {
    float: left;
    list-style-type: none;
    padding: 0;
}
#nav ul#mainNav1 a {
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #47b247;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #397339;
}
#nav ul#mainNav1 li a:hover {
    background: #f0ffe5;
    color: #397339;
}
#nav ul#mainNav1 li a.current {
    background: url(https://u.jimcdn.com/cms/o/sb366c010626ff5e2/userlayout/img/bg-dot.gif?t=1409058006) repeat 0 0;
    color: #ffffff;
}
#nav ul#mainNav1 li a.parent {
    background: url(https://u.jimcdn.com/cms/o/sb366c010626ff5e2/userlayout/img/bg-dot.gif?t=1409058006) repeat 0 0;
    color: #ffffff;
}
#nav ul#mainNav2 { display: none }
/* main
------------------------------------------------*/
#main h1 {
    background: url(https://u.jimcdn.com/cms/o/sb366c010626ff5e2/userlayout/img/bg-dot.gif?t=1409058006) repeat 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 8px 14px;
    font-weight: bold;
}
#main h2 {
    border-bottom: solid 3px #47b247;
    margin: 30px 0 10px;
    padding: 0 0 5px;
    font-weight: bold;
}
#main h3 {
    background: url(https://u.jimcdn.com/cms/o/sb366c010626ff5e2/userlayout/img/bg-h3.gif?t=1409058006) no-repeat 0 center;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
    font-weight: bold;
}
/* side-content
------------------------------------------------*/
#side h1 {
    background: #e6c3a1;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    margin: 15px 0;
    font-weight: bold;
    color: #593e24;
    font-size: 17px;
}
#side h2 {
    border-bottom: dotted 1px #397339;
    padding: 0 0 5px;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #397339;
}
#side h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #593e24;
}
/* side-nav
------------------------------------------------*/
#side-nav ul {
    margin: 0;
    padding: 0;
}
#side-nav ul.mainNav1 li {
    list-style: none;
    line-height: 1%;
    font-size: 1px;
}
#side-nav li {
    display: inline;
    list-style: none;
}
#side-nav ul.mainNav1 li a { display: none }
#side-nav ul.mainNav2 {
    margin: 20px 0 0;
    padding: 36px 0 0;
    background: url(bg-sidenav.png?t=1398851999) no-repeat 0 0;
}
#side-nav ul.mainNav2 li a {
    display: block;
    width: 214px;
    margin: 0;
    padding: 10px 7px;
    border-right: 1px solid #47b247;
    border-bottom: 1px solid #47b247;
    border-left: 1px solid #47b247;
    line-height: 1.2;
    text-decoration: none;
    font-size: 15px;
    color: #47b247;
}
#side-navi ul.mainNav3 {
    margin: 0;
    padding: 0;
}
#side-nav ul.mainNav3 li a {
    display: block;
    width: 201px;
    margin: 0;
    padding: 10px 7px 10px 20px;
    border-right: 1px solid #47b247;
    border-bottom: 1px solid #47b247;
    border-left: 1px solid #47b247;
    line-height: 1.2;
    text-decoration: none;
    font-size: 15px;
}
#side-nav ul.mainNav2 li a:hover,
#side-nav ul.mainNav3 li a:hover { font-weight: bold }
#side-nav ul.mainNav2 li a.current,
#side-nav ul.mainNav3 li a.current {
    background: #47b247;
    font-weight: bold;
    color: #fff;
}
/* footer
------------------------------------------------*/
#footer ul {
    float: left;
    list-style: none;
    width: 515px;
    font-size: 13px;
}
#footer li { margin: 0 0 5px }
#footer p { clear: both }
/* 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;
}
.blogselection a {
	color: #99560f;
}
#main .blogselection a:link,
#main .blogselection a:visited { text-decoration: underline; color: #148fcc; }
#main .blogselection a:hover { text-decoration: none; color: #222; }
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;
}