@charset "UTF-8";

/*-----------------------------------------------------
common
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/
/*Google newsフォロー用*/

.btn-gnews-follow {
  text-decoration: none;
  background-image: linear-gradient(#fff,#f5f8fa);
  border: 1px solid #e6ecf0;
  border-radius: 4px;
  color: #393e42;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 14px;
  position: relative;
 }

.btn-gnews-follow i {
  color: #1da1f3;
}



/*その他ボタン*/

.btn-square-tomato {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #ff6347;/*背景色*/
  border-bottom: solid 2px #dc143c;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	margin: 10px;
}

.btn-square-tomato:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a.btn-square-tomato { color: #ffffff; }


.btn-submit {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #0000ff;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #0000cd;/*線色*/
	width: 160px;
	height: 30px;
}

.btn-submit:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.btn-submit-s {
  position: relative;
  display: inline-block;
  /*padding: 0.25em 0.5em;*/
  text-decoration: none;
  color: #FFF;
  background: #4169e1;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #0000cd;/*線色*/
	width: 100px;
	height: 30px;
}

.btn-submit-s:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.hash-tag {
	display: inline-block;
	margin: 7px;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #0000ee;
	background-color: #fff;
	border: 1px solid #0000ee;
	border-left: 5px solid #0000ee;
	font-size: 16px;
}


.view-num {
	display: inline-block;
	margin: 0;
	padding: 3px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #00008b;
	border: 1px solid #00008b;
/*	border-left: 5px solid #00008b;*/
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}


.breadcrumb {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}

/* ▶を表示*/
/*
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 0.2em;
  color: silver;
	font-weight: 900;
}
*/
.breadcrumb li:after {
/*    display: inline-block;*/
    color: #808080;
    content: '/';
/*    font-size: 80%;
    font-weight: bold;*/
    padding: 0 2px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #808080;
}

//.breadcrumb li:first-child a:before {
  /*家アイコン*/
//  font-family: "Font Awesome 5 Free";
//  content: '\f015';
//  font-weight: normal;
//  font-size: 1.1em;
//  color: #f3948f;
//	font-weight: 900;
//}

.breadcrumb li a:hover {
  text-decoration: underline;
}



