
@media screen and (max-width: 480px) and (min-width: 0px){
/*
 * Home
 */
 
 /* = slides
 ------------------------------------------- */
 
.slidesjs-pagination {
	margin: 6px 0 0;
	list-style: none;
	text-align: center;
	position:relative;
	z-index: 9999;
	bottom:28px;
}
.slidesjs-pagination li {
	display: inline-block;
	margin: 0 5px;
}
.slidesjs-pagination li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	background-image: url('../img/indicator.png');
	background-position: 0 0;
	float: left;
	overflow: hidden;
	position:relative;
	z-index: 9999;
}
.slidesjs-pagination li a.active {
	background-position: 0 -10px;
} 

/* = news tabs
------------------------------------------- */
 
#main #tabs {
  clear: both;
  position: relative;
  margin-bottom: 40px;
}
#main #tabs #tabs-head{
  border-bottom: 1px solid #DADADA;
  height:41px;
  margin-bottom:30px;
}
#main #tabs .title-news{
  float:left;
  text-indent: initial;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  width:auto;
  height:20px;
  display: block;
  margin: 0px 0px 0px 0px;
  font-weight:bold;
  padding-left: 3%;
 
}
#main #tabs .to-list{
	text-indent: 0;
	float:right;
	display: block;
	background:#ff9700;
	font-size:75%;
	padding:0px 8px;
	letter-spacing:0.2em;
	font-weight:normal !important;
	margin:0px 1% 8% 0px;
}
#main #tabs .to-list a{
	color:#fff;
	
}
#main #tabs .to-list a:hover{
	text-decoration:none;	
}

#main #tabs .tab-nav{
  float: none;
  padding: 0 3%;
  clear: both;
}

#main #tabs .tab-nav li {
  position: relative;
  float: left;
  padding:0px 18px;
  letter-spacing:0.1em;
  border: 1px solid #DADADA;
  margin: 0% 3% 2% 0%;
  
}
#main #tabs .tab-nav li:first-child {
 
}
#main #tabs .tab-nav li:last-child {
 
}
#main #tabs .tab-nav li a {
  outline: none;
  display: block;
  margin: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  
}
#main #tabs .tab-nav li a:hover {
  text-decoration: none;
  color: #1451A7;
}
#main #tabs .tab-nav li.ui-tabs-active {
  border-bottom: 1px solid #DADADA;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top:-1px;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}
#main #tabs .tab-nav li.ui-tabs-active a {
  color: #0086CA;
  font-weight: bold;
  line-height: 41px;
  font-size:14px;
}
#main #tabs .tab-nav li.ui-tabs-active:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  width: 96%;
  height: 3px;
  background-color: #0086CA;
}
#main #tabs .tab-content {
  clear: both;
}
#main #jumbotron {
  width: 100%;
  height: auto;
  margin-bottom:5%;
}
#main #jumbotron img{
	width: 100%;
    height: auto;
}
#main .page-content {
  margin: 0 auto;
  width: 100%;
}

#main #product-box-feature{
	clear:both;
	margin-bottom: 0%;
}
#main #product-box-feature ul{
	height:auto;
	margin:0px 0px 7% 0px;
	overflow: hidden;
}
#main #product-box-feature ul li{
	float: left;
	width: 49.8%;
	height: auto;
	text-align: center;
	background: #EEE;
	border-right: none;
	position: relative;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: 1px;
}
#main #product-box-feature ul li:nth-child(2n),
#main #product-box-feature ul li:last-child {
	float:right;
}
#main #product-box-feature ul li:hover{
	background-image: url('../img/common/icon/ico-arrow-menu-ov.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #00a0f0;
	position: relative;
}
#main #product-box-feature ul li:hover a{
	color: #ffffff;
	text-decoration: none;
}
#main #product-box-feature ul li:last-child{
	border-right:none;
}
#main #product-box-feature ul li a{
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 79.4%;
	display: block;
}
#main #product-box-feature ul li:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 22px solid transparent;
	border-bottom-color: #fff;
	top: 75%;
	left: 37.3%;
}


#main #product-box-feature ul li a div{
	width: 100%;
	background-size: contain;
	height: 0;
	padding-top:79.6%;
	display: none;
  	position: absolute;
  	top: 0;
  	left: 0;
}

/*
 * Procudts
 */
#main.products .page-header{
	 height:0;
	 background:url('../img/products/page-header-products-sp.jpg') no-repeat center center;
	 background-size: cover;
	 padding-top: 26.6%;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
 
#main.products .page-header h1{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}


/*
 * Products - Products Detail
 */

