﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* setting
------------------------------------*/

body{
line-height: 150%;
font-size: 12px;
height:100%;
color: #111;
margin: 0;
padding: 0;
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html{
height:100%;
}

a { outline: none; }

a:hover img,a:hover div{
opacity:0.7;
filter: alpha(opacity=70);
}

ul li{
list-style: none;
}
table, table td, table th{
border: 0;
}

* html #header img,
* html #footer img,
* html #outline,
.iepngfix{
behavior: expression(IEPNGFIX.fix(this));
}

.pre{
white-space: pre;
}
/* common
------------------------------------*/
input, textarea{
font-size: 12px;
}


/* Link Color
--------------------------------*/
a:link {/*未訪問のリンク*/
color:blue;
}
a:visited {/*訪問後のリンク*/
color:blue;
}
a:hover {/*マウスをのせたとき*/
color:red;
}
a:active {/*クリック中*/
color:red;
}

/* 
--------------------------------*/

dl{
margin-bottom: 5px;
}
dt{
}
dd{
margin: 0 0 10px 0;
}



#left_column{
float: left;
width: 190px;
}
#right_column{
float: right;
width: 190px;
}
#left_column img, #right_column img{
margin-bottom: 5px;
}

/* main
------------------------------------*/
#main{
width: 760px;
float:left;
}


h2 {
    position: relative;
    padding-bottom: .5em;
    margin-top: 30px;
    font-size: 24px;
    border-bottom: 4px solid #ccc;
}
h2::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #FFAE00;
}
h2:first-letter{
  font-size: 30px;
  color:#FFAE00;
}

h3.common {
    position: relative;
    padding: .75em 1em .75em 1.35em;
    border: 1px solid #eee;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.4em;
    clear: both;
}

h3.common::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background: #FFAE00;
    border-radius: 4px;
}

h4.common{
  position: relative;
  padding:10px;
  margin: 30px auto 10px;
  font-size:14px;
  background: #eed;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */  
}



h5.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
color: #555555;
}

ul.common{
margin: 0;
padding: 0;
}
ul.common li{
background: url('/images/common/bg_li.png') 2px 5px no-repeat;
padding: 0px 0 0 16px;
margin-bottom: 4px;
}

ol.common {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
  font-weight:  bold;
  font-size:  16px;
}
ol.common li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 1.5em 0.5em 1.5em 30px;
  line-height: 1.5em;
}
ol.common li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.common li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}


    .img01.waku03 {
      border: 7px solid #fff;
      box-shadow: 0 0 0 1px #eee,1px 3px 8px #999; rgba(40,40,40,0.3);
    }
    .waku03.rotate01 {
      -moz-transform:rotate(-3deg);
      -webkit-transform:rotate(-3deg);
      -ms-transform:rotate(-3deg);
      transform:rotate(-3deg);
    width: 500px;
    margin: 50px auto;
        padding: 0;
    }
    .waku03.rotate02 {
      -moz-transform:rotate(1deg);
      -webkit-transform:rotate(1deg);
      -ms-transform:rotate(1deg);
      transform:rotate(1deg);
    }


/* header
------------------------------------*/

#header{
width: 971px;
margin: 0 auto;
position: relative;
height: 77px;
}

#header h1{
position: absolute;
top: 10px;
left: 290px;
width: 204px;
    font-size: 12px;
    line-height: 18px;
font-weight: normal;
}

#header #logo{
position: absolute;
top: 6px;
left: 0px;
}

#header #header_info{
position: absolute;
top: 5px;
left: 730px;
}

