﻿@charset "utf-8";

::placeholder {
  color: #A4A4A4;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A4A4A4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #A4A4A4;
}

button {
  padding: 0;
  text-align: center;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

button:hover {
  opacity: 0.8;
}

input {
  background-color: white;
}

.hidden {
  display: none;
}

.sec-price,
.sec-company {
  display: flex;
}

.sec-price > div,
.sec-company > div {
  width: 100%;
}

.tbl-price {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #A6A6A6;
  height: 100%;
  font-size: 85%;
}

.tbl-price td {
  border: none;
  border-top: 1px solid #A6A6A6;
  padding: 14px 0;
}

.sec-price .tbl-price td {
  width: 33%;
}

.tbl-price span {
  display: none;
}

.tbl-price td:nth-child(1) {
  background-color: #F6F6F6;
}

.tbl-price td:nth-child(2) {
  text-align: right;
  padding-right: 5px;
}

.down-price {
  color: #668ddc;
}

.up-price {
  color: #db5353;
}

.size-12-bold {
  font-size: 120%;
  font-weight: bold;
}

.tbl-price .pr-title {
}

.tbl-price .pr-value {
}

.tbl-price .pr-time {
}

.btn-20 {
  height: 50px;
  text-align: center;
  margin: 23px auto;
  width: 80%;
  vertical-align: middle;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
}

.btn-20 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.btn-20:hover {
  opacity: 0.8;
}

.btn-20-wrap {
  background-color: #F6F6F6
}

.div-btn-20 > div:nth-child(1) {
  background-color: #52B8C7
}

.div-btn-20 > div:nth-child(2) {
  background-color: #FF7C80
}

.div-btn-20 > div:nth-child(3) {
  background-color: #70AD47
}

.btn-20-note {
  margin-top: 14px;
  margin-left: 26px;
}

.ttl-h2-01 span {
  font-size: 60%;
}

.chart-stock {
  width: 100%;
  height: 500px;
  max-width: 100%;
}

.sec-company {
}

.sec-company .tbl-price td {
  width: 50%;
}

.sec-company > div {
  margin-right: 50px;
}

.sec-company > div:nth-child(2) {
  margin-right: 0;
}

.lay-wrap-btn {
  display: flex;
}

.lay-wrap-btn > div {
  width: 100%;
  margin-right: 20px;
}

.lay-wrap-btn > div + div {
  margin-right: 0px;
}

.btn-trade {
  padding: 9px;
  width: 100%;
  text-align: center;
}

.member-li {
  border-bottom: 1px solid #BFBFBF;
  display: flex;
  padding: 20px 0;
}

.member-li > div:nth-child(1) {
  margin-right: 20px;
  min-width: 150px;
}

.li-info div {
  width: 100%;
  margin-top: 5px;
}

.li-info > div:nth-child(1) {
  color: #808080;
}

.li-info > div:nth-child(2) {
  font-weight: bold;
}

.wrap-ttl {
  display: flex;
  border-bottom: 4px solid #dddddd;
  margin: 0 0 1em 0 !important;
}

.wrap-ttl h2 {
  border-bottom: none !important;
  margin: 0 !important;
}

.btn-reload {
  background: #ED7D31;
  position: relative;
  width: 90px;
  height: 37px;
  margin: 7px 10px 20px;
}

.btn-reload img {
  height: 16px;
  width: 16px;
  transition: all 0.4s ease-in-out;
}

.btn-reload:hover img {
  transform: scale(1.2);
}

.itemBox {
  border: solid 3px #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
}

.itemBox .itemImg {
  width: 150px;
  height: 150px;
  padding-left: 15px;
  margin: 15px 0;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.itemBox .itemImg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.itemBox .itemInfo {
  width: 390px;
  margin: 30px 15px;
}

.itemBox .itemInfo p {
  font-size: 0.8em;
}

.itemBox .itemInfo h2 {
  font-size: 1.5em;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #ccc;
}

.itemBox .itemInfo h2 a {
  color: #45afeb;
  font-weight: bold;
}

.itemBox .itemInfo dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}

.itemBox .itemInfo dl dt {
  width: 50%;
}

.itemBox .itemInfo dl dt::after {
  content: "：";
}

.itemBox .itemInfo dl dd {
  width: 50%;
}

.itemBox .itemCost {
  width: 290px;
  background-color: #f5f5f5;
  padding: 30px 0;
  text-align: center;
  line-height: 2;
}

.itemBox .itemCost h3 {
  font-size: 2em;
  font-weight: bold;
  color: #e00025;
}

.itemBox .itemCost ul {
  line-height: 2;
  margin-bottom: 2em;
}

.itemBox .itemCost .buyBtn {
  width: 150px;
  margin: 0 auto;
}

.itemBox .itemCost .buyBtn a {
  display: block;
  background-color: #f36d17;
  color: #fff;
  text-decoration: none;
}

.itemBox .itemCost .buyBtn a:hover {
  opacity: 0.8;
}


/* この銘柄に関する投資情報 */
#news-area {
	margin-bottom:5em;
}
	#news-area a {
		position:relative;
		display:block;
		text-decoration: none;
		border-bottom:1px solid #edeff2;
		padding:10px 0;
	}
		#news-area a img {
			position:absolute;
			top:15px;
			left:0;
		}
		#news-area a dl {
			padding:15px 0 15px 120px;
			text-decoration: none;
		}
		#news-area a dt {
			color: #7c7c7c;
			font-size:13px;
		}
		#news-area a dd {
			color: #333;
			font-weight:bold;
		}
		#news-area a:hover dd {
			text-decoration: underline;
		}


