@import url("https://fonts.googleapis.com/css?family=Montserrat");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main /* add */ {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline; change */
    vertical-align: top; /* change */
    /*background: transparent; delete */
    box-sizing: border-box;
}

/* BASIC SETTING */
html {
    overflow-y: scroll; /* add */
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

body {
    line-height: 1;
    -ms-size-adjust: 100%; /* add */
    -moz-size-adjust: 100%; /* add */
    -webkit-text-size-adjust: 100%; /* add */
    text-size-adjust: 100%; /* add */
}


ul, dl, div {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0 auto;
	padding-bottom: 1px;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
    font-size: 1rem;
}
h2 {
    font-size: 1rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 1rem;
}
a img {
    border: none;
}

a:link {
    color: #6E6C64;
    text-decoration: none;
}
a:visited {
    color: #6E6C64;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}

.float_clear { clear: both; }

/* FONT */
h2.title {
	margin: 0 0 15px 0;
	width: 479px;
	display: block;
}
h3.prod {
    float: left;
    color: #404040;
    font-size: 1.2rem;
    padding-left: 10px;
}
h4 { color: #666; }


h4.prod {
    width: auto;
    margin: 20px 0 10px 0;
    padding: 0 0 2px 5px;
    font-size: 1.2rem;
}

h4.no_padding {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
}





/* HEADER */
#head_container {
	background-color: #FFF;
}

#head_area {
	width: 950px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

#head_logo_block {
	float: left;
	width: 500px;
}

#head_btn_block {
	float: left;
	/*width: 450px;*/
	height: 60px;
	padding: 0;
	margin: 0;
	text-align:right;
}

#head_btn {
	margin: 0 0 0 auto;
	width: 450px;
	position: absolute;
	bottom: 0;
	text-align:right;
}

#head_btn img {
	margin-left: 10px;
	margin-right: 0;
	text-align: right;
}


/* MAIN MENU */
#mm_container {
	background-color: #036;
	height: 40px;
	border-bottom: solid 1px #999;
}

#mm_area {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#mm_area ul {
	width: 950px;
}

#mm_area li {
	width: 190px;
	float: left;
	list-style-type: none;
}

/* BREADCRUMBS */
#bc_area {
    font-size: 0.8rem;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 1200px;
    width: 100%;
    line-height: 1.2rem;
}

#bc_area p {
	white-space: nowrap;
	margin: 0;
}

#bc_area a:link, #bc_area a:visited {
	color: #036;
	text-decoration: none;
}

#bc_area a:hover { color: #C00; }




/* CONTENTS */
#cont_container {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding-bottom: 15px;
    /*background-image: url(../img/cont_mark_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: right bottom;
}


/* FOOTER */
#foot_container {
	width: 950px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px 0;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	font: Arial, Helvetica, sans-serif;
	font-size: 70%;
}


#foot_container p {
	margin: 0;
}

div.footermenu {
    font-size: 10px;
    list-style-position: inside;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}


/*---------- アクションアイコン -----------*/
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    float: left;
    width: 30px;
    margin-top: 4px;
    left: 2px;
}
.accordion_icon span {
    position: absolute;
    left: 3px;
    width: 50%;
    height: 2px;
    background-color: #5B5B5B;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋､－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 製品情報インデックスボタン　全開く全閉じる */
.submenu02 {
    list-style-type: none;
    height: 40px;
    font-size: 1.3rem;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-right: 1%;
    margin-bottom: 15px;
    border-radius: 5px;
    text-indent: 10px;
    background-color: #3382FD;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    width: 48%;
    margin-left: 1%;
    display: block;
    cursor : pointer;
    font-weight: bold;
    padding-top: 11px;
}
.submenu02 a, .submenu02 a:link .submenu02 a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	width: auto;
	border-radius: 5px;
	color: #FFFFFF;
}
.submenu02 a:hover {
	display: block;
	height: 30px;
	width: auto;
	color: #FFFEFE;
	text-decoration: none;
	border-radius: 5px;
	background-color: #CCC;
}
/* 商品選定検索ボタン */
.submenu03 {
    list-style-type: none;
    height: 30px;
    font-size: 0.9rem;
    float: left;
    text-align: center;
    border-radius: 5px;
    background-color: #3382FD;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    width: 160px;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.submenu03 a, .submenu03 a:link .submenu03 a:visited {
    color: #FFFFFF;
}
.submenu03 a:hover {
    color: #C3EFFF;
}
#baseww {
    width: 100%;
    background-color: #FFF;
    padding-right: 0px;
    height: 1000px;
}

