@charset "Shift_JIS";

/* FONT */
h2.title {
	margin: 0 0 15px 0;
	width: 479px;
	display: block;
}
h3.prod {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
h4 { color: #666; }


h4.prod {
    width: auto;
    margin: 20px 0 10px 0;
    padding: 0 0 2px 5px;
    border-left: solid 3px #CCC;
    border-bottom: dotted 1px #CCC;
    font-size: 1.2rem;
}

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

/* 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%;
}
.new_box_txt {
    width: 100%;
    line-height: 150%;
    font-size: 1.1rem;
    padding-bottom: 5px;
    padding-top: 5px;
}
.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; }
.space40 { height: 40px; }
.space50 { height: 50px; }
.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 th {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #EFF7FF;
    font-weight: bold;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

table td {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #FFF;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    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;
}
/* 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;
}
