@charset "utf-8";

/*===============================================================
		Marine-net　BASE-CSS			2018/04/23
=================================================================*/

/*---------------------------------------------------
	基本定義
-----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
}

/*　リンク要素
-------------------------------------*/
#header_area a,
#content_left a,
#content_right a,
#content_under a,
#footer_area a {
	color: #00a0c6;
	text-decoration: none;
}

#header_area a:visited,
#content_left a:visited,
#content_right a:visited,
#content_under a:visited,
#footer_area a:visited {
	color: #800080;
	text-decoration: none;
}

#header_area a:hover,
#content_left a:hover,
#content_right a:hover,
#content_under a:hover,
#footer_area a:hover {
	color: #ff0099;
	text-decoration:underline;
	cursor: pointer;
}

#header_area a:active,
#content_left a:active,
#content_right a:active,
#content_under a:active,
#footer_area a:active {
	color: #ff0099;
	text-decoration:underline;
}

#header_area a:txtlink,
#content_left a:txtlink,
#content_right a:txtlink,
#content_under a:txtlink,
#footer_area a.txtlink {
	color: #00a0c6;
	text-decoration: underline;
}

#header_area img,
#content_left img,
#content_right img,
#content_under img,
#footer_area img,
#header_area a img,
#content_left a img,
#content_right a img,
#content_under a img,
#footer_area a img {
	border: 0;
	vertical-align: bottom;
}

#header_area a:hover img,
#content_left a:hover img,
#content_right a:hover img,
#content_under a:hover img,
#footer_area a:hover img {
	opacity:0.85;
}

/*　補足設定
-------------------------------------*/
/* --- float周りこみ回避 --- */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*　補足設定（TOP用）
-------------------------------------*/
/* --- float周りこみ回避 --- */
.clearfix_top:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/*　共通
-------------------------------------*/
/* PageTop ボタン */
.move_pagetop {
    position: fixed;
    bottom: 50px;
    right: 25px;
	width: 60px;
	height: 60px;
	background: url(../img/common/btn_pagetop.png) no-repeat;
	text-indent: -9999px;
}

/* 汎用ボタン */
#header_area .btn,
#content_left .btn,
#content_right .btn,
#content_under .btn,
#footer_area .btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28); */
}

#header_area .btn:hover,
#content_left .btn:hover,
#content_right .btn:hover,
#content_under .btn:hover,
#footer_area .btn:hover {
	text-decoration: none;
	opacity:0.85;
}

#header_area .btn.skyblue,
#content_left .btn.skyblue,
#content_right .btn.skyblue,
#content_under .btn.skyblue,
#footer_area .btn.skyblue {
	color: #fff;
	background-image: -webkit-linear-gradient(#32b3d1 0%, #01a0c6 100%);
	background-image: linear-gradient(#32b3d1 0%, #01a0c6 100%);
}

#header_area .btn.gray,
#content_left .btn.gray,
#content_right .btn.gray,
#content_under .btn.gray,
#footer_area .btn.gray {
	color: #fff;
	background-image: -webkit-linear-gradient(#858585 0%, #676767 100%);
	background-image: linear-gradient(#858585 0%, #676767 100%);
}

/* ボタンサイズ */
#header_area .btn,
#content_left .btn,
#content_right .btn,
#content_under .btn,
#footer_area .btn {
	min-width: 100px;
	line-height: 28px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}

#content_left .btn.msize,
#content_right .btn.msize,
#content_under .btn.msize {
	min-width: 200px;
	line-height: 48px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
}

#content_left .btn.ssize,
#content_right .btn.ssize,
#content_under .btn.ssize {
	min-width: 100px;
	line-height: 28px;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
}

#header_area .btn span,
#content_left .btn span,
#content_right .btn span,
#content_under .btn span,
#footer_area .btn span {
	padding: 0 11px;
}

#header_area .headnavi .btn {
	min-width: 85px;
}

#header_area .headnavi .btn span {
	padding: 0 12px;
}

/* アイコン付テキストリンク */
#header_area .txtanchor,
#content_left .txtanchor,
#content_right .txtanchor,
#content_under .txtanchor,
#footer_area .txtanchor {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	color: #00a0c6;
}

