@charset "UTF-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
	outline: none;
}
html,body{
    width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px;
	color: #2D2D2D;
	line-height: 22px;
	border-top: 5px solid #A51414;
	background-color: #FFF;
	letter-spacing: 2px;
	min-width: 1020px;
	word-break: break-all;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.center {
	text-align: center;	
}
li {
	list-style: none;
	margin-left: 0px !important;
}
img {
	vertical-align: middle;	
}
a {
	color: #A51414;
	text-decoration: none;
	outline: none;
}

select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #2d2d2d;
}
a:hover {
	text-decoration: none !important;
	opacity: 0.7;
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
}
h1, h2, h3, h4 {
	font-weight: normal !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}

select::-ms-expand {
  display: none;
}

select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dt {
	font-weight:normal;
}
/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 1020px;
	margin: 20px auto 0 auto;
}
/* ページャー pager */
.pager {
	text-align: center;
}
.pager li {
	display: inline-block;
}
.pager li .disable {
	padding: 5px 10px;	
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	color: #D6D6D6;
	background-color: white;
}
.pager li a {
	padding: 5px 10px;	
	border: 1px solid #A51414;
	border-radius: 5px;
	color: white;
	background-color: #A51414;
}

/* IE11のみ */
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .pager li a {
		 padding-top: 7px;
}
}
/* Edgeのみ */
_:-ms-lang(x), _::-webkit-meter-bar,.pager li a {
	padding-top: 7px;
}
.pager li a:hover {
	opacity: 0.7;	
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
	width: 240px;
	float: left;
}
header .h1 {
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #A51414;
}
header .h1 a {
	color: #FFF;
	display: block;
	padding: 50px 0;
}
header .h1 a:hover {
	opacity: 1.0;	
}
header .h1 img {
	margin-bottom: 10px;	
}
header .h1 .logo_main {
	font-size: 40px;
	line-height: 50px;
}
header .h1 .logo_sub {
	font-size: 18px;
	margin-top: 10px;	
}

/* ナビ nav */
nav {
	font-size: 18px;
	color: #A51414;
	border: 1px solid #A51414;
	margin-bottom: 20px;
}
nav li {
	border-bottom: 1px dotted #A51414;
}
nav li:last-child {
	border-bottom: none;	
}
nav li.top, nav li.top a:hover {
	background-image: url(../img/nav_icon_top.png) , url(../img/nav_icon_right.png) ;
	background-position: 10px 12px, 220px 18px;
	background-repeat: no-repeat, no-repeat;
}
nav li.search, nav li.search a:hover {
	background-image: url(../img/nav_icon_search.png) , url(../img/nav_icon_right.png) ;
	background-position: 10px 12px, 220px 18px;
	background-repeat: no-repeat, no-repeat;
}
nav li.news, nav li.news a:hover {
	background-image: url(../img/nav_icon_news.png), url(../img/nav_icon_right.png);
	background-position: 10px 12px, 220px 18px;	
	background-repeat: no-repeat, no-repeat;	
}
nav li.published, nav li.published a:hover {
	background-image: url(../img/nav_icon_published.png), url(../img/nav_icon_right.png);
	background-position: 10px 12px, 220px 18px;	
	background-repeat: no-repeat, no-repeat;	
}
nav li.link, nav li.link a:hover {
	background-image: url(../img/nav_icon_link.png), url(../img/nav_icon_right.png);	
	background-position: 10px 12px, 220px 18px;	
	background-repeat: no-repeat, no-repeat;	
}
nav li a {
	display: block;	
	height: 30px;	
	padding: 12px 0 12px 46px;
	line-height: 30px;
}
@-moz-document url-prefix() {
nav li a {
     padding-top: 14px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
nav li a {
     padding-top: 14px;
}
}
nav li a:hover {
	color: #A51414;
	background-color: #F4D9D9;
	opacity: 1.0;
}
nav .current {
	background-color: #F4D9D9;
}

/* サイド検索　side_search */
.side_search {
	border: 1px solid #A51414;
}
.side_search .h2 {
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 18px;
	background-image: url(../img/img_icon_search.png);
	background-position: 15px 7px;
	background-repeat: no-repeat;
	background-color: #A51414;
	padding-left: 50px;
	letter-spacing: 2px;
}
/* Edgeのみ */
_:-ms-lang(x), _::-webkit-meter-bar,.side_search .h2 {
	padding-top: 2px;
}
/*Firefoxのみ */
@-moz-document url-prefix() {
.side_search .h2 {
		padding-top: 2px;
}
}
.side_detail {
	padding: 15px;
}
.side_detail .h3 {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #A51414;
	margin-bottom: 15px;
	padding:0 10px;	
}

/* フォーム */
.side_detail select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #A51414;
	display: block;
	width: 208px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 0 30px 0 8px;	
	background:url(../img/img_icon_search_open.png) 180px 13px no-repeat;
	outline: none;
	border-radius: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.side_detail .side_line {
	margin-bottom: 15px;
	border-bottom: 1px dotted #A51414;
}
.side_detail .keyword input {
	padding: 0 10px;
	margin-bottom: 15px;
	border: 1px solid #A51414;
	font-size: 14px;
	display: block;
	width: 186px;
	height: 36px;
	line-height: 36px;	
}
.side_detail .btn_search {
	text-align: center;	
}
.side_detail .btn_search .input {
    width: 90px;
    height: 32px;
    line-height: 32px;
    color:#FFF;
    font-size: 16px;
    background-color: #A51414;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 10px;
    padding: 5px 5px 5px 15px;
}
.side_detail .btn_search:hover {
	opacity: 0.7;	
}

/* キーワード検索 */
.side_detail .keyword input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2D2D2D;
	padding: 0 10px;
	margin-bottom: 15px;
	border: 1px solid #A51414;
	font-size: 14px;
	display: block;
	width: 186px;
	height: 36px;
	line-height: 36px;	
}
/* 検索ボタン */
.side_detail .btn_search {
	text-align: center;	
}
.side_detail .btn_search input {
	width: 90px;
	height: 32px;
	line-height: 32px;
	color:#FFF;
	font-size: 16px;
	background-color: #A51414;
	border-radius: 8px;
	cursor: pointer;
	letter-spacing: 10px;
	padding-left: 10px;
}
.side_detail .btn_search:hover {
	opacity: 0.7;	
}


