
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');
@import url("https://use.typekit.net/oln8iym.css");


body {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html, body {

	height: 100%; 
	width: 100%
}

html {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

body {

	line-height: 150%;
	margin:0; 
	padding:0; 
	background-color: #fff;
	height:100%;
	text-align: center;
	color:#585858;
}


div, span, ul, li, dt, dd, h1, h2, h3, h4, h5, h6, p, a, tr, td {
	margin: 0;
	padding: 0;
 	outline: none;
	background: transparent;
}

#main ul,
#left ul {
	margin: 16px;
}


/* ---- Site Elements --- */


#background {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url("../images/background.gif") left top repeat-x;
}

.news #background {
	background: #fff url("../images/background_news.gif") left top repeat-x;
}

#greater_wrapper {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#wrapper {
	width: 980px;
	min-width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

a.font-small {
	height: 16px;
	float: right;
	margin-right: 30px;
}

a.font-normal {
	float: right;
	margin-right: 51px;
}



#font-size {
	width: 980px;
	height: 43px;
	background: url("../images/font_size.gif") right top no-repeat;
	text-align: right;
}


#main-header,
#small-header {
	display: block;
	width: 980px;
	background: url("../images/logo_header.gif") 0px 24px no-repeat;
	overflow: visible;
}

#main-header {
	height: 370px;
	text-align: left;
}

#main {
	height: auto;
	overflow: visible;
}



#small-header {
	height: 150px;
}

#header {
}



#main-navigation {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	margin-left: 238px;	
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

#main-navigation ul {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
}

#main-navigation ul li {
	float: left;
	height: 40px;
	width: auto;
	margin: 0;
}

#main-navigation li.active {
	background: url("../images/nav_active_bg.gif") left top repeat-x;
}

#main-navigation li.active:hover {
	background: url("../images/nav_active_bg.gif") left top repeat-x;
}


#main-navigation div {
	float: left;
}

#main-navigation .active1  {
	height: 40px;
	width: auto;
	background: url("../images/nav_active_left.gif") left top no-repeat;
}

#main-navigation .active2  {
	height: 40px;
	width: auto;
	background: url("../images/nav_active_right.gif") right top no-repeat;
}



#main-navigation span.active {
	display: block;
	float: left;
	padding: 6px 21px 16px 21px;
	background: url("../images/nav_s.gif") 50% 32px no-repeat;
	height: 40px;
}

#main-navigation a,
#main-navigation a:visited,
#main-navigation a.last,
#main-navigation a.last:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #d6d6d6;
	padding: 6px 21px 16px 21px;
}

#main-navigation a:hover,
#main-navigation a:active,
#main-navigation a.last:hover,
#main-navigation a.last:active {
	text-decoration: none;
	height: 40px;
	width: auto;
	color: #fff;
}

#main-navigation a.last,
#main-navigation a.last:visited {
}

#main-navigation li:hover  {
	background: url("../images/navigation_1.gif") 50% 0% no-repeat;
}

#main-navigation li.last:hover {
	text-decoration: none;
	color: #fff;
	height: 40px;
	width: auto;
}


#main-navigation .over1:hover {
	height: 40px;
	width: 100%;
	background: url("../images/nav_over_left.gif") left top no-repeat;
}

#main-navigation .over2:hover {
	height: 40px;
	width: 100%;
	background: url("../images/nav_over_right.gif") right top no-repeat;
}



#subnavigation {
	display: block;
	float: left;
	width: 500px;
	height: 24px;
	margin: 0;
	padding-top: 5px;
	overflow: hidden;
	padding-left: 0px;
}

#subnavigation li {
	float: left;
}

#subnavigation p.first {
	padding-left: 0px;
}

#subnavigation p {
	width: auto;
}

#subnavigation p.active {
	color: #0033CC;
	border-bottom: 1px dotted white;
}


.mod_breadcrumb {
	margin-bottom: 20px;
}


#yd {
	clear:  both;
	float: left;
	width: 235px;
	height: 170px;
	text-align: left;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	overflow: visible;
}

#bannerContainer {
	position: relative;
	overflow: hidden;
	width: 730px;
	height: 208px;
	float: right;
	border:0;
	margin-top: 5px;
}


#footer {
	height: 85px;
	background: url("../images/logo_footer.gif") left 45px no-repeat;
	font-size: 0.9em;
	margin-top: 30px;
}


#navigation-footer {
	float: right;
	width: 980px;
	height: 30px;
	text-align: center;
	margin: 30px 0px 10px 0px;
}

#copyright {
	float: right;
	width: 800px;
	height: 20px;
	text-align: center;
	color: #888888;
}

#footer-legal {
	float: right;
	width: 980px;
	height: 35px;
	text-align: center;
}

#subnavigation ul,
#navigation-3rd-level ul,
#navigation-footer ul {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
	margin-left: 0;
	width: 100%;
}

#left ul.level_1 {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
	margin-left: 0;
	width: 100%;
}

#left ul.level_1 li {
	margin-bottom: 6px;
}

#navigation-footer ul,
#footer-legal ul {
	display: block;
	float: right;
	width: 770px;
	height: 28px;
	text-align:center;
}

#navigation-footer ul {
	border-bottom: 1px solid #d4d4d4;
}

#subnavigation ul li,
#navigation-footer ul li,
#footer-legal ul li  {
	display: inline;
	height: 18px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #d4d4d4;
}


#subnavigation ul li.last,
#navigation-footer ul li.last,
#footer-legal li.last {
	border-right: 0;
}


#subnavigation a,
#subnavigation a:visited,
#navigation-search-sitemap a,
#navigation-search-sitemap a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#subnavigation a:hover,
#subnavigation a:active,
#navigation-search-sitemap a:hover,
#navigation-search-sitemap a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #bb1e1e;
}


