@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

@font-face {
	font-family: "threedots";
	src: local('arial');
	unicode-range: U+2026;
}

body,
table,
input, textarea, select, option {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
    overflow-anchor: none;
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
	margin: 0 auto 0px;
	width: 980px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #FFF;
}

#header .hInner {
	margin: 0 auto;
	padding: 20px 0 0px;
	width: 980px;
	position: relative;
}

#header .hBtn {
	padding-top: 15px;
	float: left;
}
#header .hBtn a {
	text-decoration: none;
}
#header .hBtn span.nikkei_logo {
	display: table-cell;
	border: 1px solid #c4d1d7;
	height: 28px;
	vertical-align: middle;
	width: 72px;
	text-align: center;
	font-size: 11px;
	color: #3e5360;
}
#header .hBtn span.nikkei_logo:hover {
	background-color: #f8f9fa!important;
}

#header .menu .on img {
	visibility: hidden;
}

#header .logoBox {
    float: left;
    width: 570px;
    text-align: center;
    padding-left: 61px;
}

#header .logoBox h1 {
	margin-left: 141px;
}

#header .btnList {
	margin-top: 15px;
	float: right;
	width: 60px;
}

#header .btnList li {
	float: left;
}

#header a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#header .listBox {
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: #fff !important;
	width: 980px;
}
.fixHeader {
	background-color: #fff !important;
}
#header .listUl li {
	float: left;
	width: 122px;
	display: table-cell;
	font-size: 1.2em;
	line-height: 1.2;
	overflow: hidden;
	background-color: #fff!important;
}

#header .listUl li span {
	display: block;
	display: table-cell;
	vertical-align: middle;
}

#header .listUl li .txt {
	white-space: nowrap;
    color: #333;
    padding-left: 5px;
    height: 30px;
}

#header .listBox .innerBox {
	padding-top: 15px;
	background-color: #fff;
}

#header .listBox .innerBox .listUl {
	float: left;
	width: 840px;
}

#header .listBox .innerBox .more {
	padding-top: 10px;
	float: right;
	width: 140px;
	text-align: center;
}

#header .listBox .innerBox .more a {
	padding-right: 20px;
	color: #3e5360;
	font-size: 1.2em;
	background: url(../../../img/pc/common/icon04.png) no-repeat right 5px;
}

#header .listBox .innerBox .more .on {
	background: url(../../../img/pc/common/icon05.png) no-repeat right 5px;
}

#header .menuBox {
	display: none;
	background-color: #FFF!important;
}

#header .menuBox .listUl {
	padding-top: 10px;
	background-color: #fff!important;
}

#header .menuBox .listUl .last {
	border-right: none;
}

#header .menuBox .list {
	margin-top: 15px;
	padding-top: 19px;
	border-top: 1px solid #3A4C57;
}

#header .menuBox .list li {
	margin: 0 14px 0 10px;
	display: inline;
}

#header .menuBox .list li a {
	padding-left: 21px;
	display: inline-block;
	color: #3e5360;
	font-size: 1.2em;
	background: url(../../../img/pc/common/h_icon.png) no-repeat left 1px;
	background-size:14px 14px;
}
.listBox a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.listBox a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#header .menuBox.on .fixHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 100;
}

#header .fixHeader .subFix {
	margin: 0 auto;
	width: 980px;
	background-color: #fff !important;
}