#main.products .page-content {
  letter-spacing: 0.1em;
}
#main.products .page-content p {
	margin-bottom: 1.2em;
	line-height: 1.8em;
	padding:0 2%;
}
#main.products .page-content #photo .grid figure {
	width: 100%;
	height: auto;
	height: 0;
	padding-bottom: 71.0%;
	position: relative;
}
#main.products .page-content #photo .grid figure a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#main.products .page-content #photo .grid figure a img {
}
#main.products .page-content #photo .grid .photo-pc {
	display:none;
}
#main.products .page-content #photo .grid .photo-sp {
	display:block;
}

/*  */
#main.news-detail .photo-pc,
#main.technology .photo-pc{
	display:none;
}
#main.news-detail .photo-sp,
#main.technology .photo-sp{
	display:block;
}

#main.products .page-content #photo .grid figure img {
	max-width: 100%;
}

#main.products .page-header p {
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#main.products .page-content .toPageLink p{
	padding: 15px;
}
#main.products .page-content{
	width:100%;
	float:none;

	/*background-color:#F9F7C2;*/
}
#main.products .page-content .page-content-inner{
	width:100%;
	margin:0 auto 40px auto;

	/*background-color:#ffffff;*/
}

/* Results Table */
#main.products .page-content #result-table table {
	margin-bottom:40px;
	width:100%;
}
#main.products .page-content #result-table table tr th {
	text-align: left;
	padding: 5px;
	width: 100%;
	float: left;
	background-color: #fff;
	border-bottom: none;
}
#main.products .page-content #result-table table tr th.nendo {
	display:none;
}
#main.products .page-content #result-table table tr th.institution {
	display:none;
}
#main.products .page-content #result-table table tr th.name {
	display:none;
}
#main.products .page-content #result-table table tr th.text {
	display:none;
}



#main.products .page-content #result-table table tr th.th-sp {
	padding-bottom:0;
}
#main.products .page-content #result-table .new-results table tr th.nendo {
	width:100%;
	display:none;
}
#main.products .page-content #result-table .new-results table tr th.institution {
	width:100%;
	display:none;
}
#main.products .page-content #result-table .new-results table tr th.place {
	width:30%;
}
#main.products .page-content #result-table .new-results table tr th.text {
	width:30%;
	display:none;
}

#main.products .page-content #result-table .all-results table tr th.nendo {
	width:12%;
	display:none;
}
#main.products .page-content #result-table .all-results table tr th.institution {
	width:38%;
	display:none;
}
#main.products .page-content #result-table .all-results table tr th.place {
	width:12%;
	display:none;
}
#main.products .page-content #result-table .all-results table tr th.name {
	width:38%;
	display:none;
}
#main.products .page-content #result-table table tr th.name {
	display:none;
}

#main.products .page-content #result-table table tr td {
	padding:5px;
	text-align:left;
	float:left;
	width: 100%;
}
#main.products .page-content #result-table table tr td.year {
	background-color: #e8f7ff;
	text-align: center;
	font-weight: bold;
	display: block;
}
#main.products .page-content #result-table table tr:nth-child(2) td.year {
	border-top: 1px solid #DADADA;
}
#main.products .page-content #result-table table tr.water-title td {
	display:none;
}
#main.products .page-content #result-table table tr.water-title td.year {
	display:block;
	background-color: #fff;
}

#main.products .page-content #result-table table tr.color td {
	background-color:#e8f7ff;
}

/* PDF Download */
#main.products .page-content .pdf .btn-block {
	text-align:center;
	margin-bottom:30px;
}


/* Photo */
#main.products .page-content #photo .grid {
	float:left;
	margin-right: 3%;
	width: 47%;
	height: auto;
	min-height: 180px;
}
#main.products .page-content #photo .grid .title {
	font-size:0.8em;
	margin-bottom: 30%;
	height: 0;
	text-align:center;
}
#main.products .page-content #photo #photo-03.grid,
#main.products .page-content #photo #photo-06.grid,
#main.products .page-content #photo #photo-09.grid {
	margin-right: 3%;
}


#main.products .page-content #photo #photo-02.grid,
#main.products .page-content #photo #photo-04.grid,
#main.products .page-content #photo #photo-06.grid,
#main.products .page-content #photo #photo-08.grid,
#main.products .page-content #photo #photo-10.grid, {
	margin-right:0px;
	float:right;
}
#main.products .page-content section#photo {
	padding: 0 2%;
}
#main.products .page-content section#photo figure {
	width:100%;
}

#main.products .page-content section#photo figure img {
	width:100%;
}

#main aside ul li.aside-banner-water {
	float: left;
	width: 50%;
}