#header_area .txtanchor:hover,
#content_left .txtanchor:hover,
#content_right .txtanchor:hover,
#content_under .txtanchor:hover,
#footer_area .txtanchor:hover {
	text-decoration: none;
}

#header_area .txtanchor span,
#content_left .txtanchor span,
#content_right .txtanchor span,
#content_under .txtanchor span,
#footer_area .txtanchor span {
	padding: 2px 0 0 15px;
	background: url(../img/common/arrw_i_sky.png) no-repeat left center;
}

#category_articles_nikkei .txtanchor span {
	font-size: 20px;
}

/*---------------------------------------------------
	ヘッダー領域
-----------------------------------------------------*/
#header_area {
	display: block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
}

#header_area #head_wrap {
	width: 100%;
	height: auto;
	background-color: #fff;
}

#header_area #head_wrap .headttl_wrap {
	width: 100%;
	background-color: #f6f6f6;
}

#header_area #head_wrap .headttl {
	margin: 0 auto;
	width: 978px;
	height: 30px;
	display: table;
}

#header_area #head_wrap .headttl .sitesum {
	display: table-cell;
	max-width: 380px;
	vertical-align: middle;
}

#header_area #head_wrap .headttl .sitesum h1 {
	padding-top: 2px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}

#header_area #head_wrap .headttl .headnavi {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 0;
	padding-left: 15px;
	white-space: nowrap;
}

#header_area #head_wrap .headttl .headnavi .txtanchor span {
	display: inline-block;
	padding: 2px 8px 0 15px;
	font-size: 12px;
	line-height: 28px;
}

#header_area #head_wrap .headttl .headnavi .btn {
	display: inline-block;
	margin-left: 1px;
}

#header_area #headbody {
	margin: 0 auto;
	width: 978px;
	height: 95px;
	display: table;
}

/* ロゴ */
#header_area #headbody #logo_area {
	display: table-cell;
	vertical-align: middle;
	width: 171px;
	text-align: center;
}

#header_area #headbody #head_r {
	display: table-cell;
	vertical-align: middle;
	width: 807px;
}

#header_area #headbody .head_r_inner {
	width: 100%;
	display: block;
	padding: 10px 0 9px;
}

/* ヘッダー内バナー */
#header_area #headbody #banner{
	width: 470px;
	border: 1px solid #cccccc;
	float:left;
}

/* ワールドウォッチ */
#header_area #headbody #worldwatch{
	width: 321px;
	float: right;
}

#header_area #headbody #worldwatch .watchimg {
	margin-left:1px;
	margin-bottom:1px;
	width: 106px;
	height: 32px;
	background: #aaaaaa url(/images/world_clk.png) no-repeat center center;
	text-align: center;
	float:left;
}

#header_area #headbody #worldwatch .watchimg span {
	display: none;
	font-size: 12px;
	line-height: 32px;
}

#header_area #headbody #worldwatch .country {
	margin-left:1px;
	margin-bottom:1px;
	width: 106px;
	height: 32px;
	background-color: #eeeeee;
	font-weight: bold;
	line-height: 12px;
	float:left;
}

#header_area #headbody #worldwatch .country h5 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #00a0c6;
}

#header_area #headbody #worldwatch .country h6 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#header_area #headbody .head_r_inner.logging {
	background-color: #eeeeee;
	padding: 0 0;
	margin-bottom: 10px;
}

/* ヘッダー内検索窓 */
#header_area #searching {
	float: left;
	display: block;
	width: 335px;
	margin: 5px 5px;
}

#header_area #searching input#keyword {
	float: left;
	width: 193px;
	height: 28px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #cccccc;
}

#header_area #searching .btnloupe {
	float: left;
	margin-left: 1px;
}

#header_area #searching .btnloupe span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: #00a0c6 url(../img/common/icon_loupe.png) no-repeat center center;
}

#header_area #searching .txtanchor {
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	font-size: 13px;
}

#header_area #searching .txtanchor span {
	display: inline-block;
}

/* ログインユーザー名表示 */
#header_area #login_user {
	float: right;
	display: table;
	width: 391px;
	height: 40px;
}

#header_area #login_user span {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	padding-top: 2px;
	font-size: 14px;
	line-height: 1.2;
}

