@charset "utf-8";
/* CSS Document */
/****************************************************************
 *               ************************************************
 *               ************************************************
 * 幅641px以上   ************************************************
 *               ************************************************
 *               ************************************************
 ****************************************************************/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *                +++++++++++++++++++++++++++++++++++++++++++++++
 * 全ページ共通   +++++++++++++++++++++++++++++++++++++++++++++++
 *                +++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print, screen and (min-width: 641px) {
/* PC非表示 */
.pc-disnon {
	display: none !important;
}
/* 水平ライン */
.horizon-line {
	height: 0;
	border-bottom: solid 1px #606060;
	margin-bottom: 15px;
	padding-top: 15px;
}
/* インデント（左字下げ） */
.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;
}
/* テキスト表示 */
.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-fsize-s {
	font-size: 10px;
}
.text-fsize-aj {
    font-size: 65%;
}
.text-bold {
	font-weight: bold;
}
/* 強制改行 */
.text-force-lb {
	word-break: break-all;
}
/* テキストボタン */
.btn-text-color1 {
	text-align: center;
}
.btn-text-color1 a,
.btn-text-color1 a:hover {
	display: block;
	background-color: #10253f;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
}
.btn-text-color2 {
	text-align: center;
}
.btn-text-color2 a,
.btn-text-color2 a:hover {
	display: block;
	background-color: #558ed5;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
}
.text-indent {
	width: 90%;
	margin: 0 auto;
}
.text-indent li {
	text-indent: -2em;
	padding-left: 1em;
}
/* リスト表示 */
.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-mark-star .text-red {
	list-style-image: url(/f/image/common/list-mark-star-red.png);
	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 {
}
/* コンテンツ要素 */
.contents-wrapper {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.contents-block {
	width: 980px;
	margin: 0 auto;
}
.contents-main-wrapper {
	float: left;
	width: 750px;
}

.contents-main-wrapper-no-banner {
	float: left;
	width: 980px;
}
.contents-main-block {
}
/* パンくずリスト */
.breadcrumb-list-wrapper {
}
.breadcrumb-list-block {
}
.contents-banner-wrapper {
	float: right;
	width: 200px;
	padding-bottom: 50px;
}
.contents-banner-block {
}
/* テーブル要素 */
/* リンクボタン配置テーブル */
.tbl-link-btn,
.tbl-link-btn td {
	border: none;
	padding: 0px;
}
.tbl-link-btn {
	text-align: center;
	width: 100%;
}
.tbl-link-btn td {
	vertical-align: middle;
	width: 180px;
}
.tbl-link-btn a,
.tbl-link-btn a:hover {
	padding: 15px 20px;
	color: #ffffff;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.tbl-link-btn-right {
}
.tbl-link-btn-right a {
	margin-right: 0 !important;
}
.tbl-link-btn-bg-color a {
	background-color: #59b4cd;
}
.tbl-link-btn-bg-color a:hover {
	background-color: #31859c;
}
/* テーブルデフォルト */
.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;
	border-color: #999999;
}
.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: #ffffff;
}
.tbl-data3 th {
	background-color: #eeeeee;
	border-color: #999999;
	vertical-align: top;
	text-align: left;
	width: 15%;
}
.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 {
	width: 160px;
}
.tbl-data4 .tbl-col-width2 {
	width: 170px;
}
.tbl-data4 td {
	background-color: #ffffff;
	border-color: #999999;
	vertical-align: top;
}
.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 {
	border: none;
	background: none;
}
.tbl-remarks td {
	vertical-align: top;
}
/* フォーム要素 */
input [type="text"],
textarea,
select {
	padding: 6px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	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 {
	padding: 2px 10px;
	color: #ffffff;
}
/* カテゴリポジション(default) */
.cate-position-def {
	position: absolute;
	top: 0;
	right: 0;
}
/* カテゴリポジション(リスト内) */
.cate-position-list {
	position: absolute;
	top: 20px;
	right: 0;
}
/* カテゴリ：調査・レポート */
.cate-report {
}
/* カテゴリ：各種統計 */
.cate-info {
}
/* カテゴリ：統計情報 */
.cate-statistics {
}
/* カテゴリ：発行物 */
.cate-issue {
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 * ヘッダ   +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header-wrapper {
	width: 1100px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}
.header-block {
	width: 980px;
	margin: 0 auto;
}
/* ロゴ */
.logo-wrapper {
	float: left;
	margin-top: 1px;
}
/* 検索フォーム */
.search-wrapper {
	float: right;
	margin-top: 40px;
}
.search-form {
	background-color: #ffffff;
	border: solid 1px #000000;
	line-height: 26px;
	padding-left: 10px;
	/*border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}
.search-form input[type="search"] {
	outline: none;
	width: 180px;
	padding: 0px 10px 0px 0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;　/* Firefox用 */
	-webkit-box-shadow: none;　/* Safari,Google Chrome用 */
	background-repeat: no-repeat;
}
.search-form input[type="image"] {
	outline: none;
	padding: 2px 10px 0 0;
	border: none;
	vertical-align: top;
	height: 26px;
}

/* フォントサイズ・言語選択 */
#switch-text-block {
	float: left;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 90px;
}
/* フォントサイズ切り替えメニュー--------------------------------*/
#fontSizeSwitch {
	float: left;
}
ul#fontSizeMenu {
	float:left;
	position: relative;
	width: 80px;
	height: 30px;
}
ul#fontSizeMenu li {
	display: inline-block;
}
ul#fontSizeMenu li a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	top: 0;
	text-indent: -9999em;
}
/*通常*/
ul#fontSizeMenu li#fontSizeS a {
	background-image: url(/image/open/cms_screens/common/fontsize/en/s1.jpg);
    left: 0;
}
ul#fontSizeMenu li#fontSizeM a {
    background-image: url(/image/open/cms_screens/common/fontsize/en/m1.jpg);
    left: 35px;
}
ul#fontSizeMenu li#fontSizeL a {
    background-image: url(/image/open/cms_screens/common/fontsize/en/l1.jpg);
    left: 70px;
}
ul#fontSizeMenu li#fontSizeSj a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/s1.jpg);
    left: 0;
}
ul#fontSizeMenu li#fontSizeMj a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/m1.jpg);
    left: 35px;
}
ul#fontSizeMenu li#fontSizeLj a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/l1.jpg);
    left: 70px;
}
/*選択中のフォントサイズ*/
ul#fontSizeMenu li#fontSizeS.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/en/s2.jpg);
}
ul#fontSizeMenu li#fontSizeM.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/en/m2.jpg);
}
ul#fontSizeMenu li#fontSizeL.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/en/l2.jpg);
}
ul#fontSizeMenu li#fontSizeSj.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/s2.jpg);
}
ul#fontSizeMenu li#fontSizeMj.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/m2.jpg);
}
ul#fontSizeMenu li#fontSizeLj.current a {
    background-image: url(/image/open/cms_screens/common/fontsize/ja/l2.jpg);
}
/* 言語切り替えメニュー--------------------------------*/
#switch-lang-block {
	float: right;
	margin-left: 30px;
	height: 30px;
}
#switch-lang-block img {
	vertical-align: top;
}
/* グローバルナビゲーション--------------------------------*/
.gnav-wrapper {
}
.gnav-block {
	overflow: hidden;
}
.gnav-block li {
	display: table-cell;
	line-height: 32px;
	width: 226px;
	padding-left: 15px;
	border-left: solid 3px #cccccc;
}
.gnav-block > li:last-child {
	height: 32px;
	width: 228px;
	padding-left: 15px;
}
.gnav-block li > a {
	text-decoration: none;
	display: block;
	height: 100%;
	color: #000000;
}
.gnav-block li:hover {
	background-color: rgba(23, 55, 94, 1);
}
.unlink {
	background-color: #e0e0e0 !important;
	color: #ffffff;
}
/* ドロップダウンメニュー（グローバルメニュー） */
ul.gnav-block li {
	position: relative;
}
ul.gnav-child {
	display: none;
	position: absolute;
	margin-left: -15px;
	padding: 0;
	z-index: 9;
}
ul.gnav-child li {
	width: 216px;
	display: block;
	border: none;
	background-color: rgba(23, 55, 94, 0.85);
	position: relative;
	line-height: 1.3em;
	color: #ffffff;
	padding: 5px 10px 8px 15px;
}
ul.gnav-child li:hover {
	background-color: rgba(28, 102, 175, 0.85);
}
ul.gnav-child li  a {
	display: block;
	color: #ffffff !important;
}
ul.gnav-child-g1 {
	display: none;
	position: absolute;
	left: 241px;
	padding: 0;
	z-index: 10;
	top: 0;
}
ul.gnav-child-g1 li {
	display: block;
	border: none;
	line-height: 1.3em;
}
ul.gnav-child-g1 li a {
	display: block;
	color: #ffffff;
}
/* グローバルナビ右側 */
ul.gnav-child-g1-slide-L {
	display: none;
	position: absolute;
	left: -241px;
	padding: 0;
	z-index: 10;
	top: 0;
}
ul.gnav-child-g1-slide-L li {
	display: block;
	border: none;
	line-height: 1.3em;
}
ul.gnav-child-g1-slide-L li a {
	display: block;
	color: #ffffff;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 * フッタ   +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *          +++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer-wrapper {
	background-color: #17375e;
	padding-top: 13px;
	min-width: 1100px;
}
.footer-block {
	width: 1040px;
	margin: 0 auto;
	color: #ffffff;
}
.footer-block a,
.footer-block a:hover {
	color: #ffffff;
}
.footer-link-block {
	float: left;
}
.copyright {
	float: right;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *                    +++++++++++++++++++++++++++++++++++++++++++
 * トップスライダー   +++++++++++++++++++++++++++++++++++++++++++
 *                    +++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
   スライダーのスタイルを記述
 */
.wideslider-wrapper {
	position: relative;
	padding-bottom: 30px;
	min-width: 1100px;
}
.widslider-loader {
	position: absolute;
	top: 134px;
	left: 49%;
	z-index: 1;
}
.wideslider-1img {
	width: 980px;
	margin: 0 auto;
	padding: 0 30px;
}
.wideslider-1img img {
	width: 100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *              +++++++++++++++++++++++++++++++++++++++++++++++++
 * コンテンツ   +++++++++++++++++++++++++++++++++++++++++++++++++
 *              +++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 * トップ
 ****************************************************************/
/* 水平ライン */
.top-horizon-line {
	height: 0;
	border-bottom: solid 1px #606060;
	padding-top: 30px;
	margin-bottom: 30px;
}
/* メインコンテンツタイトル */
.top-main-contents-title-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.top-main-contents-title {
	font-size: 150%;
	font-weight: normal;
	padding: 2px 0 0 10px;
	color: #000000;
	border-left: solid 4px #606060;
}
.top-main-contents-more {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
.top-main-contents-more a,
.top-main-contents-more a:hover {
	display: inline-block;
}
/* プレスリリース */
.top-press-release-wrapper {
	float: left;
	margin-bottom: 50px;
	width: 638px;
}
.top-press-release-block {
	background-color: #ffffff;
}
.top-press-release-tbl {
	width: 100%;
	border: solid 1px #666666;
}
td.tbl-side-blank {
	padding: 0 !important;
	width: 3%;
}
.top-press-release-tbl td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #999999;
}
.top-press-release-tbl td {
	padding: 10px;
}
.top-press-release-icon {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.top-press-release-icon img {
	max-width: 130px;
	height: auto;
	max-height: 80px;
}
.top-press-release-date {
	font-weight: bold;
	margin: 0;
}
.top-press-release-title {
}
/* 新着情報 */
.top-news-wrapper {
	float: right;
	width: 318px;
}
.top-news-block {
	background-color: #ffffff;
}
.top-news-tbl {
	border: solid 1px #666666;
	width: 100%;
}
.top-news-tbl td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #999999;
}
.top-news-category {
	float: right;
}
.top-news-date {
	font-weight: bold;
	margin: 10px 0 0 0;
}
.top-news-title {
	margin-top: -10px;
}
.top-news-block .title {
	border-bottom: solid 1px #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/* バナー */
.top-banner-wrapper {
	margin-bottom: 20px;
}
.top-banner-block {
}
/* バナーリスト1 */
.top-banner1 {
}
.top-banner1 li {
	float: left;
	width: 230px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 80px;
}
.top-banner1 li:nth-child(4n) {
	margin-right: 0;
}
.top-banner1 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
/* 関連情報(表示固定) */
.top-fix-banner-wrapper {
	margin-bottom: 20px;
}
.top-fix-banner-block {
}
.top-fix-banner-left {
	float: left;
	margin-right: 20px;
	width: 230px;
}
.top-fix-banner-left img {
	width: 100%;
	height: auto;
}
.top-fix-banner-right {
	float: right;
	width: 230px;
}
.top-fix-banner-right img {
	width: 100%;
	height: auto;
}
/* バナー2 */
.top-banner2-wrapper {
	padding: 60px 0 48px 0;
	background-color: #ffffff;
	min-width: 1100px;
}
.top-banner2-block {
	width: 980px;
	margin: 0 auto;
}
.top-banner2-block a,
.top-banner2-block a:hover {
	text-decoration: none;
}
/* english site */
.en-top-about-riaj {
	padding: 10px;
	border: solid 1px #666666;
}
.en-top-about-riaj p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 115%;
	line-height: 165%;
}
.drop-cap {
	float: left;
	font-size: 370%;
	line-height: 85%;
	width: 10%;
	padding-left: 5px;
}
/*
 * 一般(共通)
 ****************************************************************/
.contents-title-wrapper {
	margin-bottom: 20px;
}
.contents-title-bg-blue {
	background-color: #17375e;
}
.contents-title-bg-red {
	background-color: #800000;
}
.contents-title-wrapper h1 {
	color: #ffffff;
}
.contents-title-wrapper p {
	color: #ffffff;
	padding: 8px 0 8px 10px;
	color: #ffffff;
	font-size: 120%;
}
.contents-data-caption-wrapper {
	background-color: #cccccc;
	color: #000000;
	padding: 5px 0 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contents-data-caption-wrapper p {
	margin: 0;
}
.contents-data-caption-child1-wrapper {
	/* color: #666666; */
	font-weight: bold;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents-data-caption-child1-wrapper p {
	margin: 0;
}
.contents-data-caption-child2-wrapper {
	font-size: x-large;
	font-weight: bold;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents-data-caption-child2-wrapper p {
	margin: 0;
}

.contents-data-wrapper {
	margin-bottom: 30px;
}
.contents-data-block {
}
.contents-data-txt-right {
	text-align: right;
}
/* プレスリリースのみ適用 */
.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 {
	margin: 0;
}
.sns-gplus-one div {
	line-height: 20px !important;
}
/* プレスリリースのみ適用 */
.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-select-data-wrapper {
	margin-bottom: 30px;
}
.contents-select-data-block {
}
.contents-select-data-form {
	padding-left: 20px;
}
.contents-select-data-form select {
}
/* リストページ */
.contents-list-wrapper {
	margin-bottom: 30px;
}
.contents-list-block {
}
.contents-list-tbl {
	width: 100%;
	background: none;
}
.contents-list-tbl table,
.contents-list-tbl tr,
.contents-list-tbl th,
.contents-list-tbl td {
	border: none;
	background: none;
}
.contents-list-tbl td {
	padding: 20px 0 10px 20px;
	vertical-align: top;
	border-bottom: solid 1px #acacac;
}
td.list-tbl-img {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
td.list-tbl-img img {
	max-width: 130px;
	height: auto;
	max-height: 80px;
}
.list-tbl-txt {
	clear: both;
}
.list-tbl-date {
	font-weight: bold;
	margin: 0;
}
.list-tbl-icon {
	float: right;
	margin-top: -5px;
}
/* 右バナー */
.banner-title {
	text-align: center;
	background-color: #606060;
	line-height: 35px;
	color: #ffffff;
	font-size: 120%;
}
.banner {
}
.banner li.banner-img {
	margin-bottom: 10px;
}
.banner li.banner-img img {
	width: 100%;
	height: auto;
}
.banner li.banner-txt {
	margin: 0;
	padding: 10px 0px;
	border-top: solid 1px #cccccc;
}
.banner li:last-child {
	border-bottom: solid 1px #cccccc;
}
.banner .banner-txt a {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
.banner .banner-txt a:hover {
	color: #226090;
	text-decoration: none;
}
/* タブ表示デザイン（タブカラー無し） */
.tab-wrapper-design1 {
	margin-bottom: 20px;
}
.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-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: #999999;
	cursor: pointer;
	text-decoration: underline;
}
.tab-block-design2 a {
	color: #ffffff;
	display: inline-block;
	width: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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 .pc-tab-2block-left {
	float: left;
	width: 49.5%;
}
.tab-block-design2 .pc-tab-2block-right {
	float: right;
	width: 49.5%;
}
/* タブ表示デザイン（タブ数 4） */
ul.tab li {
	display: table-cell;
	vertical-align: middle;
}
.tab-block-design2 .pc-tab-4block-left1 {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.tab-block-design2 .pc-tab-4block-left2 {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.tab-block-design2 .pc-tab-4block-right2 {
	float: left;
	width: 24%;
	margin-bottom: 5px;
}
.tab-block-design2 .pc-tab-4block-right1 {
	float: right;
	width: 25%;
	margin-bottom: 5px;
}
/* タブ表示デザイン（table タブ4カラム）*/
.tab-tbl-4col {
	width: 100%;
}
.tab-tbl-4col table,
.tab-tbl-4col td {
	border: none;
}
.tab-tbl-4col td {
	padding: 5px 1%;
	width: 23%;
	border-right: solid 5px #fafafa;
	border-bottom: solid 5px #fafafa;
}
.tab-tbl-4col td:nth-child(4n) {
	border-right: none;
}
/* タブ表示デザイン（table タブ6カラム）*/
.tab-tbl-6col {
	width: 100%;
}
.tab-tbl-6col,
.tab-tbl-6col td {
	border: none;
}
.tab-tbl-6col td {
	width: 14.6%;
	padding: 5px 1%;
	border-right: solid 5px #fafafa;
	border-bottom: solid 5px #fafafa;
}
.tab-tbl-6col td:nth-child(6n) {
	border-right: none;
}
.tab-contents-wrapper {
	margin-bottom: 30px;
}
.tab-contents-block {
}
/* テーブルデザイン */
.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: 5px;
}
.contents-data-tbl td.tbl-left-position {
	text-align: left;
}
/* 自動改行無し */
.tbl-not-line-feed {
	white-space: nowrap;
}
/* 列幅固定 */
.pc-tbl-width-fix40 {
	width: 40%;
}
.pc-tbl-width-fix15 {
	width: 15%;
}
.contents-data-tbl-caption {
	background-color: #eeeeee;
}
/* リンクリストメニューデザイン */
/* 4カラム */
.contents-link-menu-block {
	margin-bottom: 20px;
}
.contents-link-menu-block li {
	float: left;
	width: 25%;
	position: relative;
}
.contents-link-menu-block li a {
	display: block;
	height: 148px;
	padding-top: 40px;
}
.contents-link-menu-block li img {
	position: absolute;
	bottom: 25px;
	left: 37%;
}
.link-menu-color1 li {
	background-image: url(/f/image/common/bg-menu-btn-thick.png);
	background-repeat: repeat;
}
.link-menu-color1 li:nth-child(2n) {
	background-image: url(/f/image/common/bg-menu-btn-thin.png);
	background-repeat: repeat;
}
.link-menu-color1 li:hover {
	background-image: url(/f/image/common/bg-menu-btn-thick-on.png);
	background-repeat: repeat;
}
.link-menu-color1 li:nth-child(2n):hover {
	background-image: url(/f/image/common/bg-menu-btn-thin-on.png);
	background-repeat: repeat;
}
.link-menu-color2 li {
	background-image: url(/f/image/common/bg-menu-btn-thin.png);
	background-repeat: repeat;
}
.link-menu-color2 li:nth-child(2n) {
	background-image: url(/f/image/common/bg-menu-btn-thick.png);
	background-repeat: repeat;
}
.link-menu-color2 li:hover {
	background-image: url(/f/image/common/bg-menu-btn-thin-on.png);
	background-repeat: repeat;
}
.link-menu-color2 li:nth-child(2n):hover {
	background-image: url(/f/image/common/bg-menu-btn-thick-on.png);
	background-repeat: repeat;
}
.contents-link-menu-block p {
	text-align: center;
	letter-spacing: normal;
}
.contents-link-menu-block li a,
.contents-link-menu-block li a:hover {
	color: #17375e;
	text-decoration: none;
}
/* 3カラム(文字2行表示) */
.contents-link-menu-3col-2row-block {
	letter-spacing: -.40em;
	margin-bottom: 20px;
}
.contents-link-menu-3col-2row-block li {
	width: 243px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: normal;
}
.contents-link-menu-3col-2row-block .pc-link-menu-right {
	margin-right: 0px;
}
.contents-link-menu-3col-2row-block li a {
	width: 243px;
	display: table-cell;
	color: #ffffff;
	background-color: #59b4cd;
	text-decoration: none;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.contents-link-menu-3col-2row-block li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #31859c;
}
/* テーブルスタイル */
.contents-data-no-border-tbl {
	width: 100%;
	border: none;
	margin-bottom: 10px;
}
.contents-data-no-border-tbl td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/* コンテンツ内レイアウト(2カラム) */
.pc-contents-2col-right {
	float: right;
}
.pc-contents-2col-left {
	float: left;
}
/* コンテンツ内レイアウト(4カラム) */
.pc-contents-4col-left1 {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 20px;
}
.pc-contents-4col-left2 {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 20px;
}
.pc-contents-4col-left3 {
	float: left;
	width: 23%;
	margin-bottom: 20px;
}
.pc-contents-4col-right {
	float: right;
	width: 23%;
	margin-bottom: 20px;
}
.pc-contents-4col-left1 img,
.pc-contents-4col-left2 img,
.pc-contents-4col-left3 img,
.pc-contents-4col-right img {
	width: 100%;
	height: auto;
}
/* インデントブロック */
.contents-indent-block {
	padding-left: 10px;
}
/* 画像キャプション */
.img-caption {
}
.img-caption-bg-black {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}
/* リスト リンク */
.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;
}
/*
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *            +++++++++++++++++++++++++++++++++++++++++++++++++++
 * 個別定義   +++++++++++++++++++++++++++++++++++++++++++++++++++
 *            +++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 * 吹き出し
 ****************************************************************/
.balloon {
}
.balloon h1 {
	font-weight: bold;
}
.balloon h2 {
	font-weight: bold;
	margin-top: 10px;
	padding: 0px;
}
.balloon p {
	margin: 1px 5px;
}
p.btn-text-color1 {
	margin-top: 10px;
}
p.btn-text-color2 {
	margin-top: 10px;
}
/*
 * 日本レコード協会について（入会について）
 ****************************************************************/
.admission-intro-tbl {
	margin-left: auto;
	margin-right: auto;
}
.admission-intro-tbl,
.admission-intro-tbl tr,
.admission-intro-tbl td {
	border: none;
	background: none;
}
.admission-intro-tbl td {
	padding: 5px 15px;
	text-align: center;
	white-space: nowrap;
}
.admission-intro-tbl .img-caption {
	font-size: 11px;
}
/*
 * 知っておきたいエルマーク
 ****************************************************************/
.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;
	font-size: 11px;
	line-height: 14px;
}
.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: 13%;
	vertical-align: middle;
}
.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: 10%;
}
.lmark-text2 {
	float: left;
	width: 89%;
}
/*
 * THE RECORD
 ****************************************************************/
.the-record-date {
	width: 55%;
	font-weight: bold;
}
.the-record-img {
	width: 35%;
	text-align: center;
}
.the-record-img img {
	max-width: 100%;
	height: auto;
}
.the-record-info {
	width: 55%;
}
/*
 * お問い合わせ
 ****************************************************************/
.form-inquiry {
}
.form-inquiry input[type="text"],
.form-inquiry textarea {
	width: 95%;
}
.form-inquiry textarea {
	height: 90%;
	resize: none;
}
.form-inquiry select {
	max-width: 90%;
}
.form-inquiry .op-long {
	width: 95%;
}
.form-inquiry .required {
	display: block;
}
.form-inquiry label {
	display: block;
}
.form-inquiry .form-radio label {
	display: inline;
}
/* 入力ページ */
.form-inquiry {
}
.form-inquiry li {
	padding: 5px;
	height: 65px;
	background-color: #ffffff;
}
.form-inquiry li:nth-child(2n+1) {
	width: 180px;
	float: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #cccccc;
}
.form-inquiry li:nth-child(2n) {
	width: 547px;
	float: left;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.form-inquiry li.li-last {
	border-bottom: 1px solid #999999;
}
.form-inquiry li.li-h30 {
	height: 30px;
}
.form-inquiry li.li-h45 {
	height: 45px;
}
.form-inquiry li.li-h185 {
	height: 185px;
}
.form-inquiry li.li-h200 {
	height: 200px;
}
.form-inquiry .input-2col input {
	width: 43%;
}
.form-inquiry .input-3col input {
	width: 26.5%;
}
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.li-h60 {
	height: 60px;
}
/* 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;
}

.copyright-top-holder {
  background-image: url(/f/image/copyright-index1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.copyright-menu-holder {
  width: 700px;
}

.copyright-menu-wrapper-1,
.copyright-menu-wrapper-3,
.copyright-menu-wrapper-6,
.copyright-menu-wrapper-8 {
  background-color: #BDE5EB;
}

.copyright-menu-wrapper-2,
.copyright-menu-wrapper-4,
.copyright-menu-wrapper-5,
.copyright-menu-wrapper-7 {
  background-color: #EDF6F8;
}

/*
 * CDレンタル店調査
 ****************************************************************/
.gph-tbl-caption {
	background-color: #a3aecb;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 0 5px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 15px;
}
.left-w40-l {
	width: 38%;
	margin-right: 2%;
	float: left;
}
.left-w40-r {
	float: right;
	width: 60%;
}
.cd-rental-shop-publish-data {
	width: 510px;
	margin: 0 auto;
}
/*
 * 音楽CDができるまで
 ****************************************************************/
ul.makingcd-list {
}
.makingcd-list li {
	vertical-align: top;
	padding-bottom: 20px;
	list-style: none;
}
.makingcd-list li:first-child {
	padding-left: 3%;
	width: 47%;
	float: left;
}
.makingcd-list li:last-child {
	float: right;
}
/*
 * レコード産業界の歴史
 ****************************************************************/
.list-chronicle {
	margin-left: 11px;
}
.list-chronicle li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.list-chronicle li:nth-child(1) {
	width: 78px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-chronicle li:nth-child(3) {
	width: 160px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-chronicle li:nth-child(4) {
	width: 220px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-chronicle li:nth-child(5) {
	width: 70px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-chronicle li:nth-child(6) {
	width: 166px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 0;
}
/* ヘッダ行 */
.list-chronicle-head {
}
.list-chronicle-head li{
	color: #ffffff;
	background-color: #90704f;
	padding: 5px 0;
}
/* 奇数行 */
.chronicle-odd-row {
}
.chronicle-odd-row li {
	padding: 3px 0;
}
.chronicle-odd-row li {
	background-color: #ffffff;
	color: #000000;
}
.chronicle-odd-row li:nth-child(1) {
	font-family: 'Verdana';
	background-color: #e3e3e3;
}
/* 偶数行 */
.chronicle-even-row {
}
.chronicle-even-row li {
	padding: 3px 0;
}
.chronicle-even-row li {
	background-color: #eeebe0;
	color: #000000;
}
.chronicle-even-row li:nth-child(1) {
	font-family: 'Verdana';
	background-color: #d4cab2;
}
/*
 * balloon(吹き出し）
 ****************************************************************/
.balloon {
	-webkit-font-smoothing: subpixel-antialiased;
}

.sitemap-box {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
}

.sitemap-box-2-3 {
  float: left;
  width: 66%;
}

.sitemap-box-1-3 {
  float: left;
  width: 45.5%;
  margin: 0 4.5% 0 0;
}

.sitemap-clear {
  clear: both;
  width: 100%;
  height: 0.5em;
  margin: 0 0 0.5em 0;
}

.sitemap-border {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 20px;
  margin-bottom: 30px;
}

.sitemap-space {
  height: 0.5em;
  margin: 0 0 0.5em 0;
}
/*
 * リッチテキストエディタ
 ****************************************************************/
.contents-data-body img {
	max-width: 100%;
	height: auto !important;
}
}