@media screen {
    #header .fixHeader.on {
        height: 69px;
    }

    #header .fixHeader.on .subFix {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    #header .fixHeader.on .subFix .listBox {
        padding: 13px 0 13px 0;
    }
    #header .fixHeader.on .subFix .listBox:after {
        content: '';
        position: absolute;
        width: 980px;
        height: 5px;
        margin-top: 13px;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.09) 56%, rgba(0,0,0,0.13) 63%, rgba(0,0,0,0.17) 81%, rgba(0,0,0,0.24) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.04) 41%,rgba(0,0,0,0.09) 56%,rgba(0,0,0,0.13) 63%,rgba(0,0,0,0.17) 81%,rgba(0,0,0,0.24) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.04) 41%,rgba(0,0,0,0.09) 56%,rgba(0,0,0,0.13) 63%,rgba(0,0,0,0.17) 81%,rgba(0,0,0,0.24) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }
    #header .fixed_search_input_header {
       position: fixed;
       top: 10px;
       padding-top: 0;
       margin-left: 661px;
       z-index: 999999;
    }
    #header .fixed_search_input_header .suggest_search_header {
       top: 30px;  
    }
    #header .menuBox.hide {
        display: none!important;
    }
    #header .listChannelHeader, #header .fixHeader.on .listChannelHeader.on {
        margin-bottom: 20px;
    }
    #header .fixHeader.on .listChannelHeader {
        margin: 0 3px 0 3px;
        margin-bottom: 0;
    }
    #header .listChannelHeader img {
        vertical-align: middle;
    }
    #header .listChannelHeader .listChannelNavi {
        font-size: 11px;
        margin-left: 22px;
        vertical-align: middle;
    }
    #header .listChannelHeader .listChannelNavi a{
        color: #666;
        text-decoration: underline;
    }
    #header .listChannelHeader .allChannel {
        float: right;
        font-size: 12px;
        margin-top: 1px;
    }
    #header .listChannelHeader .allChannel img{
        margin-right: 8px;
    }
    #header .listChannelHeader .allChannel span {
        position: relative;
        top: 2px;
    }
    #header .listChannelHeader.show {
        display: block!important;
    }
}
/*.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
*/

/* color
------------------------------------------------------------------------*/
.listBox .listUl .purple {
	color: #8b55b1;
}

.listBox .listUl .yellow {
	color: #DDB543;
}

.listBox .listUl .green {
	color: #019D86;
}

.listBox .listUl .blue {
	color: #4F6FBF;
}

.listBox .listUl .red {
	color: #e63645;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 650px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 300px;
	float: right;
}

#sideBar .banner {
}

#sideBar .banner a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar h2 {
	padding: 6px 0;
	color: #4b5e69;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	background-color: #F8F9FA;
	border-top: 3px solid #3e5360;
}

#sideBar h2 span {
	margin-bottom: 4px;
	display: block;
	font-size: 2em;
	font-family: 'Lato-BoldItalic';
}

#sideBar .h2Ttl {
	padding: 6px 10px;
	position: relative;
	text-align: left;
}

#sideBar .h2Ttl span {
	display: inline-block;
}

#sideBar .h2Ttl .small {
	margin-left: 8px;
	font-size: 1.2em;
	font-family: 'Lato-Regular';
}

#sideBar .h2Ttl a {
	padding: 4px 13px 5px 5px;
	width: 37px;
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 1.2em;
	border: 1px solid #C4D1D7;
	background: #FFF url(../../../img/pc/common/h_icon.png) no-repeat 35px 5px;
	background-size:14px 14px;
}

#sideBar .h2Ttl a:hover {
	text-decoration: none;
}

#sideBar .ranking-list {
	margin-bottom: 30px;
}

#sideBar .sList {
	margin-bottom: 30px;
	border-bottom: 1px solid #DBDCDC;
}

#sideBar .sList li {
	border-top: 1px solid #DBDCDC;
}

#sideBar .sList li a {
	padding: 12px 7px 12px 0;
	display: block;
	font-size: 1.2em;
	overflow: hidden;
}

#sideBar .sList li a:hover {
	text-decoration: none;
}

#sideBar .sList li a:hover .txtBox {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sList li a span {
	display: block;
}

#sideBar .sList li a .num {
	padding: 17px 8px 0 0;
	float: left;
	color: #c0cbd2;
	font-size: 1.8em;
	font-family: 'Lato-BoldItalic';
        text-align: center;
}
.channel-a2b2 #sideBar .border-bottom {
	border-bottom: 1px solid #DBDCDC;
}
.channel-a2b2 #sideBar .no-margin-bottom {
	margin-bottom: 0;
}
.channel-a2b2 #sideBar .no-border-top {
	border-top: 0;
}
.channel-a2b2 #sideBar .sList li a .num {
	padding: 12px 8px 0 0;
}