.btn_recruit{
position: absolute;
top: 10px;
left: 500px;
width: 200px;
text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
  background-image: linear-gradient(#FFD200 0%, #FFAE00 100%);
  transition: .4s;
  padding: 18px 0;
  font-size: 18px;
  text-shadow:0px 1px 2px #000000;
}
.btn_recruit:hover {
  background-image: linear-gradient(#FFB200 0%, #FF9000 100%);
}
.btn_recruit i{
margin: 0 5px;
}

.btn_recruit_side{
width: 100%;
text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
  background-image: linear-gradient(#FFD200 0%, #FFAE00 100%);
  transition: .4s;
  padding: 25px 0;
  font-size: 18px;
  text-shadow:0px 1px 2px #000000;
}
.btn_recruit_side:hover {
  background-image: linear-gradient(#FFB200 0%, #FF9000 100%);
}
.btn_recruit_side i{
margin: 0 5px;
}


.btn_raw_side{
  margin-bottom: 10px;
width: 100%;
text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
  background-image: linear-gradient(#33D0F6 0%, #22C0E6 100%);
  transition: .4s;
  padding: 25px 0;
  font-size: 18px;
  text-shadow:0px 1px 2px #000000;
}
.btn_raw_side:hover {
  background-image: linear-gradient(#11B0D6 0%, #00A0C6 100%);
}
.btn_raw_side i{
margin: 0 5px;
}

a.button{
    width: 200px;
    display: block;
    margin: 30px auto 50px;
    text-align: center;
    text-decoration: none;
    color: #FFF !important;
    background-image: linear-gradient(#FFD200 0%, #FFAE00 100%);
    transition: .4s;
    padding: 28px 20px;
    font-size: 18px;
    text-shadow: 0px 1px 2px #000000;
}
a.button:hover {
  background-image: linear-gradient(#FFB200 0%, #FF9000 100%);
}
a.button i{
margin: 0 5px;
}




/* gnavi
------------------------------------*/
#gnavi{
position: relative;
top: 0px;
width: 971px;
z-index: 3;
margin: 0 auto;
}

#gnavi img{
float: left;
margin: 0;
border: 0;
}
#gnavi div{
background: #00a3da;
margin: 0;
border: 0;
color: white;
height: 41px;
min-width: 100px;
float: left;
text-align: center;
padding-top: 19px;
border-left: 1px solid #008bbb;
border-right: 1px solid #63d7ff;
}
#gnavi a{
color: white;
text-decoration: none;
font-size: 13px;
vertical-align: middle;
}

/* content
------------------------------------*/

#content{
width: 971px;
padding-top: 10px;
position: relative;
top: 0px;
margin: 0px auto 0;
clear: both;
}

/* main
------------------------------------*/
#right_main{
width: 762px;
float:left;
margin-left: 18px;
}

/* side
------------------------------------*/
#side{
width: 190px;
margin-left: 10px;
float: left;
}


#side_menu ul{
margin: 5px 10px 10px 12px;
}

#subnavi{
border-left: 1px solid #e1dfd7;
border-right: 1px solid #e1dfd7;
border-bottom: 1px solid #e1dfd7;
margin-bottom: 10px;
margin-top: -20px;
padding-bottom: 5px;
}

#subnavi ul{
margin: 18px 0 0;
padding: 0;
}


#subnavi li{
margin: 5px 0 0 5px;
padding: 0 0 0 20px;
background: url('/images/common/side/li_subnavi.jpg') left 5px no-repeat;
}

#contact_box{
width: 190px;
height: 111px;
background: url('/images/common/side/bg_contact.jpg') center top no-repeat;
position: relative;
}
#contact_box img{
position: absolute;
top: 80px;
left: 10px;
}

/* footer
------------------------------------*/
#footer{
background: url('/images/common/bg_footer.jpg') bottom center repeat-x;
height: 295px;
}
#footer_outline{
width: 971px;
margin: 0 auto;
position: relative;
}

#footer #footer_menu{
position: absolute;
top: 30px;
left: -10px;
}
#footer #footer_menu li{
padding-top: 0;
float: left;
margin-left: 18px;
font-size: 11px;
color: #333;
}
#footer #footer_menu li a{
color: #333;
}

#copyright{
position: absolute;
top: 235px;
left: 244px;
}


/* table
-----------------*/
td,th{
border: 0 white;
}
table.common{
margin: 0 auto;
}

table.common th {
border: solid 1px #e3e2db;
background: #f3f2eb;
font-weight: bold;
padding:12px 8px;
}
table.common td {
border: solid 1px #e3e2db;
background: #fdfdfa;
padding:12px 8px;
}

