@charset "utf-8";

/* **************************************************

Name: index.css

Description: CSS for Additional Common Modules

Create: 2018.12.11
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

***************************************************** */

/** フロートヘッドの削除 **/
.FloatingMenu {
	display: none !important;	
}

.FloatingMenu.afm {
	display: block !important;	
}

.FloatingMenu > ul > li a {
	display: block;
    line-height: 35px;
    padding: 10px 9px;
    background: none;
}

.FloatingMenu > ul > li:first-child {
	background: none;	
}

.FloatingMenu > ul > li:nth-child(odd) a {
	background: none;	
}

.FloatingMenu > ul > li:first-child a {
	border-left: 1px solid #e6e6e6;
}

.FloatingMenu > ul > li a {
	border-right: 1px solid #e6e6e6;
	padding: 10px 12px !important;
}


.FloatingMenu.afm .left_navi {
	float: left;	
}

.FloatingMenu.afm .right_navi {
	float: right;	
}

.FloatingMenu.afm .bg_red {
	background: #e60027;
}

.FloatingMenu.afm .bg_red a {
	color: #fff;
}


.FloatingMenu.afm .left_navi li.anker a.down:after {
	width: 16px;
	height: 16px;
	content: '';
	position: relative;
	margin-left: 8px;
	top: 3px;
    background-image: url(/image/common/jp/r1/icon/icon_link_top_hd.gif);
    background-repeat: no-repeat;
	display: inline-block;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    transform: rotate(180deg);
}


.over_float_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
}

.over_float_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	
}

.over_float_wrap .cont {
	/* background: rgba(255, 255, 255, 0.9);	 */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
	
}

.over_float_wrap .technology {
	position:absolute;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 540px;
	display: none;
	padding-top: 80px;
	z-index: 5;
}

.over_float_wrap .technology:after {
	content: '';
	clear: both;
	display: block;
}

.over_float_wrap .technology .unit_wrap {
	width: 320px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.over_float_wrap .technology .unit_wrap.w220 {
	width: 220px;
}

.over_float_wrap .unit_wrap p.ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

.over_float_wrap .unit_wrap li {
	font-size: 13px;
	line-height: 1.8em;
}

.over_float_wrap .unit_wrap li a {
	text-decoration: none;
}

.over_float_wrap .news {
	position: absolute;
	right: 215px;
	top: 0;
	background: rgba(255, 255, 255, 0.9);	
	width: 250px;
	padding-top: 80px;
	display: none;
	z-index: 5;
}

.over_float_wrap .news .unit_wrap {
	padding-left: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
}


.over_float_wrap .product {
	position: absolute;
	left: 0;
	top: 0;
	background: #f2f2f2;	
	width: 100%;
	padding-top: 80px;
	display: none;
	z-index: 5;
}

.over_float_wrap .product .unit_wrap {

	box-sizing: border-box;
}

.over_float_wrap .product .unit_wrap li:first-child {
	border-left: 1px solid #d9d9d9;
}

.over_float_wrap .product .unit_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}




.over_float_wrap .product .unit_wrap li {
	width: 25%;
	float: left;
	text-align: center;
	background: #f2f2f2;
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #d9d9d9;
	min-height: 220px;
}


.over_float_wrap .product .unit_wrap li:first-child {
	border-left: 1px solid #d9d9d9;
}

.over_float_wrap .product .unit_wrap li:nth-child(5), 
.over_float_wrap .product .unit_wrap li:nth-child(6),
.over_float_wrap .product .unit_wrap li:nth-child(7) {
	width: 25%;
}

