@media all and (min-width: 771px) {
.pcmenu{display:inherit!important;}
.spmenu{display:none!important;}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#menu {
  text-align: center;
  background-color: #000f7f;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.h40{
  height: 0px;
}
body{
    font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color:#333;
	width:100%;
	text-align:center;
	margin:0px;
}
h4.yubiicon{
    clear:both;
    border-bottom:1px solid #f40;
    line-height:30px;
    margin:0px auto;
}
a.thumnail {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}
a.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.5s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10%;
}
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
a:hover>figure figcaption {
    opacity: 1;
}
a.overwhite{
    background-color:#ffffff;
    display:block;
}
a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
p{
    color:#333;
    font-size:14px;
    line-height:18px;
}
strong{
    font-weight:normal;
}
.breadcrumbs{
  overflow: hidden;
  width: 100%;
  margin-bottom:0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:13px;
}
.breadcrumbs ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li{
    text-align: left;
}
.breadcrumbs a{
  padding: .5em 1em .5em 2em;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.breadcrumbs li:first-child a{
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs a:hover{
  background: #ddd;
}
.breadcrumbs a::after,
.breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
.breadcrumbs a::after{
  z-index: 2;
  border-left-color: #ddd;
}
.breadcrumbs a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
.breadcrumbs a:hover::after{
  border-left-color: #fff;
}
.breadcrumbs .current,
.breadcrumbs .current:hover{
  font-weight: bold;
  background: none;
}
.breadcrumbs .current::after,
.breadcrumbs .current::before{
  content: normal;
}
.badge40{
    border:2px #fff solid;
    background: #f00;
    width: 70px;
    height: 30px;
    position: relative;
    text-align: center;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    border-radius:20px;
    line-height:30px;
    text-align:center;
    top:10px;
    left:-10px;
    -webkit-box-shadow: 3px 3px 3px -3px #333;
    -moz-box-shadow: 3px 3px 3px -3px #333;
    box-shadow: 3px 3px 3px -3px #333;
}
#page{
        width:90%;
	text-align:left;
	margin-right: auto;
	margin-left : auto;
}
#page2{
        max-width:90%;
        margin:0 auto;
        overflow:hidden;
}
#page2 img{
	width:100%;
	height:auto;
}
#header{
        width:100%;
	overflow:hidden;
        margin-bottom:15px;
}
#header .top{
        width:960px;
        margin:0 auto;
}
a{	text-decoration:none;
        color:#1111cc;
}
a:hover{
    color:#87BCE4;
}
#header1{
    background:#D1D1D1;
}
#header1 .h1{
        font-size:10px;
        line-height:11px;
        font-weight:normal;
        float:left;
}
#header1 h1{
        width:960px;
        margin:0 auto;
        font-size:10px;
        line-height:15px;
        font-weight:normal;
        text-align:left;
}
#header2{
        float:right;
        font-size:10px;
        margin-top: 10px;
}
#header2 a{
        float:left;
	padding-left:15px;
        text-decoration:none;
       
}
#header3{
        clear:both;
        width:960px;
}
#header3 img{
        float:left;
	width:300px;
        margin-top: 10px;
}
#header4{
        float:right;
	width:660px;
        text-align:right;
        margin-top:10px;
}
#header4 img{  
	width:100px;
}
table.areatable{
    width:95%;
    border-spacing:0px;
    margin:0px auto;
}
table.areatable th{
    vertical-align:middle;
    text-align:center;
}
table.areatable th td{
    display:table-cell;
}
table.areatable td{
    vertical-align:middle;
    text-align:left;
}
table.areatable h4{
    background:#fff;
    border:1px solid #94b6f7;
    padding:5px 10px;
    color:#333;
    font-size:13px;
    text-align:center;
    margin-right:13px;
    margin-bottom:0px;
}
table.areatable h4:hover{
    background:#66CCFF;
}
table.areatable p{
    font-size:13px;
}
#oubo{
    float: right;
    border: 1px #AAA solid;
    box-shadow: 2px 2px 2px #666;
    margin-right: 3px;
    margin-left: 5px;
}

#oubo img{    
    margin-top: 4px;
    margin-left: 0px;
    width: 20px;
}

#kentou{
    float: right;
    border: 1px #AAA solid;
    box-shadow: 2px 2px 2px #666;
    margin-right: 3px;
    margin-bottom: 3px;
}

#kentou img{    
    margin-top: 4px;
    margin-left: 0px;
    width: 20px;
}

#logout{
    height:30px;
    line-height: 30px;
    float: right;
    border: 1px #AAA solid;
    box-shadow: 2px 2px 2px #666;
    margin-right: 8px;
    margin-left: 5px;
}

#LogIn{height:30px;
    line-height: 30px;
    float: right;
    border: 1px #AAA solid;
    box-shadow: 2px 2px 2px #666;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
}

