@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a{
    background-color:transparent;
    -webkit-touch-callout:none;
				-webkit-tap-highlight-color:rgba(102,102,102,0.40);
}
.touchstyle { background-color:rgba(102,102,102,0.40);}
.notouchstyle { background-color:transparent;}
.tel-link {
    color: #06F;
	font-weight: bold;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
h1,h2,h3,h4,h5{
	line-height: 1;
	font-weight: normal;
}
p{
	line-height: 1;
}
ul,dl ,address{
	line-height: 1;
}
ul ul,
ul ol,
dl ul,
dl ol{
	line-height:1;
}
table {
  /*  border-collapse:collapse;
    border-spacing:0;*/
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
ol, ul {
    list-style: none;
}
iframe{
	width: 100%!important;
}


/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}


/* ===================
リンク
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #3162c5;
}
a:visited {
	text-decoration: none;
	color: #3162c5;
}
a:hover {
	text-decoration: none;
	color: #B1000A;
	opacity: 0.7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #E71B27;
}

a:hover img{
  opacity: 0.7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/*==========================================
 body
===========================================*/
body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	color: #333;
}
#Wrapp {
	position: relative;
}

/*==========================================
 header
===========================================*/
#header {
	background:#B1000A;
}

/* menu-hnav */
#menu-hnav li {
	float:left;
}
#menu-hnav li a{
	display:block;
	color:#FFF;
}
#menu-hnav li a:hover {
	color: #3162c5;
}
#menu-hnav li.jp a:before {
	content:"●";
	color:#FFF;
}
#menu-hnav li.en a:before {
	content:"●";
	color:#FFF;
}

/* menu-gnav */
.menu-gnav {
	clear:both;
}
.menu-gnav li{
	font-weight: bold;
}
.menu-gnav li a{
	display: block;
}
.menu-gnav li a:hover {
	color: #fff;
	background:#8B0006;
}
.menu-gnav li.stay a:link,
.menu-gnav li.stay a:active,
.menu-gnav li.stay a:visited {
	color: #fff;
	background:#8B0006;
}

/*page-title-wrapper */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	color: #fff;
	/*background-size: cover;*/
	background: #000 no-repeat right bottom;
	/*height: 100px;*/
}
.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.page-title-inner {
	display: table-cell;
	position: relative;
	/*padding: 15px 10px;*/
	vertical-align: middle;
}
.page-title {
	margin: 0 0 8px 0;
	font-weight: bold;
	line-height: 1.2;
}
.page-title:before {
	content:"■";
}
.page-title a {
	color: #FFF;
}
.page-header {
	border-bottom:none;
}

/*==========================================
 contents
===========================================*/
#contentWrapp {
	clear: both;
}
.content {
	clear: both;
}

/* TopicPath */
.TopicPathWrapp {
	background:#FFF;
	z-index:2;
	margin-top:20px;
	margin-bottom:20px;
}
.TopicPath{
	float:right;
	margin-top:15px;
	padding-bottom: 14px;
}
.TopicPath li {
	float: left;
	margin-right: 5px;
	line-height: 1.4;
}
.TopicPath li a {
	text-decoration: underline;
	color:#333;
}
.TopicPath li a:hover {
	text-decoration: none;
}
.TopicPath li:before {
	margin-right: 5px;
	content: "\003e";
}
.TopicPath li:first-child:before  {
	margin-right: 0px;
}
.TopicPath li:first-child:before {
	content:" ";
}


/*==========================================
main
===========================================*/
#main {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:60px;
}
#main p{
	margin-bottom:10px;
}
#main a:link {
	text-decoration: none;
}
#main a:hover {
	text-decoration: none;
}

.ConInner {
	margin-bottom:60px;
}
.ConInner:last-child {
	margin-bottom:0px;
}

.pageTitleWrapp {
    height: 100%;
    padding-top: 0%;
	border:#F69 1px solid;
	background:url(../images/bg_title-page.png) no-repeat center center;
	background-size: contain;
	clear:both;
}
.pageTitleWrappInner {
	position: relative;border:#F69 6px solid;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.pageTitleWrapp .ctgTxt {
	text-align:right;
}
.pageTitleWrapp .pageTitle {
	text-align:center;
	font-size:54px;
	color:#E50011;
	font-weight:bold;
	 text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
	margin-bottom:20px;
}
.pageTitleWrapp .discTxt {
	font-weight:bold;
	text-align:center;
	font-size:25px;
}

sub,
sup {
	font-size:10px;
}

.atTxt {
	font-weight: bold;
	margin-left: 0.5em;
	color: #CC0000;
}
.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}

/* adjustment */
.ajt-left {
	padding-left:0;
}
.ajt-right {
	padding-right:0;
}

/* margin */
.ml10 {
	margin-left:10px;
}
.mt0 {
	margin-top:0px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}

.mb0 {
	margin-bottom:0px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}

/* img */
.fLeft-img {
	float:left;
}

/* table */


/* list */
.decimalList {
	list-style: decimal;
}
.decimalList li {
}

