@charset "utf-8";

body {
	color: #1e2f46;
}

a:hover {
	text-decoration: none;
}

#contents .headSection .leftArea {
	float: left;
	width: 750px;
}

#contents .headSection .rightArea {
	float: right;
	padding-top: 0;
	width: 200px;
	height: 30px;
}

/* ------ mainSection ------ */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: '.';
}

#contents .mainSection {
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
}

#contents .mainSection .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

.inner > .txt {
	word-wrap: break-word;
	word-break: break-word;
}

.ctsBlock {
	clear: both;
	min-width: 960px;
	width: 100%;
}

.ctsBlock:after {
	display: table;
	clear: both;
	content: "";
}

#contents .mainSection .btn {
	position: static;
	top: 0;
	right: 0;
}

/* ------ lNavi ------ */
.lNavi {
	width: 100%;
	background: #2951c2;
}

.lNavi ul {
	text-align: center;
}

.lNavi ul li {
	display: inline-block;
}

.lNavi ul li a {
	display: block;
	padding: 0 50px;
	height: 90px;
	color: #fff;
	line-height: 90px;
}

.lNavi ul li a span {
	position: relative;
	display: inline-block;
	height: 100%;
}

.lNavi ul li a:hover span:after {
	position: absolute;
	bottom: 24px;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	content: " ";
}

/* ------ subSection ------ */
#contents .subSection {
	margin: 0 auto;
	width: 960px;
}

#contents .subSection .subNav .ttl {
	padding: 12px 15px 10px 15px;
	background-color: #fafafa;
}

#contents .subSection .subNav .listBlock {
	padding: 0 15px;
	border-top: 1px solid #e5e5e5;
}

#contents .subSection .subNav .listBlock .list li {
	padding: 10px 0;
	background: url(/common/images/bg_dline_02.gif) repeat-x left bottom;
}

#contents .subSection .subNav .listBlock .list li.last {
	background: none;
}

#contents .subSection .subNav .layCol01 {
	float: left;
	width: 460px;
}

#contents .subSection .subNav .layCol02 {
	float: right;
	width: 460px;
}

#contents .subSection .subNav .layCol01,
#contents .subSection .subNav .layCol02 {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-ms-border-radius: 2px;
}

#contents .subSection .subNav .list {
	font-size: 85%; /* font-size:12px; */
}

#contents .subSection .otherNav {
	margin-top: 15px;
}

#contents .subSection .otherNav ul {
	font-size: 85%;
}

#contents .subSection .otherNav li {
	display: inline;
	padding-right: 15px;
}

#contents .mainSection{
	z-index: 1000;
}
html.fixed #contents .mainSection .navigation{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index: 65535;
}

#contents .mainSection .section.sdgsbanner{
	margin-top: 90px;
	text-align: center;
}

/* /products/paperlab/index.htm */
#contents .headSection .rightArea.newLogo img{
    max-width:100%;
}

#contents .headSection .leftArea .logo.new{
	position:relative;
}
#contents .headSection .leftArea .logo.new img{
	padding-left: 250px;
	max-width: 100%;
}

#contents .headSection .leftArea .logo.new span{
	color:#4B4948;
	font-size:24px;
	position: absolute;
}

@media screen and (max-width: 767px){
#contents .headSection .leftArea .logo.new{
	width: 135px;
	height: auto;
}
#contents .headSection .leftArea .logo.new img{
	padding-left: 0;
}

#contents .headSection .leftArea .logo.new span{
	font-size:15px;
	position: static;
	top: 0;
	display: block;
	margin-bottom:5px;
}

#contents .headSection .leftArea {
    width: 50%;
    }

#contents .headSection .rightArea.newLogo {
    padding-top: 28px;
    width: 50%;
}

#contents .headSection .rightArea.newLogo .contact{
    text-align:right;
}




}