#sideBar .sList li a .txtBox {
	margin-right: 17px;
	float: left;
	width: 180px;
	word-wrap: break-word;
}

#sideBar .sList li a .txtBox .txt {
	font-family: 'Lato-Regular';
	font-size: 10px;
	margin-bottom: 6px;
	line-height: 1;
}
#sideBar .sList li a .txtBox .ttl {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px;
}

#sideBar .sList li a .txtBox .note {
	color: #a9b9c3;
	font-size: 10px;
}

#sideBar .sList li a .fltImg {
	margin: 1px -7px 0 0;
	float: left;
}

#sideBar .sList li a .fltImg > img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#sideBar .sList li a:hover .fltImg > img {
	opacity: 0.5;
}

#sideBar .sList .purple a .fltImg {
	background: #B584D8;
}

#sideBar .sList .blue a .fltImg {
	background: #4F6FBF;
}

#sideBar .sList .green a .fltImg {
	background: #3e5360;
}

#sideBar .sList .yellow a .fltImg {
	background: #DDB543;
}

#sideBar .sList01 li {
	float: left;
	width: 150px;
}

#sideBar .sList01 li a {
	padding: 15px;
}

#sideBar .sList01 .liStyle a {
	border-right: 1px solid #DBDCDC;
}

#sideBar .sList01 li a:hover,
#sideBar .sList02 li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sList03 li a {
	padding-right: 0;
}

#sideBar .sList03 li a .fltImg {
	margin-right: 0;
	float: right;
}

#sideBar .sList03 li a .txtBox {
	width: 200px;
	font-size: 12px;
	line-height: 18px
}

#sideBar .contactTtl {
	margin-bottom: 10px;
	color: #3e5360;
	font-size: 1.2em;
	text-align: center;
}

#sideBar .contactTtl span {
	padding-left: 10px;
	display: inline-block;
	background: url(../../../img/pc/common/contact_ttl_bg01.png) no-repeat left 3px;
}

#sideBar .contactTtl span span {
	padding-right: 15px;
	background: url(../../../img/pc/common/contact_ttl_bg02.png) no-repeat right 3px;
}

#sideBar .mail {
	margin-bottom: 30px;
}

#sideBar .mail a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sLink {
	margin-bottom: 30px;
}

#sideBar .sLink a {
	padding: 10px;
	display: block;
	color: #3a4c57;
	font-size: 1.2em;
	background: url(../../../img/pc/common/h_icon.png) no-repeat 274px 11px;
	background-size:14px 14px;
	border: 1px solid #C4D1D7;
}

#sideBar .sLink a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .insertHtml {
	color: #333;
	margin-bottom: 30px;
}

#main .comTxtDl {
	background: url(../../../img/pc/common/line01.gif) repeat-x left bottom;
}

#main .comTxtDl dl {
	padding: 20px 0 5px;
	color: #666;
	font-size: 1.2em;
	background: url(../../../img/pc/common/line01.gif) repeat-x left top;
}

#main .comTxtDl dt {
	float: left;
}

#main .comTxtDl dd {
	padding: 0 0 15px 4em;
}

#main .comTxtDl dd a {
	color: #666;
}

#sideBar .follow {
	padding-top: 26px;
}

#sideBar .follow .facebook {
	margin-bottom: 10px;
}

#sideBar .follow .mail {
	margin-bottom: 10px;
}

#sideBar .follow .twitterList li {
	padding-bottom: 10px;
}

#sideBar .follow .twitterList li img {
	margin: 9px 5px 9px 9px;
	vertical-align: middle;
	display: inline;
}

#sideBar .follow .twitterList li a {
	background-color: #2ca8d2;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 40px;
}

#sideBar .ranking-header {
	padding-top: 12px;
}

#sideBar .ranking-header img {
	padding-right: 10px;
}

#sideBar .ranking-header .ranking-title {
	font-size: 14px;
}

