﻿/* ---------------------------------------------------------------------------- */
html {ﾂ-webkit-text-size-adjust: none;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

/* ----共通------------------------------------------------------------------------ */
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-1{ margin-left:0px;  margin-right:0px}
.row-4{ margin-left:-2px;  margin-right:-2px}
.row-4 >div{ padding-right:2px;  padding-left:2px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}

/* row高さ揃え */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  .panel {
    height: 100%;
  }
}

/*== Section footer==*/

.footer_txx:link{
 	padding: 10px;
	list-style-type: none;
		line-height: 260%;
	color: #ffffFF;
}
.footer_txx:visited{
 	padding: 10px;
	list-style-type: none;
		line-height: 260%;
	color: #ffffFF;	
 }
.footer_txx:hover{
	padding: 10px;
	list-style-type: none;
		background-color: #cccccc;
	text-decoration: none;
	color: #000000;			line-height: 260%;

 }
.footer_txx:active{
	padding: 5px;
	list-style-type: none;
		background-color: #cccccc;
	text-decoration: none;
	color: #550000;			line-height: 260%;

 }


/*== back to top==*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page-top a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px;
       border-radius: 5px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    display: block;
    background-color: #888;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:8px 10px;
       border-radius: 5px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* ---------------------------------------------------------------------------- */

/* ----------リクルートトップページ------------------------------------------------------------------ */
/*== Section lgtgray ==*/
.section-lgtgray{ background-color:#f5f5f5; padding-top:40px; padding-bottom:50px}
.section-lgtgray header[role=title-page]{ padding-bottom:20px}
.section-lgtgray header[role=title-page] h4, .section-lgtgray header[role=title-page] h2{font-family: Helvetica , "メイリオ" , sans-serif;color:#696969}

/*== Section gray==*/
.section-gray{ background-color:#dedede; padding-top:40px; padding-bottom:50px}
.section-gray header[role=title-page]{ padding-bottom:20px}
.section-gray header[role=title-page] h4, .section-gray header[role=title-page] h2{font-family: Helvetica , "メイリオ" , sans-serif;color:#696969}

/*== panel textsize ==*/
.panel h3  {margin-top: 5px;	margin-bottom: 0px;}
.panel h5  {margin-top: 0px;	margin-bottom: 0px;}
.panel p  {margin-top: 0px;	margin-bottom: 0px;}
.list-group h3  {margin-top: 5px;	margin-bottom: 0px;}
.list-group h5  {margin-top: 0px;	margin-bottom: 0px;}
.list-group p  {margin-top: 0px;	margin-bottom: 0px;}

/* listパネル強調 */
.list-group-item:hover {
	background-color:eeeeee;
	border-color: rgb(197, 154, 109); 
	cursor: pointer;
		color:black;
		text-decoration: none;
}

/*== button パネル強調==*/
.btn-default {
  color: #5555ff;
}
.btn-default:hover {
  color: #5555ff;
  border-color: rgba(0, 0, 0, 0.3);
}	

.btn-success2 {
  background-image: linear-gradient(#dcfbba, #b6ed7b 80%, #9ef83a);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcfbba', endColorstr='#9ef83a', GradientType=0);
  -webkit-filter: none;
          filter: none;
	background-image: linear-gradient(#dcfbba, #b6ed7b 80%, #9ef83a);
}


/*== 枠付けホワイト==*/
.well-15 {
  padding: 15px;
  background-color: #ｆｆｆｆｆｆ;
  text-align:center;
}
.well-w {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ｆｆｆｆｆｆ;
  border: 1px solid #dddddd;
  border-radius: 4px;
}


.well-y {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fcfdcf;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}



.panel-body {
  padding: 10px;
}
  
/* 画像と文字の重ね */
/* 全体の枠 */
.image-text0 {
    position: relative;
}
 
/* 重ねる文字 */
.text_over {
position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  	font-size: 180%;
	text-shadow: 1px 1px 0px #000, 2px 2px 1px #000;

  }
  

/* Opacity #1 */
.hover11 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11:hover img {
	opacity: .5;
}



/* ----アコーディオン----------------------------------------------------------------------- */
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;


    /*max-width: 400px;最大幅*/
}

/*ラベル    background :blue;*/
.accbox label {
    display: block;    margin:  0;    padding : 11px 12px;
    color :white;    font-weight: bold;    cursor :pointer;
    transition: all 0.5s;    text-align:right;
}

/*ラベルホバー時    background : red;color :#ｆｆｆ; */
.accbox label:hover {
background : #FFFF66;
}
    

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 10;
    padding: 10;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
        background: #0f0;

}

/*クリックで中身表示　*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 1px;
    background: #f00;
    opacity: 1;
}


/* 5 Columns */

.col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