.over_float_wrap .product .unit_wrap li p {
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.over_float_wrap .product .unit_wrap li a {
	text-decoration: none;
}


@media screen and (max-width: 799px) {
	.over_float_wrap .product .unit_wrap li {
		width: 25%;
	}
	
	.over_float_wrap .product .unit_wrap li:nth-child(5), 
	.over_float_wrap .product .unit_wrap li:nth-child(6),
	.over_float_wrap .product .unit_wrap li:nth-child(7) {
		width: 25%;
	}
	
	.over_float_wrap .product .unit_wrap li:nth-child(5) {
		border-left: 	1px solid #d9d9d9;
	}
	
}

@media screen and (max-width: 599px) {
	.over_float_wrap .product .unit_wrap li {
		width: 50%;
	}
	
	.over_float_wrap .product .unit_wrap li:nth-child(5), 
	.over_float_wrap .product .unit_wrap li:nth-child(6),
	.over_float_wrap .product .unit_wrap li:nth-child(7) {
		width: 50%;
	}
	
	.over_float_wrap .product .unit_wrap li:nth-child(odd) {
		border-left: 	1px solid #d9d9d9;
	}
	
}





.over_float_wrap .sector {
	position: absolute;
	left: 100px;
	top: 0;
	background: rgba(255, 255, 255, 0.9);	
	width: 150px;
	padding-top: 80px;
	display: none;
	z-index: 5;
}

.over_float_wrap .sector .unit_wrap {
	padding-left: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
}


.over_float_wrap .use {
	background: rgba(255, 255, 255, 0.9);
	position:absolute;
	left: 0;
	width: 100%;
	display: none;
	padding-top: 80px;
	z-index: 5;
}

.over_float_wrap .use:after {
	content: '';
	clear: both;
	display: block;
}

.over_float_wrap .use .unit_wrap {
	width: 30%;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

/** フロートヘッドの削除 **/

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.bold {
	font-weight: bold;
}

.ft11 {
	font-size: 11px;
}

.ft12 {
	font-size: 12px;
}

.ft13 {
	font-size: 13px;
}

.ft14 {
	font-size: 14px;
}

.ft15 {
	font-size: 15px;
}

.ft16 {
	font-size: 16px;
}

.ft17 {
	font-size: 17px;
}

.ft18 {
	font-size: 18px;
}


.mr5 {
	margin-right: 5px;	
}

.mb15 {
	margin-bottom: 15px;	
}

.mb20 {
	margin-bottom: 20px;	
}

.mb25 {
	margin-bottom: 25px;	
}

.mb35 {
	margin-bottom: 35px;	
}

.mb40 {
	margin-bottom: 40px;	
}

.tc {
	text-align: center;	
}

.tr {
	text-align: right;	
}

.chu {
	font-size: 13px;
}

.DateListStyle2.scienceStyle.news2 dt {
	width: auto;	
}

.ButtonStyle1.scienceStyle a {
	background-position: 98% 50%;	
}

.ButtonStyle1 a:link {
	padding-right: 28px;	
}


/** use sector unit_wrap **/

.contents_wrap.afm .unit_box {
	margin-bottom: 45px;
}

.contents_wrap.afm .unit_box:after {
	content: '';
    clear: both;
    display: block;
}

.contents_wrap.afm .unit_box .ttl_wrap .subttl h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-left: none !important;
	padding-left: 0 !important;
}

.contents_wrap.afm .unit_box .ttl_wrap .ttl h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #888888;
	border-radius: 20px;
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 20px;
	
}

@media screen and (max-width: 767px) {
	.contents_wrap.afm .unit_box .ttl_wrap .ttl h2 {
		margin-left: auto;	
		box-sizing: border-box;
		width: 100%;
	}
}


.contents_wrap.afm .unit_box .ttl_wrap .use_equip {
	margin-bottom: 20px;
}

.contents_wrap.afm .unit_box .ttl_wrap .use_equip:after {
	content: '';
    clear: both;
    display: block;
}

.contents_wrap.afm .unit_box .ttl_wrap .use_equip dt {
	width: 65px;
    float: left;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}

.contents_wrap.afm .unit_box .ttl_wrap .use_equip dd {
    float: left;
    font-size: 13px;
}

.contents_wrap.afm .unit_box .ttl_wrap .use_equip dd ul {
	margin-bottom: 0;
}