@media screen and (max-width: 768px) {
  .sec-price, .sec-company, .lay-wrap-btn {
    display: inherit;
  }

  .tbl-price span {
    display: initial;
  }

  .tbl-price td:nth-child(3) {
    display: none;
  }

  .btn-20-note {
    margin-left: 0;
    margin-top: 0;
  }

  .div-btn-20 {
    display: flex;
  }

  .div-btn-20 > div {
    margin-right: 10px;
    width: 33%;
  }

  .div-btn-20 > div:nth-child(3) {
    margin-right: 0;
  }

  .btn-20-wrap {
    background-color: #ffffff;
  }

  .sec-company > div:nth-child(2) {
    margin-top: 1em;
  }

  #tradeinfo_market_index .tabs {
    margin-bottom: 8%;
  }

  .market_infoWrap {
    width: 100%;
    margin-bottom: 14.5%;
  }

  .market_infoWrap p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 3.5%;
    margin-top: 0 !important;
  }

  .em-04 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .em-04::after {
    content: "\A";
    white-space: pre;
  }

  .pgh-plain-02 {
    font-size: 11px;
  }

  .market_infoBox {
    width: 100%;
    border: 2px solid #000000;
    box-sizing: border-box;
  }

  .average {
    padding: 0 !important;
  }

  .average dl {
    min-width: 0 !important;
    width: 100%;
    display: table;
    border-bottom: 1px solid #000;
  }

  .average dt {
    width: 40% !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: right;
  }

  .average dd {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5.5% 20% 5% 0;
    box-sizing: border-box;
  }

  .average dd span {
    font-size: 20px !important;
    line-height: 1;
    font-weight: bold;
  }

  .average dd span::after {
    content: "\A";
    white-space: pre;
  }

  .average dd em {
    font-size: 12px;
    line-height: 20px;
    color: #3177c9;
    padding-top: 1.5%;
  }

  .other_04:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }

  .other_04 dl {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 4.3% 0;
    background: #e5e8ec !important;
  }

  .other_04 dl:nth-child(2),
  .other_04 dl:nth-child(3) {
    background: #f8f9fa !important;
  }

  .other_04 dt {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2.5%;
  }

  .other_04 dd span {
    font-size: 14px !important;
    line-height: 1;
  }

  .other_04 dd span::after {
    content: "\A";
    white-space: pre;
  }

  .other_04 dd em {
    font-size: 11px;
    line-height: 19px;
    color: #3177c9;
  }

  .btnBg01 {
    width: 100%;
    background: #e5e8ec;
    padding: 4.5% 4.5% 4.5% 4.5%;
    box-sizing: border-box;
    margin-top: 0;
  }

  .btnBg01 p {
    text-align: left !important;
  }

  .wrap ul:last-child {
    margin-top: 2.5%;
  }

  .btnType01 a {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 4.5% 0;
    position: relative;
    background: url(../images/sp_mark_normal.png) no-repeat center left 7% #fff;
    background-size: 2% auto;
  }

  .wrap-ttl {
    border-bottom: 2px solid #dddddd;
    max-height: 36px;
    margin: 0 0 1.5em 0 !important;
  }

  .btn-reload {
    height: 32px !important;
    margin: 0px 10px 20px !important;
  }

  .itemBox {
    display: inherit;
  }

  .itemBox .itemImg {
    padding-left: 0;
    margin: 30px auto;
  }

  .itemBox .itemInfo {
    width: 90%;
    margin: 30px auto;
  }

  .itemBox .itemCost {
    width: 100%;
  }

  .itemCost .cost {
    display: flex;
    justify-content: center;
  }

  .itemCost .cost p {
    margin: auto 17px;
  }

  .itemCost .cost p span {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }


/* この銘柄に関する投資情報 */
#news-area {
	margin-bottom:12%;
}
	#news-area a {
		padding:15px 0;
		min-height:60px;
	}
		#news-area a dl {
			padding:0 0 0 100px;
		}


}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
