@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*==========================================
 body
===========================================*/
body {
	margin: 0px;padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;	/*フォント種類*/
	font-size: 18px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	text-align: justify;
	background-image:url(images/back.jpg);	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
textarea,select,input[type="text"],input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"]{font-size: 100%;}
h1,h2,h3,h4,#menubar {font-family: "游ゴシック Medium","游ゴシック体","Yu Gothic Medium","YuGothic","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


/* ===================
clearfix 
===================*/ 
.clearfix:after {  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  
}  


/* ===================
リンク
===================*/
a {
	color: #315ab3;;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #6badc2;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:active {
	text-decoration: none;
	color: #333;
}
a:hover img{
  opacity: 0.7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/*-------------
wp reset
-------------*/
/* gallery */
.gallery-size-thumbnail {
	clear: both;
	margin-left: -60px!important;
	padding: 0;
}
.gallery-size-thumbnail  img{
	border-style: none!important;
}
.gallery-item {
	padding-left:60px;
	margin-bottom:40px;
	float:left;
}
.gallery-caption {
	font-size: 12px;
	text-align: left;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	margin: 0 auto;
}


/*==========================================
 header
===========================================*/
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background: #fff;
	padding:30px 10px;
}
header .inner {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#ffffff;
}
/*ロゴ画像*/
header #logo img {
	width: 350px;	/*画像幅*/
	left: 3%;		/*ヘッダーに対して左から3%の場所に配置*/
}
.description {
	position:absolute;
	top: 40%;
	right:200px;
	margin:0;
	font-size: 80%;
}

/*ヘッダー内メニュー（「本日の市況」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.inner #headermenu  {
	position: absolute;
	right: 4%;		/*header のinnerに対して右から3%の場所に配置*/
	bottom: 10px;	/*header のinnerに対して下から15pxの場所に配置*/
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*左側にスペースを空ける*/
	margin-top: 5px;
}
#headermenu li a {
	text-decoration: none;display: inline-block;
	background: #ff8a00;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#ffa600, #ff8a00);	/*グラデーション*/
	color: #FFF;	/*文字色*/
	padding: 5px 25px;	/*上下、左右へのボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ff8a00;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
#headermenu li a:hover {
	color: #ff8a00;	/*文字色*/
	background: #fff;	/*背景色*/
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	background:#4077BE;
	box-shadow:0 1px 2px #d0d8dc;
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	border-bottom:1px solid #dcdcdc;	/*下の線の幅、線種、色*/
   z-index:3;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}



/*==========================================
 mainbn　メインバナー
 ===========================================*/
/*画像ブロック*/

.bannar {/*親div*/
  position: relative;/*相対配置*/
  }
.mainbn {
	background-color: white;
	box-shadow: 0px 20px 30px rgba(0,0,0,0.1);
	position: relative;
	}
	
.mainbn img{
	max-width: 100%;
	justify-content: center;
	display:block;
	margin: 0 auto;
	}
	
	.mainbn1{background-color: white;
	box-shadow: 0px 20px 30px rgba(0,0,0,0.1);
	margin-top: 3px;	
	}
	
.mainbn1 img{
	max-width: 100%;
	justify-content: center;
	display:block;
	margin: 0 auto;
	}



/*==========================================
タイトル
===========================================*/
.indexTitle {
	padding-top: 5%;
	padding-left: 18%;
	text-align: left;
	letter-spacing: 0.3rem;
	font-size: 2rem;
    z-index: 2;
    color: #4077be;
   position: absolute;
   }
   
   
/* -------------------------------------------------------------------
/*コンテンツ
----------------------------------------------------------------------*/
.contents {
	clear: both;overflow: hidden;
	padding: 30px;	/*上下、左右へのボックス内の余白*/
}
/*h2タグの設定*/
.contents h2 {
    clear: both;
    padding: 20px 20px 5px;		/*上下、左右への余白*/
     text-align: center;
    background-position: 50%;
    font-size: 180%;
    border-bottom: solid 3px #a7d6ff;
    margin: auto; 
	letter-spacing: 5px;
	font-weight: bolder;
	margin-bottom: 15px;
}


