@charset "utf-8";


/****************************** starting ******************************/

#contents div,#contents pre,#contents p,#contents blockquote,
#contents form,#contents fieldset,#contents input,#contents textarea,#contents select,#contents option,
#contents dl,#contents dt,#contents dd,#contents ul,#contents ol,#contents li,#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6,
#contents table,#contents th,#contents td,#contents embed,#contents object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size:100%;
	/*line-height:0;*/
	/*word-break: break-all;*/
}
#contents p,#contents blockquote,
#contents form,#contents fieldset,#contents input,#contents textarea,#contents select,#contents option,
#contents dl,#contents dt,#contents dd,#contents ul,#contents ol,#contents li,#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6,
#contents table,#contents th,#contents td {
	line-height:1.4;
}

img {
	border:none;
	line-height:1;
}
#contents iframe {
	border: none;
}
#contents hr {
	border: none;
	border-bottom:#ccc 1px solid;
}
#contents a > img,
#contents div > img {
	vertical-align: top;
}
#contents a:link,#contents a:active,#contents a:visited {
	text-decoration:underline;
	color:#00adb0;
}
#contents a:link {
	color:#00adb0;
}
#contents a:hover {
	text-decoration:none;
}
#contents ul li {
	list-style-type:none;
	background-image:url(/shared/images/blank.png);
}
#contents p,#contents h2,#contents h3,#contents dl dt,#contents dl dd {
	background-image:url(/shared/images/blank.png);
}


/****************************** clearfix ******************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	/*min-height: 1px;*/
	overflow: hidden;
}
* html .clearfix {
	height: 1px;

}


/****************************** body ******************************/

body {
	min-width: 1240px;
	font-size: 90%;
	color: #101010;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

.popup {
	padding-top: 0;
	min-width: 800px;
}


/**************************** breadcrumbs ***************************/
#breadcrumbs {
	min-width: 1240px;
	background: #000;
}
#breadcrumbs ol {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#breadcrumbs ol li {
	float: left;
	font-size: 80%;
	list-style: none;
	background: url(/shared/images/ic_bc_link.png) no-repeat left center;
	padding: 12px 0 10px 21px;
	margin-left: 12px;
	color: #fff;
}
#breadcrumbs ol li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumbs ol li a {
	color: #bec3c8;
	text-decoration: none;
}
#breadcrumbs ol li a:hover {
	text-decoration: underline;
}


/****************************** h1Area ******************************/

.categoryTitle {
	width: 100%;
	min-width: 1200px;
	background: #999fa3;
}
.categoryTitle p {
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 14px 0 11px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	line-height:1.4;
}
.h1Area {
	width: 100%;
	min-width: 1200px;
/*	border-bottom: #ccc 1px solid;
	background: #E6E6E6;*/
}

/****************************** contents ******************************/

#contents {
	width: 100%;
	min-width: 1200px;
}

#contents #contentsInner {
	width:1200px;
	margin:0px auto;
	padding: 0 0 48px;
}

.child #contents #contentsInner,
.recruit #contents  #contentsInner {
	padding-top: 80px;
}
.inquiry #contents #contentsInner {
	padding-top: 60px;
}
.popup #contents #contents {
	min-width: 800px;
}
.popup #contents #contentsInner {
	padding-top: 0;
	width:770px;
	padding: 15px;
}

#contents #localNavi {
	width: 280px;
	float: right;
}
#contents #contentsMain {
	width: 880px;
	float: left;
}

#contents .contentsBlock {
	margin-bottom: 40px;
}
.second #contents .contentsBlockWrapper {
	background: #333F48;
}
.second #contents .grayBlock {
	background: #E6E6E6;
}
.second #contents .whiteBlock {
	background: #fff;
	padding: 60px 0;
}
.second #contents .blueBlock {
	background: #d9f3f3;
	padding: 60px 0;
}
.second #contents .blockInner{
	width: 1200px;
	margin: 0 auto;
}
.second #contents .contentsBlockWrapper.whiteBlock {
	background: #fff;
}
.second.products #contents .contentsBlock,
.second.ss #contents .contentsBlock {
	margin-bottom: 0;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #028484;
}
.second.products #contents .contentsBlockWrapper:last-child .contentsBlock,
.second.ss #contents .contentsBlockWrapper:last-child .contentsBlock {
	border-bottom: none;
}
.second.used #contents .contentsBlock,
.second.gmerit #contents .contentsBlock {
	padding: 60px 0 60px 0;
	width: 1200px;
	margin: 0 auto;
}
.second #contents .grayBlock .contentsBlock {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: none;
}
.second #contents .whiteBlock .contentsBlock {
	border-bottom: none;
	padding: 40px 0;
}
#contents .contentsPadding {
	padding: 0 21px 0 18px;
}
#contents p, #contents li, #contents th, #contents td {
	/*font-size: 90%;*/
	line-height: 1.6;
}
#contents img {
	vertical-align: top;
}
#contents a {
	color: #203bb6;
}