#navigation-search-sitemap {
	float: right;
	width: 180px;
	height: 24px;
	margin: 0px 40px 0px 0px;
	padding-top: 5px;
}

#navigation-search-sitemap ul {
	display: block;
	list-style-type: none;	
	text-align: left;
	padding-top: 0;
	text-align: right;
}

#navigation-search-sitemap ul li {
	display: inline;
	height: 18px;
	margin: 0px 0px 0 20px;
}

#navigation-search-sitemap li.first {
	background: url("../images/search.gif") left 60% no-repeat;
	padding-left: 15px;
}

#navigation-search-sitemap li.last {
	/*background: url("../images/sitemap.gif") left 60% no-repeat; 2016/7/29 採用情報を表示するため非表示にした */
	padding-left: 15px;
}

#left .inside {
	width: 170px;
}


#right .inside {
	float: right; 
	width: 160px;
}

#newsbanner .inside {
	position: relative;
	overflow: hidden;
	width: 730px;
	height: 208px;
	float: right; 
	border:0;
	margin-top: 5px;
}

input,
textarea {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin-bottom: 15px;
}

input.submit
{
	border: 1px solid #999999;
	padding: 4px;
}


#search-function form {
	margin-bottom: 10px;
} 

#search-function #keywords {
	width: 260px;
	margin-right: 30px;
}

#search-function #submit {
	width: 90px;
}

.radio_container span {
	margin: 0px 25px 15px 0px;
display: block;
}

.radio_container input.radio {
width: 20px;
padding: 0;
margin: 0px;
}


#search-function .header {
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 18px;
	border-top: 1px solid #c5c5c5;
}


.odd {
	background:  #eeeeee;
}

.even {
	margin-bottom: 0px;
	padding: 8px;
}

.even {
	background:  #dfdfdf;
}

.mod_newslist div {
	background: transparent;
	padding:  0;
	border-bottom: 1px dotted #cecece;
	padding: 6px 0px 6px 0px;
}

.mod_faqlist ul {
	list-style-image: url("../images/link_normal1.gif");
	background:none;
}

.mod_faqlist ul li {
	background: transparent;
	padding: 0;
}


.newstextcolumn {
	float: left;
	width: 350px;
	text-align: left;
	margin-bottom: 0px;
	margin-right: 15px;
}


.newsimagecolumn {
	float: left;
	width: 150px;
	padding-top: 30px;
	text-align: right;
}

.alignrightmargin {
	clear:both;
	margin-bottom: 40px;
	text-align: right;
	width: 100%;
}

.dashlist {
	width: 100%;
	padding-left: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	background: url("../tl_files/images/border_dot.gif") left bottom repeat-x;
}


#contact_data {
	float: left;
	width: 280px;
	background:  #E9E9E9;
	padding: 20px;

}


#contact-data {
	float: left;
	width: 240px;
	height:  auto;
	background:  #E9E9E9;
	padding: 15px;
}

#imprint {
float: right;
width: 690px;

}

#dlh_googlemap_78 {
	width:  230px;
	height:  300px;
}


#contact-data label {
	display: block;
	margin-bottom: 6px;
}

#contact-data input.captcha {
	
	width: 40px;
	margin-right: 12px;
}

.submit-container {
	margin: 6px 0px 0px 0px;
	background: red;
}

.row_4,
.row_6 {
	height: 32px;
}

.mod_newslist div {
	margin-bottom: 0px;
}


.image_container {
    text-align: center;
}


/* ------- Sitemap ------ */



#sitemap ul {
	font-weight: bold;
	list-style-type: none;
}

#sitemap ul.level_2 {
	font-weight: normal;
	margin-left: 20px;
}

#sitemap li {
	margin-bottom: 6px;
}

#sitemap ul.level_2 .first {
	margin-top: 12px;
}

#sitemap ul.level_2 .last {
	margin-bottom: 12px;
}

#sitemap li.trail {
	margin-bottom: 24px;
}

#recent-changes {
	font-size: 0.9em;
}



/* ---- Format Elements --- */


.cl {
	content: ".";
    height: 1px;
	background: transparent;
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.cl-element {
	clear: both;
}

.hidden {
	display: none;
}


.fl {
 float: left;  
}

.fr {
 float: right;  
}

.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;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}




.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}



.center {
	text-align: center;
}

.just {
	text-align: justify;
}

.underline {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2d2d2;
}

.small {
	font-size: 0.9em;
	line-height: 150%;
}




/* ---- Text ---- */


p {
	margin-bottom: 6px;
}


h1 {
	color: #000000;
	font-style: normal;
	font-weight:normal;
	margin-bottom: 12px;
	font-size: 1.3rem;
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.1rem;
	color: #054f90;
}



h3 {
	margin-bottom: 8px;
	font-size: 1rem;
	color:  #000;
}


h4 {
	font-size: 1rem;
	margin-bottom: 1.5em;
}


.big {
	font-size: 1.4em;
}

.underline-red {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}


.red  {
	color: red;
}


h1 img {
	margin: 0 0 8px 0;
}


.spacing {
	letter-spacing: 0.4em;
}

.hide {
	display: none;
}


#footer a,
#footer a:visited {
	color: #666666;	
}

#yd a,
#yd a:visited {
	border-bottom:  0px;
}



a,
a:visited {
	color: #054f90;
	text-decoration: none;
	border-bottom: 0px;
}


a:hover,
a:active,
#footer a:hover,
#footer a:active {
	color: #666666;
}


a.noline,
a.noline:visited {
	text-decoration: none;
	border:  0;
}

a.noline:hover,
a.noline:active {
	text-decoration: none;
	border:  0;
}

