@charset "utf-8";


/* Reset ------------------------ */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  color:#000000;
  font-weight:normal;
  line-height:1.7;
  margin:0;
  padding:0;
}
body {
}
select,input,button,textarea {
/*  font:99% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
*/}
pre,code,kbd,samp,tt {
  font-family:monospace;
  line-height:100%;
}
img {
  border: none;
  vertical-align: bottom;
}
table {
/*  width:100%;
  font-size:inherit;
  font:100%;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;*/
}
label {
	cursor:pointer;
}
input,select,textarea {
/*  padding: 2px;
  font-size:14px;
  vertical-align:middle;*/
}
input[type="radio"] {
  margin:-1px 4px 0 0;
  cursor:pointer;
}
input[type="checkbox"] {
  cursor:pointer;
}
input[type="text"], 
input[type="password"], 
textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
	border:#ccc 1px solid;
}
select {
	border:#ccc 1px solid;
}
ol,ul{
	list-style:none;
}
a,input{
	outline: none;
}



/* Basic Text Link ------------------------ */
#cms a {
	color: #006DD4;	text-decoration: underline;
}
#cms a:link {
	color: #006DD4;	text-decoration: underline;
}
#cms a:visited {
	color: #006DD4;	text-decoration: underline;
}
#cms a:hover {
	color: #088cff;	text-decoration: none;
}
#cms a:focus {
	color: #006DD4;	text-decoration: underline;
}
#cms a:active {
	color: #006DD4;	text-decoration: underline;
}
#cms em {
	color:#df2c1f;
	font-style:normal;
}
#cms .img_bgcover:hover {
  opacity:0.85;
}



/* Basic Text style ------------------------ */
#cms em {
	color:#840000;
	font-style:normal;
}



/* 全体構成 ------------------------ */

#cms {
  position:relative;
  word-wrap:break-word;
  width:1002px;
  overflow:hidden;
}
#cms #cms_content {
}
#cms #cms_main {
  width:660px;
  float:left;
  margin:0 0 0 25px;
}
#cms #cms_side {
  width:267px;
  float:right;
  margin:0 25px 0 0;
}



/* 大カテゴリタイトル ------------------------ */
#cms .pagetitle {
  background:#141414;
  font-size:20px;
  color:#fff;
  line-height:1.2;
  text-align:center;
}
#cms .pagetitle a {
  display:block;
}
#cms .pagetitle a,
#cms .pagetitle a:hover {
  text-decoration:none;
  color:#fff;
}



/* 中カテゴリ ------------------------ */
#cms .slide_category,
.shop_common__cate_nav {
  background:#1a1a1a url(../../img/cms/slide_category_bg.png) top left repeat-x;
	width:100%;
  padding:10px 0 6px;
  margin:0 0 30px;
  display:table;
  background-size:100% 50%;
}
#cms .slide_category p,
.shop_common__cate_nav p {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  display:table-cell;
  vertical-align:middle;
  width:80px;
  line-height:1.2;
  padding:0 0 0 25px;
}
#cms .slide_category ul,
.shop_common__cate_nav ul {
  display:table-cell;
  padding:0 15px 0 0;
}
#cms .slide_category ul li,
.shop_common__cate_nav ul li {
  margin: 0 0 4px 0;
  font-size:14px;
  font-weight:bold;   
  display:inline-block;
  min-width:110px;
  text-align:center;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#cms .slide_category ul li a,
.shop_common__cate_nav ul li a {
  text-decoration:none;
  color:#000;
  display:block;
	padding:4px 10px 3px;
	border:1px solid #000;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  box-shadow:0 1px 0 rgba(0,0,0,0.3);
  background:#F2F2F2;
  background:-moz-linear-gradient(top center, #fff 0%, #e3e3e3 100%);
  background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e3e3e3));
  background:linear-gradient(top center, #fff 0%, #e3e3e3 100%);
}
#cms .slide_category li a:hover,
.shop_common__cate_nav li a:hover {
  text-decoration:none;
  background:#FFE770;
  background:-moz-linear-gradient(top center, #ffe14c 0%, #ffed94 100%);
  background:-webkit-gradient(linear, center top, center bottom, from(#ffe14c), to(#ffed94));
  background:linear-gradient(top center, #ffe14c 0%, #ffed94 100%);
}

.blog_fishingtrain .slide_category {
  background: #dc0011 !important;
}
.blog_fishingtrain .slide_category ul li a {
  box-shadow: none !important;
}


/* key_記事一覧 ------------------------ */
#cms .key {
	position:relative;
  margin:0 0 40px;
  padding:0;
  background:none;
}
#cms .key .new {
	position:absolute;
	left:0;
	top:0; 
}
#cms .key .image {
  width:100%;
  height:410px;
}
#cms .key .main_set {
	width:100%;
	position:absolute;
	left:0;
	bottom:0; 
}
#cms .key .main_txt {
	width:100%;
  padding:10px 0 9px;
	background-color:rgba(0,0,0,0.8);
}
#cms .key .source {
  width:99%;
  margin:0 0 5px;
  line-height:1.2;
	font-size:12px;
  text-align:right;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.7);  
}
#cms .key .source a {
   text-decoration:none;
   color:#000;
}
#cms .key .main_txt .txt {
	margin:0 10px 4px;
	color:#fff;
  font-size:16px;
  line-height:1.25;
}
#cms .key .main_txt .txt a {
  text-decoration:none;
  color:#fff;
  display:block;
}
#cms .key .main_txt .txt a:hover {
  color:#ffee99;
}
#cms .key .main_txt .note {
	margin:0 10px 0;
	color:#999;
  line-height:1.25;
	font-size:12px;
}
#cms .key .main_txt .note a {
  text-decoration:none;
	color:#999;
}
#cms .key .main_txt .note a:hover {
	color:#a3a3a3;
}