table.common { 
border-collapse: collapse;
width:98%;
margin: 5px auto;
}
table.common thead th, table.common thead th{
font-weight: bold;
color: #EF8E00;
border-top: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(1) th {
border-top: #FFAD00 4px solid;
}
table.common tbody tr:nth-child(odd) th {
background: #e4e4e3;
border-bottom: #e3e3e3 1px dotted;
font-size: 11px;
}
table.common tbody tr:nth-child(even) th {
background: #f1f1f0;
border-bottom: #e3e3e3 1px dotted;
font-size: 11px;
}

table.common tbody tr:nth-child(1) td {
border-top: #FFD200 4px solid;
}
table.common tbody tr:nth-child(odd) td {
background: #f8f8f8;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) td {
background: white;
border-bottom: #e3e3e3 1px dotted;
}




.box_common {
  margin-bottom: 20px !important;
    padding: 25px 30px 25px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #d9d9d9;
}

.box_common2 {
    padding: 1.5em 2em !important;
    margin: 2em 0 !important;
    background: -webkit-repeating-linear-gradient(-45deg, #fff7f0, #fff7f0 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #fff7f0, #fff7f0 3px,#fff49f 3px, #fff49f 7px);
}

.box_common3 {
    position: relative !important;
    padding: 1.5em 2em !important;
    margin: 2em 0;
    top: 0;
    background: #fff;
}
.box_common3:before, .box_common3:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box_common3:before{
    border-left: dotted 2px #FFAE00;
    border-top: dotted 2px #FFAE00;
    border-bottom: dotted 2px #FFAE00;
    left: 0;
}
.box_common3:after{
    border-top: dotted 2px #FFAE00;
    border-right: dotted 2px #FFAE00;
    border-bottom: dotted 2px #FFAE00;
    right: 0;
}
.box_common4 {
    padding: 1.5em 2em !important;
    margin: 2em 0 !important;
    border: double 5px #FFAE00;
    background: #fbfbfa;
}



/* width
-----------------*/

.w50px{
width: 50px;
}
.w100px{
width: 100px;
}
.w170px{
width: 170px;
}
.w200px{
width: 200px;
}
.w225px{
width: 225px;
}
.w230px{
width: 230px;
}
.w270px{
width: 270px;
}
.w300px{
width: 300px;
}
.w330px{
width: 330px;
}
.w380px{
width: 380px;
}
.w400px{
width: 400px;
}
.w500px{
width: 500px;
}
.w600px{
width: 600px;
}

.w10per{
width: 10%;
}
.w20per{
width: 20%;
}
.w25per{
width: 25%;
}
.w30per{
width: 30%;
}
.w33per{
width: 33%;
}
.w40per{
width: 40%;
}
.w50per{
width: 50%;
}
.w75per{
width: 75%;
}
.w100per{
width: 100%;
}


.center{
text-align: center;
margin: 0 auto;
}
span.red{
color: #aa1133;
}
span.pink{
color: #ff336d;
}
span.lightblue{
color: #4c9dde;
}

.no_border{
border: 0 white;
}

p{
padding: 7px 10px 7px;
margin: 6px 0;
line-height: 20px;
}



.textalign_center{
text-align: center;
}
.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}

img.photo{
padding: 3px;
background: #ffffff;
border: 1px solid #cccccc;
}

p.clear{
clear: both;
height: 10px;
}
div.clear{
clear: both;
height: 0px;
padding: 0;
margin: 0;
}
.clear{
clear: both;
}

strong{
font-weight: normal;
}

.small{
font-size: 10px;
}
.big{
font-size: 14px;
}
.fs_14{
font-size: 14px;
}
.fs_16{
font-size: 16px;
}
.fs_18{
font-size: 18px;
}
.fs_20{
font-size: 20px;
}
.fs_22{
font-size: 22px;
}
.fs_24{
font-size: 24px;
}

.border{
border: 1px solid #dddddd;
}

.float_left{
float: left;
}
.float_right{
float: right;
}



.notice{
  color: #ff0066;
  font-size: 11px;
}

.top_10{
position: relative; top: 10px;
}

.mb_5{
margin-bottom: 5px;
}
.mb_10{
margin-bottom: 10px;
}
.mb_20{
margin-bottom: 20px;
}
.mb_30{
margin-bottom: 30px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_5{
margin-top: 5px;
}
.mt_10{
margin-top: 10px;
}
.mt_15{
margin-top: 15px;
}
.mt_20{
margin-top: 15px;
}
.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pl_10{
padding-left: 10px;
}
.pl_15{
padding-left: 15px;
}
.pl_20{
padding-left: 20px;
}
.pl_30{
padding-left: 30px;
}
.pr_10{
padding-right: 10px;
}
.pr_15{
padding-right: 15px;
}
.pr_20{
padding-right: 20px;
}
.pr_30{
padding-right: 30px;
}
.lh_30{
line-height: 30px;
}



p.indent {
  text-indent:-1.0em;
  padding-left:2.0em;
}

table.dormitory td{
padding: 0;
text-align: center;
}

button.common {
    margin-top: 10px;
    border-radius: 5px;		/* CSS3草案 */
    -webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 5px;	/* Firefox用 */
    background: -moz-linear-gradient(top,#80CCE6,#80CCE6 5%,#09C 5%,#069 95%,#069 95%,#00293D);
    background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), color-stop(0.05,#80CCE6), color-stop(0.05,#09C), color-stop(0.95,#069), color-stop(0.95,#00293D), to(#00293D));
    border: 1px solid #DDD;
    color: #FFF;
    min-width: 100px;
    padding: 20px 50px;
    cursor: pointer;
}
a:hover button.common{
opacity:0.7;
filter: alpha(opacity=70);
}

button, input[type=button],  
input[type=reset], input[type=submit] {  
padding: 15px 40px;
font-size: 18px;
}  

.img_num{
margin: 0 0 0 5px;
position: relative;
top: 5px;
}

.flex{
    display: flex;
    justify-content: space-between;
}


.member_area{
    width: 90%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.member_area div{
    text-align: center;
}
.member_area a{
    color: black;
    text-decoration: none;
}

.member_area div img{
    margin-bottom: 10px;
    width: 100%;
    max-width: 360px;
    height: auto;
}
.member_area div table{
    width: 100%;
    margin: 0 auto;
}