/****************************** linkBlock ******************************/

#contents .link4Block .linkBox {
	width: 285px;
	float: left;
	margin: 0 0 20px 20px;
}
#contents .link4Block .linkBox2 {
	margin: 20px 20px 0 0 !important;
}
#contents .link4Block .linkBox:first-child,
#contents .link4Block .linkBox:nth-child(5) {
	margin: 0 0 20px 0;
}
#contents .link4Block .linkBox a {
	display: block;
	text-decoration: none;
}
#contents .link4Block .linkBox .linkText {
	display: table;
    width: 100%;
    height: 70px;
	background: #191F24;
	box-sizing: border-box;
    padding: 5px 15px;
    font-size: 110%;
    position: relative;
}

#contents .link4Block .linkBox.current img {
	opacity: 0.8;
}
#contents .link4Block .linkBox.current .linkText {
	background-color: #00adb0;
}
#contents .link4Block .linkBox .linkText:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
}
#contents .link4Block .linkBox .linkText.icOtherW:after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/shared/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}
#contents .link4Block .linkBox .linkText span {
	display: table-cell;
    width: 95%;
    vertical-align: middle;
    text-align: left;
    color: #FFF;
}
#contents .link3Block .linkBox {
	float:left;
	width: 370px;
	margin-left: 45px;
}
#contents .link3Block .linkBox:first-child {
	margin-left: 0;
}
#contents .link3Block .linkBox .colImg {
	float:left;
}
#contents .link3Block .linkBox .colText {
	float:right;
	width: 120px;
}
#contents .link3Block  .linkText {
	font-size: 135%;
	display: table;
	height: 75px;
}
#contents .link3Block  .linkText > a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
#contents .link3Block .linkText > a:hover,
#contents .link3Block .current .linkText > a {
	text-decoration: underline;
}
#contents .link3Block .current img {
	opacity: 0.7;
}
#contents .link3Block  .readText {
	font-size: 80%;
}
#contents .link3Block  .readText:before {
	display: block;
	content: "";
	height: 1px;
	width: 20px;
	background-color: #000;
	margin: 0 0 20px 0;
}
#contents .link3Block .linkText > a.icOtherW {
	background: none;
	padding: 0;
}
#contents .link3Block .linkText > a.icOtherW span {
	position: relative;
}
#contents .link3Block .linkText > a.icOtherW span:after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	background: url(/shared/images/ic_other.png) no-repeat center center;
	bottom: 11px;
	right: -24px;
	position: absolute;
}

/****************************** h1 - h5 ******************************/

#contents h2.textHeader {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 170%;
	background: url(/shared/images/bg_h2.png) no-repeat left bottom;
	color: #333f48;
}
#contents h2.textHeader a {
	color: #333f48;
	text-decoration: none;
	position: relative;
	display: block;
}
#contents h2.textHeader a:hover {
	color: #999fa3;
}

#contents h2.textHeader a:after {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
	border-radius: 22px;
	border: 1px solid #00adb0;
	background: url(/shared/images/ic_btn_link.png) no-repeat 9px 7px;
}
#contents h2.textHeader .subText {
	font-size: 60%;
	color: #00adb0;
	font-weight: normal;
	margin-left: 24px;
	vertical-align: middle;
}
#contents h2.centerHeading {
	margin: 0 0 30px 0;
	color: #FFF;
	font-size: 175%;
	text-align: center;
}
#contents h2.borderHeader {
	margin: 0 0 30px 0;
	color: #333f48;
	font-size: 175%;
	text-align: center;
	position: relative;
}
#contents h2.borderHeader:before {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -15px;
	background: #00adb0;
}
#contents h3.textHeader {
	font-size:160%;
	margin-bottom: 20px;
	color: #333f48;
	border-bottom: 1px solid #e6e6e6;
}
#contents h3.textHeader a,
#contents h4.textHeader a {
	color: #00adb0;
}
#contents h3.textHeader a:hover,
#contents h4.textHeader a:hover {
	color: #80d6d7;
}
#contents h4.textHeader {
	margin-bottom:15px;
	font-size:110%;
	color: #333f48;
	border-left: 3px solid #80d6d7;
	padding-left: 10px;
}