#Register{
    height:30px;
    line-height: 30px;
    float: right;
    border: 1px #AAA solid;
    box-shadow: 2px 2px 2px #666;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
}
.button{
    height:25px;
    line-height: 25px;
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    float: right;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: linear-gradient(#1111cc,#0086ed);
    border-radius:5px;
    text-shadow:1px 1px 1px #333;
    box-shadow:2px 2px 0px #1111cc;
    padding:0px 10px;
}
.button:hover{
    background: linear-gradient(#0086ed,#1111cc);
}
.button_y{
    height:25px;
    line-height: 25px;
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    float: right;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: linear-gradient(#F38630,#FFA500);
    border-radius:5px;
    text-shadow:1px 1px 1px #333;
    box-shadow:2px 2px 0px #F38630;
    padding:0px 10px;
}
.button_y:hover{
    background: linear-gradient(#FFA500,#F38630);
}
.button_w{
    height:25px;
    line-height: 25px;
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color:#f40;
    float: right;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: linear-gradient(#fff,#ddd);
    border-radius:5px;
    border:1px solid #f40;
    text-shadow:1px 1px 1px #fff;
    box-shadow:2px 2px 0px #ccc;
    padding:0px 10px;
}
.button_w:hover{
    background: linear-gradient(#ddd,#fff);
    color:#FF8C00;
}
.button img{
    margin-top: 4px;
    margin-left: 0px;
    width: 20px;
}
#dropmenu{
        width:960px;
        height:35px;
        margin-bottom:20px;
        clear:both;
        overflow:hidden;
}
#dropmenu ul{
        margin: 0;
        padding: 0;
}
#dropmenu li{
        float:left;
        background:url(images/menu_off.jpg) 0 0 no-repeat;
        width:160px;
        height:35px;
        margin: 0;
        padding: 0;
        line-height:35px;
        text-align:center;
        list-style-type: none;
}

#dropmenu li a{
        text-decoration:none;
        display: block;
        width:160px;
        height:35px;
        color:#333;
}

#dropmenu li a:hover{
        background:url(images/menu_on.jpg) 0 0 no-repeat;
}
.info_g{
        width:auto;
        height:20px;
        clear:both;
        line-height:20px;
        border:solid 1px #ccc;
        background-color:#ccc;
        padding-left:30px;
}
.info{
        width:auto;
        height:25px;
        clear:both;
        line-height:25px;
        border:solid 1px #f7e3d3;
        background-color:#fff;
        padding-left:10px;
        font-size:13px;
        margin-bottom:20px;
        border-radius:3px;
}
span.update{
        color:#777;
        padding:1px;
        font-size:9px;
        width:auto;
        border:1px solid #ccc;
}
span.update2{
        background:#ffb697;
        color:#333;
        padding:1px;
        font-size:9px;
        width:auto;
        border:1px solid #ffb697;
        border-radius:2px;
        margin-left:5px;
}
.update_ti{
    margin-top:0px;
    margin-bottom:10px;
    margin-right:10px;
    font-weight:bold;
}
span.kyubo{
        background:#FF0000;
        color:#fff;
        padding:1px 5px;
        font-size:9px;
        width:auto;
        border:1px solid #ffb697;
        border-radius:5px;
        margin-left:5px;
}
.container{
	width:100%;
	overflow:hidden;
        margin:0px auto;
}
.container h2{
background:#94b6d2;
font-size: 16px;
font-weight:bold;
padding:8px;
text-align:center;
margin-bottom:0px;
margin-top:10px;
}
.container h2.top-blue{
    background:#fff;
    color:#333;
    margin:5px;
    padding-top:2px;
    text-align:left;
}
.h2_parent {
    width:100%;
    position: relative;
    display:block;
    margin-bottom:10px;
}
.child1 {
  position: absolute;
  left:5px;
  color:#0f35a0;
}
h2.left-red{
    height:25px;
    line-height:25px;
    font-size:18px;
    color:#333;
    font-weight:bold;
    width:100%;
    background:#fff;
    text-align:left;
    padding-left:30px;
}
.side_menu a{
}
.side_menu a:hover{
    color:#0f35a0;
}
.topspace{
     overflow:hidden;
     margin-bottom:-10px;
}
.main_home{
	float:left;
	width:75%;
        border:0px;
        font-size:15px;
        margin-right:15px;
      }
      .main_home ul{          
    list-style:none;
      }
      .main_home h3{
          font-size:15px;
          margin-bottom:-10px!important;
      }
      .main_home h4{
          font-size:15px;
      }
      .main_home p{
          font-size:13px;
      }
.main{
	float:left;
	width:640px;
        border:0px;
        font-size:15px;
      }

.midasi{width:100%;
        height:30px;
        border-radius:5px;
        margin-bottom: 10px;
}
.midasi h3{
        border-left: 4px #f40  solid;
        margin-bottom: 5px;
        margin-top:5px;
        font-size: 18px;
        line-height:22px;
        padding-left: 10px
}    
.main1{
	width:100%;
        border-radius:5px;
       	margin-bottom:20px;
        overflow:hidden;
}
.main1 h4{
        border-bottom: 1px #F38630 solid;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}

.main select{
        margin-bottom:5px;
        width:180px;
        margin-right:10px; }
.main1 input{}
.main2{
	width:54%;
        height:280px;
        margin-right: 10px;
       	border:solid 1px #eaeaea;
        border-radius:5px;
        background: linear-gradient(#FFF,#eaeaea);
        margin-bottom:10px;
        overflow:hidden;
        float:left;
}
.main2 h4{
 	border-bottom: 1px #F38630 solid;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;}
.main3{
       	border:solid 1px #eaeaea;
        border-radius:5px;
        background: linear-gradient(#FFF,#eaeaea);
        width:636px;
        height:80px;
        margin-bottom: 15px;
        margin-right: 10px;
        
        
}
.main3 h4{
	border-bottom: 1px #F38630 solid;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;}


.main3 input{        
	margin-top:7px;
        padding-left:10px;
}

.main3 form{
	padding:0;
}

.kensaku{
	width:636px;
        margin-left: 20px;
        list-style:none;
}
.main4{
	clear:both;
	width:636px;
       	margin-bottom:20px;
       	border:solid 1px #eaeaea;
        border-radius:5px;
        background: linear-gradient(#FFF,#eaeaea);
}

.main4 h4{
	border-bottom: 1px #F38630 solid;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.main4 label{
	text-decoration:none;
        color:#1111cc;
        font-size:13px;
        font-weight:normal;
        display:block;
}
.main4 label:hover{
        display:block;
        background-color:#A7DBD8;
}

.main4 table{
	margin:20px 5px;
        border-bottom:1px #ccc dotted;
}

.main4 table td{
	padding-left:10px;
        padding-bottom:5px;
        font-size:13px;
        font-weight:bold;
        border-right:1px #ccc dotted;
}
td.a1{
        border-right:0;
        width:120px;
        border-bottom:1px #ccc dotted;
}
td.b1{
        border-right:0;
        width:80px;
        border-bottom:1px #ccc dotted;
}

.main5{
	width:638px;
      	margin-bottom:20px;
       	border:solid 1px #F38630;
        border-radius:5px;
}
.main5 h4{
        color:#FFF;
        background-color:#F38630;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.main5 ul li{
        list-style:none;
        margin-left:-15px;
        font-size:13px;
        line-height:22px;
}
.main5 a{
        text-decoration:none;
        color:#1111cc;
}
.main_left{ 
        width:440px;
        margin-right: 10px;}

.main_right{
        float:left;
        width:41%;
        padding:2px;
        text-align:center;
        
}
.main_right h4{
        color:#FFF;        
        background:linear-gradient(#ff6738,#ff4000);
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.main_right img{
	margin-top: 10px;
        width:100%;
}
.howto{
}
.howto img{
    margin-right:10px;
}
.howto ul li{
        border-bottom:1px dotted #aa9d88;
        list-style:none;
        text-align:left;
        margin-left:-40px;
        font-size:13px;
        padding:3px;
        margin-bottom:-10px;
}
.howto ul{
        margin-top:-10px;
        margin-bottom:-10px;
}
.howto li{
        border-bottom:1px dotted #aa9d88;
        height:60px;
        line-height:50px;
        overflow:hidden;
}
.howto li:last-child{
        border-bottom:initial;
}
.midasi_mini{
        width:190px;
        height:30px;
        border:1px #E0E4CC solid;
        margin-bottom: 10px;
        background: linear-gradient(#FFF,#E0E4CC );}

.midasi_mini h3{
        border-left: 8px #f40 solid;
        margin-left:10px;
        margin-bottom: 5px;
        margin-top:5px;
        font-size: 15px;
        line-height:20px;
        padding-left: 10px;}

.main_right2{
        float:right;}

.main7{
        width:190px;
        margin-right: 10px;}

.main7 img{
        margin-top: 10px;}

.main8{
        width:446px;
        border:solid 1px #F38630;
        border-radius:5px;
        margin-bottom: 10px;
}

.main8 div{padding-left: 20px;}

.main8 img{
    margin-top: 5px;
    margin-bottom: 5px;
}
.main8 h4{
    color:#FFF;
    background-color:#F38630;
    line-height: 25px;
    padding-left:5px;
    margin:0;
}
.home_reason{
    clear:both;
    border-radius:10px;
    border:5px solid #DCA;
    padding:2px 15px;
    background-image:url(images/home_reason.jpg);
    background-position:right bottom;
    background-size:140px 100px;
    background-repeat:no-repeat;
}
.side{
	float:right;
	width:220px;
        padding:5px;
        margin-bottom:20px;
}
.side1{
        width:258px;
        margin-bottom:15px;   
        margin-top:10px;
        border:solid 1px #ffa500;
        background: linear-gradient(#FFD700,#FFA500);
        overflow:hidden;        
        border-radius:10px;
}

.side1 h5{
        width:260px;
        height:25px;
        background-color:#ffa500;
        margin:0px;
        padding-left:5px;
        font-size:15px;
        color:#ffffff;
        line-height:25px
}

.side2{
        width:260px;
        margin-bottom:15px;
}
.side3{
        width:100%;
        border:solid 2px #1111cc;
        border-radius:5px;
        margin-bottom: 20px;
}
.side h3{
    font-size:18px;
    color:#fff;
    margin:0px;
    padding: 5px 10px;
    border-bottom: solid 1px #F38630;
    background:linear-gradient(#1111cc,#0086ed); }

.side3 ul{
    list-style-type:none;
    padding: 0px;
    margin: 0px;    
}

.side3 li{
    font-size:15px;
    padding-left: 10px;
    border-bottom: solid 1px #F38630;
    background:linear-gradient(#FFF,#EEE);
    height:30px;
    line-height: 30px;
}
.side3 li:hover{    
    background:#F9E98E;
}
.side3 a{color:#333;}

.side4{
        border:solid 1px #aa9d88;
        border-radius:1px;
        margin-bottom:15px;
        margin-top:15px;
        background:#fff;
        padding:3px;
}
.side4 p{
    line-height:15px;
    font-size:13px;
    }
.side4 img{margin-top: 10px;}
.side4 ul li{
        list-style:none;
        margin-left:-30px;
        font-size:13px;
        line-height:22px;
}
.side4 li{
        border-bottom:1px dotted #aa9d88;
        padding-bottom:-10px;
}
.side4 li:last-child{
        border-bottom:initial;
}
.side4 h3{
    font-size:15px;
    color:#ffffff;
    margin:0px;
    padding: 5px 10px;
    border-bottom: solid 1px #F38630;
    background:linear-gradient(#1111cc,#0086ed); }
.side4 h4{
        font-size:15px;
        margin:0px 2px;
        height:25px;
        line-height:25px;
        padding:0 5px;
}
.side4 table{
    text-align:center;
}
.side_interview{
    margin:0px auto;
    width:250px;
}
.button_interview{
    border-radius:10px;
    background:#f40;
    font-weight:bold;
    text-align:center;
    padding:2px 5px;
    color:#fff;
}
.button_interview:hover{
    background:#FFA500;
}
#footer{
        clear:both;
        width:100%;
        overflow:hidden;
        margin:0px auto;
        background:#000f7f;
        font-size:10px;
        color:#fff;
}
#footer h5{
    font-size:15px;
    color:#fff;
    border-bottom:1px dotted fff;
    margin-top:0px;
}
#footer p{
        font-size:11px;
        line-height:14px;
}
#footer a{
    color:#fff;
}
.footer_left{
    margin:10px 0px;
    padding:10px;
    float:left;
    width:18%;
}
.footer_center{
    margin:10px 0px;
    padding:10px;
    float:left;
    width:50%;
    overflow:hidden;
    text-align:left;
}
.footer_right{
    margin:10px 0px;
    padding:10px;
    float:left;
    width:18%;
    text-align:left;
}
.footer_right2{
    margin:10px 0px;
    padding:10px;
    float:left;
    width:auto;
    text-align:left;
}
.footer_text{
    width:100%;
    margin:0px  auto;
    border-bottom:10px solid #F38630;
    padding:10px 20px;
    background:#f7e3d3;
    border-radius:5px;
}
.footer_text_in{
    width:960px;
    margin:0px auto;
}
.footer_text_in p{
    width:100%;
    font-size:11px;
    line-height:14px;
    color:#fff;
    text-align:left;
    margin:0px auto;
}
/*toppage end*/
/*pick up*/
span.pickup{
        color:#fff;
        background-color:#0086ed;
        padding:2px;
        width:15px;
        margin-bottom:5px;
        margin-left:-10px;
}
.pickupul{
    width:640px;
    margin-left:-30px;
    margin-top:10px;
    list-style:none;
    overflow:hidden;
}
.picktitle{
    font-weight:bold;
    font-size:13px;
    line-height:14px;
    color:#333;
}
.pickupul li{
    float:left;
    width:300px;
    font-size:11px;
    line-height:13px;
    height:80px;
    background-color:#fff;
    border:solid 1px #0086ed;
    margin-right:10px;
    padding:2px;
    border-radius:10px;
}
.pickupdiv{
    overflow:hidden;
    width:100%;
}
.pickup_left{
    float:left;
    width:100px;
}
.pickup_right{
    float:right;
    width:200px;
}
.pickup_right p{    
    font-size:11px;
    line-height:15px;
}
/*search*/
#title{
        width:100%;
        margin-bottom:20px;
        background:#94b6d2;
        font-weight:bold;
}

#title p{
        float:right;
        height:35px;
        margin-bottom:10px;
        width:900px;
        font-size:20px;
}

#title img{
        width:45px;
        height:45px;
}

#kensaku{
        width:956px;
        height:246px;
        border:solid 2px #ffb697;
        border-radius:5px;
        margin-bottom:30px;
}

#kensaku p{
        width:940px;
        height:30px;
        color:#ffffff;
        background-color:#ff6738;
        margin-top:0px;
        padding-left:20px;
        line-height:30px;
}

#kensaku td{
        border-left:solid 3px #ff4000;
}

#map{
        float:left;
        width:646px;
        height:416px;
        border:solid 2px #ff6738;
}
area{
    cursor:pointer;
    cursor:hand;
}

#osusume{
        float:right;
        width:284px;
        height:414px;
        border:solid 3px #ff6738;
        border-radius:5px;
}

#osusume p{
        height:30px;
        margin:10px 4px;
        font-size:13px;
        line-height:30px;
        border-bottom:solid 3px #ff6738;
}

#hyouzi{
        clear:both;
        width:100%;
        line-height:30px;
        border-top:solid 1px #fff;
        border-bottom:solid 1px #fff;
        text-align:center;
        font-size:13px;
        margin-bottom:20px;
}
#kensu strong{
        font-size:17px;
        color:#ff0000;
}
#school_search_a{
        width:92%;
        border:solid 1px #aaa;
        margin:0px auto;
        background:#fff;
        padding:3px;
        margin-top:5px;
        margin-bottom:3px;
}
#school_search_b{
        width:100%;
        margin-bottom:30px;
        border-bottom:solid 2px #00b390;
}
#school_search_b_kyubo{
        width:98%;
        margin-bottom:30px;
        border:solid 5px #FF8000;
        padding: 5px;
        background-color: #F3E2A9;
}
#school_search_b_kyubo h3{
        margin:-5px;
        margin-bottom: 5px;
	padding:5px;
        font-size:22px;
        background-color: #FF8000;
        color:#FFF;
}
#schoolheader_s{
        width:100%;
        background-color:#fff;
        border-bottom:1px dotted #aaa;
}

#schoolheader_s p{
        font-size:13px;
        color:#017e74;
}
#schoolheader_s h4{
	margin: -13px 0 0 0;
        font-size:18px;
}
#schoolheader_s_kyubo{
        width:98%;
        background-color:#F3E2A9;
        border-bottom:dotted 1px #00b390;
        margin-bottom:2px;
	padding-left:5px;
}
#schoolheader_s_kyubo p{
        font-size:13px;
        color:#017e74;
	margin-top:3px;
}

#schoolheader_s_kyubo h4{
	margin: -13px 0 0 0;
        font-size:18px;
}
#schoolcategory{
        width:100%;
        height:auto;
	overflow:hidden;
}
#schoolcategory li{
        list-style:none;
        float:left;
        background-color:#1111cc;
        color:#fff;
        padding:3px;
        line-height:18px;
        margin-right:10px;
        margin-bottom:2px;
        font-size:13px;
}
#schoolcategory .right{
        float:right;
	width:auto;
}
#setsumei{
	overflow:hidden;
        width:100%;
        background:#fff;
        margin:0px auto;
}

#setsumei tr{}
#setsumei td.text{
	height:auto;
        width:100%;
}

#setsumei td.text p{
	font-size:13px;
}
#setsumei td.text img{
	padding:5px;
}
#taishisetumei2{
	width:100%;
        clear:both;
        font-size:13px;
}

