@charset "UTF-8";
/* CSS Document */



/*--------------------------
----------------------------
----------------------------
トップページ
----------------------------
----------------------------
--------------------------*/

body#index div#gnavi {
	border-top: 1px solid #ffffff;
	border-bottom: 0px none #ffffff;
}
body#index div#gnavi ul li {
    height: 75px;
}
body#index div#gnavi ul li a {
    height: 75px;
}
body#index div#contents {
	padding-top: 40px;
}
body#index div#lead_pane {
	margin-bottom: 32px;
	padding: 33px 24px 24px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
body#index div#lead_pane h3.lead {
	width: 729px;
	height: 65px;
	margin: 0 auto 29px;
	background: url(../../img/index/top_lead.png) no-repeat 0px 0px;
	text-indent: 9999px;
	line-height: 200px;
	white-space: nowrap;
	overflow: hidden;
}
body#index div#lead_pane ul.lead_banner li {
	float: left;
	padding-right: 20px;
}
body#index div#lead_pane ul.lead_banner li.last {
	padding-right: 0px;
}

body#index #contents div#contentsfield {
	float: left;
	width: 700px;
}
body#index div.banner_area {
	float: right;
	width: 240px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 40px;
}

body#index div.contents_area div#news div.news_title {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 7px;
	background: url(../../img/index/border_news.png) no-repeat 0px bottom;
}
body#index div.contents_area div#news div.news_title h4 {
	font-size: 150%;
	font-weight: bold;
}
body#index div.contents_area div#news div.news_title p.toall {
	position: absolute;
	top: 10px;
	right: 0px;
}
body#index div.contents_area div#news div.news_title p.toall a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 3px;
	color: #015dcc;
}
body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 2px 3px;
}

body#index div.contents_area div#news dl.news_list dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
body#index div.contents_area div#news dl.news_list dt span {
	display: block;
	width: 10em;
    line-height: 1.7;
}
body#index div.contents_area div#news dl.news_list dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px 7px 10em;
	border-bottom: 1px dotted #cecece;
	line-height: 1.7;
}
*+html body#index div.contents_area div#news dl.news_list dd {
    min-height: auto;
    min-height: 15px;
}
body#index div.contents_area div#news dl.news_list dd a {
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_blk.png) no-repeat 0px 7px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 2px 7px;
}


/*--------------------------
トップページ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#index div#contents {
	padding-top: 3%;
	padding-bottom: 0;
}
body#index div#lead_pane {
	margin: 0% 3% 7%;
	padding: 5% 3.5%;
}
body#index #contents div#contentsfield {
	float: none;
	width: 100%;
}
body#index div.banner_area {
	float: none;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

body#index div#lead_pane h3.lead {
  width: auto;
  height: auto;
  padding-bottom: 0;
  margin: 0 auto 5%;
  font-size: 107%;
  text-indent: 0px;
  line-height: 1.6;
  white-space: normal;
  overflow: visible;
  background-image: none;
}
body#index div#lead_pane ul.lead_banner li {
	float: none;
	margin-bottom: 3%;
	padding-right: 0px;
	line-height: 1;
	text-align: center;
}
body#index div#lead_pane ul.lead_banner li.last {
	margin-bottom: 0%;
}

body#index div.contents_area div#news dl.news_list dt {
	clear: none;
	float: none;
	height: auto;
	line-height: 1.3;
}
body#index div.contents_area div#news dl.news_list dd {
	padding-left: 0;
	padding-top: 1%;
}
body#index div.contents_area div#news dl.news_list dd a {
	background: url(../img/arrow_blk_sp.png) no-repeat 0px 7px;
	background-size: 8px 10px;
}
body#index div.contents_area div#news div.news_title p.toall a {
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 3px;
	background-size: 8px 10px;
}
body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 0px 3px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 0px 7px;
}
}

/*--------------------------
トップページ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#index div#gnavi ul li {
    height: 51px;
}
body#index div#gnavi ul li a {
    height: 50px;
}
body#index div#contents {
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 2% 0;
}
body#index div#lead_pane {
	margin-bottom: 3%;
	padding: 3% 3%;
}
body#index div#lead_pane ul.lead_banner li {
	width: 49%;
	padding-right: 2%;
	line-height: 1;
}
body#index #contents div#contentsfield {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	min-height: inherit;
	margin-right: -240px;
	margin-left: 0;
	padding-right: 0;
}
body#index div#lead_pane h3.lead {
  width: auto;
  height: 0;
  padding-bottom: 8.9%;
  margin: 0 auto 5%;
  background-size: contain;
}
body#index #contents div.contents_area {
	width: auto;
    margin: 0 240px 0 0;
	padding-left: 0px;
}
body#index #contents div.contents_area div#news {
	padding-right: 7%;
}
body#index div.banner_area {
	padding-left: 0px;
}

body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 0px 3px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 0px 7px;
}

}


/*--------------------------
----------------------------
----------------------------
メインビジュアル
----------------------------
----------------------------
--------------------------*/