/* タイトル_グレー ------------------------ */
#cms .title {
	background:#e6e6e6;
	border-bottom:2px solid #ccc;
	font-size:14px;
	padding:12px 9px 8px;
  line-height:1;
	margin:0 0 25px;
  color:#000;
}
#cms #cms_side .title {
	margin-bottom:3px;
}



/* タイトル_ブラック ------------------------ */
#cms .title_black {
	background:#000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:9px;
  line-height:1;
	margin:0 0 25px;
}



/* タイトル_ホワイト ------------------------ */
#cms .title_white {
	font-size:14px;
	font-weight:bold;
	margin:0 0 20px;
  padding:0 0 10px;
  border-bottom:2px solid #ddd;
  line-height:1;
}



/* 記事一覧 ------------------------ */
#cms .article_list {
}
#cms .article_list li {
  position:relative;
  width:214px;
  margin:0 9px 40px 0;
  float:left;
}
#cms .article_list li:nth-child(3n) {
  margin-right:0;
}
#cms .article_list li .new {
	position:absolute;
	left:0;
	top:0; 
}
#cms .article_list .image {
  height:150px;
  margin:0 0 8px;
}
#cms .article_list .main {
}
#cms .article_list .date {
	color:#ed3713;
  font-size:12px;
  line-height:1.2;
  margin:0 0 3px;
}
#cms .article_list .txt {
	font-size:14px;
	line-height:1.4;
  margin:0 0 3px;
}
#cms .article_list .txt a {
  color:#000;
  text-decoration:none;
}
#cms .article_list .txt a:hover {
	color: #006DD4;
}



/* おすすめ記事一覧 ------------------------ */
#cms .article_list.recommend_list .txt {
}



/* 条件絞り込みの記事一覧 ------------------------ */
#cms .article_list.result_list .txt {
}



/* 最新記事一覧 ------------------------ */
#cms .article_list.latest_list .subinfo .date {
  color:#ed3713;
}



/* 人気記事一覧 ------------------------ */
#cms .article_list.ranking_list .txt {
}
#cms .article_list.ranking_list li .txt:before {
	 background: #ed8013;
	 color:#fff;
	 padding:2px 4px 1px;
	 display:inline-block;
	 margin:0 2px 0 0;
   line-height:1;
}
#cms .article_list.ranking_list li:nth-child(1) .txt:before {
	 content: "1";
}
#cms .article_list.ranking_list li:nth-child(2) .txt:before {
	 content: "2";
}
#cms .article_list.ranking_list li:nth-child(3) .txt:before {
	 content: "3";
}
#cms .article_list.ranking_list li:nth-child(4) .txt:before {
	 content: "4";
}
#cms .article_list.ranking_list li:nth-child(5) .txt:before {
	 content: "5";
}
#cms .article_list.ranking_list li:nth-child(6) .txt:before {
	 content: "6";
}



/* 記事のサブ情報 ------------------------ */
#cms .article_list .subinfo {
	color:#999;
  margin:0;
  line-height:1.2;
}
#cms .article_list .subinfo a {
  color:#999;
  text-decoration:none;
}
#cms .article_list .subinfo a:hover {
  color:#adadad;
}
#cms .article_list .subinfo span {
	margin:0 10px 0 0;
  line-height:1.2;
  font-size:11px;
}
#cms .article_list .subinfo .category {
	background:url(../../img/cms/bg_line.gif) no-repeat left 48%;
	padding:0 0 0 12px;
}
#cms .article_list .subinfo .date {
	color:#999;
  font-weight:normal;
	margin:0 10px 0 0;
}
#cms .article_list .subinfo .writer {
}