#main aside ul li.aside-banner-machi {
	float: right;
	width: 50%;
}

#main aside ul li.aside-banner-sato {
	float: left;
	width: 50%;
}

#main aside ul li.aside-banner-tochi {
	float: right;
	width: 50%;
}


/* Photo Popup */
.products-image-wrapper {
	display: none;
}
.products-image {
	width: 720px;
	padding:30px;
	height: auto;
	overflow:hidden;
}
.products-image .inner {
	width: 640px;
	height: auto;
	overflow:hidden;
}
.products-image .inner h3 {
	font-size:0.9em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-color:#29a0e2;
	background-image:none;
	margin-bottom:10px;
	padding:5px 0;
}
.products-image .inner p.image {
	margin-bottom:10px;
	text-align:center;
}
.products-image .inner p {
	font-size:0.85em;
}

/* results */
#main.products .page-content #results .column-1{
	float:none;
	width:100%;
}
#main.products .page-content #results .column-2{
	float:none;
	width:100%;
}









/*
 * Company
 */
#main.company .page-content p {
	margin-bottom: 35px;
	line-height: 1.8em;
}

#main.company .page-header{
	 height:0;
	 background:url('../img/company/page-header-company-sp.jpg') no-repeat center center;
	 background-size: cover;
	 padding-top: 26.6%;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
 
#main.company .page-header h1{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
	
#main.company .page-content .grids{
	margin:0px 0px 0px 0px;
	overflow:auto;
}

#main.company .page-content .grids>ul>li {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0px;
  font-size: 13px;
  border: 1px solid #DBDBDB;
  width:96%;
  position:relative;
  box-shadow:rgba(219, 219, 219, 0.4) 0px 0px 2px 2px;
  -webkit-box-shadow:rgba(219, 219, 219, 0.4) 0px 0px 2px 2px;
  -moz-box-shadow:rgba(219, 219, 219, 0.4) 0px 0px 2px 2px;
  float:none;
  margin:0px auto 5% auto;
  background:#fff;
}
#main.company .page-content .grids>ul>li img {
	width:100%;
	height: auto;
}
#main.company .page-content .grids>ul>li.last{
	margin-right:auto;
}
#main.company .page-content .grids figure{
	margin:0px 0px 5px 0px;
}
#main.company .page-content .grids h2{
	text-indent: 0;
 	overflow: hidden;
	text-align: center;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin:0px 0px 15px 0px;
	font-size: 21px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #0086CA;
}
#main.company .page-content .grids a{
	display: block;
	text-decoration:none;
}
#main.company .page-content .grids ul li ul{
	overflow:auto;	
	margin:0px 20px 15px 20px;
	text-align:center;
}

#main.company .page-content .grids ul li ul li{
	display:inline;
}
#main.company .page-content .grids ul li ul li a{
	display:inline;
}
#main.company .page-content .grids ul li ul li a:hover{
	color:#0088CC;
	text-decoration:underline;
}
#main.company .page-content .grids .company-company h2{
	background:none;
}
#main.company .page-content .grids .company-profile h2{
	background:none;
}
#main.company .page-content .grids .company-office h2{
	background:none;
}
#main.company .page-content .grids .company-history h2{
	background:none;
}

/*
 * Company - company
 */
#main.company .page-header{
	height:0;
	background:url('../img/company/page-header-company-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-bottom: solid 1px #dddddd;
	padding-top: 26.6%;
	background-size: cover;
	border-top: solid 1px #dddddd;
}

#main.company .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#main.company .page-content {
  letter-spacing: 0.1em;
}
#main.company .page-content p {
	margin-bottom: 30px;
	line-height: 1.8em;
	padding: 0 2%;
}

#main.company .page-content{
	width:100%;
	float:none;
	margin-bottom:0px;
	padding: 0 1%;

	/*background-color:#F9F7C2;*/
}
#main.company .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}
#main.company .page-content a {
	text-decoration:underline;
	color:#0086ca;
}
	
/* management-company */
#main.company .page-content .page-content-inner #management-company h2 {
	margin-bottom:30px;
}
#main.company .page-content .page-content-inner #management-company figure {
	text-align:center;
	margin-bottom:20px;
}
#main.company .page-content .page-content-inner #management-company .message {
	text-indent:initial;
    background:none;
	height:0px;
	text-align:center;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 55px;
}
#main.company .page-content .page-content-inner #greeting span.company-copy {
	display:block;
}
#main.company .page-content .page-content-inner #greeting span.company-copy img{
	width:100%;
}
#main.company .page-content .page-content-inner #greeting span.photo {
	display:block;
}
/* greeting */
#main.company .page-content .page-content-inner #greeting .message {
	text-indent: initial;
    background:none;
	height:auto;
	padding: 0 2%;
	display:block;
}
#main.company .page-content .page-content-inner #greeting figure {
	display:none;
}


