﻿@charset "UTF-8";

@import "font-style.css";
@import "layout.css";
html { overflow-y:scroll; }

body {
   margin:0;
   padding:0;
   line-height:1.6;       /* 行間 */
   letter-spacing:1px;   /* 文字間 */
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color: #000;
   background: #fff url("../img/sky.jpg") no-repeat center fixed;
   /* 背景センター固定 */
}


/* リンク設定 */

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

a:hover {
   color:#393;
   text-decoration:none;
}

img { border:0; }

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



/* ------ レイアウト ------ */

#top {
   width:1000px; /* menu幅に合わせています */
   margin:0 auto;
   background-color: rgba(255,255,255,0.5);
   box-shadow: 2px 2px 10px #666;
/* :横方向 縦方向 ぼかし (広がり) 影の色 (影の向き); */
}
   /*　#top＝一番外の枠　*/


#header { padding:15px 0px 0 0px; }


#header img{  /* --- ロゴマーク --- */
   float:left;
   margin:0px;
}

#header h1 {
   float:right;
   color:#666;
   font-size:12px;
   line-height:3px;  /* ロゴの高さと同じ */
   padding:0 10px 0 0;
}

/* ------ #headerここまで ------ */




#menu ul {
   margin:10px 0 15px;
   padding:0;

}

#menu li {
   float:left;
   font-weight:bold;
   text-align:center;
   list-style-type:none;
   border:2px solid #393;
   width:100px;  /* 121+2+2=125px、125×6個=全体幅750px */
}

#menu li a {
   display:block;
   padding:10px 0;
   color:#fff;
   background-color: #393;
}

#menu li a:hover {
   color:#393;
   background:none;
}


/* ------ #menuここまで ------ */

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   clear:both;
   visibility:hidden;
}



/* #contents{} */

/* ------ #contents内 ------ */


#headImage {
   text-align:center;
   margin-bottom : 10px;
}

#main {
  margin-bottom : 10px;
}

/* ------ #contents END ------ */



/* ------ #main hタグ他------ */


#main h2:first-letter{
   font-size:40px;
   color:#d32f2f;
}


#main h2 {
/*  position: relative;
    transform: scale(1, -1);*/
   margin:10px;
   padding:0 8px;
   font-size:28px;
   font-weight:bold;
   letter-spacing:3px; 
   color:#333;
   background: linear-gradient(transparent 60%, #fcc 60%);

   text-shadow: 1px 1px 0px #ccc,
                2px 2px 1px #999; 
/* :横方向 縦方向 ぼかし (広がり) 影の色 (影の向き); */
}


/*#main h2:before{
  position: absolute;
  top:40px;
  content: attr(data-text);
  color: inherit;
  opacity: 0.5;
  transform: rotateX(180deg);
}
*/


#main h3 {
   margin-bottom:3px;
   padding:3px 10px;
   font-size:14px;
   color:#fff;
   background:#393; 
}


#main h4 {
   margin-bottom:2px;
   padding:1px 5px;
   font-size:13px;
   color:#393;
   border-bottom:2px solid #999;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   border-left:8px solid #999;
}

#main h6 {
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
}

#main p{ margin:1em 1em 2em 1em;}

#main iframe{ margin-right:1em;
              margin-bottom:1em;} /* アクセスMAP */


/* ------ .info dl,dt,dd------ */

.info dl {
width : 700px; 
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#deffde;
    margin:10px auto 10px;  /* 上、左右、下 */
}

.info dt {
    float:left;
    clear:left;
    width:120px;
    font-weight:bold;
    background-color:#deffde;
    border-top:1px solid #ccc;
    padding:5px 10px;
    text-align: center;
}

.info dd {
    background-color:#ffffff;
    border-top:1px solid #ccc;
    margin-left:140px;  /*　dt width120＋padding左10右10　*/
    padding:5px 10px;
}



/* ------ .staff dl,dt,dd------ */

.staff dl,.staff dt,.staff dd{
    margin : 0px;
    padding : 0px;
    margin-bottom : 10px;
}

.staff dl{  
    font-size : 11px;
    width : 220px;  /* 全体幅を基準にする */
    padding : 5px;

/* dl borderの指定は作業用↓↓↓　削除OK
      border-width : 1px;
      border-style : solid;        */

    margin-right : 16px;
    float : left;
}

.staff dt{  
    line-height : 1.6;
    text-align : right;
    border-bottom-width : 1px;
    border-bottom-style : dotted;
    margin : 10px auto;
}

.staff dt img{  
    margin-bottom : 15px;
    display : block;
    margin-left : auto; 
    margin-right : auto; 
}


.staff dd{  
  line-height : 1.6;   
  padding-left : 10px;
  padding-right : 10px;
}




/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   clear:both;
   visibility:hidden;
}


/* ------ #footer ------ */

#footer {
   height:40px; /* 背景表示のために高さ指定が必要(floatしたBOXは高さ0になる) */
   margin:10px 0 0;
   display:block;
   clear:both;
   border-top:3px double #535D57;
}

.pageTop {
   float:left;
   margin:10px 5px;
   text-align:left;
   font-size:11px;
}

.pageTop a {
   padding:0 3px;
}

.pageTop a:hover {
   border-bottom:1px solid #393;
}

.copyright {
   float:right;
   margin:10px 5px;
   font-size:11px;
}


/* ------ 赤いボタン ------ */

a.btn1{
   width: 200px;
   display: block;}       /* 採用ページ */

