﻿@charset "UTF-8";

/*================================================
 *  CSSリセット ENGLISH
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
    font-size:17px;
    color:#382400;
    font-family: "source-han-sans-japanese","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;;
    line-height:1.6;
    word-wrap: break-word;
}

.side3 {
  -webkit-flex: 7;
  flex-basis:630px;
    height:60px;
}

.chuui{
    margin:auto;
    margin-bottom:15px;
    padding:5px;
    padding-left:10px;
    border:1px solid black;
    background-color:#ededed;
    height:45px;
    width:600px;
    font-size:80%;
}


.flexbox3 {
    display: -webkit-flex;
    display: flex;
    width:940px;
    }


.main {
  -webkit-flex: 3;
  flex-basis:300px;
  height:330px;
}
.side {
  -webkit-flex: 7;
  flex-basis:630px;
    height:270px;
}

.main, .side, .sub3, .main2, .side2,.side3 {
    background: #f7f5f1;
    padding: 10px;
    padding-left:14px;
    border: 1px solid #ff6347;
    border-radius: 10px;
    font-size:18px;
}

.chec {
    text-decoration:none;
    color:#ffffff;
    padding:5px;
    border:solid 1px #ff6347;
    border-radius:5px;
    background-color:#ff6347;
    margin-top:5px;
    margin-bottom:5px;
}

 .chec:hover {
     position:relative;
     top:4px;
         color:#ffffff;
 }

.flexbox {
    display: -webkit-flex;
    display: flex;
    width:940px;
        margin-top:-40px;
    }

.flexbox2 {
    display: -webkit-flex;
    display: flex;
    width:940px;
    margin-top:-40px;
    }

.main {
    margin: 0 10px 0 0;
  }

.main2 {
  width:320px;
  height:330px;
}
.side2 {
  width:270px;
    height:330px;
}

.sub3 {
  width:260px;
  height:330px;
}

.main2 {
    margin: 0 10px 0 0;
  }

.sub3 {
    margin: 0 10px 0 0;
  }

.main2 {
    margin: 0 10px 0 0;
  }

.sub3 {
    margin: 0 10px 0 0;
  }





#loader {
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;

	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.twitter {
    margin-bottom:0px;
}

figure {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
 
figcaption {
  font-size: 100%;
  margin: 1em 0;
}
.cc{
    text-align:center;
    font-size:17px;
}

header {
    width:940px;
    margin:10px auto;
}


nav {
    width:100%;
    margin-right: auto;
margin-left : auto;
}

#contents {
    width:940px;
    margin:10px auto;
}

#main {
    float:right;
    width:680px;
}

#sub {
    float:left;
    width:240px;
}

#sub2 {
    float:left;
    width:240px;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#000;
}
a:hover {
    color:#ff6347;
}

#mainimg {
    margin-top:65px;
    width:100%;
        margin-right: auto;
margin-left : auto;
}

 div#sub {
        margin-top:65px
    }
 div#sub2 {
        margin-top:360px
    }

  div#main {
        margin-top:65px
    }
  .checker1{
      text-align:center;
    
  }
  .check{
      font-size:25px
  }

    div.au {
margin:10px; padding:10px; 
background-color:#f7f5f1;
} 
h1 {
    color:#ff6347;
    font-size:36px;
    
}
h1 a {
    color:#000;
    text-decoration:none;
    font-weight:700; 
}
h1 a:hover {
    color:#ff6347;
    text-decoration:underline;
}

h2 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:25px;
    color:#000;
    border-left:5px solid #ff6347;
}

h3 {
    margin-bottom:0.5em;
    padding:2px 5px;
    color:#ff6347;
    font-size:23px;
    border-bottom:1px solid #ff6347;
}

h4 {
    margin-bottom:0.25em;
    font-size:21px;
    color:#333;
}
h4:before {
    content:"\002666";
    color:#ff6347;
}

h5 {
    margin-left:0.75em;
    margin-bottom:0.25em;
    font-size:19px;
    color:#333;
}

h5:before {
    content:"\002605";
    color:#ff6347;
}

h6 {
    margin-bottom:0.25em;
    color:#000;
    font-size:20px;
    font-weight:bold;
}

h10 {font-size:25px

}


.layer_board{
    margin: 0 auto;  
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#ff6347;
    font-size:20px;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
    font-size:18px;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
    font-size:18px;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #dd;
    background:#f5f5f5;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}
div#floating-menu {
    position: absolute;
    width:100%;
    top: 120px; /*うえからどんだけあける*/
    left: 0%;
    font-size:20px;
    z-index: 100;
    /* 0～255のRGB値でカラー指定し、0.0～1.0の値で不透明度を指定する */
    background: rgba(96.86, 96.08, 94.15, 0.9);
    opacity: 0.9;
}

div#floating-menu-2 {
    position: absolute;
    top: 120px; /*うえからどんだけあける*/
    font-size:20px;
    z-index: 90;
    /* 0～255のRGB値でカラー指定し、0.0～1.0の値で不透明度を指定する */
    background: #fff;
}
.checker{
    color:#ff6347;
    text-align:center;
    padding-top:20px;
    font-size:25px;
    font-weight: bold;
   

}





/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}
header h1 {
    margin-bottom:20px;
}

.language {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;

}

.language a {
    display:block;
    padding:5px 10px 5px 10px;
    color:#fff;
    font-weight:bolder; 
    background:#ff6347;
    border-radius:4px;
    text-decoration:none;
}

    .language a:hover {
        color: #fff;
        background: #1e90ff;
    }
.summary {
    clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    margin-bottom:10px;
    padding:0;
    background:#f7f5f1;
    overflow:hidden;
}
nav ul {
    width:940px;
    margin:0 auto;
    padding:0;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
nav li a {
    display:block;
    width:157px;
    padding:10px 15px;
    color:#000;
    font-size:21px;
    text-align:center;
    text-decoration:none;
}
nav li:first-child a {
    width:155px;
}
nav li a:hover {
    color:#ff6347;
    text-decoration:none;
    background:#ddd;
    position:relative;
    top:3px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:240px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
        width:950px;
            margin-right: auto;
    margin-left : auto;
}

.footmenu {
    width:950px;
    margin-right: auto;
    margin-left : auto;
    padding:10px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    left:50%;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 0px;
    font-size:17px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:17px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#ff6347;
}
.totop img:hover {
    background:#ff6347;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../../images/common/check.png) 0 5px no-repeat;
    font-weight:bolder;
}

.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

.imgL {
    margin:0 10px 10px 0;
}

.imgR {
    margin:0 0 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideInner {
    position:relative;
    margin:0 0 5px 0;
    padding:0;
  
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:relative;
      float:left;
      left:50%;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
      margin-top:7px;
}
.controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.controlNav span.current {
      background:#ff6347;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:1px;
}

.topNaviColumn {
    display:inline;
    width:48%;
    float:left;
    margin-right:1%;
    margin-bottom:10px;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #ff6347;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px 10px 2px 10px;
    padding:0;
    font-size:20px;
    font-weight:bold;
    color:#ff6347;
    border:none;
}

.topNaviCon:hover h2 {
    color:#ff6347;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
   
    width:440px;
    height:70px;
}


.team {
}
.kiji {
}
.site {
}