.link2 a.link1,
.link2 a.link1:visited,
#container .image_container a,
#container .image_container a:visited,
.link2 .image_container a,
.link2 .image_container a:visited  {
	display:  block;
	border: 0px solid transparent;
	background: none;
	text-decoration: none;
	padding: 0px;
}

.link2 a.link1:hover,
.link2 a.link1:active,
#container .image_container a:hover,
#container .image_container a:active, 
.link2 .image_container a:hover,
.link2 .image_container a:active {
	display:  block;
	border: 0px solid #bb1e1e;
	background: none;
	text-decoration: none;
	padding: 0px;
}


#driver-news .more a,
#driver-news .more a:visited,
.link2 a,
.link2 a:visited,
a.link2,
a.link2:visited,
#product-navigation a,
#product-navigation a:visited {
	color: #000;
	margin-top: 0px;	
	text-decoration: none;
	padding-left: 1.3em;
	background: url("../images/link_normal1.gif") 0px 50% no-repeat;
	border-bottom: 0px;
}

#driver-news .more a:hover,
#driver-news .more a:active,
.link2 a:hover,
.link2 a:active,
a.link2:hover,
a.link2:active,
#product-navigation a:hover,
#product-navigation a:active { 
  color: #bb1e1e;
  text-decoration: underline;
  padding-left: 1.3em;
  background: url("../images/link_normal2.gif") 0px 50% no-repeat;
  border-bottom: 0;
}


#product-navigation a {
	margin-left: 10px;
	font-size:0.7rem;
}

a.link-top,
a.link-top:visited {
	margin-top: 0px;	
	float: right;
	text-decoration: none;
	padding-left: 1.3em;
	background-image: url("../images/link_top1.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	border-bottom:  0;
}


a.link-top:hover,
a.link-top:active { 
  color: #bb1e1e;
  text-decoration: underline;
  padding-left: 1.3em;
  background-image: url("../images/link_top2.gif");
  background-position: 0px 50%;
  background-repeat:  no-repeat;
  border-bottom:  0;
}


/* --  Popup Image --*/

.ce_table {
	overflow: visible;
}


a.popup-image, 
a.popup-image:visited {
	position:relative; 
	z-index:1;
}

a.popup-image b {
	position: absolute;
	visibility: hidden; 
	width: 240px; 
	height:0; /* 0/Opera bug*/
	border: 2px solid #b4b4b4; 
	left: 100;
	margin-left: 20px; 
	top: 25px;
	text-align:center;
}

a.popup-image:hover {
	border: 0; /* IE */ 
	z-index: 100;
}

a.popup-image:hover b {
	visibility: visible; 
	height: auto;
	cursor: pointer; /* IE */
	z-index: 500; 
	background: #fff;
}

a.popup-image:hover b img {
	border:0;
	margin: 4px; /* more will cripple bottom border in Opera */
}



/* ------------ Driver News  ---------------*/

#driver-news h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2d2d2;
}

#driver-news div h1 {
	font-size:  1em;
	margin-bottom: 2px;
	padding: 0;
	border: 0;
}

#driver-news div {
	margin-bottom: 4px;
}



/* ------------ Tables ---------------*/

.product-list table {
	width: 100%;
}

.product-list td {
	padding: 12px 0 12px 12px;
}

.product-list th {
	padding: 6px 0 6px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	color: #fff;
}

.product-list td.col_0 {
	width: 200px;
}

.product-list td.col_1 {
	width: auto;
}

.product-list td.col_2 {
	width: 100px;
}

.product-list .col_last {
	padding-right: 12px;
}

.overflow-table div{
	overflow-y:hidden;
}
.overflow-table div div:nth-child(4) table{
	z-index: 0;
}
.overflow-table div div:nth-child(4){
	overflow-y:hidden;
}
.overflow-table div div:nth-child(4)::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.overflow-table div div:nth-child(4)::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.product-list-new {
}
.product-list-new table.fw-table {
	width: 2050px;
}
.product-list-new table.madi-table {
	width: 1250px;
}
.product-list-new table.pci-table {
	width: 1150px;
}
.product-list-new table.micpre-table {
	width: 1100px;
}

.product-list-new td {
	text-align: center;
	padding: 12px 0;
}

.product-list-new th {
	text-align: center;
	padding: 6px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	color: #fff;
}

.product-list-new th.border-left{
	border-left: 1px solid #fff;
}
.product-list-new th.border-right{
	border-right: 1px solid #fff;
}
.product-list-new th.border-both{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.fw-table th.head_7,.fw-table  th.head_15,.madi-table th.head_9, .pci-table th.head_9{
	font-size:70%;
}
.fw-table td.col_0 ,.madi-table td.col_0, .pci-table td.col_0, .micpre-table td.col_0{
	padding-left:10px;
	text-align: left;
	width: 120px;
}

.fw-table td.col_1 {
	width: 130px;
}

.fw-table td.col_2 {
	width: 90px;
}
.fw-table  td.col_3 {
	width: 70px;
}
.fw-table td.col_4 {
	width: 120px;
}
.fw-table  td.col_5 {
	width: 100px;
}
.fw-table  td.col_6 {
	width: 120px;
}
.fw-table  td.col_7 {
	width: 110px;
}
.fw-table td.col_8 {
	width: 110px;
}
.fw-table  td.col_9 {
	width: 110px;
}
.fw-table  td.col_10 {
	width: 130px;
}
.fw-table  td.col_11 {
	width: 100px;
}
.fw-table  td.col_12 {
	width: 100px;
}
.fw-table  td.col_13 {
	width: 100px;
}
.fw-table  td.col_14 {
	width: 100px;
}
.fw-table  td.col_15 {
	width: 100px;
}
.fw-table  td.col_16 {
	width: 100px;
}
.fw-table  td.col_17 {
	width: 100px;		
}
.fw-table  td.col_18 {
	width: 100px;	
}
.fw-table  td.col_19 {
	width: 100px;	
}
.fw-table  td.col_20 {
	width: 100px;	
}
.fw-table  td.col_21 {
	width: 100px;	
}
.fw-table  td.col_22 {
	width: 100px;	
}



.pci-table td.col_1{
	width: 130px;
}
.pci-table td.col_1 .small {
	font-size: 70%;
}

.product-list-new .col_last {
	padding-right: 12px;
}

#dealer-list table {
	width: 100%;
}