#contents h5.textHeader {
	margin-bottom:10px;
	font-size:110%;
	font-weight: normal;
	color: #333f48;
	border-left: 1px solid #80d6d7;
	padding-left: 12px;
}

.headerIcon {
	margin-top: -9px;
	margin-bottom: 3px;
	width: auto;
	height: 40px;
}

.topRead {
	font-size: 260%;
	margin-bottom: 30px;
}
.topSubRead {
	line-height: 2.5 !important;
}

#contents .productsRead {
	font-size: 170%;
}
#contents .productsText {
	font-size: 130%;
}

/****************************** list ******************************/

#contents ul.normalList > li {
	padding-left: 20px;
	background: url(/shared/images/ic_lnavi_link_sub.png) no-repeat 5px 7px;
	margin-bottom: 8px;
}
#contents ol.normalList {
    margin-left: 30px;
}
#contents ol.normalList > li {
    list-style: decimal;
}
#contents ul.boxList > li {
	font-size: 110%;
	display: table;
	width: 555px;
	margin-bottom: 5px;
	float: left;
}
#contents ul.boxList.col2 > li {
	margin-right: 43px;
}
#contents ul.boxList.col2 > li:nth-child(even) {
	margin-right: 0;
}
#contents ul.boxList > li > a {
	display: block;
	background: #333f48;
	color: #fff;
	display: table-cell;
	padding: 14px;
	text-decoration: none;
	position: relative;
}
#contents ul.boxList > li > a:hover,
#contents ul.boxList > li > a.current {
	background: #00adb0;
}
#contents ul.boxList > li > a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
}
#contents ul.boxList > li.icOtherW > a:after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/shared/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}

#contents .linkList li {
	margin-bottom: 10px;
}
#contents .linkList li:last-child {
	margin-bottom: 0;
}
#contents .linkList.col4 li {
	width: 18%;
	margin-right: 2%;
	float: left;
}

#contents .linkList a {
	position: relative;
	padding-left: 1em;
	display: inline-block;
}
#contents .linkList a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 7px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00a7ac;
}

#contents .anchorList {
	background: #ebebeb;
	padding: 10px 10px 0;
}
#contents .anchorList .col4Block .col {
/*	width: 205px !important;*/
	width: 286px !important;	
	margin-left: 12px !important;
	margin-bottom: 10px !important;
	text-align: center;
}
#contents .anchorList .col4Block .col a {
	display: table;
	width: 100%;
	height: 60px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#contents .anchorList .col4Block .col a:hover {
	background: #028484;
}
#contents .anchorList .col4Block .col a > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background: url(/shared/images/ic_anchor.png) no-repeat right center;
	padding-right: 35px;
}
#contents .anchorList .col4Block .col a:hover > span {
	background: url(/shared/images/ic_anchor_on.png) no-repeat right center;
}
#contents .anchorList .col4Block .col:nth-child(5n) {
	margin-left: 0 !important;
}


#contents .anchorList .col2Block .col {
	width: 48.9% !important;
	margin-left: 12px !important;
	margin-bottom: 10px !important;
	text-align: center;
}

#contents .anchorList.col1 .col2Block .col {
	width: 584px !important;
}
#contents .anchorList .col2Block .col a {
	display: table;
	width: 100%;
	height: 60px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#contents .anchorList .col2Block .col a:hover {
	background: #028484;
}
#contents .anchorList .col2Block .col a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background: url(/shared/images/ic_anchor.png) no-repeat right center;
	padding-right: 35px;
}
#contents .anchorList .col2Block .col a:hover span {
	background: url(/shared/images/ic_anchor_on.png) no-repeat right center;
}
#contents .anchorList .col2Block .col:nth-child(odd) {
	margin-left: 0 !important;
}
/****************************** table ******************************/