#sideBar .ranking-more {
	padding: 4px 26px 5px 5px;
	font-size: 1.2em;
	border: 1px solid #C4D1D7;
	background: #FFF url(../../../img/pc/common/h_icon.png) no-repeat 142px 5px;
	background-size:14px 14px;
	float: right;
	position: relative;
	top: 16px;
}

/* color
------------------------------------------------------------------------*/
#sideBar .purple a .txtBox .txt {
	color: #B584D8;
}

#sideBar .yellow a .txtBox .txt {
	color: #DDB543;
}

#sideBar .green a .txtBox .txt {
	color: #3e5360;
}

#sideBar .blue a .txtBox .txt {
	color: #4F6FBF;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 20px;
	background-color: #E3EAED;
}

#footer .fInner {
	margin-bottom: 15px;
	padding: 20px 0 30px;
	background-color: #C4D1D7;
}

#footer .fInner .innerBox {
	margin: 0 auto;
	width: 980px;
}

#footer .fInner .innerBox ul {
	float: left;
}

#footer .fInner .innerBox li {
	padding-bottom: 5px;
	float: left;
}

#footer .fInner .innerBox .bgBox {
	padding: 10px 25px;
	float: right;
	width: 465px;
	background-color: #FFF;
}

#footer .fInner .innerBox .bgBox .ttl {
	font-size: 1.4em;
	font-weight: bold;
}

#footer .fBox {
	margin: 0 auto 20px;
	width: 972px;
}

#footer .fBox .linkBox {
	margin-bottom: 15px;
}

#footer .fBox .linkBox p {
	float: left;
	color: #3e5360;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer .fBox .fNavi {
	float: left;
}

#footer .fBox .fNavi li {
	display: inline;
	font-size: 1.4em;
}

#footer .fBox .fNavi li a {
	margin: 0 6px;
	color: #3e5360;
}

#footer .fBox .fNavi li .head {
	margin: 0 6px 0 0;
}

#footer .fBox .linkBox02 {
	margin-bottom: 0;
}

#footer .fBox .linkBox02 p {
	font-size: 1.2em;
}

#footer .fBox .linkBox02 .fNavi li {
	font-size: 1.2em;
}

#footer .btmInner {
	padding: 15px 0 10px;
	background-color: #3F5260;
}

#footer .btmInner .btmBox {
	margin: 0 auto;
	width: 992px;
}

#footer .btmInner .btmBox .txt {
	float: left;
	width: 500px;
}

#footer .btmInner .btmBox .txt a {
	color: #dee6ea;
	font-size: 1.2em;
	text-decoration: underline;
}

#footer .btmInner .btmBox .txt a:hover {
	text-decoration: none;
}

#footer .btmInner .btmBox .rBox {
	float: right;
	width: 442px;
}

#footer .btmInner .btmBox .rBox .fLogo {
	margin-right: 7px;
	float: left;
}

#footer .btmInner .btmBox .rBox .fLogo01 {
	margin: 0 20px 0 0;
}

#footer .btmInner .copyright {
	float: left;
	color: #FFF;
	font-size: 1.3em;
}

