@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

p {
	font-size: 18px;   /* ここで文字サイズ変更 */
	line-height:170%;  /* ここで行間を変更 */
	margin: 15px 0;  /* Pタグの間にスペースを挟む */
	padding-bottom:0;
}

.sidebar_content {
	font-size: 18px;   /* ここで文字サイズ変更 */
	line-height:120%;  /* ここで行間を変更 */
}

@media screen and (max-width:599px){
	p {
		font-size: 16px;   /* ここで文字サイズ変更 */
		line-height:150%;  /* ここで行間を変更 */
		margin: 10px 0;  /* Pタグの間にスペースを挟む */
	}
}

/* ボタン */
.center {
	text-align: center;
}

.btn {
	margin: .5em .5em .5em 0;
	text-decoration: none;

}

.red-bc {
	background-color: #AD3335;
}

.green-bc {
	background-color: #009999;
}

.cubic2 {
	display: inline-block;
	position: relative;
	padding: 6px 15px 4px;
	border-bottom: solid 2px rgba(0,0,0,.2);
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,.2),0 2px 2px rgba(0,0,0,.19);
	color: #fff;
	font-weight: bold
}
.cubic2:active {
	border-bottom: solid 2px rgba(0,0,0,.05);
	box-shadow: 0 0 2px rgba(0,0,0,.3)
}

.center a {
	color: #fff !important;
}

/* 文字装飾 */
.f12em {
    font-size: 1.2em;
}

.f14em {
    font-size: 1.4em;
}

.f16em {
    font-size: 1.6em;
}

ul {
	border: none !important;
	padding: 5px 10px !important;
	margin-left: 10px;
}

.b {
	font-weight: bold;
}

.ylw2 {
	background: linear-gradient(transparent 60%, #fce89a 60%);
	font-weight: bold;
}

.lightblue{
	background-color: #d9e6f6;
	font-weight: bold;
	padding: 2px;
	color: #444444;
}

.waku {
	border:solid 8px #c6d0dc;
	background-color:#FFF;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.waku-dotted {
	border: dotted 2px #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}

.waku-ylw {
	border: dotted 2px #ffb90a;
	background-color: #fffdd7;
	padding: 10px;
	margin-bottom: 20px;
}

.waku-gray {
	border: solid 6px #c6d0dc;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.rank {
	margin-bottom: 20px;
	position: relative;
}

.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.ranko {
	padding: 30px 0 10px 90px;
	background-position: left 5px;
	background-repeat: no-repeat;
	border: medium none;
	color: #333333;
	font-size: 26px;
	height: auto;
	line-height: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
	*zoom: 1;
	font-weight: bold;
}
.rank1:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_01.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank2:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_02.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank3:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_03.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank4:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_04.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank5:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_05.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank6:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_06.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank7:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_07.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank8:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_08.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank9:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_09.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.rank10:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_10.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.ranko:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_99.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 15px;
	margin-left: -5px;
}

@media screen and (max-width: 640px) {
	.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.ranko {
		font-size: 16px;
		line-height: 24px;
		padding-left: 70px;
	}
	.rank1:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_01.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank2:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_02.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank3:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2016/11/rank_03.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank4:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_04.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank5:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_05.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank6:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_06.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank7:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_07.png);
  		background-size: contain;
 		vertical-align: bottom;
	}
	.rank8:before {
  		content: '';
 		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_08.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank9:before {
  		content: '';
  		display: inline-block;
  		width: 60px;
  		height: 36px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_09.png);
  		background-size: contain;
  		vertical-align: bottom;
	}
	.rank10:before {
  		content: '';
  		display: inline-block;
		width: 60px;
		height: 36px;
		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_10.png);
		background-size: contain;
		vertical-align: bottom;
	}
	.ranko:before {
  		content: '';
  		display: inline-block;
  		width: 42px;
  		height: 42px;
  		background-image: url(https://success-job.jp/wp-content/uploads/2017/10/rank_99.png);
  		background-size: contain;
  		vertical-align: bottom;
		margin-right: 10px;
	}
}

/* 縦ランキング用css */
div.boxrank {
	width: 29%;
	border:solid 2px #c6d0dc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}
div.boxrank p#kiji {
	text-align: right;
	font-size: 85%;
	color: #181944;
}

@media screen and (max-width: 900px) {
	div.boxrank {
	  	width: 93%;
	  	height: auto;
	  	border-radius: 10px;
	  	border: solid 2px #c6d0dc;
	  	background-color: #FFFFFF;
		padding:10px;
	}
	div.boxrank p {
		text-align: right;
		font-size: 85%;
		color: #181944;
	}
}