#slideareapane {
	width: 100%;
	background-color: #ffffff;
}
#slidearea {
	position: relative;
	width: 100%;
	height: 537px;
	margin: 0 auto 0px;
	background-color: #ffffff;
	overflow: hidden;
}
#slidearea p {
	z-index: 1;
}

#mainVidual{
	z-index: 5;
	position: relative;
	width: 100%;
	height: 537px;
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
	line-height: 0;
}

#slideSet{
	width: 100%;
	height: 537px;
	padding-bottom: 0;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#slideBox{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
#slideBox .box{
	width: 100%;
	height: 537px;
	padding-bottom: 0;
	overflow: hidden;
	position: absolute;
}
#slideBox .slide{
	position: absolute;
	width: 100%;
	max-width: 1500px;
	min-width: 980px;
	height: 537px;
	padding-bottom: 0;
	left: 0;
	line-height: 0;
}
#slideBox .slide1{
	z-index: 5;
}
#slideBox .slide2,
#slideBox .slide3,
#slideBox .slide4{
	z-index: 1;
}
#slideBox .slide1{
	background: url(../../img/index/slideimg1_bg.jpg) no-repeat center 0px;
}
#slideBox .slide2{
	background: url(../../img/index/slideimg2_bg.jpg) no-repeat center 0px;
}
#slideBox .slide3{
	background: url(../../img/index/slideimg3_bg.jpg) no-repeat center 0px;
}
#slideBox .slide4{
	background: url(../../img/index/slideimg4_bg.jpg) no-repeat center 0px;
}
p.slideimg {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#slideBox .slide span.lead img {
	display: block;
	position: absolute;
	top: 191px;
	left: 0px;
}

/* インジケーター */
#slideNaviSet {
	top: -38px;
    overflow: hidden;
    position: relative;
	z-index: 100;
}
#slideNaviSet ul {
    float: left;
    position: relative;
    left: 50%;
}
#slideNaviSet ul li {
	float: left;
    position: relative;
    left: -50%;
	padding: 0 10px;
}
#slideNaviSet ul li span {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/indicator_off.png) no-repeat 0px 0px;
	cursor: pointer;
}
#slideNaviSet ul li.selected {
	cursor: default;
}
#slideNaviSet ul li.selected span {
	background: url(../img/indicator_cur.png) no-repeat 0px 0px;
}


/*--------------------------
メインビジュアル　スマホ
--------------------------*/
@media (max-width: 640px) {
#slideareapane {
	padding-bottom: 7%;
}
#mainVidual ,
#slidearea ,
#slideSet ,
#slideBox .box ,
#slideBox .slide ,
p.slideimg {
	width: 100%;
	height: 0;
	max-width: 800px;
	min-width: inherit;
	padding-bottom: 54.7%;
}
#slidearea {
    overflow: visible;
}
#slideBox .slide{
	background-size: contain;
}
#slideBox .slide span.lead img {
	top: 31%;
	left: 7%;
	width: 61%;
	max-width: 468px;
}
/* インジケーター */
#slideNaviSet {
	top: 8px;
}
#slideNaviSet ul li span {
	background-image: none;
	background-color: #c6ddf7;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	cursor: default;
}
#slideNaviSet ul li.selected span {
	background-image: none;
	background-color: #0054b4;
}
}

