/*
Theme Name: 新東亜交易株式会社
Description: コーポレートサイト用CSS
Theme URI:
Author: hts
Author URI:
Version: 1.10
License:
License URI:
*/

@charset "UTF-8";
@import url(css/common.css);
@import url(css/text.css);
/* ---------------------------------------------------------------- *
	Document
 * ---------------------------------------------------------------- */
body{
  color: #333333;
  /* background: #C8D2D5; */
  color: #000000;
  /* background-image:url(images/bg.gif);
  background-repeat:repeat-x; */
}
.old #container {
  width: 740px;
  margin: 20px auto 50px;
  background: #FFFFFF;
  /* border-right: 1px solid #C8D2D5;
  border-left: 1px solid #C8D2D5; */
  text-align: left;
}
/* ---------------------------------------------------------------- *
	#header
 * ---------------------------------------------------------------- */
.old #header {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 15px 10px 0px 15px;
}
.old #header img {
  vertical-align:middle;
}

/* #header img.catch {
  margin-left:10px;
}  */
.old #header img.en {
  margin-left: 303px;
}

.old #multilingual {
  float: right;
  text-align: right;
  margin: 0px 10px;
  padding: 7px 5px 15px 0px;
}
.old #multilingual a {
  background: #eef2f3;
  -moz-border-radius: 20px;    	/* Firefox */
  -webkit-border-radius: 20px; 	/* Safari,Chrome */
  border-radius: 20px;		/* CSS3 */
  margin-left: 10px;
  padding: 8px;
  color: #696969;
  text-decoration: none;
}
.old #multilingual a:hover {
  background: #d5ebf0;
}

.old #multilingual a.current-lang {
  background: #d5ebf0;
/*  background: #0095B9;
  color: #f3f3f3;*/
}

.old #cse-search-box {
  margin: 3px 3px 3px 3px;
  float: none;
  padding: 0;
}

.old #cse-search-box div{
  padding: 0;
  background-color: #ffffff;
}

.old #cse-search-box input[type="text"] {
  border: solid 1px #C4CFD2 !important;
  border-radius: 3px;
  font-size: 12px;
  width: 150px;
  height: 20px;
  padding: 2px 0 0 5px !important;
  margin: 0;
  vertical-align: middle;
}

.old #cse-search-box input[type="submit"] {
  border: solid 1px #C4CFD2;
  border-radius: 3px;
  color: #696969 !important;
  background: #eef2f3;
  height: 20px;
  vertical-align: middle;
}

.old #cse-search-box input[type="submit"]:hover {
  cursor: pointer;
}

/* ---------------------------------------------------------------- *
	#navi
 * ---------------------------------------------------------------- */
.old #navi {
  background: #FFFFFF;
  margin: 0px 14px 0px 15px;
  /*padding: 0px 10px 0px 15px;*/
  border-top: 1px solid #C4CFD2;
  border-left: 1px solid #C4CFD2;
  height:49px; /* for Firefox */
}
.old #navi ul {
  margin: 0;
  padding: 0;
  height: 2.5em;
}
.old #navi ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.old #navi ul li a {
  margin: 0;
  padding: 0;
  display: block;
  border-right: 1px solid #CCCCCC;
}
.old #navi a:hover {

  /* rollover image */
}
.old #pankuzu {
/*  background: #FFFFFF url(images/head_bar.jpg) repeat-x left top;	*/
  margin: 0px 14px 0px 15px;
/*  border-left: 1px solid #C4CFD2;
  border-right: 1px solid #C4CFD2;
  border-bottom: 1px solid #C4CFD2; */
  padding:2px 5px;
}
/* ---------------------------------------------------------------- *
	#main
 * ---------------------------------------------------------------- */
.old #main {
	background: transparent;
	margin-top: 3px;
	margin-left:15px;
	margin-right:14px;
	margin-bottom: 7px;
}

.old #top_mv {
  background: url(images/top_mv_bg01.jpg)	no-repeat left top;
  position: relative;
  width: 710px;
  height: 200px;
}
.old #top_mv #txt01 {
	width: 176px;
	hegiht: 21px;
	position: absolute;
	top: 54px;
	left: 267px;
	opacity: 0;
	moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}
.old #top_mv #txt02 {
	width: 296px;
	hegiht: 21px;
	position: absolute;
	top: 89px;
	left: 209px;
	opacity: 0;
	moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}
.old #top_mv #txt03 {
	width: 354px;
	hegiht: 21px;
	position: absolute;
	top: 124px;
	left: 180px;
	opacity: 0;
	moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}