/*h3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 30px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;		/*上下、左右への余白*/
	font-size: 160%;	/*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
	text-align: center;
	color: #50679A;		/*文字色*/
}
/*h4タグの設定*/
.contents h4 {
	font-size: 130%;	/*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/	margin-bottom: 30px;	/*見出しの下にとるスペース*/
}

/*段落タグ設定*/
.contents p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
/*コメント消し*/
.contents p.nocomments {
    display: none;
}

.contents p img{
	padding: 10px 10px;	/*上、左右、下への余白*/
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
}

/*段落タグが続く場合に余白が空きすぎないようにする*/
.contents p + p {
	margin-top: -20px;
}
/*h2とh3とh4タグの直後の段落タグ設定*/
.contents h2 + p,
.contents h3 + p,
.contents h4 + p {
	margin-top: 20px;
}

.contents img {
	display: block;
	margin: 0 auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
.main {
	float:left;	/*左に回り込み*/
	width: 80%;		/*幅*/
	overflow: hidden;

}

/*==========================================
シングルページ
===========================================*/
 h1.type-A {    
 display: inline-block;;
background-color: #53c2c5;
padding: 5px 15px;
color: #fff;
margin-right: 10px;
border-radius: 4px;
}	

h2.type-B{
	    margin-bottom: 30px;
}
.postNavi {
    border-top: 2px dotted #ccc;
    padding-top: 25px;
    *zoom: 1;
    background: none;
    box-shadow:none;
    border-bottom:none;
}
.postNavi span {
    font-size: 14px;
    width: 300px;
}
.postNavi span.prev {
    float: left;
    padding-left: 15px;
    background: url("images/common/arr01_left.png") no-repeat left 0.6em;
}
.postNavi span.next {
    float: right;
    padding-right: 15px;
    background: url("images/common/arr01_right.png") no-repeat right 0.6em;
    text-align: right;
}

/* -------------------------------------------------------------------
 /*フッター設定
----------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 90%;	/*文字サイズ*/
	background: #4077BE;	/*背景色*/
	color: #fff;	/*文字色*/
}
footer a {
	text-decoration: none;
	color: #fff;	/*文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
 
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	font-size: 80%;	/*文字サイズ*/
}
/*１行分の設定*/
#footermenu ul {
	width: 100%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: center; /* 中央寄せ */
}
#footermenu ul li {
	display: inline-block; /* 横並びに */
	padding: 10px 30px;
	border-left:1px dotted #cecece;
	margin-bottom: 10px;
	}

#footermenu ul li:last-child{
	border-right:1px dotted #cecece;
}
#footermenu .img_block img{
display: block;
margin: 5px auto;
}
#footermenu p {
text-align: center; /* 中央寄せ */
margin-bottom: 10px;
letter-spacing: 1px;
}

#footermenu a {
	color: rgba(255,255,255,0.7);
}
#footermenu a:hover {
	color: #fff;
}

/* コピーライト
----------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #6badc2;	/*文字色*/
	padding-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}
/*「Q」と「A」のマーク共通設定*/
.faq dt::before,
.faq dd::before {
	margin-right: 5px;display: inline-block;text-align: center;
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
}
/*「Q」のマーク追加設定*/
.faq dt::before {
	content: "Q";			/*「Q」の文字を出力する設定*/
	background: #6badc2;	/*背景色*/
	color: #fff;			/*文字色*/
}
/*「A」のマーク追加設定*/
.faq dd::before {
	content: "A";		/*「A」の文字を出力する設定*/
	background: #999;	/*背景色*/
	color: #fff;		/*文字色*/
}



/*テーブル
---------------------------------------------------------------------------*/
/*ta1,ta2共通設定*/
.ta1,
.ta2 {
	width: 96%;
	margin: 0 2% 30px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
	font-weight: bold;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f0f0f0;	/*背景色*/
	font-weight: normal;
}
/*ta1の左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*ta2の左側ボックス*/
.ta2 th {
	background: #fffeba;	/*背景色*/
}
/*ta2の右側ボックス*/
.ta2 td {
	text-align: center;	/*センタリング*/
}


/*ボタン(btn)の設定
---------------------------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn {
	padding: 15px;	/*ボタン内の余白*/
	margin-bottom: 30px;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;	/*背景色*/
	position: relative;top: 1px;left: 1px;	/*マウスオン時に上から1px、左から1px場所を移動する*/
}