#dealer-list td {
	padding: 12px 0 12px 12px;
}


#dealer-list th {
	padding: 6px 0 6px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	color: #fff;
}

#dealer-list td.col_0 {
	width: 200px;
}

#dealer-list td.col_1 {
	width: 420px;
}

#dealer-list td.col_2 {
	width: 120px;
}

.dealer-list .col_last {
	padding-right: 12px;
}


#event-list table {
	width: 100%;
}

#event-list td {
	padding: 12px 0 12px 12px;
}


#event-list th {
	padding: 6px 0 6px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	color: #fff;
}

#event-list td.col_0 {
	width: 100px;
}

#event-list td.col_1 {
	
}

#event-list td.col_2 {
	
}

.event-list .col_last {
	padding-right: 12px;
}



#privacy-policy tr {
	background: transparent;
}

#privacy-policy td {
	padding: 12px 0 12px 0px;
	vertical-align: top;
}

#privacy-policy td.col_0 {
	width: 240px;
	font-weight: bold;
}

#privacy-policy td.col_1 {
	text-align: justify;
}


/* ---- Login/Registration Forms ---- */

.mod_personalData  table .col_0,
.mod_registration  table .col_0  {
	width: 170px;
}

.mod_personalData tr  .even,
.mod_registration  tr  .even {
	background: transparent;
}

.mod_personalData   tr.row_last,
.mod_registration  tr.row_last {
	background: transparent;
}

.mod_personalData td,
.mod_registration  td  {
	height:  20px;
	padding:  6px 6px 6px 12px;
	text-align: left;
}

.mod_personalData #ctrl_newsletter input,
.mod_registration  #ctrl_newsletter input {
	width: 10px;
	margin-top: 8px;
}

.mod_personalData select,
.mod_registration  select  {
	width:  205px;
}

.mod_personalData select,
.mod_personalData input,
.mod_registration  select,
.mod_registration  input  {
	background:  #D8E6F5;
	border:  1px solid #999999;
}

.mod_personalData input,
.mod_registration  input  {
	margin-right:  8px;
	width: 200px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.mod_personalData label,
.mod_registration  label {
	margin-right:  8px;
}

.mod_personalData  .submit,
.mod_registration  .submit,
.submit  {
	width:  125px;
	padding:  2px 8px 2px 8px;
	background:  #A9EDB8;
	border: 1px solid #999999;
}

.mod_personalData captcha,
.mod_registration .captcha  {
	width:  40px;
}


.customer-login  table .col_0  {
	width:  70px;
}


.customer-login  input  {
	width: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.customer-login  table   {
	margin-bottom:  10px;
}

.customer-login  .submit  {
	width: 105px;
}


/* ---- Contact/Support Forms ---- */

.contact-formular {
	width: 680px;
	overflow: visible;
}

.formular {
	width: 980px;
}

.support-formular {
	width: 700px;
}


.contact-formular {
	float: right;
}


.contact-formular td,
.support-formular td,
.formular td{
	vertical-align: top;
}

.contact-formular td.col_0,
.support-formular td.col_0, 
.formular td.col_0{
	width: 230px;
    min-width: 130px;
	font-weight: bold;
}

.contact-formular input,
.support-formular input,
.formular input{
	width: 200px;
	margin: 0px 0px 6px 0px;
}


.contact-formular input.contact-protect,
.support-formular input.support-protect,
.formular input.support-protect{
	width: 60px;
	margin-right: 12px;
	float: left;
}

#link-to-email .captcha {
	float: left;
}

#link-to-email .submit {
	clear: both;
	display: block;
}


.contact-formular input.contact-message {
	width: 200px;
	height: 220px;
}

.support-formular input.contact-message {
	width: 450px;
	height: 220px;
}


.contact-formular tr,
.support-formular tr,
.formular tr{
	background: transparent;
}

.error {
	margin-bottom: 6px;
	color: #CC0000;
}

/* ----  Newsletter ---*/


#newsletter-subscribeunsubscribe  .text {
	width:  190px;
	margin: 0px 25px 0px 0px;
	padding: 6px 2px 6px 2px;
}


/* ----  Synthax distributors menu ---*/


.lsm {
	float: left;
	width: 242px; 
	height: 29px; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	text-align: left;
	overflow: visible;
	list-style-type: none; 
	z-index: 140;
	padding-top: 2px;
}

.lsm li {
	float: left; 
	padding: 0; 
	position: relative; 
	width: 225px; 
	height: 24px; 
	z-index: 150;
}

.lsm li a, 
.lsm li a:visited {
	text-decoration: none;
	color: #000;
}

.lsm dl {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 225px; 
	margin: 0; 
	padding: 0; 
	background: transparent;
}

.lsm dt {
	margin:0;
	font-size: 1em; 
	width: 225px;
	height: 24px;
	float:left;
}

.lsm dd {
	display: none; 
	clear: left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1em; 
	text-align:left;
}

.lsm dt a, 
.lsm dt a:visited {
	display:block; 
	padding: 2px 5px 2px 0; 
	width: 225px;
	height: 20px;
   border-bottom: 0;
}