/*
 * News
 */
#main.news .page-content {
  letter-spacing: 0.1em;
  margin-bottom:30px;
}
#main.news .page-content p {
	margin-bottom: 35px;
	line-height: 1.8em;
}
#main.news .page-header{
	height:0;
	background:url('../img/news/page-header-news-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-bottom: solid 1px #dddddd;
	padding-top: 26.6%;
	background-size: cover;
	border-top: solid 1px #dddddd;
}
#main.news .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#main.news .page-content{
	width:100%;
	float:right;

	/*background-color:#F9F7C2;*/
}
#main.news .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}

/* tabs */
#main.news #tabs h1 {
	float:left;
	border-bottom:none;
}
#main.news #tabs {
  clear: both;
  position: relative;
}
#main.news #tabs #tabs-head{
	border-bottom: 1px solid #DADADA;
	height: 54px;
	margin:0px;
}

#main.news #tabs .tab-nav{
    float: right;
	margin: 27px 0 0 0;
}

#main.news #tabs .tab-nav li {
  position: relative;
  float: left;
  border-left:1px solid #DADADA;
  padding:0px 18px;
  letter-spacing:0.1em;
  
}
#main.news #tabs .tab-nav li:first-child {
 
}
#main.news #tabs .tab-nav li:last-child {
 
}
#main.news #tabs .tab-nav li a {
  outline: none;
  display: block;
  margin: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  
}
#main.news #tabs .tab-nav li a:hover {
  text-decoration: none;
  color: #1451A7;
}
#main.news #tabs .tab-nav li.ui-tabs-active {
  border-bottom: none;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top:-1px;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
#main.news #tabs .tab-nav li.ui-tabs-active a {
  color: #0086CA;
  font-weight: bold;
  line-height: 41px;
  font-size:14px;
}
#main.news #tabs .tab-nav li.ui-tabs-active:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  width: 96%;
  height: 3px;
  background-color: #0086CA;
}
#main.news #tabs .tab-content {
  clear: both;
}
#main.news #tabs .tab-content ul {
	width:100%;
}
#main.news #tabs .tab-content div > ul > li {
	background:url('../img/common/icon/ico-arrow-01.png') no-repeat top 26px left 10px;
	padding:0px 0 0px 0px;
	border-bottom:solid 1px #dddddd;
	overflow:hidden;
	vertical-align: middle;
}
#main.news #tabs .tab-content div > ul > li a{
	padding:20px 0 20px 15px;
	overflow:hidden;
	display: block;
}
#main.news #tabs .tab-content ul li ul li {
	float:left;
	padding: 0px 5px;
	margin-right:10px;
}
#main.news #tabs .tab-content ul li ul li.date {
	font-size: 0.9em;
}
#main.news #tabs .tab-content ul li ul li.tag {
	background: #8AC948;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	vertical-align: middle;
	width:79px;
	line-height:1.9em;
	text-align:center;
	margin:1px 10px 0 0;
}


#main.news #tabs .tab-content ul li ul li.tag-topics {
	background: #8AC948;
}
#main.news #tabs .tab-content ul li ul li.tag-csr {
	background: #E493D6;
}
#main.news #tabs .tab-content ul li ul li.tag-award {
	background: #FF9700;
}
#main.news #tabs .tab-content ul li ul li.tag-recruit {
	background:#63BBDF;
}
#main.news #tabs .tab-content ul li ul li.tag-technology {
	background: #ADADAD;
}
#main.news #tabs .tab-content ul li a ul li:hover {
	text-decoration:none;
}
#main.news #tabs .tab-content ul li a ul li.title span.title-link,
#main.news #tabs .tab-content ul li a ul li:hover.title span.title-link {
	text-decoration:underline;
	color:#0086ca;
}
#main.news #tabs .tab-content ul li a ul li.title {
	margin-right:0px;
	width:100%;
}


/*
 * News - Detail
 */
#main.news-detail .page-content {
  letter-spacing: 0.1em;
}
#main.news-detail .page-content p {
	margin-bottom: 35px;
	line-height: 1.8em;
}
#main.news-detail .page-content #photo .grid {
	display: inline-block;
	margin-left: 0px;
	width: 210px;
	vertical-align: top;
}
#main.news-detail .page-header{
	height:0;
	background:url('../img/news/page-header-news-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-bottom: solid 1px #dddddd;
	background-size: cover;
	padding-top: 26.6%;
	border-top: solid 1px #dddddd;
}

