@charset 'UTF-8';

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color: #000;
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

#yui3-css-stamp.cssreset {
	display: none;
}

/* init */
html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body,
input,
textarea,
select,
button {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.38;
	min-width: 980px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

option {
	padding: 0;
}

a {
	color: #193a9e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	margin: 0;
	border: 0;
	cursor: pointer;
}

button:hover {
	opacity: .8;
}

img {
	vertical-align: bottom;
}

/* header */
.header {
	border-bottom: solid 5px #ffc700;
	padding: 1rem 0;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 98rem;
	margin: 0 auto;
}

.header-nav {
	display: flex;
	align-items: center;
}

.header-nav_list {
	display: flex;
	align-items: center;
}

.header-nav_button {
	margin-left: 1rem;
}

.header-item {
	line-height: 1;
}

.header-item:not(:first-child) {
	border-left: 1px solid #333;
}

.header-link {
	display: inline-block;
	color: #333;
	padding: .3rem 2rem;
	font-size: 1.3rem;
	line-height: 1;
}

/* breadcrumb */
.breadcrumb-list {
	display: flex;
	width: 98rem;
	margin: 1rem auto 0;
	font-size: 1.3rem;
}

.breadcrumb-item {
	display: flex;
}

.breadcrumb-item:not(:first-child)::before {
	content: "＞";
	margin: 0 1em;
	color: #999;
}

/* footer */
.page-top {
	padding-top: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}

#navi-footer {
	background-color: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	line-height: 1.43;
}

#footer_common {
	width: 100%;
	min-width: 98rem;
}

#ft_nav {
	padding: 1.7rem 0;
	background-color: #ffc700;
	font-size: 1.4rem;
	text-align: center;
}

#ft_nav>ul {
	display: flex;
	justify-content: center;
}

#ft_nav>ul>li {
	padding: 0 3.6rem;
	line-height: 1;
}

#ft_nav>ul>li:not(:first-child) {
	border-left: solid 1px #333;
}

#ft_nav>ul>li>a {
	color: #333;
	line-height: 1;
}

#ft_links {
	padding: 1.3rem;
	background-color: #424242;
	text-align: center;
}

#ft_links>ul {
	display: flex;
	justify-content: center;
}

#ft_links>ul>li {
	padding: 0 1.4rem;
}

#ft_links>ul>li>a {
	color: #fff;
}

#ft_btm {
	padding: 3rem 0;
	background-color: #212121;
	color: #fff;
}

.ft_inner {
	display: flex;
	max-width: 98rem;
	margin: 0 auto;
}

.ft_logo {
	padding-top: .5rem;
}

.ft_logo>p {
	margin-top: 1.2rem;
	font-size: 1.2rem;
}

.ft_info {
	margin-left: 3.6rem;
	line-height: normal;
}

.ft_info>ul>li>a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.shinsei_footer {
	margin-top: 1rem;
}

.footer-main {
	color: #fff;
}

.footer-link {
	color: #fff;
}