.dfDL dt{
	margin-bottom: 4px;
	color: #aa8d35;
}
.dfDL dd{
	margin-bottom:20px;
	line-height:1.6;
}


/*------------------------------------------------------------------------
[TOP]
------------------------------------------------------------------------*/
/* Wrapp */
body.home #Wrapp {
	width: 100%;
}

.topConInner {
	margin-bottom:60px;
}
.topConInner:last-child {
	margin-bottom:0px;
}

/*topConHeader*/
.topConHeader {
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	margin-bottom: 30px;
	position: relative;
}
.topConInner h2{
	font-weight: bold;
	margin-bottom:0;
}
.topConInner h2:before {
	content:"■";
}
.topConInner p.supplement{
	margin-bottom:0;
	margin-left:1.2em;
}
.topConInner p.moreLink {
	float:right;
	font-size:14px;
	margin-bottom:0;
	position:absolute;
	right:0;
	bottom:8px;
}
.topConInner p.moreLink a{
	border:#B1000A 1px solid;
	color:#B1000A;
	padding:2px 20px;
	line-height:1;
}
.topConInner p.moreLink a:hover {
	color:#fff;
	background:#B1000A;
}

/*topMainImgWrapp */
.topMainImgWrapp {
/*	margin-bottom:30px;*/
}
.topMainImgWrapp .topMain {
	z-index:3;
}
.topMainReadWrapp {
	z-index: 9997;
}


/* top-productItem */
.top-productItem {
	margin-bottom:30px;
}
.top-productItem h2 {
	margin-bottom:8px;
}
#main p.itemReadTxt {
	margin-bottom:4px;
}
.top-productItem h2:before {
	content:"";
}
.top-productItem .productTxtWrap {
	clear:both;
}

/* moreBtn */
.top-productItem .moreBtn{
	text-align:right;
	margin-right:2px;
}
.top-productItem .moreBtn a{
	position: relative;
	padding-right:0.7em;
	color:#B1000A;
}
.top-productItem .moreBtn a::before,
.top-productItem .moreBtn a::after{
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.top-productItem .moreBtn a::before{
	right: 0px;
	width:6px;
	height: 6px;
	border-top: 2px solid #B1000A;
	border-right: 2px solid #B1000A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* topbannerList */
.topbannerList li{
	padding:5px;
	text-align:center;
}

.topConInner.topbanner-long {
	margin-bottom: 0px;
}

/* newsList */
.newsWrapp {
	padding-top:34px;
	padding-bottom:34px;
  margin-bottom: 40px!important;
	background:#EDEDED;
}
.newsList {
	margin-bottom:0px;
}
.newsList ul {
	width:100%;
}
.newsList ul li{
	border-bottom: 1px solid #999;
	display:block;
}
.newsList ul li a{
	color:#B1000A;
}
.newsList ul li .newIcon {
	float:left;
}
.newsList ul li .bodyTxtWrapp {
	float:left;
}

/* topbannerMovie */
.topbannerMovieWrapp {
	margin-bottom:30px;
}

/*------------------------------------------------------------------------
[list]
------------------------------------------------------------------------*/
h2.indexTitle {
	font-weight: bold;
	text-align:center;
	line-height:1.4;
	background:#fff;
}
h2.indexTitle:first-child {
	margin-top:0px;
}

/*product
------------------------------------------------------------------------*/
ul.product-itemWrapp {
	margin-top: 20px;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:0px;
}
li.product-item{
	padding:0 5px 15px;
}

li.product-item .product-summary {
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
}

li.product-item .product-item-body {
	background:#333;
}
li.product-item .product-item-body h3{
	margin-top:4px;
	line-height: 1.2;
	clear: both;
	text-align:center;
}
#main li.product-item .product-item-body h3 a{
	color: #FFF;
}

.product-item-img img{
	width:100%;
	border: 1px solid #333;
}

/*.industrialAboutList */
.industrialAboutWrapp {
	margin-top:30px;
	margin-bottom:40px;
}
.industrialAboutList li {
	margin-bottom:20px;
}
.industrialAboutList li a{
	position: relative;
	width: 100%;
	padding-left: 1em;
	color: #333;
}
#main .industrialAboutList li a{
	text-decoration: underline;
}
.industrialAboutList li a::before,
.industrialAboutList li a::after{
	position: absolute;
	top:30%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.industrialAboutList li a::before{
	left: 0px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #E71B27;
	border-right: 3px solid #E71B27;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 前後リンク */
.serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev {
	text-align: left;
}
.serial-nav .serial-nav-item-next {
	text-align: right;
}
.serial-nav a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}
@media (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
	.serial-nav a {
		display: inline;
		border: 0;
	}
	.serial-nav a:hover {
		text-decoration: underline;
		background: 0;
	}
}


/*------------------------------------------------------------------------
[entry]
------------------------------------------------------------------------*/
.entry {
	margin-bottom: 40px;
}
body.VIEW-index .entry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted #e5e5e5;
}

