@charset "UTF-8";
/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

ul,ol,li {
	list-style: none;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
img{
	border: none;
	vertical-align: bottom;
}
/*ここまで*/

html {
	font-size: 62.5%;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}


a:link {
	color: #0066AA;
	text-decoration: underline;
}
a:visited {
	color: #0066AA;
	text-decoration: underline;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	color: #0099ff;
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	box-shadow: 1px 0 7px #CCD8E8, -1px 0 7px #CCD8E8;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.img-replacement {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*ヘッダー部分*/
#header {
}

.language01 {
    display: flex;
    align-items: center;
    background: url(../img/icon_language.png) no-repeat left center;
    background-size: 26px auto;
    padding-left: 20px;
    margin: 35px 20px 0;
}

.language01 li {
    font-size: 1.4rem;
    display: inline-block;
	font-weight: bold;
}

.language01 li:not(:first-of-type):before {
    content: "/";
}

.language01 li a {
    padding: 5px;
}

#engineer_text {
	float: left;
	margin: .5em 0 0 10px;
}

#head_message {
	float: right;
	margin: .5em 10px 5px .5em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
}

#atp_logo,
#catch_copy,
#engineer_bn {
	display: table-cell;
	vertical-align: middle;
}

#atp_logo {
	text-align: left;
}

#atp_logo a {
	display: block;
	width: 120px;
	height: 40px;
	margin-left: 10px;
	background: url(../img/logo.png) 0 0 no-repeat;
}

#catch_copy span {
	display: block;
	width: 640px;
	height: 60px;
	background-image: url(../img/catch_copy.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#catch_copy span.catch_copy02 {
	display: block;
	width: 640px;
	height: 60px;
	background-image: url(../img/catch_copy02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#catch_copy span.catch_copy03 {
	display: block;
	width: 640px;
	height: 60px;
	background-image: url(../img/catch_copy03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#engineer_bn {
	text-align: right;
	vertical-align: bottom;
}

#engineer_bn img {
	display: block;
	margin-right: 10px;
}

#info-nav {
	height: 57px;
	padding: 0 15px;
	background: url(../img/bg_info-nav.png) 0 0 repeat-x;
	line-height: 57px;
}

#info-nav > span {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 2.2rem;
}
#info-nav > span.navi02 {
	padding-top: .5rem;
	line-height: 1.1;
}
#info-nav ul {
	float: right;
}

#info-nav li {
	display: inline-block;
}

#info-nav li:first-child {
	margin-right: 1em;
}

#info-nav li a {
	display: block;
	position: relative;
	width: 178px;
	height: 40px;
	padding: 0 30px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background: #FFFFFF url(../img/bg_menu.png) 0 0 repeat-x;
	box-shadow: 2px 2px 5px #333333;
	box-sizing: border-box;
	color: #555555;
	font-size: 1.7rem;
	line-height: 40px;
	text-decoration: none;
}

#info-nav li a:hover {
	background: #FF7F00 none;
	color: #FFFFFF;
}

#info-nav li a:before,
#info-nav li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/icon_info-nav.png) 0 0 no-repeat;
}

#info-nav li a:before {
	left: 5px;
	margin-top: -7px;
	width: 15px;
	height: 15px;
}

#info-nav li a:after {
	right: 5px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-position: -20px 0;
}

#info-nav li a:hover:before {
	background-position: 0 -20px;
}

#info-nav li a:hover:after {
	background-position: -20px -20px;
}

#contents {
	background: url(../img/bg_main.gif) 0 0 repeat-y;
}

/*メニュー部分*/
#left_menu {
	float: left;
	width: 219px;
}

#menu {
}
#menu li {
}

#menu li.here,
#menu li a {
	display: block;
	position: relative;
	padding: 12px 30px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.5rem;
	line-height: 1.2;
}

#menu li:first-child.here,
#menu > li:first-child a,
#menu .menu2 li:first-child a {
	border-top: 1px solid #CCCCCC;
}