/*--------------------------
メインビジュアル　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#mainVidual ,
#slidearea ,
#slideSet ,
#slideBox .box ,
#slideBox .slide ,
p.slideimg {
	width: 100%;
	height: 0;
	max-width: 800px;
	min-width: inherit;
	padding-bottom: 54.7%;
}
#slideBox .slide{
	background-size: contain;
}
#slideBox .slide span.lead img {
	top: 35.57%;
	left: 2%;
	width: 45.6%;
	max-width: 468px;
}
}



/*--------------------------
----------------------------
----------------------------
輸出商品一覧
----------------------------
----------------------------
--------------------------*/

body#export div#top_image {
	background-image: url(../../img/title/export_top_image.jpg);
}

body#export table.cmn_table {
	border-color: #5798e3;
}

body#export p#products_list {
	margin: 0 auto;
	text-align: center;
}
body#export p#products_list a {
	display: inline-block;
	padding: 4px 15px;
	background-color: #015dcc;
	font-size: 116%;
	color: #ffffff;
}
	body#export p#products_list a:hover {
		background-color: #003e85;
		text-decoration: none;
	}
body#export p#products_list a span {
	padding-left: 10px;
	background: url("../img/arrow_wht.png") no-repeat scroll -1px 5px;
}
	body#export p#products_list a:hover span {
		background-position: 1px 5px;
	}
	
body#export div.inquiry_detail {
	padding: 13px 20px 2px;
	border: 2px solid #ececec;
}
body#export div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
body#export div.inquiry_detail p.address {
	margin-bottom: 0px;
}
body#export div.inquiry_detail ul#telnumber {
	margin-bottom: 15px;
	font-size: 120%;
}
body#export div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body#export div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body#export div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}
body#export div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
body#export div.inquiry_detail p#corporate {
}
body#export div.inquiry_detail dl#email {
	margin-bottom: 11px;
	margin-left: 0px;
	font-size: 160%;
}
body#export div.inquiry_detail dl#email dt {
	float: left;
	font-weight: bold;
}
body#export div.inquiry_detail dl#email dd {
	float: left;
	
	word-break: break-all;
}

body#export.tabletpress table.cmn_table th {
	text-align: left;
}
body#export.tabletpress table.cmn_table td {
	text-align: center;
}

body#export table.cmn_table ul li {
	float: left;
	margin-right: 1em;
	border: 0px none #ffffff;
	font-weight: normal;
}
body#export table.cmn_table ul li:nth-child(even) {
	margin-right: 0;
}
body#export table.cmn_table ul li a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 3px;
}

/*--------------------------
輸出商品一覧　スマホ
--------------------------*/
@media (max-width: 640px) {
body#export div#top_image {
	background-image: url(../../img/title/export_sp_top_image.jpg);
}
	body#export p#products_list a:hover {
		background-image: none;
	background-color: #015dcc;
		text-decoration: none;
	}
	body#export p#products_list a:hover span {
		background-position: -1px 5px;
	}
body#export div.inquiry_detail ul#telnumber li.tel ,
body#export div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
body#export div.inquiry_detail dl#email {
	word-wrap: break-word;
}
body#export div.inquiry_detail dl#email {

	padding-top: 9px;
}
body#export div.inquiry_detail dl#email dt {
	line-height: 1.2;
}
body#export div.inquiry_detail dl#email dd {
	line-height: 1.2;
}
}


/*--------------------------
輸出商品一覧　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
	body#export p#products_list a:hover {
		background-image: none;
	background-color: #015dcc;
		text-decoration: none;
	}
	body#export p#products_list a:hover span {
		background-position: -1px 5px;
	}
body#export div.inquiry_detail ul#telnumber li.tel ,
body#export div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
body#export div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
body#export div.inquiry_detail dl#email {
	padding-top: 9px;
}
body#export div.inquiry_detail dl#email dt {
	line-height: 1.2;
}
body#export div.inquiry_detail dl#email dd {
	line-height: 1.2;
}
}



/*--------------------------
----------------------------
----------------------------
会社情報
----------------------------
----------------------------
--------------------------*/

body#outline div#top_image {
	background-image: url(../../img/title/outline_top_image.jpg);
}

body#outline table.cmn_table td dl dt {
	clear: left;
	float: left;
	display: inline;
}
body#outline table.cmn_table td dl dd {
	float: left;
	padding-left: 0.5em;
}
body#outline dl#access dd {
	padding-left: 8.5em;
}

body#outline dl.outline {
	border-top: 1px dotted #c2c2c2;
}
body#outline dl.outline dt {
	padding: 12px 0px 5px;
	line-height: 1.6;
	font-weight: normal;
}

