@charset "UTF-8";

/*-----------------------------------------------------------------
contents-baseの代替ファイル
統一ファイルにする可能性
-----------------------------------------------------------------*/

* {
	overflow: visible ;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 150%;
}

body {
  font-size: 1.4rem;
	margin: 0 ;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

#header {
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
}

.l_header_sp{display:none;}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}

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

ul,dl,ol {text-indent: 0;}
li {list-style: none; list-style-position:outside;}

g text {
	width: 30%;
}

.footer .inner .text {
    width: 740px;
    color: #FFF;
    float: left;
}

.bottom_decoration {
    clear: both;
    background-image: url("../../img/home/grass01.png");
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.topLink a {
  position: absolute;
  right: -20px;
  text-indent: -9999em;
  bottom: 105px;
  width: 127px;
  height: 58px;
  display: block;
  outline: none;
  background: url(../../img/home/topLink.png) no-repeat 0 0;
}

.topLink a:hover {
  bottom: 106px;
}

.pankuzu {
  float: none;
}

p#topicpath {
  margin: 15px auto 0;
  background: url(../../img/home/icon_pager_home.png) no-repeat 10px 1px;
  text-indent: 25px;
  padding: 4px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}
/*-----------------------------------------------------------------
以下共通項目#main
-----------------------------------------------------------------*/

#wrapper { 
  width: 980px;
  margin: 0px auto 0;
  overflow: hidden ;
}

#wrapper a{
	display: inline-block; 
	text-decoration: none;
}

#main { 
  width: 640px;
  float:left;
}
.l_footer_sp{display:none;}


/*-----------------------------------------------------------------
以下共通項目#side
-----------------------------------------------------------------*/

#side {
  width: 300px;
  float: right;
  margin-left: 40px;
}

.radius-shadow {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 7px #ddd;
  -webkit-box-shadow: 0px 0px 7px #ddd;
  box-shadow: 0px 0px 7px #ddd;
}

/*-----------------------------------------------------------------
新着コンテンツ
-----------------------------------------------------------------*/

.contents-box, aside ul {
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
}

#rank-new ul {
	margin-top: 10px;
}

#rank-new h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 54px;
	line-height: 58px;
	color: #fff;
	text-indent: 50px;
	background: url(../../img/guidance/icon-ttl-new.png) no-repeat;
	background-position: 5% center;
	background-color: #00ab4a;
}

#rank-new li {
	padding: 10px 0px 15px;
	border-bottom: 1px dotted #ccc;
	background:url(../../img/guidance/arrow-list.png) no-repeat;
	background-position: 98% center;
	height: 60px;
	position: relative;
  box-sizing: content-box;/*★20200710追加*/
}

#rank-new li:hover {
  opacity: 0.5 ;
}
  
#rank-new li:last-child {
	border-bottom: none;
}

#rank-new li.date {
	padding: 0;
	border-bottom: none;
	background: none;
	margin-bottom: 10px;
	text-align: right;
	color: #f95c4b;
	height: 0;
}

#rank-new li a {
	display: inline-block;
	width: 280px;
	height: 60px;
}

#rank-new h4 {
	width: 85%;
	font-size: 13px;
  font-weight:normal;
	line-height: 1.6;
}

#rank-new .tag {
	bottom: 12px;
}

/*-----------------------------------------------------------------
バイトをさがす
-----------------------------------------------------------------*/
#to-job h3 {
    background: transparent url("../../img/guidance/bnr-bj.png") no-repeat scroll 0% 0%;
    width: 300px;
    height: 80px;
    text-indent: -9999px;
    margin-top: 30px;
}

#to-job h3:hover {
    opacity: 0.8;
}

/*-----------------------------------------------------------------
履歴書作成ツール
-----------------------------------------------------------------*/
#tool h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #cecac4;
  padding: 5px 0 8px 0;
  margin: 35px 0 15px;
  letter-spacing: 1px;
  background: none;
  text-indent: 2px;
}

#tool ul {
	background: none;
	padding: 0;
	box-sizing: border-box;
	margin-top: 0;
}

#tool ul li {
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 7px #ddd;
	-webkit-box-shadow: 0px 0px 7px #ddd;
	box-shadow: 0px 0px 7px #ddd;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

#tool ul li:hover {
    opacity: 0.8;
}

#tool #banner1 {
	background: url(../../img/guidance/icon-grad.png) no-repeat;
	background-position: 10px center;
	background-color: #ff8d9e;
}

#tool #banner2 {
	background: url(../../img/guidance/icon-birth.png) no-repeat;
	background-position: 10px center;
	background-color: #8ccc1d;
}

#tool h4 {
    width: 300px;
    height: 80px;
    text-indent: 85px;
    line-height: 84px;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
    background: transparent url("../../img/guidance/arrow-bnr.png") no-repeat scroll 94% center;
}

/*-----------------------------------------------------------------
コンテンツクラス別設定
-----------------------------------------------------------------*/
.tag {
	display: inline-block;
	margin-top: 5px;
	position: absolute;
	bottom: 8px;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 3px 2px;
	color: #aaa;
	border: 1px solid #aaa;
}

.con_500 .tag {
	color: #ddbb17;
	border: 1px solid #ddbb17;
}

.con_3000 .tag {
	color: #f57563;
	border: 1px solid #f57563;
}

.con_grad .tag {
	color: #ff8d9e;
	border: 1px solid #ff8d9e;
}

.con_birth .tag {
	color: #8ccc1d;
	border: 1px solid #8ccc1d;
}

li:hover .tag {
	color: #fff;
	font-weight: bold;
}

.con_500:hover .tag {
	background: #ddbb17;
}

.con_3000:hover .tag {
	background: #f57563;
}

.con_grad:hover .tag {
	background: #ff8d9e;
}

.con_birth:hover .tag {
	background: #8ccc1d;
}

.tab-contents ul li h4::after {
  border-right: 3px solid #9b9b9b !important;
  border-top: 3px solid #9b9b9b !important;
  border-radius: 1px !important;
  content: "" !important;
  position: absolute !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  width: 10px !important;
  height: 10px !important;
  top: 31px !important;
  right: 0px !important;
}

#ranking ul li h4::after {
  border-right: 3px solid #9b9b9b !important;
  border-top: 3px solid #9b9b9b !important;
  border-radius: 1px !important;
  content: "" !important;
  position: absolute !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  width: 10px !important;
  height: 10px !important;
  top: 30px !important;
  right: 10px !important;
}

/*-----------------------------------------------------------------
gotop gobottom　ボタン
-----------------------------------------------------------------*/
#side{ position: relative; }

p.gotop{
    position: fixed;
    right: 50px;
    bottom: 10px !important  ;
    z-index: 1 ;
}

p.gobottom{
    position: fixed;
    right: 120px;
    bottom: 10px !important  ;
    z-index: 1 ;
}

p.gotop a,
p.gobottom a{
    width: 58px;
    height: 57px;
    margin: 0 ;
    display: block;
}