.contents_wrap.afm .unit_box .ttl_wrap .use_equip dd ul li {
	float: left;
	font-size: 13px;
	margin-right: 1em;
}


/** foot_linkwrap **/




.contents_wrap.afm .cat_main {
	padding-top: 45px;
}



.contents_wrap.afm .cat_main .unit_wrap {
	margin-bottom: 45px;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap {
	text-align: center;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2 {
	font-size: 22px;
	color: #e60027;
	text-align: center;
	font-weight: bold;
	background: none;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-right: 1em;
	top: -8px;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2:after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-left: 1em;
	top: -8px;
}





.contents_wrap.afm .cat_main .unit_wrap.item_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}




.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
	width: calc( 100% / 4 );
	float: left;
	text-align: center;
	background: #f2f2f2;
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #d9d9d9;
	min-height: 220px;
}


.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:first-child {
	border-left: 1px solid #d9d9d9;
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
	/* width: 14.4%; */
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li p {
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li a {
	text-decoration: none;
}


@media screen and (max-width: 799px) {
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
		width: 25%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
		width: 25%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5) {
		border-left: 	1px solid #d9d9d9;
	}
	
}

@media screen and (max-width: 599px) {
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
		width: 50%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
		width: 50%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(odd) {
		border-left: 	1px solid #d9d9d9;
	}
	
}



.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap {
	display: none;	
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap.act {
	display: block;	
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap ul {
	display: none;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li {
	width: 100%;
	height: 48px;
	text-align: center;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 18px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li.act {
	border: 1px solid #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:nth-child(3n) {
	margin-right: 0%;
}

@media screen and (max-width: 768px) {
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li {
		width: 49%;
		margin-right: 2%;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:nth-child(3n) {
		margin-right: 2%;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:nth-child(even) {
		margin-right: 0%;
	}
}

@media screen and (max-width: 599px) {
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li {
		width: 100%;
		margin-right: 0%;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:nth-child(3n) {
		margin-right: 0%;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:nth-child(even) {
		margin-right: 0%;
	}
}


.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.2em;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1rem;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li:hover a {
	color: #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap li.act a {
	color: #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}





.contents_wrap.afm .foot_linkwrap .unit_wrap.sector .sub_wrap {
	display: none;	
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.sector .sub_wrap.act {
	display: block;	
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit {
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 8px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box {
	width: 33.3%;
	float: left;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box.mr0 {
	width: 33.4%;
}


@media screen and (max-width: 767px) {
	.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box {
		width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
}


.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box .ttl {
	width: 100%;
	box-sizing: border-box;
     border-left: 1px solid #e1e1e1;
     border-top: 1px solid #e1e1e1;
     border-right: 1px solid #e1e1e1;
     border-bottom: 1px solid #e1e1e1;
    background: #fff;
    /*margin-right: 2%;*/
    margin-bottom: 20px;
    padding: 8px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box .ttl.noove {
    background: #e1e1e1;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box .ttl.ove {
    background: #fff;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box .ttl:hover {
	border-left: 1px solid #e1e1e1;
     border-top: 1px solid #e1e1e1;
     border-right: 1px solid #e1e1e1;
     border-bottom: 0 solid #e1e1e1;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap.use .sub_wrap .unit_box .ttl h3 {
	border-left: 3px solid #e60027 !important;
    padding: 3px 0 3px 6px;
    text-decoration: none;
    color: #333333;
    margin-bottom: 0;
}





@media screen and (max-width: 544px) {
	.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;	
	}
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit.act {
	border: 1px solid #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit.cont_02,
.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit.cont_04 {
	margin-right: 0;
}

.contents_wrap.afm .unit_wrap.sector .sub_wrap .cont_unit a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 3px solid #e60027;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}






/** foot_linkwrap **/

.contents_wrap.afm .foot_linkwrap {
	margin-top: 45px;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap {
	margin-bottom: 35px;
}

.contents_wrap.afm .foot_linkwrap .triple_btn_wrap {
	/* background: #f2f2f2;
	border: 1px solid #d9d9d9; */
	box-sizing: border-box;
	/* padding: 20px 0; */
	margin-bottom: 45px;
}

.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul {
	margin-bottom: 0;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}


.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}


.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li:last-child {
	margin-right: 0;
}



.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li a {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
}

.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li a.bg_gray {
	background-color: #888888;
}

@media screen and (max-width: 833px) {
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li {
		width: 49%;
	}
	
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li:nth-child(1),
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li:nth-child(2)  {
		margin-bottom: 10px;
	}
	
	
	
}

@media screen and (max-width: 659px) {
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li {
		width: auto;
		float: none;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li:last-child {
		margin-bottom: 0;	
	}
	
	.contents_wrap.afm .foot_linkwrap .triple_btn_wrap ul li a {
		width: auto;
		min-width: 180px;	
	}
	
}


.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap {
	text-align: center;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background: none;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-right: 1em;
	top: -8px;
}

.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2:after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-left: 1em;
	top: -8px;
}

@media screen and (max-width: 767px) {
	.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2:before {
		width: 0;
		margin-right: 0;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2:after {
		width: 0;
		margin-left: 0;
	}
	
	.contents_wrap.afm .foot_linkwrap .unit_wrap .ttl_wrap h2 {
		font-size: 16px;	
	}
	
}



.contents_wrap.afm .foot_linkwrap p.ButtonStyle1 a.bg_gray {
	background-color: #888888;
}

.contents_wrap.afm .foot_linkwrap p.ButtonStyle1.accordion a {
	background-image: url('/image/jp/science/products/microscopes/afm/icon_link_down_l.gif');
}

.contents_wrap.afm .foot_linkwrap p.ButtonStyle1.accordion.act a {
	background-image: url('/image/jp/science/products/microscopes/afm/icon_link_up_l.gif');
}



.detail.anker_wrap {
	text-align: center;
	background: #f2f2f2;
    border: 1px solid #d9d9d9;	
    padding: 15px 0;
    margin-bottom: 35px;
}

.detail.anker_wrap p a {
	margin: 0 8px;
	font-size: 14px;
}

.detail.anker_wrap p a.down:after {
	width: 16px;
	height: 16px;
	content: '';
	position: relative;
	margin-left: 8px;
	top: 3px;
    background-image: url(/image/common/jp/r1/icon/icon_link_top_hd.gif);
    background-repeat: no-repeat;
	display: inline-block;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    transform: rotate(180deg);
}

.detail.anker_wrap p a.up:after {
	width: 16px;
	height: 16px;
	content: '';
	position: relative;
	margin-left: 8px;
	top: 3px;
    background-image: url(/image/common/jp/r1/icon/icon_link_top_hd.gif);
    background-repeat: no-repeat;
	display: inline-block;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
}




/** 用途画像 **/

.contents_wrap.afm .unit_box .img_wrap.w50p {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 776px) { 
	.contents_wrap.afm .unit_box .img_wrap.w50p {
		width: 100%;	
	}
}

.contents_wrap.afm .unit_box#use_04 .img_wrap.w50p:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .unit_box#use_04 .img_wrap.w50p li {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.contents_wrap.afm .unit_box#use_05 .img_wrap.w50p:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .unit_box#use_05 .img_wrap.w50p li {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.contents_wrap.afm .unit_box#use_05 .img_wrap.w50p li p.ImgOnlyStyle {
	min-height: 261px;
	vertical-align: middle;
	
}

@media screen and (max-width: 776px) { 
	.contents_wrap.afm .unit_box#use_05 .img_wrap.w50p li p.ImgOnlyStyle {
		min-height: auto;
	}
}

.contents_wrap.afm .unit_box#use_05 .img_wrap.w50p li p.pt75 {
	padding-top: 75px;
	box-sizing: border-box;
	
}



#Contents h3.pdf a {
	background-image: url(/image/common/jp/r1/icon/icon_pdf_hd.gif) !important;
	background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
}