.lsm dd a, 
.lsm dd a:visited {
	background: #000; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	padding: 2px 5px 2px 20px; 
	width: 160px;
}

.lsm li a:hover {
	border:0;
 	background: url("") left top no-repeat;
	color: #bb1e1e;
   border-bottom: 0;
}



.lsm li:hover dd, 
.lsm li a:hover dd {
	display: block;
}

.lsm li:hover dl, 
.lsm li a:hover dl {
	width: 160px; 
}

.lsm li:hover dt a, 
.lsm li a:hover dt a {
}


.lsm dd a:hover,
.lsm li.en dd a:hover {
	background: #bb1e1e; 
	color:#fff;
}




.lsm li:hover dt a, 
.lsm li a:hover dt a {
}


.lsm dd a:hover,
.lsm li.en dd a:hover {
	background: #bb1e1e; 
	color:#fff;
	border-bottom: 1px  dotted #666666;
}


/* ---- Colors ----*/

.black {
  color: #000000;
}

.blue {
	color: #105cb6;
}

.blue-dark {
  color: #2e4e8e;
}

.blue-bright {
  color: #1c8be0;
}


.green {
  color: #578115;
}

.red {
  color: #820000;
}

.grey {
  color: #666666;
}


/* ---- Akkordeon ----*/

.black .toggler {
	width: 100%;
	height: 18px;
	font-weight: bold;
	padding: 4px 0px 4px 12px;
	margin-bottom: 4px;
	color: #fff;
	background:  #000 url("../images/akkordeon_open.gif") right 50% no-repeat;
}


.accordion  div {
	margin: 0;
}

.ce_accordion .accordion {
    margin-bottom: 6px;
}

 .toggler {
	background:  url("../images/toggler_products.gif") left top no-repeat;
	color:  #666666;
	height: 20px;
	padding: 1px 0px 1px 12px;
	margin-bottom: 2px;
	font-size:0.7rem;
}


/* ---- Main Navigation active background ----*/

.news #main-navigation li.newspage,
.products #main-navigation li.productssite ,
.downloads #main-navigation li.downloadssite, 
.support #main-navigation li.supportsite, 
.community #main-navigation li.communitysite, 
.support #main-navigation li.supportsite,
.shoplist #main-navigation li.shoplist,
.houjin #main-navigation li.houjin,
.store #main-navigation li.store,
.company #main-navigation li.companysite {
	display: block;
	background: url("../images/nav_active_bg.gif") 50% 0px no-repeat;
	height: 40px;
}

.news #main-navigation .newspage .over1,
.products #main-navigation .productssite .over1 ,
.downloads #main-navigation .downloadssite .over1, 
.support #main-navigation .supportsite  .over1, 
.community #main-navigation .communitysite .over1, 
.support #main-navigation .supportsite .over1,
.shoplist #main-navigation .shoplist .over1,
.houjin #main-navigation .houjin .over1,
.store #main-navigation .store .over1,
.company #main-navigation .companysite .over1 {
	background:  url("../images/nav_active_left.gif") left top no-repeat;
}

.news #main-navigation .newspage .over2,
.products #main-navigation .productssite .over2 ,
.downloads #main-navigation .downloadssite .over2, 
.support #main-navigation .supportsite  .over2, 
.community #main-navigation .communitysite .over2, 
.support #main-navigation .supportsite .over2,
.shoplist #main-navigation .shoplist .over2,
.houjin #main-navigation .houjin .over2,
.store #main-navigation .store .over2,
.company #main-navigation .companysite .over2 {
	background: url("../images/nav_active_right.gif") right top no-repeat;
}

/* ---- Sitemap ----*/

#sitemap ul.level_1 li.submenu {
	margin-bottom: 30px;
}

#sitemap ul.level_2 {
	margin-left: 200px;
	margin-top: -30px;
	padding-bottom: 20px;
	border-bottom: 1px solid  #EBEBEB;
}

#sitemap ul.level_3 {
	margin-left: 200px;
	margin-top: -30px;
}


/* --------------------------------------------------------------*/
/* --------------------- Products Menu ------------------------- */
/* --------------------------------------------------------------*/


#productsmenu {
	width: 256px; 
}


/* --------------------------------------------------------------*/
/* ----------- 3 level flyout menu plus info mouseover ----------*/



.p_menu {	/* -- basic frame --*/
	width: 170px; 
	height: 220px; 
	position: relative; 
	margin-top: 12px;
	margin-left: 0px; 
	z-index: 100;
}

.p_menu ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
	width: 145px; 
	height: 180px; 
}

.p_menu ul li {
	float:left;
}

li.products {
	background: url("../../images/seperator_dot.gif") 10px bottom no-repeat;
	padding: 1px 0 2px 0;
}

#subnavigation li.products {
	background: transparent;
}



.p_menu ul li a, 
.p_menu ul li a:visited { /* -- main list entries normal --*/
	display: block; 
	float: left; 
	text-decoration: none; 
	color: #585858; 
	width: 145px; 
	height: 20px; 
	line-height: 20px; 
	padding-left: 10px;
}

* html .p_menu ul li a, * html .p_menu ul li a:visited {
	width: 140px; 
	w\idth: 110px;
}