/* fishingtrain プロフィール ------------------------ */
.fishingtrain_prof {
  margin-bottom: 40px;
  background: #0d0d0d;
}
.fishingtrain_prof_section {
  padding: 0 15px 25px;
}
.fishingtrain_prof_section:not(:last-child) {
  margin-bottom: 15px;
}
.fishingtrain_prof_img {
  margin: 0 -15px 17px;
}
.fishingtrain_prof_name {
  position: relative;
  margin-bottom: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.fishingtrain_prof_name::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-bottom: 14px;
  background: #e62110;
}
.fishingtrain_prof_text {
  color: #fff;
  font-size: 12px;
  line-height: 1.83;
  opacity: 0.85;
}


/* ボタン_ブルー ------------------------ */
#cms .btn_blue a {
	background:#045eae;
	text-align:center;
	font-size:16px;
	padding:15px 10px 14px;
  margin:0 0 50px;
  line-height:1.2;
	display:block;
	text-decoration:none;
	color:#fff;
}
#cms .btn_blue a:hover {
  background:#2b81cd;
}



/* ボタン_ホワイト ------------------------ */
#cms .btn_white a {
	border:1px solid #333;
	display:block;
	color:#000;
	text-align:center;
	font-size:14px;
	padding:14px 10px 13px;
  margin:0 10px 30px;
  line-height:1.2;
	text-decoration:none;
}
#cms .btn_white a:hover {
	background:#f2f2f2;
}



/* google広告 ------------------------ */
#cms .bnr_ad {
	margin:0 0 30px;
  text-align:center;
}



/* 関連キーワードから探す ------------------------ */
#cms .tag_list {
	margin:0 0 40px;
}
#cms .tag_list li {
	display:inline-block;
	margin:0 0 5px 0;
}
#cms .tag_list li a {
	color:#fff;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-size:13px;
	background: #545454;
	padding:7px 13px 6px;
	text-decoration:none;
  line-height:1.2;
}
#cms .tag_list li a:hover {
	background: #737373;
}



/* 過去の記事 ------------------------ */
#cms .article_past {
	margin:13px 0 35px;
}
#cms .article_past form {
}

#cms .article_past form .select_form {
  text-align:center;
}
#cms .article_past select {
	width:90%;
	height:40px;
	font-size:14px;

}




/* 記事一覧 ※サイドカラム用 ------------------------ */
#cms #cms_side .article_list {
  margin:0 0 35px;
}
#cms #cms_side .article_list li {
	border-bottom:1px solid #ddd;
  width:100%;
  margin:0;
  float:none;
}
#cms #cms_side .article_list li a {
  text-decoration:none;
  padding:10px 0 10px;
	display:block;
}
#cms #cms_side .article_list li a:hover {
  background:#fff9d9;
}
#cms #cms_side .article_list .image {
  height:42px;
  width:60px;
  float:left;
  margin:0 10px 1px 0;
}
#cms #cms_side .article_list .main {
}
#cms #cms_side .article_list .date {
  font-size:11px;
}
#cms #cms_side .article_list .txt {
	font-size:14px;
}

/* 関連キーワードから探す ※サイドカラム用 ------------------------ */
#cms .tag_list {
	margin:0 0 30px;
}
#cms .tag_list li {
	display:inline-block;
	margin:0 0 5px 0;
}
#cms .tag_list li a {
	color:#fff;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-size:12px;
	background: #545454;
	padding:6px 10px 5px;
	text-decoration:none;
  line-height:1.2;
}



/* 記事詳細 ------------------------ */
#cms .category {
	color:#fff;
	padding:7px 10px 6px;
	margin:0 0 20px 0;
	display:inline-block;
	background:#DF8014;
	font-size:14px;
  line-height:1;
}
#cms .category.secret {
  background: linear-gradient(90deg, #c126cc 0%, #f352ff 50%, #c126cc 100%);
}
#cms .main_title {
	font-size:31px;
  color:#000;
  font-weight:normal;
	line-height:1.3;
	margin:0 0 15px;
	padding:0;
	background:none;
	border-bottom:none;
}



/* 記事のサブ情報 */
#cms .subinfo {
  color:#999;
  font-size:12px;
  margin:0 0 15px;
}
#cms .subinfo span {
	margin:0 10px 0 0;
  line-height:1.2;
}
#cms .subinfo .category {
	background:url(../../img/cms/bg_line.gif) no-repeat left 48%;
	padding:0 0 0 12px;
	color:#999;
  font-weight:normal;
	display:inline;
	font-size:12px;
}
#cms .subinfo .date {
}
#cms .subinfo .writer {
}



/* ソーシャルボタン */
#cms .social_btn {
	margin:0 auto 50px;
	display:table;
	table-layout:fixed;
	text-align:center;
	width:100%;
  border-collapse:separate;
  border-spacing:2px 0; /* 左右 上下で記述 */
}
#cms .social_btn li {
	display:table-cell;
	vertical-align:middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#cms .social_btn li a {
  display:block;
}
#cms .social_btn li:hover {
  opacity:0.85;
}
#cms .social_btn li a img {
  width:70px;
}
#cms .social_btn .facebook {
  background:#3B5998;
}
#cms .social_btn .twitter {
  background:#000000;
}
#cms .social_btn .googleplus {
  background:#dd4b39;
}
#cms .social_btn .fb-like {
  background:#EBEBEB;
}