#main.news-detail .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#main.news-detail .page-content{
	width:100%;
	float:none;

	/*background-color:#F9F7C2;*/
}
#main.news-detail .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}

#main.news-detail .page-content h1 {
	padding: 20px 0 20px 40px;
	text-indent:0px;
	margin: 20px 0 20px 0;
	width:100%;
	background: url('../img/common/background/title-h1-bg.png') no-repeat left 15px top 20px;
}
#main.news-detail .page-content section {
	margin:0 0 50px 0;
	padding: 0 3%;
}
#main.news-detail .page-content a,
#main.news-detail .page-content a:hover{
	color:#0088CC;
	text-decoration:underline;
}
#main.news-detail .page-content .toPageLink p{
	float:none;
	margin: 0 auto;
	width: 170px;
}
#main.news-detail #news-content {
	margin-bottom:40px;
}

/* tag */
#main.news-detail .page-content ul {
	margin-bottom:15px;
}
#main.news-detail .page-content ul:after {
	content: "";
	display: block;
	clear: both;
}
#main.news-detail .page-content ul li {
	float:left;
}
#main.news-detail .page-content ul li.tag {
	background: #8AC948;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	vertical-align: middle;
	width:80px;
	text-align:center;
	margin-right:10px;
	line-height: 1.9em;
}
#main.news-detail .page-content ul li.date {
	font-size: 0.9em;
	line-height: 1.7em;
}
#main.news-detail .page-content ul li.tag-topics {
	background: #8AC948;
}
#main.news-detail .page-content ul li.tag-csr {
	background: #E493D6;
}
#main.news-detail .page-content ul li.tag-award {
	background: #FF9700;
}
#main.news-detail .page-content ul li.tag-recruit {
	background:#63BBDF;
}

/* News Body */
#main.news-detail .page-content #news-body h3 {
	background:none;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	height:auto;
	text-indent:0px;
	line-height:1.0em;
	padding-left: 0;
	margin-left: 0;
}
#main.news-detail .page-content #news-body p {
	margin-bottom:20px;
	display: inline;
}
#main.news-detail .page-content #news-body p img{
	width:100%;
	height: auto !important;
	margin: 5% 0;
}
#main.news-detail .page-content #news-body ol {
	margin-bottom:20px;
}
#main.news-detail .page-content #news-body ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
}
#main.news-detail .page-content #news-body ul {
	margin-bottom:20px;
}
#main.news-detail .page-content #news-body ul li {
	list-style-position:inside;
	list-style-type:circle;
}
#main.news-detail .page-content #news-body dl {
	margin-bottom:20px;
}
#main.news-detail .page-content #news-body dl dt {
}
#main.news-detail .page-content #news-body dl dd {
	margin-left:1em;
}

#main.news-detail .page-content #news-body table {
	margin-bottom:20px;
	width: 100% !important;
}
#main.news-detail .page-content #news-body table tr th,
#main.news-detail .page-content #news-body table tr td {
	/*width: 0px;*/
	width: auto;
	padding: 8px 3px;
	vertical-align: middle;
	border-bottom: 1px solid #DADADA;
	font-size: 0.8em;
	display: table-cell;
	/*max-width: 200px;
	min-width: 83px;*/
	max-width: 200px;
	overflow: auto;
}
#main.news #tabs .tab-content ul li ul li.tag-csr {
	background: #DE81CE;
}
#main.news #tabs .tab-content ul li ul li.tag-topics {
	background: #78BC32;
}
#main.news #tabs .tab-content ul li ul li.tag-technology {
	background: #0B2A61;
}
#main.news #tabs .tab-content ul li ul li.tag-award {
	background: #E88E0D;
}
#main.news #tabs .tab-content ul li ul li.tag-recruit {
	background: #63BBDF;
}

/*
 * Recruit
 */
#main.recruit .page-header{
	height:0;
	background:url('../img/recruit/page-header-recruit-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding-top: 26.6%;
	background-size: cover;
}

#main.recruit .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#main.recruit .page-content {
  letter-spacing: 0.1em;
}
#main.recruit .page-content p {
	margin-bottom: 35px;
	line-height: 1.8em;
}

#main.recruit .page-content{
	width:100%;
	float:none;
	margin-bottom:40px;

	/*background-color:#F9F7C2;*/
}
#main.recruit .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}

#main.recruit .page-content .toPageLink p {
	width:260px;
}
#main.recruit .page-content .toPageLink {
	margin-bottom:10px;
}

#main.recruit .page-content table {
	margin-bottom:60px;
}

