@charset "UTF-8";
/*base*/
*{
	margin: 0px;
	padding: 0px;
	}

header, footer, nav, section, article {
	display:block;
	}

html{
	font-size: 62.5%;
	overflow-y: scroll; 
	}

body{
	font-size: 1.4em;
	color: #000000;
	background: #ffffff;
	font-family: "Arial", "sans-serif";
	}

ul li{
	list-style-type: none;
	list-style-position: outside;
	}

ol li{
	list-style-position: outside;
	margin: 0px 0px 5px 2em;
	}

p{
	line-height: 150%;
	}

/*float*/
.left{
	float: left;
	}

.right{
	float: right;
	}

.cl{
	clear: both;
	}

.clearfix{
	overflow: hidden;
	}
* html .clearfix { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix{ zoom: 1; }  /* IE7 */


/*text-align*/

.alignleft{
	text-align: left !important;
	}
.alignright{
	text-align: right;
	}
.aligncenter{
	text-align: center;
	}

/*vertical-align*/

.aligntop{
	vertical-align: top;
	}
.alignmiddle{
	vertical-align: middle;
	}
.alignbottom{
	vertical-align: bottom;
	}

/*link*/
a img {
    border-style:none;
	}

a:link{
	color: #d71423;
	text-decoration: none;
	}

a:active{
	color: #ff1122;
	text-decoration: none;
	}

a:visited{
	color: #d71423;
	}

a:hover{
	color: #ff1122;
	text-decoration: none;
	}

/** 20221205 added **/
.attention {
	
}

.tr {
	text-align: right;
}


/*header*/
header{
	width: 970px;
	height: 93px;
	margin: 0px auto;
	}

header h1{
	float: left;
	}

header h1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	height: 16px;
	margin: 25px 0px 26px;
	background: url('../png/logo_yss-3.png') left top no-repeat;
	}

header #header_search{
	float: left;
	width: 310px;
	height: 20px;
	margin: 18px 0px 26px;
	border: 1px solid #ffffff;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	}

header #header_search input[type="text"]{
	text-align: right;
	border: none;
	background: none;
	width: 260px;
	color: #ffffff;
	font-size: 1em;
	}

header #header_search input[type="submit"]{
	display: inline;
	border: none;
	background: none;
	width: 45px;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
	cursor: pointer;
	}

header a.link_jp{
	float: left;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ffffff;
	margin: 18px 0px 26px 1em;
	padding: 0px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	}

header a.link_jp:hover{
	background: #ffffff;
	color: #000000;
	}

header a.link_jp_sp{
	display: none;
	}


header a.link_de{
	float: right;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ffffff;
	margin: 18px 0px 26px 1em;
	padding: 0px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	}

header a.link_de:hover{
	background: #ffffff;
	color: #000000;
	}

header a.link_de_sp{
	display: none;
	}

/*mainmenu*/
#mainmenu{
	}

#mainmenu ul li{
	float: left;
	margin-right: 57px;
	}
#mainmenu  ul li:last-child{
	margin-right: 0px;
	}

#mainmenu a:link{
	color: #ffffff;
	}

#mainmenu a:active{
	color: #d71423;
	}

#mainmenu a:visited{
	color: #ffffff;
	}

#mainmenu a:hover,#mainmenu a.on{
	color: #d71423;
	}

#mainmenu .nav-closebtn,.nav-openbtn{
	display: none;
	}

/*section*/
section{
	}

/*submenu*/
.submenu{
	width: 950px;
	height: 28px;
	line-height: 28px;
	margin: 0px auto;
	padding-left: 20px;
	}

.submenu ul{
	float: left;
	}

.submenu ul li{
	float: left;
	margin-right: 57px;
	}
.submenu ul li:last-child{
	margin-right: 0px;
	}

.submenu a:link{
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	}

.submenu a:active{
	color: #ffffff;
	color: rgba(255,255,255,1);
	}

.submenu a:visited{
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	}

.submenu a:hover,.submenu a.on{
	color: #ffffff;
	color: rgba(255,255,255,1);
	}