#menu li a {
	background: #FFFFFF url(../img/bg_menu.png) 0 0 repeat-x;
	box-sizing: border-box;
	color: #555555;
	text-decoration: none;
}

#menu li.here,
#menu li a:hover {
	background: #FF7F00 none;
	color: #FFFFFF;
}

#menu li a:before,
#menu li a:after,
#menu li.here:before,
#menu li.here:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/icon_menu.png) 0 0 no-repeat;
}

#menu li a:before,
#menu li.here:before {
	left: 10px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
}

#menu li.here:after,
#menu li a:after {
	right: 5px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}

#menu li a:after {
	background-position: -20px 0;
}

#menu li a:hover:before,
#menu li.here:before {
	background-position: 0 -20px;
}

#menu li a:hover:after,
#menu li.here:after {
	background-position: -20px -20px;
}

#menu > li span {
	display: block;
	margin-top: 1em;
	color: #D9590E;
	font-size: 1.5rem;
	font-weight: bold;
	text-indent: .8em;
}

.sub-menu {
	display: block;
	margin: 0 0 0 8px;
}

.sub-menu li {
	margin-top: 1em;
}

.sub-menu li a,
a.ask03 {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	color: #0066AA;
	text-decoration: none;
}

.sub-menu li a:hover,
a.ask03:hover {
	color: #FF7F00;
	text-decoration: underline;
}

.sub-menu li a:before,
.sub-menu li a:after,
a.ask03:before,
a.ask03:after {
	position: absolute;
}

.sub-menu li a:before,
a.ask03:before {
	content: "";
	top: 50%;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	border-radius: 3px;
	background-color: #0066AA;
}

.sub-menu li a:after,
a.ask03:after {
	content: "＞";
	top: 47%;
	left: 2px;
	margin: -.6em 0 0 .2em;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
}

.sub-menu li a:hover:before,
a.ask03:hover:before {
	background-color: #FF7F00;
}

/*コンテンツ部分*/
#right_contents {
	float: right;
	width: 715px;
	margin-right: 15px;
	padding-bottom: 4em;
	background-color: #FFFFFF;
}

#breadcrumb {
	display: block;
	border-bottom: 1px dotted #AAAAAA;
}

#breadcrumb li {
	display: inline-block;
	padding: .2em 0;
	line-height: 2.2;
}

#breadcrumb li:before {
	content: ">";
	margin-right: .2em;
}

#breadcrumb li:first-child:before {
	content: "";
}

.main-iamge {
	margin: .2em 0 1em 0;
}
.contents p.right {
	text-align: right;
}

.right {
	text-align: right;
}
img.right {
	float: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
img.left {
	float: left;
}

.contents {
	width: 690px;
	margin: 0 auto;
}

.contents + .contents {
	margin-top: 3em;
}

.contents p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.contents p + p {
	margin: .6em 0 0 0;
}

#right_contents p + div {
	margin-top: 1em;
}

.f13 {
	font-size: 1.3rem;
	line-height:110%;
}

.f13_gray {
	font-size: 1.3rem;
	line-height:110%;
	color: #666666;
}

.contents p.txt_img_caption,
.contents p.txt_caption {
	margin: .3em 0 0 0;
	color: #666666;
	font-size: 1.2rem;
	line-height: 110%;
}

.contents p.txt_img_caption {
	text-align: center;
}

.contents .box_processing-performance p.txt_img_caption {
	margin-top: 1em;
	text-align: center;
}

.contents p.txt_caption {
	text-align: center;
}

.contents .side-by-side p.txt_caption {
	margin: 1em 0 .3em 0;
	text-align: left;
}

.red {
	color: #CC3333;
}

.red2 {
	color: #cc0000;
	font-weight: bold;
	font-size: 1.6rem;
}

.fc_blue {
	color: #000099;
}

.fw_b {
	font-weight: bold;
}