#header_area #login_user .icon_m {
	width: 40px;
	border-left: 1px solid #fff;
	background: #aaaaaa url(../img/common/icon_man.png) no-repeat center center;
	font-weight: bold;
}

#header_area #login_user .user_name {	/* jsで文字数制限20文字 */
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#header_area #login_user .mr {
	width: 20px;
	padding-right: 15px;
}

/*　モーダル Window
-------------------------------------*/
.modal_content {
	position: fixed;
	display: none;
	margin: 0;
	padding: 40px 40px;
	background-color: #f5f5f5;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.67);
	z-index: 8100;
}

.modal_overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: rgba( 0, 0, 0, 0.97);
	z-index:8000;
}

.modal_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: -webkit-linear-gradient(#4169a0 0%, #124588 100%);
	background-image: linear-gradient(#4169a0 0%, #124588 100%);
}

.modal_close span {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url("/images/icon_close.png") no-repeat center center;
}

.modal_close:hover {
	background-image: -webkit-linear-gradient(#4c75ae 0%, #1c5299 100%);
	background-image: linear-gradient(#4c75ae 0%, #1c5299 100%);
}

/* ログイン Window */
#header_area #mdl-login ul.login_inp {
	display: block;
	margin: 0 auto;
	list-style: none;
	padding: 0px;
	margin-top: 20px;
}
#header_area #mdl-login ul.login_inp li {
	display: table;
	margin: 10px ;
	min-width: 280px;
	margin-top: 10px;
}
/*
	display: table;
	margin: 0 auto;
	min-width: 280px;
	margin-top: 10px;
*/
#header_area #mdl-login ul.login_inp li span {
	display: table-cell;
	vertical-align: middle;
	width: 47%;
	font-size: 14px;
	text-align: right;
	padding-right: 1em;
}

#header_area #mdl-login ul.login_inp li input {
	display: table-cell;
	vertical-align: middle;
	width: 82px;
	height: 34px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
}

#header_area #mdl-login .login_btn {
	margin-top: 20px;
	text-align: center;
}

#header_area #mdl-login .login_btn .btn {
	width: 192px;
	line-height: 48px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
}

#header_area #mdl-login .login_btn span {
	letter-spacing: 1px;
}

#header_area #mdl-login .login_err {
	max-width: 400px;
	margin-top: 20px;
	padding: 15px 0 10px;
	background: #f4dcdc url("../img/common/icon_caution.png") no-repeat 15px center;
}

#header_area #mdl-login .login_err p {
	margin: 0;
	padding: 0 20px 0 50px;
	color: #e90000;
	font-size: 13px;
	line-height: 1.7;
}

/*　グロナビ
-------------------------------------*/
#header_area #navwrap {
	display: block;
	width: 100%;
	background-color: #04076e;
}

#header_area #gnav {
	margin: 0 auto;
	display: block;
	width: 978px;
	height: 50px;
	position: relative;
}

#header_area #gnav dt {
	display: table;
	width: 195px;
	height: 50px;
	margin: 0;
	border-left: 1px solid #04076e;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: -webkit-linear-gradient(#4169a0 0%, #124588 100%);
	background-image: linear-gradient(#4169a0 0%, #124588 100%);
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	float: left;
}

#header_area #gnav dt:first-child {
	width: 194px;
	border-left: 0;
}

#header_area #gnav dt span {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 10px);
	height: 40px;
	padding: 5px 5px;
}

#header_area #gnav dt:hover {
	background-image: -webkit-linear-gradient(#4169a0 0%, #124588 100%);
	background-image: linear-gradient(#4d77b1 0%, #1954a2 100%);
}

#header_area #gnav dt.active {
	background: url(../img/common/menu_on_bg.png) repeat;
}

#header_area #gnav dt.current span {
	background: url(../img/common/menu_on_bg.png) repeat;
}

/* 子menu */
#header_area #gnav dd {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	padding-bottom: 15px;
	background: url(../img/common/menu_on_bg.png) repeat;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
	z-index: 5000;
}

#header_area #gnav dd li a,
#header_area #gnav dd li a:active,
#header_area #gnav dd li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header_area #gnav dd ul.mlist {
	float: left;
	margin: 0;
	padding: 15px 0px 5px 20px;
	width: 716px;
}