.p_menu table {
	border-collapse: collapse; 
	border: 0; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left:0; 
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.p_menu ul li:hover a,
.p_menu ul li a:hover { /* -- main list entries mouseover --*/
	color:#fff;
	background: #bb1e1e;
}

.p_menu ul li:hover { /* -- main list entries mouseover --*/
	position: relative; 
	z-index: 90;
}

* html .p_menu ul li a:hover {
	position: relative; 
	z-index: 100;
}


* html .p_menu ul li a:hover {
	position:relative; 
	z-index: 100;
}


/* -- 2nd level -- */

.p_menu ul li ul {	/* -- hidden submenus --*/
	visibility: hidden; 
	position: absolute; 
	height: 0; 
	overflow: hidden; 
	top: 0; 
	left: 110px;
	width: 135px;
}

.p_menu ul li:hover ul,
.p_menu ul li a:hover ul {
	visibility: visible; 
	position: absolute; 
	height: auto; 
	border: 2px solid #a5a5a5; 
	background: #fff; 
	overflow: visible;
}

.p_menu ul li:hover ul li a,
.p_menu ul li a:hover ul li a{
	display: block; 
	background: transparent; 
	color: #4e4e4e; 
	line-height: 15px; 
	padding: 10px 0px 5px 10px; 
	height: auto; 
	text-decoration: none;
 	font-weight: normal;
	width: 120px;
}

.p_menu ul li:hover ul li:hover a,
.p_menu ul li a:hover ul li a:hover {
	background:#000; 
	color:#fff;
}

.p_menu ul li:hover ul,
.p_menu ul li a:hover ul {
	visibility: visible; 
	position: absolute; 
	height: auto; 
	border: 2px solid #d2d2d2; 
	background: #fff; 
	overflow: visible;
}

.p_menu ul li:hover ul li a,
.p_menu ul li a:hover ul li a {
	display: block; 
	background: transparent; 
	color: #4e4e4e; 
	line-height: 8px; 
	padding: 5px 5px 5px 10px; 
	height: auto; 
	text-decoration: none;
}

.p_menu ul li:hover ul li:hover a,
.p_menu ul li a:hover ul li a:hover {
	background: #bb1e1e; 
	color: #fff;
}



/* -- 3rd level --*/

.p_menu ul li:hover ul li ul,
.p_menu ul li a:hover ul li a ul {
	visibility: hidden; 
	position: absolute; 
	overflow: hidden; 
	height: 0; 
	top: 0; 
	left: 95px;
	width: 160px;
}

.p_menu ul li:hover ul li:hover ul,
.p_menu ul li a:hover ul li a:hover ul {
	visibility: visible; 
	position: absolute; 
	height: auto; 
	color: #4e4e4e; 
	padding: 0; 
	border: 1px solid #4e4e4e; 
	list-style-type: none; 
	background: #fff;
}

.p_menu ul li:hover ul li:hover ul li a,
.p_menu ul li a:hover ul li a:hover ul li a {
	display: block; 
	background: #fff; 
	color: #4e4e4e;
	width: 145px;
}

.p_menu ul li:hover ul li:hover ul li:hover a,
.p_menu ul li a:hover ul li a:hover ul li a:hover {
	background: #fff; 
	color: #000;
}


.p_menu ul li:hover ul li ul,
.p_menu ul li a:hover ul li a ul {
	visibility: hidden; 
	position: absolute; 
	overflow: visible; 
	height: 0; 
	top: 0; 
	left: 65px;
}

.p_menu ul li:hover ul li:hover ul,
.p_menu ul li a:hover ul li a:hover ul {
	visibility: visible; 
	position: absolute; 
	height:auto; 
	color:#4e4e4e; 
	padding:0; 
	border: 2px solid #d2d2d2; 
	list-style-type: none; 
	background: #fff;
}

.p_menu ul li:hover ul li:hover ul li a,
.p_menu ul li a:hover ul li a:hover ul li a {
	display: block; 
	background: #fff; 
	color: #4e4e4e;
}

.p_menu ul li:hover ul li:hover ul li:hover a,
.p_menu ul li a:hover ul li a:hover ul li a:hover {
	background: #bb1e1e; 
	color: #fff;
}



/* ------ Info Popup: 3rd / 4th level  ------*/

.p_menu ul li:hover ul.level2 li ul,
.p_menu ul li a:hover ul.level2 li ul {
	visibility: hidden; 
	position: absolute; 
	overflow: visible; 
	height: 0; 
	width: 230px; 
	top: -5px; 
	left: 105px;
	line-height: 110%;
	z-index: 200;
}


.p_menu ul li:hover ul li:hover ul li ul,
.p_menu ul li a:hover ul li a:hover ul li ul {
	visibility: hidden; 
	position: absolute; 
	overflow: hidden; 
	height: 0; 
	width: 270px; 
	top: -5px; 
	left: 135px;
	line-height: 130%;
	z-index: 200;
}

.p_menu ul li:hover ul.level2 li:hover ul,
.p_menu ul li a:hover ul.level2 li a:hover ul,
.p_menu ul li:hover ul li:hover ul li:hover ul,
.p_menu ul li a:hover ul li a:hover ul li a:hover ul {
	visibility: visible; 
	position: absolute; 
	list-style-type: none; 
	height: auto; 
	padding: 5px 5px 5px 10px; 
	font-size: 0.9em;
	color: #000; 
	background: #f4f4f4;
	border: 1px solid #a4a4a4;
	z-index: 200;
}



/* --------------------- 4 level flyout menu ------------------- */


.p-menu4 {
	z-index:100;
	height: 20px;
	margin-top: 15px;
}

/* remove all the bullets, borders and padding from the default list styling */
.p-menu4 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	width: 150px; 
	height: 180px; 
}

.p-menu4 li {
	float: left;
	z-index: 100;
}

.p-menu4 .products {
	padding: 1px 0 2px 0;
	height: 20px;
	background: url("../../images/seperator_dot.gif") 10px bottom no-repeat;
}


* html .p-menu4 li {
	margin-left: -16px; 
	margin-lef\t: 0;

} 

.p-menu4 table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	width:0; 
	height:0;
}

.p-menu4 a, 
.p-menu4 a:visited {
	float: left; 
	display: block; 
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	width: 150px;
	color: #585858;
	padding-left: 10px;
}
	