#taishisetumei2 tr{
	width:100%;
        height:36px;
        margin-bottom:3px;
	line-height:36px;
}

#taishisetumei2 td{
	padding-left:10px;
        padding-right:10px;
	border:solid 1px #aaa;
}
#taishisetumei2 th{
	width:50px;
        height:auto;
        margin-right:20px;
        text-align:center;
        font-weight:normal;
        font-size:13px;
	border:solid 1px #aaa;
	line-height:18px;
        margin:0px;
}

#searchtitle{
    background-color:#FFA500;
    width:80px;
}
.search{width:90%;
        margin:0px auto;
        margin-top:10px;
        margin-bottom:15px;
        border-radius:10px;
        padding:5px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        box-shadow:0px 0px 1px 1px #aaa;
        -moz-box-shadow:0px 0px 1px 1px #aaa;
        -webkit-box-shadow:0px 0px 1px 1px #aaa;
}
.search_readmore{
        width:90%!important;
        background:linear-gradient(#1e62d0,#3498db);
        box-shadow:1px 1px 0px #333;
        border:#3498db 1px solid;
        text-align:center;
        margin:0px auto;
        border-radius:5px;
        height:50px;
        line-height:50px;
        font-weight:bold;
        margin-bottom:15px;
}
.search_readmore a{
    color:#fff;
}
.search table{
     background:#fff;
     width:100%;
}
.search tr{
}
.search th{
	background:#FFF8DC;
        width:20%;
        height:40px;
	text-align:center;}

.search td{
    background:#fff;
    font-size:13px;
    line-height:30px;
    width:80%;
    padding-left:20px;
}
.searchformul ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.searchformul li{
    font-size:13px;
    float:left;
}
.check{margin-left:-40px;}

.check li{list-style-type: none;
          float:left;
          width:109px;
}
/*search end*/
/*school*/
#school{
        width:100%;
        margin:30px auto;
       }

#schoolheader{
        width:100%;
        height:auto;
        background-color:#ccffcc;
        border-top:solid 3px #017e74;
        border-bottom:solid 1px #00b390;
        margin-bottom:2px;
}

#schoolheader p{
        font-size:11px;
        line-height:13px;
        color:#666;
        margin-left:10px;
        margin-top:-30px;
        margin-bottom:2px;
}
#schoolheader .prtitle{
     font-weight:bold;
     color:#017e74;
     font-size:15px;
     margin-left:10px;
}
#schoolheader span{
     font-weight:bold;
     color:#017e74;
     font-size:15px;
     margin-left:10px;
}
#schoolheader h4{
        margin-top:0px;
        margin-left:10px;
        font-size:20px;
        line-height:30px;
}
#schoolleft{
        width:410px;
        float:left;
        margin-right:20px;
}

#syasin{
        margin-bottom:10px;
}

#syasin img{
        margin-right:10px;
}
#sigoto{
        clear:both;
        width:100%;
        height:auto;
}

#sigoto h4{}
.sigoto4 {
    position: relative;
    color: #017e74 ;
    background: #ccffcc;
    font-size: 14pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 2px 0px 0px  #017e74 ;
    border-top:3px solid #017e74;
}
.sigoto4:after, sigoto4:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.sigoto4:after {
    left: 0;
    border-right: 5px solid #333;
}
.sigoto4:before {
    right: 0;
    border-left: 5px solid #333;
}

#sigoto p{
	font-size:13px;
        line-height:20px;
}

#sigoto h5{
                  border-bottom:solid 1px #017e74;
                  color:#017e74;
}
.boshu{
        background-color: #ccffcc;
        padding:10px;
    overflow:hidden;
}
.boshu h6{
        color: #017e74;
        font-size:15px;
        padding:0px;
        margin-top:-5px;
        margin-bottom:-15px;
}
.boshu ul{
    list-style:none;
}
.boshu li{
    float:left;
    color:#fff;
    background:#017e74;
    font-size:13px;
    line-height:18px;
    padding:5px;
    margin-left:-15px;
    margin-right:20px;
    margin-bottom:5px;
}
#schoolright{
        width:520px;
        float:right;
}
#schoolright ul{
    list-style:none;
}
#schoolright li{
    float:left;
    background-color:#f40;
    line-height:18px;
    padding:1px 5px;
    color:#fff;
    margin-right:25px;
    margin-left:-20px;
    margin-bottom:5px;
}
#schoolright span.a{
        background-color:#fff;
        color:#ff4400;
        line-height:20px;
        font-weight:bold;
}

#schoolsetumei{}

#schoolsetumei h5{
                  border-bottom:solid 2px #017e74;
                  color:#017e74;
}
#schoolsetumei p{
        
	font-size:13px;
        line-height:20px;
}
#star{
    cellpadding:10px;
    cellspacing:10px;
    margin-bottom:20px;
}
#star td{
        background-color:#ffffbc;
        height:40px;
        width:45%;
        padding:10px;
        font-size:15px;
        font-weight:bold;
}
#star span{
        background-color:#ffffbc;
        color:#ff4400;
        font-size:17px;
        font-weight:bold;
        line-height:22px;
}
#star span.small{
        color:#333;
        font-size:13px;
        font-weight:normal;
        line-height:22px;
}
#bosyuu h4{
        height:30px;
        color:#fff;
        line-height:30px;
        background:url(images/school_450.jpg) 0 0 no-repeat;
	padding-left:40px;
}
#bosyuu table{
        font-size:13px;
	border-collapse: collapse;
        line-height:17px;
}

#bosyuu th{
        margin:0px;
        width:150px;
        height:auto;
        background-color:#ffff99;
        font-size:13px;
        text-align:center;
        border:solid 1px #ff6738;
}

#bosyuu tr td{
	margin:0px;
	padding:0px;
	border:solid 1px #ff6738;
}

#bosyuu ul{
        margin:0px;
}

#schooloubo{
        margin-top:50px;
}

#sagasu{   
}

#sagasu p, .saikin p{
        clear:both;
        width:100%;
        height:30px;
        border-top:solid 2px #ff5a00;
        border-bottom:solid 2px #ff5a00;
        font-size:15px;
        line-height:30px;
        margin-bottom: 0px;
        padding-left:10px;
}    

#sagasu div{
        float:left;
        width:150px;
        margin-right:10px;
        margin-bottom: 10px;
        font-size:13px;
        line-height:16px;
}
li.lvpost{
    font-size:11px;
    float:left;
    display:inline;
}
.saikin{
    height:130px;
}

.saikin div{
    float:left;
    margin-right: 10px;
    font-size:13px;
    
}
.single_tax{
    height:30px;
    margin-bottom:-10px;
    margin-top:30px;
    position: relative;;
    color: #fff;
    background: #F9E98E;
    overflow: hidden;
    width:auto;
    padding:2px 15px;
    text-align:center;
}
.single_tax:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #ffb74d;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.single_tax p{
    margin-top:8px;
    font-size:13px;
}
.schoolinfo{
    height:500px;
}
.schoolpr{
    float:right;
    width:55%;
    height:auto;
}
/*school end*/

/*refine*/
#refine_a{
        width:960px;
}

#tiikisagasu{
        width:960px;
        height:42px;
        border-bottom:solid 3px #ff4000;
        margin-bottom:20px;
}

#tiikisagasu img{
        width:42px;
        height:42px;
        margin:0px;
        float:left;
}

#tiikisagasu h4{
        font-size:20px;
        line-height:42px;
}

#tiiki img{
        margin:2.5px;
        float:left;
        margin-right:10px;
}

#tiiki div{
        width:896px;
        height:30px;
        border:solid 2px #ffdcc7;
        margin-bottom:10px;
}

#tiiki div p{
        margin:0px 5px;
        font-size:15px;
        line-height:30px;
}

#refine_b{
        width:960px;
}

#osakasagasu{
        width:960px;
        height:42px;
        border-bottom:solid 3px #ff4000;
        margin-bottom:20px;
}

#osakasagasu img{
        width:42px;
        height:42px;
        margin:0px;
        float:left;
}

#osakasagasu h4{
        font-size:20px;
        line-height:42px;
}

#osaka{
        width:900px;
        margin-left:30px;
        margin-bottom:30px;
}

#osaka img{
        margin:2.5px;
        float:left;
        margin-right:10px;
}

#osaka div{
        width:896px;
        height:30px;
        border:solid 2px #ffdcc7;
        margin-bottom:10px;
}

#osaka div p{
        margin:0px 5px;
        font-size:15px;
        line-height:30px;
}

#osaka table{
        margin-left:40px;
        margin-bottom:40px;
}

#osaka td{
        width:140px;
        height:30px;
}

#osaka td a{
        font-size:13px;
        color:#1111cc;
        text-decoration:none;
}

#zyouken{
        width:960px;
        margin-bottom:20px;
        border-bottom:solid 3px #ff4000;
}

#zyouken p{
        float:right;
        height:35px;
        margin-bottom:10px;
        width:900px;
        font-size:20px;
}

#zyouken img{
        width:45px;
        height:45px;
}

#free{
        width:950px;
        margin-top:15px;
}

#free p{
        font-size:14px;
        height:20px;
        line-height:20px;
        width:100px;
        color:#333;
        background-color:#ffb697;
        margin-left:10px;
}

#sonota_tiiki{
        width:960px;
        margin-bottom:20px;
        border-bottom:solid 3px #ff4000;
}

#sonota_tiiki img{
        width:45px;        
        height:45px;
}

#sonota_tiiki p{
        float:right;
        height:35px;
        margin-bottom:10px;
        width:900px;
        font-size:20px;
}

#sonota_link p{
        width:940px;
        margin-left:20px;
}

#sonota_link a{
        font-size:20px;
        color:#1111cc;
        text-decoration:none;
}

/*refine end*/



/*login*/
#login{
	width:960px;
	overflow:hidden;
	margin-bottom:40px;
}

#login img{
        margin-bottom:40px;
}

#idari{
	width:546px;
        height:296px;
        float:left;
        margin-right:60px;
        border:solid 2px #67a8c9;
        border-radius:6px;
}

#idari h5{
        height:37px;
        font-size:20px;
        margin:0px 10px;
        padding-left:10px;
        line-height:37px;
        border-bottom:solid 3px #1111cc;
}

#idari h5 strong{
        font-size:20px;
        color:#67a8c9;
}

#idnasi{
        width:346px;
        height:296px;
        float:right;
        border:solid 2px #67a8c9;
        border-radius:6px;
}

#login_nyuryoku{
        width:550px;
        margin-top:30px;
}

#login_nyuryoku p{
       
        margin-left:10px;
        margin-top:10px;
        font-size:15px;
        line-height:25px;
        border:0;
}

#login_nyuryoku div{
        margin-left:10px;
        margin-bottom:20px;
}

#login_nyuryoku a{
        text-decoration:none;
        color:#1111cc;
}

#login_nyuryoku img{
        margin-left:200px;
}

#idnasi h5{
        height:37px;
        font-size:20px;
        margin:0px 10px;
        padding-left:10px;
        line-height:37px;
        border-bottom:solid 3px #1111cc;
}

#idnasi h5 strong{
        font-size:20px;
        color:#67a8c9;
}

#idnasi img{
        margin-left:63px;
        margin-top:80px;
}

/*login end*/



/*member*/
#member{
        width:100%;
        margin-left:30px;
        margin-top:20px;
	overflow:hidden;
}