/*----------------------------------------------------
	main
----------------------------------------------------*/
main {
	width: 760px;
	float: right;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	background-color: #A51414;
	margin-top: 50px;
	min-width: 1020px;	
}
footer .footer_contents {
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
	color: #FFF;
}
footer .footer_contents .footer_info {
	margin-bottom: 30px;	
}
.footer_info .footer_logo {
	float: left;
	margin-right: 20px;
}
.footer_info .footer_logo img{
	float: left;
	margin-right: 10px;
}
.footer_info .footer_logo h1{
	float: left;
	text-align: center;
	width: 300px;
}
.footer_info .footer_logo h1 a {
	color: #FFF;
	opacity: 1.0;
	display: block;	
}
.footer_info .footer_logo h1 .logo_txt {
	float: left;	
}
.footer_info .footer_logo h1 .logo_main {
	font-size: 26px;
	line-height: 110%;
}	
.footer_info .footer_logo h1 .logo_sub {
	font-size: 16px;
}
.footer_info .info_detail {
	float: left;
}
.footer_info .info_detail h2 {
	float: left;
	color: #A51414;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding-left: 2px;
	padding-top: 2px;
}
.footer_info .info_detail p {
	float: left;
	letter-spacing: 1px;
}
.footer_info .info_detail p.address {
	width: 300px;
	margin-right: 10px;	
}
.footer_list .footer_nav li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #FFF;
}
.footer_list .footer_nav li:first-child {
	border-left: 1px solid #FFF;
	padding-left: 15px;	
}
.footer_list .footer_nav li a {
	color: #FFF;	
}
.footer_list .copy {
	float: right;
	font-size: 10px;
	letter-spacing: 1px;	
}


/*----------------------------------------------------
	共通部分設定
----------------------------------------------------*/
article .h1 {
	text-align: center;
	color: #A51414;
	font-size: 30px;
	padding: 70px 0 30px 0;
}
article .h1 .icon {
	display: block;	
}
article .h1 .icon img {
	margin-bottom: 20px;	
}
.list_box {
	background-color: #F7F7F7;
	padding: 10px;	
}
.list_bg {
	background-image: url(../img/box_bg_right_top.png),url(../img/box_bg_left_top.png),url(../img/box_bg_right_bottom.png),url(../img/box_bg_left_bottom.png);
	background-position: right top,left top,right bottom,left bottom;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	padding: 20px;	
}
.list_box p.box_ttl {
	color: #A51414;
	padding: 0 0 30px 30px;
	font-size: 16px;	
}
.list_box .link_list li {
	margin-bottom: 10px;
	padding-left: 25px;
}
.list_box .pdf_list li {
	margin-bottom: 35px;
	padding-left: 30px;
}