/* key_記事詳細 */
#cms .key_detail {
	margin:0 0 50px;
}
#cms .key_detail .image {
  width:100%;
  margin:0 0 10px;
}
#cms .key_detail .image img {
  width:100%;
}
#cms .key_detail .source {
	color:#bfbfbf;
	margin:14px 0 0;
  line-height:1.2;
	font-size:12px;
}
#cms .key_detail .source a {
	color:#bfbfbf;
  text-decoration:none;
}



/* CMS_共通部分 */
#cms .article_detail {
  padding:0;
	margin:0;
}
#cms .article_detail .comment {
	background:#484848;
	color:#fff;
	padding:7px 8px 8px;
  font-size:14px;
  line-height:1.3;
}
#cms .article_detail .source {
	color:#bfbfbf;
	font-size:12px;
  line-height:1.2;
  margin:14px 0 0 0;
}
#cms .article_detail .cms_quote .source {
  margin:10px 0 0 0;
}
#cms .article_detail .source a {
	color:#bfbfbf;
  text-decoration:none;
}



/* CMS_文章 */
#cms .article_detail .cms_txt {
	margin:0 0 50px;
}
#cms .article_detail .cms_txt .txt {
  font-size:16px;
 line-height:1.8;
}



/* CMS_画像 */
#cms .article_detail .cms_photo {
	margin:0 0 50px;
}
#cms .article_detail .cms_photo .photo {
}
#cms .article_detail .cms_photo .photo img {
  width:100%;
}



/* CMS_引用 */
#cms .article_detail .cms_quote {
	margin:0 0 50px;
	background:url(../../img/cms/icon_quote.png) no-repeat left 4px;
	padding:0 0 0 30px;
}
#cms .article_detail .cms_quote .txt {
  font-size:16px;
 line-height:1.5;
}



/* CMS_見出し */
#cms .article_detail .cms_subtitle {
	margin:70px 0 20px;
}
#cms .article_detail .cms_subtitle .txt {
	font-size:22px;
	padding:0 0 10px;
  line-height:1.2;
	font-weight:bold;
	border-bottom:2px solid #ddd;
}



/* CMS_リンク */
#cms .article_detail .cms_link {
	margin:0 0 50px;
}
#cms .article_detail .cms_link + .cms_link {
	margin-top:-30px;
}
#cms .article_detail .cms_link p {
	font-weight:bold;
	border:1px solid #ddd;
	background:#f2f2f2;
  font-size:15px;
}
#cms .article_detail .cms_link p:hover {
	background:#f7f7f7;
}
#cms .article_detail .cms_link p a {
	color:#045eae;
  display:block;
	background:url(../../img/cms/icon_link.png) no-repeat 15px 18px;
	padding:14px 14px 13px 35px;
}
#cms .article_detail .cms_link p a:hover {
  text-decoration:none;
  color:#0577dd;
}



/* CMS_動画 */
#cms .article_detail .cms_movie {
	margin:0 0 50px;
}
#cms .article_detail .cms_movie .movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#cms .article_detail .cms_movie .movie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}



/* CMS_地図 */
#cms .article_detail .cms_map {
	margin:0 0 50px;
}
#cms .article_detail .cms_map .ggmap {
}



/* CMS_Twitter */
#cms .article_detail .cms_twitter {
	margin:0 0 50px;
}



/* CMS_Instagram */
#cms .article_detail .cms_instagram {
	margin:0 0 50px;
}




/* CMS_チラシ ------------------------ */
#cms .article_detail .cms_flyer {
  margin:0 0 50px;
}
#cms .article_detail .cms_flyer + .cms_flyer {
  margin-top:-15px;
}
#cms .article_detail .cms_flyer .block {
  padding:5px;
  background:#1081d1;
  box-sizing:border-box;
  position:relative;
  word-break:break-all;
  border-radius:4px;
}
#cms .article_detail .cms_flyer .block_in {
  padding:33px 22px 30px;
  background:#f7f7f7 url(../../img/cms/flyer_bg.gif) left top repeat;
  border:#333333 1px solid;
  border-radius:4px;
}
#cms .article_detail .cms_flyer .head_icon {
  position:absolute;
  top:0;
  left:0;
  right:0;
  text-align:center;
}
#cms .article_detail .cms_flyer .item {
  display:table;
  width:100%;
}
#cms .article_detail .cms_flyer .block .image,
#cms .article_detail .cms_flyer .block .info {
  display:table-cell;
  vertical-align:top;
}
#cms .article_detail .cms_flyer .block .image {
  width:160px;
  padding:0 17px 0 0;
}
#cms .article_detail .cms_flyer .block .image img {
  width:100%;
}
#cms .article_detail .cms_flyer .block .info {
  font-size:24px;
  position:relative;
  padding:0 0 70px;
}
#cms .article_detail .cms_flyer .block .info .name {
  margin:5px 0 0;
  font-weight:bold;
  line-height:1.45;
}
#cms .article_detail .cms_flyer .block .info .name a {
  color:#222;
}
#cms .article_detail .cms_flyer .block .info .name a:hover {
  text-decoration:underline;
  color:#0071c2;
}
#cms .article_detail .cms_flyer .block .btn {
  position:absolute;
  bottom:30px;
  left:206px;
}





