@charset "utf-8";
/* CSS Document */

/* ヘッダー見出しの文字色 */
div#header h1 a {
	color: #06C;
}

/* ヘッダー見出しの文字色（マウスオーバー時） */
div#header h1 a:hover {
	color: #09F;
}

/* ヘッダー説明文の文字色 */
div#header p {
	color: #666;
}

/* Landscape phones and down */
@media (max-width: 480px) {
 body {
 background-image: none !important;
}
 div.row img {
 display: inline-block;
 float: none !important;
}
 ul#global_menu {
 display: none;
}
 .display_sp {
 display: inline-block;
}
 .display_pc {
 display: none;
}
}
 @media (max-width: 767px) {
 ul#global_menu {
 display: none;
}
}
 

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
 div#header {
 height: 200px;
 padding: 0.5em;
 margin: 1em 0;
}
 div.container {
 width: 900px;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
}
div#socialbuttons {
 overflow:hidden;
 clear: both;
}
 div#socialbuttons>div {
 float: left;
}
 .display_sp {
 display: none;
}
 .display_pc {
 display: inline-block;
}
}

div#header h1 {
	margin: 0;
}

div.container {
	background: #FFF;
}

ul#global_menu {
	padding: 0;
}

ul#global_menu li {
	font-size: 12px;
	width: 16.28%;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	background: #CCC;
}

ul#global_menu li a {
	display: block;
	padding: 5px;
}

div#contents h3 {
	padding: 0.5em;
	background: #CCC;
	clear: both;
	margin: 1em 0;
}

div#contents p {
}

.breadcrumb>li+li:before {
	content: none;
}
/************************************
** フォーローボタウィジェット
************************************/
.sidebar .sns-follow-buttons,
.footer .sns-follow-buttons {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar .sns-follow-buttons a,
.footer .sns-follow-buttons a {
  width: 49%;
  margin-right: 0;
}

.widget_mobile_text,
.widget_mobile_ad {
  display: none;
}

.widget h2 {
  font-size: 20px;
}

/*拡張クラスを追加するスタイルシート*/
.badge,
.ref,
.reffer,
.sankou {
  color: #fff;
  background-color: #fc7a22;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
}

.badge-red {
  background-color: #d71d3b;
}

.badge-pink {
  background-color: #e91e63;
}

.badge-purple {
  background-color: #9c27b0;
}

.badge-blue {
  background-color: #2196f3;
}

.badge-green {
  background-color: #4caf50;
}

.badge-yellow {
  background-color: #edd60e;
}

.badge-brown {
  background-color: #795548;
}

.badge-grey {
  background-color: #9e9e9e;
}

/*太字*/
.bold {
  font-weight: bold;
}

/*赤色*/
.red {
  color: #E50202;
}

/*太字で赤色*/
.bold-red {
  font-weight: bold;
  color: #E50202;
}

/*青色*/
.blue {
  color: blue;
}

/*太字で青色*/
.bold-blue {
  font-weight: bold;
  color: blue;
}

/*緑色*/
.green {
  color: green;
}

/*太字で緑色*/
.bold-green {
  font-weight: bold;
  color: green;
}

/*赤のアンダーライン*/
.red-under {
  border-bottom: 2px solid red;
}

/*マーカーの黄色のような色*/
.marker {
  background-color: #ff9;
}

.marker-red {
  background-color: #ffd0d1;
}

.marker-blue {
  background-color: #a5d7f9;
}

/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

/*打ち消し線*/
.strike {
  text-decoration: line-through;
}

/*キーボードキーのスタイル*/
.keyboard-key {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(center top, #eee, #f9f9f9, #eee);
  border: 1px solid #777;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
  padding: 1px 3px;
}

/*ブートストラップのインフォメーションライクな囲みが表示される*/
.primary-box,
.sp-primary,
.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*サクセスメッセージ*/
.success-box,
.sp-success,
.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*セカンダリー*/
.secondary-box {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*ライト*/
.light-box {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*ダーク*/
.dark-box {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}