/*
Theme Name: OPTRONICS ONLINE Renew
Description: OPTRONICS ONLINE リニューアル版テーマ
Author: OPTRONICS
Version: 1.0.0
Text Domain: optronics-online-renew
*/
* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
	overflow-y: scroll;
	background: #ffffff !important;
}
body{
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: baseline;
	border-style: none;
	padding: 0;
	margin: 0;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
a{
	color: #254a73;
}
a:hover{
	color: #999999;
}


span#titleAndCaption #titleText+br+span#captionText{
	display: none;
}

.pr,
.pr a{
    background: #fffaeb !important;
}


.seminarTable table{
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
}

.seminarTable table th{
	color: #FFFFFF;
	background-color: #A10300;
	width: 140px;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 10px;
}

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

/* --- contact 2--- */

.tableDl2 dl{
	width: 100%;
	margin: 0 0 16px;
	background: #f2f2f2;
	border: solid 1px #cccccc;
	border-top: none;
}
.tableDl2 dl dt,
.tableDl2 dl dd{
	border-top: solid 1px #cccccc;
    box-sizing: border-box;
}
.tableDl2 dl dt{
	width: 190px;
	float: left;
	padding: 10px 16px;
}
.tableDl2 dl dt span{
	color: #ff0000;
	font-size: 90%;
	margin-left: 8px;
}
.tableDl2 dl dd{
	width: 626px;
	min-height: 1em;
	float: left;
	padding: 12px 16px;
	background: #ffffff;
	border-left: solid 1px #cccccc;
}
.tableDl2 dl input,
.tableDl2 dl textarea{
	max-width: 90%;
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 4px;
    box-sizing: border-box;
}