.submenu a.pagetop{
	float: right;
	display: block;
	text-decoration: none;
	border: 8px solid transparent;
	border-bottom-width: 13px;
	border-bottom-color: #ffffff;
	border-bottom-color: rgba(255,255,255,0.7);
	margin: 0px 15px;
	}

.submenu a.pagetop:hover{
	border-bottom-color: #ffffff;
	border-bottom-color: rgba(255,255,255,1);
	}

/*h*/
h2.line_70_fff{
	width: 950px;
	margin: 25px auto 0px;
	padding: 70px 0px 0px 16px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 3.2em;
	font-weight: normal;
	}

h2.line_110_fff{
	width: 950px;
	margin: 25px auto 0px;
	padding: 110px 0px 0px 16px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 3.2em;
	font-weight: normal;
	}

h2.line_135_fff{
	width: 950px;
	margin: 25px auto 0px;
	padding: 135px 0px 0px 16px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 3.2em;
	font-weight: normal;
	}

h2.line_180_fff{
	width: 950px;
	margin: 25px auto 0px;
	padding: 180px 0px 0px 16px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 3.2em;
	font-weight: normal;
	}

h2.line_60_000{
	width: 950px;
	margin: 25px auto 0px;
	padding: 60px 0px 0px 16px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	color: #000000;
	font-size: 3.2em;
	font-weight: normal;
	}

/*article*/
article{
	width: 970px;
	margin: 0px auto;
	}


/*width*/

.half{
	width: 50%;
	}
*:first-child+html .half { width: 49%; }  /* IE7 */

.full{
	}

.w203{
	width: 203px;
	}

.w222{
	width: 222px;
	}

.w343{
	width: 343px;
	}

/*margin*/
.mgt10{
	margin-top: 10px;
	}

.mgt45{
	margin-top: 45px;
	}


.mgt55{
	margin-top: 55px;
	}


.mgt60{
	margin-top: 60px;
	}

.mgt90{
	margin-top: 90px;
	}

.mgt1em{
	margin-top: 1em;
	}

.mgr20{
	margin-right: 20px !important;
	}

.mgrauto{
	margin: 0px auto;
	}

/*fontsize*/
.txt_reset{
	font-size: 1em;
	}
.txt_12{
	font-size: 0.9em;
	}
.txt_16{
	font-size: 1.2em;
	}
.txt_18{
	font-size: 1.3em;
	}
.txt_20{
	font-size: 1.5em;
	}


/*fontweight*/
.txt_bold{
	font-weight: bold;
	}
.txt_normal{
	font-weight: normal;
	}

/*color*/

.cl_000000{/*basic*/
	color: #000000;
	}

.cl_d71423{/*red*/
	color: #d71423;
	}

.cl_877850{/*Materials for tools and cutlery*/
	color: #877850;
	}

.cl_325078{/*Materials for vehicles and industry*/
	color: #325078;
	}

.cl_7d4b69{/*Materials for aircraft and power plants*/
	color: #7d4b69;
	}

.cl_5a6e5f{/*Materials for electronics*/
	color: #5a6e5f;
	}

/*background*/


.bg_877850{/*Materials for tools and cutlery*/
	background: #877850;
	color: #ffffff;
	}

.bg_325078{/*Materials for vehicles and industry*/
	background: #325078;
	color: #ffffff;
	}

.bg_7d4b69{/*Materials for aircraft and power plants*/
	background: #7d4b69;
	color: #ffffff;
	}

.bg_5a6e5f{/*Materials for electronics*/
	background: #5a6e5f;
	color: #ffffff;
	}



/*list*/
li.disc{
	list-style-type: disc;
	margin: 0px 0px 5px 1.5em;
	}

li.square{
	list-style-type: square;
	margin: 0px 0px 5px 1.5em;
	}


/*table*/
table{
	width: 100%;
	border-spacing: 0px;
	}

table td,table th{
	padding: 5px 10px;
	line-height: 150%;
	}

/*other*/

.sp_tbl{
	display: none;
	}
.icon_pdf{
	vertical-align: middle;
	}

/* Media Queries
==========================================================================*/
@media screen and (min-width: 979px) {
}