/****************************** column ******************************/

#contents .col2Block .col {
	width: 490px;
	float: left;
	margin-left: 20px;
}
.child #contents .col2Block .col {
	width: 392px;
	float: left;
	margin-left: 33px;
}

.child #contents .col3Block .col {
	width: 366px;
	float: left;
	margin-left: 50px;
}
#contents .col4Block .col {
	width: 240px;
	float: left;
	margin-left: 13px;
}
#contents .col4Block .col .colInner {
	width: 240px !important;
	display: table;
}
.child #contents .col4Block .col {
	width: 190px;
	float: left;
	margin-left: 13px;
}
#contents .col5Block {
	width: 1006px;
}
#contents .col5Block .col {
	width: 196px;
	float: left;
	margin-left: 6px;
}

#contents .fadeBase {
	background: #fff;
}
#contents .col5Block .col .colInner {
	width: 193px !important;
	display: table;
}

.recruitBnr {
	width: 1005px;
}
.recruitBnr.col2Block col:last-child {
	float: right;
}
	
#contents .col2Block .col:first-child,
#contents .col3Block .col:first-child,
#contents .col4Block .col:first-child,
#contents .col5Block .col:first-child {
	margin-left: 0 !important;
}
/*#contents .col p {
	display: table-cell;
}*/
#contents .col p.topColTitle {
	width: 210px;
	display: table-cell;
	background: #1463d6;
	color: #fff;
	padding: 16px 15px;
	font-size: 110%;
	text-align: center;
	min-height: 20px;
	vertical-align: middle;
}
.recruit #contents .col p.topColTitle {
	background: #333333;
	padding: 6px 10px 4px;
	font-size: 100%;
}

.linkBox .topColTitle,
.linkBox {
	cursor: pointer;
}

#contents .catalogBlock .ph {
	width: 141px;
	float: left;
}
#contents .catalogBlock .detail {
	width: 231px;
	float: right;
}



/****************************** tab ********************************/



/****************************** textBtn ******************************/
#contents .textBtn {
	
}
#contents .normalList .textBtn {
	margin-top: 10px;
	width: 200px;
}
#contents .textBtn a {
	display: block;
	background: #fff;
	border: #00adb0 1px solid;
	padding: 8px 7px 6px;
	text-align: center;
	color: #00adb0 !important;
	text-decoration: none;
	border-radius: 16px;
}
#contents .textBtn a:hover {
	background: #00adb0;
	color: #fff !important;
}
#contents .textBtn a > span {
	display: block;
	background: url(/shared/images/ic_btn_link.png) no-repeat 99% center;
	padding-right: 10px;
}
#contents .textBtn a:hover > span {
	background: url(/shared/images/ic_lnavi_link.png) no-repeat 99% center;
}
.textBtn.typeSmall a {
	font-size: 90%;
	padding: 7px 7px 5px;
}
.textBtn .mail .optionIcon {
	display: inline;
	/* background: url(images/common/ic_btn_mail.png) no-repeat left 49%; */
	padding-left: 38px;
}
.textBtn .mail.type02 .optionIcon {
	/* background: url(images/common/ic_btn_mail_w.png) no-repeat left 49%; */
}
.textBtn .print .optionIcon {
	display: inline;
	/* background: url(images/common/ic_btn_print.png) no-repeat left 49%; */
	padding-left: 38px;
}
.textBtn .print.type02 .optionIcon {
	/* background: url(images/common/ic_btn_print_w.png) no-repeat left 49%; */
}


/****************************** borderBlock **************************/
#contents .borderBlock {
	border: #999999 1px solid;
	background: #fff;
	padding: 20px;
}
.borderBlock.type02 {
	border: #bfbfbf 2px solid;
	background: #f2f2f2;
}
#contents .acrobatBlock {
	padding: 20px !important;
	background: #e6e6e6;
	margin-top: 70px !important;
}
#contents .acrobatBlock.noMarginTop {
	margin-top: 0 !important;
}

/****************************** label ******************************/

/****************************** general ******************************/

