@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%; }

.j-calltoaction-link-style-2 {
width: 90% !important;
background: #336395 !important;
}
.j-calltoaction-link-style-2:hover {
opacity: 0.8;
}

/* body,Anchor
------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
	color: #222;
}

a:link,
a:visited { text-decoration: underline; font-weight: bold; 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;
	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: #1f6499;
}
#nav:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#vis {
	width: 960px;
	margin: 20px auto 0;
	text-align: center;
}
#content {
	padding: 0 0 20px;
}
#main {
	float: left;
	width: 680px;
	margin-bottom: 30px;
}
#side {
	float: right;
	width: 235px;
}
#footer {
	clear: both;
	background: #eee;
	padding: 30px 0;
}

/* header
------------------------------------------------*/
#header h1 {
	float: left;
	margin: 20px 0;
}
#header p {
	float: right;
	margin: 22px 0;
}
#header .tel {
margin: 20px 0;
}
.tel img {
 width: 200px;
margin-right: 10px; 
}

/* 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;
	background: #1f6499;
	padding: 13px 20px 13px 27px;
	font-size: 20px;
	font-weight: bold;
	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: bold;
	font-size: 20px;
}
* 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;
	z-index: 1000000 !important;
}
#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;
	box-sizing: border-box;
}
#nav ul.cc-nav-level-1 a,
#nav ul.cc-nav-level-2 a {
	background: #dae8f2;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align: center;
	color: #1f6499;
}
#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%;
}

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

/* main
------------------------------------------------*/
#main h1 {
	background: #1f6499;
	margin: 30px 0 0;
	padding: 5px 15px;
}
#main h2 {
	background: #dae8f2;
	border-bottom: solid 2px #1f6499;
	margin: 15px 0;
	padding: 5px 15px;
}
#main h3 {
	border-left: solid 5px #1f6499;
	margin: 10px 0;
	padding-left: 10px;
}
#main p {
	line-height: 1.8;
}

/* side
------------------------------------------------*/
#side h1 {
	background: #fff;
	border: solid 1px #1f6499;
	margin: 30px 0 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #1f6499;
}
#side h2 {
	margin: 10px 0 0;
	font-size: 17px;
	color: #1f6499;
}
#side h3 {
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
#side p {
	margin: 0 0 10px
}

/* 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 #1f6499; 
	background: #dae8f2;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 17px;
	color: #1f6499;
}
#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: #dae8f2;
}

/* 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 25px;
}
.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: 90%;
}
#nav,
#nav .inner {
	background: #fff;
	width: 100%;
}
#vis {
	 width: 100%;
	 margin: 0;
}
#main,
#side {
	float: none;
	width: 100%;
}

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

/* header */
#header h1 {
	float: none;
	margin: 10px 0;
}
#header h1 img {
	margin: 0 auto;
	text-align: center;
}
#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: #1f6499;
	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;
	width: 100%;
}


@media (max-width: 767px) {
body {
	overflow-x: hidden !important;
}
.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;
}
.tel img {
 margin: 0 auto; 
}
#vis 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: #dae8f2;
	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: #dae8f2;
	width: 80%;
	color: #1f6499;
}
#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: #1f6499;
}
#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: #1f6499;
	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: #1f6499;
}
#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: #82b5d9;
	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;
}

}
}

@media screen and (max-width:960px) { 
.tel img { margin: 0 auto !important;}
}