table.zizybi{
  	table-layout: fixed;
  	border-collapse: collapse;
}
table.zizybi td{
  	padding: 2px;
  	background-color: #FFFFFF;
}
table.zizybi th.rowh{
  	padding: 2px;
  	background-color: #9ed2cc;
  	color: #000;
  	width: 40%;
}
table.zizybi,table.zizybi td,table.zizybi th {
  	border: solid 1px #60aca3;
}

/* スマホ対応テーブルCSS【スマホでは縦並び】 */
table.baseinfo {
  	border-top: 1px solid #999;
  	border-right: 1px solid #999;
  	border-collapse: collapse;
  	width: 100%;
}
table.baseinfo th,
table.baseinfo td {
  	border-left: 1px solid #999;
  	border-bottom: 1px solid #999;
  	padding: 10px;
}
table.baseinfo th {
  	background-color: #e2eefb;
  	color: #000;
  	text-align: left;
}

@media screen and (max-width: 400px) {
  	table.baseinfo {
    	border: none;
  	}
  	table.baseinfo thead {
    	display: none;
  	}
  	table.baseinfo tr {
    	border-top: 1px solid #999;
    	display: block;
    	margin-bottom: 20px;
  	}
  	table.baseinfo td {
    	border-right: 1px solid #999;
    	border-bottom: 1px solid #999;
    	display: block;
   	 	padding: 10px;
    	text-align: right;
  	}
  	table.baseinfo td::before {
    	content: attr(data-label);
    	float: left;
		font-weight: bold;
		color: #174782;
	}
}