.mb00 {	margin-bottom:0px !important;}
.mb05 {	margin-bottom:5px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb25 {	margin-bottom:25px !important;}
.mb30 {	margin-bottom:30px !important;}
.mb35 {	margin-bottom:35px !important;}
.mb40 {	margin-bottom:40px !important;}
.mb45 {	margin-bottom:45px !important;}
.mb50 {	margin-bottom:50px !important;}
.mb55 {	margin-bottom:55px !important;}
.mb60 {	margin-bottom:60px !important;}
.mb65 {	margin-bottom:65px !important;}
.mb70 {	margin-bottom:70px !important;}
.mb80 {	margin-bottom:80px !important;}

.mr00 {	margin-right:0px !important;}

.ml00 {	margin-left:0px !important;}
.floatRight {
	float:right !important;
}
div.floatRight {
	margin:0px 0px 10px 20px;
}
div.fileDownload.floatRight {
	float:right;
	margin:0px;
}
.floatLeft {
	float:left !important;
}
div.floatLeft {
	margin:0px 20px 10px 0px;
}
div.fileDownload.floatLeft {
	float:left;
	margin:0px;
}
.textLeft {
	text-align:left !important;
}
.textCenter {
	text-align:center !important;
}
.textRight {
	text-align:right !important;
}
.textResCenter {
	
}
.x-textSmall {
	font-size:60% !important;
}
.textSmall {
	font-size:80% !important;
}
.textMedium {
	font-size:90% !important;
}
.textDefault {
	font-size:100% !important;
}
.textLarge {
	font-size:120% !important;
}
.x-textLarge {
	font-size:130% !important;
}
.xx-textLarge {
	font-size:140% !important;
}
.xxx-textLarge {
	font-size:150% !important;
}
.textNormal {
	font-weight:normal;
}
.textBold {
	font-weight:bold;
}
.textIndent {
	text-indent:-7.99em;
	padding-left:7.99em;
}
.blockCenter {
	margin-left: auto;
	margin-right: auto;
}
.v-alignTop,
.v-alignTop tr th,
.v-alignTop tr td {
	vertical-align:top !important;
}
.v-alignMiddle,
.v-alignMiddle tr th,
.v-alignMiddle tr td {
	vertical-align:middle !important;
}
.v-alignBottom,
.v-alignBottom tr th,
.v-alignBottom tr td {
	vertical-align:bottom !important;
}

#contents a.icLink {
	position: relative;
	padding-left: 1em;
}

#contents a.icLink:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00a7ac;
}
#contents a.icYouTube, 
#contents a.icLinkedIn,
#contents a.icFacebook {
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
}
#contents a.icYouTube:after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/shared/images/btn_youtube.png) no-repeat center center;
	border: none;
}
#contents a.icLinkedIn:after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/shared/images/btn_in.png) no-repeat center center;
	border: none;
}
#contents a.icFacebook:after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/shared/images/btn_fb.png) no-repeat center center;
	border: none;
}

#contents a.icYouTube:hover:after, 
#contents a.icLinkedIn:hover:after,
#contents a.icFacebook:hover:after {
	background-color: #00adb0;
}
#contents .caution {
	display:block;
	text-indent:-1em;
	padding-left:1em;	
}


.icZoom {
	/* background:url(images/common/ic_zoom.png) no-repeat 0 0.18em; */
	padding: 4px 0 4px 31px;
}
.icPdf {
	background: #4d4d4d;
	font-size: 80%;
	color: #fff;
	padding: 0 4px;
	line-height: 0.5;
	margin: 0 7px;
	text-decoration: none;
	vertical-align: 0.1em;
	cursor: pointer;
}
.textBtn.type02 .icPdf {
	background: #b2b2b2;
	color: #333;
}
.icOtherW {
	background:url(/shared/images/ic_other.png) no-repeat right 0.4em;
	padding: 0 22px 0 0;
	margin-right: 4px;
}
#contents #localNavi ul li a span.icOtherW_side {
	background:url(/shared/images/ic_other.png) no-repeat right center;
	padding:0 25px 0 0;
	margin-right: 4px;
}

#footer .icOtherW {
	padding-right:22px;
	background: url(/shared/images/ic_other_top.png) no-repeat right 0.4em;
}
.linkMargein {
	margin-right: 35px;
}
.icRequire {
	vertical-align:middle;
	margin-left:8px;
}
.btnPagetop {
	position:fixed;
	z-index: 500;
	bottom:60px;
	right:40px;
	display:none;
}
.btnPagetop a {
	display: block;
}
.btnPagetop img {
	width: 55px;
	height: 88px;
}

