@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------

2017.01.23
長大橋センターサイトのためのCSS

00. 共通
01. header
02. footer

04. main
	--パンくず
	--中間ページ
	--トップへ戻る
	--サイドメニュー
	--下層ページ
	
	04-- .ニューズレター
----------------------------------------------*/



/*----------------------------------------------

	00. 共通

----------------------------------------------*/
html {
	font-size: 87.5%;
}
body {
	min-width: 1000px;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: #666666;
	text-decoration: none;
}
a {
	color: #325a8c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.float-left { float: left; }
.float-right { float: right; }

.w100 { width: 100%!important; }
.auto { width: auto!important; }
.margin-auto {
	margin-left: auto;
	margin-right: auto;
 }

/* font-size
   ========================================== */

.px12 {	font-size: 85%;}
.px14 {	font-size: 100%;}
.px16 {	font-size: 114%;}
.px18 {	font-size: 128%;}

/* margin padding set
   ========================================== */

.pt0 {	padding-top: 0 !important;}
.pt5 {	padding-top: 5px;}
.pt10 {	padding-top: 10px;}
.pt15 {	padding-top: 15px;}
.pt20 {	padding-top: 20px;}
.pt25 {	padding-top: 25px;}
.pt30 {	padding-top: 30px;}
.pt35 {	padding-top: 35px;}
.pt40 {	padding-top: 40px;}
.pt45 {	padding-top: 45px;}
.pt50 {	padding-top: 50px;}

.pb0 {	padding-bottom: 0 !important;}
.pb5 {	padding-bottom: 5px;}
.pb10 {	padding-bottom: 10px;}
.pb15 {	padding-bottom: 15px;}
.pb20 {	padding-bottom: 20px;}
.pb25 {	padding-bottom: 25px;}
.pb30 {	padding-bottom: 30px;}
.pb35 {	padding-bottom: 35px;}
.pb40 {	padding-bottom: 40px;}
.pb45 {	padding-bottom: 45px;}
.pb50 {	padding-bottom: 50px;}

.pl0 {	padding-left: 0 !important;}
.pl5 {	padding-left: 5px;}
.pl10 {	padding-left: 10px;}
.pl15 {	padding-left: 15px;}
.pl20 {	padding-left: 20px;}
.pl25 {	padding-left: 25px;}
.pl30 {	padding-left: 30px;}
.pl35 {	padding-left: 35px;}
.pl40 {	padding-left: 40px;}
.pl45 {	padding-left: 45px;}
.pl50 {	padding-left: 50px;}

.pr0 {	padding-right: 0 !important;}
.pr5 {	padding-right: 5px;}
.pr10 {	padding-right: 10px;}
.pr15 {	padding-right: 15px;}
.pr20 {	padding-right: 20px;}
.pr25 {	padding-right: 25px;}
.pr30 {	padding-right: 30px;}
.pr35 {	padding-right: 35px;}
.pr40 {	padding-right: 40px;}
.pr45 {	padding-right: 45px;}
.pr50 {	padding-right: 50px;}

.mt0 {	margin-top: 0 !important;}
.mt5 {	margin-top: 5px;}
.mt10 {	margin-top: 10px;}
.mt15 {	margin-top: 15px;}
.mt20 {	margin-top: 20px;}
.mt25 {	margin-top: 25px;}
.mt30 {	margin-top: 30px;}
.mt35 {	margin-top: 35px;}
.mt40 {	margin-top: 40px;}
.mt45 {	margin-top: 45px;}

.mb0 {	margin-bottom: 0 !important;}
.mb5 {	margin-bottom: 5px;}
.mb10 {	margin-bottom: 10px;}
.mb15 {	margin-bottom: 15px;}
.mb20 {	margin-bottom: 20px;}
.mb25 {	margin-bottom: 25px;}
.mb30 {	margin-bottom: 30px;}
.mb35 {	margin-bottom: 35px;}
.mb40 {	margin-bottom: 40px;}
.mb45 {	margin-bottom: 45px;}
.mb50 {	margin-bottom: 50px;}

.mr0 {	margin-right: 0 !important;}
.mr5 {	margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr25 {	margin-right: 25px;}
.mr30 {	margin-right: 30px;}
.mr35 {	margin-right: 35px;}
.mr40 {	margin-right: 40px;}
.mr45 {	margin-right: 45px;}
.mr50 {	margin-right: 50px;}

.ml0 {	margin-left: 0 !important;}
.ml5 {	margin-left: 5px;}
.ml10 {	margin-left: 10px;}
.ml15 {	margin-left: 15px;}
.ml20 {	margin-left: 20px;}
.ml25 {	margin-left: 25px;}
.ml30 {	margin-left: 30px;}
.ml35 {	margin-left: 35px;}
.ml40 {	margin-left: 40px;}
.ml45 {	margin-left: 45px;}
.ml50 {	margin-left: 50px;}

.t-indent { text-indent: 1em;}
.t-indent-1em {
	text-indent: -1em;
	margin-left: 1em;
}
.b { font-weight: bold;}
.t-center { text-align: center;}
.t-left { text-align: left;}
.t-right { text-align: right;}

.fc-red { color: #ff0000;}
.fc-gray { color: #bcbcbc;}
.fc-white { color: #ffffff;}
.bg-gray { background: #efefef;}
.bg-navy { background: #325a8c;}

.radius-4px {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}

.icon-arrow-blue:before {
	content: "▶";
	font-size: 50%;
	color: #325a8c;
}


/* box
   ========================================== */

.box-wrap:after {
	clear: both;
	content: " ";
	display: block;
}
.box {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box.float-left { margin-right: 20px;}
.w2-1 {	width: 48.52%;}
.w3-1 { width: 31.37%;}
.w3-2 { width: 65.68%;}
.w4-1 { width: 22.79%;}
.w4-2 { width: 48.52%;}
.w4-3 { width: 74.26%;}

/* table
   ========================================== */
.table-normal table { width: 100%;}
.table-normal th,
.table-normal td {
	border: solid 1px #bcbcbc;
	padding: 3px 5px;
}
.table-normal th { background: #cecece;}

.table-border table { width: 100%;}
.table-border th,
.table-border td {
	border: solid 1px #bcbcbc;
	padding: 3px 5px;
}
.table-border th { background: #cecece;}
.table-border tr:nth-child(2n+1) { background: #f1f1f1;}

table .w10 { width: 10%; }
table .w13 { width: 13%; }
table .w15 { width: 15%; }
table .w20 { width: 20%; }
table .w25 { width: 25%; }
table .w30 { width: 30%; }
table .w35 { width: 35%; }
table .w40 { width: 40%; }
table .w45 { width: 45%; }
table .w50 { width: 50%; }


/* btn
   ========================================== */
.btn {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: #efefef;
	border-radius: 4px;
	box-shadow: 0 3px 0 #ccc;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	transition: none;
	color: #666;
}
.btn:hover {
	top: 4px;
	box-shadow: 0 0 0 #ccc;
	text-decoration: none;
}

/* list
   ========================================== */
.list-wrap {
	margin-bottom: 20px;
	}
	.list-wrap:after {
		clear: both;
		content: "";
		display: block;
		}
		.list-wrap li {
			margin-bottom: 5px;
			}
		.list-wrap.cal2 li,
		.list-wrap.cal3 li {
			float: left;
			}
		.list-wrap.cal2 li {
			width: 300px;
			padding-right: 20px;
			}
		.list-wrap.cal3 li {
			width: 216px;
			padding-right: 20px;
			}
.disc-list > ul {
	padding-left: 30px;
	}
	.disc-list > ul > li {
		list-style: outside disc;
		}
		.disc-list.cal2 > ul > li {
			width: 300px;
			}
			.disc-list.cal2 > ul > li:nth-child(odd) {
				padding-right: 30px;
				}
		.disc-list.cal3 > ul > li {
			width: 190px;
			}
			.num-list.cal3 > ul > li:nth-child(3n+1),
			.num-list.cal3 > ul > li:nth-child(3n+2) {
				padding-right: 30px;
				}
.list-wrap li.none {
	background: none;
	display: none;
	}

/*----------------------------------------------

	01. header

----------------------------------------------*/

/* header
   ========================================== */
   
header {
	display: block;
	border-top: solid 5px #325a8c;
	border-bottom: solid 5px #325a8c;
}
.header-inner {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}
.logo {
	float: left;
	width: 250px;
}
	.logo a:hover img {
		opacity: 0.6;
	}
.submenu {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
	.submenu > ul > li {
		display: inline-block;
		float: left;
		width: auto;
		height: 36px;
		margin: 0 0 0 15px;
		background-color: #efefef;
		line-height: 36px;
	}
.submenu > ul > li:last-of-type {
	width: 250px;
	background: none;
	line-height: inherit;
}
.submenu > ul > li:last-of-type form.gsc-search-box {
	margin-bottom: 0 !important;
}
.submenu > ul > li:last-of-type table.gsc-search-box {
	margin-bottom: 0 !important;
}
.submenu > ul > li:last-of-type .gsc-input-box {
	padding: 5px 0 !important;
}
.submenu > ul > li:last-of-type .gsc-search-button-v2 {
	background: #325a8c !important;
	border-color: #325a8c !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
}
		.submenu a {
			display: block;
			height: 100%;
			width: auto;
			}
.contact-link a {
	padding: 0 3em 0 3.25em;
	position: relative;
	color: #666;
	text-decoration:none;
}
	.contact-link a:hover {
		background: #325a8c;
		color: #efefef;
	}
	.contact-link a:before, .contact-link a:after, .english-link a:after {
		display: block;
		line-height: 1;
	}
		.contact-link a:before {
			content: url(/corp_index/technology/lbec/img/icon_contact-link.png);
			position: absolute;
			top: 0.4em;
			left: 1em;
		}
			.contact-link a:hover:before {
				content: url(/corp_index/technology/lbec/img/icon_contact-link_hover.png);
			}
.contact-link a:after {
	content: url(/corp_index/technology/lbec/img/icon_english-link_arrow.png);
	position: absolute;
	top: 0.65em;
	right: 1em;
}
.contact-link a:hover:after {
	content: url(/corp_index/technology/lbec/img/icon_english-link_arrow_hover.png);
}
/* icon_target_blank==========================================
   
	 .contact-link a:after {
			content: url(/corp_index/technology/lbec/img/icon_target_blank.png);
			position: absolute;
			top: 0.4em;
			right: 1em;
		}
			.contact-link a:hover:after {
				content: url(/corp_index/technology/lbec/img/icon_target_blank_hover.png);
			}
========================================== */
.english-link a {
	padding: 0 3em 0 1em;
	position: relative;
	color: #666;
	text-decoration:none;
}
.english-link a:hover {
	background: #325a8c;
	color: #efefef;
}
.english-link a:after {
	content: url(/corp_index/technology/lbec/img/icon_english-link_arrow.png);
	position: absolute;
	top: 0.65em;
	right: 1em;
}
.english-link a:hover:after {
	content: url(/corp_index/technology/lbec/img/icon_english-link_arrow_hover.png);
}

/* gnavi
   ========================================== */
.gnavi {
	*zoom: 1;
	position: absolute;
	top: 100px;
	right: 0;
}
.gnavi > ul > li {
	float: left;
	height: 54px;
	position: relative;
}
.gnavi > ul > li > a {
	display: block;
	float: left;
	height: 36px;
	width: auto;
	padding: 0 15px;
	line-height: 36px;
	border-right: solid 1px #cccccc;
	position: relative;
	color: #666;
	text-decoration:none;
}
	.gnavi > ul > li:first-child > a { border-left: solid 1px #cccccc; }
	.gnavi > ul > li > a:hover {
		color: #325a8c;
	}
	.gnavi > ul > li > a::after {
		content: " ";
		position: absolute;
		bottom: -14px;
		left: 0;
		width: 100%;
		height: 5px;
		background: #325a8c;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.gnavi > ul > li > a:hover::after,
	.gnavi > ul > li.current > a::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
	
.gnavi-second-level {
	display: block;
	width: 280px;
	padding: 20px;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 9999;
	background: #325a8c;
	font-size: 85%;
	line-height: 1.6;
	visibility: hidden;
	opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.gnavi > ul > li:first-child .gnavi-second-level { width: 650px; }
.gnavi ul li:hover .gnavi-second-level {
	visibility: visible;
	opacity: 0.92;
}
li:hover .gnavi-second-level,
li:hover .gnavi-second-level a {
	color: #efefef;
	text-decoration:none;
}
.gnavi-second-level li span {
	padding: 0 0 1em 0;
	display: block;
	font-weight: bold;
}
.gnavi-second-level ul{ margin: 0 0 1em 1em; }
.gnavi-menu { margin: 0 0 2em 0; }
.gnavi-menu li {
		padding: 0 .75em .5em;
		background: url(/corp_index/technology/lbec/img/icon_blue_arrow.png) no-repeat 0 .5em;
}
	.gnavi-menu li.target-blank-gray:after {
		content: "";
		width: 14px;
		height: 14px;
		background: url(/corp_index/technology/lbec/img/icon_target_blank_gray.png) no-repeat;
		background-size: contain;
		display: inline-block;
		margin: 0 0 0 0.5em;
	}
.gnavi-menu li a:hover {
	background: #efefef;
	color: #325a8c;
}

/*----------------------------------------------

	02. footer

----------------------------------------------*/

footer { border-top: solid 5px #325a8c; }
.footer-inner {
	width: 1000px;
	margin: 40px auto;
	position: relative;
}

.footer-logo-lbec, .footer-logo-honshi { 
	position: absolute;
	width: 200px;
}
	.footer-logo-lbec a:hover img, .footer-logo-honshi a:hover img {
		opacity: 0.6;
	}
.footer-logo-lbec { top: 0;}
.footer-logo-honshi { bottom: 0;}
	.footer-logo-lbec img, .footer-logo-honshi img { width: 100%; }

.footer-navi {
	float: right;
	max-width: 790px;
	clear: both;
}
.footer-navi .footer-navi-block {
	float: right;
	display: block;
	width: 90%;
	max-height: 100%;
	padding: 10px 15px 0;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
	.footer-navi .footer-navi-block .footer-navi-block-inner {
		display: block;
		margin: 0 0 0 1.5em
	}
.footer-navi h2 {
	padding: 0 0 0 1.25em;
	margin: 0 0 1em 0;
	background: url(/corp_index/technology/lbec/img/icon_bg_blue_arrow.png) no-repeat 0 center;
	font-weight: bold;
}
.footer-navi h3 {
	padding: 0 0 .25em 0;
	margin: 0 0 .5em 0;
	border-bottom: dashed 1px #adbdd1;
}
.footer-navi ul { margin: 0 0 10px 0;}
.footer-navi ul li {
	padding: 0 0 .5em .75em;
	background: url(/corp_index/technology/lbec/img/icon_blue_arrow.png) no-repeat 0 .5em;
	font-size: 86%;
}
	.footer-navi ul li.target-blank-blue:after {
		content: "";
		width: 14px;
		height: 14px;
		background: url(/corp_index/technology/lbec/img/icon_target_blank_blue.png) no-repeat;
		background-size: contain;
		display: inline-block;
		margin: 0 0 -0.1em 0.3em;
	}
.footer-navi a {
	color: #666;
	text-decoration:none;
}
.footer-navi a:hover { background: #adbdd1;}
.coryright {
	display: block;
	padding: 10px 0;
	background: #325a8c;
	color: #fff;
	text-align: center;
	font-size: 86%;
}

/*----------------------------------------------

	04. main

----------------------------------------------*/

/* コンテンツBOX
   ========================================== */

.content {
	background: #efefef;
	overflow: hidden;
	box-shadow: 0 8px 12px -8px #666 inset; 
}
.content-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.content-inner-left {
	float: left;
	width: 680px;
	background: #fff;
	padding: 20px;
}
	/*.content-inner-left a:hover {
		color: #325a8c;
		text-decoration: underline;
	}*/
.content-inner-right {
	float: right;
	width: 240px;
}

.test{
	width:500px;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #efefef;
	border-top: solid 4px #325a8c;
	border-bottom: solid 4px #325a8c;		
}


/* パンくず
   ========================================== */

.bread {
	width: 1000px;
	margin: 0 auto;
	padding: .35em;
}
.bread ul li { display: inline-block;}
	.bread ul li:after {
		content: ">";
		color: #666;
		padding: 0 .5em;
	}
	.bread ul li:last-child:after { content: none;}
	.bread ul li a:hover { text-decoration: underline;}
	
/* 見出し
   ========================================== */

.ttl {
	background: #325a8c;
	padding: 20px 0;
	color: #efefef;
}
.ttl-inner {
	width: 980px;
	margin: 0 auto;
	padding: 1em 0 1em 20px;
	border-left: solid 5px #efefef;
}
h1.ttl-h1 { font-size: 200%;}
.ttl-inner p { padding: 0 0 0.5em 0;}

/* 中間ページ
   ========================================== */

.middle-list > ul {
	margin: 0 0 -20px -20px;
	overflow: hidden;
}
.middle-list > ul > li {
	display: block;
	float: left;
	width: 320px;
	height: auto;
	margin: 0 0 20px 20px;
	background: #efefef;
	border-top: solid 5px #325a8c;
}

.middle-list > ul > li > div,
.middle-list > ul > li > a > div {
	padding: 15px 20px 20px 20px;
}
.middle-list h2 {
	color: #325a8c;
	font-size: 157%;
}
.middle-inner-list ul { margin: .5em 0 0 0;}
.middle-inner-list ul li {
	background: url(/corp_index/technology/lbec/img/icon_navy_arrow.png) no-repeat 0 center;
	padding: .25em 0 .25em .75em;
}
.middle-inner-list ul li a {
	display: block;
	padding: 0 0 0 .25em;
	color: #325a8c;
	text-decoration:none;
}
.middle-inner-list ul li a:hover {
	background: #325a8c;
	color: #efefef;
}
.middle-list > ul > li > a {
	display: block;
	text-decoration:none;
}
	.middle-list > ul > li > a:hover { opacity: 0.6;}
.middle-list > ul > li > a .text { margin: .75em 0 0 0;}

/* サイドメニュー
   ========================================== */
.sidemenu h2 a, .sidemenu ul li a { text-decoration: none;}
.sidemenu h2 {
	display: block;
	padding: 1em;
	background: #325a8c;
	color: #fff;
}
.sidemenu > div > ul {
	border: solid 1px #d3d3d3;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidemenu ul li {
	border-bottom: solid 1px #d3d3d3;
}
	.sidemenu ul li.sidemenu-category {
		border-bottom: none;
	}
		.sidemenu ul li.sidemenu-category span {
			display: block;
			padding: 1em;
			background: #adbdd1;
		}
.sidemenu ul li a {
	display: block;
	padding: 1em 1em 1em 2em;
	background-color: #fff;
	background-image: url(/corp_index/technology/lbec/img/icon_navy_arrow.png);
	background-repeat: no-repeat;
	background-position: 1em 1.4em;
	color: #666;
}
.sidemenu ul li a:hover, .sidemenu ul li.current a { background-color: #efefef;}


/* 下層ページ
   ========================================== */
h2.h2-blue {
	position: relative;
	padding: 0 0 20px 0;
	color: #325a8c;
	font-size: 128%;
	font-weight: bold;
}
h2.h2-blue:before {
	content: " ";
	position: absolute;
	top: -.2em;
	left: -20px;
	width: 5px;
	height: 2em;
	background: #325a8c;
}
h3.h3 {
	font-weight: bold;
}
h4.h4 {
	position: relative;
	padding: 0 0 5px 0;
	color: #325a8c;
	font-size: 115%;
	font-weight: bold;
}


/* トップへ戻る
   ========================================== */
   
.page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 40px;
	margin: 0;
}
.page-top a {
	display: block;
	z-index: 9999;
	width: 85px;
	height: 85px;
	padding: 0 0 0 0;
	border-radius: 80px;
	background: url(/corp_index/technology/lbec/img/btn_top_arrow.png) #adbdd1 no-repeat center 1em;
	text-align: center;
	vertical-align: bottom;
	text-decoration:none;
}
.page-top a:hover { background: url(/corp_index/technology/lbec/img/btn_top_arrow.png) #325a8c no-repeat center .5em;}
.page-top a span{
	display: block;
	padding: 3.25em 0 0 0;
	color: #fff;
	font-size: 86%;
	line-height: 1.3;
}


/*----------------------------------------------

	04--. newsletter

----------------------------------------------*/
.newsletter-list ul li {
	margin : 0 0 20px 0;
}
.newsletter-list ul li h3 a {
	padding: .5em .75em;
	margin: 0;
	display: inline-block;
	background: #325a8c;
	border-radius: 5px 5px 0 0;
}
.newsletter-list ul li h3 a:hover {
	opacity: 0.6;
	text-decoration: none;
}
	.newsletter-list ul li h3 a span.newsletter-ttl {
		color: #efefef;
		font-size: 120%;
	}
	.newsletter-list ul li h3 a span.icon-latest {
		padding: 0 .25em;
		background: #efefef;
		color: #325a8c;
	    margin-left: 10px;
	}
.newsletter-dl-list {
	overflow: hidden;
	padding: 2%;
	border: solid 1px #325a8c;
}

	.newsletter-dl-list dt, dd {
		display: inline-block;
		padding: 0 0 .8em 0;
		margin: 0;
	}
		.newsletter-dl-list dt {
			float: left;
			clear: right;
			width: 36%;
		}
		.newsletter-dl-list dd {
			float: right;
			width: 64%;
		}


/*
	.newsletter-dl-list{
	    width: 96%;
	}
	
	.newsletter-dl-list dt, dd {
		padding: 0 0 .5em 0;
		margin: 0;
	}

	.newsletter-dl-list dt{
	    border-top: #999 1px solid;
	    display: inline;
	    float: left;
		width: 25%;
	    clear :both;
	}

	.newsletter-dl-list dd{
	        border-top: #999 1px solid;
    width: 74%;
    float: left;
	}



.newsletter-dl-list{
    padding-left: 6em;
}
.newsletter-dl-list dt,
.newsletter-dl-list dd {
    float: left;
    margin: 0;
}
.newsletter-dl-list dt {
    clear: left;
    float: left;
    margin-left: -6em;
}
*/


/*----------------------------------------------

	paper　公表論文

----------------------------------------------*/
.paper-subnav {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0px 8px 2px;
	list-style: none;
}
.paper-subnav ul li{
	float: left;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #ccc;
	height: 15px;
	font-size: 80%;
}
.paper-subnav ul li.last {
	border-right: none;
}

/*----------------------------------------------

	日本語マーク

----------------------------------------------*/
.icn-japanese {
	vertical-align: middle;
}
.icn-japanese::after {
	background: url(/english/img/icn_japanese.png) center center / 21px 15px no-repeat;
	content: "";
	display: inline-block;
	width: 21px;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
	}
	.icn-japanese.target-blank-blue::after {
		background: url(/english/img/icn_japanese.png) left center / 21px 15px no-repeat;
		}
	.icn-japanese.target-blank-white::after {
		background: url(/english/img/icn_japanese.png) left center / 21px 15px no-repeat;
		}

/*----------------------------------------------

	Google　検索結果

----------------------------------------------*/
.lbec-search {
	width: 1000px;
	max-height: 100%;
	margin: 0 auto;
	}