/* ライター紹介 ------------------------ */
#cms .writer {
	margin:15px 10px 15px;
}
#cms .writer .image {
	float:left;
	margin:0 10px 5px 0;
  display:inline-block;
  background-position:center center;
  background-repeat:no-repeat;
  width:100px;
  height:100px;
  background-size:cover;
}
#cms .writer .name {
	font-size:16px;
	font-weight:bold;
  margin:0 0 4px;
  line-height:1.3;
}
#cms .writer .txt {
  font-size:12px;
  line-height:1.5;
}



/* 条件絞り込みの記事一覧タイトル ------------------------ */
#cms .result_title {
  position: relative;
	padding:5px 0 13px;
	margin:0 0 26px;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:normal;
  line-height:1.4;
}
#cms .result_title span {
  font-weight:bold;
	font-size:15px;
}
#cms .result_title_btn {
  display: inline-block;
  margin-top: -8px;
	margin-left: 16px;
}
#cms .result_title_btn a {
	position: relative;
  display: inline-block;
	padding: 11px 80px 8px 28px;
	background: #222;
	color: #fff;
	line-height: 1.2;
	font-size: 13px;
	text-decoration: none;
	box-sizing: border-box;
}
#cms .result_title_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 50px;
	height: 10px;
	background: url(../../img2/common/ico_arrow_01.svg) no-repeat center center;
	background-size: contain;
}
#cms .result_title_btn a::before {
	content: "";
	display: block;  
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	z-index: 1;
	background: #e60012;
	transition: transform 0.2s;
	transform-origin: right;
	transform: scaleX(0);
}
#cms .result_title_btn a:hover::before {
	transform-origin: left;
	transform: scaleX(1);
}

#news_index #cms_main {
  position: relative;
}

#cms .result_subcategory {
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
}
#cms .result_subcategory li {
  margin-right: 4px;
}
#cms .result_subcategory li:last-child {
  margin-right: 0;
}
#cms .result_subcategory li a {
	display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 8px 9px 7px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #045eae;
	color: #045eae;
  font-size: 11px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  z-index: 1;
  transition: 0.1s;
}
#cms .result_subcategory li a:hover {
  background-color: #045eae;
  color: #fff;
}
#cms .result_subcategory li a.is_active {
  background-color: #045eae;
  color: #fff;
}

#cms .page_number {
  padding:0 0 9px;
  margin:12px 10px 0;
  border-bottom:1px solid #ccc;
}
#cms .page_number span {
  color:#ed3713;
  margin:0 5px 0 0;
}
#cms .page_number .total {
  font-size:20px;
  margin:0 0 0 0;
}


/* ページング ------------------------ */

#cms .paging {
  margin: 0 0 50px;
}

/* ページ番号 */
.number {
  display: table;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
  width: 100%;
  margin:0 0 1px;
}
.number > * {
  display: table-cell;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-align: center;
}
.number > a {
  border: 1px solid #045eae;
  color: #045eae;
  font-size: 18px;
  height: 100%;
  padding: 10px 2px;
  text-decoration: none;
  vertical-align: middle;
  width: 15%;
}
.number > .current {
  background-color: #E5E5E5;
  border-color: #e5e5e5;
  color: #000 !important;
  cursor:default;
  text-decoration:none !important;
}
.ellipsis {
  color: #045eae;
  font-size: 12px;
  font-weight:bold;
  vertical-align: bottom;
  width: 3%;
}

/* ページ送りナビゲーション */
.nav {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
  width: 100%;
}
.nav > a {
  background-color: #045eae;
  background-repeat: no-repeat;
  background-size: 20px 17px;
  -webkit-background-size: 20px 17px;
  color: #FFF;
  display: table-cell;
  font-size: 16px;
  line-height: 1;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
}
.nav > a:link,
.nav > a:visited {
  color:#fff !important;
}
.nav > .prev {
  background-image: url(../../img/cms/paging_arw_left.png);
  background-position: left center;
  border-right:#fff 3px solid;
}
.nav > .next {
  background-image: url(../../img/cms/paging_arw_right.png);
  background-position: right center;
  border-left:#fff 3px solid;
}