#main.recruit .page-content table.recruit-info {
	width:100%;
	margin-bottom:20px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#main.recruit .page-content table.recruit-info th {
	padding: 5px 15px;
	border-top: 1px solid #DADADA;
}
#main.recruit .page-content table.recruit-info td {
	border:none;
	vertical-align:top;
	padding: 1% 0% 1% 9%;
}
#main.recruit .page-content table.recruit-info td.item-name {
	width:100%;
	padding: 1% 2% 0% 2%;
}
#main.recruit .page-content section h3 {
	margin-bottom: 2%;
}
/*
 * Recruit Entry
 */
#main.entry .page-header{
	height:0;
	background:url('../img/recruit/page-header-recruit-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background-size: cover;
	padding-top: 26.6%;
}

#main.entry .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#main.entry .page-content {
  letter-spacing: 0.1em;
}
#main.entry .page-content p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

#main.entry .page-content{
	width:100%;
	float:right;
	margin-bottom:0px;

	/*background-color:#F9F7C2;*/
}
#main.entry .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}
#main.entry .page-content .page-content-inner section p,
#main.entry .page-content .page-content-inner section ul.form-info-list {
	padding:0 3%;
}


#main.entry .page-content ul.form-info-list {
	list-style:disc;
	list-style-position: inside;
	margin-bottom:60px;
}

#main.entry .page-content table {
	margin-bottom:25px;
}
#main.entry .page-content table th {
	text-align:left;
	vertical-align:top;
}
#main.entry .page-content table td span.note {
	font-size:0.85em;
	color:#666666;
	display:block;
}

#main.entry .page-content .btn-block {
	text-align:center;
}


/*
 * Contact
 */
#main.contact .page-content table td {
	border-bottom:none;
}
#main.contact .page-content table tr:first-child td {
	border-top:none;
}
#main.contact .page-header{
	height:0;
	background:url('../img/contact/page-header-contact-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding-top: 26.6%;
	background-size: cover;
}

#main.contact .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#main.contact .page-content {
  letter-spacing: 0.1em;
}
#main.contact .page-content p {
	margin-bottom: 15px;
	line-height: 1.8em;
	padding:0 3%;
}

#main.contact .page-content{
	width:100%;
	float:right;
	margin-bottom:0px;

	/*background-color:#F9F7C2;*/
}
#main.contact .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}
#main.contact .page-content .smartseal {
    border: 2px solid #ff9700;
    padding: 20px;
    overflow: hidden;
    width: 73%;
    margin: 0 auto;
    margin-top: 50px;
}
#main.contact .page-content .smartseal .logo {
    float: none;
    text-align: center;
    margin: 0 0 15px 0;
}
#main.contact table th p.compulsory-contact {
	float:right;
	position: relative;
	top: -3px;
}

#main.contact span.compulsory {
	font-size:0.7em;
	color:#ffffff;
	padding: 2px 5px;
	background-color:#ff6666;
	vertical-align:middle;
}
#main.contact .page-content table {
	width:100%;
	margin:4% 0;
}
#main.contact .page-content table th {
	width:100%;
	padding:6px;
	text-align:left;
}
#main.contact .page-content table th.compulsory {
	width:8%;
	text-align:center;
}
#main.contact .page-content table td {
	width:100%;
	padding:6px 10px 2px 10px;
}
#main.contact .page-content table td.note {
	width:100%;
	font-size: 0.8em;
	color: #666666;
}
#main.contact .page-content .btn-block {
	text-align:center;
	margin-bottom:30px;
}



/*
 * technology
 */
#main.technology .page-content {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#main.technology .page-content p {
	margin-bottom: 5px;
	line-height: 1.8em;
	padding:0 2%;
}
#main.technology .page-content h1 {
	margin-bottom: 40px;
}
#main.technology_1 .page-content h1 {
	margin-bottom: 0;
}
#main.technology .page-header{
	height:0;
	background:url('../img/technology/page-header-technology-sp.jpg') no-repeat center center;
	margin-bottom:0px;
	border-bottom: solid 1px #dddddd;
	background-size: cover;
	border-top: solid 1px #dddddd;
	padding-top: 26.6%;
}
#main.technology .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#main.technology .page-content{
	width:100%;
	float:right;
	padding: 0 1%;
	/*background-color:#F9F7C2;*/
}
#main.technology .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}

/*
 * technology(index)
 */