#footer .btmInner .fLogo a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.threedots {
  font-family: threedots;
  display: inline-block!important;
}
/*Read more icon for external link */
.icon-external-link:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
.RToaster {
    padding: 0 20px 0 30px;
    position: fixed;
    bottom: -999px;
    z-index: 99999;
    width: 255px;
    height: 141px;
    text-align: center;
    color: #3b545f;
    font-weight: bold;
    left: 50%;
    font-size: 14px;
    margin-left: -144px;
    background: url(../../../img/pc/common/rtoaster_frame.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../../img/pc/common/rtoaster_frame.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../../img/pc/common/rtoaster_frame.png', sizingMethod='scale')";
    display: table;
}
a.boxclose{
    position: absolute;
    top: 14px;
    right: 19px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.rtoaster-icon {
    height: 34px;
    width: 27px;
    vertical-align: middle;
    top: -4px;
    position: relative;
    margin-right: 3px;
    float: left;
    margin-top: -7%;
}
a.boxclose img{
    height: 17px;
    width: 17px;
}
.textRtoaster {
    background-color:#c2d1d6;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 2px;
    float: left;
    text-align: left;
    width: 182px;
    margin-top: -7%;
}
.rtoasterContainer {
    display: table-cell;
    vertical-align: middle;
}
.facebook_share_count {
    line-height: 11px;
    color: #335c94;
    margin-top: 5px;
    display: table!important;
 }
.facebook_share_count div.fbShareCountBtn {
	float: left;
	margin: 0 4px 0 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #3b5998;
}
div.fbShareCountBtn:before {
    content: "\e905";
    color: #3b5998;    
    font-family: 'iconsns' !important;
    position: absolute;
    font-size: 8px;
    line-height: 11px;
    width: 10px;
    text-align: center;    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
 .search_input_header {
    float: left;
    padding-top: 15px;
    height: 30px;
    position: relative;
    margin-left: 15px;
 }
 .input_keyword_header {
    height: 26px;
    width: 150px;
    border: 1px solid #C4D1D7;
    float: left;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1px 0px 1px 10px;
 }
span.search_submit_header {
    border-bottom: 1px solid #c4d1d7;
    border-right: 1px solid #c4d1d7;
    border-top: 1px solid #c4d1d7;
    cursor: pointer;
    float: right;
    height: 28px;
    vertical-align: middle;
    width: 28px;
    background: url(../../../img/pc/common/header_search_btn.png) no-repeat scroll center center;
    background-size: 17px 17px;
}
.search_input_header div {
    background-color: #fff !important;
    
}
.search_submit_result img{
    vertical-align: middle!important;
}
.facebook_share_count label {
    display: table-cell!important;
    font-size: 10px;
    line-height:12px;
    vertical-align: middle;
}
.search_input_header .suggest_search, .search_input_header .suggest_search_nodata {
    border-bottom: 1px solid #c4d1d7;
    border-left: 1px solid #c4d1d7;
    border-right: 1px solid #c4d1d7;
    /*max-height: 280px*/;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 12px;
    color: #666;
    width: 190px;
}
.search_input_header .suggest_search li {
    height: 30px;
    line-height: 30px;
}
.search_input_header .suggest_search li a, .search_input_header .suggest_search li.auto_complete_keyword {
    color: #666;
    padding: 0px 15px;
    display: block;
    cursor: pointer;
}
.search_input_header .suggest_search_header {
    cursor: pointer;
    left: 0;
    min-width: 192px;
    position: absolute;
    text-align: left;
    top: 45px;
    z-index: 2000;
}
.listChannelHeader .suggest_search_header {
    top: 30px;
}
.suggest_search_header .fourth_li {
    border-bottom: 1px dotted #dbdcdc;
} 
 .suggest_search li:hover{
    background-color: #f8f9fa;
 }
 .search_input_header .loading {
    z-index: 2000;
    opacity: 0.5px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    min-height: 70px;
 }
 .content_loading .loading {
    position: absolute;
    z-index: 4000;
    margin: 150px 0 0 310px;
}
.search_input_header .suggest_search_nodata {
    height: 50px;
    line-height: 50px;
}
.search_input_header .suggest_search li a:hover {
   text-decoration: none!important;
}
.li_suggest_seperate {
    background: rgba(0, 0, 0, 0) url("../../../img/pc/common/search_line.png") repeat-x scroll left top / 1px 1px;
    padding: 4px 0 0px 15px !important;
    color: #364955;
    font-size: 12px;
    font-weight: bold;
}
.suggest_search li.li_suggest_seperate:hover {
    cursor: initial;
    background-color: inherit;
}
 .suggest_search li:hover, .suggest_search li.selected{
    background-color: #f8f9fa;
 }
.igoShogi {
    margin-bottom: 30px;
}
.igoShogi img {
    margin-bottom: 20px;
}
.igoShogi img.last {
    margin: 0;
}
