@charset "UTF-8";
/* CSS Document */
html,body{
}
body {
	text-align: center;
	min-width: 1024px;
}

.container {
	width: 1000px;
	padding: 0 12px;
	margin: 0 auto;
}


/*header*/
#header .container {
	width: 1200px;
	padding: 0 12px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	width: 400px;
}
#header p.chem-grup {
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-top: 16px;
}
#header p.mitsubishichem-hd {
	float: right;
	width: 206px;
	margin-left: 20px;
}
#header p.btn_inq {
	float: right;
	margin-top: 15px;
}
#header p.btn_inq a {
	display: block;
	background-color: #005692;
	padding: 5px 20px;
	color: #FFF;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#header p.btn_inq a span {
	display: inline-block;
	background-image: url(../images/link_arrow_wh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#header p.btn_inq a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
#header p.change_lang {
	float: right;
	font-size: 1.3em;
	margin-top: 18px;
	margin-right: 15px;
}
#header p.change_lang a {
	color: #005692 !important;
}
#header p.change_lang a:hover {
	text-decoration: underline;
}


/*nav*/
#nav {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
}
#nav ul {
	margin-left: 5px;
}
#nav ul li {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 40px;
}
#nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	padding-bottom: 3px;
	color: #333;
}
#nav ul li a {
}
#nav ul li.current a {
	border-bottom: solid 2px #005692;
}
body#top #nav ul li.home a,
body.company #nav ul li.company a,
body.product #nav ul li.product a,
body.tech #nav ul li.tech a,
body.rc #nav ul li.rc a{
	border-bottom: solid 2px #005692;
}

#nav ul li a:before{
  position: absolute;
  top: 1.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  transition: all .3s ease;
}

#nav ul li a:before {
  background-color: #005692;
}

#nav ul li a:hover:before{
  width: 100%;
}


/*main_img*/
body#top #main_img {
	background-color: #E8E8E8;
}
body#top #main_img {
	width: 100%;
}
body#top #main_img img {
	width: 100%;
}
@media screen and (max-width: 834px) {
body#top #main_img {
	min-width: 1024px;
}
}

body#cont #main_img {
	height: 100px;
	background-color: #CCC;
}
body#cont #main_img h2 {
	padding-top: 40px;
	font-size: 2.0em;
	color: #000;
}
body#cont #main_img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
body#cont.company #main_img, body#cont.notice #main_img{
	background-image: url(../../images/company/main_bg.jpg);
}
body#cont.product #main_img {
	background-image: url(../../images/product/main_bg.jpg);
}
body#cont.tech #main_img {
	background-image: url(../../images/tech/main_bg.jpg);
}
body#cont.rc #main_img {
	background-image: url(../../images/rc/main_bg.jpg);
}
body#cont.recruit #main_img {
	background-image: url(../../images/recruit/main_bg.jpg);
}
body#cont.mailform #main_img {
	background-image: url(../../images/mailform/main_bg.jpg);
}



/*main*/
body#cont #main {
	padding-top: 40px;
	background-color: #015db2;
}
body#cont #main .container {
	padding-top: 30px;
	background-color: #FFF;
}


#main .section {
	margin-bottom: 80px;
	padding: 0 30px;
}
body.product #main .section {
	padding: 0 15px;
}

#main p, #main ul li {
	font-size: 1.5em;
}

body#cont h3 {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	color: #005692;
	border-bottom: solid 2px #005692;
	padding-bottom: 5px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
body#cont h4 {
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	color: #005692;
	/*background-image: url(../../images/h4_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;*/
	margin-bottom: 30px;
}
body#cont h5 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
body#cont h6 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

table.basic_table {
	width: 100%;
}
table.basic_table th, table.basic_table td {
	border: solid 1px #999;
	padding: 10px;
	text-align: left;
	font-size: 1.4em;
	vertical-align: top;
}
table.basic_table th {
	font-weight: bold;
	background-color: #E8EEF4;
}

table.layout_table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 20px 5px 0;
}

ul.dotlist {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}


.f_left {
	float: left;
	margin-right: 20px;
}
.f_right {
	float: right;
	margin-left: 20px;
}

.dotborder {
	border-bottom: dotted 1px #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.bluebox {
	background-color: #CEDCE8;
	padding: 10px;
}
.blue_borderbox {
	border: solid 3px #CEDCE8;
	padding: 10px;
}


.alink a {
	background-image: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #004DA0 !important;
}