a.btn2{
   width: 150px;
   display: inline-block;
   position: relative;
       left: 29px;}       /* アクセスページ */
/* 全体750-右端13-map幅480-26(前後13px×2文字)-170(ボタンwidth150＋padding20)=61(左右余白) */

a.btn1,a.btn2 {
   margin: 10px auto;
   padding: 10px;
   text-align: center;
   font-size:14px;
   font-weight:bold;
   background: #d32f2f;
   color: #fff;
   border-radius: 10px;
   box-shadow: 1px 1px 1px #8C0E27;  /* :横方向 縦方向 ぼかし (広がり) 影の色 (影の向き); */
}

a.btn1:hover,a.btn2:hover{
   background: #A1233C;
}

a.btn1:active,a.btn2:active{       /* クリック時の設定 */
   -ms-transform: translateY(1px);
   -webkit-transform: translateY(1px);
   transform: translateY(1px);
   box-shadow:none;
}


/* ------ 折り畳み ------ */


/* ボックス全体 */
.acbox {
    margin: 0 100px 0 100px;
    padding: 0;
}


label {
    display: block;
    margin:1px 0;
    padding: 10px 0 0 55px;
    color: #fff;
    font-weight:bold;
    background: #393;
    border-bottom: #393 1px solid;
}

label:hover{
   color:#393;
   background-color: rgba(255,255,255,0);
}

/* チェックボックス非表示 */
.acbox input {
    display: none;

}

/* 中身を非表示にしておく */
.acbox .ac-body {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    border-bottom: #393 1px solid;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}


/* クリックで中身表示 */
.switch:checked + label + .ac-body {
    max-height: 300px;  /* 高さ300pxまで */

}

/* 矢印 */
label:before{
    content: url(../img/down16.png) ;
     position: relative;
     top: 4px;
     left: -15PX;
}

/* 矢印の入れ替え */
.acbox .switch:checked + label:before {
    content: url(../img/up16.png) ;
     position: relative;
     top: 4px;
     left: -15PX;
}


/* ------ .link dl,dt,dd------ */

.link dl {
    margin:10px 30px 20px;  /* 上、左右、下 */
}

.link dt {
    float:left;
    clear:left;
    width:200px;
    font-weight:bold;
    padding:5px 10px;
    text-align: right;
}

.link dd {
    margin-left:220px;  /*　dt width200＋padding左10右10　*/
    padding:5px 10px;
}

.link a:hover {
   border-bottom:1px solid #393;
}

/* ------ ************------ */

.index_word {
 width:800px;
    padding:10px 100px 0px 100px;
}

/* ------ 各種まーじん------ */
.mg_1 {
margin:15px 0 15px 50px;
}

/* ------ 新着情報 ------ */
#news {
    width: 800px;
    padding: 10px 100px 0px 100px;
}

#news .news_title {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 15px;
}

div.update {
	font-size: 100%;
	padding-bottom: 50px;
}
/* 
div.update a:active,
div.update a:link,
div.update a:visited {
	color: rgba(2, 0, 0, 0.89);
} */

div.update dl {
	height: 160px;
	overflow: auto;
	background-color: #f9f9f9;
	border-top: 1px #c0c0c0 dotted;
    border-bottom: 1px #c0c0c0 dotted;
}
	
div.update dt {
	float: left;
    width: 150px;
	padding: 7px 0 6px 3px;
    line-height: 120%;
    margin-left: 30px;
}
	
div.update dd {
    margin: 0;
    padding: 7px 3px 6px 6.6em;
	line-height: 120%;
	text-align: left;
}

div.ecalic_on {
    float: left;
    width: 16px;
    height: 16px;
    background: url("../img/images/ecalic_o.png") no-repeat left;
    background-size: 16px 16px;
    margin-right: 8px;
}

div.ecalic_off {
    float: left;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 8px;
}

div.blog_menu {
	padding-left: 20px;
}

#main div.blog_menu h3 {
	width: 150px;
	border-bottom: 3px solid #FFC68E;
	color: #000000;
	padding-bottom: 3px;
    padding-left: 0.25em;
    background: none;
}

#main div.blog_menu ul li {
    list-style-type: none;
}

.inner_etc {
	float: left;
	margin: 0 auto;
	width: 200px;
}

.inner_news {
	margin: 0 auto;
	width: 680px;
	overflow: hidden;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

div.page_blog {
	display: inline-block;
    width: 100%;
    height: 50px;
	margin: 8px auto;
	text-align: center;
}

div.back_left {
	display: inline-block;
	width: 220px;
    text-align: left;
}

div.back_left a:active, 
div.back_left a:link,
div.back_left a:visited {
	color: #0000EE;
}

div.back_left a:hover {
	color: #FF0000;
	text-decoration: none;
}

div.page_center {
	display: inline-block;
	width: 220px;
    text-align: center;
}

div.next_right {
	display: inline-block;
	width: 220px;
    text-align: right;
}

div.next_right a:active, 
div.next_right a:link,
div.next_right a:visited {
	color: #0000EE;
}

div.next_right a:hover {
	color: #FF0000;
	text-decoration: none;
}
/*   ブログ表示用フォントサイズ   */
.fs1 {
	font-size: 65%;
}
.fs2 {
	font-size: 82%;
}
.fs3 {
	font-size: 100%;
}
.fs4 {
	font-size: 113%;
}
.fs5 {
	font-size: 150%;
}
.fs6 {
	font-size: 200%;
}
.fs7 {
	font-size: 300%;
}
.align_center{
         text-align:center;
}