/* new-list */
#main.technology .page-content ul.new-list > li {
	background:url('../img/common/icon/ico-arrow-01.png') no-repeat 8px 16px;
	padding:3% 0 3% 20px;
	border-bottom:solid 1px #dddddd;
	overflow:hidden;
	vertical-align: middle;
}
/* list-item */
#main.technology .page-content ul.new-list li ul.list-item:after {
	content: "";
	display: block;
	clear: both;
}
#main.technology .page-content ul.new-list li ul.list-item li {
	background:none;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	padding-left:0px;
}
#main.technology .page-content ul.new-list li ul.list-item li.title {
	width:100%;
	text-align:left;
}
#main.technology .page-content ul.new-list li ul.list-item li.title a {
	text-decoration:underline;
	color:#0086ca;
}
#main.technology .page-content ul.new-list li ul.list-item li.ico {
	width:50px;
	font-size:0.8em;
	color:#ED1C24;
	font-weight:bold;
	text-align:center;
	padding: 3px 0 2px 0;
}
#main.technology .page-content ul.new-list li ul.list-item li.ico span.new {
    display: none;
}
#main.technology .page-content ul.new-list li ul.list-item li.movie {
	width:60px;
	font-size:0.8em;
	color:#ffffff;
	background-color:#D5D5D6;
	text-align:center;
}
#main.technology .page-content ul.new-list li ul.list-item li.movie.option {
	background-color:#f7931e;
}
#main.technology .page-content ul.new-list li ul.list-item li.pdf {
	width:60px;
	font-size:0.8em;
	background-color:#D5D5D6;
	margin-right:0px;
	text-align:center;
}
#main.technology .page-content ul.new-list li ul.list-item li.pdf.option {
	background-color:#00a99d;
}
#main.technology .page-content ul.new-list li ul.list-item li.pdf a {
	display:block;
	color:#ffffff;
}
#main.technology .page-content ul.new-list li ul.list-item li.pdf a:hover {
	text-decoration:none;
}

/*
 * technology(detail)
 */
#main.technology .page-content section#note {
}
#main.technology .page-content section#note ul {
	list-style-position:inside;
}
#main.technology .page-content section#note ul li {
	list-style-type:circle;
	list-style-position:inside;
	line-height:1.0em;
	margin-bottom:15px;
}
#main.technology section#option-table table{
	width: 100% !important;
}
#main.technology section#option-table th{
	font-weight:bold;
	padding:10px 3%;
	border-bottom:none;
}
#main.technology section#option-table td{
	padding:0 3% 10px;
	border-top:none;
}
/* Option PDF */
#main.technology .page-content section#option-pdf {
	display:none;
	margin-bottom:40px;
}
#main.technology .page-content section#option-pdf.option-pdf,
#main.technology .page-content section#option-pdf.option-pdf-movie {
	display:block;
}
#main.technology .page-content section#option-pdf figure {
	margin-bottom:15px;
	text-align:center;
}
#main.technology .page-content section#option-pdf .btn-block {
	text-align:center;
	margin-bottom:20px;
}

#main.technology .page-content section#option-pdf figure img {
	width:300px;
}
#main.technology .page-content section#option-pdf #adobe-reader p {
	margin-bottom:10px;
}

/* Option Movie */
#main.technology .page-content section#option-movie {
	display:none;
	margin-bottom:20px;
}
#main.technology .page-content section#option-movie.option-movie,
#main.technology .page-content section#option-movie.option-pdf-movie {
	display:block;
}
#main.technology .page-content section#option-movie iframe {
	/*width:600px;
	height:450px;*/
	text-align:center;
	width: 95vw;
    height: 65vw;
}

.slidesjs-control img {
	width:100%;
	height: auto;
}

#main aside ul li.aside-header {
	display:none;
}
#main aside ul li.block-sp {
	display:block;	
}