body#outline dl.outline dt strong {
	font-size: 133%;
}
body#outline dl.outline dd {
	padding: 12px 0px;
	padding-left: 7em;
	border-bottom: 1px dotted #c2c2c2;
}
body#outline dl.outline dd p {
	min-height: 3.5em;
	line-height: 1.8;
}

/*--------------------------
会社情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#outline div#top_image {
	background-image: url(../../img/title/outline_sp_top_image.jpg);
}
body#outline div#top_image h2 {
	padding-right: 30%;
}
body#outline table.cmn_table colgroup col:first-child {
	width: 17% !important;
}
body#outline table.cmn_table colgroup col:nth-child(2) {
	width: 83% !important;
}
body#outline table.cmn_table td dl.license dd {
	padding-left: 60%;
}
}

/*--------------------------
会社情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline table.cmn_table colgroup col:first-child {
	width: 15% !important;
}
body#outline table.cmn_table colgroup col:nth-child(2) {
	width: 85% !important;
}
body#outline table.cmn_table td dl.license dd {
	padding-left: 50%;
}
}


/*--------------------------
----------------------------
----------------------------
採用情報
----------------------------
----------------------------
--------------------------*/

body#recruit div#top_image {
	background-image: url(../../img/title/recruit_top_image.jpg);
}
body#recruit div.inquiry_detail {
	margin-bottom: 25px;
	padding: 2px;
	border: 2px solid #ececec;
}
body#recruit div.inquiry_detail h4 {
	width: 650px;
	margin-bottom: 15px;
	padding: 7px 11px 5px;
	background-color: #56ac22;
	line-height: 1.5;
	font-size: 116%;
	font-weight: bold;
	color: #ffffff;
}
body#recruit div.inquiry_detail p {
	margin-left: 17px;
}
body#recruit div.inquiry_detail p span.contact {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
}
body#recruit div.inquiry_detail p.address {
	margin-bottom: 0px;
}
body#recruit div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
	margin-left: 17px;
}
body#recruit div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body#recruit div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body#recruit div.inquiry_detail ul#telnumber li strong {	
	font-size: 133%;
}
body#recruit div.inquiry_detail ul#telnumber li strong strong {
	font-size: 125%;
}
body#recruit div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}
body#recruit div.inquiry_detail dl#email {
	margin-bottom: 12px;
	margin-left: 17px;
}
body#recruit div.inquiry_detail dl#email dt {
	float: left;
}
body#recruit div.inquiry_detail dl#email dd {
	padding-left: 5em;
	text-indent: -1em;
}

body#recruit ul#recruit_detail li {
	margin-bottom: 29px;
}
body#recruit ul#recruit_detail li:last-child {
	margin-bottom: 0px;
}
body#recruit ul#recruit_detail li h5 {
	margin-bottom: 9px;
}


/*--------------------------
採用情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#recruit div#top_image {
	background-image: url(../../img/title/recruit_sp_top_image.jpg);
}
body#recruit div.inquiry_detail h4 {
	width: 96%;
	height: auto;
	padding: 5px 2%;
	background-image: none;
	background-color: #56ac22;
	text-indent: 0;
	white-space: normal;
	overflow: visible;
}
body#recruit div.inquiry_detail p ,
body#recruit div.inquiry_detail ul#telnumber {
	margin-left: 4.0%;
}
body#recruit div.inquiry_detail ul#telnumber li.tel ,
body#recruit div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
body#recruit div.inquiry_detail dl#email {
	margin-left: 4.0%;
	word-wrap: break-word;
}
}


/*--------------------------
採用情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#recruit div.inquiry_detail h4 {
	width: 96%;
	padding: 5px 2%;
}
body#recruit div.inquiry_detail ul#telnumber li.tel ,
body#recruit div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
body#recruit div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}



/*--------------------------
----------------------------
----------------------------
お問い合わせ
----------------------------
----------------------------
--------------------------*/

