@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  margin-bottom: 20px;
  padding: 6px 20px 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #f90;
  background: #ffc300 url(../../_images/_common/title-1-bg.jpg) repeat-x;
  position: relative;
}

.title-1:before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #e3e3e3;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

.title-1 {
  padding: 6px 10px 3px;
  font-size: inherit;
}

}

@media screen and (max-width:540px) {
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  padding: 5px 10px 3px;
  font-size: 114.29%;
  font-weight: bold;
  color: #fff100;
  background: #0181cc url(../../_images/_common/title-2-bg.jpg) repeat-x;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-3 {
  margin-bottom: 0.875em;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  background: url(../../_images/_common/title-3-bg.jpg) left 4px no-repeat;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

.title-3 {
  margin-bottom: 10px;
}

}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.color-red { color:#f00; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

.bold_b{font-weight: bold;font-size: 120%}
.bold{font-weight: bold;}

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.inline-left  { margin-right:4.70%; margin-bottom:0.75em; float:left; }
.inline-right { margin-left:4.70%; margin-bottom:0.75em; float:right; }

.inline-left img,
.inline-right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

.inline-left,
.inline-right {
  width: 100% !important;
  margin: 10px 0;
  float: none;
  text-align: center;
}

.inline-left img,
.inline-right img {
  display: inline-block;
}

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
	font-weight: normal;
	border: solid 1px #ddd;
}

table.default > tbody > tr > td {
	border: solid 1px #ddd;
	background: #fff;
}

table.default > tbody > tr > th[scope="col"] {
	background: #eee;
}

table.default > tbody > tr > th[scope="row"] {
	background: #f5f5f5;
}

table.default caption {
  margin-bottom: 0.5em;
}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

table.flex-table + * { margin-top:1.5em; }

* + table.flex-table { margin-top:1.5em; }

table.flex-table { border-collapse:collapse; }

table.flex-table caption {
  margin-bottom: 0.5em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

table.flex-table {
  display: block;
}

table.flex-table > tbody {
  display: block;
}

table.flex-table > tbody > tr {
  width: 100%;
  display: block;
  background-color: transparent;
}

body.msie9 table.flex-table > tbody > tr {
  float: left;
}

table.flex-table > tbody > tr ~ tr {
  margin-top: 20px;
}

table.flex-table > tbody > tr > th {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px 2px;
  display: block;
  font-weight: normal;
  text-align: left;
	border: solid 1px #ddd;
}

body.msie9 table.flex-table > tbody > tr > th {
  float: left;
}

table.flex-table > tbody > tr > th[scope="col"] {
	background: #eee;
}

table.flex-table > tbody > tr > th[scope="row"] {
	background: #f5f5f5;
}

table.flex-table > tbody > tr > td {
  width: 100%;
  padding: 0;
  display: block;
  border: none;
  text-align: left;
	background: #fff;
}

body.msie9 table.flex-table > tbody > tr > td {
  float: left;
}

table.flex-table caption {
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: left;
}

}

/* ****************************************************************************************************
   * フレキシブル：動画
**************************************************************************************************** */

.flex-video {
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.flex-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.25em;
}

ul.default li ~ li {
  margin-top: 0.5em;
}

ul.default + * { margin-top:1.5em; }

* + ul.default { margin-top:1.5em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.5em;
}

ol.default + * { margin-top:1.5em; }

* + ol.default { margin-top:1.5em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * dl
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.5em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:1.5em; }

* + dl.default { margin-top:1.5em; }

/* ****************************************************************************************************
   * フロート
**************************************************************************************************** */

.float-r { float:right; }
.float-l { float:left; }

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:"."; display:block; line-height:0; clear:both; visibility:hidden; }

.clear { clear:both; }
