/* meiwa basic */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
header {
	width: 960px;
	height: 140px;
	margin-bottom: 30px;
	background-image: url(../images/headerimg_02.jpg);
	overflow: hidden;
	text-indent: 0px;
	padding: 10px;
	text-align: right;
	color: #CCC;
}
#container {
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-box;
	display: box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#sidecontents {
	background-color: #FFF;
	width: 300px;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	-ms-box-ordinal-group: 1;
	box-ordinal-group: 1;
}
#maincontents {
	width: 680px;
	background-color: #FFF;
	-moz-box-ordinal-group: 2;
	-webkit-box-ordinal-group: 2;
	-ms-box-ordinal-group: 2;
	box-ordinal-group: 2;
}
footer {
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #666;
}
nav {
	width: 270px;
}
nav li {
	margin: 0 0 6px 0;
	width: 270px;
	height: 40px;
}
nav li a {
	display: block;
	background-image: url(../images/navbtn_bg270-1.jpg);
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 53px;
}
nav li a:hover {
	opacity: 0.6;
}
article {
	margin-bottom: 40px;
}
section {
	margin-bottom: 12px;
}
/* sidecontents */
#sidecontents .workcontents {
	width: 238px;
	border: 1px solid #999;
	padding: 15px;
	margin: 30px 0 20px 0;
}
#sidecontents .corporatename {
	margin: 0 0 5px 0;
}
#sidecontents .corporateaddress {
	font-size: 12px;
    margin-bottom: 10px;
}
/* ごあいさつ */
.philosophy p {
	margin: 0 0 0 18px;
}
/* 明和電機について */
.imgarea-workcontents {
	margin: 20px 0;
}
.textarea-workcontents {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 20px 0;
}
.textarea-workcontents p {
	padding: 0 12px;
}
.textarea-workcontents ul {
	width: 678px;
	margin: 0 auto;
}
.textarea-workcontents li {
	width: 204px;
	height: 45px;
	margin: 5px 10px;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 45px;
	float: left;
}
/* 製品までの流れ */
.imgarea-flow {
	width: 680px;
	height: 1226px;
	background-image: url(../images/img_flow.jpg);
}
/* 会社概要 */
section.profile {
	margin: 0 0 70px 0;
}
.profile dl {
	width: 680px;
	border-top: 1px solid #CCC;
	margin-top: 30px;
}
.profile dl dt {
	float: left;
	width: 140px;
	padding: 10px 0;
	text-indent: 1em;
}
.profile dl dd {
	padding: 10px 0 10px 140px;
	border-bottom: 1px solid #CCC;
}
.profile dl.officer {
	width: 300px;
	border: none;
	margin: 0;
}
.profile dl.officer dt, .profile dl.officer dd {
	float: left;
	width: 150px;
	padding: 0;
	border: none;
	text-indent: 0;
}
.profile ul.client {
	width: 530px;
}
.profile ul.client li {
	float: left;
	width: 265px;
	padding: 0;
	border: none;
	text-indent: 0;
}
#access {
	width: 522px;
	padding: 15px;
}
/* リクルート */
.bosyu {
	padding: 30px 0;
}

.bosyu table {
	border-collapse: collapse;
	width: 640px;
}
.bosyu table th, table td {
	border: solid 1px black;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}
.bosyu table th {
	background-color: #D0E1F3;
	width: 120px;
}



/* リンク */
/* お問い合わせ */
/* お知らせ */
/* プライバシーポリシー */
dl.privacypolicy {
	font-size: 13px;
	margin: 10px 0 30px 0;
}
dl.privacypolicy dt {
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
}
dl.privacypolicy dd {
}
dl.privacypolicy ul li {
	list-style-type: disc;
	list-style-position: inside;
}
p.privacypolicy-bottom{
	font-size: 12px;
	color: #333;
	text-align: right;
}


/* common */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 8px 0;
	border-bottom: 3px solid #7FA4FC;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2A49C2;
	margin-bottom: 5px;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