.list_box li a {
	text-decoration: underline;
	color: #2D2D2D;
}
.list_box .link_list li {
	background: url(../img/box_icon_list.png) left 4px no-repeat;
}
.list_box .link_list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.list_box .pdf_list li {
	background: url(../img/box_icon_pdf.png) left top no-repeat;
}
.list_box .pdf_list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* ページトップ */
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: url(../img/bg_pagetop.png) left top no-repeat;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: block;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	letter-spacing:1px;
	padding-top: 30px;	
}

/*----------------------------------------------------
	トップページ　index.html
----------------------------------------------------*/

/* メインビジュアル */
#top .main_visual .main_visual_photo {
	height: 280px;
	position: relative;
	background: url(../img/bg_mainvisual.jpg) center top no-repeat;	
}
#top .main_visual .main_visual_photo img.decoration {
	position: absolute;
	left: 0;
	bottom: 0;	
}
#top .main_visual .main_visual_photo .txt01 {
	background-color: #A51414;
	color: #FFF;
	width: 40px;
	position: absolute;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 3px;
	padding: 30px 0;
	top: 15px;
	right: 35px;
}
#top .main_visual .main_visual_photo .txt02 {
	background-color: #A51414;
	color: #FFF;
	width: 40px;
	position: absolute;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 3px;
	padding: 30px 0;
	top: 50px;
	right: 100px;
}
#top .main_visual p.main_visual_txt {
	background-color: #A51414;
	color: #FFF;
	padding: 20px;
	margin-bottom: 20px;	
}
#top .pick_list {
	text-align: justify;
	text-justify: distribute-all-lines;	
}
#top .pick_list:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}
#top div.pickup {
	width: 240px;
	display: inline-block;
	margin-bottom: 20px;
}
#top div.pickup a {
	color: #2D2D2D;
	display: block;	
}
#top div.pickup .photo_area {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
    overflow: hidden;
    height: 160px;/* トリミングしたい枠の高さ */
    width: 238px;
    position: relative;
}
#top div.pickup .photo_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 236px;
  max-height: 158px;
  width: auto;
  height: auto;
}
#top div.pickup .txt_area {
	background-color: #FFF;
	padding: 10px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	letter-spacing: 1px;
	width: 218px;
	text-align: left;
}
#top div.pickup .txt_area p {
	position: relative;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: normal;
}
#top div.pickup .txt_area p:before, #top div.pickup .txt_area p:after {
	position: absolute;
	background: #fff;
}
#top div.pickup .txt_area p:before {
	content: "…";
	bottom: 0;
	right: 0;
}
#top div.pickup .txt_area p:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* トップ新着情報 */
#top .top_news_area .h2 {
	text-align: center;
	color: #A51414;
	font-size: 26px;
	margin: 20px 0;
	height: 40px;
	line-height: 40px;
}
#top .top_news_area .h2 img {
	margin-right: 10px;
	margin-top: -5px;	
}
#top .news_pick_list {
	text-align: justify;
	text-justify: distribute-all-lines;	
}
#top .news_pick_list:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}
#top div.news_pickup {
	width: 240px;
	display: inline-block;
	margin-bottom: 20px;
}
#top div.news_pickup a {
	color: #2D2D2D;
	display: block;	
}
#top div.news_pickup .photo_area {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
    overflow: hidden;
    height: 160px;/* トリミングしたい枠の高さ */
    width: 238px;
    position: relative;
}
#top div.news_pickup .photo_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 236px;
  max-height: 158px;
  width: auto;
  height: auto;
}
#top div.news_pickup .txt_area {
	background-color: #FFF;
	padding: 10px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	letter-spacing: 1px;
	text-align: left;
}
#top div.news_pickup .txt_area p {
	position: relative;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: normal;
}
#top div.news_pickup .txt_area p:before, #top div.news_pickup .txt_area p:after {
	position: absolute;
	background: #fff;
}
#top div.news_pickup .txt_area p:before {
	content: "…";
	bottom: 0;
	right: 0;
}
#top div.news_pickup .txt_area p:after {
	content: "";
	width: 100%;
	height: 100%;
}
#top div.news_pickup .txt_area .news_info .date {
	float: left;
	margin-right: 10px;	
}
#top div.news_pickup .txt_area .news_info .icon_category {
	float: left;
	height: 20px;
	line-height: 20px;
	background-color: #A51414;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	border-radius: 5px;
	padding: 0 10px;
}
#top .top_news_area .new_btn {
	margin: 0 auto;
	text-align: center;
}
#top .top_news_area .new_btn a {
	background: url(../img/bg_btn_next.png) center top no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	padding-top: 1px;
	opacity: 1.0;
}
#top .top_news_area .new_btn a:hover {
	background: url(../img/bg_btn_next_on.png) center top no-repeat;
}