/* file */
.fileIconWrapp {
	width:auto!important;
	margin-bottom:20px;
}
.fileIconWrapp .fileIcon {
	display:block;
	float:left;
}
p.fileCap{
	float:left;
	margin-left:0;
}
.fileCap span a{
	display: block;
	margin-top: 18px;
	/*padding: 4px 16px 2px;*/
	width: auto;
	font-size:16px;
}
#main .fileCap span a{
	text-decoration: underline;
}

/*entry-title */
.acms-entry p{
	margin-bottom:20px;
}
.entry-title,
.entry-title a{
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.4;
    /**margin-top: 40px;**/
    background: #fff;
}

.acms-entry h2{
	color: #fff;
	font-weight: bold;
	background:#000;
	clear:both;
	text-align:center;
	padding:10px 10px 8px;
	margin-top:40px;
	margin-bottom:16px;
}
.acms-entry h2:first-child{
	margin-top:0;
}
.acms-entry h2.redTxt {
	font-weight: bold;
	color:#E50011;
	text-align:center;
	margin-top:50px;
	background:#fff;
}

.acms-entry h2#no1 span {
	background: url(../images/no01.png) no-repeat left center;
}
.acms-entry h2#no2 span {
	background: url(../images/no02.png) no-repeat left center;
}
.acms-entry h2#no3 span {
	background: url(../images/no03.png) no-repeat left center;
}
.acms-entry h2#no4 span {
	background: url(../images/no04.png) no-repeat left center;
}
.acms-entry h2#no5 span {
	background: url(../images/no05.png) no-repeat left center;
}
.acms-entry h2#no6 span {
	background: url(../images/no06.png) no-repeat left center;
}

.acms-entry h3{
	font-weight: bold;
	/*text-align:center;*/
	border:none;
	margin-top:40px;
	margin-bottom:20px;
	/*display:inline-block;*/
	clear:both;
}
.acms-entry h4{
	font-weight: bold;
	margin-top:40px;
	margin-bottom:6px;
	background-size: auto auto;
	clear:both;

	padding-top:10px;
	padding-bottom:10px;
	background: url(../images/bg_title04.png) no-repeat left center;
}

.acms-entry p.readeTxt{
	font-weight: bold;
	color:#E50011;
	text-align:center;
	line-height:1.4;
	margin-top:50px;
}
.acms-entry p.s-size{
	font-size:12px;
}

.acms-entry em{
	font-weight: bold;
	color: #E50011;
	font-style: normal;
}
.acms-entry hr {
	border-top: 2px dotted #f29a75;
	clear: both;
	height:2px;
	width: 100%;
	padding-top:0px;
	margin-top:20px;
	overflow:hidden;
}
.acms-entry hr.clearHidden {
	margin-top:0px;
	height:0px;
	clear:both;
}

.acms-entry ul {
	margin-top:10px;
	padding-bottom: 20px;
	margin-left: 2em;
	list-style: disc;
	clear:both;
}
.acms-entry ul li{
	margin-bottom:10px;
	line-height:1.2;
}

.entryInfo {
	font-weight: bold;
}

/* table */
.acms-entry table {
	width:100%;
	margin-bottom:10px;
}
.acms-entry table th,
.acms-entry table td{
	border:#ccc 1px solid;
}
.acms-entry table th{
	/*font-weight: normal;*/
	background: rgba(244,242,242,1);
}
.acms-entry table.autoTable {
	width:auto;
}

.a-table-outer::-webkit-scrollbar {
	height: 10px!important;
}

.a-table th.acms-cell-text-gray_cell,
th.acms-cell-text-gray_cell,
th.acms-admin-cell-gray_cell{
	/*font-weight: normal;*/
	background: rgba(244,242,242,1);
}
.a-table td.acms-cell-text-gray_cell,
td.acms-cell-text-gray_cell,
td.acms-admin-cell-gray_cell{
	background: rgba(244,242,242,1);
}
.a-table th.acms-cell-text-yellow_cell,
th.acms-cell-text-yellow_cell,
th.acms-admin-cell-yellow_cell{
	/*font-weight: normal;*/
	background: rgb(255, 255, 204);
}
.a-table td.acms-cell-text-yellow_cell,
td.acms-cell-text-yellow_cell,
td.acms-admin-cell-yellow_cell{
	background: rgb(255, 255, 204);
}

.a-table th.acms-cell-text-white_cell,
th.acms-cell-text-white_cell,
th.acms-admin-cell-white_cell{
	/*font-weight: normal;*/
	background: #fff;
}
.a-table td.acms-cell-text-white_cell,
td.acms-cell-text-white_cell,
td.acms-admin-cell-white_cell{
	background: #fff;
}

/* table.noLine */
.acms-entry table.noLine {
	width:auto;
	margin-bottom:10px;
}
.acms-entry table.noLine th,
.acms-entry table.noLine td{
	border:none;
	vertical-align: top;
}
.acms-entry table.noLine th{
	font-weight: normal;
	background: none;
}


