@charset "UTF-8";
/*****************************
	stylereset
*****************************/

/* ============================
   マーケット情報   
*/

.spaceitem {
	margin-right: 14px;
}

#twitterArea .title-h2 {
	margin-top: 1px;
}
#twitter.mt20 {
	margin-top: 20px !important;
}

/* ダイワの投資情報 */

#market-info-contents .slideContainer {
	width: 100%;
	margin: 5px 0px 20px 0px;
}
/* -- マーケット情報 -- */

.market-infoarea a {
	width: 100%;
}
.market-infoarea a .icon {
	width: 23px;
	padding-left: 15px;
	box-sizing: border-box;
}
.values {
	clear: both;
	float: left;
	margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #474540;
}
.date {
	float: right;
  font-size: 10px;
	color: #807a6c;
	line-height: 1;
}
.values + .date {
	margin-top: 5px;
	line-height: 16px;
}
.values + .date span {
	vertical-align: bottom;
	line-height: 1;
}
.info-title {
	float: left;
  font-size: 10px;
  font-weight: normal;
  color: #39220f;
	line-height: 1;
}
.rise-fall {
	float: right;
  font-size: 10px;
  color: #3a4c73;
}

.js-beforeRatio {
	line-height: 1;
}
.js-beforeRatio.plus {
  color: #680717;
}
.js-beforeRatio.minus {
  color: #30446f	;
}

.slideObj {
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.autoSlideContainer .item {
	position: absolute;
	top: 0;
	display: block;
	width: 85%;
	overflow: hidden;
}
.autoSlideContainer .item.prev {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.autoSlideContainer .item.this {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.autoSlideContainer .item.next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.autoSlideContainer .item.farNext {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}
.autoSlideContainer .item.moving {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.autoSlideContainer .item.prev.moving.movePrev {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.autoSlideContainer .item.this.moving.movePrev {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.autoSlideContainer .item.next.moving.movePrev {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}
.autoSlideContainer .item.this.moving.moveNext {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.autoSlideContainer .item.next.moving.moveNext {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.autoSlideContainer .item.farNext.moving.moveNext {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

/* --  tab 検索 -- */
/* -- tab -- */

.tabnav ul {
	width: 100%;
	border-top: 4px solid #2f1705;
}
.tabnav li {
	width: 50%;
	background-color: #dbceb6;
	box-sizing: border-box;
}
.tabnav li:last-child {
	margin: 0 0 0 0;
}
.tabnav li.current {
	background-color: #bbad97;
}
.tabnav li a {
	display: block;
	padding: 20px 5px;
	font-size: 12px;
	line-height: 1;
}
.tabnav li a span {
	display: block;
	color: #714f1f;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background: url(../images/tabnav_icon.png) no-repeat right center;
	background-size: 8px 16px;
}
.tabnav li.current a span {
	background: none !important;
	color: #2e2110;
}
.tab-contents {
	display: none;
}
.tab-contents li {
	padding: 10px 0 7px 0;
}
.tab-contents.current {
	display: block;
}
#tab1, #tab2 {
	background: #bbad97;
	padding: 10px;
}
.tab-box {
	margin: 4px 0 3px 0;
	text-align: center;
}


/* コンテンツ内検索ボックス */
#fsearch {
	margin: 20px 0;
	background-color: transparent;
}
#fsearch #contents_searchForm {
	width: 100%;
}
#fsearch #contents_searchForm .sitesearchInner{
	padding-top: 10px;
}
#fsearch #contents_searchForm .sitesearchInner label{
	padding-left: 0.25em;
	padding-right: 2.5em;
}
#fsearch #contents_searchForm .sitesearchInner input[type="radio"]{
	-webkit-appearance:radio;
	width:18px;
	height:18px;
	vertical-align:middle;
}
#fsearch #contents_searchForm .sitesearchInner input[type="text"]{
	display: block;
	margin-top:8px;
	padding: 0.9em 0.1em;
	width:60%;

	border: 1px solid #777777;
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
	font-size: 87%;
}
#fsearch #contents_searchForm .sitesearchInner button[type="submit"]{
	border: medium none;
	display:block;
	line-height: 16px;
	margin-top:8px;
	width:30%;
	
	background: #bbad97;
	text-align:center;
	white-space: nowrap;
}
#fsearch #contents_searchForm .sitesearchInner button[type="submit"] div{
	padding: 10px 1%;
}
#fsearch #contents_searchForm .sitesearchInner button[type="submit"] div span{
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
	font-size:100%;
}
#fsearch #contents_searchForm .sitesearchInner button[type="submit"] div img{
	width: 16px;
	height: 16px;
}


.marketinfo-titleh3 {
	margin: 0 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.item-contents {
	margin: 0 10px 20px;
	display: table;
}
.item-contents figure {
	width: 148px;
	display: table-cell;
	margin: 0 0 0 10px;
}
.descri {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}
.descri p {
	line-height: 20px;
	font-size: 12px;
}
.marketinfo-link .link-btn-small02 span {
	background: url(/content/dam/daiwasecurities/sp/resource/images/pdf_icon.png) no-repeat right center !important;
	background-size: 26px 13px !important;
}


._itemTop .text p {
	margin-top: 0;
}
	
#marketMenu .btnLink .icon {
	margin-right: 0;
}
#marketMenu .btnLink .text {
	line-height: 1.5;
}


/* マーケット動画 */
#mk_mov {
	position: absolute;
	top: -75px;
}