* html .p-menu4 a:hover {
	color:#fff; 
	background:#bb1e1e;
}

.p-menu4 :hover > a {
	color: #fff; 
	background: #bb1e1e;
}



/* 1st level */
.p-menu4 ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: -1px;
	left: 110px;
	width: 160px;
	overflow: hidden;
}



/* 2nd level */

.p-menu4 ul li:hover ul,
.p-menu4 ul a:hover ul {
	visibility:visible;
	position: absolute;
	background: #fff;
	height: auto;
	border: 2px solid #a5a5a5;
	overflow: visible;
}


/* 3rd level */

.p-menu4 ul :hover ul ul{
	visibility:hidden;
	position: absolute; 
	height: 0; 
	top: -1px; 
	left: 65px;
	width: 160px;
}

.p-menu4 ul :hover ul :hover ul{ 
	visibility:visible;
	background:#fff;
	position: absolute; 
	height: auto; 
	padding: 0; 
	border: 2px solid #a5a5a5;
	background: #fff;
}


/* 4th level */
.p-menu4 ul :hover ul :hover ul ul{
	visibility:hidden;
	position: absolute; 
	height: 0; 
	top: -5px; 
	left: 135px;
	width: 220px;
}

.p-menu4 ul :hover ul :hover ul :hover ul { 
	visibility:visible;
	position: absolute; 
	height: auto; 
	padding: 5px 3px 5px 5px; 
	background: #4e4e4e;
	border-left: 8px solid orange;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
}


.p-menu4 ul.n2 {top:25px; z-index: 1000;}
.p-menu4 ul.n3 {top:45px; z-index: 1000;}
.p-menu4 ul.n4 {top:60px; z-index: 1000;}
.p-menu4 ul.n5 {top:80px; z-index: 1000;}
.p-menu4 ul.n6 {top:100px; z-index: 1000;}
.p-menu4 ul.n7 {top:120px; z-index: 1000;}

/* normal border table */
.normal-table {
	border-collapse: collapse;
}
.normal-table th,.normal-table td {
	padding:.2em 1em;
	border:1px solid #4e4e4e;
}



/* bundle package index page */
.bundle-package-index {
	padding: 20px 0 0 0;
}
.bundle-package-block{
	width:720px;height:200px;
}
.bundle-package-block a {
	border:none;
}
.bundle-package-block img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	float:left;
}
.bundle-package-block img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.bundle-package-index .title {
	width:700px;height:40px;
	padding: 10px 0 0 20px;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: lighter;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: #000;
	color:#fff;
}
#background .babyface-bg {
	width:720px;height:475px;
	background: url('/tl_files/images/products/bundle_package/babyface-background.jpg') no-repeat;
}
.bundle-package-index .hardware-detail {
	float: left;
	text-align: left;
	margin:330px 0 0 20px;
	width:350px;
	height:30px;
}
.bundle-package-index a {
	border:0;
}
.bundle-package-index .bundle-detail {
	float: left;
	margin: 20px 0 0 0;
	width:350px;
	height:270px;
}


/* bundle package detail page*/
.blue-round-corner{
	margin-top:10px;
	padding:4px 4px 15px 4px;
border-radius: 4px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px;
border:1px solid #d2d2d2;
}


.bundle-package .product-image  {
	width:350px; height:275px;
	margin-bottom:20px;
	float:left;
}
.bundle-package .detail-button {
	width:150px;
	margin:250px 0 0 0;
	float:left;
}
.bundle-package .group {
	clear:both;
}
.bundle-package .color-type {

}
.bundle-package .purchase {
	width:350px;
	float:left;
}

/* popup image extend */
a.popup-image strong {

	overflow: visible;
	position: absolute;
	visibility: hidden; 
	width: 240px; 
	height:0; /* 0/Opera bug*/
	border: 2px solid #b4b4b4; 
	top: -90;
	left: 200;
	margin-left: 20px;
	text-align:center;
}
tr:not(.row_last) a.popup-image strong {
	margin-top: -90px;
}
tr.row_first a.popup-image strong {
	margin-top: -20px;
}
tr.row_last a.popup-image strong {
	margin-top: -130px;
}

a.popup-image:hover strong  {
	visibility: visible; 
	height: auto;
	cursor: pointer; /* IE */
	background: #fff;
	z-index: 500;
}

a.popup-image:hover strong img {
	z-index: 500;
	border:0;
	margin: 4px; /* more will cripple bottom border in Opera */
}
.colDiv .head_1,.colDiv .border-both,.colDiv .head_2,.colDiv .head_3,.colDiv .col_1,.colDiv .col_2,.colDiv .col_3 {
	visibility: hidden;
}
.column .head_1,.column .border-both,.column .head_2,.column .head_3,.column .col_1,.column .col_2,.column .col_3 {
	visibility: hidden;
}
.column {
}


/* ---  madi xt RME USER List--- */
#left ul.madi-company-list {
	padding-left:0em;
	margin:0;
}
.madi-company-list li {
	font-size: 11px;padding: 2px;
	list-style-type: none;
}
.madi-company-list li span.user-story {
	font-size: 10px;
	display: block;
	padding-left:1em;
}
#left ul.rmeuser-company-list {
	padding-left:4px;
	margin:0;
}
.rmeuser-company-list li {
	font-size: 10px;
    padding-left: 0em;
    margin:0;
	list-style-type: none;
}
.rmeuser-company-list li span.user-story2 {
	font-size: 9px;
	display: block;
	padding-left:1em;
    color: #336699;
}

/* ferrofish table */
.simpletable {border-collapse:collapse;text-align: center;}
.simpletable th,.simpletable td {
	height: 35px;
}
.simpletable th {
	font-weight: normal; color: black; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #a5c3c3; background-position: initial initial; background-repeat: initial initial;
}
.simpletable tr {
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc;
}