.ask {
	width: 690px;
	margin: 1em auto 0;
	text-align: right;
}

.down {
	margin: 0 auto 2em;
	text-align: center;
}

.ask a,
.down > a {
	display: inline-block;
	background: #FF9326 url(../img/bg_ask.png) 0 0 repeat;
	color: #FFFFFF;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
}

.ask a {
	width: 220px;
	height: 45px;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	box-shadow: 1px 2px 8px #AAAAAA;
	line-height: 45px;
}

.down > a {
	height: 2.4em;
	padding: 0 1em;
	border: 1px solid #CCCCCC;
	border-radius: 1.2em;
	box-shadow: 1px 0 0 #FFFFFF inset, 0 1px 0 #FFFFFF inset, -1px 0 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset, 1px 2px 8px #CCCCCC;
	line-height: 2.4em;
}

.down p + a {
	margin-top: 5px;
}

.ask a:hover,
.down a:hover {
	background-color: #FFA851;
}

.totop {
	width: 690px;
	margin: 2em auto .5em;
	text-align: right;
}

.totop a:visited {
	color: #0066AA;
}

#totop,
#totop a {
	height: 2em;
	line-height: 2em;
}

#totop {
	position: absolute;
	top: -2em;
	right: 15px;
	width: 10em;
	font-size: 1.2rem;
}

#totop a {
	display: block;
	border-radius: 5px 5px 0 0;
	background-color: #575757;
	color: #FFFFFF;
	text-decoration: none;
}

#totop a:hover {
	background-color: #777777;
}

.ss-title {
	width: 690px;
	min-height: 40px;
	margin: 1em auto .5em;
	padding: 5px 10px;
	border-bottom: 2px solid #FF9326;
	border-left: 10px solid #FF9326;
	box-shadow: 1px 0 0 #EEEEEE, -1px 0 0 #EEEEEE, 0 1px 0 #EEEEEE, 0 -1px 0 #EEEEEE;
	box-sizing: border-box;
	background: url(../img/bg_ss-title.png) 0 100% repeat-x;
	color: #545454;
	font-size: 1.8rem;
	line-height: 1.6;
}

.contents + .ss-title,
.ss-title.ask-title {
	margin-top: 2.5em;
}

.h3_1 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	border-left: 10px solid #808080;
	border-bottom: 1px dotted #808080;
	margin: 20px 50px 0px 5px;
}

.h3_2 {
	margin: 15px 0 0 0;
	color: #FF9326;
	font-weight: bold;
	font-size: 16px;
}
.features {
	margin: 25px auto;
}
.features p {
	text-align: left;
}

.h3_3,
.h3_6 {
	display: block;
	padding-left: 1.3em;
	color: #D9590E;
	font-weight: bold;
}

.h3_3 {
	background: url(../img/icon_head.png) 0 50% no-repeat;
	font-size: 1.8rem;
}

p + .h3_3 {
	margin-top: 1em;
}

.h3_6 {
	background: url(../img/icon_subhead.png) 0 50% no-repeat;
	font-size: 1.5rem;
}

.clearfix + .h3_3 {
	margin-top: 1.5em;
}

.h3_4 {
	color: #cc3333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	margin: 0px 0px 0px 5px;
}

.h4_1 {
	margin: 1.5em 0 0 0;
	font-weight: bold;
}

.h3_6 + .h4_1 {
	margin-top: .5em;
}

.title {
	font-weight: bold;
}

.list01 {
	list-style-type: disc;
	margin: 0 0 10 15px;
	padding: 0 0 0 15px;
}

.box_processing-performance {
	width: 75%;
}

.side-by-side {
	display: flex;
	align-items: center;
	width: 100%;
}

.side-by-side li {
	display: block;
	text-align: center;
	margin-right: 30px;
}

.side-by-w30percent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
	margin-left: -20px;
}

.side-by-w30percent li {
	display: inline-block;
	width: 150px;
	margin: 15px 0 0 20px;
	font-size: 0;
	line-height: 0;
}