/*products
------------------------------------------------------------------------*/
/* header */
.headerTitle_product {
	text-align: center;
	clear: both;
	/*background: url(../images/bg_product.png) no-repeat;*/
}
.headerTitle_product  h1 {
	font-weight: bold;
	color: #E50011;
	text-align: center;
	line-height: 1.4;
}
.headerTitle_product .ctgTitle {
	font-weight:bold;
	text-align:right;
	float:right;
	margin-right:0.5em;
	color:#E50011;
}
.headerTitle_product .ctgTitle a{
	color:#ccc;
}
.headerTitle_readTxt {
	font-weight:bold;
	color:#000;
    font-size: 50px;
    font-weight: bold;
}

/* custom unit -------------------------------------------------------------- */
/* productst */
.productstxtWrapp {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	border: 1px solid #000;
}
.productstxtDL dt {
	float:left;
	margin-right:1em;
}
.productstxtDL dd{
	margin-left:140px;
	margin-bottom:10px;
}

.acms-entry .productsimgtxtItem{
	padding-left:0;
	padding-right:0;
}
.acms-entry .productsimgtxtItem h3{
	font-weight: bold;
	padding:5px 10px 3px;
	text-align:center;
	border:#000 1px solid;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
}
.acms-entry .productsimgtxtItem h4{
	font-weight: bold;
	margin-top: 16px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(../images/bg_title04.png) no-repeat left center;
	background-size: auto auto;
}

.acms-entry .productsimgItem{
	padding-left:0;
	padding-right:0;
}
.acms-entry .productsimgItem h3 {
	font-weight: bold;
	padding:5px 10px 3px;
	text-align:center;
	border:#000 1px solid;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
}

/* productsImage */
.productsImage {
	text-align:center;
}
.productsimgtxt  {
	clear: both;
	width: 100%;
}
.productsimgtxt .sTxt{
	font-size:12px;
}
.productsimg  {
	clear:both;
	margin-bottom:20px;
}


/*news
------------------------------------------------------------------------*/
body.body-news .entry-title,
body.body-news .entry-title a{
	font-weight: bold;
	color: #E50011;
	text-align: left;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 0px;
}


/*contact
------------------------------------------------------------------------*/
.contact-box table.contact-form tr {
	background: #FFF;
}
.acms-entry table.contact-form tr th,
.acms-entry table.contact-form tr td{
	border: none!important;
	vertical-align: top;
}
.contact-box table.contact-form tr th{
	background:#FFF;
}
.contact-box table.contact-form tr td input,
.contact-box table.contact-form tr td textarea{
	padding:6px;
	font-size:16px;
}

.form-btn-box .btn-attention-block-large {
	width: auto;
	background: #999;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
	border:#999 1px solid;
}
.form-btn-box .btn-large {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}

/* addWrapp */
.addWrapp{
	margin-bottom:40px;
}
.addWrapp p.companyname strong{
	font-size:20px;
}



/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #E50011;
}

.contact-box p.contact-no {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #E50011;
}

.contact-box table.contact-form {
	margin-top:30px;
	margin-bottom:30px;
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 0 10px 35px 10px;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

@media (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}

/* ラベル
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	/**font-size: 14px;**/
	border-radius: 3px;
	background: #E50011;
}

@media (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #E50011;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}


/*sitemapMenu
------------------------------------------------------------------------*/
.sitemapMenuWrapp {
}

.sitemapMenu {
	margin-top: 12px;
}
#main .sitemapMenu a:link {
	text-decoration: underline;
}
.sitemapMenu > li {
	margin-bottom:50px;
}
.sitemapMenu > li h2{
	/**font-size:26px;**/
}

.sitemapMenuInner {
	margin-top: 12px;
	list-style: disc;
	margin-left:2.5em;
	margin-bottom:40px;
}
.sitemapMenuInner > li {
	margin-bottom:16px;
	/**font-size:16px;**/
}


/*==========================================
sidebar
===========================================*/
#side a:link {
	text-decoration: none;
	color:#000;
}
#side a:hover {
	text-decoration: none;
	color: #E50011;
}

#side h2.indexTitle{
	color: #E50011;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	word-spacing: -0.5em;
}
#side h2.indexTitle a {
	color: #E50011;
}

/* #side ul */
#side ul {
	margin-bottom:30px;
}
#side ul li{
	margin-bottom:10px;
}
#side ul li.stay a:link, #side ul li.stay a:active, #side ul li.stay a:visited {
	color: #E50011;
	background:#eee;
}

/* リスト */
#side ul.acms-list-group li {
	margin-bottom:0;
	font-size:14px;
	line-height:1.3;
}
.acms-list-group li a{
	width: 100%;
	display: block;
}

#side ul.acms-list-group li a{
	position: relative;
}
#side ul.acms-list-group li a::before,
#side ul.acms-list-group li a::after{
	position: absolute;
	top: 0px;
	bottom: 0;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#side ul.acms-list-group li a::before{
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*==========================================
footer
===========================================*/
/*fNavList*/
.fNavList li {
	font-weight: bold;
}
.fNavList li a{
	display:block;
}