body#inquiry div#top_image {
	background-image: url(../../img/title/inquiry_top_image.jpg);
}
body#inquiry div.inquiry_detail {
	padding: 13px 20px 2px;
	border: 2px solid #ececec;
}
body#inquiry div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
body#inquiry div.inquiry_detail p.address {
	margin-bottom: 0px;
}
body#inquiry div.inquiry_detail ul#telnumber {
	margin-bottom: 15px;
	font-size: 120%;
}
body#inquiry div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body#inquiry div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body#inquiry div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}
body#inquiry div.inquiry_detail dl#email {
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 160%;
}
body#inquiry div.inquiry_detail dl#email dt {
	float: left;
	font-weight: bold;
}
body#inquiry div.inquiry_detail dl#email dd {
	float: left;
}


/*--------------------------
お問い合わせ　スマホ
--------------------------*/
@media (max-width: 640px) {
body#inquiry div#top_image {
	background-image: url(../../img/title/inquiry_sp_top_image.jpg);
}
body#inquiry div.inquiry_detail ul#telnumber li.tel ,
body#inquiry div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
body#inquiry div.inquiry_detail dl#email {
	word-wrap: break-word;
}
}


/*--------------------------
お問い合わせ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#inquiry div.inquiry_detail ul#telnumber li.tel ,
body#inquiry div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
body#inquiry div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}




/*--------------------------
----------------------------
----------------------------
お知らせ・新着情報一覧
----------------------------
----------------------------
--------------------------*/

body#news_list div#top_image {
	background-image: url(../../img/title/news_top_image.jpg);
}

body#news_list div.contents_area dl.news_list dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
body#news_list div.contents_area dl.news_list dt span {
	display: block;
	width: 10em;
    line-height: 1.7;
}
body#news_list div.contents_area dl.news_list dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px 7px 10em;
	border-bottom: 1px dotted #cecece;
	line-height: 1.7;
}
*+html body#news_list div.contents_area dl.news_list dd {
    min-height: auto;
    min-height: 15px;
}
body#news_list div.contents_area dl.news_list dd a {
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 7px;
}
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 2px 7px;
}

body#news_article ul.img_wrapper {
	display: flex;
	justify-content: space-between;
}
body#news_article ul.img_wrapper li.image1 {
	width: 300px;
}
body#news_article ul.img_wrapper li.image2 {
	width: 340px;
}


/*--------------------------
お知らせ・新着情報一覧　スマホ
--------------------------*/
@media (max-width: 640px) {
body#news_list div#top_image {
	background-image: url(../../img/title/news_sp_top_image.jpg);
}
body#news_list div.contents_area dl.news_list dt {
	clear: none;
	float: none;
	height: auto;
	line-height: 1.3;
}
body#news_list div.contents_area dl.news_list dd {
	padding-left: 0;
	padding-top: 1%;
}
body#news_list div.contents_area dl.news_list dd a {
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 7px;
	background-size: 8px 10px;
}
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 0px 7px;
}
	
	body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=100)";
}
	body#news_article ul.img_wrapper li.image1{
	margin-right: 10px;
}
}


/*--------------------------
お知らせ・新着情報一覧　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 0px 7px;
}
	
	body#news_article ul.img_wrapper li.image1{
	margin-right: 10px;
  }
}



/*--------------------------
----------------------------
----------------------------
お知らせ・新着情報
----------------------------
----------------------------
--------------------------*/

body#news_article div#top_image {
	background-image: url(../../img/title/news_top_image.jpg);
}
body#news_article div.titlepane {
	padding-bottom: 17px;
	border-bottom: 1px dotted #cecece;
}
body#news_article div.titlepane p.date {
	margin-bottom: 10px;
}
body#news_article div.news_article a.pdf {
    padding-left: 13px;
    background: url(../img/arrow_bl.png) no-repeat 0px 3px;
    color: #015dcc;
}
body#news_article div.news_article a.pdf:hover {
	background-position: 1px 3px;
}
body#news_article div.news_article p {
	margin-bottom: 1em;
}
body#news_article div.news_article p:last-child {
	margin-bottom: 0;
}

body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=80)";
}
body#news_article div.news_article a.modal span {
	display: inline-block;
	position: relative;
	border: 3px solid #0054b4;
}
body#news_article div.news_article a.modal span:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/icon_zoom.png) no-repeat 0px 0px;
}
body#news_article .img_wrapper_news {
  text-align: center;
}
body#news_article .bottom_line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*--------------------------
お知らせ・新着情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#news_article div#top_image {
	background-image: url(../../img/title/news_sp_top_image.jpg);
}
body#news_article div.news_article a.pdf {
    padding-left: 11px;
    background: url(../img/arrow_bl_sp.png) no-repeat 0px 3px;
    background-size: 8px 10px;
}
body#news_article div.news_article a.pdf:hover {
	background-position: 0px 3px;
}
body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=100)";
}
}