.underLineLink {
	text-decoration:underline !important;
}
.underLineLink:hover {
	text-decoration:none !important;
}

.kakkoKome {
	display:block;
	text-indent:-2em;
	padding-left:2em;
}
.caption {
	/*display:block;
	margin-top:5px;
	text-align:center;*/
}
sub,sup {
	font-size:80%;
}
.sup {
	font-size:60%;
	vertical-align:top;
}

.indent1em {
	padding-left: 1em;
}



.colorRed {
	color:#FF0000;
}
.colorBlue {
	color:#0000FF;
}
.colorLightBlue {
	color:#0CF;
}
.colorGreen {
	color:#009900;
}
.colorYellow {
	color:#FFCC33;
}
.grayLink {
	color:#808080 !important;
	text-decoration:underline !important;
}
.grayLink:hover {
	text-decoration:none !important;
}

.pcVis {
	display: block;
}
.spVis {
	display: none;
}

.displayBlock {
	display: block !important;
}

#contents .imgBorder {
	box-shadow: 0 0 0 1px #e6e6e6 inset;
	display: inline-block;
}
#contents .imgBorder > img {
	z-index: -1;
	position: relative;
}

/* 非表示 */
.btnPagetopSp {
	display: none;
}
@media print{

.footerInner,#footerGlobal {
	display: none;
}
}

/* 160627追加 */
.naraki{font-family: "HGGothicM" , "HGｺﾞｼｯｸM" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;}

/* 160708追加*/
#contents #subLink .linkBox{
	width:555px;
	box-sizing:border-box;
	border:solid 5px #e6e6e6;}
#contents #subLink .linkBox:hover{
	border:solid 5px #00adb0;}
#contents #subLink .linkBox p{
	float:left;
	background:none !important;}
#contents #subLink .linkBox .caution{
	display:inherit !important;
}
#contents #subLink .linkBox_img img{
	width:160px;
	margin-right:20px;
}
#contents #subLink .linkBox_txt{
	width:350px;
	padding-top:18px;
}

/************************** 160912秋の大展示会2016 **************************/

#contents #fair2016{
	position:relative;
	width: 100%;
	min-width: 1200px;
}
#contents #fair2016 img{
	width: 100%;
	height:100%;
}
#contents #fair2016 #fair2016BG{
	background: url(../img/bg_mainvisual.jpg) no-repeat center top #01a7a2;
	background-size:cover;
	margin-bottom:40px;
	padding-bottom:40px;
}
#fair2016 .contentsBlock{
	width:1200px;
	margin: 0 auto 40px;
}
#fair2016 .h1Area{
	width: 1200px;
	height:615px;
	margin-bottom:20px !important;
	background: url(../img/img_mainVisual.png) no-repeat center top;

	background-size: contain;
}
#fair2016 .h1AreaSP{
	display:none;
}
#fair2016 .h1Area h1 {
	text-indent:-9999px;
}
#fair2016 #catch{
	background-color:#FFF;
	padding:40px 0 20px;
	/* box-shadow */
	box-shadow:0px 2px 4px 0px #666;
	-moz-box-shadow:0px 2px 4px 0px #666;
	-webkit-box-shadow:0px 2px 4px 0px #666;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#fair2016 #catch h2{
	margin-bottom:30px !important;
}
#fair2016 #catch h2 #ttl_obiSP{
	display:none;
}
#fair2016 #catch p{
	float:left;
	width:370px;
	margin:0 0 20px 20px !important;
}
#fair2016 #nextMachine{
	margin:0 auto;
	width:1200px;
	text-align:center;
}
#fair2016 #day ul.normalList > li {
	font-size:130%;
	background: url(/shared/images/ic_lnavi_link_sub.png) no-repeat 5px 11px;
}
#fair2016 #place #placeBoxLeft{
	width:560px;
	float:left;
}
#fair2016 #place #placeBoxRight{
	width:560px;
	float:right;
}
#fair2016 #place .textBtn{
	width:300px;
	margin-bottom:30px;
}
#fair2016 #sponsor ul.normalList > li {
	font-size:100%;
	vertical-align:baseline;
	background: url(/shared/images/ic_lnavi_link_sub.png) no-repeat 5px 9px;
}