#footer {
	padding-top: 50px;
	padding-bottom: 34px;
	clear: both;
	background: #3F3939 url(../images/bg_footer.png) repeat-x center top;
	background-size: cover;
}
/*address*/
#footer address {
	line-height:1.3;
	font-size:14px;
	color:#FFF;
}
#footer address a{
	color:#FFF;
}
/* copyright */
.copyright {
	clear:both;
	text-align:center;
}
.copyright small {
	color:#FFF;
}
/* pagetop */
.pagetop {
	position: fixed;
	right: 10px;
	background-color: #000;
	text-align: center;
	width:38px;
	height:38px;
}
.pagetop a{
	padding: 10px 10px 0px;
	display: block;
	overflow:hidden;
}
.pagetop .arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-decoration: none;
}
.pagetop a:hover .arrow {
	color: #fff;
}
.pagetop .arrow::before,
.pagetop .arrow::after{
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pagetop .arrow::before{
	left: 0px;
	width: 20px;
	height: 20px;
	border-top: 4px solid #cecece;
	border-right: 4px solid #cecece;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////
sp
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 320px) {
/*==========================================
common
===========================================*/
.tel-link {
    font-size: 14px;
}
h1,h2,h3,h4,h5{
    font-size: 14px;
}
p{
    font-size: 14px;
	line-height:1.4;
}
ul,dl ,address{
    font-size: 14px;
}
ul ul,
ul ol,
dl ul,
dl ol{
    font-size: 14px;
}
table {
    font-size: 11px;
}
table.contact-form {
    font-size: 16px;
}

/*==========================================
header
===========================================*/
.headerInner {
	height:80px;
	position: relative;
}
#header .logo {
	width: 196px;
	position: absolute;
	left: 0px;
	top:16px;
	float:left;
}

/* menu-hnav */
.hNavInner {
	float: right;
	position: absolute;
	right:0px;
	bottom:10px;
	height:auto;
	width:auto;
}
#menu-hnav{
	text-align: right;
	width:auto;
}
#menu-hnav li {
	display:inline;
	padding-left:10px;
	font-size: 12px;
	text-align: right;
}
#menu-hnav li a{
	width:auto;
}

/*gNavList */
.menu-gnav{
	float:right;
	width:96%;
}
.menu-gnav li {
	text-align: right;
}
.menu-gnav li a{
	color: #000;
	padding: 12px 15px;
}

/*topMainImgWrapp */
/*
.topMainImgWrapp {
    position:relative;
    overflow:hidden;
    width:100%;
    height:227px;
}
.topMainImgWrapp .topMain_sp {
    position:absolute;
	top:0;
    left:50%;
    width:750px;
    height:227px;
    margin-left:-375px;
}
*/
/*
.topMain_sp img.img-responsive {
	max-width:inherit;
}
*/

.topMain_sp img {
	width: 100%;
	height: auto;
}
.topMain-hide-sp {
	display:none;
}


/* page-title */
.page-title-wrapper {
	height: 125px;
	background-size: 200% auto;
}
.page-title {
	margin: 0 0 4px 0;
	font-size: 18px;
}
.page-description {
	margin: 0px 0;
	line-height: 1.2;
}

/*==========================================
contents
===========================================*/
#contentWrapp {
/*	padding-left: 15px;
	padding-right: 15px;*/
}


/*==========================================
main
===========================================*/
.ConInner {
	padding-left:15px;
	padding-right:15px;
}

/*------------------------------------------------------------------------
[TOP]
------------------------------------------------------------------------*/
/*topConHeader*/
.topConInner h2{
	font-size: 18px;
}
.topConInner p.supplement{
	font-size: 12px;
}

/* top-productItem */
.top-productItem {
	padding:0;
}
.top-productItem img{
	width: 100%;
	height: auto;
}

/* topbannerList */
.topbannerList {
	margin-left:-2px;
}
.topbannerList li{
	padding:2px;
	margin-bottom:2px;
}

/* newsList */
.newsWrapp {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.newsList {
	position: relative;
	overflow: hidden;
}
.newsList ul {
	float:none;
	left:auto;
	position:relative;
}
.newsList li {
	display:block;
	float:none;
	left:auto;
	position:relative;
	margin-bottom:16px;
	line-height:1.2;
}
.newsList li:last-child {
	margin-bottom:0px;
}
.newsList li .dateTxt {
	display:block;
}
.newsList ul li .bodyTxtWrapp {
	/*display:block;*/
	margin-left:0em;
}
.newsList ul li .newIcon {
	margin-left:0;
	margin-top:4px;
	margin-bottom:4px;
}
.newsList ul li .bodyTxt {
	display:block;
	margin-top:6px;
}

/* topbannerMovieWrapp */
.topbannerMovie{
    position:relative;
    overflow:hidden;
    width:100%;
    height:110px;
}
.topbannerMovie li img {
    position:absolute;
    left:50%;
    width:600px;
    height:110px;
    margin-left:-300px;
}

/*  top_banner_SCList*/
.top_banner_SCList img{
	width: 100%;
	height: auto;
}


/*------------------------------------------------------------------------
[list]
------------------------------------------------------------------------*/
h2.module-heading {
	font-size: 22px;
}

/*product
------------------------------------------------------------------------*/
li.product-item .product-summary {
	min-height:155px;
}
li.product-item .product-item-body h3{
	padding:8px 4px 8px;
}


/*------------------------------------------------------------------------
/*[entry]
------------------------------------------------------------------------*/
.acms-entry p{
	line-height:1.4;
}
.acms-entry p.readeTxt {
	font-size:20px;
}
.entry-title,
.entry-title a{
    font-size: 24px;
}
.acms-entry h2 {
	font-size:18px;
}
.acms-entry h2.redTxt {
	font-size:20px;
}
.acms-entry h2#no1 span,
.acms-entry h2#no2 span,
.acms-entry h2#no3 span,
.acms-entry h2#no4 span,
.acms-entry h2#no5 span,
.acms-entry h2#no6 span {
	padding-left:24px;
	background-size: 20px auto;
}