/*sub_nav*/
body#cont #sub_nav {
	background-color: #005692;
	text-align: left;
}
body#cont #sub_nav ul {
	margin-left: 30px;
}
body#cont #sub_nav ul li {
	float: left;
	font-size: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 40px;
}
body#cont #sub_nav ul li a {
	position: relative;
	display: block;
	color: #FFF;
	border-bottom: solid 2px #005692;
}

body#cont #sub_nav ul li a:before{
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: all .3s ease;
}

body#cont #sub_nav ul li a:hover:before{
  width: 100%;
}

body#cont #sub_nav ul li.current a {
	border-bottom: solid 2px #FFF;
}


/*footer*/
body#cont #footer {
	border-top: solid 40px #015db2;

}
#footer_nav {
	background-color: #005692;
	padding: 15px 0;
	text-align: left;
}
#footer_nav dl {
	width: 230px;
	float: left;
	margin-right: 15px;
}
#footer_nav dl:last-child {
	margin-right: 0;
}
#footer_nav dl dt {
	border-bottom: solid 1px #FFF;
	margin-bottom: 5px;
}
#footer_nav dl dt, #footer_nav dl dd  {
	padding: 3px 0;
	font-size: 1.2em;
}
#footer_nav dl dt, #footer_nav dl dd a  {
	color: #FFF;
}
#footer .copyright {
	text-align: center;
	padding: 10px;
}

/* Links */
body#cont #topicpath a:link { color: #333; text-decoration:underline; }
body#cont #main a:link { color: #333; text-decoration:none; }
body#cont #main a:visited,  body#cont #topicpath a:visited { color: #333; text-decoration:underline; }
body#cont #main a:hover, body#cont #main a:focus, body#cont #main a:active,
body#cont #topicpath a:hover, body#cont #topicpath a:focus, body#cont #topicpath a:active { color: #333; text-decoration:underline; }


/* pagetop */
#pagetop {
	background: url(../images/pagetop.png) no-repeat left;
	width: 50px;
	height: 54px;
	text-indent: -9999px;
	position: fixed ;
	right: 16px ;
	bottom: 20px ;
}
@media screen and (max-width: 740px) {
#pagetop {
	background-size: 80%;
	width: 40px;
	height: 43px;
	right: 10px ;
	bottom: 10px ;
}
}

/*txt*/

.mt10 { padding-top: 10px; }
.mt20 { padding-top: 20px; }
.mt30 { padding-top: 30px; }
.mt40 { padding-top: 40px; }
.mt50 { padding-top: 50px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

.mr10 { margin-right: 10px; }

.txt_left { text-align: left; !important}
.txt_right { text-align: right; !important}
.txt_center { text-align: center; !important}





/*top*/
body#top h2 span {
	display: block;
	font-weight: normal;
	padding-top: 10px;
}

body#top #product {
	padding: 40px 0;
	background-color: #FFF;
}
body#top #product h2 {
	color: #333;
	font-size: 1.4em;
	margin-bottom: 20px;
}
body#top #product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 680px;
	margin: 0 auto;
}
body#top #product ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
}
body#top #product ul li:nth-of-type(5n) {
	margin-right: 0;
}
body#top #product ul li a {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	background-color: #005692;
}
body#top #product ul li a:hover {
	background-color: #3987B2;
}

body#top #product ul li img {
	padding-top: 30px;
}

body#top #development {
	background-image: url(../../images/top/img_dev.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body#top #development .title_area {
	padding: 20px 0;
	background-image: url(../../images/top/title_dev_bg.png);
	background-repeat: repeat;
}
body#top #development h2 {
	color: #FFF;
	margin-bottom: 20px;
}
body#top #development p {
	font-size: 2.4em;
	color: #FFF;
	margin-bottom: 15px;
}

body#top #development ul {
	padding: 50px 0;
	width: 710px;
	margin: auto;
}
body#top #development ul li {
	float: left;
	margin-right: 36px;
	width: 112px;
	height: 110px;
}
body#top #development ul li:last-child {
	margin-right: 0;
}

body#top #development ul li a {
	display: block;
	width: 112px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	background-color: #FFF;
}
body#top #development ul li a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
body#top #development ul li img {
	padding-top: 30px;
}

body#top #emulsion {
	background-color: #FFF;
	padding: 40px 0 0;
}

body#top #emulsion a {
	display: block;
	padding-bottom: 250px;
	background-image: url(../../images/top/img_emul.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
body#top #emulsion a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}


body#top #news {
	padding: 20px 0 40px;
	background-color: #E8E8E8;
}
body#top #news h2 {
	text-align: left;
}
body#top #news ul {
	text-align: left;
}
body#top #news ul li {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #999;
}
body#top #news ul li a:hover {
	text-decoration: underline;
}


/*custom*/