#header_area #gnav dd ul.mlist li {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 216px;
	height: auto;
	font-size: 13.5px;
	line-height: 1.6;
	border-right: none;
	text-align: left;
	font-weight: normal;
	text-shadow: none;
	background-image: none;
	padding: 4px 0 2px 16px;
	background: url(../img/common/arrw_i_gry.png) no-repeat left 9px;
}

#header_area #gnav dd ul.mlist li:nth-child(3n) {
	margin-right: 0;
}

#header_area #gnav dd ul.mlist li:hover a {
	color: #ff6082;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}

#header_area #gnav dd .submenu-bnr {
	float: right;
	margin: 20px 20px 5px 0;
	width: 220px;
	height: auto;
}

#header_area #gnav dd .submenu-bnr img {
	width: 218px;
	height: auto;
	border: 1px solid #fff;
}

/* 閉じるボタン */
#header_area #gnav dd .close-btn {
	display: block;
	position: absolute;
	bottom: -13px;
	left: 450px;
	width: 48px;
	font-size: 13px;
	text-align: center;
	color: #00a0c6;
	padding: 4px 6px 3px 25px;
	background: #f6fcfe url(../img/common/icon_tri_up.png) no-repeat 12px center;
	background-size: 11px auto;
	box-shadow: 0 2px 4px rgba(53, 123, 140, 0.8);
	border-radius: 3px;
	cursor: pointer
}

#header_area #gnav dd .close-btn:hover {
	background: #fff url(../img/common/icon_tri_up.png) no-repeat 12px center;
	background-size: 11px auto;
}

#header_area #gnav dd ul.mlist_right-edge {
    float: right;
    padding: 15px 0px 5px 20px;
    width: 716px;
}
 
#header_area #gnav dd .submenu-bnr_right-edge {
    float: left;
    padding: 15px 0px 5px 20px;
    width: 220px;
    height: auto;
}

#header_area #gnav dd ul.mlist_right-edge li {
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 216px;
    height: auto;
    font-size: 13.5px;
    line-height: 1.6;
    border-right: none;
    text-align: left;
    font-weight: normal;
    text-shadow: none;
    background-image: none;
    padding: 4px 0 2px 16px;
    background: url(../img/common/arrw_i_gry.png) no-repeat left 9px;
}

/*---------------------------------------------------
	コンテンツ領域
-----------------------------------------------------*/
div#contentswrap {
	margin: 15px auto 20px;
	width: 978px;
	height: 100%;
}

/*---------------------------------------------------
	フッター領域
-----------------------------------------------------*/
#footer_area {
	display: block;
	width: 100%;
	background-color: #114488;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
}

#footer_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_area a img {
	border: none;
	vertical-align: baseline;
}

#footer_area #footer_wrap {
	margin: 0 auto;
	display: table;
	width: 978px;
	padding: 22px 0 18px;
}

#footer_area #footer_wrap .column_logo {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	color: #fff;
}

#footer_area #footer_wrap .column_logo p {
	text-align: center;
}

#footer_area #footer_wrap .column_logo .logoimg {
	margin: 10px 0 8px;
}

#footer_area #footer_wrap .column_logo .sns_logo {
	margin: 30px auto 0 auto;
	width: 162px;
}

#footer_area #footer_wrap .column_logo .sns_logo .snsimg {
	float: left;
	margin-left: 10px;
}

#footer_area #footer_wrap .column_list {
	width: 260px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

#footer_area #footer_wrap .column_list a,
#footer_area #footer_wrap .column_list a:visited {
	text-decoration: none;
	color: #fff;
}

#footer_area #footer_wrap .column_list a:hover {
	text-decoration: none;
	color: #ff6082;
	cursor: pointer;
}

#footer_area #footer_wrap .column_list .ftr_menu {
	width: 100%;
}

#footer_area #footer_wrap .column_list .ftr_menu li {
	padding: 4px 10px 3px 18px;
	background: url(../img/common/arrw_i_sky.png) no-repeat left 8px;
}

#footer_area #footer_wrap .column_list .child_list {
	display: block;
	width: 100%;
}

#footer_area #footer_wrap .column_list .child_list li {
	padding: 4px 10px 3px 18px;
	background: url(../img/common/arrw_icon.png) no-repeat left 10px;
}

#footer_area #footer_copyrights {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-color: #04076e;
}