/* tabel */
.acms-entry table th,
.acms-entry table td{
	padding: 4px 2px;
	line-height: 1.2;
	vertical-align: middle;
}

/* table.noLine */
.acms-entry table.noLine{
	font-size: 13px;
}
.acms-entry table.noLine th{
	width:90px;
}

/*products
------------------------------------------------------------------------*/
/* header */
.headerTitle_product {
	height: 100px;
	background-size:cover;
}
.headerTitle_product  h1 {
	margin-top:30px;
	font-size: 20px;
	text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
	/* for IE */
	filter:dropshadow(color=#fff,offx=0,offy=2,positive=1),dropshadow(color=#fff,offx=1,offy=1,positive=1),dropshadow(color=#fff,offx=1,offy=-1,positive=1),dropshadow(color=#fff,offx=0,offy=-2,positive=1),dropshadow(color=#fff,offx=-1,offy=-2,positive=1),dropshadow(color=#fff,offx=-2,offy=-1,positive=1),dropshadow(color=#fff,offx=-2,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=1,positive=1);
}
.headerTitle_product .ctgTitle {
	margin-top:3px;
}
.headerTitle_readTxt {
	font-size: 13px;
	margin-top:12px;
	text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
	/* for IE */
	filter:dropshadow(color=#fff,offx=0,offy=2,positive=1),dropshadow(color=#fff,offx=1,offy=1,positive=1),dropshadow(color=#fff,offx=1,offy=-1,positive=1),dropshadow(color=#fff,offx=0,offy=-2,positive=1),dropshadow(color=#fff,offx=-1,offy=-2,positive=1),dropshadow(color=#fff,offx=-2,offy=-1,positive=1),dropshadow(color=#fff,offx=-2,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=1,positive=1);
}
.headerTitle_productInner {
	padding-left:0;
	padding-right:0;
}


/* custom unit -------------------------------------------------------------- */
/* productsimgtxtItem */

/* .productstxtWrapp  */
.productstxtWrapp {
	margin-left:10px;
	margin-right:10px;
	padding:20px 10px 0;
}
.productstxtDL dt {
	float:none;
	margin-bottom:6px;
}
.productstxtDL dd{
	margin-left:0px;
	margin-bottom:20px;
}

/*contact
------------------------------------------------------------------------*/
.contact-box th,
.contact-box td {
	display:block;
}
.acms-entry table.contact-form tr td{
	margin-bottom:20px;
}
.pageTitle,
p.pageTitle {
	font-size: 26px;
}


/*==========================================
side
===========================================*/
#side {
	padding-left:0px;
	padding-right:0px;
}
#side h2.indexTitle{
	padding-left:15px;
}

/* リスト */
#side ul.acms-list-group li a{
	padding:10px 15px;
}
#side ul.acms-list-group li a::before{
	right: 15px;
}


/*==========================================
footer
===========================================*/
/* fNavList */
.fNavBox {
	padding-bottom: 0;
	background: #000;
}
.fNavList {
	float:none;
	left:auto;
	position:relative;
}
.fNavList li {
	float:none;
	left:auto;
	position: relative;
	margin-left:0px;
	margin-right:0px;
	border-top:1px solid #ccc;
}
.fNavList li a{
	text-align: left;
	padding: 18px 15px 14px;
	color: #FFF;
	position: relative;
	width: 100%;
	font-weight: normal;
}
.fNavList li a::before,
.fNavList li a::after{
	position: absolute;
	top: 0px;
	margin: auto;
	bottom:0;
	content: "";
	vertical-align: middle;
}
.fNavList li a::before{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*addWrapp */
#footer .f-logo {
	margin-bottom:10px;
	width:264px;
}
/*copyright */
.copyright small {
	font-size:10px;
}
}