/*----------------------------------------------------
	企業検索/一覧　search.html
----------------------------------------------------*/
#search h1.search {
	background: url(../img/icon_main_search.png) center 3px no-repeat;
}
#search .news_info {
	color: #2D2D2D;
	margin-bottom: 10px;
}
#search .news_info .news_icon {
	float: left;
	margin-right: 10px;
	background-color: #A51414;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align:center;
	border-radius: 5px;
	font-size: 12px;
}
#search ul.list_scroll {
	max-height: 1000px;
	overflow: scroll;
	margin-bottom: 20px;	
}
#search .news_one {
	padding: 20px;	
}

#search .search_size {
	text-align: right;
	margin-right: 15px;
	font-size: 20px;
}

#search ul.list_scroll li a {
	opacity: 1.0;	
}
#search ul.list_scroll li a:hover {
	background-color: #F4D9D9;
	display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#search ul.list_scroll li {
	border-bottom: 1px dotted #A51414;
	width: 730px;	
}

/* 検索  */
#search .search_select {
	background-color: #F4D9D9;
	border: 1px solid #A51414;
	padding: 30px;
	margin-bottom: 50px;	
}
#search .search_select .line {
	margin-bottom: 15px;
	border-bottom: 1px dotted #A51414;
}
#search .search_select .list_name {
	float: left;
	width: 130px;
	height: 36px;
	line-height: 36px;
	padding-top: 1px;
}
#search .search_select .name_keyword {
	padding-top: 2px;	
}
#search .search_select .search_list {
	float: right;
	letter-spacing: normal;
}

/* プルダウン  */
#search .search_select .search_list .dropcontainer {
	position:relative;
	font-size: 14px;
	} 

#search .search_select .search_list .trigger {
	background: #fff url(../img/img_icon_search_open.png) 550px 13px no-repeat;
	display: block;
	padding: 0 30px 0 10px;
	margin-bottom: 15px;
	border: 1px solid #A51414;
	height: 36px;
	line-height: 36px;
	color: #2d2d2d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	}
#search .search_select .search_list .trigger:hover {
	background: #fff url(../img/img_icon_search_open.png) 550px 13px no-repeat;
	opacity: 1.0;
	}
#search .search_select .search_list .activetrigger {
	background: #fff url(../img/img_icon_search_close.png) 550px 13px no-repeat;
	display: block;
	padding: 0 30px 0 10px;
	border: 1px solid #A51414;
	height: 36px;
	line-height: 36px;
	color: #2d2d2d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	}
#search .search_select .search_list .activetrigger:hover {
	background: #fff url(../img/img_icon_search_close.png) 550px 13px no-repeat;
	color: #2d2d2d;
	opacity: 1.0;
	}
#search .search_select .search_list .activetrigger:active {
	background: #fff url(../img/img_icon_search_close.png) 550px 13px no-repeat;
	color: #2d2d2d;
	}
#search .search_select .search_list .dropcontainer ul {
	border: 1px solid #A51414;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	overflow-y: scroll;
	}
#search .search_select .search_list .dropcontainer ul li {
	padding: 10px;
	border-bottom: 1px dotted #A51414;
	}
#search .search_select .search_list .dropcontainer ul li a {
	color: #2d2d2d;
	opacity: 1.0;
}
#search .search_select .search_list .dropcontainer ul li:last-child {
	border-bottom: 0;

}
#search .search_select .search_list .dropcontainer ul li:hover {
	background: #FFEEEE;
	outline: none;
	}

#search .search_select .search_list .dropcontainer ul li:first-child {
	display: none;
	}

#search .search_select .search_list .dropcontainer ul li:last-child {
	border-bottom: none;
	}

#search .search_select .search_list .dropdownhidden {
	display: none;
	}

#search .search_select .search_list .dropdownvisible {
	height: auto;
	}

#search .search_select .search_list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #A51414;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 30px 0 8px;
    background:url(../img/img_icon_search_open.png) 96% 13px no-repeat;
    background-color: white;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor : pointer;
	}