.lead_02 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-top: 20px;
}
.lead_03 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
}
.lead_04 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    margin-left: 1rem;
}

/* Inline Frame [START] */
.frame { margin: 0; }

.frame h1, .frame h2, .frame h3, .frame h4, .frame table {
	margin-left: 0px !important;
	margin-right: 0;
}
/* Inline Frame [END] */

sub { font-size: 0.8em; }

/* LAYOUT */
.iso_box_txt {
    width: 100%;
}
.color_bl { color: #039; }
.color_rd { color: #C00; }

.txt_ctr { text-align: center; }
.txt_right { text-align: right; }
.txt_red { color: #F00; }
.txt_small {
    color: #039;
    font-size: 0.9em;
}
.table_txt_small {
    font-size: 0.8rem;
}
.table.txt_vertical {
    text-align: center;
    vertical-align: middle;
}
.txt_vertical {
    text-align: center;
    vertical-align: middle;
}
.txt_vertical_top_left {
    text-align: left;
    vertical-align: top;
}
.txt_pdf_date {
    font-size: 0.7rem;
    padding-bottom: 10px;
    padding-top: 10px;
}
.catalog_textsmall {
    font-size: 1rem;
    padding-top: 10px;
    line-height: 1.2rem;
    display: block;
}
.catalog_text {
    text-align: center;
    margin-top: 10px;
    display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.products_nozzle_text {
    text-align: center;
    margin-top: 5px;
    display: block;
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.set_line100 dt {
	width: 100px;
	padding: 5px 0; 
	float: left;
	clear: both;
}

.set_line100 dd { padding: 5px 0; }

.set_line150 d1 {
}

.set_line150 dt {
    width: 150px;
    padding: 5px 0;
    float: left;
    clear: both;
    border-top-width: 0px;
    border-top-style: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.set_line150 dd {
    padding: 5px 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-top-width: 0px;
    border-top-style: none;
}

.set_line200 dt {
	width: 200px;
	padding: 5px 0; 
	float: left;
	clear: both;
}

.set_line200 dd { padding: 5px 0; }


/* SPACER */
.space10 { height: 10px; }
.space20 { height: 20px; }
.space30 { height: 30px; }
.space200 { height: 200px; }



/* TABLE */
table {
    border-spacing: 0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-bottom: 20px;
}

table.wide_min {
    margin: 0 15px 15px 15px;
    border-spacing: 0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
table.wide_min th {
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 10px;
    background-color: #EFF7FF;
    font-weight: bold;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
}

table.wide_min td {
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 10px;
    background-color: #FFF;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
}

.wrapper table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    border-spacing: 0;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    padding-bottom: 0px;
}

.wrapper_auto table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    border-spacing: 0;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    font-size: 0.9rem;
}

.wrapper_auto table td {
}

.wrapper_auto table tr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    border-spacing: 0;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    font-size: 0.9rem;
    text-align: center;
    vertical-align: middle;
}

table.wmax {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    border-spacing: 0;
    border-top: 0px solid #CCC;
    border-left: 0px solid #CCC;
    font-size: 0.9em;
}

table.company {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    border-spacing: 0;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    font-size: 0.9em;
    margin-left: 0px;
    margin-right: 0px;
}

table.noboder {
    width: 100%;
    border: 0px none #FFFFFF;
}

table.noboder th {
    border-left: 0px none #FFFFFF;
    border-right: 0px none #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    border-top: 0px none #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

table.noboder td {
    border-left: 0px none #FFFFFF;
    border-right: 0px none #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    border-top: 0px none #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}



table th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #E6E6E6;
    font-weight: bold;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

table td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    vertical-align: middle;
}

table.frame {
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

table.frame td {
	border-right: none;
	border-bottom: none;
}

td.name {
	text-align: center;
	font-weight: bold;
	color: #036;
}

td.name_l {
	text-align: left;
	font-weight: bold;
	color: #036;
}

td.no_btm_line { border-bottom: none; }


table.noborder{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    word-break: break-all;
    word-wrap: break-all;
    border-width: 0px;
    font-size: 13px;
}
.noborder th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
    border-style: none;
}
.noborder td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
    border-style: none;
}


table.noborder_left{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    word-break: break-all;
    word-wrap: break-all;
    border-width: 0px;
    font-size: 13px;
    float: left;
    height: 80px;
}
.noborder_left th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
    border-style: none;
}
.noborder_left td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: none;
}
table.border_cc{
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}

table.products03{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-width: 0px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
}
.products01{
    border: 1px solid #CCCCCC;
    font-size: 1.5rem;
    font-weight: bold;
    width: 99%;
    display: block;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../../products/img/title_p_001.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.products02{
    border: 1px solid #CCCCCC;
    font-size: 1.5rem;
    font-weight: bold;
    width: 99%;
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../../products/img/title_p_002.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.products03{
    border: 1px solid #CCCCCC;
    font-size: 1.5rem;
    font-weight: bold;
    width: 99%;
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../../products/img/title_p_003.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.products04{
    border: 1px solid #CCCCCC;
    font-size: 1.5rem;
    font-weight: bold;
    width: 99%;
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../../products/img/title_p_004.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.products05{
    border: 1px solid #CCCCCC;
    font-size: 1.5rem;
    font-weight: bold;
    width: 99%;
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../../products/img/title_p_005.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.products03 th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
    border-style: none;
}
.products03 td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
    border-style: none;
}



/* LIST */


/* DESIGN */
.bg-red {
	background-color: #FFEAEA;
}

.btn { font-size: 1em; }

.btn_s { font-size: 0.7em; }

.btn a:link, .btn a:visited,
.btn_s a:link, .btn_s a:visited {
	color: #000;
	text-decoration: none;
	padding: 5px;
	margin: 5px 0 15px 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #E6E6E6;
}

.btn a:hover,
.btn_s a:hover {
	color: #FFF;
	background-color: #039;
}

.border_dot {
	height: 0;
	border-bottom: dotted 1px #999999;
	margin: 5px 0;
}

.indisp {
	background-color: #FFE8E5;
}


/* PRODUCTS */
.prod_menu {
	width: 354px;
	height: 100px;
	position: relative;
}

.prod_menu_txt {
	position: absolute;
	left: 26px;
	bottom: -5px;
	width: 225px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;
	height: 43px;
}

.prod_menu_txt a:link, .prod_menu_txt a:visited { text-decoration: none; }

.prod_menu_link {
	position: absolute;
	left: 2px;
	bottom: 0px;
	width: 354px;
	height: 100px;
	display: block;
}

.prod_dl {
	border: solid 1px #999;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 15px;
}

.prod_dl_title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #999;
    padding: 5px 0;
    background-image: url(../img/sm_ttl_back.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    line-height: 1.8rem;
}

.prod_dl_item {
	padding-top: 15px;
	text-align: center;
}

/*.prod_dl_item img { margin: 5px auto; }*/

.prod_dl_title, .prod_dl_item {
	list-style-type: none;
}

.prod_dl_cap {
	font-size: 0.8em;
}


/* For ADMIN */
.admin_h1 {
	background-color: #006;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

.admin_center {
	margin: 0 auto;
}

.admin_btn {
	font-size: 1.5em;
	text-align: center;
}

.admin_btn a:link, .btn a:visited {
	color: #000;
	background-color: #E6E6E6;
	display: block;
	padding: 20px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	text-decoration: none;
}

.admin_btn a:hover {
	color: #FFF;
	background-color: #039;
}

.table_noborder {
	border: none;
}

.table_noborder tr, .table_noborder td {
	border: none;
}

.td_nopadding { padding: 0; }

td.std {
	background-color: #FFFFCC;
}

.txt_s_095 {
    font-size: 0.95em;
    white-space: nowrap;
}
.txt_s_09 {
    font-size: 0.9em;
}
.txt_s_08 {
    font-size: 0.8em;
}
.txt_s_07 {
    font-size: 0.78em;
}
.txt_s_06 {
    font-size: 0.6em;
}
.txt_s_09 {
    font-size: 0.9em;
}
.txt_s_08 {
    font-size: 0.8em;
}
.txt_s_07 {
    font-size: 0.78em;
}
.txt_s_06 {
    font-size: 0.6em;
}

iframe {
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    width: 100%;
    margin-top: 20px;
    
}
iframe::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}


input{
font-size:16px!important;
}

textarea{
font-size:16px!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main /* add */ {
    display: block;
}
/*nav ul, delete */
ul /* add */, ol /* add */, dl /* add */ {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
caption, th {
    text-align: left; /* add */
}
caption {
    font-style: normal; /* add */
    font-weight: normal; /* add */
}
th {
    font-style: normal; /* add */
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
em, address {
    font-style: normal; /* add */
}
sub, sup {
    line-height: 1.0; /* add */
    font-size: 100%; /* add */
}
sup {
    vertical-align: text-top; /* add */
}
sub {
    vertical-align: text-bottom; /* add */
    margin-bottom: 5px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.center_movie_title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.clear {
	clear: both;
}
.float_clear {
	width: 0;
	height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_left_end {
	float: left;
	clear: both;
}

.float_right {
	float: right;
}

.float_right_end {
	float: right;
	clear: both;
}






.green {
    color: #498C00;
}
.orange {
    color: #FF7700;
}
.blue {
    color: #55C8FD;
}
.deepblue {
    color: #0078FE;
}
.red {
    color: #FF0004;
}
.yellow {
    color: #FFDB00;
}
.black {
    color: #000000;
}
.fontsize_10px {
    font-size: 10px;
}
.fontsize_15px {
    font-size: 15px;
}
.fontsize_18px {
    font-size: 18px;
}
.fontsize_20px {
    font-size: 20px;
}
.read {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.read_table {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}

h1.products {
    margin-top: 0;
    margin-bottom: 3px;
    height: 65px;
    background-image: url("../img/titleimg_products.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 5px 5px 5px #006698;
    text-indent: 0px;
    letter-spacing: 0.5em;
    display: block;
    padding-top: 12px;
}
h1.company {
    margin-top: 0;
    margin-bottom: 3px;
    height: 65px;
    background-image: url("../img/titleimg_products.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 5px 5px 5px #006698;
    text-indent: 0px;
    letter-spacing: 0.5em;
    display: block;
    padding-top: 12px;
}
h1.company_omg {
    margin-top: 0;
    margin-bottom: 3px;
    height: 65px;
    background-image: url("../img/titleimg_products.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 5px 5px 5px #006698;
    text-indent: 0px;
    display: block;
    padding-top: 12px;
}
h1.contact {
    margin-top: 0;
    margin-bottom: 3px;
    height: 65px;
    background-image: url("../img/titleimg_products.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 5px 5px 5px #006698;
    text-indent: 0px;
    letter-spacing: 0.5em;
    display: block;
    padding-top: 10px;
}

h1.title_01 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #383838;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #8D8D8D;
    text-indent: 10px;
    margin-top: 15px;
    line-height: 2rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-shadow: 2px 2px 2px #B2B2B2;
    height: auto;
}

h2.title_01 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #383838;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #8D8D8D;
    text-indent: 10px;
    margin-top: 15px;
    line-height: 2rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-shadow: 2px 2px 2px #B2B2B2;
    height: auto;
}
h2.prod {
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    line-height: 2.4rem;
    height: auto;
    border-left: 10px solid #55C8FD;
    border-bottom: 2px solid #55C8FD;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 50px;
}

.linkunderbar_txt_01 {
    font-size: 1.5rem;
}
.linkunderbar_txt_01 a:link {
    text-decoration: underline;
}
.linkunderbar_txt_01 a:hover {
    text-decoration: none;
}
.linkunderbar_txt_01 a:visited {
    text-decoration: underline;
}