/*-------------------------------------
カテゴリーページ人気記事ランキング用
-------------------------------------*/
.kjcls {
	clear: both;
	border-bottom: 2px dotted #c6d0dc;
	margin: 7px 0;
}
.kjcls img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 1em;
}
.kjtitle {
	display: block;
	font-size: 1.15em;
	line-height: 1.5em;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kjmemo {
	display: block;
	color: #909090;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
@media screen and (max-width:599px) {
	.kjcls img {
  		width: 55px;
  		height: 55px;
  		float: left;
  		margin-right: 0.8em;
	}
	.kjtitle {
  		font-size: 1em;
  		line-height: 1.4em;
  		margin-bottom: 4px;
	}
	.kjmemo {
  		display: block;
  		color: #909090;
  		margin-bottom: 7px;
	}
}

/*-------------------------------------
 簡易ランキング用テーブル
-------------------------------------*/
table.krktbl {
  border: 1px solid #e0e0e0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
table.krktbl thead th,
table.krktbl tbody th,
table.krktbl tbody td {
  padding: 3px;
  border-bottom: 1px solid #aaa;
}
table.krktbl thead th {
    background:linear-gradient(#59BADA,#0199CA);
    text-shadow:0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:0px 0px 1px rgba(0,0,0,0.5);
	font-size: 1.85em;
	color: #fff;
}

table.krktbl thead th:before {
	font-family: FontAwesome;
	content: '\f091';
	margin-right: 7px;
	color: #fff;
}

table.krktbl thead th:after {
	font-family: FontAwesome;
	content: '\f091';
	margin-left: 7px;
	color: #fff;
}

table.krktbl tbody th {
	background-color: #F6F7FE;
	width: 35%;
	text-align: left !important;
}
table.krktbl tbody th.rk1:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2017/10/kijirank_01-2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl tbody th.rk2:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2017/10/kijirank_02-2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl tbody th.rk3:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2017/10/kijirank_03-2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl tbody th.rk4:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2018/02/kijirank_04-2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl tbody th.rk5:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2018/02/kijirank_05-2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl tbody th.rkxx:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://success-job.jp/wp-content/uploads/2018/02/kijirank_xx.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 3px;
}
table.krktbl thead th + th,
table.krktbl tbody td {
  border-left: 1px solid #e0e0e0;
}
table.krktbl tbody tr:last-child th,
table.krktbl tbody tr:last-child td {
  border-bottom: none;
}
table.krktbl thead tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
table.krktbl thead tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
table.krktbl tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
table.krktbl tbody tr:last-child th:last-child {
  border-radius: 0 0 8px 0;
}
table.krktbl tbody td.ofs {
  width: 22%;
  text-align: center;
}

/* ボタン風テキストリンク*/
.btlink {
  display:inline-block;
  background: #DA2C26;
  color: #fff;
  padding: 7px 20px;
  margin: 2px auto;
  border-radius: 16px;
}
.btlink:after {
  font-family: FontAwesome;
  content: '\f0a4';
  margin-left: 12px;
}
@media screen and (max-width:599px) {
	table.krktbl thead th {
		font-size: 1.25em;
	}
	table.krktbl tbody th,
	table.krktbl tbody td {
  		font-size: 0.9em;
	}
	table.krktbl tbody th.rk1:before {
  		margin-right: 4px;
  		margin-left: 1px;
	}
	table.krktbl tbody th.rk2:before {
  		margin-right: 4px;
  		margin-left: 1px;
	}
	table.krktbl tbody th.rk3:before {
  		margin-right: 4px;
		margin-left: 1px;
	}
	table.krktbl tbody th.rk4:before {
  		margin-right: 4px;
		margin-left: 1px;
	}
	table.krktbl tbody th.rk5:before {
  		margin-right: 4px;
		margin-left: 1px;
	}
	table.krktbl tbody th.rkxx:before {
  		margin-right: 4px;
		margin-left: 1px;
	}
	.btlink {
  		padding: 5px 10px;
		font-size: 0.9em;
 		line-height: 1.4em;
	}
	.btlink:after {
  		margin-left: 6px;
	}
}
/*-------------------------------------
ページ下縦ランキング用テーブル
-------------------------------------*/
table.ttrank {
	width: 96%;
	border-collapse: separate;
	border-spacing: 12px 2px;
	margin: 15px auto;
}
table.ttrank th {
	background-color: #68BEB2;
	color: #fff;
	font-weight: bold;
	padding: 7px 12px;
	line-height: 1.3em;
	vertical-align: middle !important;
	width: 32%;
}
table.ttrank th img {
	float: left;
	margin-right: 0.8em;
	display: table-cell !important;
	vertical-align: middle !important;
}
table.ttrank, table.ttrank th {
	border-radius: 8px;
	border: none;
}
table.ttrank td {
	border: 2px solid #68BEB2;
	border-radius: 8px;
}
@media screen and (max-width:599px) {
	table.ttrank {
		width: 100%;
		border-spacing: 6px 2px;
	}
	table.ttrank th {
		width: 33%;
		font-size: 90%;
		padding: 7px 10px;
	}
	table.ttrank th img {
		width: 25px;
		margin-right: 0.3em;
	}
	table.ttrank td {
		font-size: 90%;
		padding: 7px;
	}
}

/* コンテンツ用ボックス */
.ctbox {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.ctbox .box-title {
    font-size: 1.2em;
    background: #EE8F4D;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.ctbox .box-title:before {
    font-family: FontAwesome;
	content: "\f00c";
    margin-right: 10px;
}
.ctbox p {
    padding: 5px 15px;
    margin: 10px 0;
}

.ctbox img {
	margin: 0px 15px 15px 10px;
    float: left;
	width: 240px;
	height: 140px;
	object-fit: cover;
	-ms-interpolation-mode: bicubic;
	image-rendering: auto;
}

.ctbox a {
	color: #E06043;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em !important;
	padding-top: 15px;
	display:block;
}

.ctbox span {
	margin: 15px 10px 15px 0 !important;
}

.ctbox span#kijitag {
	background: #F7B07E;
	color: #fff;
	border-radius: 4px;
	font-size: 0.6em;
	padding: 4px;
}

.ctbox span#bunshou {
	color: #909090;
	font-size: 90%;
}

.ctbox hr {
	margin: 0 auto 5px auto;
	width: 95%;
}

/* スクロールバー色設定 */
.ctbox::-webkit-scrollbar{
	width: 12px;
}
.ctbox::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777; 
}
.ctbox::-webkit-scrollbar-thumb{
	background: #E9AA6A; /* スクロールバーの色 */
	border-radius: 10px;
	box-shadow: none;
}


@media screen and (max-width:599px) {
	.ctbox p {
    	padding: 3px 10px;
	}
	.ctbox img {
		margin: 0px 7px 0 5px;
		width: 120px;
		height: 70px;
		object-fit: cover;
		-ms-interpolation-mode: bicubic;
		image-rendering: auto;
	}
	.ctbox span#kijitag {
		border-radius: 4px;
		font-size: 80% !important;
		padding: 2px;
	}
	.ctbox a {
		clear: both;
		font-size: 1.1em;
		line-height: 1.3em !important;
		padding-top: 8px;
	}
}
/*-------------------------------------*/
/*              口コミ                 */
/*-------------------------------------*/
/* スクロールバー付きボックス */
.scrbox {
	overflow: scroll;
	width:95%;
	height:300px;
	margin: 0 auto 20px auto;
}