/* facebook Page Plugin ------------------------ */

#cms .facebook_pageplugin {
  padding:21px 15px 22px;
  background:url(../../img/cms/fb_pageplugin.jpg) center center no-repeat;
  background-size:cover;
  text-align:center;
}
#cms .facebook_pageplugin p {
  margin:0 0 16px;
  color:#FFF;
  font-size:13px;
  font-weight:bold;
  line-height:1;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);  
}




/* 2018.10.23追加 記事レイアウト変更による再コーディング --------------------------------*/

/* 大枠 */
.shop_common__contents {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 25px 0;
}
.shop_common__main {
  flex-grow: 1;
  width: 660px;
}
.shop_common__side {
  flex-shrink: 0;
  width: 267px;
  margin: 0 0 0 25px;
}

/* メインエリア------------------------- */

/* その他の最新記事 */
.shop_common__main_latest {
  margin: 0 0 60px;
}
.shop_common__main_latest_title{
  background: #e6e6e6;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  padding: 12px 9px 8px;
  line-height: 1;
  margin: 0 0 12px;
  color: #000;
}
.shop_common__main_latest_article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.shop_common__main_latest_article li {
  width: 220px;
}
.shop_common__main_latest_article li a {
  text-decoration: none;
  display: block;
  padding: 6px 5px;
  height: 100%;
  box-sizing: border-box;
}
.shop_common__main_latest_article li a:hover {
  background: #fff9d9;
}
.shop_common__main_latest_article_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_latest_article_image {
  order: 1;
  width: 100%;
  margin: 0 0 9px;
  line-height: 1;
  flex-shrink: 0;
  height: 147px;
  overflow: hidden;
  background: #eee;
}
.shop_common__main_latest_article_image img {
  width: 100%;
  height: 100%;
}
.shop_common__main_latest_article_info {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_latest_article_date {
  order: 1;
  width: 100%;
  margin: 0 0 4px;
  color: #ed3713;
  font-size: 12px;
  line-height: 1;
}
.shop_common__main_latest_article_cate {
  order: 3;
  width: 100%;
  margin: 0 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1;
  background: url(../../img/cms/bg_line.gif) no-repeat left 48%;
  padding: 0 0 0 11px;
}
.shop_common__main_latest_article_title {
  order: 2;
  width: 100%;
  margin: 0 0 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.shop_common__main_latest_btn {
  text-align: center;
  margin: 20px 0 0;
}
.shop_common__main_latest_btn a {
  background: #034fa1;
  background: linear-gradient(0deg, #034fa1 0%, #056dbb 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 10px 13px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 300px;
}
.shop_common__main_latest_btn a:hover {
  filter: contrast(105%) brightness(115%);
}

/* 店舗の人気記事 */
.shop_common__main_popular {
  margin: 0 0 50px;
}
.shop_common__main_popular_title {
  background: #1a1a1a;
  border-bottom: 2px solid #ccc;
  font-size: 22px;
  padding: 18px 12px 14px;
  line-height: 1;
  margin: 0 0 12px;
  color: #fff;
  font-weight: bold;
}
.shop_common__main_popular_title.small {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.shop_common__main_popular_article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px;
}
.shop_common__main_popular_article li {
  width: 220px;
}
.shop_common__main_popular_article li a {
  text-decoration: none;
  display: block;
  padding: 6px 5px;
  height: 100%;
  box-sizing: border-box;
}
.shop_common__main_popular_article li a:hover {
  background: #fff9d9;
}
.shop_common__main_popular_article_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_popular_article_image {
  order: 1;
  width: 100%;
  margin: 0 0 6px;
  line-height: 1;
  flex-shrink: 0;
  height: 147px;
  overflow: hidden;
  background: #eee;
}
.shop_common__main_popular_article_image img {
  width: 100%;
  height: 100%;
}
.shop_common__main_popular_article_info {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_popular_article_date {
  order: 1;
  margin: 7px 0 4px;
  color: #ed3713;
  font-size: 12px;
  line-height: 1;
}
.shop_common__main_popular_article_cate {
  order: 3;
  width: 100%;
  margin: 0 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1;
  background: url(../../img/cms/bg_line.gif) no-repeat left 48%;
  padding: 0 0 0 11px;
}
.shop_common__main_popular_article_title {
  order: 2;
  width: 100%;
  margin: 0 0 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.shop_common__main_popular_article_txt {
  order: 4;
  width: 100%;
  margin: 5px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.55;
}
.shop_common__main_popular_article_txt:empty {
  display: none;
}
.shop_common__main_popular_article_icon {
  order: 0;
  margin: 0 2px 4px 0;
}
.shop_common__main_popular_article_icon img {
  width: 59px;
  height: 23px;
  /* NO.1画像だけ大きくしているのでサイズ調整 */
}


/* 店舗の人気記事 （最初の記事のみ） */
.shop_common__main_popular_article.firstbig li:first-child {
  width: 100%;
  border-bottom: #cccccc 1px solid;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.shop_common__main_popular_article.firstbig li:first-child a {
  padding-right: 8px;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_block {
  flex-wrap: nowrap;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_image {
  width: 285px;
  height: 200px;
  margin: 0 17px 0 0;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_info {
  width: auto;
  align-self: center;
  margin-top: 5px;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_date {
  order: 1;
  width: auto;
  margin: 6px 0 8px;
  font-size: 15px;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_cate {
  order: 2;
  width: auto;
  margin: 7px 0 0 7px;
  font-size: 13px;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_title {
  order: 3;
  margin: 0 0 0;
  font-size: 24px;
  line-height: 1.25;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_icon {
  margin: 0 5px 10px 0;
}
.shop_common__main_popular_article.firstbig li:first-child .shop_common__main_popular_article_icon img {
  width: auto;
  height: auto;
}



/* キャスティング新着情報 */  
.shop_common__main_news {
  margin: 0 0 60px;
}
.shop_common__main_news_title {
  background: #1a1a1a;
  border-bottom: 2px solid #ccc;
  font-size: 22px;
  padding: 18px 12px 14px 68px;
  line-height: 1;
  margin: 0 0 12px;
  color: #fff;
  font-weight: bold;
  background-image: url(../../img/shop/icon_logo_w.png);
  background-position: left 7px center;
  background-repeat: no-repeat;
}
.shop_common__main_news_title.small {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 52px;
  background-size: 42px;
}
.shop_common__main_news_article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px;
}
.shop_common__main_news_article li {
  width: 220px;
}
.shop_common__main_news_article li a {
  text-decoration: none;
  display: block;
  padding: 6px 5px;
  height: 100%;
  box-sizing: border-box;
}
.shop_common__main_news_article li a:hover {
  background: #fff9d9;
}
.shop_common__main_news_article_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_news_article_image {
  order: 1;
  width: 100%;
  margin: 0 0 9px;
  line-height: 1;
  flex-shrink: 0;
  height: 147px;
  overflow: hidden;
  background: #eee;
}
.shop_common__main_news_article_image img {
  width: 100%;
  height: 100%;
}
.shop_common__main_news_article_info {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_common__main_news_article_date {
  order: 1;
  margin: 0 0 4px;
  color: #ed3713;
  font-size: 12px;
  line-height: 1;
}
.shop_common__main_news_article_cate {
  order: 3;
  width: 100%;
  margin: 0 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1;
  background: url(../../img/cms/bg_line.gif) no-repeat left 48%;
  padding: 0 0 0 11px;
}
.shop_common__main_news_article_title {
  order: 2;
  width: 100%;
  margin: 0 0 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.shop_common__main_news_article_txt {
  order: 4;
  width: 100%;
  margin: 5px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.55;
}
.shop_common__main_news_article_txt:empty {
  display: none;
}
.shop_common__main_news_btn {
  text-align: center;
}
.shop_common__main_news_btn a {
  background: #034fa1;
  background: linear-gradient(0deg, #034fa1 0%, #056dbb 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 10px 13px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 300px;
}
.shop_common__main_news_btn a:hover {
  filter: contrast(105%) brightness(115%);
}

/* キャスティング新着情報 （最初の記事のみ） */
.shop_common__main_news_article.firstbig li:first-child {
  width: 100%;
  border-bottom: #cccccc 1px solid;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.shop_common__main_news_article.firstbig li:first-child a {
  padding-right: 8px;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_block {
  flex-wrap: nowrap;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_image {
  width: 285px;
  height: 200px;
  margin: 0 17px 0 0;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_info {
  width: auto;
  align-self: center;
  margin-top: 5px;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_date {
  order: 1;
  width: auto;
  margin: 6px 0 8px;
  font-size: 15px;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_cate {
  order: 2;
  width: auto;
  margin: 7px 0 0 7px;
  font-size: 13px;
}
.shop_common__main_news_article.firstbig li:first-child .shop_common__main_news_article_title {
  order: 3;
  margin: 0 0 0;
  font-size: 24px;
  line-height: 1.25;
}



/* サイドエリア------------------------- */
.shop_common__side_cate_title {
  background: #e6e6e6;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  padding: 12px 9px 8px;
  line-height: 1;
  margin: 0 0 3px;
  color: #000;
}
.shop_common__side_cate_list {
  margin: 0 0 35px;
}
.shop_common__side_cate_list li {
  border-bottom: 1px solid #ddd;
}
.shop_common__side_cate_list li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none;
  padding: 10px 0 10px;
}
.shop_common__side_cate_list li a:hover {
  background:#fff9d9;
}
.shop_common__side_cate_list li div {
}
.shop_common__side_cate_list li div:nth-child(1) {
  width: 60px;
  height: 42px;
  margin: 0 10px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.shop_common__side_cate_list li div:nth-child(1) :nth-child(1) {
}
.shop_common__side_cate_list li div:nth-child(1) :nth-child(1) img {
  width: 100%;
}
.shop_common__side_cate_list li div:nth-child(2) {
  flex-grow: 1;
  line-height: 1.2;
}
.shop_common__side_cate_list li div:nth-child(2) :nth-child(1) {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 2px;
}
.shop_common__side_cate_list li div:nth-child(2) :nth-child(2) {
  font-size: 11px;
  color: #ed3713;
  margin: 0 4px 0 0;
}
.shop_common__side_cate_list li div:nth-child(2) :nth-child(3) {
  font-size: 11px;
  color: #999;
  background: url(../../img/cms/bg_line.gif) no-repeat left center;
  padding: 0 0 0 11px;
  display: inline-block;
}

/* 人気の記事 順位番号 */
.shop_common__side_cate_list.popular li div:nth-child(2) :nth-child(1)::before {
  background: #ed8013;
  color:#fff;
  padding:2px 4px 1px;
  display:inline-block;
  margin:0 2px 0 0;
  line-height:1;
}
.shop_common__side_cate_list.popular li:nth-child(1) div:nth-child(2) :nth-child(1)::before {
  content: "1";
}
.shop_common__side_cate_list.popular li:nth-child(2) div:nth-child(2) :nth-child(1)::before {
  content: "2";
}
.shop_common__side_cate_list.popular li:nth-child(3) div:nth-child(2) :nth-child(1)::before {
  content: "3";
}
.shop_common__side_cate_list.popular li:nth-child(4) div:nth-child(2) :nth-child(1)::before {
  content: "4";
}
.shop_common__side_cate_list.popular li:nth-child(5) div:nth-child(2) :nth-child(1)::before {
  content: "5";
}
.shop_common__side_cate_list.popular li:nth-child(6) div:nth-child(2) :nth-child(1)::before {
  content: "6";
}

/* 関連キーワードから探す */
.shop_common__side_cate_list_tag {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 12px 0 30px;
}
.shop_common__side_cate_list_tag li {
  margin: 0 5px 5px 0;
}
.shop_common__side_cate_list_tag li a {
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  background: #545454;
  padding: 5px 10px 5px;
  text-decoration: none;
  line-height: 1.2;
}
.shop_common__side_cate_list_tag li a:hover {
	background: #737373;
}

/* 過去の記事を見る */
.shop_common__side_cate_list_past {
  margin: 13px 0 35px;
}
.shop_common__side_cate_list_past div {
  text-align: center;
}
.shop_common__side_cate_list_past select {
  width: 90%;
  height: 40px;
  font-size: 14px;
}


/* 検索記事一覧------------------------- */
.shop_search__main_title {
	padding:5px 0 13px;
	margin:0 0 23px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-weight:normal;
  line-height:1.4;
}
.shop_search__main_title span {
  font-weight:bold;
	font-size:17px;
}
.shop_search__main_list {
  margin: 0 0 60px;
}
.shop_search__main_list_article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.shop_search__main_list_article li {
  width: 220px;
}
.shop_search__main_list_article li a {
  text-decoration: none;
  display: block;
  padding: 6px 5px 36px;
  height: 100%;
  box-sizing: border-box;
}
.shop_search__main_list_article li a:hover {
  background: #fff9d9;
}
.shop_search__main_list_article_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_search__main_list_article_image {
  order: 1;
  width: 100%;
  margin: 0 0 9px;
  line-height: 1;
  flex-shrink: 0;
  height: 147px;
  overflow: hidden;
  background: #eee;
}
.shop_search__main_list_article_image img {
  width: 100%;
  height: 100%;
}
.shop_search__main_list_article_info {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.shop_search__main_list_article_date {
  order: 1;
  width: 100%;
  margin: 0 0 4px;
  color: #ed3713;
  font-size: 12px;
  line-height: 1;
}
.shop_search__main_list_article_cate {
  order: 3;
  width: 100%;
  margin: 0 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1;
  background: url(../../img/cms/bg_line.gif) no-repeat left 48%;
  padding: 0 0 0 11px;
}
.shop_search__main_list_article_title {
  order: 2;
  width: 100%;
  margin: 0 0 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.shop_search__main_list_btn {
  text-align: center;
  margin: 8px 0 0;
}
.shop_search__main_list_btn a {
  background: #034fa1;
  background: linear-gradient(0deg, #034fa1 0%, #056dbb 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 10px 13px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 300px;
}
.shop_search__main_list_btn a:hover {
  filter: contrast(105%) brightness(115%);
}






/* clearfix
===========================================*/
#cms #cms_side .article_list li a:after,
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}