#search .search_select .side_line {
	margin-bottom: 15px;
	border-bottom: 1px dotted #A51414;
}
#search .search_select .keyword input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2D2D2D;
	float: right;
	width: 538px;
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #A51414;
}
#search .search_select .btn_list {
	position: relative;
	overflow: hidden;
}
#search .search_select .btn_list ul {
	position: relative;
	left: 50%;
	float: left;	
}
#search .search_select .btn_list li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 20px;
	padding-left: 2px;
}
#search .search_select .btn_list li.btn_search .input {
	letter-spacing: 10px;
    padding: 5px 5px 5px 15px;
}
#search .search_select .btn_list li .input {
	width: 100px;
	height: 32px;
	line-height: 32px;
	color:#FFF;
	font-size: 16px;
	background-color: #A51414;
	border-radius: 8px;
	text-align:center;
	cursor: pointer;
    padding: 5px 10px;
}
#search .search_select .btn_list li:hover {
	opacity: 0.7;
}
#search .list_ttl {
	background-color: #A51414;
	background-image: url(../img/img_ttl_company.png);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	padding-left: 50px;
	margin-bottom: 20px;
}
.search_li{
	width:338px !important;
	display:table-cell;
}
.list_name {
	padding-left:10px;
	width:135px;
}
.pl50 {
	padding-left:25px;
}
.waku{
	width:196px!important;
}
/* Edgeのみ */
_:-ms-lang(x), _::-webkit-meter-bar,#search .list_ttl {
     padding-top: 3px;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
#search .list_ttl {
     padding-top: 3px;
}
}
/* Chromeのみ */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#search .list_ttl {
     padding-top: 3px;
}
}
#search .search_info {
	color: #2D2D2D;
	margin-bottom: 10px;
}
#search .search_info .place_icon {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #A51414;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align:center;
	border-radius: 5px;
	font-size: 12px;
}
#search .search_info .category_icon {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #A51414;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align:center;
	border-radius: 5px;
	font-size: 12px;
}
#search ul.list_scroll {
	max-height: 1000px;
	overflow: scroll;
	margin-bottom: 20px;	
}
#search .search_one {
	padding: 20px;
	word-break: break-all;
}
#search ul.list_scroll li a:hover {
	background-color: #F4D9D9;
	display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#search ul.list_scroll li {
	border-bottom: 1px dotted #A51414;
	width: 730px;	
}	
#search .h3 {
	font-size: 14px;
	color: #2D2D2D;
}
#search a .h3 {
	text-decoration: underline;
}
#search a:hover .h3 {
	text-decoration: none;
}


/*----------------------------------------------------
	企業検索_詳細　search_detail.html
----------------------------------------------------*/
#search h1.search_detail {
	background: url(../img/icon_main_search_detail.png) center 3px no-repeat;
}
.search_detail h1 {
	text-align: center;
	color: #A51414;
	font-size: 36px;
}
.search_detail {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	word-break: break-all;
}
.search_detail .icon_category {
	background-color: #A51414;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 auto 15px auto;
	width: auto;
	font-size: 13px;
}
.search_detail h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #A51414;
	text-align: center;
}

.search_detail .main_img {
	text-align: center;
	margin-bottom: 20px;
}
.search_detail .main_img img {
	max-width: 600px;
	max-height: 400px;	
}
.search_detail section {
	margin-bottom: 50px;	
}
#search.search_detail section h3.search_detailttl {
	color: #A51414;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: 1px;	
}
.search_detail .photo_resize {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
.search_detail .photo_resize img {
	max-width: 320px;
	max-height: 213px;
}
.search_detail .img_left {
	float: left;
	margin-right: 20px;
	width: 320px;
}
.search_detail .img_right {
	float: right;
	margin-left: 20px;
	width: 320px;
}

.search_detail .photo_txt {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	text-align: center;	
}
.search_detail .movie {
	width: 640px;
	height: 360px;
	border: 5px solid #A51414;
	margin: 0 auto 50px auto;	
}
.search_detail .list_box {
	margin-bottom: 50px;	
}
.search_detail .list_box p.box_ttl {
	background:url(../img/box_icon_company.png) left top no-repeat;	
}
.search_detail .list_box .company_detail_img {
	float: left;
	width: 260px;
	height: 260px;
	overflow: hidden;
	position: relative;	
}
.search_detail .list_box .company_detail_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 260px;
  max-height: 260px;
}
.search_detail .list_box .company_list {
	font-size: 13px;
	line-height: 18px;
	width: 410px;
	float: right;
}
.search_detail .list_box .border {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #C9C9C9;	
}
.search_detail .list_box .top {
	border-top: none;
	padding-top: 0;
	margin-top: 0;	
}
.search_detail .list_box dt {
	float:left;
	width: 120px;
	display: inline-block;
	vertical-align: top;	
}
.search_detail .list_box dd {
	float: right;
	width: 250px;
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
}
.search_detail .search_btn {
	background: url(../img/bg_btn_prev.png) center top no-repeat;
	margin: 0 auto;
	text-align: center;
}
.search_detail .search_btn a {
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	padding-top: 1px;
	opacity: 1.0;
}
.search_detail .search_btn a:hover {
	background: url(../img/bg_btn_prev_on.png) center top no-repeat;
}