/* 全体背景 */
.kckm_back {
	background-color: #fafafa;
	padding: 10px;
	border: 1px dotted #cccccc;
	margin-bottom: 15px;
}
/* 名前（+年齢）※女性 */
.kckm_prof {
	color: #121212;
	float: left;
	font-weight: bold;
	zoom: 1.1;
}
.kckm_prof:before {
	margin-right: 5px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(https://success-job.jp/wp-content/uploads/2016/12/632.png);
	background-size: contain;
	vertical-align: middle;
}
/* 名前（+年齢）※男性 */
.kckm_prof_man {
	color: #121212;
	float: left;
	font-weight: bold;
	zoom: 1.1;
}
.kckm_prof_man:before {
	margin-right: 5px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(https://success-job.jp/wp-content/uploads/2016/12/img_021.png);
	background-size: contain;
	vertical-align: middle;
}
/* 年齢のみ色替え */
.prof-age {
	color: #808080;
	margin-left: 5px;
	padding-top: 20px;
	font-weight: normal;
	zoom: 0.7;
}
/* float解除 */
.clear {
	clear: both;
}
/* 口コミ１行目の概要 */
.kckm_gaiyo {
	clear: both;
	color: 3A3A5E;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #737DBC;
	margin-bottom: 10px;
}
/* 口コミ詳細 */
.kckm_shosai {
	padding: 10px;
}

/*カテゴリウィジェット ドロップダウンにした場合ラベル表示無し*/
.widget_categories label.screen-reader-text {
	display: none;
}

.wave_line{
 background-image:url(https://success-job.jp/wp-content/uploads/2017/10/wave.gif);
 background-position:left bottom;
 background-repeat:repeat-x;
font-weight:bold;
}

/*--------------------------------------------------------
キャラの一言
--------------------------------------------------------*/
.ossmkiji-title {
	padding: 12px 7px 15px 14px;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #EE8F4D;
	font-size: 1.2em;
}
.ossmkiji-title:after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
	background-image: url(https://success-job.jp/wp-content/uploads/2017/11/１-300px.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 40px;
}
.ossmkiji {
	padding: 5px;
	margin-top: -72px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 2px dotted #EE8F4D;
	background-color: #F1F1F1;
}
.ossmkiji ul {
	list-style-type:none;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 15px;
}
.ossmkiji ul li {
	padding-left: 20px;
	background-image: url("https://success-job.jp/wp-content/uploads/2018/01/094.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
@media screen and (max-width:599px) {
	.ossmkiji-title {
		padding: 10px 3px 8px 7px;
		margin-left: 5px;
		border-radius: 8px 8px 0 0;
		font-size: 0.95em;
	}
	.ossmkiji-title:after {
		width: 65px;
		height: 65px;
		background-image: url(https://success-job.jp/wp-content/uploads/2017/11/１-300px.png);
		margin-left: 5px;
		margin-bottom: 34px;
	}
	.ossmkiji {
		padding: 7px;
		margin-top: -61px;
		margin-bottom: 7px;
		font-size: 90%;
	}
	.ossmkiji ul {
		-webkit-margin-before: 0.3em;
		-webkit-margin-after: 0.3em;
		-webkit-padding-start: 10px;
	}
	.ossmkiji ul li {
		padding-left: 20px;
		background-position: 0px 4px;
	}
}
@media screen and (max-width:320px) {
	.ossmkiji-title {
		padding: 8px 3px 7px 5px;
		margin-left: 3px;
		border-radius: 6px 6px 0 0;
		font-size: 0.8em;
	}
	.ossmkiji-title:after {
		width: 45px;
		height: 45px;
		background-image: url(https://success-job.jp/wp-content/uploads/2017/11/１-300px.png);
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.ossmkiji {
		margin-top: -46px;
	}
}
div.terashare {
	width: 94% !important;
	max-width: 94% !important;
	padding: 10px 15px 10px 10px !important;
	margin-bottom: 25px !important;
	border-radius: 0px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.terashare-clearfix {
	margin-top: 0px !important;
}
.terashare-title {
	color: #E06043 !important;
}
.terashare-url a {
	color: #808080 !important;
}
.terashare-thumbnail {
	margin: 10px !important;
	width: 150px;
	height: 120px !important;
	object-fit: cover;
	-ms-interpolation-mode: bicubic;
	image-rendering: auto;
}
@media screen and (max-width:599px) {
	div.terashare {
		margin: 0 0 20px 0 !important;
		padding: 7px 10px 7px 7px !important;
	}
	.terashare-thumbnail {
		width: 100px;
		height: 70px !important;
	}
}
/* こちらの記事も読まれています */
.kochira {
	display: inline-block;
	background-color: #EE8F4D;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding: 5px 12px;
	font-weight: bold;
	color: #fff;
	margin: 20px -1px 0 3px !important;
}

/*--------------------------------------------------------
簡易ランキング
--------------------------------------------------------*/
.ranktemp {
    padding: 1.2em 0.75em 0.55em 0.75em;
    margin: 2.5em 0;
    background: white;
	border-top: solid 5px #adced9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.ranktemp .sv-name {
	display: inline-box;
	position: relative;
	padding: 2px 10px;
	background: -moz-linear-gradient(to right, #0199CA, #59BADA);
	background: -webkit-linear-gradient(to right, #0199CA, #59BADA);
	background: linear-gradient(to right, #0199CA, #59BADA);
	color: white;
	box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.56);
	font-size: 1.25em;
	font-weight: bold;
}
.ranktemp .sv-name#rank1:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2017/10/kijirank_01-2.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-name#rank2:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2017/10/kijirank_02-2.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-name#rank3:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2017/10/kijirank_03-2.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-name#rank4:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2018/02/kijirank_04-2.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-name#rank5:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2018/02/kijirank_05-2.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-name#rankxx:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('https://success-job.jp/wp-content/uploads/2018/02/kijirank_xx.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.ranktemp .sv-thumbnail-container {
	width: 38%;
	margin-right: 12px;
	float: left;
}
.ranktemp .sv-thumbnail-container img {
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}
.ranktemp .sv-table-container {
	width: 59%;
	padding: 0px 5px;
	float: right;
}
.ranktemp .sv-table-container table {
	margin: 0 0 10px 0;
	padding: 5px;
}
.ranktemp .sv-table-container table th {
	background: #D9DEE7;
	font-size: 0.8em;
	padding: 5px;
	white-space: nowrap;
}
.ranktemp .sv-table-container table td {
	font-size: 0.8em;
	padding: 5px;
}
.ranktemp .sv-table-container table td span#syurui {
	background: #D9DEE7;
	border-radius: 4px;
	padding: 2px;
	margin-right: 7px;
}
.ranktemp .matome {
	clear: both;
	position: relative;
  	padding: 30px 15px 10px 15px;
  	margin: 10px 5px 0 10px;
  	border: solid 2px #EE8F4D;
  	background-color: #f1f1f1;
}
.ranktemp .matome-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 5px 15px 5px 7px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 20px;
    background: #EE8F4D;
    color: #ffffff;
    font-weight: bold;
}
.ranktemp .matome-title:before {
  	content: '';
  	display: inline-block;
  	width: 65px;
  	height: 65px;
  	background-image: url(https://success-job.jp/wp-content/uploads/2017/11/１-300px.png);
  	background-size: contain;
  	vertical-align: middle;
	margin-top: -41px;
}
.ranktemp .matome ul {
	margin-bottom: 7px;
	margin-left: 0px;
}
.ranktemp .matome ul li {
	list-style-type:none;
	background-image:url('https://success-job.jp/wp-content/uploads/2018/02/check-t021.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding: 7px 0 7px 37px;
	border-bottom: dotted 1px #CCC;
}
.ranktemp .link-container table {
	margin: 5px auto 0 auto;
	max-width: 100%;
	border: none;
	padding: 3px;
}
.ranktemp .link-container table td {
	border: none;
	padding: 0 3px;
}
.ranktemp .link-container table	.btn1 {
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    padding: 17px 10px 15px 10px;
    color: #59BADA;
    border-radius: 25px;
    max-width: 100%;
    margin: 15px auto;
    font-size: 130%; 

    box-shadow:2px 2px 2px #555;

    background: #fff;

	/* 周りにふちをつける */
	border: 6px solid #59BADA;
}
.ranktemp .link-container table	.btn1 a{
    text-decoration:none;
    color: #59BADA;
}
.ranktemp .link-container table	.btn1:hover{
	background: #82c3d9;
	color: #FFF;
}
.ranktemp .link-container table	.btn1:before {
	font-family: FontAwesome;
	content: "\f064";
	margin-right: 10px;
}
@media screen and (max-width:599px){
 .ranktemp .link-container table .btn1 {
   font-size: 110% !important;
   padding: 12px 10px 10px 10px !important;
 }
}
.ranktemp .link-container table	.btn2 {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 17px 10px 15px 10px;
    color: #fff;
    border-radius: 25px;
    max-width: 100%;
    margin: 15px auto;
    font-size: 130%; 
    box-shadow:2px 2px 2px #555;
    background: #E0141B;

	/* 周りにふちをつける */
	border: 6px solid #FFCE9E;
}
.ranktemp .link-container table	.btn2 a{
    text-decoration:none;
    color: #FFF;
}
.ranktemp .link-container table	.btn2:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.ranktemp .link-container table	.btn2:before {
	font-family: FontAwesome;
	content: "\f064";
	margin-right: 10px;
}
@media screen and (max-width:599px){
 .ranktemp .link-container table .btn2 {
   font-size: 110% !important;
   padding: 12px 10px 10px 10px !important;
 }
}

@media screen and (max-width:599px){
.ranktemp .sv-thumbnail-container {
	width: 97%;
	margin: 5px;
	float: none;
}
.ranktemp .sv-table-container {
	width: 97%;
	padding: 5px;
	float: none;
}
.ranktemp .matome-title {
    padding: 3px 12px 3px 5px;
    height: 25px;
    font-size: 17px;
}
.ranktemp .matome-title:before {
  	width: 53px;
  	height: 53px;
  	background-image: url(https://success-job.jp/wp-content/uploads/2017/11/１-300px.png);
	margin-top: -36px;
}
.ranktemp .matome {
	padding-top: 17px;
}
}

/*---------------------------------------------------
簡易ランキング（６位以下）
---------------------------------------------------*/
table.rank6ikatemp {
  	table-layout: fixed;
  	border-collapse: collapse;
}
table.rank6ikatemp td {
  	padding: 5px;
  	background-color: #FFFFFF;
  	text-align: center;
  	vertical-align: middle;
}
table.rank6ikatemp th.colh {
  	padding: 10px 5px;
  	background-color: #2286B0;
  	color: #FFF;
  	text-align: center;
  	vertical-align: middle;
}
table.rank6ikatemp th.rowh {
  	padding: 5px;
  	background-color: #D9DEE7;
  	color: #000;
  	text-align: center;
  	vertical-align: middle;
}
table.rank6ikatemp, table.rank6ikatemp td, table.rank6ikatemp th {
  	border: solid 1px #C0C0C0;
  	font-size: 0.9em;
  	line-height: 1.4em;
}
table.rank6ikatemp td span#syurui {
	background: #D9DEE7;
	border-radius: 4px;
	padding: 2px;
	margin-right: 7px;
	margin-bottom: 4px;
	line-height: 1.75em;
}
@media screen and (max-width: 599px) {

}
table.rank6ikatemp .btn {
	display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 13px 10px 12px 10px;
    color: #fff;
    border-radius: 25px;
    margin: 8px 0;
    font-size: 125%; 
    background: #E0141B;

	/* 周りにふちをつける */
	border: 4px solid #FFCE9E;
}
table.rank6ikatemp .btn a{
    text-decoration:none;
    color: #FFFFFF;
}
table.rank6ikatemp .btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
table.rank6ikatemp .btn:before {
	font-family: FontAwesome;
	content: "\f064";
	margin-right: 5px;
	font-size: 90%;
}
@media screen and (max-width:599px){
	table.rank6ikatemp, table.rank6ikatemp td, table.rank6ikatemp th {
  		font-size: 60%;
  		padding: 2px;
	}
	table.rank6ikatemp .btn {
		padding: 6px 2px 5px 2px !important;
		border: 2px solid #FFCE9E;
		font-size: 110%;
	}
	table.rank6ikatemp .btn:before {
		display: none;
	}
	table.rank6ikatemp .shortcode-star-rating {
		padding: 0 !important;
	}
	.dashicons, .dashicons-before:before {
		display: inline !important;
		font-size: 8px !important;
	}

	.bubble {
		width: 65% !important;
	}
}

/* トップメニュー用 */
.topmenu-container {
	width: 100%;
	margin-bottom: 3px;
}

.bunkatu3-1 {
	display: inline-block;
	width: 34%;
	padding: 2px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.bunkatu3-2 {
	display: inline-block;
	width: 30%;
	padding: 2px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.bunkatu4 {
	display: inline-block;
	width: 23%;
	padding: 2px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.bunkatu3-1 img, .bunkatu3-2 img, .bunkatu4 img {
	width: 60px;
	height: 60px;
	vertical-align: middle !important;
	margin-right: 5px;
}
.bunkatu3-1 a, .bunkatu3-2 a, .bunkatu4 a {
	text-decoration: none !important;
	color: #5AB0CE;
}
@media screen and (max-width:599px){
	.bunkatu3-1, .bunkatu3-2, .bunkatu4 {
		width: 100%;
		padding: 3px;
		margin-left: 58px;
	}
	.bunkatu3-1 p, .bunkatu3-2 p, .bunkatu4 p {
		margin-bottom: 0px;
	}
	.bunkatu3-1 img, .bunkatu3-2 img, .bunkatu4 img {
		width: 54px;
		height: 54px;
		vertical-align: middle !important;
		margin: 0 5px 0 0;
	}
}

/* ページトップボタン */
.page-top {
	bottom: 50px;
	right: 55px;
}
.page-top img.over {
	opacity: 0.7;
}
@media screen and (max-width:599px){
  .page-top {
	bottom: 50px;
	right: 7px;
  }
}

/* 口コミ用吹き出し */
.kuchikomi_h {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.kuchikomi_h .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.kuchikomi_h .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.kuchikomi_h .chatting {
    width: 100%;
}

.says {
    display: block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #F1F1F1;
	color: #312F2F !important;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #F1F1F1;
}

.says p {
    margin: 0;
    padding: 0;
}
.says span.kktitle {
	display: block;
	color: #EE8F4D;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid #EE8F4D;
	margin-bottom: 5px !important;
	line-height: 1.4em;
}

.says span.kkname {
	background: #90877C;
	color: #fff;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 0.75em;
}
.says .kknaiyou {
	background: #FFF;
	margin-top: 12px;
	padding: 10px;
	font-size: 90%;
	max-height: 200px;
	overflow-y: scroll;
	color: #3E312B;
}
.says .kknaiyou::-webkit-scrollbar{
	width: 12px;
}

.says .kknaiyou::-webkit-scrollbar-track{
	background: #EAF2F2;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777; 
}
.says .kknaiyou::-webkit-scrollbar-thumb{
	background: #EE8F4D; /* スクロールバーの色 */
	border-radius: 10px;
	box-shadow: none;
}

@media screen and (max-width:599px){
	.kuchikomi_h .faceicon img{
    	width: 58%;
   		height: auto;
	}
	.says {
   		margin: 5px 0 0 67px;
    	padding: 12px 10px;
	}
	.says span.kkname {
		display: block;
		padding: 3px 6px;
		font-size: 0.6em;
		line-height: 1.4em;
	}
	.says .kknaiyou {
		height: 130px;
		padding: 7px;
		line-height: 1.5em;
	}
}

/* 横長テーブル用スクロールバー設定 */
.tblscr {
	overflow-y: hidden;
	overflow-x: scroll;
	margin: 20px auto;
}
/* 色設定 */
.tblscr::-webkit-scrollbar{
	height: 5px;
}
.tblscr::-webkit-scrollbar-track{
	background: #eee;
	border-radius: 10px;
}
.tblscr::-webkit-scrollbar-thumb{
	background: #F7B07E; /* スクロールバーの色 */
	border-radius: 10px;
}

/* フロントページ用 */
/* 2列表示 */
.yoko2images {
	width: 100%;
	margin: 20px auto;
}
.yoko2images .nakami {
	width: 50%;
	padding: 10px 28px;
	text-align: center;
	float: left;
}
.yoko2images .nakami img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:599px){
	.yoko2images .nakami {
		width: 100%;
		padding: 0 10px;
		float: none;
	}
}

/* 3列表示 */
.yoko3images {
	width: 100%;
	margin: 25px auto;
}
.yoko3images .nakami {
	width: 33%;
	padding: 10px 23px;
	float: left;
}
.yoko3images .nakami img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:599px){
	.yoko3images .nakami {
		width: 100%;
		padding: 0 10px;
		float: none;
	}
}

.nextbtn_parent {
	text-align: center;
}
.next_btn {
    display: inline-block;
    padding: 0.7em 1.2em;
    text-decoration: none;
    background: #009999;/*ボタン色*/
    color: #FFF !important;
    border-bottom: solid 4px #007C7C;
    border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px auto;
}
.next_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.matomebox {
    padding: 1em;
    margin: 1em auto 2em auto;
	width: 90%;
    color: #1F7BBA;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #159DBA;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.matomebox p {
    margin: 0; 
    padding: 0;
}

.matomebox ul {
  padding: 0 0.7em 0.2em 2em;
  position: relative;
  margin: 0;
  margin-bottom: 0 !important;
}

.matomebox ul li {
  line-height: 1.5;
  padding: 0.5em 8px;
  list-style-type: none!important;
}

.matomebox ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #1F7BBA;/*アイコン色*/
  margin-right: 1em;
}
@media screen and (max-width:599px){
.matomebox {
    line-height: 1.4em !important;
}
}

.voice .text.sc_balloon.blue {
    background: #CCE3EF;
	color: #000;
    border: 0;
}

.sc_balloon.blue:before {
	border-color: transparent #CCE3EF transparent transparent;
}

/* 簡易版口コミ */
.simple-kuchikomi-area {
	width: 100%;
	margin: 30px 0;
}
.simple-kuchikomi-box {
	border: 1px solid #C0C0C0;
	padding: 10px;
	background-color: #fff;
	color: #515356;
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: -1px;
}
.simple-kuchikomi-box img {
	width: 55px;
	height: 55px;
	float: left;
	margin: 0 10px 0 0;
}
.simple-kuchikomi-box span#biz {
	font-weight: bold;
	color: #515356;
}
.simple-kuchikomi-box p{
	display: none;
}

/* スムースリンク用ボタン風CSS */
.smlink-button {
	background: #1F7BBA;
	color: #fff;
	border-radius: 6px;
	padding: 10px;
	align-self: center;
	width: 80%;
	border-radius: 4px;
	border-bottom: 4px solid #114466;
	margin: 20px auto;
	padding-left: 1.5em;
	text-align: center;
	text-indent: -1em;
	font-size: 1.1em;
	font-weight: bold;
}
.smlink-button:before {
	font-family: "FontAwesome";
	content: "\f13a";
	font-weight: 900;
	padding-right: 8px;
}
.smlink-button:after {
	font-family: "FontAwesome";
	content: "\f13a";
	font-weight: 900;
	padding-left: 8px;
}
.smlink-button:hover {
	opacity: 0.8;
}
.smooth {
	text-decoration: none;
	color: #fff;
}
a.smooth:hover {
	text-decoration: none;
}
@media screen and (max-width:599px){
	.smlink-button {
		width: 100%;
		padding: 7px 10px;
		font-size: 1em;
		padding-left: 1.4em;
		line-height: 1.4;
	}
}



/* 厳選ボックス */
.gensenbox {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	width: 60%;
	color: #555555; /* 文字色 */
	background-color: #fff;
	border: 2px solid #D3505A; /* 枠線の太さ・色 */
	box-shadow: 0 0 5px 2px #d4a9ad inset;/* 影の色 */
}
span.titlebox {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color:  #fff; /* タイトル背景色 */
	color: #D3505A; /* タイトル文字色 */
}

.gensenbox p.janru {
	position: relative;/*相対位置*/
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.1;/*行高*/
	color: #D3505A;/*文字色*/
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	background: #fffff4;
	font-weight: bold;
	margin: 10px 0;
}

.gensenbox p {
	margin: 0;
}

.gensenbox p.janru:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	font-size: 1em;
	left: 0.25em;
	top: 0.5em;
	color: #D3505A;
}

/* マーカーアニメーション */
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 10%, rgb(251,222,217) 60%);
    background-image: -moz-linear-gradient(left, transparent 10%, rgb(251,222,217) 60%);
    background-image: -ms-linear-gradient(left, transparent 10%, rgb(251,222,217) 60%);
    background-image: -o-linear-gradient(left, transparent 10%, rgb(251,222,217) 60%);
    background-image: linear-gradient(left, transparent 10%, rgb(251,222,217) 60%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1.2s ease;
    font-weight: bold;
}

/* スムースリンク改 */
.smlink-parent {
	text-align: center;
	margin: 0 auto 20px auto;
}

.smlink-button2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #1F7BBA;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #114466;
  border-radius: 3px;
	font-weight: bold;
}
.smlink-button2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.smlink-button2:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none !important;
}
.smlink-button2:before {
	font-family: "FontAwesome";
	content: "\f13a";
	font-weight: 900;
	padding-right: 8px;
}
.smlink-button2:after {
	font-family: "FontAwesome";
	content: "\f13a";
	font-weight: 900;
	padding-left: 8px;
}

/* タブ風ページ内リンク */
.tabarea {
	border-bottom: solid 5px #1F7BBA;
	text-align: center;
	width: 100%;
}

.tabbutton {
	width: 31%;
	text-align: center;
	font-weight: bold;
	color: #1F7BBA;
	padding: 10px;
	margin-left: 1px;
	margin-right: 1px;
	display: inline-block;
	background-color:#ffffff;
	border: solid 1px #1F7BBA;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.tabbutton a {
	color: #1F7BBA !important;
}

.tabbutton-selected {
	width: 31%;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
	padding: 10px;
	margin-left:1px;
	margin-right:1px;
	display: inline-block;
	background-color:#1F7BBA;
	border:solid 1px #1F7BBA;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

@media screen and (max-width:599px){
	.tabbutton {
		padding: 7px;
	}
	.tabbutton-selected {
		padding: 7px;
	}
	.tabbutton, .tabbutton-selected {
		font-size: 0.85em;
		line-height: 1.4;
	}
}