@media screen and (max-width:799px) {

html {
	-webkit-text-size-adjust: none;
	}

img {
	max-width: 100%;
	height: auto;
     }

/*header*/
header{
	width: 96%;
	height: 93px;
	margin: 0px auto;
	}

header h1 a{
	width: 220px;
	height: 13px;
	background: url('../png/logo_yss_440-2.png') left top no-repeat;
	-webkit-background-size: 220px 13px;
	-o-background-size: 220px 13px;
	-khtml-background-size: 220px 13px;
	background-size: 220px 13px;
	}

#mainmenu ul li{
	margin-right: 30px;
	}

/*section*/
section{
	}


/*submenu*/
.submenu{
	padding: 0px 10px;
	width: 94%;
	width : -webkit-calc(96% - 20px);
	width : calc(96% - 20px);
	}

.submenu ul li{
	margin-right: 30px;
	}

.submenu a.pagetop{
	margin: 0px;
	}

/*h*/

h2.line_70_fff,h2.line_110_fff,h2.line_135_fff,h2.line_180_fff,h2.line_60_000{
	width: 94%;
	width : -webkit-calc(96% - 16px);
	width : calc(96% - 16px);
	}

h2.line_60_000{
	margin: 25px auto 0px;
	}

/*article*/
article{
	width: 96%;
	margin: 0px auto;
	}


/*table*/

div.tbl_wrap {
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-left: 12px;
	margin-right: 12px;
	}

table.full{
	display: none;
	}

.sp_tbl{
	display: block;
	}

.w203,.w221,.w222,.w342,.w343{
	width: 100%;
	}
}

@media screen and (max-width:699px) {

/*header*/
header{
	height: 50px;
	/*height: 110px;検索窓表示時*/
	}

header h1,header div.right{
	float: none;
	}

header #header_search{
	display: none;
	/*float: right;検索窓表示時
	width: 96%;
	margin: 70px auto 20px;*/
	}

header a.link_jp{
	display: none;
	}
	
header a.link_de{
	display: none;
	}

#mainmenu{
	width: 100%;
	margin: 0px;
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: auto;
	display: none;
	z-index: 100;
	}

#mainmenu .nav-closebtn,.nav-openbtn{
	display: block;
	}

.nav-openbtn{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background: url('../png/sp_menu-3.png') left top no-repeat;
	-webkit-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	-khtml-background-size: 30px 30px;
	background-size: 30px 30px;
	}

#mainmenu .nav-closebtn{
	position: fixed;
	top: 10px;
	right: 10px;
	border: 0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background: url('../png/sp_menu-3.png') left top no-repeat;
	-webkit-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	-khtml-background-size: 30px 30px;
	background-size: 30px 30px;
	}

#mainmenu ul{
	margin-top: 53px;
	border-top: 2px solid #ffffff;
	}

#mainmenu ul li{
	float: none;
	margin-right: 0px;
	padding: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #ffffff;
	}

header a.link_jp_sp{
	position: fixed;
	display: block;
	top: -3px;
	right: 150px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	margin: 18px 0px 26px 1em;
	padding: 0px;
	text-align: center;
	background: rgba(255,255,255,.5);
	color: #ffffff;
	}

header a.link_jp_sp:hover{
	background: rgba(255,255,255,1);
	color: #000000 !important;
	}
	
header a.link_de_sp{
	position: fixed;
	display: block;
	top: -3px;
	right: 50px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	margin: 18px 0px 26px 1em;
	padding: 0px;
	text-align: center;
	background: rgba(255,255,255,.5);
	color: #ffffff;
	}

header a.link_de_sp:hover{
	background: rgba(255,255,255,1);
	color: #000000 !important;
	}


.submenu ul{
	display: none;
	}


/*h*/

h2.line_70_fff,h2.line_110_fff,h2.line_135_fff,h2.line_180_fff,h2.line_60_000{
	padding: 35px 0px 0px 16px;
	font-size: 2em;
	}
}



#footer {
	background: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
	clear: both;
}

#footer p.copyright {
	color: #999;
	font-size: 12px;
}

#footer.search {
	height: auto !important;
	background: none;
	clear: both;
}