@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
/*全体幅*/
.header-bar-inner, 
.banner-inner, 
.glovalnavi-inner, 
.container-inner, 
.footer-menu-inner, 
.footer-inner {
	margin: 0 auto;
	width: 950px;
}

/*ウィジェット変更*/
.entry,
.main .widget {
	margin: 0 0 0px;
	text-align: left;
}

/*グローバルメニュー*/
.glovalnavi {
	margin-bottom: 22px;
}

/* グローバルメニューのメニュー項目を均等割付 */
.glovalnavi-inner > ul {
	display: table;
	width: 100%;
}
.glovalnavi-inner > ul > li {
	display: table-cell;
	text-align: center;
	float: none;
	width: 12em;
}
.glovalnavi li li {
	position: relative;
	display: block;
	clear: both;
	padding: 10px;
	width: 148%;
	box-shadow: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.glovalnavi li a {
    padding: 0 0em;
    background-repeat: no-repeat;
    background-position: left center;
}



/* スマホ表示でメニューのレイアウトが崩れるのを治す */
@media(max-width: 640px) {
	.glovalnavi::before, 
	glovalnavi::after, 
	glovalnavi *, 
	.glovalnavi-inner, 
	.glovalnavi ul, 
	.glovalnavi li, 
	.glovalnavi li a {
	width: 100%;
	}
.glovalnavi-inner {
	padding-right: 0 !important;
	padding-left: 0 !important;
	}
.glovalnavi-inner > ul > li {
	display: block;
	width: auto;
	}
}
@media (max-width: 640px){
	.glovalnavi:before, .glovalnavi:after, .glovalnavi *, .glovalnavi-inner, .glovalnavi ul, .glovalnavi li, 	.glovalnavi li a {
   	 margin: 0;
    	padding: 0;
    	border: none;
    	background: none;
    	box-shadow: none;
    	text-shadow: none;
	}
}


/*ボタンオレンジ*/
.myButton_o {
	-moz-box-shadow: 0px 4px 12px -5px #b8b8b8;
	-webkit-box-shadow: 0px 4px 12px -5px #b8b8b8;
	box-shadow: 0px 4px 12px -5px #b8b8b8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffb700), color-stop(1, #ff8400));
	background:-moz-linear-gradient(top, #ffb700 5%, #ff8400 100%);
	background:-webkit-linear-gradient(top, #ffb700 5%, #ff8400 100%);
	background:-o-linear-gradient(top, #ffb700 5%, #ff8400 100%);
	background:-ms-linear-gradient(top, #ffb700 5%, #ff8400 100%);
	background:linear-gradient(to bottom, #ffb700 5%, #ff8400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb700', endColorstr='#ff8400',GradientType=0);
	background-color:#ffb700;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #ffaa00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:9px 17px;
	text-decoration:none;
	text-shadow:0px -1px 0px #a6a6a6;
}
.myButton_o:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #ffb700));
	background:-moz-linear-gradient(top, #ff8400 5%, #ffb700 100%);
	background:-webkit-linear-gradient(top, #ff8400 5%, #ffb700 100%);
	background:-o-linear-gradient(top, #ff8400 5%, #ffb700 100%);
	background:-ms-linear-gradient(top, #ff8400 5%, #ffb700 100%);
	background:linear-gradient(to bottom, #ff8400 5%, #ffb700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ffb700',GradientType=0);
	background-color:#ff8400;
}
.myButton_o:active {
	position:relative;
	top:1px;
}
.myButton_o:visited {
	color:#ffffff;/*訪問済みのリンクの色*/
} 

/*イメージリンクアクション*/
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*レスポンシブイメージボタン*/
p.resizeimage img {
	width: 509px; 
	margin-left: auto;
	margin-right: auto;
}
p.resizeimage a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


img.miniimage { display: none; }

/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
}

/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.txt_rb {
	color: #f00;
	font-weight: bold;
}
.txt_marker {
	background-color: #ffff99;
	font-weight: bold;
}

/*knowhow*/

div.ckh .title {
    box-shadow: 0 1px 3px rgba(000, 000, 000, .2);
    border-radius: 5px;
    margin-bottom: 20px;
}

div.ckh ul {
    list-style-type: none;
    margin: 0;
padding: 0;
}

div.ckh ul li {
	background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    overflow: auto;
    border-radius: 5px;
}

div.ckh ul li img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 14px;
    border-radius: 5px;
}

div.ckh ul li h3 {
    margin: 0;
    line-height: 1.4em;
}

div.ckh ul li p {
    margin: 0;
    color: #72a9b8;
}

.k_excerpt {
    color:#000 !important;
}

@media screen and (max-width: 700px) {
	div.ckh ul li img {
		width: 100%;
		height: unset;
		float: none;
		margin-right: unset;
	}
	div.ckh ul li h3 {
		margin: 20px 0 0 0;
	}

	.k_excerpt {
		display: none;
	}

	div.ckh ul li p {
		text-align: right;
	}

	.main p {
	    font-size: 16px;
	}
}


/*トップページヘッドライン*/

.tophedline {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(255,32,221,1) 57%, rgba(255,32,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(57%, rgba(255,32,221,1)), color-stop(100%, rgba(255,32,221,1)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255,32,221,1) 57%, rgba(255,32,221,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(255,32,221,1) 57%, rgba(255,32,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(255,32,221,1) 57%, rgba(255,32,221,1) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255,32,221,1) 57%, rgba(255,32,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ff20dd', GradientType=0 );
    height: 53px;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #ff40e1;
}

.tophedline p{
    font-size: 28px;
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
    letter-spacing: 7px;
    text-shadow: 0px 2px 3px #848484;
}

/*トップページスマホ最新転職コラム*/

.sptopcolumn {
    background: #cfe8ff;
    border-bottom: 1px dotted #ffa4b9;
height: 80px;
}

.sptopcolumn li{
    line-height: 1.5;
    list-style: none;
}

.sptopcolumn img{
    width: 24%;
    float: left;
    margin: 0 10px 1em 0;
    border: 1px solid #fff;
}

.sptopcolumn a{
    text-decoration: none;
}

.sptopcolumnmore {
padding: 15px;
    background: #87b8e4;
}

.sptopcolumnmore a{
    color: #fff;
    text-decoration: none;
    padding: 13px 5em;
}


/*トップページおススメ*/

h3 {
    border-left-color: #fe66e6;
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #ededed 100%);
    _box-shadow: 0 1px 3px 1px #ccc;
    *box-shadow: 0 1px 3px 1px #ccc;
    box-shadow: 0 1px 3px 1px #ccc\9;
    behavior: url(http://nurstep.com/wp-content/themes/refinepro/PIE.htc);
}

.main table {
	border: none;
    background: #fff8f8;
}

.recommend th, 
.recommend td {
	padding: 0.75em 1em;
	border: none;
	vertical-align: top;
}

.recommend th {
	background: #f3f3f3;
	font-weight: bold;
	color: #333;
}

.recommend .name a{
  font-size: 2em;
  text-decoration: none;
font-weight: bold;
    color: #6aa4d4;
}

.recommend .name a:hover{
    color: #b5deff;
 transition: ease-in-out .3s;

}

.recommend .list th{
  background-color: #ffedb5;
  width: 22%;
}

.recommend .list td{
  background-color: #fff7de;
}

.recommend .comment span{
  color: #ff6600;
  font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {

.recommend tr:nth-of-type(1) {
    background: #fde3e3;
    text-align: center;
}

.recommend .list th{
  width: 13%;
}

.recommend .list th:nth-of-type(2){
  width: 19%;
}

.recommend .list th:nth-of-type(3){
  width: 26%;
}


}