/*==========================================
PAGE TOP設定
===========================================*/
#pagetop {
	clear: both;
	padding-top: 40px;
}


#pagetop a {
	text-decoration: none;text-align: center;display: block;float: right;
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #6badc2;	/*背景色*/
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #333;	/*背景色*/
}

    div h2#interview1{
        margin-top: -40px; /* リンク位置上昇分 */
        padding-top: 60px; /* 上昇分を戻す分 */
    }
    div h2#interview2{
        margin-top: -40px; /* リンク位置上昇分 */
        padding-top: 60px; /* 上昇分を戻す分 */
    }
    div h2#interview3{
        margin-top: -40px; /* リンク位置上昇分 */
        padding-top: 60px; /* 上昇分を戻す分 */
    }


/* bg1背景色
----------------------------------------------------------------------*/
.bg1 {
	background: #CDE0FE url(maruka_ishikawa/images/bg1.png);	/*背景色、背景画像の読み込み*/
}

/*メニュー全体の設定*/
.bg1 ul{
	padding: 3px;
	
}

/*メニュー１個ごとの設定*/
.bg1 ul li {
	display: inline-block;
	margin: 0px 1.5%;	/*上、左右、下へのボックスの外に空けるスペース*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	width: 23.5%;	/*幅*/
	padding: 3%;	/*ボックス内の余白*/
	font-size: 113%;	/*文字サイズ*/
	}

.bg1 ul.bgf li {
	display: inline-block;
	margin: 0px 1.5%;	/*上、左右、下へのボックスの外に空けるスペース*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	width: 23%;	/*幅*/
	padding: 35px 2.9% 20px;	/*ボックス内の余白*/
	font-size: 112%;	/*文字サイズ*/
	background: #FFFFFF;
	border: solid 3px #95ccff;    
	vertical-align: top;
	}

.bg1 ul.bgf li .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #95ccff;
    color: #ffffff;
    font-weight: bold;
    }
    
/*囲み飾り
---------------------------------------------------------------------------*/

.box3  {
	display: block;
    width: 40%;
	padding: 8px 19px;
    margin: 0 auto;
    border: solid 3px #62c1ce;
    position: relative;
    margin-bottom: 20px;
    }

.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -29px;
    left: -3px;
    padding: 2px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box25 {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    color: #454545;
    margin: 20px;
   padding: 2%;
   margin-top: 50px;
}
.box25 h4{
	font-family: serif;
	font-weight: bolder;
	text-align: center;
	border-bottom: solid 2px #ffb66e;
	font-size: 130%;
	margin-bottom: 20px;
	}
	
.box25 p {
    margin: 0; 
    padding: 0;
}

/* 背景画像に文字を重ねる */
.box10 {
	/*親div*/
  position: relative;/*相対配置*/
}
.box10 p {
  position: absolute;/*絶対配置*/
  color: #50679A;
  top: 15%;
  left: 5%;
  padding: 0 8%;
font-size: 150%;
font-weight: 500;
letter-spacing: 0.1em;
  }
  
.box10 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
 opacity: 0.45;
  }
.youtube {
  position: relative;
  width: 80%;
  padding-top: 40%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 90% !important;
}