/*company*/
#main p.kaiteki_tit {
	width: 650px;
	font-size: 1.6em;
	color: #005692;
	font-weight: bold;
	background-color: #CEDCE8;
	padding: 5px 0;
	margin-left: auto;
	margin-right: auto;
}
#main p.kaiteki_subtit {
	font-size: 1.6em;
	color: #005692;
	font-weight: bold;
}
a.map {
	display: inline-block;
	background-color: #005692;
	color: #FFF !important;
	padding: 2px 5px 1px 5px;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.history th {
	text-align: center;
}
table.history td dl dt {
	font-weight: bold;
	width: 5em;
	float: left;
	margin-bottom: 10px;
}
table.history td dl dd {
	margin-bottom: 10px;
	padding-left: 5.5em;
}

.branch h5 {
	color: #005692;
}
.mapframe {
	text-align: center;
}
.mapframe iframe {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	border: none;
	overflow: hidden;
	padding-bottom: 10px;
}

/*product*/
body.product .emulsion {
	background-image: url(../../images/product/emul_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -20px;
}

.product_list {
	background-color: #005692;
	padding: 10px 0;
	text-align: center;
}
.product_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 10px 0;
}
.product_list ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 290px;
	background-color: #FFF;
	margin: 8px 15px;

	position: relative;
}
.product_list ul li a {
	display: block;
	padding: 5px 0;
}
.product_list ul li a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;

	text-decoration: none !important;
}
.product_list ul li span {
	display: block;
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	color: #005692;
}

.product_list ul li.current {
	background-color: #A6DFEE;
}
.product_list.toryo li.toryo,
.product_list.doboku li.doboku ,
.product_list.nenchaku li.nenchaku,
.product_list.seni li.seni,
.product_list.settyaku li.settyaku,
.product_list.aqua li.aqua,
.product_list.ceramics li.ceramics,
.product_list.powder li.powder,
.product_list.inkjet li.inkjet {
	background-color: #A6DFEE;
}


.product_map {
	border: solid 1px #005692;
}
table.product_table th {
	text-align: center;
	font-size: 1.2em;
}
table.product_table td {
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
}
table.product_table td.usage {
	text-align: left;
}
table.product_table tr.bg {
	background-color: #f8f8f8;
}

/*tech*/
body.tech #main p a {
	color: #005692 !important;
	text-decoration: underline !important;
}
body.tech table.layout_table {
	width: 100%;
	margin: 30px 0;
}
body.tech table.layout_table td h5 {
	color: #005692;
}

/*RC*/
table.rc_activitypolicy td {
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 5px 20px 5px 0;
}

/*recruit*/
body#cont .voice h4 {
	margin-bottom: 50px;
}
.voice .f_left {
	width: 250px;
}
.voice .f_left .career {
	background-color: #CEDCE8;
	padding: 5px 0;
	margin-bottom: 15px;
}
.voice table {
	margin: 10px;
	text-align: left;
}
.voice table th, .voice table td {
	font-size: 1.4em;
	padding: 5px 10px;
	vertical-align: top;
}
.voice .f_right {
	width: 650px;
}
.voice dl dt, .voice dl dd {
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 15px;
}
.voice dl dt {
	font-weight: bold;
}
.voice dl dd {
	margin-bottom: 15px;
	border-bottom: dotted 1px #999;
}

table.training_table {
	width: 100%;
}
table.training_table h5 {
	background-color: #CEDCE8;
	padding: 10px;
}
table.training_table ul li {
	margin-left: 1em;

}

/*mailform*/
span.required {
	color: #F00;
}
table.form_table {
	width: 100%;
}
table.form_table tr {
	border-bottom: dotted 1px #999;
}
table.form_table th, table.form_table td {
	padding: 10px;
	text-align: left;
	font-size: 1.4em;
	vertical-align: top;
}
table.form_table th {
	font-weight: bold;
	width: 20%;
}
table.form_table td span.inputerror {
	color: #F00;
}
.error_area p {
	color: #F00;
}

table.form_table td input {
	border: solid 1px #999;
	padding: 5px;
}
table.form_table td span {
	display: block;
	font-size: 0.9em;
}

.contact_btns {
	text-align: center;
	padding: 20px 0;
}
.contact_btns input {
	font-size: 1.0em;
	padding: 10px 40px;
	margin: 0 15px;
	border: none;
	cursor : pointer;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contact_btns input:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
.contact_btns input[type=submit],
.contact_btns input[type=button]{
	background-color: #004DA0 !important;
	color: #FFF;
}
.contact_btns input[type=reset] {
	background-color: #E6E6E6 !important;
}