/*----------------------------------------------------
	新着情報_一覧　news_list.html
----------------------------------------------------*/
#news h1.news {
	background: url(../img/icon_main_news.png) center 3px no-repeat;
}
#news .news_list {
	color: #2D2D2D;
	margin-bottom: 10px;
}
#news .news_list .news_icon {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #A51414;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align:center;
	border-radius: 5px;
	font-size: 12px;
}
#news .news_list .news_icon:hover {
	color:#FFFFFF;
}
#news ul.list_scroll {
	max-height: 1000px;
	overflow: scroll;
	margin-bottom: 20px;	
}
#news .news_one {
	padding: 20px;
	word-break: break-all;
}
#news ul.list_scroll li a {
	opacity: 1.0;	
}
#news ul.list_scroll li a:hover {
	background-color: #F4D9D9;
	display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#news ul.list_scroll li {
	border-bottom: 1px dotted #A51414;
	width: 730px;	
}	
#news ul.list_scroll li h2 {
	font-size: 14px;
	color: #2D2D2D;
}
#news ul.list_scroll li a h2 {
	text-decoration: underline;
}
#news ul.list_scroll li a:hover h2 {
	text-decoration: none;
}
#news ul.list_scroll li .news_one .date {
	color: #2D2D2D;
}


/*----------------------------------------------------
	新着情報_詳細　news_detail.html
----------------------------------------------------*/

#news .news_info {
	margin-bottom: 15px;
}
#news .news_info .news_icon {
	float: left;
	margin-right: 10px;
	background-color: #A51414;
	width: 115px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align:center;
	border-radius: 5px;
	font-size: 12px;
}
#news .list_box p.box_ttl {
	background:url(../img/box_icon_document.png) left top no-repeat;
	padding-top: 3px;	
}
#news h2.news_detailttl {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;	
}
#news .news_img {
	text-align: center;
	margin-bottom: 20px;
}
#news .news_img img {
	max-width: 600px;
	max-height: 400px;	
}

#news .news_btn {
	background: url(../img/bg_btn_prev.png) center top no-repeat;
	margin: 0 auto;
	text-align: center;
}
#news .news_btn a {
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	padding-top: 1px;
	opacity: 1.0;
	margin-top: 50px;
}
#news .news_btn a:hover {
	background: url(../img/bg_btn_prev_on.png) center top no-repeat;
}


/*----------------------------------------------------
	掲載希望の方へ　published.html
----------------------------------------------------*/
#published h1.published {
	background: url(../img/icon_main_published.png) center 3px no-repeat;
}
#published .list_box p.box_ttl {
	background:url(../img/box_icon_document.png) left top no-repeat;
	padding-top: 3px;	
}


/*----------------------------------------------------
	リンク集　link.html
----------------------------------------------------*/
#link h1.link {
	background: url(../img/icon_main_link.png) center 3px no-repeat;
}
#link .list_box p.box_ttl {
	background:url(../img/box_icon_link.png) left top no-repeat;	
}

/*----------------------------------------------------
	サイドバー特設リンク用
----------------------------------------------------*/
.splink {
	font-size: 18px;
	font-weight: bold;
	color: #A51414;
	border: 5px solid #A51414;
}

.splink a {
	display: block;
	background-image: url(../img/nav_icon_splink.png), url(../img/nav_icon_right.png);
	background-repeat: no-repeat;
	background-position: 5px 11px, 216px 18px;
	padding: 12px 2px 0px 42px;
	line-height: 30px;
	height:40px;
}

.splink a:hover{
	background-color: #F4D9D9;
}