/*--------------------------
お知らせ・新着情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=100)";
}
}




/*--------------------------
----------------------------
----------------------------
サイトマップ
----------------------------
----------------------------
--------------------------*/

body#sitemap div#top_image {
	background-image: url(../../img/title/sitemap_top_image.jpg);
}
body#sitemap ul#sitemap_detail li {
	float: left;
	width: 30%;
	margin-bottom: 10px;
	padding-right: 3%;
	line-height: 1.8;
	font-size: 116%;
	font-weight: bold;
}
body#sitemap ul#sitemap_detail li.inquiry {
	clear: left;
}
body#sitemap ul#sitemap_detail li a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 4px;
}
body#sitemap ul#sitemap_detail li ul li {
	width: auto;
	margin-bottom: 0px;
	padding-right: 0;
	padding-left: 1em;
	font-size: 86.2%;
	font-weight: normal;
}
body#sitemap ul#sitemap_detail li ul li a {
	display: inline-block;
	background-position: 0px 7px;
}


/*--------------------------
サイトマップ　スマホ
--------------------------*/
@media (max-width: 640px) {
body#sitemap ul#sitemap_detail li {
	float: none;
	width: 100%;
	margin-bottom: 2%;
}
body#sitemap ul#sitemap_detail li a {
	padding-left: 13px;
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 4px;
	background-size: 8px 10px;
}

}


/*--------------------------
サイトマップ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#sitemap ul#sitemap_detail li {
	width: 47%;
	padding-right: 3%;
}
body#sitemap ul#sitemap_detail li:nth-child(odd) {
	clear: left;
}
body#sitemap ul#sitemap_detail li.inquiry {
	clear: none;
}
}




/*--------------------------
----------------------------
----------------------------
プライバシーポリシー
----------------------------
----------------------------
--------------------------*/

body#privacy div#top_image {
	background-image: url(../../img/title/privacy_top_image.jpg);
}

ul.privacy_detail li {
	margin-bottom: 30px;
}
ul.privacy_detail li:last-child {
	margin-bottom: 0px;
}
ul.privacy_detail li h4 ,
ul.privacy_detail li h5 {
	margin-bottom: 10px;
}
ul.privacy_detail li p,
ul.privacy_detail li ul {
	padding-left: 23px;
}
ul.privacy_detail li ul.cmn_list {
	margin-top: 1em;
}
ul.privacy_detail li ul li {
	margin-bottom: 0px;
}
ul.privacy_detail li strong.company {
	font-size: 116.6%;
	font-weight: bold;
}


/*--------------------------
プライバシーポリシー　スマホ
--------------------------*/
@media (max-width: 640px) {
body#sitemap div#top_image {
	background-image: url(../../img/title/sitemap_sp_top_image.jpg);
}
ul.privacy_detail li {
	margin-bottom: 4.69%;
}
ul.privacy_detail ul li {
	margin-bottom: 0px;
}
}


/*--------------------------
プライバシーポリシー　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
ul.privacy_detail li {
	margin-bottom: 2.5%;
}
ul.privacy_detail ul li {
	margin-bottom: 0px;
}
}




body#export.bolt .facility {
	margin-bottom: 30px;
}

/*--------------------------
埋め込みGMAP
--------------------------*/
#outline #w_gmap {
    position:relative;
    /*width:100%;*/
    height:0;
    padding-top:65%;
    margin:0px 5px 30px 5px;
}
#outline #w_gmap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-bottom:20px;
    border:none;
}



/*--------------------------
----------------------------
----------------------------
検索結果
----------------------------
----------------------------
--------------------------*/

body#search_result div#top_image {
	background-image: url(../../img/title/search_result_top_image.jpg);
}
div.gs-title {
	min-height: 30px;
}


/*--------------------------
検索結果　スマホ
--------------------------*/
@media (max-width: 640px) {
body#search_result div#top_image {
	background-image: url(../../img/title/search_result_sp_top_image.jpg);
}
}


/*--------------------------
検索結果　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