/* utility */
.skip {
	position: absolute;
	left: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.link-cmn {
	color: #225dcc;
}

.link-cmn:hover {
	text-decoration: none;
}

.link-result {
	color: #1155cc;
}

.link-pagers {
	color: #193a9e;
}

.link-url {
	color: #008000;
}

.txt-emphasis {
	color: #e01515;
}

/* contents */
.contents {
	display: flex;
	justify-content: space-between;
	width: 98rem;
	margin: 1rem auto;
}

.contents_main {
	width: 73rem;
}

.contents_side {
	width: 22.4rem;
}

.main-title {
	width: 98rem;
	margin: 1.5rem auto 0;
	font-size: 3rem;
	font-weight: bold;
}

.search-area {
	margin-top: 3.5rem;
	background-color: #eee;
}

.search-form {
	display: flex;
	position: relative;
	width: 98rem;
	padding: 1rem 0;
	margin: 0 auto;
}

.search-category {
	min-width: 13.5rem;
	height: 4rem;
	padding: 0 4.3rem 0 1.4rem;
	border-radius: .5rem;
	border: 1px solid #7d7d7d;
	box-shadow: .1rem .1rem 0 #a6a6a6;
	-moz-box-shadow: .1rem .1rem 0 #a6a6a6;
	-webkit-box-shadow: .1rem .1rem 0 #a6a6a6;
	background: url(https://info.monex.co.jp/static/product/image/www/index/search/arrow.png) right 1.4rem center/2rem no-repeat #fff;
	cursor: pointer;
	color: #333;
}

.search {
	display: flex;
	max-height: 4rem;
	margin-left: 1rem;
	border-radius: .5rem;
	box-shadow: .1rem .1rem 0 #a6a6a6;
	-moz-box-shadow: .1rem .1rem 0 #a6a6a6;
	-webkit-box-shadow: .1rem .1rem 0 #a6a6a6;
}

.search_input {
	min-width: 53.5rem;
	padding: 0 2rem 0 1rem;
	border: 1px solid #7d7d7d;
	border-radius: .5rem 0 0 .5rem;
}

.search_input::-webkit-search-cancel-button {
	position: absolute;
	right: .5rem;
}

.search_button {
	display: block;
	height: 100%;
	padding: 0 2.5rem;
	border-radius: 0 .5rem .5rem 0;
	background: url(https://info.monex.co.jp/static/product/image/www/index/search/magnifying-glass.png) center no-repeat #7d7d7d;
}

.search_button:hover {
	cursor: pointer;
	opacity: .8;
}

.search-hint {
	margin-left: 2.6rem;
}

.search-hint_summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 22.3rem;
	padding: .7rem 1.5rem .6rem 2rem;
	border: 0;
	background: #7d7d7d;
	border-radius: .5rem;
	box-shadow: .1rem .1rem 0 #a6a6a6;
	-moz-box-shadow: .1rem .1rem 0 #a6a6a6;
	-webkit-box-shadow: .1rem .1rem 0 #a6a6a6;
	font-size: 1.8rem;
	color: #fff;
}

.search-hint_summary::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 1rem;
	border-left: 0.7rem solid transparent;
	border-right: 0.7rem solid transparent;
	border-bottom: 0.7rem solid #fff;
}

.search-hint_summary[aria-expanded="false"]+* {
	display: none;
}

.search-hint_summary[aria-expanded="true"]::after {
	border-top: 0.7rem solid #fff;
	border-bottom: 0;
}

.search-hint_detail {
	z-index: 10;
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	padding: 1.7rem 2.7rem;
	background-color: #c8c8c8;
}

.search-hint_title {
	font-weight: bold;
}

.search-hint_title:not(:first-child) {
	margin-top: 2rem;
}

.search-anchor-list {
	display: grid;
	display: -ms-grid;
	grid-template-columns: auto auto auto;
	-ms-grid-columns: auto auto auto;
	margin: .6rem 2rem 2rem;
}

.search-anchor-item {
	padding-top: .8rem;
}

.search-anchor-link {
	display: flex;
	padding-left: 2.4rem;
	text-decoration: none;
	background: url(https://info.monex.co.jp/static/product/image/www/index/search/arrow.png) left center/2rem no-repeat #fff;
	font-size: 1.8rem;
	color: #333;
}

.news-box {
	margin-top: 1.5rem;
}

.news-list {
	display: flex;
}

.news-list:not(:first-child) {
	margin-top: 1.5rem;
}

.news-title {
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: 1.5rem;
	padding: 0.3rem 0.8rem;
	background-color: #4c586f;
	color: #fff;
}

.news-box {
	border:2px solid #e0e0e0;
	padding: 1.5rem 1rem;
}

.news-detail_text {
	font-size: 2rem;
}

.news-detail_text:not(:first-child) {
	margin-top: .5rem;
}

.result-section {
	margin-top: 2.7rem;
}

.result-title {
	width: 100%;
	padding: 1.6rem 2rem 1.3rem;
	border-radius: .5rem;
	background-color: #ffc700;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	color: #333;
}

.result-area {
	margin: 0 1.5rem;
}

.search-display-text {
	margin-top: 1.5rem;
	font-size: 1.8rem;
}

.result-list {
	margin-top: 2.4rem;
}

.result-item:not(:first-child) {
	margin-top: 1.6rem;
	padding-top: 1.6rem;
	border-top: 1px solid #e1c561;
}

.result-item.-float {
	display: flex;
}

.result-item.-float .result-image {
	margin-right: 1.7rem;
}

.result-image img {
	width: 19.8rem;
	height: auto;
	border:1px solid #eee;
}

.img-bdr_01 {
	border: 1px solid #7d7d7d;
}

.result_title {
	font-size: 2rem;
}

.result_title>a>span {
	background-color: #ffffcc;
	font-weight: bold;
}

.result_detail {
	margin-top: 1.2rem;
}

.result_detail>span {
	font-weight: bold;
}

.result_url {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	word-break: break-all;
}

.result-pager {
	display: flex;
	justify-content: space-between;
	margin: 4rem 0 0;
	padding-bottom: 2rem;
}

.pager-list {
	display: flex;
}

.pager-item {
	margin: 0 .3rem;
	text-align: center;
}

.pager-item span,
.pager-item a:hover {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #e1c561;
	text-decoration: none;
}

.pager-item a {
	display: inline-block;
	width: 2rem;
	height: 2rem;
}

.pager-prev {
	margin-right: .5rem;
}

.pager-next {
	margin-left: .5rem;
}

.pager-prev a:hover,
.pager-next a:hover {
	text-decoration: underline;
}

.more-link a {
	font-size: 2rem;
	font-weight: bold;
}

.more-link a:hover {
	text-decoration: underline;
}

.btn-cmn-account:visited,
.btn-cmn-move:visited {
	color: #fff;
}

.button-account {
	display: inline-block;
	max-width: 33rem;
	width: 100%;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
	box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	background-color: #ff7200;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

.button-account:hover {
	background-color: #ff9540;
	text-decoration: none;
}

.button-account>span {
	display: block;
	padding: 1.2rem 2rem 1.1rem;
	line-height: 2.2rem;
	text-align: center;
}

.button-login {
	display: inline-flex;
	align-items: center;
	height: 2.6rem;
	padding: 0 1rem 0 3rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
	box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 .1rem .3rem rgba(1, 1, 1, 0.5);
	background: url(https://info.monex.co.jp/image/common/ico-login_01.png) #2eb975 left 1rem center/1.5rem 1.5rem no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-align: center;
}

.button-login:hover {
	background-color: #62cb98;
	text-decoration: none;
}

.side-section {
	margin-top: 1.3rem;
}

.side-section+.side-section {
	margin-top: 2.7rem;
}

.side-title {
	border-top: 2px solid #e0e0e0;
	padding: .5rem .8rem .4rem;
	background-color: #eee;
	font-size: 1.4rem;
}

.ranking-list {
	margin-top: 1.8rem;
	counter-reset: count 0;
}

.ranking-item:not(:first-child) {
	margin-top: .7rem;
}

.ranking-item::before {
	display: inline-block;
	content: counter(count);
	counter-increment: count 1;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
	line-height: 2rem;
	background-color: #eee;
	text-align: center;
	font-size: 1.4rem;
}

.ranking-item:first-child:before {
	background-color: #ad9951;
	color: #fff;
}

.ranking-item:nth-child(2):before {
	background-color: #bdbdbd;
	color: #fff;
}

.ranking-item:nth-child(3):before {
	background-color: #ad8975;
	color: #fff;
}

.ranking-link {
	font-size: 1.4rem;
}

.info-banner {
	margin-top: 1.3rem;
}
.dscr {
  background-color: #fff;
  padding: 15px;
  margin: 15px 0 20px;
  width: auto;
  text-align: center;
}
.dscr a {
  font-size: 161.6%;
}