#merit{
        width:910px;
        margin-bottom:20px;
}

#member_touroku{
        width:910px;
        height:50px;
}

#member_touroku img{
	float:left;
}

#member_touroku p{
        float:left;
        margin-right:30px;
        font-size:20px;
        margin-left:10px;
}

#nyuryoku{
        clear:both;
        width:900px;
        padding-top:10px;
        background-color:#ffdcc7;
}



#nyuryoku img{
	align:center;
}

/*login*/
#login {
        width: 950px;
        margin: 0 auto;
        padding: 10px 0;
}
#login h1 {
        padding: 18px 0;        
        overflow:hidden;
}
#login h1 a {
        float:left;
        width:159px;
        height:36px;
        background-image: url(./logo.jpg);
        background-size: auto;
        padding: 1px 0;
}
#login h1 a:hover {
        background-image: url(./logo_hover.jpg);
}

.login form {
        width: 330px;
        margin: 10px 10px 0 auto;
}

.login #nav, .login #backtoblog {
        width: 330px;
        margin: 10px 10px 0 auto;
}

.login .footer {
        width: 950px;
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #777;
        padding: 10px 0 13px;
}

.login .footer ul li{
        list-style:none;
}

.my-login-form {
        width: 950px;
        height: 480px;
        background: url(./login_bg.jpg) no-repeat 0px 0px;
        padding-top: 1px;
}

.login #loginform p {
        position: relative;
}

.login #loginform p label span {
        position: absolute;
        font-size: 15px;
        top: 10px;
        left: 8px;
}

.login #loginform .user_pass {
        width: 70%;
        float: left;
}

/*front site*/
.entry-content {
        background: rgba(0, 0, 0, 0.06);
        padding: 20px;
}

.entry-content h2 {
        font-size: 30px;
        line-height: 38px;
        background: rgba(195, 87, 0, 0.4);
        padding: 8px 22px;
}

.entry-content h3 {
        font-size: 22px;
        line-height: 28px;
        background: rgba(25, 100, 128, 0.4);
        padding: 8px 22px;
}

.entry-content h4 {
        font-size: 18px;
        line-height: 26px;
        padding: 8px 22px;
        color: green;
}

.entry-content ul {
        margin: 0;
        paddign: 0;
}

.entry-content ul li {
        color: red;
}

/*column*/
.column-a{width:950px}

.column{
        float:left;
        text-align:left;
       font-size:0.8em;
       line-height:1.5em;}

.column a{color:#ff4400;}

.column h1{
          color:#FF8C00;}

.column h2{
           border-bottom: 2px #FF8C00 solid;
           padding-bottom: 3px;}

.column h3{margin: 0px;}


.balloon_blue{
 
  text-align:left;
  position:relative;
  margin-bottom:30px; 
  padding:10px;
  background-color:#D9E5FF 	;
  border-radius:70px/15px;
}

.balloon_blue:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  top:99%;
  left:70px;
  border-style:solid;
  border-width:30px 60px 0px 0px;
  border-color:#D9E5FF 	  rgba(192,192,192,0);
}

.sensei{
        border-style:solid;
        border-width:2px;
        padding:10px;
        }
.sensei strong{
               
               border-bottom-style:solid;
               border-bottom-width:1px;
               }

.balloon_pink{
  
  	text-align:left;
  	position:relative;
  	margin-bottom:30px; 
  	padding:10px;
  	background-color:#FFDDFF;
  	border-radius:70px/15px;
}

.balloon_pink:before{
  	content:"";
  	position:absolute;
  	width:0px;
  	height:0px;
  	top:99%;
  	left:70px;
 	border-style:solid;
  	border-width:30px 60px 0px 0px;
  	border-color:#FFDDFF  rgba(192,192,192,0);
}

.column div blockquote{
	margin-left: 0;
	margin-right: 0;
	background-color:#ddd;
	padding:1em 1em 1em 3em;
	position:relative;
	border-left:3px solid #333;
}
blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}
.box{
     background-color:#FFCC33;
     border: 3px  #EEEEEE solid;
     box-shadow: 2px 2px 2px #a50;
     padding-left: 5px;}

.column_page{width:50%;
             margin-top: 20px;
             border:2px #000 solid;
             border-radius:70px/15px;}

.column_page img{margin:15px 30px;}

.column_page h4{margin-left:10px;
                margin-bottom:5px;}

.column_page p{margin:5px 30px;}
	
