@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/


/*==========ウェブサイトの基本設定==========*/

/*----------画像表現----------*/

.image1 {
	margin: 0 0 0 0;
}

.image2 {
	margin: 15px 0 0 0;
	text-align: center;
}
.image2 img {
	max-width: 90%;
	height: auto;
}

.image3 {
	margin: 0 0 0 0;
	display: none;	
}

.image4 {
	float: left;
	margin: 5px 15px 5px 10px;
}

.image5 {
	margin: 0 0 0 0;
	text-align: center;
}
.image5 img {
	max-width: 90%;
	height: auto;
}

.image6 {
	margin: 0 0 0 0;
	padding: 25px 0 40px 10px;
}

/*----------文字表現----------*/

h1 {
	margin: 0 5px 15px 5px;
	padding: 2px 0 2px 5px;
	border-style: none none double none;
	border-color: transparent transparent #008092 transparent;
	font-size: large;
}

h2 {
	margin: 25px 5px 15px 5px;
	padding: 2px 0 2px 7px;
	border-bottom: 2px solid #C0C0C0;
	border-left: 5px solid #008092;
	background-color: #F5F5F5;
	font-size: medium;
}

h3 {
	margin: 15px 5px 15px 5px;
	padding: 2px 0 2px 3px;
	border-bottom: 2px dotted #008092;
	font-size: medium;
}

.sentence {
	margin: 0 5px 0 5px;
	padding: 0 5px 15px 5px;
	line-height: 175%;
	font-size: medium;
}

.explain {
	margin: 0 10px 10px 10px;
	line-height: 175%;
	font-size: medium;
}

.details {
	padding: 0 0 0 20px;
	font-size: small;
}

.details_2 {
	font-size: x-small;
}

.words {
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	line-height: 175%;
	font-size: small;
}

.tagline {
	margin: 0 0 0 0;
	font-size: small;
}


/*----------目次表現----------*/

.mokuji {
	margin: 30px 0 0 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #C0C0C0;
	background-color: #F5F5F5;
	line-height: 150%;
	font-size: small;
}

.mokujilist {
	margin: 0 0 0 0;
	border: 1px dotted #B9B9B9;
	list-style-type: circle;
	list-style-position: outside;
}

.mokujilist li {
	margin: 15px 0 15px 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	line-height: 175%;
}


/*----------リンク表現----------*/

a:link {
	color: blue;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #FF0080;
}

a img {
	border-style: none;
	border-width: 0;
}

/*----------広告表現----------*/

.ad {
	text-align : center;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	background-color: #FFFFFF;
}

.ad_in {
	text-align : center;
	margin: 15px 5px 15px 5px;
	padding: 2px 0 2px 0;
	background-color: #F5F5F5;
}

.banner1 {
	margin: 0 0 15px 0;
	text-align: center;
}

.banner2 {
	margin: 10px 0 15px 0;
	text-align: center;
}


/*==========レスポンシブウェブのレイアウト設定==========*/

/* モバイルレイアウト : 480 px およびそれ以下. */

/*----------ボックス（div）の設定----------*/

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}

#header {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
}

#title {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	display: block;
}

#headspace {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	display: block;
}

#navigation {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
}

#globalnavi {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	background-color: #008092;
	display: block;
}

#breadcrumbs {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	display: block;
}

#contents {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	vertical-align: top;
	display: block;
}

#primary {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	display: block;
}

#secondary {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	background-color: #E1FFF5;
	text-align: center;
	display: block;
}

#upperspace {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
	text-align: left;
	display: block;
}

#lowerspace {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	display: block;
}


/*----------構造要素の設定----------*/

/*-----グローバルナビゲーション-----*/

#globalnavi ul {
	width: 100%;
	margin: 0 0 0 0;
	list-style-type: none;
}

#globalnavi li {
	display: block;
	float: left;
	width: auto;
	text-align : center;
	font-size: small;
}

#globalnavi li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 15px 5px 15px;
	background-color: #008092;
	color: #FFFFFF;
	text-decoration: none;
}

#globalnavi li a:link {
	color: #FFFFFF;
}

#globalnavi li a:visited {
	color: #FFFFFF;
}

#globalnavi li a:hover {
	background-color: #00AFC8;
	color: #FFFFFF;
}

/*-----パンくずリスト-----*/

#breadcrumbs ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#breadcrumbs ol:after {
	content: "";
	display: block;
	clear: both;
}

#breadcrumbs ol li {
	display: inline-block;
	float: left;
	width: auto;
	padding: 10px 3px 10px 3px;
	font-size: x-small;
}

#breadcrumbs ol li:after {
	content: '\003e';
	margin: 0 0 0 5px;
	color: #888888;
}

#breadcrumbs ol a {
	color: #000000;
	text-decoration: none;
}

#breadcrumbs ol li a:hover {
	background-color: #EEEEEE;
}

/*-----フッター（下部情報）-----*/