@media (min-width: 320px) and (max-width: 767px){
body{
 word-break: break-all;
}

/* pagetop */
.pagetop {
	display: none!important;
}
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////
PC
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) {
/*==========================================
common
===========================================*/
.tel-link {
    font-size: 16px;
}
h1,h2,h3,h4,h5{
	font-size: 18px;
}
p{
    font-size: 16px;
	line-height:1.6;
}
ul,dl ,address{
    font-size: 16px;
}
ul ul,
ul ol,
dl ul,
dl ol{
    font-size: 16px;
}
table {
    font-size: 14px;
}

/*==========================================
header
===========================================*/
#header.drawer-navbar {
	line-height:none;
	padding-bottom:0;
	margin-bottom:0;
}
.headerInner {
	height:136px;
	position: relative;
}
#header .logo  {
	width: auto;
	position: absolute;
	left: 0px;
	top:34px;
	float:left;
}

/* hNavInner */
.hNavInner {
	float: right;
	position: absolute;
	right: 0px;
	top:40px;
	height: auto;
	width:auto;
}
#menu-hnav{
	text-align: right;
	width:auto;
}
#menu-hnav li {
	display:inline;
	padding-left:1em;
	font-size: 14px;
	text-align: right;
}
#menu-hnav li a{
	width:auto;
}

/*gNavList */
.gNavWrapp {
	position: absolute;
	left: 0px;
	top:88px;
	width: 100%;
}
.gNavWrapp.drawer-nav {
	height:auto;
}
.menu-gnav{
	float:none;
	width:100%;
	font-size:15px;
}
.menu-gnav li {
	display: block;
	float:left;
	text-align: center;
	/*width: 16.666%;*/
	width:14.2857142%;
	padding:0 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.menu-gnav li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}
.menu-gnav li a{
	color: #fff;
	padding:6px 0 5px;
	border-bottom: none;
	margin:2px 3px 1px;
}

/* page-title */
.page-title-wrapper {
	height: 250px;
	background-size: cover;
}
.page-title {
	margin: 0 0 8px 0;
	line-height: 1.2;
	font-size: 40px;
}
.page-description {
	margin: 10px 0 0;
	line-height: 1.5;
	font-size: 24px;
}

/*topMainImgWrapp */
.topMainImgWrapp {
	background: #000;
    position:relative;
    overflow:hidden;
    width:100%;
    height:456px;
}
.topMainImgWrapp .topMain {
    position:absolute;
	top:0;
    left:50%;
    width:1500px;
    height:456px;
    margin-left:-750px;
}
.topMain-hide-sp {
	display: block;
}
.topMain-hide-pc {
	display: none;
}


/*==========================================
main
===========================================*/
.ConInner {
	padding-left:0px;
	padding-right:0px;
}

/*------------------------------------------------------------------------
[TOP]
------------------------------------------------------------------------*/
/*topConHeader*/
.topConInner h2{
	font-size: 24px;
	float:left;
}
.topConInner p.supplement{
	float:left;
	font-size: 16px;
}

/* topbannerList */
.topbannerList {
	margin-left:0;
	margin-right:0;
}
.topbannerList li{
	float:left;
	padding:0 5px;
	margin-bottom:10px;
}

/* top-productItem */
.topConInner .top-productList {
}
.topConInner .top-productItem {
	padding-left:15px;
	padding-right:15px;
}

/* newsList  */
.newsList {
	position: relative;
	overflow: hidden;
}
.newsList ul {
	float:left;
	left:50%;
	position:relative;
}
.newsList li {
	display:block;
	float:none;
	left:-50%;
	position:relative;
	margin-bottom:12px;
	padding:4px 10px 0px 10px;
}
.newsList li .dateTxt {
	float:left;
	margin-bottom:0px;
}
.newsList ul li .bodyTxtWrapp {
	margin-left:1.4em;
}
.newsList ul li .newIcon {
	margin-right:1em;
	margin-top:-2px;
}
.newsList ul li .bodyTxt {
	float:left;
	margin-top:-2px;
	margin-bottom:0px;
}

/* topbannerMovie */
.topbannerMovie{
    position:relative;
    overflow:hidden;
    width:100%;
    height:180px;
}
.topbannerMovie li img {
    position:absolute;
    left:50%;
    width:1000px;
    height:180px;
    margin-left:-500px;
}


/*------------------------------------------------------------------------
[list]
------------------------------------------------------------------------*/
h2.indexTitle {
	font-size: 42px;
}

/*product
------------------------------------------------------------------------*/
/* top-productItem */
.ConInner .top-productItem {
	padding: 0 15px;
}

li.product-item .product-summary {
	min-height:inherit;
}
li.product-item .product-item-body h3{
	font-size: 14px;
	padding:12px 8px 12px;
}


/*------------------------------------------------------------------------
[entry]
------------------------------------------------------------------------*/
/*entry-title */
.acms-entry p{
	line-height:1.6;
}
.entry-title,
.entry-title a{
    font-size: 42px;
}
.acms-entry h2{
	font-size: 20px;
}
.acms-entry h2.redTxt {
	font-size: 45px;
	line-height:1;
}
.acms-entry h2#no1 span,
.acms-entry h2#no2 span,
.acms-entry h2#no3 span,
.acms-entry h2#no4 span,
.acms-entry h2#no5 span,
.acms-entry h2#no6 span {
	padding-left:55px;
	background-size: auto auto;
}
.acms-entry p.readeTxt{
	font-size: 36px;
}
.acms-entry p.s-size{
	font-size:12px;
}