/* custom field link */
.custom-field-link {
	padding: 5px;
	margin-top: 40px;
	border: 3px solid #cccccc;
}
.custom-field-link > p {
	margin-top: 10px;
	margin-left: 5px;
}
.custom-field-link ul {
	margin: 0;
	padding: 0;
}
.custom-field-link li {
	padding: 5px;
}
.custom-field-link li a {
	display: block;
	padding: 0px 10px;
	color: #0086ed;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
}
.custom-field-link li a:hover {
	background-color: #eeeeee;
}
.custom-field-link li .postinfo, .postcat {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.custom-field-link i {
	color: #888888;
}
.custom-field-link .thumbnail-box {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px; 
	border: solid 1px #ffffff;
	background: #ffffff;
}
/*****************

navi

******************/
/*幅とマージン設定 */
.ac-container{
    width:100%;
    margin-top:-20px;
    margin-bottom:10px;
}
/*クリックできるようにする設定 */
.ac-container label{
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}

/*クリック時にチェックボックスをオンにする */
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
/*下向き矢印アイコンを入れる */
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(images/arrow_down.png) no-repeat center center;  
}
/*選択後に表示される上向きの矢印アイコンを入れる */
.ac-container input:checked + label:hover:after{
    background-image: url(images/arrow_up.png);
} 
/*ラジオボタンを隠す */
.ac-container input{
    display: none;
}
/*コンテンツ部分の表示・非表示の設定 */
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition: 
        height 0.5s ease-in-out, 
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
/*コンテンツの部分のスタイル変更 */
.ac-container article p{
    display:block;
    font-style: italic;
    color: #777;
    padding-left: 15px;
    padding-bottom:5px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
/*３つのクラスの高さを定義する */
.ac-container input:checked ~ article.ac-large{
    height: 280px;
}
/*job_manager*/
.application_button{
        cursor:pointer;
	font-weight:bold;
	font-size: 20px;
        color:#fff;
        height:60px;
        width:100%;
        line-height: 30px;
        float: left;
        border: 2px #FF0000 solid;
        margin-right: 8px;
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 0px 5px;
        background: linear-gradient(#ff4400,#ff0000);
        border-radius:10px;        
        text-shadow:1px 1px 2px #333;
}
.job-manager-form fieldset{
    width:100%;
}
ul.job_listings .job-manager-applications-applied-notice{
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	background:#808080;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #333;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);
}
.single_job_listing .job-manager-applications-applied-notice{
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	background:#808080;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #333;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(204,204,204,0.6);

}
.job-manager-form wp-job-manager-bookmarks-form{
    line-height: 30px;
    border: 2px #FFA500 solid;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
    background: linear-gradient(#FFF,#EEE );
    border-radius:10px;
}
.bookmark-notice{
    line-height: 30px;
    border: 2px #FFA500 solid;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
    background: linear-gradient(#FFF,#EEE );
    border-radius:10px;
}

/*form*/
.title{        
        border:1px #E0E4CC solid;
        margin-bottom: 10px;
        background: linear-gradient(#FFF,#EEE );}

.title h3{
        border-left: 8px #f40 solid;
        margin-left:10px;
        margin-bottom: 5px;
        margin-top:5px;
        font-size: 20px;
        line-height:30px;
        padding-left: 10px
}

/*employer_form*/
.title_employer{
        border:1px #E0E4CC solid;
        margin-bottom: 10px;
        background: linear-gradient(#FFF,#EEE );}
.title_employer h3{
        border-left: 8px #107e0e solid;
        margin-left:10px;
        margin-bottom: 5px;
        margin-top:5px;
        font-size: 20px;
        line-height:30px;
        padding-left: 10px
}
fieldset{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;

}
h1.el{
  background:#043B14;
  padding:20px 0; /*PADDING TODOS OS LADOS DE 20PX*/
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}
form.elog{
  background:#f0f0f0;
  padding:6% 4%;
}
input.emlog[type="password"]{
  width:76%;
  height:20px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  font-size:95%;
  color:#333;
}
.iconPassword{
  width:20px;
  height:20px;
  background-color:#107e0e;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background-repeat:no-repeat;
   background-image:url(https://cdn4.iconfinder.com/data/icons/font-awesome-2/2048/f09c-32.png);
  background-position:center;
  border:1px solid #ccc;
}
.iconUser{
  width:20px;
  height:20px;
  background-color:#107e0e;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background-repeat:no-repeat;
   background-image:url(https://cdn4.iconfinder.com/data/icons/font-awesome-2/2048/f007-32.png);
  background-position:center;
  border:1px solid #ccc;
}
input.emlogtex[type="text"]{
  width:76%;
  height:20px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  font-size:95%;
  color:#333;
}
input.emlogsub[type="submit"]{
  width:100%;
  background:#043B14;
  border:0;
  padding:4%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

input.emlogsub[type="submit"]:hover{
  background:#53B9A8;
}
::-webkit-input-placeholder {

}

/*my-bookmarks*/
.job-manager-bookmarks{
    border:1px #000 solid;
   }
   
   .job-manager-bookmarks th{
       border-bottom: 1px #000 dotted;
       padding: 5px;
   }
   
   .job-manager-bookmarks td{
       padding: 5px;
   }
   
   /*job-dashboard*/
   
   .job-manager-jobs{
       border:1px #000 solid;
   }
   
   .job-manager-jobs th{
       border-bottom: 1px #000 dotted;
       padding: 5px;
   }
  
   
   .filled{
       border-left:1px #000 dotted;
   }
   
   .date{
       border-left:1px #000 dotted;
   }
   
   .expires{
       border-left:1px #000 dotted;
   }
   
   .applications{
       border-left:1px #000 dotted;
   }
   
   .job-manager-jobs td{
       padding: 5px;
       border-bottom: 1px #000 dotted;
   }
   
    /*candidate-dashboard*/
    .resume-manager-resumes{
        border:1px #000 solid;
        margin-bottom: 10px;
    }
    
    .resume-manager-resumes th{
        border-bottom:1px #000 dotted;
        padding: 5px;
    }
    
    .resume-manager-resumes td{
        border-bottom:1px #000 dotted;
        padding: 5px;
    }
    
    .candidate-title{
        border-left:1px #000 dotted;
    }
    
    td.candidate-location{
        border-left:1px #000 dotted;
    }
   
    th.candidate-location{
        border-left:1px #000 dotted;
    }
    /*campaign*/
    #oiwai_campaign{
        padding:10px;
        margin:0px auto;
        text-align:center;
        border:#f40 2px solid;
        border-radius:10px;
        padding-bottom:100px;
    }
    #oiwai_campaign img{
        width:100%;
    }
    .campaign_top{
        padding:10px;
        background:linear-gradient(to bottom, #9f6, #fff, #9f6);
        overflow:hidden;
        margin-right:0px;
        margin-left:0px;
        margin-bottom:30px;
    }
    .oiwai_h1 {
        margin-top:20px;
        margin-bottom:20px;
	position: relative;
        text-align:center;
        background:#107e0e;
        color:#fff;
        width:100%;
        height:60px;
        font-size:30px;
        line-height:60px;
        font-weight:bold;
        border-radius:20px;
    }
    .oiwai_float{
        position:absolute;
        top:-10px;
        left:10px;
        font-size:20px;
        font-weight:bold;
        line-height:50px;
        text-align:center;
        color:#fff;
        background:#f00;
        width: 180px;
        height: 50px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .oiwai_float:before {
        content:"";
        position: absolute;
        left: 95%;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-left: 25px solid red;
        border-bottom: 13px solid transparent;
    }
    #oiwai_campaign h2 {
        clear:both;
	position: relative;
	padding-bottom: .5em;
        font-size:25px;
        line-height:30px;
        margin-bottom:20px;
    }
    #oiwai_campaign h2::before,
    h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
    }
    #oiwai_campaign h2::before {
	z-index: 2;
	width: 15%;
	background-color: #D99393;
    }
    #oiwai_campaign h2::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #FFD700 2px, #FFD700 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #FFD700 2px, #FFD700 4px);

    }
    #oiwai_campaign h3{
    border-left:0px;
    position:relative;
    padding-left:20px;
    border-bottom:2px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    height:25px;
    background:#9f6;
    }
    .oiwai_float2{
        float:left;
        overflow:hidden;
        width:30%;
        height:60px;
        background:#fff;
        border:#333 1px solid;
        margin:10px;
        padding:2px;
    }
    .oiwai_float_l{
        float:left;
        width:25%;
    }
    .oiwai_float_r{
        float:left;
        width:75%;
    }
    .oiwai_float_r h5{
        line-height:20px;
        margin:0px;
        padding:0px;
    }
    .oiwai_float_r p{
        font-size:13px;
        line-height:20px;
        margin:0px;
        padding:0px;
    }
    #welcome_campaign{
        text-align:center;
    }
    #welcome_campaign h2{
        font-size:16px;
        background:linear-gradient(#fff,#ccc);
        border-radius:10px;
        border:1px solid #ccc;
        padding:5px;
    }
    #kigen{
        height:70px;
        line-height: 70px;
        color:#fff;
        background: #cc0000;
        font-size:50px;
        border-radius:10px;
    }
    #campaign_zyuku{
        height:160px;
        border:#000 solid 1px;
        padding: 10px;
        margin-bottom:10px;
    }
    #campaign_zyuku p{
        font-size:16px;
        margin-top: 0px;
    }
    #campaign_zyuku strong{
        color:#cc0000;
    }
    #campaign_gazou{
        float:left;
    }
    #campaign_zyuku_naiyou{
        float:right;
        margin-top:10px;        
        height:210px;
        width:650px;
        text-align: left;
    }
    #campaign_form{
        background-image:url(images/cam0501_05.png);
        height:100px;
        padding-top:30px;
    }
    #campaign_form #s{
        width:450px;height:30px;margin-left: 70px;margin-right: 20px;
    }
    #campaign_form #searchsubmit{
        height:30px;
    }
    /*campaign_0516*/
    #campaign_0516{
        text-align: center;
        background: #0082ff;
    }
    #kigen_0516{
        width:900px;
        margin:20px auto ;
        height:70px;
        line-height: 70px;
        color:#fff;
        background: #0000ff;
        font-size:50px;
        border-radius:10px;
    }
    #campaign_form_0516{
        margin-top: -150px;
        height:100px;
        padding-top:30px;
    }
    
    #campaign_form_0516 #s{
        width:450px;height:30px;margin-left: 70px;margin-right: 20px;
    }
    #campaign_form_0516 #searchsubmit{
        height:30px;
    }
    #campaign_zyuku_0516{
        background: #fff;
        width: 880px;
        margin-left:30px;
        height:160px;
        border:#555 solid 1px;
        padding: 10px;
        margin-bottom:10px;
        border-radius:10px;
    }
    #campaign_zyuku_0516 p{
        font-size:14px;
        margin-top: 0px;
    }
    #campaign_zyuku_0516 strong{
        background:#ffff00;
    }
    #campaign_zyuku_naiyou_0516{
        float:right;
        margin-top: 10px;        
        height:210px;
        width:600px;
        text-align: left;
    }
    .step{
        width:900px;
        background-color:#fff;
        border-radius:10px;
        padding:10px;
        border:1px solid #aaa;
    }
    .step h2{
        background:#f40;
        color:#fff;
        line-height:60px;
        border-radius:10px;
    }
    .cam_top{        
        font-size:14px;
        line-height:19px;
        text-align:center;
    }
    .cam_top strong{        
        font-size:20px;
        line-height:25px;
        color:#f40;
    }
    .get{        
        font-size:14px;
        line-height:19px;     
    }
    .click a{
        width: 50%;
        background-color: #0086ed;
        border-radius: 3px;
        box-shadow: 0 3px 0 rgba(136,136,136,1);
        color: #ffffff;
        display: block;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        margin: 10px auto;
        padding: 10px 0;
    }
    .click a:hover {
        box-shadow: 0 1px 0 rgba(136,136,136,1);
        margin: 13px auto 8px;
    }
    .redd{
        color:#f00;
        font-size:13px;
        text-align:center;
    }
    .yellow{
        background:#fff;
        border-top:#FFD700 2px solid;
        border-bottom:#FFD700 2px solid;
        text-align:center;
        padding:10px 0;
    }
    .scam_button{
         margin:0px auto;
         width:50%;
         background:#f40;
         padding:5px;
         font-size:16px;
         line-height:80px;
         height:80px;
         text-align:center;
         font-weight:bold;
         color:#fff;
         border-radius:10px;
    }
    /* 明光教室一覧 */
    .meikou_span{
        background:#f40;font-size:13px;color:#fff;font-weight:bold;padding:2px 5px;border-radius:5px;
    }
    .free_span{
        background:#00b390;font-size:13px;color:#fff;font-weight:bold;padding:2px 5px;border-radius:5px;
    }
    .kyousitu{
        padding:20px;
        background:#F9E98E;
        border-radius:10px;
    }
    .kyousitu h1{
	position: relative;
	padding: 15px;
        font-size:20px;
        background:#46403c;
        color:#fff;
        text-align:center;
    }
    .kyositu_header{
        overflow:hidden;
        width:880px;
        padding:20px;
        background:#fff;
        border-radius:5px;
    }
    .kyositu_header img{
        float:left;
        width:350px;
    }
    .kyositu_pr{
        float:right;
        width:450px;
        margin-left:20px;
    }
    .kyositu_pr p{
        font-size:13px;
        line-height:14px;
    }
    .kyousitu h2{
	padding: .5em .75em;
        font-size:16px;
        color:#a50;
	background-color: #FFF8DC;
    }
    .kyousitu h2.f{
        background-color: #cfc;
    }
    h3.kyousitu{
	padding: .5em .75em;
	background:#fff;
	border-left: 6px solid #006505;
        border-bottom: 1px solid #006505;
    }
    .kyousitu h3.kyousitu_f{
	padding: .5em .75em;
	background:#fff;
	border-left: 6px solid #006505;
        border-bottom: 1px solid #006505;
    }
    .kyousitu table{
        width:90%;
    }
    .kyousitu tr{
        height:20px;      
    }
    .kyousitu td.first{
        width:20%;
        padding-left:10px;
        height:20px;
    }
    .kyousitu td{
        width:30%;
        padding-left:10px;
        height:20px;
    }
    .kyousitu p{
        font-size:13px;
        line-height:22px;
        color:#330000;
    }
    .kyousitu li{
        list-style:none;
        background:#f40;
        color:#fff;
        font-size:13px;
        line-height:20px;
        padding:3px;
        font-weight:bold;     
    }
    .kyousitu li.f{
        background-color:#1111cc;
        color:#fff;
        font-size:13px;
        line-height:20px;
        padding:3px;
        font-weight:bold;
        border-radius:3px;        
    }
    .meikou{
        width:90%;
        background:#fff;
        margin:0px auto;
    }
    .button_float{
        overflow:hidden;
        width:100%;
    }
    .kyousitu_button{
        float:left;
        width:20%;
        margin:10px;
        padding:10px;
        text-align:center;
        color:#fff;
        background:#017e74;
        border-radius:10px;
    }
    .kyousitu_button a{
        color:#fff;
    }
    .kyousitu_button:hover{
        background:#00b390;
    }
    .kyousitu_button02{
        float:left;
        width:12%;
        margin:5px;
        padding:5px;
        text-align:center;
        color:#fff;
        font-size:15px;
        background:#0A246A;
        border-radius:10px;
    }
    .kyousitu_button02 a{
        color:#fff;
    }
    .kyousitu_button02:hover{
        background:#0082ff;
    }
  /*interiew*/
  #interview{
      width:100%;
      overflow:hidden;
  }
  #interview h2{
      border-bottom:1px solid #333;
  }
  #interview h2 span{
      display:block;
      font-weight:normal;
      color:#333;
      font-size:15px;
  }
  #interview p{
      font-size:14px;
      line-height:20px;
      color:#333;
  }
  .interview_top{
      overflow:hidden;
  }
  .interview_left{
      float:left;
      width:20%;
      padding:10px;
  }
  .inteview_right{
      float:right;
      width:80%;
  }