#footspace {
	margin: 15px 0 0 0;
	line-height: 250%;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

/*----------ボックス（div）の設定----------*/

.gridContainer {
	width: 93.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
}

/*----------構造要素の設定----------*/

#globalnavi li {
	width : auto;
	float : left;
}

#footspace {
	font-size: x-small;
}

}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

/*----------ボックス（div）の設定----------*/

.gridContainer {
	width: 93.5%;
	max-width: 950px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}

#header {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	width: 100%;
	display: block;
}

#title {
	clear: both;
	float: left;
	width: 25%;
	display: block;
}

#headspace {
	clear: none;
	float: left;
	width: 75%;
	padding: 15px 0 0 0;
	text-align: center;
	display: block;
}

#navigation {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#globalnavi {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#breadcrumbs {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#contents {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#primary {
	clear: both;
	float: left;
	width: 64%;
	display: block;
}

#secondary {
	clear: none;
	float: left;
	width: 34%;
	margin-left: 2%;
	display: block;
}

#upperspace {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	display: block;
}

#lowerspace {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

/*----------構造要素の設定----------*/

#globalnavi li {
	width : auto;
	float : left;
}

.image3 {
	margin: 0 0 0 0;
	display: block;
}

}


/*==========デザイン面のパーツ設定==========*/

/*----------メイン部分----------*/

/*-----上部（upperspace）-----*/

/*---動画（YouTubeへ）---*/