/* ---------------------------------------------------------------- *
	.old #sidenavi
 * ---------------------------------------------------------------- */
.old #sidenavi {
  background: #FFFFFF;
  width: 160px;
  margin-left: 0px;
  padding-top: 20px;
  position: absolute;
  z-index: 1;
}
.old #sidenavi ul {
	font-size:13px;
    padding: 0;
	list-style:none;
	margin-left: 0;
}
.old #sidenavi ul li {
    margin: 1px 0;
    padding: 5px 0px 5px 3px;
    background-color: #EEF2F3;
    line-height:1.4em;
    border: 1px solid #C4CFD2;
}

.old #sidenavi ul li:hover {
    background-color: #d5ebf0;
}

.old #sidenavi ul li.cur {
    background-color: #d5ebf0;
}

.old #sidenavi ul li.smallfont {
    font-size:11px
}

.old #sidenavi ul li a{
    color: #696969;
    text-decoration: none;
    font-family: “ＭＳ ゴシック”,”MS Gothic”;
}

.old #sidenavi ul li a span {
	display: block;
    border-left: 3px solid #0472e3;
}

.old #sidenavi ul li a span div {
	margin-left: 4px;
}

  /*  上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避。同じ値での指定を 2 回*/
[id="sidenavi"].old #sidenavi {
  margin-top: 0;
}
html:lang(ja) .old #sidenavi {
  margin-top: 0;
}
/* ---------------------------------------------------------------- *
	.old .news
 * ---------------------------------------------------------------- */
.old .news {
  width:500px;
  padding-right:10px;
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
  float:left;
}
.old .news h1{
  border: 1px solid #C4CFD2;
  margin-bottom:5px;
  padding:3px;
}
.old .news h1 span{
  display: block;
  border-left: solid 6px #0472e3;
  padding-left: 5px;
  font-weight: normal;
  color: #666666;
}
.old .news .entry {
margin:12px 0 3px 10px;
padding-bottom:10px;
border-bottom:1px solid #CCCCCC;
}
.old .news .entry p {
  padding-left:0;
}
.old .news .entry div {
  padding-left:10px;
}
.old .banner{
  width:200px;
  padding-top:20px;
  float:right;
}
.old .banner img {
  margin-bottom:5px;
}
/* ---------------------------------------------------------------- *
	.contents
 * ---------------------------------------------------------------- */
.old .contents {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
  padding:0 10px 15px 25px;
}
.old .contents p{
  padding-left:10px;
}
.old .contents_zeromail {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0px;
  padding:0 10px 0px 25px;
}
.old .contents_zeromail p{
  padding-left:10px;
}
.old .contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
/* ---------------------------------------------------------------- *
	.imgbox
 * ---------------------------------------------------------------- */
.old .imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* ---------------------------------------------------------------- *
	entry
 * ---------------------------------------------------------------- */
.old .recentry {
	text-align:right;
	margin:10px 0 0 0;
}
/* ---------------------------------------------------------------- *
	margin
 * ---------------------------------------------------------------- */
.old .l5 { margin-left:5px;}
.old .l10 { margin-left:10px;}
.old .l20 { margin-left:20px;}

.old .t5{ margin-top:5px;}
.old .t10{ margin-top:10px;}
.old .t15{ margin-top:15px;}
.old .t20{ margin-top:20px;}

/* ---------------------------------------------------------------- *
	.old table
 * ---------------------------------------------------------------- */

.old .defTbl01 {
	border: 0 !important;
	margin: 0;
}
.old .defTbl01 td {
	border: 0 !important;
}

.old table.financialSummary {
	border:solid #999 1px;
}

.old table.financialSummary th.fstrow {
	font-weight:normal;
	padding-left:0;
	text-align:center;
	white-space:nowrap;
}

.old table.financialSummary th {
	font-weight:normal;
	padding-left:20px;
	text-align:left;
	white-space:nowrap;
}

.old table.financialSummary td {
	text-align:right;
	padding-right:20px;
}

.old table.financialSummary th.nonebtm {
	border-width:0px 1px 0 1px;
}
.old table.financialSummary td.nonebtm {
	border-width:0px 1px 0 1px;
}

/* ---------------------------------------------------------------- *
	indent
 * ---------------------------------------------------------------- */
.old .txtInd01 {
	text-indent:-5em;
	padding-left:5em;
	display:block;
}
.old .txtInd02 {
	text-indent:-4em;
	padding-left:4em;
	display:block;
}
.old .txtInd03 {
	text-indent:-1em;
	padding-left:1em;
	display:block;
}