.side-by-w30percent li p {
	font-size: 1.3rem;
	line-height: 1.2;
	margin: .5em 0;
	text-align: center;
}

.box_twin {
	width: 290px;
	float: left;
}

.box_triple {
	width: 195px;
	float: left;
}
.box_triple img {
	margin: 5px 5px 5px 10px;
}

.box_triple2 {
	width: 195px;
	float: left;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

.box_right {
	width: 195px;
	float: right;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

.box_four {
	width: 145px;
	float: left;
	font-size: 88%;
	text-align: center;
	margin-top: 10px;
}
.box_four p {
	padding: 5px 0px;
}

.box_border {
	border: 1px solid #000099;
	_width: 570px;
	width: 280px;
	float: left;
	margin: 5px;
	overflow: hidden;
	zoom: 1;
}
.box_border img {
	float: right;
	/* [disabled]margin-top: 5px; */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
	overflow: hidden;
	zoom: 1;
}

.img_right {
	float: right;
	margin: 0 0 10px 15px;
}
.img_right2 {
	float: right;
	margin: 0 20px 10px 15px;
}

.img_left {
	float: left;
	margin: 5px 15px 10px 0;
}

.disc,
.disc1,
.disc2 {
	list-style-type: disc;
	padding: 5px 5px 5px 0;
	margin: 5px 5px 5px 15px;
}

.disc li,
.disc1 li,
.disc2 li {
	list-style-type: disc;
	margin-bottom: 8px;
}

.disc li:first-line,
.disc1 li:first-line,
.disc2 li:first-line {
	font-weight: bold;
}

.home-read {
	min-height: 180px;
	margin-bottom: 2.5em;
}

.home-read-txt {
	margin: 25px 0 20px;
}

.home-read h2 {
	margin-bottom: .5em;
	color: #555555;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}

.home-read p {
	display: block;
}

.home-read ul {
	display: block;
	margin: 1em;
	padding: 0;
}

.home-read li {
	display: block;
	float: left;
	width: 30%;
	min-width: 190px;
}

.home-read li:first-child {
	margin-right: 5%;
}

.home-read li:last-child {
	float: right;
}
.ceremic-read {
	margin: 15px auto;
}
.ceremic-read p {
	margin-top: 5px;
	text-align: left;
}

.product-introduction {
	margin-top: 1.5em;
}

.product-introduction li {
	display: block;
	float: left;
	width: 32%;
	background-color: #FFFFFF;
}

.product-introduction li:first-child {
	margin-right: .8em;
}

.product-introduction li:last-child {
	float: right;
}

.product-introduction a {
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	text-decoration: none;
}

.product-introduction a:hover {
	border-color: #0066AA;
}

.product-introduction.main-product a {
	position: relative;
	min-height: 26em;
}


.product-introduction a p,
.product-introduction a:visited p,
.product-introduction a:hover p {
	color: #666666;
}

.product-introduction span.pro-name,
.product-introduction p,
.product-introduction img {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.product-introduction span.pro-name {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	text-indent: -1em;
    padding-left: 1.7em;
	line-height: 1.3;
}
.product-introduction span.pro-name.noindent {
	margin-top: 20px;
	margin-bottom: 25px;
}

.product-introduction span.pro-name:before,
.product-introduction.sub-product a:before {
	content: "\00bb";
	margin-right: .5em;
}

.product-introduction span.pro-more {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 3px 0;
	border-radius: 0 0 9px 9px;
	background-color: #EEEEEE;
	text-align: center;
}

.product-introduction a:hover span.pro-more {
	background-color: #0066AA;
	color: #FFFFFF;
}

.product-introduction p {
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: left;
}

.product-introduction.sub-product a {
	height: 70px;
	padding: 0 1em;
	background: url(../img/index_sub-pro.png) 100% 0 no-repeat;
	line-height: 70px;
}

.product-introduction.sub-product .sub-pro02 a {
	background-position: 100% -100px;
}

.product-introduction.sub-product .sub-pro03 a {
	line-height: 1.4;
	background-position: 100% -200px;
}
.product-introduction.sub-product .sub-pro03 a:before {
	content: "";
	margin-right: 0;
}

.product-introduction.sub-product .sub-pro03 span {
	display: inline-block;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
.product-introduction.sub-product .sub-pro03 span:before {
	content: "\00bb";
	margin-right: .5em;
}

/** ▼【応急処置】軸受部品非表示時の対応 **/
.product-introduction.sub-product li:last-child {
	float: left;
}

/** ▲【応急処置】軸受部品非表示時の対応 **/
.flex_point_3d-molding {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5em auto 1em;
	justify-content: space-between;
	width: 100%;
}
.flex_point_3d-molding .img_point_3d-molding {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.flex_point_3d-molding .img_point_3d-molding img {
	display: block;
	margin: 5px;
}
.point_3d-molding {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: 80%;
}

.point_3d-molding li {
	display: inline-block;
	padding-left: 1em;
	padding-top: .3em;
	background: url(../img/icon_check.png) 0 50% no-repeat;
	box-sizing: border-box;
	color: #D8590C;
	font-size: 2rem;
	line-height: 1.6;
}

/*.point_3d-molding li:nth-child(odd) {
	width: 40%;
}*/

.link_processing-ex {
	margin: 1.5em 0 0 0;
	font-size: 1.6rem;
}

.link_processing-ex li {
	display: inline-block;
	margin-right: 2em;
}

.list_compatible-material {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.5em 0 1em;
}

.list_compatible-material li {
	display: inline-block;
	margin-left: 1em;
}

.list_compatible-material li:first-child {
	margin-left: 0;
}

.list_compatible-material li:before,
.list_performance li:before {
	content: "";
	display: inline-block;
	background-color: #FF9326;
	width: .4em;
	height: .4em;
	margin: 0 .5em 0 0;
	line-height: 0;
	vertical-align: middle;
}

.list_performance li {
	display: inline-block;
	min-width: 23%;
	box-sizing: border-box;
}

.company_table {
	margin: 2em 0 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	width: 100%;
}
.company_table th,
.company_table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.company_table th {
	background-color: #EEEEEE;
}
.company_table td {
}

.flex-company {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.flex-company02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}
.flex-company02 .flex-company-img02 {
	margin-right: 20px;
}

.flex-company .flex-company-text p,
.flex-company02 .flex-company-text02 p {
	text-align: left;
}
.h3-material {
	font-size: 1.3em;
	text-decoration: underline;
}

.flex-material {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex-material-child01 {
	font-size: 5em;
	font-weight: bold;
	color: #ccc;
	height: auto;
}
.flex-material .flex-material-child02 p {
	text-align: left;
}
.flex-material .flex-material-child03 {
	text-align: center;
	margin: 20px auto 40px;
}
.flex-material .flex-material-child03 dl.alumina-app {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.flex-material .flex-material-child03 dl.alumina-app dt {
	text-align: left;
	font-size: 1.3em;
	margin: .5em 0;
	text-decoration: underline;
	width: 100%;
}
.flex-material .flex-material-child03 dl.alumina-app dd {
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: radial-gradient(250px 150px, #0e79c0, #fff);
	color: #f8c047;
	font-weight: bolder;
	margin: 2px 3px;
	line-height: 1.1;
	position: relative;
	text-align: center;
}
.flex-material .flex-material-child03 dl.alumina-app dd span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flex-material .flex-material-child03 dl.alumina-app dd:nth-child(13) span {
	font-size: .7em;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flex-material .flex-material-child03 dl.alumina-app dd:nth-child(14) span {
	font-size: .8em;
}
.tbl-material {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 5px auto;
	width: 100%;
}
.tbl-material th {
	border: 1px solid #ccc;
	background-color: #6b6b6b;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
	width: 50%;
}
.tbl-material td {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	text-align: center;
}

.ask_table {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 130%;
	color: #333333;
	width: 100%;
}
.ask_table td {
	padding: 3px 10px;
}

.table1 {
	 font-family: "ＭＳ Ｐゴシック", "Osaka";
	 font-size: 15px;
	 line-height: 130%;
}

.material_dl {
	list-style-image: url(../img/pdf.gif);
	margin:20px 0px 20px 30px;
	padding-left: 30px;
	line-height: 22px;
	font-weight: bold;
}
.material_dl li {
	margin-bottom: 10px;
}


/*フッター部分*/

#footer {
	font-size: 88%; 
	color: #ffffff; 
	line-height: 200%; 
	background-color: #000099;
	text-align: center;
}


/*追加分*/
.midashi {
	font-size: 18px;
	text-align: left;
	color: #cc3333;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.dl_01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.dl_01 dt {
	color: #D8590C;
	font-weight: bold;
	width: 45%;
}
.dl_01 dt.per65 {
	width: 65%;
}

.dl_01 dd {
	margin-bottom: 1em;
}

.dl_01.beads_overview dd {
	margin: 0 0 2em 1em;
}

.dl_02 {
	width: 380px;
	float: left;
}

.dl_03 {
	float: left;
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.dl_03 dt,
.dl_03 dd {
	line-height: 1.6em;
}
.dl_03 dt {
	font-weight: bold;
}
.dl_03 dd {
	padding-left: 1em;
	text-indent: -1em;
	width: 400px;
}

.dl_03 dd:before {
	content: "：";
	font-weight: bold;
}

.dl_04 {
	margin: 1em 0;
	padding: 1em .8em;
	background-color: #FFFFF7;
	border: 1px solid #FF9326;
	
}
.dl_04 dt {
	display: block;
	margin-top: 1em;
	padding-left: 1.3em;
	background: url(../img/icon_subhead.png) 0 50% no-repeat;
	color: #D9590E;
	font-weight: bold;
}
.dl_04 dt:first-child {
	margin-top: 0;
}
.dl_04 dd {
	margin: 0 0 0 1em;
}

.table_fix-max {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
}

.table01.table_fix-max tr:first-child th:first-of-type {
	width: 21%;
}

.beads_overview .table01.table_fix-max tr:first-child th:first-of-type {
	width: 35%;
}

.table_hexagon-nut {
	width: 29.8%;
	box-sizing: border-box;
}

.table_hexagon-nut tr:nth-child(2) th:first-of-type {
	width: 71%;
}

.specification_screw .table_hexagon-nut {
	float: left;
}

.specification_screw .selling-agency {
	float: right;
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid #CCCCCC;
	border-radius: .5em;
}

.table01 {
	margin: 0 0 1em 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.table01.beads-box {
	width: 100%;
	box-sizing: border-box;
}

.table01 th,
.table01 td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}

.table01 th {
	padding: 3px;
	background-color: #F3E8E5;
	font-weight: bold;
}

.table01 td {
	padding: 1px 3px;
}

.table01 td.td01 {
	font-size: 2.6rem;
	line-height: 1;
	vertical-align: middle;
}

.td02 {
}
.td03 {
}
.td04 {
	background-color: #ffffcc;
}

.box01 {
	margin-bottom: 10px;
}
.box02 {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
.box03 {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

.box04 {
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: right;
}

.box_performance {
	margin: 25px auto 20px;
}
.box_performance .box04 {
	margin-left: 0;
}

.box04 img +img {
	margin-top: 10px;
}

.box05 {
	width: 400px;
	float: left;
}

.box06 {
	width: 155px;
	float: right;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.list_top {
	background-image: url(../img/01.jpg);
	background-position: 80% 15%;
	background-repeat: no-repeat;
	list-style-type: disc;
	padding: 5px 5px 5px 15px;
	margin: 5px 5px 5px 15px;
	font-size: 17px;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 50px;
}
.list_top li {
	margin-top: 10px;
}

.black {
	font-weight: normal;
	color: #333333
}

.img1 {
	margin: 20px 10px 5px 10px;
}
.img2 {
	float: right;
	margin: 5px 5px 15px 15px;
}

.disc_beads_bg {
	margin: 0 0 25px 15px;
	padding: 0;
	background: url(../img/beads.jpg) no-repeat 100% 50%;
}
.disc_beads_bg li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.standard-beads.table_fix-max tr:first-child th:first-of-type {
	width: 30%;
}

.standard-beads.table_fix-max td:first-child {
	padding-left: .5em;
	text-align: left;
}

.spec_table {
	margin: 0 0 20px 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	empty-cells: show;
}

.spec_table th,
.spec_table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}

.spec_table th {
	 background-color: #F3E8E5;
	 padding: 3px;
}
.spec_table td {
	 padding: 3px;
}

.spec_table.htc-spec {
	width: 100%;
}

.wrp_logo {
	display: table;
	width: 100%;
	margin: 10px 0 15px 0;
	height: 60px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.pt3 {
	padding-top: 3px;
}
.pt5 {
	padding-top: 5px;
}
.h80 {
	height: 105px;
}
.lst_home .w100 {
	width: 50px;
}

.box_border .title {
	color: #CC3333;
	line-height: 110%;
}
.box_border .hight {
	height: 3.5em;
}
.box_border .disc {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-type: none;
}
.box_border .disc li {
	margin-bottom: 5px;
	background-image: url(../img/icn_list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	line-height: 120%;
	font-size: 95%;
}
.box_border .ask03 {
	left: 16px;
	top: 205px;
	clear: both;
	zoom: 1;
	float: right;
	overflow: hidden;
}
.box_border .h3_5 span {
	display: block;
	line-height: 35px;
}
.h3_5 .pt5 {
	padding-left: 0px;
}
.wrp_topics {
	width: 550px;
	margin-right: auto;
	margin-left: 25px;
	display: block;
	margin-bottom: 15px;
	height: 5em;
	margin-top: 3px;
}
.lst_home {
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	overflow: hidden;
	zoom: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	list-style-type: none;
}
.lst_home li {
	float: left;
	width: 230px;
	font-size: 88%;
	background-image: url(../img/icn_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

a img:hover {
	filter: Alpha(Opacity=70);
	opacity:0.7;
}

.contents_valve {
	width: 715px;
	background-image: linear-gradient(180deg, rgba(137, 201, 230, 1), rgba(69, 172, 218, 1));
	padding-bottom: 20px;
	margin: 0 auto ;
}

.h4_valve {
	font-size: 1.7rem;
	font-weight: bold;
	color: #043465;
	line-height: 1.2;
	text-indent: -1em;
	padding: .8em 1.5em 0;
}
.h4_valve::before {
	content: "◆";
}
.h4_valve span {
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-indent: -1em;
	margin-left: 1em;
}
.dl_valve {
	margin: 0 auto 3em;
	line-height: 1.3;
}
.dl_valve dt {
	margin-top: .5em;
	font-size: 1.7rem;
	font-weight: bold;
}
.dl_valve dt::before {
	content: "■";
	margin-right: .2em;
}
.dl_valve dd {
	margin: .1em 0 .8em 1em;
}
.dl_valve dt.color_gr {
	color: #0d9113;
}

/* WPSフッター */
#fotter_wps {
	position: relative;
	text-align: center;
	clear: both;
	zoom: 1;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	line-height: 0;
}
#fotter_wps p {
	font-size: 10px;
	line-height: 120%;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	background-color: #E8E8E8;
}
#fotter_wps a img:hover {
	filter: Alpha(Opacity=70);
	opacity:0.7;
}
#fotter_wps p a {
	text-decoration: none;
}

.ac {
	height: 0;
	overflow: hidden;
}