.submit_button{
    background: #f40;
    color:#fff;
}
/*****************************
パンくずリスト用CSS
*****************************/
#breadcrumb_list
{
 clear:both;
 margin-top:15px;
 list-style-type:none;
 font-size:13px;
 background:linear-gradient(#fff,#ccc);
 border-radius:10px;
 border:1px solid #ccc;
 padding:2px 10px;
}
#breadcrumb_list > li >h1{
 display:inline;
 font-weight:normal;
 font-size:13px;
}
#breadcrumb_list > li
{
 display:inline;
}
.children{
    display:inline;
    font-size:13px;
    list-style:none;
}
.child_page_excerpt{
    padding-top:10px;
    width:120px;
}
.child_page_excerpt h4{
    font-size:13px;
    font-weight:normal;
}
/*category*/
#jbc_title{
        width:960px;
        margin-bottom:20px;
        overflow:hidden;
        line-height:70px;
        height:70px;
}
#jbc_title p{
        float:left;
        height:35px;
        margin-bottom:10px;
        width:auto;
        font-size:20px;
}
#jbc_title img{
    float:left;
}
.jbc_search{
        width:960px;
        margin-bottom:30px;
        border-bottom:solid 2px #00b390;
}
.kensaku_jlc{
    background:#87BCE4;
    text-align:center;
    margin-bottom:10px;
    padding:10px;
}
.kensaku_jlc p{
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-bottom:-15px;
}
/*category end*/
/*apply_form*/
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.apply_kakunin{
        margin:0px auto;
        border-radius:10px;
        width:70%;
        padding:10px 20px;
}
.apply_kakunin h2{
    background:#F40;
    color:#fff;
    padding:10px;
    border-radius:5px;
}
.bookmark{
    overflow:hidden;
    display:block;
    background:#fafafa;
    padding:10px 20px;
    border-radius:10px;
    border:1px solid #1111cc;
    margin:10px;
}
.bm_remove{
    float:right;
    background:#f00;
    color:#fff;
    padding:2px 5px;
    width:40px;
    text-align:center;
}
.bm_remove a{
    color:#fff;
}
.wpfp_check{
    width:40%;
    font-size:13px;
    height:50px;
    line-height:50px;
    float:right;
    margin:0px 10px;
}
.wpfp_check2{
    font-size:18px;
}
.simplefavorite-button{
    color:#fff;
    display:block;
    width:45%;
    height:45px;
    line-height:45px;
    float:left;
    margin-right:10px;
    padding:0;
    line-height:30px;
    text-decoration: none;
    background: #7ba931; /* Old browsers */
background: -moz-linear-gradient(top, #7ba931 0%, #81b238 50%, #63911d 51%, #5d8b13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7ba931 0%,#81b238 50%,#63911d 51%,#5d8b13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7ba931 0%,#81b238 50%,#63911d 51%,#5d8b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba931', endColorstr='#5d8b13',GradientType=0 ); /* IE6-9 */
    text-align:center;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:2px 2px 0px 0px #BFBFBF ;
    text-shadow:2px 2px 0px 0px #aaa ;
}
.simplefavorite-button:hover{
background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    color:#fff;
    margin-left:2px;
    margin-top:2px;
    box-shadow:none;
}
.cv-button{
    color:#fff;
    display:block;
    width:45%;
    height:45px;
    line-height:45px;
    float:left;
    margin-right:10px;
    padding:0;
    line-height:30px;
    text-decoration: none;
    background: #7ba931; /* Old browsers */
background: -moz-linear-gradient(top, #7ba931 0%, #81b238 50%, #63911d 51%, #5d8b13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7ba931 0%,#81b238 50%,#63911d 51%,#5d8b13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7ba931 0%,#81b238 50%,#63911d 51%,#5d8b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba931', endColorstr='#5d8b13',GradientType=0 ); /* IE6-9 */
    text-align:center;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:2px 2px 0px 0px #BFBFBF ;
    text-shadow:2px 2px 0px 0px #aaa ;
}
.cv-button:hover{
background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    color:#fff;
    margin-left:2px;
    margin-top:2px;
    box-shadow:none;
}
.shosai_button{
    text-align:center;
    background:linear-gradient(#ffa500,#F38630);
    border:1px solid #F40;
    border-radius:5px;
    color:#fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    width:50%;
    height:50px;
    line-height:50px;
    margin:0px auto;
    float:left;
}
.form-style-2{
    max-width: 80%;
    padding: 10px 6px 5px 10px;
    font: 13px Arial, Helvetica, sans-serif;
    margin:0px auto;
}
.form-style-2-heading{
    border-radius:5px;
    font-weight: bold;
    padding:5px 10px;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    background:#D8000C;
    color:#fff;
}
.form-style-2 h3{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #f6c9cc;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: inline-block;
    margin: 0px 0px 15px 10px;
}
.form-style-2 label > span.th{
    font-size: 13px;
    width: 180px;
    font-weight: bold;
    float: left;
    text-align:right;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style-2 span.required{
    font-size:10px;
    font-weight:normal;
    color:red;
}
.form-style-2 span.notrequired{
    font-size:10px;
    font-weight:normal;
    color:#aaa;
}
.form-style-2 .tel-number-field{
    width: 100%;
    text-align: center;
}
span.mwform-tel-field{
    width:100%;
}
.form-style-2 input.input-field{
    width: 50%;    
}
.form-style-2 input.input-field2{
    width: 23%;    
}
.form-style-2 input.radio-field{
    margin-left:-50px;
}
.mwform-radio-field.horizontal-item,
.mwform-radio-field.horizontal-item label,
.mwform-radio-field.horizontal-item span.mwform-radio-field-text{
   width:80px;
}

.form-style-2 input.input-field, 
.form-style-2 input.input-field2, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .input-field2:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    width:80%;
    font-size:20px;
    border: none;
    padding: 10px 30px 10px 30px;
    background: #1e62d0;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size:18px;
    font-weight:bold;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #3498db;
    color: #fff;
}
li.btn{
    list-style:none;
}
/*blog*/
ul.category{
    list-style:none;
    padding:5px;
    border-top:2px solid #94b6f7;
}
li.category{
    padding:5px;
    color:#94b6f7;
    font-weight:bold;
    font-size:13px;
    display:inline;
    width:auto!important;
    white-space:nowrap;
}
li.category a{
    color:#94b6f7;
}
.post_text{
    width:45%;
    float:left;
    margin-top:-13px;
    margin-left:5px;
}
.post_thumb{
    float:left;
    width:50%;
    margin-top:0px;
    height:100px;
    }
h1.home_post{
    width:auto;
    font-size:20px;
    line-height:25px;
}
.blog_button {
	font-size:16px;
	font-weight:bold;
        width:70%;
        margin:0px auto;
        text-align:center;
	border:1px solid #c92f21;
	padding:9px 18px;
	text-decoration:none;
	background:#c92f21;
	color:#fff;
	display:inline-block;
}
.blog_button:hover {
	background:#ff6767;
	color:#fff;
}
.bbtn,
a.bbtn,
button.bbtn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom:20px;
}

a.btn-gradient {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
a.btn-gradient:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}
.list-menu {
  overflow: hidden;
  position: relative;
  background:#fff;
}
.menu-parent{
    background:#fff;
    list-style:none;
  height:500px;
}
.menu-child {
  list-style:none;
  position: absolute;
  margin:0;
  padding:0;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  height:500px;
}
.menu-child.is-active {
  left: 0;
}
.menu-parent, .menu-parent .menu-child {
  background-color: #FFF;
}
.menu-parent li{
    width:23%;
   background:#fff;
   line-height:10px;
   height:40px;
   float:left;
   display:inline-block;
}
.menu-parent a {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #D4D8C3;
  cursor: pointer;
}
.menu-parent .fa-chevron-right {
  color: #D1D1D1;
  float: right;
}
.menu-parent a[href]:after {
  content: '';
}
.menu-parent a:hover, .menu-parent a:active, .menu-parent a:active:after {
  color: #ffb74d;
}
.menu-parent .menu-back a {
  background: linear-gradient(#FFF, #DDD);
  color: #A5A5A5;
  z-index: 100;
}
.menu-parent .menu-back .fa-chevron-left {
  float: right;
  color: #A5A5A5;
}
.menu-parent .post-count {
    display: block; 
    float: right;
    color: #B7B7B7;
  margin-right: 15px;
}
.kennsaku{
    background-color: #399840;
    color:#FFF;
    height:40px;
    margin:5px 30px;
    text-align: center;
    line-height:40px;
}
.yazirusi{
    float:right;
    color:#FFA500;
    font-size:25px;
    display:none;
}
/*juku_list_home*/
#grid {
	width: 100%;
        margin-bottom:20px;
}
#grid li {
        margin: 5px;
	float: left;
	list-style: none;
        width:27%;
        border:2px solid #ccc;
        text-align:center;
        border-radius:8px;
}
#grid li img{
    text-align:center;
}
dl.qa{
     width:44%;
     line-height:15px;
     font-size: 11px;
     overflow: hidden;
     text-align:left;
     _zoom: 1;
     float:left;
}
dl.qa dd,
dl.qa dt{
     padding: 0 10px 0px 10px;
}
dl.qa dt{
     margin:10px 10px 0 0;
     font-size:13px;
     background:#c92f21;
     color: #fff;
     padding:5px;
}
dl.qa dd:first-letter,
dl.qa dt:first-letter{
     font-size: 20px;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
}
dl.qa dd{
     margin: 10px 0 -1px 0;
     padding-bottom:5px;
     border-bottom: 1px #555 dotted;
}
dl.qa dt:first-letter{
     color: #fff;
}
dl.qa dd:first-letter{
     color: #ff6767;
}
/*固定ページ*/
.taiken p{
    font-size:14px;
    line-height:20px;
}
.taiken span{font-weight:bold;}
.taiken_single{
    overflow:hidden;
    width:95%;
    margin:0px auto;
    margin-bottom:10px;
    
}
.taiken h2 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
}
.taiken h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #f40;
	border-radius: 4px;
}
.taiken h3{
background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.taiken h3.eikoh{
background: linear-gradient(transparent 70%, #97d077 70%);
font-size:16px;
}
.taiken h4{
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}
.taikenimg_left{
width:25%;float:left;margin-right:5px;
}
.taikentext_right{
    float:right;width:73%;
}
.daiichitop_left{width:33%;float:left;font-size:14px;}
.daiichitop_right{width:60%;float:right;}
.daiichitop_right img{width:100%;}
.daiichi_left{width:65%;float:left;font-size:14px;}
.daiichi_right{width:33%;float:right;}
.taxonomy_kensaku p{
        padding: 5px;
        border:2px solid #12516e;
        font-size:13px;
        width:45%;
        float:left;
        margin-right: 2%;
        color:#12516e;
        border-radius:5px;
}
.main01{
	width:55%;
        float:left;
       	margin-bottom:20px;
        overflow:hidden;
        background:#aa9d88;
        margin-right:5px;
       	border:solid 1px #eaeaea;
        border-radius:5px;
}
.main01 select{
    width:300px;
}
.main01 table{
    margin:0px;
}
.main01 td{
    margin:5px;
}
.main01 h4{
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.side01{
    border:solid 1px #aa9d88;
    padding:5px;
    text-align: center;
    background-color: #fff
}
.side_old{
    background:linear-gradient(#FFF,#eaeaea);
    height:30px;
    border:solid 1px #aa9d88;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 30px;
}
.side_button{
    background:#5db21f;
    height:40px;
    color:#fff;
    margin-bottom: 10px;
    line-height: 40px;
}
.side_button:hover{
    background:#bfd3e4;
}
.side_Ad{
    display:block;
    text-align:center;
    width:90%;
    margin-bottom:10px;
    padding:5px 10px;
    height:150px;
    line-height:150px;
    border:1px solid #0f35a0;
    background:#daefff;
}
.side_Ad:hover{
    color:#0f35a0;
}
.parent {
    width:100%;
    position: relative;
    display:block;
    margin-bottom:10px;
}
.child2 {
  position: absolute;
  right:10px;
}
.side_menu{
    height:60px;
    line-height:60px;
    border-top:1px solid  #aaa;
}
.side_menu a{
    font-size:15px;
    color:#333;
    font-weight:bold;
    width:100%;
}
.side_menu a:hover{
    color:#0f35a0;
}
.side_banner{
display:block;
    text-align:center;
    width:90%;
    margin-bottom:10px;
    padding:5px 10px;
    height:60px;
    line-height:60px;
    border:1px solid #0f35a0;
}
.side_banner:hover{
    color:#0f35a0;
}
.side01 p{
    font-size:13px;
    line-height:15px;
}
.side02{
    border:solid 1px #aa9d88;
    padding:5px;
    background-color: #fff
}
.side02 h4{
    border-bottom: 1px solid #aa9d88;
    margin-bottom:5px;
    margin-top:0px;
}
.side02 ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
    font-size:13px;
    margin-bottom:0px;
}
.side02 li{    
    height:20px;
}
.side03 img{
    width:100%;
}
.main02{
	width:55%;
        height:280px;
        margin-right:5px;
       	border:solid 1px #aa9d88;
        border-radius:5px;
        margin-bottom:10px;
        overflow:hidden;
        float:left;
}
.main02 h4{
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;}

.main03{
       	clear:both;
        width:50%;
        float:right;
        margin-bottom: 15px;
        margin-right: 10px;
}
.main03 h4{
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;}


.main03 input{        
	margin-top:7px;
        padding-left:10px;
}

.main03 form{
	padding:0;
}
.main03 ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.main03 li.left{
    width:47%;
    margin-right:10px;
    float:left;
}
.main03 li.right{
    width:47%;
    float:left;
}
.main03 img{
    width:100%;
    border:1px solid #aa9d88;
}
.main03 p{
    margin:3px 0;
    font-size:11px;
    line-height:13px;
}
.main04{
	width:41%;
        float:left;
        font-size:13px;
       	margin-bottom:20px;
        height:128px;
        overflow:hidden;
        padding:5px;
        border-radius:5px;
        border:1px solid #aa9d88;
}
.main04 select{
    width:250px;
}
.main04 td{
    width:24%;
    height:15px;
    line-height:15px;
    margin:5px;
    padding-top:5px;
    padding-bottom:5px;
}
.main04 h4{
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.main05{
	clear:both;
	width:100%;
       	margin-bottom:20px;
}

.main05 h4{
	border-bottom: 1px #F38630 solid;
        font-size: 15px;
        line-height: 25px;
	padding-left:5px;
        margin:0;
}
.main05 ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.main05 li{
    width:24%;
    margin-right: 1%;
    float:left;
}
.main05 img{
    margin: 0 20%;
    width:60%;
    border:1px solid #aa9d88;
}
.main05 p{
    width:60%;
    margin: 0 20%;
    font-size:11px;
    line-height:14px;
    margin-bottom:15px;
}
.interview_itto div{
    padding:5px 10px;
}
.interview_itto p{
    font-size:13px;
    line-height: 18px;
}
.interview_itto h3 strong{
    color:#dc143c;
    font-size: 30px;
}

.kyuzin{
    margin-top: 50px;
    background-color:#0000CD;
    color:#fff;
    text-align: center;
    font-size:20px;
    padding:10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
/*home.php*/
.home-tab span{
  font:400 14px 'open sans',sans-serif;
  color:#333;
  background:#fff;
  cursor:pointer;
  border-bottom:2px solid #ddd;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  display:block;
  width:24.8%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
}
.htab-content{
  border-bottom:3px solid #ddd;
  padding:15px;
  background:#fff;
  display:inline-block;
  font:400 13px 'open sans',sans-serif;
  color:#333;
  width:100%;
  height:250px;
  border:1px solid #ccc;
  width:96%;
}
#h-lamp{
  width:24.8%;
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content2{
  left:24.8%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content3{
  left:49.6%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content4{
  left:74.4%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content5{
  left:0;
  top:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content6{
  left:24.8%;
  top:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content7{
  left:49.6%;
  top:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#h-lamp.content8{
  left:74.4%;
  top:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
dl.qa1{
     width:49%;
     line-height:15px;
     font-size: 11px;
     overflow: hidden;
     text-align:left;
     _zoom: 1;
     float:left;
}
dl.qa1 dd,
dl.qa1 dt{
     padding: 0 10px 0px 10px;
}
dl.qa1 dt{
     margin:10px 10px 0 0;
     font-size:13px;
     padding:5px;
}
dl.qa1 dd:first-letter,
dl.qa1 dt:first-letter{
     font-size: 20px;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
}
dl.qa1 dd{
     margin: 10px 0 -1px 0;
     padding-bottom:5px;
}
dl.qa1 dt:first-letter{
     color: #c92f21;
}
dl.qa1 dd:first-letter{
     color: #ff6767;
}
#acMenu dt{ 
    display:block; 
    width:90%; 
    line-height:50px; 
    text-align:left; 
    border:#666 1px solid; 
    cursor:pointer; 
    padding:10px;
    background: url(images/pointa_shita.png) 98%  no-repeat;
    } 

#acMenu dd{
    width:90%; 
    line-height:50px; 
    text-align:left; 
    border:#666 1px dotted; 
    display:none; 
    margin-left: 0px;
    padding:10px;
    background:#d4e9f5;
    }
#acMenu dt.active{ 
    background:url(images/point_ue.png) 98% no-repeat; 
    }
/*page-search*/
.search_page{
	float:left;
        border:0px;
        font-size:15px;
    }
.search_tokusyu{
	width:700px;
}
.search_tokusyu ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.search_tokusyu li{
    width:24%;
    margin-right: 1%;
    float:left;
}
.search_tokusyu img{
    margin: 0 20%;
    width:60%;
    border:1px solid #aa9d88;
}
.search_tokusyu p{
    width:60%;
    margin: 0 20%;
    font-size:11px;
    line-height:14px;
    margin-bottom:15px;
}
.search_zyuku{
	width: 720px;
        margin-bottom:20px;
}
.search_zyuku li {
        margin: 5px;
	float: left;
	list-style: none;
        width:27%;
        border:2px solid #ccc;
        text-align:center;
        border-radius:8px;
}
.search_zyuku li img{
    text-align:center;
}

/*kentei*/
.kentei{
    width:100%;
    overflow:hidden;
    text-align:left;
    margin-right: auto;
    margin-left : auto;
}
.kentei h1{
    margin:0px;
    width:100%;
    background:#dc0800;
    color:#fff;
    margin-top: 0px;
    font-size: 80px;

}
.kentei_mondai{
    margin-left: 200px;
}
.kentei_submit{
    background: linear-gradient(#ffcc33,#ff9d40);
    border: #333;
    border-radius: 5px;
    width:80%;
}
.kentei_footer{
    margin-top: 10px;
    width:100%;
    background: #fff4c3;
    padding:10px 0px;
}
.share{
width:100%;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
margin-left: 25%;
list-style:none;
}
.sns li {
float:left;
width:30%;
margin:0 2% 3% 0;
}
.sns li a {
font-size:18px;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius:6px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
-webkit-transform: translate3d(0px, 5px, 1px);
-moz-transform: translate3d(0px, 5px, 1px);
transform: translate3d(0px, 5px, 1px);
box-shadow:none;
}
/* ツイッター */
.sns .twitter a {
background:#00acee;
box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
background:#0092ca;
}
/* Facebook */
.sns  .facebook a {
background:#3b5998;
box-shadow:0 5px 0 #2c4373;
}
/*コラム*/
.article2{
    width:75%;
    margin:0px auto;
    padding:15px;
    background:#fff;
    float:left;
    margin-bottom:15px;
    }
.article2 h1{
    width:auto;
    font-size:20px;
    line-height:25px;
}
.article2 ul {
  position: relative;
}
.article2 ul.toc_list{    
  border: solid 2px #0f4185;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
}
.article2 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.article2 ul li:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #5ea3d0; /*アイコン色*/
}
.article2 h2{
    border-bottom:1px solid #5ea3d0;
}
.article2 h2:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 2em; /*左端からのアイコンまで*/
  color: #0f4185; /*アイコン色*/
}
.staff_post{
    padding:15px 0px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    margin:0px auto;
    }
.staff_post a{
        color:#333;
    }
.staff_post a:hover{
    color:#0044ff;
    }
.post_text h2{
    width:auto;
    font-size:18px;
    line-height:25px;
}

.staff_post_s{
    padding:10px 0px;
    borde:1px solid #aaa;
    background:#b8d7e5;
    margin-bottom:10px;
    overflow:hidden;
    }
.post_thumb_s{
    float:left;
    width:20%;
    height:80px;
    margin-right:15px;
    }
.post_thumb_s img{
    width:100%;    
}
.post_text_s{
    float:left;
    width:75%;
}
.post_text_s p img{
    line-height:30px;
    height:30px;
}

#result [class*="hidden-"] {display: none;}
.search_hidden{
    display:none;
}
/*column*/
.archive_column{
    width:45%;
    height:280px;
    overflow:hidden;
    float:left;
    margin:5px;
}
.side_column1{
    width:25%;
    float:right;
}             
h3.template_column{
        clear:both;
        font-size:20px;
	color:#fff;
        background-color: #666;
        margin-top: 10px;
        padding:5px;
}
.side_column{
    font-size:13px;
    padding:0px;
    border-bottom:1px dotted #ccc;
    height:35px;
}
li.views{
    font-size:11px;
    font-weight:normal;
    background:#ADD9ED;
    color:#0000ff;
    list-style:none;
    width:auto!important;
    display:inline;
    white-space:nowrap;
}
li.category_side{
    padding:1px 3px;
    border-radius:5px;
    border:1px solid #94b6f7;
    color:#94b6f7;
    float:left;
    font-size:13px;
    list-style:none;
    display:inline;
    margin:5px;
    width:auto!important;
}
li.category_side a{
   color:#94b6f7;
}
.side_column2{
    padding:0px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
}
.side_column2 p{
    line-height:15px;
    font-size:13px;
    margin-top:0px;
}
.post_thumb_side{
    float:left;
    width:30%;
    margin-right:10px;
}
.post_thumb_side img{
    padding-top:10px;
    width:100%;
    height:50px;
}
.post_text_side{
    float:right;
    width:60%;
}

.fb_button{
    background:linear-gradient(#66d,#5897fb);
    color:#fff;
    font-weight:bold;
    padding:10px 20px;
    margin-bottom:5px;
    border-radius:8px;
}
.fb_button:hover{
    background:#333;
}
.twi_button{
    background:linear-gradient(#3498db,#66CCFF);
    color:#fff;
    font-weight:bold;
    padding:10px 20px;
    border-radius:8px;
}
.twi_button:hover{
    background:#333;
}
/*home_news*/
.home_post{
    width:100%;
    padding:15px 0px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    font-weight:normal;
    }
.home_post a{
        color:#333;
    }
.home_post a:hover{
    color:#0044ff;
    }
.homepost_thumb{
    width:90%;
    margin:0px auto;
 margin-bottom:-15px;
 overflow:hidden;
    }
.homepost_thumb img{
    width:100%;
}
.homepost_text{
    width:90%;
    margin:0px auto;
}
.homepost_text h1{
    width:auto;
    font-size:18px;
    line-height:25px;
}
.home_news{
  float: left;
  width:30%;
  padding:3px;
  margin-right:15px;
  text-align:left;
}
.home_news p{
font-size:13px;
line-height:18px;
}
.newscontainer{
  overflow: hidden;
  margin:0px auto;
  text-align:center;
}
.homeimg{
    margin:0px auto;
    margin-right:10px;
 position:relative;
 width: 60%;
 height: 100px;
 border:1px solid #aaa;
 margin-bottom:-15px;
 float:left;
}
.homeimg-right{
    float:right;
    width:35%;
}
.homeimg3{
    margin:0px auto;
 position:relative;
 width: 80%;
 height: 150px;
 overflow: hidden;
 border:1px solid #aaa;
 margin-bottom:-15px;
}

.homeimg2{
position:absolute;
top:0px;
left:0px;
display:block;
}
/*sidebar_news*/
.sidebar_thumb{
    width:30%;
    float:left;
    margin:0px auto;
    }
.sidebar_thumb img{
    width:100%;
}
.sidebar_news{
  width:100%;
  overflow:hidden;
  border:1px solid #c92f21;
  padding:0px;
}
.sideimg{
 margin:0px auto;
 width: 50px;
 height: 50px;
 border:solid 1px #aa9d88;
 margin-right:10px;
 margin-top:10px;
 margin-bottom:-10px;
}

table.topsearch {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    background:#eee;
    border-spacing: 0px 5px;
    font-size: 13px;
    border:1px solid #aa9d88;
    padding:5px 10px;
}
 
table.topsearch th,
table.topsearch td {
    padding: 10px;
}
 
table.topsearch th {
    background:#3498db;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
 
table.topsearch th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #3498db;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.topsearch th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #3498db 10px solid;
        margin-top: -10px;
    }
}
 table.topsearch td {
    background: #eee;
    width: 100%;
    padding-left: 20px;
}
.about_button{
     padding:10px 0px;
     background:#c92f21;
     color:#fff;
     margin-bottom:20px;
     text-align:center;
}
.about_button:hover{
    background:#ff6767;
}
.login_register{
    position:absolute;
    left: 55%;
    margin-top: -11%;
}
#wpmem_login{
    float:left;
}
.pref-button{
    width:16%;
    margin-right:10px;
    padding:8px;
    font-weight:bold;
    float:left;
    text-align:center;
}
.new_box{
    position: relative;
}
.new_icon:after{
    position: absolute;
    content: "更新";
    top: 5px;
    left: 5px;
    background: #ff0000;
    color: #fff;
    padding: 10px;
}
.new_box img{
    width: 100%;
}
.col-a .col {
    float: left;
    margin-left: 10px;
}
.col-a .col {
    width: 32.5%;
}
.col-a .col:first-child{
        margin-left: 1px;
    } 
.col-a:after {
    content: '';
    display: block;
    clear: both; 
    height: 0;
}
.col-thumb {
  width:32.5%;
  height:120px;
  object-fit:cover;
}
.tab-on{
    margin-bottom: 10px;
    width:100px;
    height:50px;
    line-height:50px;
    font-size:15px;
    font-weight:bold;
    text-align: center;
    float:left;
    background:#d44;
    color:#fff;
    border:1px #f40 solid;
}
.searchmain{
	width:100%;
        border:0px;
        font-size:15px;
        background:#f1ccb5;
        padding-top:10px;
      }
/*single-juku*/
.juku-header{
    width:100%;overflow:hidden;border-top:2px solid #00c;
    margin-bottom:10px;
}
.type{
        float:left;
        background-color:#fff;
        color:#333;
        padding:2px 5px;
        font-size:10px;
        margin-right:1px;
        display:inline-block;
        border:1px solid #ccc;
}
.type2{
        float:left;
        background-color:#fff;
        color:#333;
        padding:2px 5px;
        font-size:13px;
        margin-right:1px;
        margin-bottom:10px;
        display:inline-block;
        border:1px solid #ccc;
}
.type2:hover{background:#cfc;}
.tabs{
  position:relative;
  width:100%;
}
.juku-tab span{
  font:400 14px 'open sans',sans-serif;
  color:#333;
  background:#fff;
  cursor:pointer;
  border-bottom:2px solid #ddd;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  display:block;
  width:20.3%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
}

.tab-content{
  border-bottom:3px solid #ddd;
  background:#fff;
  padding-top:15px;
  display:inline-block;
  font:400 13px 'open sans',sans-serif;
  color:#333;
  width:100%;
}
#lamp{
  width:20.3%;
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:20.3%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:40.6%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content4{
  left:60.9%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#juku-qa,#juku-info,#juku-nagare{
    width:100%;
}
#juku-info li{
        list-style:none;
        float:left;
        background-color:#fff;
        color:#333;
        padding:5px 10px;
        font-size:13px;
        margin-right:1px;
        display:inline-block;
        border:1px solid #ccc;
}
#juku-info li:hover{
background:#cfc;
}
#juku-info table.price{
    border-collapse: collapse;
    width:80%;
}
#juku-info table.price tr td{
    border:1px #000 solid;
    width:auto;
    padding:5px 10px;
    text-align: center;
}
#juku-info .juku-pr{
    background:#cfc;
    width:90%;
    border-radius:5px;
    margin-top:10px;
    padding:5px 10px;
}

#juku-info table.koshu1{
  table-layout:fixed;
  border-collapse: separate;
  border-spacing: 2px 0;
  margin: 0 auto;
  text-align:center;
  margin-bottom:10px;
  overflow:hidden;
}
#juku-info table.koshu1 td,th{
  padding: 5px;
}
#juku-info table.koshu1 th{
  color: #333;
  background: #ccc;
  border-radius: 2px;
}
#juku-info table.koshu1 td{
  color: #333;
  background:#fff;
  border:1px solid #ccc;
  border-radius:2px;
}
#juku-qa h2,#juku-nagare h2,#juku-info h2{
  padding: 0.25em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #00c;
  text-align:left;
  margin-bottom:10px;
}
#juku-qa h3,#juku-nagare h3,#juku-info h3{
  padding: 0.25em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #00c;
  text-align:left;
  margin-bottom:10px;
}
#juku-info .kinzyo{
    background-color:#94b6d2;
}
#juku-qa .qa-category{
    width:90%;
}
#juku-qa .qa-category ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}
#juku-qa .qa-category ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
#juku-qa h4{
    margin-bottom:0px;
    clear:both;
    height:16px;
    line-height:16px;
    font-size:15px;
}
#juku-qa h3{
    margin-top: 10px;
    clear:both;
    font-size:16px;
    background:#D9E5FF;
    padding:2px 5px;
}
#juku-nagare p,
#juku-qa p{
    font-size:14px;
    line-height:16px;
}
#juku-qa table.koshu{
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 0 auto;
  text-align:center;
  margin-bottom:10px;
}
#juku-qa table.koshu td,th{
  padding: 10px;
}
#juku-qa table.koshu th{
  color: #fff;
  background: #00c;
  border-radius: 5px;
}
#juku-qa table.koshu td{
  color: #00c;
  background:#D9E5FF;
  border-radius:5px;
}
#juku-qa table.koshu2{
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 0 auto;
  text-align:center;
  margin-bottom:10px;
}
#juku-qa table.koshu2 td,th{
  padding: 10px;
}
#juku-qa table.koshu2 th{
  color: #fff;
  background: #333;
  border-radius: 5px;
}
#juku-qa table.koshu2 td{
  color: #333;
  background:#eee;
  border-radius:5px;
}
#juku-nagare .Q_A_color,#juku-qa .Q_A_color{
    color:#00c;
    font-weight:bold;
}
#juku-nagare h3{
    margin-top: 10px;
    clear:both;
    font-size:16px;
    background:#D9E5FF;
    padding:2px 5px;
}