.douga {
	margin: 0 0 15px 0;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background-color: #FFFFCC;
	line-height: 150%;
	text-align: center;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/*---カテゴリーページ：1列のリスト---*/

.pagelist1 {
	margin: 0 15px 0 15px;
	border: 1px dotted #B9B9B9;
	list-style-type: circle;
	list-style-position: outside;
}

.pagelist1 li {
	margin: 5px 0 5px 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	line-height: 175%;
}

.pagelist1_2 {
	margin: 15px 15px 0 15px;
	border: 1px dotted #B9B9B9;
	list-style-type: circle;
	list-style-position: outside;
}

.pagelist1_2 li {
	margin: 5px 0 5px 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	line-height: 175%;
}

/*---カテゴリー＆個別ページ：2列のリスト---*/

/*--テーブル（枠線有）--*/

.retu2_3 {
	width: 99%;
	margin: 0px 0px 0px 0px;
	border: 1px dotted #C8C8FF;
}

.retu2_3 td {
	width: 50%;
	vertical-align: top;
}

/*--テーブル（枠線無）--*/

.retu2_4 {
	width: 100%;
	margin: 5px 0 20px 0;
}

.retu2_4 td {
	width: 50%;
	padding: 0 5px 0 5px;
	vertical-align: top;
	text-align: left;
}

/*--リスト--*/

.pagelist2 {
	margin: 2px 2px 2px 2px;
	list-style-type: circle;
	list-style-position: outside;
}

.pagelist2 li {
	margin: 0 0 0 0;
	line-height: 250%;
}

/*--利用なし？--*/

.link1 {
	margin: 15px 15px 15px 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.link1 li {
	margin: 0 0 0 0;
	line-height: 250%;
}


/*-----下部（lowerspace）-----*/

/*---見出し（関連リスト）---*/

.navi {
	margin: 30px 0 15px 0;
	border: 1px solid #C0C0C0;
	background-color: #F5F5F5;
	line-height: 150%;
	text-align: center;
}


/*----------サイド部分----------*/

/*---見出し（カテゴリーリスト）---*/

.kubun {
	margin: 0 0 0 0;
	padding: 3px 0 2px 0;
	background-color: #FFA500;
	color: #FFFFFF;
	line-height: 100%;
	text-align: center;
}

/*---カテゴリーリストー---*/

.retu2_menu {
	width: 100%;
	margin: 0 0 0 0;
}

.retu2_menu td {
	width: 50%;
	padding: 0 0 0 0;
	vertical-align: top;
	text-align: left;
}

.menu1 {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}

.menu1 li {
	margin: 10px 0 15px 0;
}

.menu1 li a {
	margin: 5px 0 5px -10px;
	padding: 2px 5px 2px 5px;
	border: 1px #FF9900 solid;
	background: #FFFFCC;
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 150%;
	text-decoration: none;
}

.menu2 {
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
}

.menu2 li {
	margin: 0 0 0 -10px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 250%;
}


/*----------表の設定----------*/

/*---共通：表題と色---*/

.hyoudai {
	margin: 15px 0 0 0;
	border-bottom-color: #FFFFFF;
	font-size: small;
	text-align: center;
}

.tpc {
	background-color: #FFFFCC;
	text-align: center;
}

/*---共通：2列の表（25%、75%）---*/

.retu2_1 {
	width: 99%;
	margin: 15px 0 45px 0;
	border: 1px #C8C8FF solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 200%;
}

.retu2_1 th {
	width: 25%;
	border: 1px #C8C8FF solid;
	background-color: #F0F0FF;
	text-align: center;
}

.retu2_1 td {
	width: 75%;
	padding: 0 5px 0 5px;
	border: 1px #C8C8FF solid;
	text-align: left;
}

/*---共通：2列の表（18%、82%）---*/

.retu2_2 {
	width: 99%;
	margin: 10px 0 10px 0;
	border: 1px #FFCC00 solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 200%;
}

.retu2_2 th {
	width: 18%;
	border: 1px #FFCC00 solid;
	background-color: #FFF4C8;
	text-align: center;
}

.retu2_2 td {
	width: 82%;
	padding: 0 5px 0 5px;
	border: 1px #FFCC00 solid;
	text-align: left;
}

/*---共通：3列の表（20%＋40%＋40%）---*/

.retu3_1 {
	width: 99%;
	margin: 35px 0 60px 0;
	border: 1px #C8C8FF solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 200%;
}

.retu3_1 th {
	width: 20%;
	border: 1px #C8C8FF solid;
	background-color: #F0F0FF;
	text-align: center;
}

.retu3_1 td {
	width: 40%;
	padding: 0 5px 0 5px;
	border: 1px #C8C8FF solid;
}

/*---共通：5列の表（28%＋18%×4）---*/

.retu5_1 {
	width: 99%;
	margin: 15px 0 15px 0;
	border: 1px #C8C8FF solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 15px;
}

.retu5_1 th {
	width: 28%;
	border: 1px #C8C8FF solid;
	background-color: #F0F0FF;
	text-align: center;
}

.retu5_1 td {
	width: 18%;
	border: 1px #C8C8FF solid;
	text-align: center;
}

/*---共通：6列の表（3大市場のタイムテーブル）---*/

.retu6_1 {
	width: 99%;
	margin: 10px 0 0 0;
	border: 1px #C0C0C0 solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

.fdw1 {
	width: 5%;
	border: 1px #C0C0C0 solid;
	background-color: #F5F5F5;
	text-align: center;
}

.fdw2 {
	width: 28%;
	border: 1px #C0C0C0 solid;
}

.fdw3 {
	width: 29%;
	border: 1px #C0C0C0 solid;
}

.fdm {
	border: 1px #C0C0C0 solid;
	background-color: #E1E1FF;
	text-align: center;
}

/*---共通：6列の表（20%＋16%×5）---*/

.retu6_2 {
	width: 99%;
	margin: 15px 0 10px 0;
	border: 1px #74DCDC solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

.retu6_2 th {
	width: 20%;
	border: 1px #74DCDC solid;
	background-color: #E7FAFA;
	text-align: center;	
}

.retu6_2 td {
	width: 16%;
	border: 1px #74DCDC solid;
	text-align: right;
}

/*---共通：6列の表（20%＋16%×5）---*/

.retu6_3 {
	width: 99%;
	margin: 15px 0 10px 0;
	border: 1px #74DCDC solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 9pt;
	line-height: 200%;
}

.retu6_3 th {
	width: 20%;
	border: 1px #74DCDC solid;
	background-color: #E7FAFA;
	text-align: center;	
}

.retu6_3 td {
	width: 16%;
	border: 1px #74DCDC solid;
	text-align: center;
}

/*---共通：8列の表（23%+11%×7）---*/

.retu8_1 {
	width: 99%;
	margin: 30px 0 45px 0;
	border: 1px #FFCCCC solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 8pt;
	line-height: 200%;
}

.retu8_1 th {
	width: 23%;
	border: 1px #FF99FF solid;
	background-color: #FFF0FC;
	text-align: center;
}

.retu8_1 td {
	width: 11%;
	border: 1px #FF99FF solid;
	text-align: center;
}

/*---共通：11列の表（20%＋8%×10）---*/

.retu11_1 {
	width: 99%;
	margin: 15px 0 35px 0;
	border: 1px #FFCCCC solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 8pt;
	line-height: 15px;
}

.retu11_1 th {
	width: 20%;
	border: 1px #FF99FF solid;
	background-color: #FFF0FC;
	text-align: center;
}

.retu11_1 td {
	width: 8%;
	border: 1px #FF99FF solid;
	vertical-align: middle;
	text-align: center;
}

/*---共通：25列の表（28%＋3%×24）---*/

.retu25_1 {
	width: 99%;
	margin: 12px 0 0 0;
	border: 1px #C0C0C0 solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 7pt;
	line-height: 150%;
}

.retu25_1 th {
	width: 28%;
	border: 1px #C0C0C0 solid;
	background-color: #F5F5F5;
	text-align: center;
}

.retu25_1 td {
	width: 3%;
	border: 1px #C0C0C0 solid;
	text-align: center;
}


/*----------SNSボタンの設定----------*/

.snsb {
	overflow: hidden;
}
.snsb li {
	display: inline;
	float: leftr;
	margin-right: 0px;
}
.snsb iframe {
	margin: 5px !important;
}


/*----------end----------*/