@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 {
	-webkit-text-size-adjust: 100%;
	background: #fff url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/header-con-bg.jpg?t=1457701333) repeat-x left 92px;
	margin: 0;
	color: #333;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

body.cc-indexpage{
	background: #fff url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/header-bg.jpg?t=1457701328) repeat-x left 113px;
}
a:link,
a:visited { text-decoration: none; font-weight: normal; color: #996633!Important; }
a:hover { text-decoration: none; color: #996633!Important; }

/* clearfix
------------------------------------------------*/
.clearfix { zoom: 1; }
.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

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

/* Layout
------------------------------------------------*/
.inner,#content {
	zoom: 1;
	width: 1000px;
	margin: 0 auto;
}
.inner:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#header {
	zoom: 1;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 0;
}

#header .header_title p
{
    font-size: 13px;
    color: #996633;
    float: left;
    margin-left: 35px;
    margin-bottom:20px;
}

#header:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

#nav {
	zoom: 1;
}
#nav:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/*#vis {
	width: 1600px;
	margin: 5px auto 0;
	text-align: center;
}*/
#content {
	padding: 0 0 20px;
}

#main{
   width:  920px;
   padding:20px 40px;
   margin: 0 auto;
}


#side{
   width:  920px;
   padding:20px 30px;
   margin: 0 auto;
}


#footer {
	clear: both;
	background: #f6f2c3;
	padding: 30px 0;
}


#footer .logo{
   margin-bottom:20px;
}

/* navigation
------------------------------------------------*/
#navigation{ float:left;}

/* contact
------------------------------------------------*/
#contact{ float:left; 
          margin-top: 10px;
          margin-left: 35px;}



/* 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;
	/* padding: 13px 20px 13px 27px;*/
	padding: 7px 0 10px;
	font-size: 16px!Important;
	font-weight: normal;
	text-decoration: none;
	color: #996633!Important;
}
#nav ul li a:hover {
	/*-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}

#nav ul li a:hover,
#nav ul li a.cc-nav-current {
    /*表示中のページ名にのみ適用*/
    font-weight: bold!Important;
}

.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 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;
        margin-left:35px;
}
#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: normal;
	font-size: 18px;
        text-align: center;
}
* 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;
}
#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;
}
#nav ul.cc-nav-level-1 a,
#nav ul.cc-nav-level-2 a {
	background: #efefef;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align: center;
	color: #996633;
}
#nav ul.cc-nav-level-1 a.cc-nav-current,
#nav ul.cc-nav-level-2 a.cc-nav-current {
  font-weight: bold;
}

/* nav ul.cc-nav-level-2
------------------------------------------------*/
#nav ul.cc-nav-level-0 li ul li ul {
	top: 0;
	left: 100%;
}

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

.cc-indexpage #vis-top p {
        display:block;
}

#vis p {
	margin: 0;
	line-height: 0;
        display:block;
}

.cc-indexpage #vis p {
        display:none;
}


/* Blog
------------------------------------------------*/
.j-blogarticle h2 a{
   margin:0!Important;
   padding:0!Important;
   color:#663300!Important;
   font-size:28px;
}


h1.j-blog-header{
   margin:0!Important;
   padding:0!Important;
   color:#663300!Important;
}

/* main
------------------------------------------------*/



#main h1 {
	margin: 10px 0 0;
	padding: 5px 15px 0 35px;
        background: url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/h1.jpg?t=1457705990) no-repeat left bottom;
}
#main h2 {
	margin: 15px 0;
	padding: 7px 15px;
        background: url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/h2.jpg?t=1458616209) no-repeat left center;
        height:24px;
}
#main h3 {
        background: url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/h3.jpg?t=1457705999) no-repeat left center;
	margin: 10px 0;
	padding-left: 30px;
}
#main p {
	line-height: 1.8;
}

#main .prof-bg{
     background: url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/prof-bg.jpg?t=1457708774) no-repeat left top;
     padding:10px 140px 10px 10px;
     line-height: 130%;
     width: 125px;
     margin: 0 auto;
     font-size:13px;
}


#main .school-bg{
     background: url(https://u.jimcdn.com/cms/o/s9242ca737d0f05fe/userlayout/img/school-bg.jpg?t=1461677099) no-repeat left top;
     padding:10px 140px 10px 10px;
     line-height: 130%;
     width: 125px;
     margin: 0 auto;
     font-size:13px;
}

/* side
------------------------------------------------*/
#side h1 {
	background: #fff;
	border: solid 1px #99701f;
	margin: 30px 0 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #99701f;
}
#side h2 {
	margin: 10px 0 0;
	font-size: 17px;
	color: #99701f;
}
#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 #99701f; 
	background: #f2eada;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 17px;
	color: #99701f;
}
#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: #f2eada;
}

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

@media screen and (max-width: 960px) {
body, body.cc-indexpage{
   background: none;
}

.inner,
#content,
#header  {
	width: 90%;
}
#nav,
#nav .inner {
	background: #fff;
	width: 100%;
}

/* navigation
------------------------------------------------*/
#navigation{ float:none}

/* contact
------------------------------------------------*/
#contact{ float:none;  width: 225px; margin: 10px auto; }

#vis, #vis-top{
	 width: 100%;
	 margin: 0;
}
#main,
.cc-indexpage #main,
#side {
	float: none;
	width: 100%;
}

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

/* header */


/* nav */

#nav ul{
 margin: 0;
}

#nav ul.cc-nav-level-0 {
	padding: 0;
}
#nav ul li {
	width: 33.333%!Important;
	text-align: center;
}
#nav ul li a {
	background: #efefef;
	padding: 0.5em 0;
	margin: 0 1px 1px 0;
	font-size: 16px !important;
}

#nav ul.cc-nav-level-0 li {
      margin-left: 0!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;
}


@media (max-width: 767px) {
body {
	overflow-x: hidden;
}
.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;
}
#vis img,#vis-top img,
#content img {
	max-width: 100%;
	height: auto !important;
}

#main{
   padding:20px 10px;
}


#header .header_title p
{
    font-size: 13px;
    color: #996633;
    margin: 0px;
}

/* 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: #efefef;
	border-bottom: solid 1px #fff;
	text-indent: 1.5em;
	text-align: center;
	width: 100%;
}
#nav ul.cc-nav-level-0 li ul {
	position: relative;
	width: 100%;
}
#nav ul li a {
	background: #efefef;
	width: 80%;
        font-size:14px!Important;

}
#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: #996633;
}
#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: #efefef;
	width: 100%;
}
#toggle a {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	color: #996633;
}
#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: #efefef;
}
#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: #efefef;
	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;
}



}
}