#main.office h3 {
	display:none;
}
#main.office h3.office-name {
	display:block;	
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding: 5px 0;
	width: 100%;
	margin: 0px auto 20px;
	cursor: pointer;
	background-image:url('../img/common/background/btn-arrow-01.png');
	background-repeat: no-repeat;
	background-position:76% 49%;
	border: solid 1px #dddddd;
}
#main.office h3.hokkaido {
	display:block;
	color:#fff;
	background-position: 95% 49%;
	margin-bottom: 20px;
}
#main.office h3.hokkaido a {
	color:#000;
	text-decoration:none;
}
#main.office h3.sokugi {
	display:block;
	color:#fff;
	background-position: 95% 49%;
	margin-bottom: 11%;
}
#main.office h3.sokugi a {
	color:#000;
	text-decoration:none;
}
#main.office h3.miyazaki {
	background-position: 85% 49%;
}
.office-details-wrapper {
	display:none;
}
/*#main.history .history-wrapper {
	display:none;
}*/
#main.history .history-year {
	cursor:pointer;
	display:block;	
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: solid 1px #dddddd;	padding: 5px 0;
	width: 100%;
	margin: 0 auto 10px;
	cursor: pointer;
	background-image:url('../img/common/background/btn-arrow-01.png');
	background-repeat: no-repeat;
	background-position:81% 49%;	
}
#main.company .page-content .page-content-inner #greeting .company-img {
	display:block;
	width: 50%;
	margin: 0 auto 3%;	
}
#main.company .page-content .page-content-inner #greeting span.name {
	text-align:center;
	display: block;
}
#main.office h3.office-main {
	background: url('../img/common/icon/ico-office-main.png') no-repeat 3% 10px;
	padding-left: 8%;
}
#main.office h3.office-sales {
	background: url('../img/common/icon/ico-office-sales.png') no-repeat 7% 13px;
	padding-left: 11%;
}
#main.office h3.office-branch {
	background: url('../img/common/icon/ico-office-branch.png') no-repeat 4% 13px;
	padding-left: 8%;
}
#main.office h3.office-hokkaido {
	background: url('../img/common/icon/ico-office-hokkaido.png') no-repeat 3% 11px;
	padding-left: 8%;
}
#main.office h3.office-sokugi {
	background: url('../img/common/icon/ico-office-sokugi.png') no-repeat 3% 11px;
	padding-left: 8%;
}

/*
 * Sitemap
 */
/*
#main.sitemap .page-header{
	height:205px;
	margin-bottom:0px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

#main.sitemap .page-header p{
	text-indent: -119988px;
 	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
*/

#main.sitemap .page-content {
  letter-spacing: 0.1em;
}
#main.sitemap .page-content a:hover {
	color: #1451A7;
}
#main.sitemap .page-content p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

#main.sitemap .page-content{
	width:100%;
	float:right;
	margin-bottom:30px;

	/*background-color:#F9F7C2;*/
}
#main.sitemap .page-content .page-content-inner{
	width:100%;
	margin:0 auto 0px auto;

	/*background-color:#ffffff;*/
}
#main.sitemap .page-content .page-content-inner .sitemap-block {
	float: left;
	margin-right: 0%;
	width: 50%;
	margin-bottom: 6%;
}
#main.sitemap .page-content .page-content-inner .sitemap-block h3{
	padding-left: 8%;
}

#main.sitemap .page-content .page-content-inner .last {
	margin-right:0px;
}
#main.sitemap .page-content .page-content-inner ul li{
	list-style-type: none;
}
#main.sitemap .page-content .page-content-inner .sitemap-block ul li{
	background-image: url('../img/common/icon/ico-arrow-menu.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 24px;

}
#main.sitemap .page-content .page-content-inner section.short {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
#main.sitemap .page-content .page-content-inner section.last{
	margin-right: 0px;
}

#main.sitemap .page-content .page-content-inner section.short h3{
	float:left;
}
#main.sitemap .page-content a {
}
#main.sitemap .page-content a:hover {
	color: #1451A7;
}
#main.technology .page-content span.text-pc {
	display:none;
}
#main.technology .page-content span.text-sp {
	display:initial;
}
/*
 * Edit Area
 */
#main .page-content .post-edit-area h3 {
	background:none;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:20px;
	height:auto;
	text-indent:0px;
	line-height:1.0em;
}
#main .page-content .post-edit-area p {
	overflow:hidden;
}
#main .page-content .post-edit-area p img{
	width:95%;
	margin:0 auto;
	height:auto;
}

#main .page-content .post-edit-area span {
	font-size: inherit !important;
	font-family: Meiryo, sans-serif !important;
}
/*
div#jumbotron {
	display:none;
}

div#bg-jumbotron{
	display:none;
}
*/
div#bg-jumbotron{
	display: none;
}
div#bg-jumbotron-sp{
	display:initial;
	height: 0;
	padding-bottom: 39%;
}
div#bg-jumbotron-sp img{
	width:100%;
	height:auto;
}
div#jumbotron-sp{
	height: 0;
	overflow: hidden;
	padding-bottom: 38.7%;
	width: 100%;
}
div.submenu-title{
	display:inline-block;
	border-top:solid 2px #DADADA;
	padding: 10px 0;
	text-align: center;
	font-size: 1.15em;
	width: 100%;
}

/*
 * Search Page
 */
#main.search-page h1 {
	margin-bottom:20px;
}
#main.search-page .page-content p {
	margin-bottom: 1.2em;
	line-height: 1.8em;
	padding:0 2%;
	text-align:left;
}

}