/* left column user review separator */
.separator {
	position: relative;
	display: inline-block;
	padding-bottom:1rem;
}
.separator:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width:100px;
	border-bottom: 1px solid #ccc;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
}

/* RPR thanksgiving form */

.rpr-form {

}

.rpr-form td {
	vertical-align: top;
}
.rpr-form td.explanation {
	position: relative;
	padding-left: 250px;
}
.rpr-form td.explanation p {
	margin-top: -10px;
}
.rpr-form td[colspan="2"] {
	padding-bottom: 10px;
}

.rpr-form td.col_0 {
	padding: 0 10px; 
	font-weight: bold;
}
.rpr-form td.col_1 {
	width: 470px;
}

.rpr-form tr.row_10 td.col_1,.rpr-form tr.row_12 td.col_1, {
	padding-bottom: 20px;
}


.rpr-form input.contact-protect{
	width: 60px;
	margin-right: 12px;
	float: left;
}

.rpr-form .contact-message span {
	display: block;
	float:left;
	width: 220px;
}

.rpr-form input.contact-message {
	width: 450px;
}


.rpr-form tr {
	background: transparent;
}

/* flexbox */
.flexbox {
	display:flex;
}
.flexbox-half{
	width:360px;
}
.flexbox-left-50 {
	width:350px;
	margin-right: 20px;
}
.flexbox-right-50 {
	width:350px;
}
.flexbox-left-400 {
	width: 400px;
	margin-right: 20px;
}
.flexbox-right-300{
	width: 300px;
}
.flexbox-right-200{
	width: 200px;
}

.button {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    background: #054f90 !important;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 1rem;
    margin: 0 0 0.5rem 0;
    padding: 0.3rem 1.125rem 0.3rem 1.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


.button a:hover,
.button a:active {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    background: #cccccc !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 1rem;
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 1.125rem 0.3rem 1.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom:1px solid transparent !important;
}

.button_mi7 {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    background: #DF5B0F !important;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 1rem;
    margin: 0 0 0.5rem 0;
    padding: 0.3rem 1.125rem 0.3rem 1.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.button-large {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #054f90 !important;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.button-large a:hover,
.button-large a:active {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    background: #cccccc !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom:1px solid transparent !important;
}


.price {
    margin: auto 0;
    color: #000;
    font-size: 2rem;
    line-height: 3.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight:500;
    white-space: nowrap;
    overflow: hidden;
}


.numbers {
    margin: auto 0;
    color: #054f90;
    font-size: 2rem;
    line-height: 3.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight:500;
    white-space: nowrap;
    overflow: hidden;
}

#large p{
    font-size:1rem;
    line-height: 1.8rem;
    margin-bottom:1.2rem;
    color:#000;
    font-weight: 300;
    text-align: justify;
}

#large ul{
    font-size:1rem;
    line-height: 1.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    color:#000;
    font-weight: 300;
    text-align: justify;
}

#large ol{
    font-size:1rem;
    line-height: 1.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    color:#000;
    font-weight: 300;
    text-align: justify;
}




#large h1{
    font-size:3rem;
    line-height: 3.5rem;
    color: #054f90;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#large h2{
    font-size:2rem;
    line-height: 1.8rem;
    color: #054f90;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#large h3{
    font-size:1.8rem;
    line-height: 2.6rem;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align:center;
}

#large h4{
    font-size:1.4rem;
    line-height: 2.6rem;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	
}

#large h5{
    font-size:1.2rem;
    line-height: 2.6rem;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#large ul {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 0.2rem;
    margin-bottom: 1.8rem;
    color: #000;
    font-weight: 300;
    list-style-type: disc;
}

.blacktable {
    background-color: #000;
    padding:20px 30px;
    vertical-align: middle;
}

.product_title {
    font-family: myriad-pro, sans-serif;
    line-height: 1.4rem;
    font-weight: 400;
    font-style: normal;
    font-size:3rem;
    color:#000;
        margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align:center;
}

.product_description {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1rem;
    line-height: 1.8rem;
    color:#000;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
        text-align:center;
}

.overlay {
    position: absolute;
    top: 140px;
      left: 0;
  right: 0;
    z-index: 100;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.campaign-main {
	background-color:#eee;

}

.campaign-1 {
	background-color:#eee;
	padding:20px;
}

.campaign-2 {
	background-color:#d6d6d6;
	padding:20px;
}

.campaign-3 {
	background-color:#222222;
	padding:20px;
	color:#fff;
	font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

.campaign-3 h2{
    font-size:2rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-align:center;
}

.campaign-4 {
	background-color:#444444;
	padding:20px;
	color:#fff;
	font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

.campaign-4 h2{
    font-size:2rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight:400;
    margin-bottom:2.4rem;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-align:center;
}

.campaign-4 h3{
    color: #fff;

}

.white_bg {
	background-color:transparent;
	padding:20px;
	color:#000;
	font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}


.grey_bg {
	background-color:#EEEEEE;
	padding:20px;
	color:#000;
	font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

.white{
	color:#fff !important;
}


.icon-blue{
	fill: #054f90;
}

.comparison  {
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.comparison td, #comparison th {
  border: 1px solid #ddd;
  padding: 8px;
}

.comparison tr:nth-child(even){background-color: #f2f2f2;}

.comparison tr:hover {background-color: #ddd;}

.comparison th {
  padding-top: 12px;
  padding-bottom: 12px;
	  padding-left: 8px;
  text-align: left;
  background-color: #054f90;
  color: white;
}


/* Custom styles for the reCAPTCHA button */
.g-recaptcha {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.g-recaptcha:hover {
    background-color: #0056b3;
}

}