#juku-nagare .nyuzyuku{
    background-color: #ccc;
    margin-bottom: 15px;
    background:#D9E5FF;
    padding:2px 5px;
    border-radius:5px;
}
#juku-nagare .juku-camp{
    background-color: #ffff00;
    margin-bottom: 15px;
}
#juku-nagare .kengaku{
    width:45%;
    margin-left: 2%;
    margin-bottom: 15px;
    float:left;
    border-radius: 10px;
    font-size:25px;
    padding:10px;
    text-align: center;
    background-color: #dd8047;
    border:1px #000 solid;
}

#juku-nagare .taiken{
    width:45%;
    margin-left: 2%;
    margin-bottom: 15px;
    float:left;
    border-radius: 10px;
    font-size:25px;
    padding:10px;
    text-align: center;
    background-color: #dd8047;
    border:1px #000 solid;
}

#juku-moshimo h2{
    width:100%;
    background:#D9E5FF;
    clear:both;
    padding-left:15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    text-align:left;
}

.juku-button-foot{
    width:100%;
    margin:0px auto;
    text-align:center;
}
.mendan{
    width:45%;
    margin-left: 2%;
    margin-bottom: 15px;
    float:left;
    border-radius: 10px;
    font-size:15px;
    padding:10px;
    text-align: center;
    background-color: #94b6d2;
    border:1px #000 solid;
}