.center {
  display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/*==========================================
その他
===========================================*/
.look {background: #eee;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 200%;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.pen{background: linear-gradient(transparent 30%, yellow 0%);}





/*==========================================
画面幅1200px以上の設定
===========================================*/
@media  print, screen and (min-width:1200px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1200px;	/*サイト幅*/
}

}


/*==========================================
画面幅800px以下の設定
===========================================*/
@media screen and (max-width:790px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 250px;	/*画像幅*/
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	display: none;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
.contents {
	padding: 4% 8%;
}	
	
/*listブロック（※4カラムと2列レイアウト）
---------------------------------------------------------------------------*/
/*listブロック設定*/
.c4 .list {
	margin-bottom: 3px !important;
	padding: 1% !important;
	float: left !important;
    width: 46% !important;
	box-shadow: none;
}
.c4 .list img
	{
	padding: 0% !important;
	float: left !important;
	width: 100% !important;
}
	
/*listブロック（※2カラムと2列レイアウト）
---------------------------------------------------------------------------*/
/*listブロック設定*/
.c2 .list li {
    width: 46%;
}
.c2 .list {
	margin-bottom: 3px !important;
	padding: 0% !important;
	width: 100% !important;
	box-shadow: none;
	margin-left: 0px;
}	
.c2.list:last-of-type {
	margin-bottom: 20px !important;
}
/*listブロック（※C3）
---------------------------------------------------------------------------*/

.c3 .list {
	padding: 4% !important;
	float: left !important;
	box-shadow: none;
	margin-left: 0px;
	line-height: 1.5;
}	
.c3.list:last-of-type {
	margin-bottom: 20px !important;
}

/*文字入れるとき
section.c3 .list figure {
    width: 60%;
    float: right;
    margin: 0 0 0 4%;
}
section.c3 .list p {
	overflow: visible;
	}
----------------------*/
section.c3 .list h4 {
 margin: 5px 0 15px 0;
 padding: 5px 0px;
 }

/*listブロック（※２カラムも３カラムと１列レイアウトと同じように設定しなおす）
---------------------------------------------------------------------------*/
/*listブロック設定*/
.list {
	margin-bottom: 3px !important;
	padding: 4% !important;
	float: none !important;
	width: auto !important;
	box-shadow: none;
	
}
.list:last-of-type {
	margin-bottom: 20px !important;
}
/*h4タグ設定*/
.list h4 {
	font-size: 150% !important;
}
/*段落タグ設定*/
.list p {
	font-size: 100% !important;
	line-height: 1.8 !important;
	height: auto !important;
}

.br-sp {
		 display:block; 
	}	

	
/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}
	
	
/*bg1コンテンツ
---------------------------------------------------------------------------*/
.bg1 ul	{padding-bottom: 10px}
	
.bg1 ul li {
	float: left;
	margin: 10px 1.5% 10px;	/*上、左右、下へのボックスの外に空けるスペース*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	width: 94%;	/*幅*/
	padding: 2%;	/*ボックス内の余白*/
	
}
.bg1 ul.bgf li {
	float: left;
	margin: auto;	/*上、左右、下へのボックスの外に空けるスペース*/
	margin-bottom: 10px;
	padding: 35px 8% 20px;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	width: 100%;	/*幅*/
	box-sizing: border-box;
	}
	

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	margin-right: 3%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}


}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	
.mainbn {
   margin-top: 0px;
	}
	footer {
		width:100%;
	}
	
.box10 p {
  top: 10%;
  font-size: 140%;
   left: 0;
   font-size: 130%;
  letter-spacing: 0.05em;
  }	


  .br-pc {
		 display:none; 
	}	

	/*ナビ文字
---------------------------------------------------------------------------*/	
	nav ul li a {
 font-size: 15px;
}
}
	


/*==========================================
スマートフォン向けデザイン
===========================================*/
@media screen and (max-width:789px) {
	
	.lock {
		overflow:hidden;
	}
	
	header {
		z-index:3;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}

/*ヘッダー内メニュー（「本日の市況」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.inner #headermenu  {
	position: absolute;
	right: 10%;		/*header のinnerに対して右から3%の場所に配置*/
	bottom: 5px;	/*header のinnerに対して下から15pxの場所に配置*/
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*左側にスペースを空ける*/
	margin-top: 5px;
}
#headermenu li a {
	text-decoration: none;display: inline-block;
	background: #ff8a00;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#ffa600, #ff8a00);	/*グラデーション*/
	color: #FFF;	/*文字色*/
	padding: 2px 10px;	/*上下、左右へのボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ff8a00;	/*枠線の幅、線種、色*/
}

.description {
	display:none
}

.c2 .topic {
	margin-top: 10px;
	}