/* table */
.acms-entry table th,
.acms-entry table td{
	padding:6px 10px;
	line-height:1.4;
}

/* table.noLine */
.acms-entry table.noLine{
	font-size: 16px;
}
.acms-entry table.noLine th{
	padding:8px 2em 8px 0px;
	width:auto;
}
.acms-entry table.noLine td{
	padding:8px 0px 8px 10px;
}


/*products
------------------------------------------------------------------------*/
/* header */
.headerTitle_product {
	height: 200px;
	background-size:auto auto;
}
.headerTitle_product  h1 {
	margin-top:40px;
	font-size: 54px;
	text-shadow:0px 3px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0px -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0px 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;
	/* for IE */
   	filter:dropshadow(color=#fff,offx=0,offy=3,positive=1),dropshadow(color=#fff,offx=2,offy=1,positive=1),dropshadow(color=#fff,offx=2,offy=-1,positive=1),dropshadow(color=#fff,offx=1,offy=-3,positive=1),dropshadow(color=#fff,offx=-2,offy=-3,positive=1),dropshadow(color=#fff,offx=-3,offy=-2,positive=1),dropshadow(color=#fff,offx=-3,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=2,positive=1);
}
.headerTitle_product .ctgTitle {
	font-size: 18px;
	margin-top:8px;
}
.headerTitle_readTxt {
	font-size: 24px;
	margin-top:4px;
	text-shadow:0px 3px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0px -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0px 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;
	/* for IE */
   	filter:dropshadow(color=#fff,offx=0,offy=3,positive=1),dropshadow(color=#fff,offx=2,offy=1,positive=1),dropshadow(color=#fff,offx=2,offy=-1,positive=1),dropshadow(color=#fff,offx=1,offy=-3,positive=1),dropshadow(color=#fff,offx=-2,offy=-3,positive=1),dropshadow(color=#fff,offx=-3,offy=-2,positive=1),dropshadow(color=#fff,offx=-3,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=2,positive=1);
}

/*.industrialAboutList */
.industrialAboutList li h3 a{
	font-size:18px;
}

/* custom unit -------------------------------------------------------------- */
/* productsimgtxtItem */

/* productst */
.productstxtWrapp {
	padding:20px 20px 10px;
}
.productstxtDL dt {
	float:left;
	margin-right:1em;
}
.productstxtDL dd{
	margin-left:150px;
	margin-bottom:16px;
}

/*contact
------------------------------------------------------------------------*/
.contact-box th,
.contact-box td {
	display:table-cell;
}
.acms-entry table.contact-form tr th,
.acms-entry table.contact-form tr td{
	padding: 10px 10px 10px 0;
	margin-bottom:40px;
}
.acms-entry table.contact-form tr th {
	width: 260px;
}


/*==========================================
side
===========================================*/
#side{
	padding-left:15px;
	padding-right:15px;
}
#side h2.indexTitle{
	padding:inherit;
}

/* リスト */
#side ul.acms-list-group li a{
	padding:10px 10px 10px 4px;
}
#side ul.acms-list-group li a::before{
	right: 5px;
}


/*==========================================
 footer
===========================================*/
/* fNavList */
.fNavBox {
	background:transparent;
	margin-top:0px;
	padding-bottom:16px;
	position: relative;
	overflow: hidden;
}
.fNavList {
	float:left;
	left:50%;
	position:relative;
	font-size:18px;
}
.fNavList li {
	float: left;
	left: -50%;
	position: relative;
	margin-left:1em;
	margin-right:1em;
	line-height:1.2;
	border-top:none;
}
.fNavList li a{
	color: #333;
	text-align:center;
}
.fNavList li a::before,
.fNavList li a::after{
	display:none;
}
.fNavList li a::before{
	display:none;
}

/*addWrapp */
.addWrapp {
	position: relative;
	overflow: hidden;
	margin-bottom:50px;
}
.addWrappInner{
	float:left;
	left:50%;
	position:relative;
}
#footer .f-logo,
#footer address {
	float:left;
	left:-50%;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
/*copyright */
.copyright small {
	font-size:14px;
}
/* pagetop */
.pagetop {
	display:block;
}
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////
other
/////////////////////////////////////////////////////////////////////////////////////////////////*/
@media  (min-width: 768px) and (max-width: 1024px) {
.topMainImgWrapp {
	height:auto;
}
.topMainImgWrapp .topMain_sp {
    height:auto;
	text-align:center;
}
.topMainImgWrapp .topMain_sp img.img-responsive{
    /*width:100%;*/
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.topMain-hide-sp {
	display: none;
}
.topMain-hide-pc {
	display: block;
}
}
@media  (min-width: 993px) and (max-width: 1024px) {
.topMainImgWrapp .topMain_sp img.img-responsive{
   width:100%;
}
}

@media (min-width: 1601px) {
/*==========================================
header
===========================================*/
/* page-title */
.page-title-wrapper {
	height: 260px;
	background-size: 100% auto;
}
}