.siryou{
    width:45%;
    margin-left: 2%;
    margin-bottom: 15px;
    float:left;
    border-radius: 10px;
    font-size:15px;
    padding:10px;
    text-align: center;
    background-color: #d8b25c;
    border:1px #000 solid;
}

.moshimo_button{
    border-radius:5px;
    width:25%;
    float:left;
    margin-left: 2%;
    margin-bottom: 15px;
    font-size:15px;
    padding:10px;
    text-align: center;
    border:2px #d49b78 solid;
}
.moshimo_button a{
    color:#333;}
.moshimo_button:hover{
    background:#FFF8DC;
}
.nagare_button{
    border-radius:5px;
    width:25%;
    float:left;
    margin-left: 2%;
    margin-bottom: 15px;
    font-size:15px;
    padding:10px;
    text-align: center;
    background-color: #7ba79d;
    border:2px #7ba79d solid;
}
.nagare_button a{
    color:#fff;}
.nagare_button:hover{
    background:#00b390;
}
.qa_button{
    border-radius:5px;
    width:25%;
    float:left;
    margin-left: 2%;
    margin-bottom: 15px;
    font-size:15px;
    padding:10px;
    text-align: center;
    background-color: #ebaa8d;
    border:2px #ebaa8d solid;
    color:#333;
}
.qa_button:hover{
    background:#f1ccb5;
}
.qa_button a{
    color:#333;
}
.nagare_button2{
    border-radius:5px;
    width:90%;
    height:50px;
    line-height:50px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f4f4f4;
  border-left: solid 6px #0000CD;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.nagare_button2 a{
    color:#fff;}
.nagare_button2:hover{
    background:#00b390;
}
.qa_button2{    
    font-size:15px;
    width:90%;
    height:50px;
    line-height:50px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.qa_button2:hover{
    background:#f1ccb5;
}
.qa_button2 a{
    color:#333;
}
#overlay1 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    overflow-y: auto;
}
#overlay2{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    overflow-y: auto;
}
#overlay3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    overflow-y: auto;
}
.sc-header {
  position: relative;
  }
.sc-header h1{
  position: absolute;
  top: 58%;
  left: 3%;
  font-size:20px;
  }
.sc-header span{
  position: absolute;
  top: 40%;
  left: 70%;
  color:#aaa;
  font-size:18px;
  font-weight:bold;
  }
.sc-header img {
  width: 100%;
  margin-bottom:0px;
  }
.sc-icon {
  position: relative;
  float:left;
  margin-right:20px;
  width:120px;
  }
.sc-icon p{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size:15px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#fff;
  }
.sc-icon img {
  width: 100%;
  }
.kousin {
overflow:auto;
width:100%; height:300px;
padding:5px;
line-height:1.5em;
}
.tablepress th,
.tablepress td {
font-size: 15px;
}
.column-moshi{
    width:100%;
    overflow:hidden;
}
.column-moshi p{
    width:98%;
    font-size:14px;
    line-height:18px;
}
p.gakko-list br{
  line-height: 18px;
}
#juku-qa h2.student,#juku-nagare h2.student,#juku-info h2.student{
  background:#d7f0ff;
  border-radius:5px;
  padding:5px 10px;
  border-left:0px;
}
#juku-qa h2.teach,#juku-nagare h2.teach,#juku-info h2.teach{
  background:#d7f0ff;
  border-radius:5px;
  padding:5px 10px;
  border-left:0px;
}
h2.student:before {
  content: url("https://www.e-jukusagashi.com/wp-content/themes/jkbtest_theme/images/child01.png");
}
h2.teach:before {
  content: url("https://www.e-jukusagashi.com/wp-content/themes/jkbtest_theme/images/teach01.png");
}
.shosai-form td{
    text-align: left;
}

.spright{
	width:60%;
        float:right;
        font-size:12px;
}
/* 005 */
.button005 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
}
.button005 a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}
}