/* ---------------------------------------------------------------- *
	#footer
 * ---------------------------------------------------------------- */
.old #footer {
  background: #FFFFFF url(images/foot_bg.jpg) repeat-x right top;
  /*margin-top: 0;
  margin-bottom: 0;*/
  padding-top: 18px;
  padding-right: 0;
  padding-left: 10px;
  height:33px; /* for Firefox */
}
.old #footer .address {
  width:320px;
  float:left;
}
.old #footer ul {
    padding: 0;
    float:right;
}
.old #footer ul li {
  margin: 0;
  padding: 0 5px;
}
.old #footer ul li img{
  vertical-align:middle;
}
/* ---------------------------------------------------------------- *
	.old #menu_koei
 * ---------------------------------------------------------------- */
.old #menu_koei {
  white-space: nowrap;
  margin:0;
}
.old #menu_koei ul {
  margin: 0;
  list-style: none;
}
.old #menu_koei ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  background: left center no-repeat;
  border-right: 1px solid #999999;
}
.old #menu_koei ul li a {
  margin: 0;
  padding: 0;
  /*display: block;*/
}
.old #menu_koei a:hover {

  /* rollover image */
}


/* ---------------------------------------------------------------- *
	division
 * ---------------------------------------------------------------- */

.old div.titleimg{
	margin-top: 20px;
}
.old h1.divtitle {
	background-image:url(/wp-content/uploads/main_division_bk_long.png);
	padding:5px 0 0 12px;
	height:29px;
	color: #6f7070;
	font-size: 18px;
	border:1px solid #CCCCCC;
}

/* ---------------------------------------------------------------- *
	#news&topics
 * ---------------------------------------------------------------- */
.old #onl_main {
	width: 540px;
	margin: 0 auto;
	text-align: left;
}

.old .onl_contents {
	padding: 40px 0;
}

.old .onl_contents div.right{
	float:right;
}

.old .onl_contents p{
	margin-top:20px;
}

.old .onl_contents .txtright {
	text-align: right;
}

.old .clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height:0;
}


/* ---------------------------------------------------------------- *
	zeromail
 * ---------------------------------------------------------------- */
.old p.wtn_copyright {
    display:none;
}


/* ---------------------------------------------------------------- *
	wordpress
 * ---------------------------------------------------------------- */
/* editor */

.old p {
    display: block;
}
.old strong { font-weight: bold; }
.old em { font-style: italic; }
.old blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */

.old .aligncenter {
    display: block;
    margin: 0 auto;
}
.old .alignright { float: right;width: 50%; }
.old .alignleft { float: left; }

.old .alignright a{ display:inline-block\9;}
@media all and (-ms-high-contrast: none){
.old .alignright {width: 50%;}
.old .alignright a{ display:inline-block;}
}



.old img[class*="wp-image-"],
.old img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */

.old .clearfix {
    overflow: hidden;
    zoom: 1;
}
.old .clearfix:after {
    content: ""
    display: block;
    clear: both;
}

/* ---------------------------------------------------------------- *
	sitemap
 * ---------------------------------------------------------------- */
.old ul{
    margin-left: 30px;
}


.old .contents > ul > li{
    list-style-type: disc;
}

.old .contents > ul > li > ul > li{
    list-style-type: circle;
}

.old .contents > ul > li > ul > li > ul li{
    list-style-type: square;
}


.old ul.children{
    margin-bottom: 0;
}

/* page */
.policy .principle li {
  list-style-type: decimal !important;
}


/* metal */
.metal .alignright{
  width: inherit;
}

.metal_en .alignright{
  width: initial;
}

/* metal-en */
.metal_en .plates{
  padding-left: 7px;
  display: flex;
}

.metal_en .plates:first-child{
  margin-right: 7px;
}

.metal_en .metal-products{
  height: 370px;
}

.metal_en .metal-products .wrp{
  width: 50%;
  letter-spacing: 0px;
  float: left;
}

.metal_en .metal-products .detail{
  margin-left: 5px;
}

.metal_en .metal-products img{
  width: 50%;
}

.metal_en .images img:first-child{
  height: 188px;
}
.metal_en .images img:last-child{
  height: 183px;
}
.metal_en .other-products{
  display: flex;
  margin-bottom: 35px;
}
.metal_en .other-products .detail{
  width: 330px;
}
.metal_en .other-products img{
  width: 100%;
  margin: 10px 0;
}
.metal_en .photo{
  width: 200px;
  margin: 12px 0 0 5px;
}

/* vending */
.old .vending_en .alignright{
  width: inherit;
}