.c2 .topic li {
	width: 30%;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	
/*==========================================
ナビ
===========================================*/
	
	nav {
	width:100%;
	box-shadow:none;
	border: none;
	border-bottom:2px solid #6badc2;	/*下の線の幅、線種、色*/
   z-index:3;
	⁄zoom:1;
}


	nav .inner > ul {
		z-index:3;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
		background:#4077BE;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#6badc2;
	}
	nav li a:hover {
		color:#fff;
		background:#0f7999;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}
	

	nav ul.gnav > li.nav01 > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	nav ul.gnav > li.nav01 > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#6badc2;
	}
	nav ul.gnav > li.nav01 a:hover:after {
	  background:#0f7999;
	  	}

	nav ul.gnav >li.nav01.active > a:before {
		margin-top:0;
	}
	nav ul.gnav >li.nav01.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:4;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:40px;
		height:40px;
		border-radius:5%;
		background:#6badc2;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:18px;
		height:2px;
		margin:-1px 0 0 -9px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:18px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-8px;
	}
	#navBtnIcon:after {
		margin-top:6px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	.box1{
	background:transparent;
	border:none;
	box-shadow: none;
	z-index: 2;
	}
	
	section.entryBobyBox{  
	margin-top: 70px;
}

.mainbn {
    margin-top: -70px;
}
.mainbn img {
	-webkit-filter: opacity(0.45);
    -moz-filter: opacity(0.45);
    -o-filter: opacity(0.45);
    -ms-filter: opacity(0.45);
    filter: opacity(0.45);
}

.mainbn1 {
    margin-top: -70px;
}

.indexTitle {

    padding-left: 60px;
    color: #73bcc5;
    font-size: 1.5rem;
    padding-top: 3%;
    position: absolute;

}
.c2 #right-box-yoko img {
    margin: 0 auto;
    padding-bottom: 20px;
}

}


/*==========================================
画面幅480px以下の設定
===========================================*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 13px;	/*文字サイズ*/
}
	
/*listブロック（※2カラムと1列レイアウト）
---------------------------------------------------------------------------*/
/*listブロック設定*/
.c2 .list img{
	width: auto;	/*幅*/
	padding: 0px;	/*上、左右、下への余白*/
}
	
.c2 .list  {
	margin-top: 5px;
	width: 70%;
	}


.c2 .list li {
	margin: 0 5px;
	width: 80%;
	}
	
	/*リンク
---------------------------------------------------------------------------*/	
.c2 .link  {
	margin-top: 5px;
	width: 100%;
	}


.c2 .link li {
margin: 8px 0;
width: 100%;
	}

/*トピック
---------------------------------------------------------------------------*/	
.c2 .topic img{
	width: auto;	/*幅*/
	padding: 0px;	/*上、左右、下への余白*/
}
	
.c2 .topic  {
	margin-top: 5px;
	width: 100%;
	}


.c2 .topic li {
	width: 46%;
	}
/*---------------------------------------------------------------------------*/	

.c2 #right-box {
width: auto;
margin: auto;
padding: 0;
 overflow: hidden;/*float解除*/
}
.c2 #right-box img {
      margin: 10px;
	width: 55%;
    }
    
  .c2   #right-box p {
  	padding: 5px 0px;
  }
    
 
.flowWrap h4 span {
    display: inline-block;
    margin: 2px 5px 0 15px;
    color: #1096F8;
}

#right-box .flowWrap  h4 {
    background: url(images/h4_bg.png) 0 5px no-repeat;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0px 20px 5px;
    font-size: 130%;
}
#right-box .flowWrap  p {
  	padding: 5px 0px;
  	padding-left: 20px;
  }


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 50%;	/*画像幅*/
	min-width: 180px;
	top: 20%;	/*ヘッダーに対して上から20%の場所に配置*/
}

.inner #headermenu {
 position: absolute;
    right: 14%;
    bottom: 5px;
}
#headermenu li a {

    padding: 2px 10px;
    font-size: 80%;
}

	/*タイトル設定
---------------------------------------------------------------------------*/
.indexTitle {   
 padding-left: 8%;
 padding-top: 2%;
 position: absolute;
 letter-spacing: 0.1rem;
}


/*コンテンツ
---------------------------------------------------------------------------*/
.contents h2 {
	font-size: 150%;   
	 padding: 10px;
    letter-spacing: 2px;
}


 .contents h3,.contents h4 {
	padding: 15px 2px 5px;
	font-size: 150%;
}

/*段落タグ設定*/
.contents p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}
	




/*subコンテンツ
---------------------------------------------------------------------------*/
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 10px;
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 10px;			/*ボックス内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}
	
	}
	
	

/*==========================================
other
===========================================*/
@media print {
body {
zoom: 75%; /*←いー感じに調整してください*/
}
}
