@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:150%;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:16px;
   color:#000;
   background-image:url("back.gif");
}

br {
   letter-spacing:normal;
}

a {
   color:#E79E00;
   text-decoration:none;
}

a:hover {
   color:#E79E00;
   text-decoration:underline;
}

img {
     max-width: 100%;
     height: auto;
     display:block;
}

h1,h2,h3,h4,h5,h6,h7 {
   margin:0;
}



/* ========TEMPLATE LAYOUT======== */
#header {
   width:100%;
   clear:both;
}

#contents {
   width:100%;
   margin:0;
   padding:0;
   text-align:left;
}

#main {
   width:98%;
   float:none;
   padding:5px 5px 5px 5px;
}


#left-pane {
   width:20%;
   hight:90%;
   float:none;
   border-radius:10px;
}

#pageTop {
   clear:both;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #483d8b;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


#footer {
   clear:both;
   background:#006762;
}

#font {
   display:none;
}

/* ========HEADER CUSTOMIZE======== */
#header #logo {
   width:90%;
   text-align:center;
}

#header #ad {
  display:none;
}

#header #pr {
  display:none;
}
#icach{
  clear:both;
  display:none;
}
#dropmenu{
  clear:both;
  display : none;
}  

#dropmenu ul{
  width: 100%;
}  

#dropmenu li{ 
  width:100%;
  list-style-type: none;  
  float: none;  
  hight: auto;
  margin: 0;  
  padding: 0;  
}  

#toggle{
  clear:both;
  display : block;
  position : relative;
  width :100%;
  background : #006762;
}

#toggle a{
  display : block;
  position : relative;
  padding : 12px 0 10px;
  color : #fff;
  text-align : center;
  text-decoration: none;
}

#toggle:before{
  display : block;
  content : "";
  position : absolute;
  top : 50%;
  left : 10px;
  width : 20px;
  height : 20px;
  margin-top : -10px;
  background : #fff;
}

#toggle a:before,#toggle a:after{
  display : block;
  content : "";
  position : absolute;
  top : 50%;
  left : 10px;
  width : 20px;
  height : 4px;
  background : #006762;
}

#toggle a:before{
  margin-top :-6px;
}

#toggle a:after{
  margin-top : 2px;
}

#dropmenu li a{
  text-align: center;  
  display:block;  
  padding: 0.5em 0;
  width: 100%;
  height: auto;   
  background-color:#006762;  
  color:#fff;  
}  

#dropmenu li a:hover{
  background-color:#006400;  
  color:#fff;  
}  

#dropmenu li ul li{
  overflow: hidden;
  width: 80%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #006400;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  min-height:38px;
  height:auto !important;
  height:38px;
  border-top: 1px solid #006762;
  border-bottom: 1px solid #006762;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main #contents1 {
   display:none;
}

#blogsub {
   display:none;
}

#sns {
   display:none;
}

#bunner {
   display:none;
}


#main #contents2{
   width:98%;
   padding:5px 5px 5px 5px;
   background-color:#fff;
   border-radius: 10px;
}

#main #contents3{
   width:98%;
   padding:3px 3px 3px 3px;
   background-color:#fff;
   border-radius: 10px;
}

#main #smart{
   display:inherit;
   width:100%;
   padding:3px 3px 3px 3px;
   background-color:#fff;
   border-radius: 10px;
}

#main #sidemenu{
   display:none;
}
#main #pc{
   display:none;
}


#block h2 {
   margin-bottom:8px;
   padding:20px 20px 20px 5;
   color:#000;
   font-size:18px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#block h3 {
   margin-bottom:3px;
   padding-left:15px;
   font-size:16px;
   border-bottom:1px dotted #ddd;
   background:#87CEEB url("../images/bg_h3.png") 0 50% no-repeat;
}

#block h4 {
   margin-bottom:2px;
   font-size:16px;
}

#block h5 {
   margin-bottom:2px;
   padding:2px;
   font-size:150%;
   color:#fff;
   background:#0155A4;
}

#block h6 {
   margin-bottom:2px;
   font-size:16px;
   border-bottom:2px solid #333;
}
#block h7 {
   margin-bottom:8px;
   padding:20px 20px 20px 5;
   color:#000;
   font-size:18px;
   font-weight:bold;
   border-bottom:3px double #38b48b;
}

#block p {
   margin:5 5 1em 0;
}

#block dt {
   margin-bottom:3px;
}

#block dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f4f3e8;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:none;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   display:block;
   border-collapse: collapse;
   border:none;
}

#main table tr {
   display:block;
   padding:5px;
   font-size:100%;
   border:1px solid #ddd;
   background:##87CEEB;
   border:none;
}

#main table td {
   display:block;
   padding:5px;
   font-size:100%;
   border:none;
}

#font li {
   float:none;
   list-style:none;
   margin-right:5px;
   padding:10px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   color:#fff;
   font-size:20x;
   font-weight:bold;
   line-height:1.0;
   background:#8d8d8d;
   cursor:pointer;
}

#font li.hover {
   background:#dd6e2a;
}

#font li.active {
   background:#d09300;
}	

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:5px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 5px;
   color:#333;
}



/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
}