@charset "utf-8";
/* CSS Document */
/****************************************************************
 *               ************************************************
 *               ************************************************
 * 幅640px以下   ************************************************
 *               ************************************************
 *               ************************************************
 ****************************************************************/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *                +++++++++++++++++++++++++++++++++++++++++++++++
 * 全ページ共通   +++++++++++++++++++++++++++++++++++++++++++++++
 *                +++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 640px) {
/* スマホ非表示 */
.sp-disnon {
	display: none !important;
}
/* 水平ライン */
.sp-horizon-line {
	height: 0;
	border-bottom: solid 1px #606060;
	margin-bottom: 15px;
	padding-top: 15px;
}
.horizon-line {
	height: 0;
	border-bottom: solid 1px #606060;
	margin-bottom: 20px;
	padding-top: 20px;
}
/* 基本設定 */
p img,
div img {
	max-width: 100%;
	height: auto;
}
/* インデント（左字下げ） */
.l-indent-1em {
	margin-left: 1.05em;
}
.l-indent-2em {
	margin-left: 2.1em;
}
/* インデント（右字下げ） */
.r-indent-1em {
	margin-right: 1.05em;
}
.r-indent-2em {
	margin-right: 2.1em;
}
/* インデント（左右字下げ）*/
.lr-indent-1em {
	margin-left: 1.05em;
	margin-right: 1.05em;
}
.lr-indent-2em {
	margin-left: 2.1em;
	margin-right: 2.1em;
}
/* インデント（左字上げ） */
.l-indent-u1em {
	margin-left: -1.05em;
}
.l-indent-u2em {
	margin-left: -2.1em;
}
/* インデント（右字上げ） */
.r-indent-u1em {
	margin-right: -1.05em;
}
.r-indent-u2em {
	margin-right: -2.1em;
}
/* インデント（左右字上げ）*/
.lr-indent-u1em {
	margin-left: -1.05em;
	margin-right: -1.05em;
}
.lr-indent-u2em {
	margin-left: -2.1em;
	margin-right: -2.1em;
}
/* 余白（左右5px） */
.lr-margin-5 {
	margin-left: 5px;
	margin-right: 5px;
}
/* テキスト表示 */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-top {
	vertical-align: top;
}
.text-middle {
	vertical-align: middle;
}
.text-bottom {
	vertical-align: bottom;
}
.text-uline {
	text-decoration: underline;
}
.text-bold {
	font-weight: bold;
}
.text-fsize11 {
	font-size: 11px;
}
.sp-text-center {
	text-align: center;
}
.sp-text-top {
	vertical-align: top;
}
.sp-text-middle {
	vertical-align: middle;
}
.sp-text-bottom {
	vertical-align: bottom;
}
.text-indent {
	width: 90%;
	margin: 0 auto;
}
.text-indent li {
	text-indent: -2em;
	padding-left: 1em;
	list-style-position: inside;
}
/* 強制改行 */
.text-force-lb {
	word-break: break-all;
}
/* リスト表示 */
.list-mark-star {
	list-style-image: url(/f/image/common/list-mark-star.png);
	padding-left: 1.6em;
}
.list-mark-star li {
	padding-left: 0;
	text-indent: 0;
	list-style-position: outside;
}
.list-mark-star .text-red {
	list-style-image: url(/f/image/common/list-mark-star-red.png);
	padding-left: 1.6em;
	color: #ff0000;
}
/* リストマーク（無し） */
.list-mark-non {
	padding-left: 1.6em;
	list-style: none;
}
/* リストマーク・インデント（無し） */
.list-mark-indent-non {
	list-style: none;
}
/* リストマークアルファベット（大文字） */
.list-mark-balp {
	list-style-type: upper-alpha;
	padding-left: 1.6em;
}
.list-mark-balp li {
}
/* リストマークアルファベット（小文字） */
.list-mark-salp {
	list-style-type: lower-alpha;
	padding-left: 1.6em;
}
.list-mark-salp li {
}
/* リストマークローマ数字（大文字） */
.list-mark-broman {
	list-style-type: upper-roman;
	padding-left: 1.6em;
}
.list-mark-broman li {
}
/* リストマークローマ数字（小文字） */
.list-mark-sroman {
	list-style-type: lower-roman;
	padding-left: 1.6em;
}
.list-mark-sroman li {
}
/* リストマークギリシャ数字（大文字） */
.list-mark-bgreek {
	list-style-type: upper-greek;
	padding-left: 1.6em;
}
.list-mark-bgreek li {
}
/* リストマークギリシャ数字（小文字） */
.list-mark-sgreek {
	list-style-type: lower-greek;
	padding-left: 1.6em;
}
.list-mark-sgreek li {
}
/* リストマーク数字 */
.list-mark-num {
	list-style-type: decimal;
	padding-left: 1.6em;
}
.list-mark-num li {
}
/* リストマーク黒丸 */
.list-mark-bcircle {
	list-style-type: disc;
	padding-left: 1.6em;
}
.list-mark-bcircle li {
}
/* リストマーク白丸 */
.list-mark-wcircle {
	list-style-type: circle;
	padding-left: 1.6em;
}
.list-mark-wcircle li {
}
/* リストマーク■ */
.list-mark-square {
	list-style-type: square;
	padding-left: 1.6em;
}
.list-mark-square li {
}
/* スマホ画像全幅表示 */
.sp-wide-img {
	max-width: 100%;
	height: auto;
}
.contents-wrapper {
	width: 100%;
}
.contents-block {
}
.contents-main-wrapper {
}
.contents-main-block {
}
.contents-banner-wrapper {
	padding-bottom: 20px;
}
.contents-banner-block {
}
/* テーブルデフォルト */
.common-table {
}
.common-table th {
	background-color: #eeeeee;
}
.common-table,
.common-table tr,
.common-table th,
.common-table td {
	border-color: #999999;
}
/* データ表示テーブル */
.tbl-data {
	width: 100%;
	background-color: #ffffff;
}
.tbl-data td {
	vertical-align: middle;
	text-align: right;
	border-color: #999999;
}
.tbl-data-text-center td,
td.tbl-data-text-center {
	text-align: center;
}
.tbl-data-caption-bg-color td,
td.tbl-data-caption-bg-color {
	background-color: #eeeeee;
	border-color: #999999;
}
/* データ表示テーブル2 */
.tbl-data2 {
	width: 100%;
	border-color: #999999;
	background-color: #ffffff;
}
.tbl-data2 th {
	background-color: #eeeeee;
	border-color: #999999;
}
.tbl-data2 td {
	border-color: #999999;
	width: 50%;
	vertical-align: middle;
}
/* データ表示テーブル3 */
.tbl-data3 {
	width: 100%;
	border-color: #999999;
	background-color: #eeeeee;
}
.tbl-data3 th {
	background-color: #eeeeee;
	border-color: #999999;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
.tbl-data3 td {
	border-color: #999999;
	vertical-align: top;
}
/* データ表示テーブル4 */
.tbl-data4 {
	width: 100%;
	border-color: #999999;
	background-color: #ffffff;
}
.tbl-data4 th {
	background-color: #eeeeee;
	border-color: #999999;
	vertical-align: top;
	text-align: left;
}
.tbl-data4 .tbl-col-width1 {
	white-space: nowrap;
}
.tbl-data4 .tbl-col-width2 {
	white-space: nowrap;
}
.tbl-data4 .tbl-col-width3 {
}
.tbl-data4 td {
	border-color: #999999;
	vertical-align: middle;
}
.tbl-data4 .text-center th {
	text-align: center;
}
/* データ表示テーブル5 */
.tbl-data5 {
	background-color: #ffffff;
}
.tbl-data5 talbe,
.tbl-data5 th,
.tbl-data5 td {
	border-color: #999999;
}
.tbl-data5 th {
	background-color: #eeeeee;
}
/* 備考欄テーブル */
.tbl-remarks {
	margin: 20px 0;
}
.tbl-remarks,
.tbl-remarks td {
	background: none;
}
/* リスト要素 */
.ul-link-btn2 {
}
.ul-link-btn2 li {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	text-align: center;
}
.ul-link-btn2 li:nth-child(2n+1) {
	float: left;
}
.ul-link-btn2 li:nth-child(2n) {
	float: right;
}
.ul-link-btn2 li a {
	background-color: #59b4cd;
}
.ul-link-btn2 li a:hover {
	background-color: #31859c;
}
.ul-link-btn2 li a,
.ul-link-btn2 li a:hover {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
/* フォーム要素 */
input [type="text"],
textarea,
select {
	padding: 7px;
}
input [type="submit"],
input [type="button"] {
	cursor: pointer;
}
.form-btn-block {
	margin-top: 20px;
	text-align: center;
}
.form-btn-block input[type="submit"],
.form-btn-block input[type="button"] {
	display: inline-block;
	margin: 0 5px;
}
/* カテゴリ背景色 */
/* カテゴリボックス */
.cate-block {
	color: #ffffff;
	padding: 2px 10px;
}
/* カテゴリポジション(default) */
.cate-position-def {
	position: absolute;
	top: 0;
	right: 0;
}
/* カテゴリポジション(リスト内) */
.cate-position-list {
	position: absolute;
	top: 20px;
	right: 2%;
}
/* カテゴリ：調査・レポート */
.cate-report {
}
/* カテゴリ：各種統計 */
.cate-info {
}
/* カテゴリ：統計情報 */
.cate-statistics {
}
/* カテゴリ：発行物 */
.cate-issue {
}

/* カテゴリ：統計情報 */
.cate-statistics-icon{
	width:50px;
}
/* カテゴリ：発行物 */
.cate-issue-icon{
	width:50px;
}
/* カテゴリ：その他 */
.cate-other-icon{
	width:50px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 * ヘッダ   +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header-wrapper {
}
.header-block {
}
.logo-wrapper {
	width: 70%;
	margin-left: 2%;
	margin-top: 1%;
}
.logo-wrapper img {
	max-width: 100%;
	height: auto;
}
/* ドロップダウンメニュー */
.drop-down-menu-area {
}
.drop-down-menu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
	width: 100%;
}

/* reset img width */
.drop-down-menu-wrapper img {
  width: initial;
}

.drop-down-menu-block {
}
.drop-down-search-form-wrapper {
	background-color: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
}
.drop-down-link-block {
	background-color: rgba(23, 55, 94, 0.95);
}
.drop-down-menu-blank {
	background-color: rgba(200, 200, 200, 0.95);
	height: 300px;
}
/* 検索フォーム */
.search-form {
	width: 84%;
	border: 1px solid #262626;
	margin: 0 auto;
	background-color: #fafafa;
}
.search-form input[type="search"] {
	padding: 5px 0 5px 10px;
	margin-left: 1%;
	width: 80%;
	border: none;
	font-size: 16px;
}
.search-form input[type="image"] {
	margin-right: 3%;
	float: right;
	margin-top: 1%;
}
.drop-down-menu-block p {
	text-align: center;
	border-top: solid 1px #cccccc;
	margin: 0;
}
.drop-down-menu-block a,
.drop-down-menu-block a:hover {
	color: #ffffff;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 15px 0;
}
.drop-down-menu-block .last-menu {
	border-bottom: solid 1px #cccccc;
}
.drop-down-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 16%;
	margin-right: 2%;
}
.drop-down-menu-btn img {
	width: 100%;
	height: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 * フッタ   +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer-wrapper {
	background-color: #17375e;
	text-align: center;
	color: #333333;
	width: 100%;
}
.footer-blcok {
}
.copyright {
	color: #ffffff;
	margin: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *                    +++++++++++++++++++++++++++++++++++++++++++
 * トップスライダー   +++++++++++++++++++++++++++++++++++++++++++
 *                    +++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
   スライダーのスタイルを記述
 */
.wideslider-wrapper {
	position: relative;
}
.widslider-loader {
	position: absolute;
	top: 35px;
	left: 45%;
}
.wideslider-1img {
	width: 100%;
	margin: 0;
}
.wideslider-1img img {
	width: 100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *              +++++++++++++++++++++++++++++++++++++++++++++++++
 * コンテンツ   +++++++++++++++++++++++++++++++++++++++++++++++++
 *              +++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 * トップ
 ****************************************************************/
/* 水平ライン */
.sp-top-horizon-line {
	height: 0;
	border-bottom: solid 1px #606060;
	padding-top: 10px;
	margin-bottom: 40px;
}
.top-slider {
}
/* グローバルナビゲーション */
.gnav-wrapper {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gnav-block {
	padding-bottom: 5px;
}
.gnav-left-block {
	text-align: center;
	width: 49%;
	float: left;
	margin-bottom: 5px;
}
.gnav-right-block {
	text-align: center;
	width: 49%;
	float: right;
	margin-bottom: 5px;
}
.gnav-block a,
.gnav-block a:hover {
	background-color: #17375e;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.unlink {
	background-color: #e0e0e0 !important;
	padding: 10px 0;
	color: #ffffff;
}
/* tab切り替え（プレスリリース・新着情報） */
.tab-contents-disnon {
	display: none !important;
}
.tab-switcher-block {
	width: 100%;
}
.tab-switcher-block li {
	text-align: center;
	width: 50%;
	color: #000000;
	background-color: #bfbfbf;
	padding: 10px 0;
	margin: 0;
}
.tab-switcher-block li:first-child {
	float: left;
}
.tab-switcher-block li:last-child {
	float: right;
}
.tab-switcher-block li:hover {
	cursor: pointer;
}
.tab-switcher-block li.tab-switcher-selected {
	cursor: auto;
	background-color: #17375e;
	color: #ffffff;
}
/* プレスリリース */
.top-press-release-block {
	margin-bottom: 20px;
}
.top-main-contents-more {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
}
.top-main-contents-more img {
	width: 50px;
}
.top-main-contents-more a,
.top-main-contents-more a:hover {
	display: block;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.top-press-release-tbl {
	width: 100%;
}
.top-press-release-tbl,
.top-press-release-tbl td {
	border-top: none;
	border-right: none;
	border-left:none;
}
.top-press-release-tbl td {
	padding: 10px;
}
.top-press-release-icon {
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.top-press-release-icon img {
	max-width: 60px;
	width: auto;
	height: auto;
	max-height: 40px;
}
.top-press-release-date {
	font-weight: bold;
	margin: 0;
}
.top-press-release-title {
}
/* 新着情報 */
.top-news-block {
	max-height: 780px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}
.top-news-tbl {
	width: 100%;
}
.top-news-tbl td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #999999;
	padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.top-news-category {
	float: right;
	margin-right: 3%;
	margin-top: -10px;
	margin-bottom: 0;
}
.top-news-date {
	font-weight: bold;
	margin-bottom: 0;
}
.top-news-title {
	margin-top: -10px;
}
/* コンテンツタイトル */
.top-main-contents-title-wrapper {
	background-color: #17375e;
	margin-bottom: 20px;
}
.top-main-contents-title {
	color: #ffffff;
    font-size: 120%;
    padding: 10px 0;
    text-align: center;
	font-weight: normal;
}
/* バナー */
.top-banner-wrapper {
	margin-bottom: 10px;
}
.top-banner-block {
}
/* バナーリスト1 */
.top-banner1 {
}
.top-banner1 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 60px;
}
.top-banner1 li:nth-child(2n) {
	margin-right: 0;
}
.top-banner1 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
/* バナーリスト2 */
.top-banner2 {
}
.top-banner2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	text-align: center;
	line-height: 60px;
	margin-bottom: 10px;
}
.top-banner2 li:nth-child(2n) {
	margin-right: 0;
}
.top-banner2 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
/* バナー2 */
.top-banner2-wrapper {
}
/* スライダー */
.bxslider-wrapper {
	margin-bottom: 20px;
}
/* 並列 */
.top-banner2-block {
	margin-bottom: 20px;
}
.top-banner2-left-block {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 48%;
}
.top-banner2-right-block {
	float: right;
	margin: 0;
	padding-bottom: 10px;
	width: 48%;
}
.top-banner2-left-block img,
.top-banner2-right-block img {
	width: 100%;
	height: auto;
}
/* english site */
.en-top-about-riaj {
	padding: 10px;
}
.en-top-about-riaj p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.drop-cap {
	float: left;
	font-size: 350%;
	line-height: 54px;
	width: 49px;
	padding-left: 5px;
}
/*
 * 一般(共通)
 ****************************************************************/
.contents-title-wrapper {
	background-color: #17375e;
	margin-bottom: 20px;
}
.contents-title-wrapper h1 {
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.contents-title-wrapper p {
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	font-size: 120%;
}
.contents-data-caption-wrapper {
	background-color: #404040;
	color: #ffffff;
	padding: 5px 0 5px 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.contents-data-caption-wrapper p {
	margin: 0;
}
.contents-data-caption-child1-wrapper {
	font-weight: bold;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents-data-caption-child1-wrapper p {
	margin: 0;
}
.contents-data-wrapper {
	margin-bottom: 30px;
}
.contents-data-block {
	margin-left: 2%;
	margin-right: 2%;
}
/* プレスリリースのみ適用 */
.contents-data-title {
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
}
.contents-data-sub-title {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
}
ul.head-btn-icon {
	text-align: right;
	margin-bottom: 5px;
}
ul.head-btn-icon li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 30px;
	vertical-align: middle;
}
ul.head-btn-icon li:last-child {
	display: block;
	margin: 0;
}
.sns-gplus-one div {
	line-height: 20px !important;
}
/* プレスリリースのみ適用 */
.contents-data-txt-right {
	text-align: right;
}
.contents-data-img-wrapper {
	margin-top: 20px;
}
/* 複数列表示 画像 */
.image img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/* 1列表示 */
ul.contents-data-1img-block {
}
ul.contents-data-1img-block li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
/* 2列表示 */
ul.contents-data-2img-block {
}
ul.contents-data-2img-block li {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	text-align: center;
}
ul.contents-data-2img-block li:nth-child(2n) {
	float: right;
}
/* 3列表示 */
ul.contents-data-3img-block {
}
ul.contents-data-3img-block li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}
ul.contents-data-3img-block li:nth-child(3n) {
	float: right;
	margin-right: 0;
}
/* 4列表示 */
ul.contents-data-4img-block {
}
ul.contents-data-4img-block li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}
ul.contents-data-4img-block li:nth-child(4n) {
	float: right;
	margin-right: 0;
}
/* 5列表示 */
ul.contents-data-5img-block {
}
ul.contents-data-5img-block li {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}
ul.contents-data-5img-block li:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.contents-data-cooperation-wrapper {
	margin-bottom: 30px;
}
.contents-data-cooperation-block {
}
.contents-data-cooperation-block img {
	width: 100%;
	height: auto;
}
/* データ選択フォーム */
.contents-select-data-wrapper {
	margin-bottom: 10px;
}
.contents-select-data-block {
}
.contents-select-data-form {
	padding-left: 5%;
}
.contents-select-data-form select {
}
/* リスト */
.contents-list-wrapper {
	margin-bottom: 30px;
}
.contents-list-block {
}
.contents-list-tbl {
	width: 100%;
	background: none;
}
.contents-list-tbl td {
	padding: 5% 2% 3% 5%;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #acacac;
	border-left: none;
	vertical-align: top;
	background: none;
}
td.list-tbl-img {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.list-tbl-img img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 40px;
}
.list-tbl-txt {
	clear: both;
}
.list-tbl-date {
	font-weight: bold;
	margin: 0;
}
.list-tbl-icon img {
	width: auto;
	float: right;
	margin-top: -5px;
}
/* バナー画像 */
.banner {
}
.banner img {
	width: 100%;
	height: auto;
}
/* タブ表示デザイン（タブカラー無し） */
.tab-wrapper-design1 {
	margin: 30px 2% 0 2%;
}
.tab-block-design1 {
}
.tab-block-design1 li {
	display: inline;
	color: #31859c;
}
.tab-block-design1 .tab-selected {
	color: #666666;
}
.tab-block-design1 .tab-selected:hover {
	cursor: default;
}
/* タブ表示デザイン（タブカラー有1） */
.tab-wrapper-design2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.tab-block-design2 {
}
.tab-block-design2 li,
.tab-block-design2 td {
	color: #ffffff;
	background-color: #999999;
	text-align: center;
	padding: 10px 0;
}
.tab-block-design2 li:hover,
.tab-block-design2 td:hover {
	background-color: #17375e;
}
td.tab-block-design2-bg-revers {
	background-color: #999999;
}
td.tab-block-design2-bg-revers:hover {
	background-color: #17375e;
}
.tab-block-design2 li:hover,
.tab-block-design2 td:hover {
	background-color: #999999;
	cursor: pointer;
	text-decoration: underline;
}
.tab-block-design2 .tab-selected {
	background-color: #17375e;
}
.tab-block-design2 .tab-selected:hover {
	background-color: #17375e;
	cursor: default;
	text-decoration: none;
}
.tab-block-design2 .clear-float {
	height: 0;
	margin: 0;
}
/* タブ表示デザイン（タブ数 2） */
.tab-block-design2 .sp-tab-2block-left {
	float: left;
	width: 49.5%;
	margin-bottom: 5px;
}
.tab-block-design2 .sp-tab-2block-right {
	float: right;
	width: 49.5%;
	margin-bottom: 5px;
}
/* タブ表示デザイン（タブ数 3）*/
.tab-block-design2 .sp-tab-3block-left {
	float: left;
	width: 33.3%;
}
.tab-block-design2 .sp-tab-3block-center {
	float: left;
	width: 33.3%;
}
.tab-block-design2 .sp-tab-3block-right {
	float: right;
	width: 33.4%;
}
/* タブ表示デザイン（table タブ2カラム）*/
.tab-tbl-2col {
	width: 100%;
}
.tab-tbl-2col,
.tab-tbl-2col td {
	border: none;
	vertical-align: middle;
	text-align: center;
}
.tab-tbl-2col td {
	width: 48%;
	padding: 5px 1%;
	border-right: solid 5px #fafafa;
	border-bottom: solid 5px #fafafa;
}
.tab-tbl-2col td:nth-child(2n) {
	border-right: none;
}
/* タブ高固定 */
.tab-fix-h60 td {
	height: 60px;
}
.tab-contents-wrapper {
}
.tab-contents-block {
}
.tab-contents-block p {
	margin-left: 2%;
	margin-right: 2%;
}
.tab-contents-block img {
	width: 100%;
	height: auto;
}
/* テーブルデザイン */
.contents-data-tbl {
	width: 100%;
	background-color: #ffffff;
}
/* センタリング(default) */
.contents-data-tbl td {
	text-align: center;
	padding: 5px;
	border: solid 1px #999999;
	vertical-align: middle;
}
/* 左寄せ */
.tbl-left-position td {
	text-align: left;
	padding-left: 10px;
}
.contents-data-tbl td.tbl-left-position {
	text-align: left;
}
/* 自動改行無し */
.tbl-not-line-feed {
	white-space: nowrap;
}
/* 列幅固定 */
.sp-tbl-width-fix40 {
	width: 40%;
}
.sp-tbl-width-fix15 {
	width: 15%;
}
.contents-data-tbl-caption {
	background-color: #eeeeee;
}
/* 画像キャプション */
.img-caption {
}
.img-caption-bg-black {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}
/* リンクリストボタンデザイン */
.contents-link-menu-block {
	margin-bottom: 20px;
}
.contents-link-menu-block li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.contents-link-menu-block li:nth-child(2n) {
	float: right;
	width: 49%;
	margin-bottom: 10px;
}
.contents-link-menu-block li a {
	display: block;
	padding: 15px 0;
	color: #ffffff;
	text-decoration: none;
}
.contents-link-menu-block li a:hover {
	text-decoration: underline;
}
.link-menu-color1 li {
	background-color: #999999;
	color: #ffffff;
}
.link-menu-color2 li {
	background-color: #999999;
	color: #ffffff;
}
.link-menu-color1 li:hover {
	background-color: #999999;
}
.link-menu-color2 li:hover {
	background-color: #999999;
}
.contents-link-menu-block p {
	text-align: center;
	letter-spacing: normal;
}
/* コンテンツ内レイアウト(2カラム) */
.sp-contents-2col-left {
	float: left;
	width: 49%;
}
.sp-contents-2col-right {
	float: right;
	width: 49%;
}
/* リスト リンク */
.list-link {
	background-image: url(/f/image/common/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}
/* pdf リンク */
.pdf-link {
	background-image: url(/f/image/common/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *            +++++++++++++++++++++++++++++++++++++++++++++++++++
 * 個別定義   +++++++++++++++++++++++++++++++++++++++++++++++++++
 *            +++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 * 知っておきたいエルマーク
 ****************************************************************/
/* 縦・横フォントサイズ切り替え */
/* 横向き */
/*
@media only screen and (orientation:landscape) {
	.lmark-block p,
	.lmark-block td {
		font-size: 12px;
		line-height: 14px;
	}
	.lmark-btn-block p {
		font-size: 7px;
		line-height: 9px;
	}
}
*/
/* 縦向き */
/*
@media only screen and (orientation:portrait) {
	.lmark-block p,
	.lmark-block td {
		font-size: 8px;
		line-height: 9px;
	}
	.lmark-btn-block p {
		font-size: 5px;
		line-height: 6px;
	}
}
*/
.lmark-block {
	background-color: #ffffff;
	padding-bottom: 30px;
}
.lmark-block p {
	margin: 0;
}
.lmark-block img {
	max-width: 100%;
	height: auto;
}
.lmark-header-block {
	position: relative;
}
.lmark-header {
}
.lmark-header-btn {
	position: absolute;
	top: 24%;
	right: 1%;
	width: 20%;
}
.lmark-menu-block {
	width: 100%;
	position: relative;
}
.lmark-menu-bg {
}
.lmark-menu-bg img {
	width: 100%;
	height: auto;
}
.lmark-menu1,
.lmark-menu2,
.lmark-menu3,
.lmark-menu4 {
	position: absolute;
}
.lmark-menu1 img,
.lmark-menu2 img,
.lmark-menu3 img,
.lmark-menu4 img,
.lmark-character img {
	width: 100%;
	height: auto;
}
.lmark-menu1 a,
.lmark-menu2 a,
.lmark-menu3 a,
.lmark-menu4 a {
	display: block;
}
.lmark-menu1 {
	top: 1%;
	left: 0;
	width: 35%;
}
.lmark-menu2 {
	top: 0;
	right: 0;
	width: 35%;
}
.lmark-menu3 {
	bottom: 13%;
	left: 0px;
	width: 35%;
}
.lmark-menu4 {
	bottom: 23%;
	right: 0px;
	width: 37%;
}
.lmark-character {
	position: absolute;
	right: 4%;
	bottom: 0;
	width: 63%;
}
.lmark-cont1-block {
	margin-top: 30px;
}
.lmark-cont1-block li {
	display: inline-block;
}
.lmark-cont1-left {
	float: left;
	width: 22.8%;
}
.lmark-cont1-center {
	float: left;
	width: 56.4%;
}
.lmark-cont1-right {
	float: right;
	width: 20.8%;
}
.lmark-img-text-block1 {
	margin-top: 25px;
}
.lmark-img-text1 {
	float: left;
	width: 40%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.lmark-btn-block {
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.lmark-btn-block p {
	color: #ffffff;
}
.lmark-btn-block a {
	color: #ffffff;
	text-decoration: underline;
}
.lmark-btn-block a:hover {
	color: #ffffff;
	text-decoration: none;
}
.lmark-btn-left {
	position: absolute;
	top: 30%;
	left: 3%;
	width: 20%;
}
.lmark-btn-left img {
	width: 100%;
	height: auto;
}
.lmark-btn-right1 {
	position: absolute;
	width: 74%;
	top: 16%;
	right: 0;
}
.lmark-btn-right2 {
	position: absolute;
	width: 74%;
	top: 25%;
	right: 0;
}
.lmark-cont2-block {
}
.lmark-cont2-left {
	float: left;
	width: 22.7%;
}
.lmark-cont2-center {
	float: left;
	width: 51.9%;
}
.lmark-cont2-right {
	float: right;
	width: 25.4%;
}
p.lmark-text {
	margin-top: 20px;
}
.lmark-tbl1 {
	width: 100%;
	margin-top: 20px;
}
.lmark-tbl1,
.lmark-tbl1 td {
	padding: 0;
	border: none;
}
.lmark-tbl1 td:last-child {
	width: 25%;
	vertical-align: top;
}
.lmark-tbl1 td img {
	width: 100%;
	height: auto;
}
.lmark-img-text-block2 {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.lmark-img-text2 {
	float: left;
	width: 8%;
	padding-right: 3%;
	padding-bottom: 3%;
}
.lmark-text2 {
}

.lmark-sp-main {
}

.lmark-sp-image {
}

.lmark-sp-image-left {
  width: 22%;
  float: left;
  margin-top: -20px;
}

.lmark-sp-image-right {
  width: 22%;
  float: right;
  margin-top: -5px;
}

.lmark-sp-image-mark {
  width: 15%;
  float: left;
  padding: 0.25em 2px 0 2px;
}

.lmark-sp-image-mark2 {
  width: 15%;
  float: right;
  padding: 0.25em 2px 0 2px;
}

.lmark-sp-title {
  background-color: #E75100;
  color: #FFFFFF;
  margin: 1em 0 10px 0;
  padding: 2px 8% 2px 21%;
}

.lmark-sp-text {
  padding: 2px;
  width: 50%;
  margin: 0 auto;
}

.lmark-sp-note {
  background-color: #F39800;
  color: #FFFFFF;
  margin: 0.5em 0;
}

.lmark-sp-note-button {
  display: inline-block;
  background-color: #FFFFFF;
  color: #EC5800;
  margin: 4px;
  padding: 4px;
  text-align: center;
}

.lmark-sp-note-button a {
  color: #EC5800;
}

.lmark-sp-note-text {
  margin: 2px;
}

.lmark-sp-note-text a {
  text-decoration: underline;
  color: #FFFFFF;
}

/*
 * THE RECORD
 ****************************************************************/
.the-record-date {
	text-align: center;
	font-weight: bold;
}
.the-record-img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.the-record-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.the-record-info {
}
/*
 * お問い合わせ
 ****************************************************************/
.form-inquiry {
}
.form-inquiry input[type="text"],
.form-inquiry textarea {
	width: 90%;
}
.form-inquiry select {
	max-width: 90%;
}
.form-inquiry textarea {
	height: 90%;
	resize: none;
}
.form-inquiry .op-long {
	width: 90%;
}
.form-inquiry label {
	display: block;
}
.form-inquiry .form-radio label {
	display: inline;
}
.form-inquiry ul{
	width: 100%;
}
.form-inquiry li {
	padding: 2%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
}
.form-inquiry li:nth-child(2n+1) {
	width: 96%;
	float: left;
	background-color: #cccccc;
}
.form-inquiry li:nth-child(2n) {
	width: 96%;
	float: left;
}
.form-inquiry li.li-last {
	border-bottom: 1px solid #999999;
}
.form-inquiry .input-2col input {
	width: 37.5%;
}
.form-inquiry .input-3col input {
	width: 20.5%;
}
.errorMessage p {
	margin-left: 0;
}
ul.errorMessage {
	margin-bottom: 10px;
}
ul.errorMessage li,
ul.errorMessage li:nth-child(2n+1),
ul.errorMessage li:nth-child(2n) {
	background: none;
	border: none;
	height: auto;
	width: 100%;
	padding: 0px;
	float: none;
}
.input-error {
	background-color: #ffe5e9 !important;
}
/* 確認ページ */
.inquiry-confirm {
}
.inquiry-confirm li {
	height: 25px;
}
.inquiry-confirm .li-h200 {
	height: auto;
}


.copyright-menu-holder {
  width: 350px;
}

.copyright-menu-wrapper-1,
.copyright-menu-wrapper-4,
.copyright-menu-wrapper-5,
.copyright-menu-wrapper-8 {
  background-color: #BDE5EB;
}

.copyright-menu-wrapper-2,
.copyright-menu-wrapper-3,
.copyright-menu-wrapper-6,
.copyright-menu-wrapper-7 {
  background-color: #EDF6F8;
}
/* illegalテーブル1 */
.tbl-illegal1 {
}
.tbl-illegal1 > tbody > tr > td {
    vertical-align: top;
}
.tbl-illegal1 > tbody > tr > td:nth-child(1) {
    background-color: #eeeeee;
    text-align: center;
    width: 15%;
}
/* illegalテーブル2 */
.tbl-illegal2 {
}
.tbl-illegal2-align-left {
    text-align: left;
}
.tbl-illegal2 > tbody > tr > td {
    vertical-align: top;
}
.tbl-illegal2 > tbody > tr > td[rowspan] {
    background-color: #eeeeee;
    width: 25%;
}
.tbl-illegal2 > tbody > tr > td:not(.tbl-illegal2-align-left):last-child {
    text-align: right;
    width: 25%;
}
.tbl-illegal2-margin-text {
    padding-left: 2em;
} 

.wideslider img.rollover {
  width: initial;
}

table.copyright-menu-list {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}
.copyright-top-holder {
	background-image: none !important;
}
.copyright-menu-list .copyright-menu-list-item-1 {
  width: 49%;
  height: 80px;
  margin: 1px;
  border: 0;
  padding: 0;
  background-image: url(/f/image/common/bg-menu-btn-thick.png);
  background-repeat: repeat;
  text-align: center;
  vertical-align: center;
}
.copyright-menu-list .copyright-menu-list-item-1:hover {
  background-image: url(/f/image/common/bg-menu-btn-thick-on.png);
  background-repeat: repeat;
}
.copyright-menu-list .copyright-menu-list-item-2 {
  width: 49%;
  height: 80px;
  margin: 1px;
  border: 0;
  padding: 0;
  background-image: url(/f/image/common/bg-menu-btn-thin.png);
  background-repeat: repeat;
  text-align: center;
  vertical-align: center;
}
.copyright-menu-list .copyright-menu-list-item-2:hover {
  background-image: url(/f/image/common/bg-menu-btn-thin-on.png);
  background-repeat: repeat;
}

.qa-icon {
  width: 50px;
  height: 24px;
  max-width: 50px;
}
/*
 * 音楽CDができるまで
 ****************************************************************/
ul.makingcd-list {
}
.makingcd-list li {
	vertical-align: top;
	list-style: none;
	display: block;
}
.makingcd-list li:first-child {
	padding-left: 3%;
	padding-bottom: 5px;
}
.makingcd-list li:last-child {
	text-align: center;
	padding-bottom: 20px;
}
/*
 * レコード産業界の歴史
 ****************************************************************/
.list-chronicle {
	margin-bottom: 1px;
}
.list-chronicle li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
/* ヘッダ行 */
.list-chronicle-head {
	color: #ffffff !important;
	background-color: #90704f !important;
	padding: 3px 2% !important;
	width: 16% !important;
}
/* 奇数行 */
.chronicle-odd-row {
}
.chronicle-odd-row li {
	width: 49%;
	padding: 3px 2%;
}
.chronicle-odd-row li {
	background-color: #ffffff;
	color: #000000;
}
.chronicle-odd-row li:nth-child(1) {
	font-family: 'Verdana';
	background-color: #e3e3e3;
	width: 21%;
}
/* 偶数行 */
.chronicle-even-row {
}
.chronicle-even-row li {
	padding: 3px 2%;
	width: 49%;
}
.chronicle-even-row li {
	background-color: #eeebe0;
	color: #000000;
}
.chronicle-even-row li:nth-child(1) {
	font-family: 'Verdana';
	background-color: #d4cab2;
	width: 21%;
}
/*
 * 検索結果（Yahoo）
 ****************************************************************/
#wrapper {
	width: 100% !important;
}

.sitemap-clear {
  width: 100%;
  height: 0.5em;
  margin: 0 0 0.5em 0;
}

.sitemap-border {
}

.sitemap-space {
  height: 0.5em;
  margin: 0 0 0.5em 0;
}
/*
 * リッチテキストエディタ
 ****************************************************************/
.contents-data-body img {
	max-width: 100%;
	height: auto !important;
}
}
