@charset "utf-8";
/*
Theme Name: theme
Theme URI: 
Description: 自販連HPテンプレート
Version: 1.1
Author: AGREX
Author URI: 
*/
/* IE6, IE7 用印刷設定 */
@media print{
    body {
        *zoom: 65%;
        -webkit-print-color-adjust: exact;
     }
}

html {
  overflow-y:scroll;
}

body {
  font-family: "Osaka","Hiragino",Sans-Serif;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  background-color: #ffffff;
}

a:link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

a:visited {
  color: #000000;
  font-size: 14px;
}

a:hover {
  color: #005cbb;
  font-size: 14px;	
  text-decoration: underline;
  cursor: pointer;
}

a img {
    border-style:none;
}

img {
    border:none;
}

p {
  margin: 0;
}

hr.style1 {
  border:none;
  border-top:solid 1px #d3d3d3;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}

hr.style2 {
  border:none;
  border-top: dotted 1px #4c8f4c;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}

hr.style3 {
  border:none;
  border-top: dotted 1px #afafaf;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}

hr.style4 {
  border:none;
  border-top: solid 1px #dadada;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

input.file {
  border: 1px solid #7f9db9;
}

/*---------- ログイン ----------*/

.login #nav {
  display: none;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 960px;
  background-color: #ffffff;
}

/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  padding: 0;
  width: 960px;
  height:80px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#table_header {
  margin: 0;
  padding: 0;
  width: 960px;
  height:45px;
}

#table_header_td_left {
  margin: 0;
  padding: 0;
  width: 300px;
  height:45px;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

#table_header_td_left a{
  text-decoration: none;
}

#table_header_td_center {
  margin: 0;
  padding: 0;
  width: auto;
  height:45px;
  text-align: right;
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}

#table_header_td_center a {
  font-size: 12px;
  color: #555555;
  text-decoration: underline;
}

#table_header_td_right {
  margin: 0;
  padding: 0;
  width: 215px;
  height:45px;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}

#table_header_td_right a{
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}

#table_header_td_right a:hover{
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

#table_header_td_right #searchform_submit {
  margin-right: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

#table_header_td_right input {
  vertical-align: middle;
}

#table_header_td_rogin {
  width: 135px;
  text-align: right;
}

#header_menu {
  width: auto;
  margin: 0px;
  padding: 0px;
  height: 30px;
  text-align: left;
  background-repeat: repeat-x;
}

#header_menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header_menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

img.imghover01,
img.imghover02,
img.imghover03,
img.imghover04,
img.imghover05,
img.imghover06{
  margin-top:-37px;
  display:none;
}

*:first-child+html img.imghover01,
*:first-child+html img.imghover02,
*:first-child+html img.imghover03,
*:first-child+html img.imghover04,
*:first-child+html img.imghover05,
*:first-child+html img.imghover06{
  margin-top:-35px;
  display:none;
}

#header_menu .header_menu_01 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#home .header_menu_01 a img.imghover01,
#header_menu .header_menu_01 a:hover img.imghover01{
  display:block;
}


#header_menu .header_menu_02 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#about .header_menu_02 a ,
#header_menu .header_menu_02 a:hover {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#about .header_menu_02 a img.imghover02,
#header_menu .header_menu_02 a:hover img.imghover02{
  display:block;
}

body#about .header_menu_02 ul.sub-menu li {
  display: none;
}


#header_menu .header_menu_03 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#data .header_menu_03 a ,
#header_menu .header_menu_03 a:hover {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#data .header_menu_03 a img.imghover03,
#header_menu .header_menu_03 a:hover img.imghover03{
  display:block;
}

body#data .header_menu_03 ul.sub-menu li {
  display: none;
}

#header_menu .header_menu_04 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#action .header_menu_04 a ,
#header_menu .header_menu_04 a:hover {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#action .header_menu_04 a img.imghover04,
#header_menu .header_menu_04 a:hover img.imghover04{
  display:block;
}

body#action .header_menu_04 ul.sub-menu li {
  display: none;
}


#header_menu .header_menu_05 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

#header_menu .header_menu_05 a:hover {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

#header_menu .header_menu_05 a:hover img.imghover05{
  display:block;
}

#header_menu .header_menu_06 a {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#link .header_menu_06 a ,
#header_menu .header_menu_06 a:hover {
  width: 160px;
  height:35px;
  display: block;
  text-decoration: none;
}

body#link  .header_menu_06 a img.imghover06,
#header_menu .header_menu_06 a:hover img.imghover06{
  display:block;
}

body#link .header_menu_06 ul.sub-menu li {
  display: none;
}

.td_home_link a:link {
  font-size:12px;
  color: #005CBB;
  text-decoration: none;
}

/* - ドロップダウン設定 - */

#header_menu ul ul {
  position: absolute;
  display: none;
  width: 200px;
  height: 14px;
  z-index: 99999;
}

#header_menu ul li {
  border-bottom: 1px solid #cccccc;
}

#header_menu .sub-menu .header_menu_sub li {
  width: 190px;
}

#header_menu .sub-menu .header_menu_sub a {
  text-indent: 1px;
  background-image:none;
  background-color:#ffffff;
  font-size: 11px;
  font-weight: normal;
  height: 14px;
  line-height: 1.2em;
  padding: 10px 8px;
  width: 190px;
  border: 1px solid #cccccc;
  border-bottom: none;
  text-align:left;
  color: #666666;
}

#header_menu .sub-menu .header_menu_sub a:hover {
  font-weight: bold;
}

#header_menu .sub-menu .header_menu_sub .sub-menu a:hover {
  font-weight: bold;
}

#header_menu .sub-menu .header_menu_sub .sub-menu a {
  text-indent: 10px;
}

#header_menu ul li:hover > ul {
  display: block;
}

.bannerlink {
  vertical-align: middle;
  text-align: left;
}

.bannerlink li {
  list-style: none;
  padding: 2px;
  vertical-align: middle;
  display:inline-block;
  display:inline;
}
  
/*---------- コンテンツ ----------*/

#container {
  width: 960px;
  height: auto;
  margin: 5px 0;
  padding: 10px 0 0 0;
  background-color: #ffffff;
}

/*---------- メインコンテンツ HOMEページ ----------*/

#contents_home {
}

#content_home {
  width: 940px;
  padding: 0 10px;
  margin: 0;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.home {
  width: 900px;
  padding: 0;
  margin: 0;
}

.home #homestyle1{
  width: 400px;
  padding: 0;
  margin: 0;
  vertical-align:top;
}

.home #homestyle2{
  width: 500px;
  padding: 0;
  vertical-align:top;
  text-align: center;
}

.widget-title {
  display: none;
}

#menu_home {
  text-align: left;
}

#menu_home li {
  margin: 0;
  padding: 5px 0 7px 0;
  list-style: none;
  border-top: 1px solid #cecece;
}

#menu_home li:first-child {
  padding-top: 0; /* 親要素から見て一番目のli要素のスタイルを変更 */
  border-top: none;
}

#menu_home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu_home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu_home th {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}

#menu_home td {
  font-weight: bold;
  color: #ff4e00;
  font-size: 14px;
}

.categorynews {
  padding-left: 0 0 0 5px;
}

dl {  
  width:400px;  
  clear: both;  /* 回り込み解除 */
  margin: 0 0 0 20px;
}  

dt {
  float: left;  
  width: 80px;  
  _width: 70px;  
  clear: both;  /* 回り込み解除 */
  padding: 0 0 3px 5px;
  font-size: 12px;
  display: inline;
}

dd {
  margin-left: 80px;
  padding: 0 0 3px 5px;
  width: 300px;
  font-size: 12px;
}

.category dt {
  float: left;  
  width: 80px;  
  _width: 70px;  
  clear: both;  /* 回り込み解除 */
  padding: 3px 3px 3px 5px;
  font-size: 14px;
  display: inline;
}

.category dd {
  margin-left: 80px;
  padding: 3px 3px 3px 5px;
  width: 300px;
  font-size: 14px;
}

.news {
  font-size: 13px;
}

.category {
  font-size: 14px;
  padding: 0;
}

.category a {
  font-size: 14px;
  color: #001FBB;
  text-decoration: none;
}

.category a:visited {
  color: #001FBB;
}

.category a:hover {
  color: #00458d;
}

.td_home_link a:link {
  font-size:12px;
  color: #005CBB;
  text-decoration: none;
  border:none;
}

.td_home_link a:visited {
  color: #59ABFF;
  text-decoration: none
}

.td_home_link a:hover {
  color: #001FBB;
  text-decoration: none
}

.td_home_link a:active {
  color: #00458D;
  text-decoration: none
}

.td_home_link {
  padding: 0 6px;
  margin: 30px 0;
}

.td_home_blank {
  padding: 3px 15px 0 5px;
}

.td_home_blank hr {
  border:none;
  border-top: dotted 1px #cecece;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;

}

.announcement_state th {
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

.announcement_state td {
  font-weight: bold;
  color: #ff4e00;
  font-size: 12px;
}

.announcement_state td:before {
  content: " : ";
  color: #333333;
  font-size: 12px;
}

div.searchDealerLink{
  margin-top: 25px;
}

div.searchDealerLink hr {
  margin-top: -2px;
  background-color: #8BB500;
  height: 8px;
  border: 0;
  border-radius: 5px;
}

div.searchDealerLink img {
  height: 60px;
  margin-left: 10px;
}

div.searchDealerLink div {
  width: 328px;
  font-size: 23px;
  color: #539800;
  text-shadow: 0px 0px 1px #77B300;
  display: inline-block;
  margin-top: 25px;
  margin-left: 10px;
  position: absolute;
}

/*---------- メインコンテンツ 会員HOMEページ ----------*/

.member-home {
  padding: 15px;
  width: 650px;
  float:right;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  font-size: 14px;
}

.member-home td {
  //min-width: 250px;
}

.member-home td ul {
 list-style: none;
}

.member-home td li {
  vertical-align: top;
}

.member-home td li a {
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  font-size: 13px;
  text-decoration: none;
}

.member-home td li a:hover {
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  font-size: 13px;
  text-decoration: none;
  
}

.member-home td.home-member-content {
  padding-bottom: 10px;
}

.category_member {
  padding: 0;
  margin: 0;
  width: 650px;
}

.category_member .category {
  min-height: 80px;
}

.category_member dl {
  width: 650px;  
  clear: both;  /* 回り込み解除 */
}  

.category_member dl dt {
  font-size: 15px;
  clear: left;  /* 回り込み解除 */
  float: left;
  width: 7em;
  _width: 6em;
  margin-bottom: 2px;
  vertical-align: middle;
  display: inline;
}

.category_member dl dd {
  font-size: 15px;
  margin-left: 7em;
  margin-bottom: 2px;
  text-align: left;
  width: 36em;
}

.category_member a {
  font-size: 15px;
  text-decoration: none;
  //color: #2c8aeb;
}

.category_member a:link {
  color: #2c8aeb;
}

.category_member a:hover {
  color: #00458d;
}

.category_member a:visited {
  color: #001fbb;
}

.category_member_top dl dt {
  font-size: 15px;
  clear: left;  /* 回り込み解除 */
  float: left;
  width: 7em;
  _width: 6em;
  margin-bottom: 2px;
  vertical-align: middle;
  display: inline;
}

.category_member_top dl dd {
  font-size: 15px;
  margin-left: 6em;
  margin-bottom: 2px;
  text-align: left;
  width: 36em;
}

.scr-1 {
  overflow-y: scroll;   /* スクロール表示 */ 
  height: 178px;
}

.scr-2 {
  overflow-y: scroll;   /* スクロール表示 */ 
  width: 450px;
  height: 200px;
}

#div_radius {
  width: 227px;
  height: 15px;
  background-color: #f2f2f2;
  font-weight: bold;
  color: #6da400;
  font-size: 12px;
  padding: 2px 0 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*---------メインコンテンツ---------*/

#contents {
}

#content {
  float: right;
  width: 680px;
  line-height: 160%;
  margin: 0 15px;
  _margin: 0;
  padding: 0 ;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  display:inline;
}

.entry-child {
  padding: 0;
  margin: 15px 0 0 0;
}

.page-title {
  color:#458e00;
  font-size: 14px;
  font-weight:normal;
  margin: 7px 0 0 0;
  padding: 0;
}

.page-title:before {
  content: "■　";
  color: #458e00;
  font-size: 14px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.div-page-title {  
  line-height: normal;
  border:1px solid #c3dd4f;
  background-color:#fffee6;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  height:28px
}  

.page-childtitle {
  color:#458e00;
  font-size: 14px;
  font-weight:normal;
  margin: 7px 0 0 0;
  padding: 0;
}

.page-childtitle:before{
  content: "> ";
  color: #458e00;
  font-size: 14px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.page-childtitle-square {
  padding: 0;
  margin: 0 0 10px 0;
}

.div-page-childtitle-square h2 {
  font-size: 14px;
  font-weight:normal;
  color: #000000;
}

.page-childtitle-square:before{
  content: "■　";
  font-size: 14px;
  font-weight:normal;
  color: #000000;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}


.div-page-childtitle-paren h2 {
  font-size: 14px;
  font-weight:normal;
  color: #000000;
}

.page-childtitle-paren:before{
  content: "【";
  font-size: 14px;
  font-weight:normal;
  color: #000000;
}

.page-childtitle-paren:after{
  content: "】";
  font-size: 14px;
  font-weight:normal;
  color: #000000;
}

.div-page-childtitle { 
  font-size: 14px;
  line-height: normal;
  border-bottom:1px solid #c3dd4f;
  background-color:#ffffff;
  padding: 0;
  margin: 20px 0 5px 0;
  height:20px;
}

.table-prefectures {
  line-height: normal;
  width: 680px;
  height:46px;
  padding: 0;
  margin: 0;
}

h.prefecturesname {
  font-size: 14px;
  font-weight:normal;
}

h.prefecturesname:before ,
h.prefecturesname-child:before{
  content: "【";
  font-size: 14px;
}

h.prefecturesname:after ,
h.prefecturesname-child:after{
  content: "】";
}

.div-prefecturesname-child { 
  font-size: 12px;
  line-height: normal;
  background-color:#eeeeee;
  padding: 5px 0 0 5px;
  margin: 4px 0 4px 2px;
  height:15px;
}

.div_edit_link {
  text-align:right;
}

.div_edit_link a {
  font-size: 12px;
  color: #001FBB;
  text-decoration: none;
  text-align:right;
}

.div_edit_link a:hover {
  color: #00458d;
  text-decoration: none;
}

.div-border {
  margin: 15px 0;
  padding: 30px;
  border:1px solid #bababa;
}

.parent_content {
  padding: 10px 0 5px 0;
  margin: 0;
}

#comments {
  font-size: 14px;
  width:650px;
}

#comments a {
  font-size: 14px;
}

#comments ul {
  list-style: none;
}

#comments .depth-1 {
  border: 1px solid #555555;
  margin-top: 20px;
  padding: 20px;
}

#comments .depth-2 {
  margin-top: 5px;
  padding: 20px;
  background-color: #eeeeee;
}

/*---------- メインコンテンツ about ----------*/

.table_iinkai{
  float: left;
  width: 275px;
  padding: 0;
  margin: 15px 15px 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.td_iinkai_child{
  padding: 0;
  margin: 0;
}

.table_iinkai_child{
  line-height: normal;
  width: 275px;
  padding: 0;
  margin: 0;
  border:1px solid #d1d1d1;
}

.table_iinkai .iinkai_td1 {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.table_iinkai_child .iinkai_td2 {
  background-color:#dddddd;
  padding: 7px;
  margin: 0;
  font-size:9px;
}

.table_iinkai_child .iinkai_td2 .right {
  float:right;
  display: inline;
}

.table_iinkai_child .iinkai_td3{
  line-height: 16px;
  font-size: 14px;
  font-weight:bold;
  padding: 5px 0 0 5px;
  margin: 0;
}

.table_iinkai_child .iinkai_td4{
  font-size:9px;
  padding: 1px 0 0 5px;
  margin: 0;
}

.table_iinkai_child .iinkai_td5{
  font-size:9px;
  padding: 1px 05px 5px;
  margin: 0;
}

.table_iinkai_child .iinkai_td6 {
  font-size: 12px;
  line-height: 18px;
  background-color:#efefef;
  padding: 6px;
  margin: 0;
  height: 60px;
  vertical-align: top;
}

.entry_2pages {
  margin-top: 20px;
}

/*---------- メインコンテンツ data ----------*/

.div-data-content {
  width:650px;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
}

.div_tokeidata_text1 {
  padding: 0 15px;
  margin: 15px 0;
  font-size: 10px;
  line-height: 12px;
  color: #555555;
  width: 650px;
}

.div_tokeidata_text1 a {
  font-size: 12px;
  //color: #001FBB;
  text-decoration: none;
  text-weight: bold;
}

.div_tokeidata_text1 a:hover {
  color: #00458d;
}

.div_tokeidata_text2 {
  padding: 0 15px;
  margin: 15px 0;
  font-size: 10px;
  line-height: 12px;
  color: #555555;
  width: 650px;
}

.div-data-title {
  width:100%;
  line-height: normal;
  border:1px solid #c3dd4f;
  background-color:#fffee6;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  height:28px
}

span.data_description {
  
}

/*---------- メインコンテンツ ページング ----------*/

.paging_menu {
  width: auto;
  margin: 25px 0 10px 0;
  padding: 0;
  height: 15px;
  text-align: right;
}

.paging_menu span.paging {
  margin: 0;
  padding: 0 3px;
  vertical-align: middle;
}

.paging_menu span.paging a {
  font-size: 12px;
  color: #0079f6;
  text-decoration: underline;  
}

.paging_menu span.paging a:hover {
  font-size: 12px;
  color: #0079f6;
  text-decoration: underline;
}

.paging_content a {
  //color: #005cbb;
  font-size: 12px;
}

.paging_content a:hover {
  color: #001fbb;
}

.paging_content a:visited {
  color: #59abff;
}

/*---------- メインコンテンツ 別窓画面 ----------*/

.table_popup {
  width: 100%;
  padding: 0;
  margin: 0;
}

.td_popup_title {
  text-align: center;
  vertical-align: middle;
  background-color: #8fc833;
  width: 95%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.td_popup_content_b {
  border: 1px solid #bcbcbc;
  height: 545px;
  vertical-align: top;
  padding: 20px;
}

.td_popup_content {
  border: none;
  height: 570px;
  vertical-align: top;
}

.td_popup_bottom {
  text-align: center;
  vertical-align: middle;
  background-color: #bcbcbc;
  width="100%"
  margin-top: 10px;
  padding: 0 15px;
}

/*---------- メインコンテンツ イベント -----------*/

.page-title-small {
  color:#458e00;
  font-size: 13px;
  font-weight:normal;
  margin: 4px 0 0 0;
  padding: 0;
}

.page-title-small:before {
  content: "■　";
  color: #458e00;
  font-size: 13px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.div-page-title-small {  
  line-height: normal;
  border:1px solid #c3dd4f;
  background-color:#fffee6;
  padding: 0 0 0 5px;
  margin: 5px 0 15px 0;
  height:22px;
}

.table_event {
  width: 680px;
  margin: 15px 0;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table_event th {
  width: 150px;
  border:1px solid #666666;
  background-color:#b4e9b4;
}

.table_event td {
  width: 420px;
  border:1px solid #666666;
  background-color:#ffffff;
}

.table_event td.notes{
  height:60px;
  vertical-align: top;
}

.table_event td.no-border{
  border: none;
}

.table_event_new {
  width: 680px;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table_event_new th {
  width: 120px;
  border:1px solid #666666;
  background-color:#b4e9b4;
}

.table_event_new td {
  border:1px solid #666666;
  background-color:#ffffff;
}

.table_event_new a {
  font-size: 12px;
  color: #001FBB;
  text-decoration: none;
}

.table_event_new a:visited {
  color: #001FBB;
}

.table_event_new a:hover {
  color: #00458d;
}

span.thumbnail {
  display: block;
  margin: 0.3em 10px 0.3em 0;
}

span.thumbnail img{
  position: absolute;
  max-width: 170px;
  max-height: 150px;
}

span.thumbnail{
  height: 150px;
}

span.thumbnail:hover img {
  max-width: 650px;
  max-height: 895px;
}

/*---------- メインコンテンツ 更新履歴ページ（一般） ----------*/

dd.archive {
  margin-left: 70px;
  padding: 3px 3px 3px 5px;
  width: 550px;
  font-size: 12px;
}

/*---------- メインコンテンツ イベント登録ページ ----------*/

.event_kanri {
  background-color: #cccccc;
  text-align:center;
}

#container_event_kanri {
  margin: 15px 110px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #8bb500;
}

.title-event-kanri {
  font-size: 26px;
  font-weight:bold;
  background-color: #8bb500;
  color: #ffffff;
  height:30px;
  padding: 20px 0 0 15px;
}

#content-event-kanri {
  padding: 10px 0 ;
  text-align:left;
  font-size: 15px;
  font-weight:bold;
}

#content-event-kanri .event-menu {
  margin: 10px 0 15px 0;
  width: 100%;
  height: 15px;
  border-style: solid;
  border-width: 0 0 1px 5px;
  border-color: #8bb500;
}

#content-event-kanri a {
  width: 120px;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  background-color: #f1f0e9;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0 2px 2px 0;
  margin: 5px 0 15px 40px;
  padding: 3px 50px 5px 0px;
  font-weight: normal;
  display: block;
}
#content-event-kanri a:hover {
  color: #000000;
  background-color: #f1f0e9;
  border-style: solid;
  border-color: #cccccc;
  border-width: 2px 0 0 2px;
  margin: 5px 0 15px 40px;
  padding: 3px 50px 5px 0px;
  display: block;
}

.table_event_form {
  width: 900px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_event_form th {
  width: 200px;
  background-color: #b4e9b4;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #999999;
}

.table_event_form td {
  border: 1px solid #999999;
  font-size: 12px;
}

.div_event_text {
  margin: 15px;
  font-size:14px;
  text-align:center;
  color:#000000;
}

.div_event_text a：link {
  text-decoration: underline;
}

.div_event_text a:hover { 
  color: #005CBB;
  text-decoration: underline;
}


/*---------- メインコンテンツ サイトマップ ----------*/

#content_sitemap {
  float: right;
  width: 680px;
  margin: 0 130px 15px 130px;
  padding: 0;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  font-size:;
}

#content_sitemap a:visited { 
  color: #005CBB;
  text-decoration: none;
}

#content_sitemap a:hover {
  color: #001FBB;
  text-decoration: none;
}

#content_sitemap a:active {
  color: #005CBB;
  text-decoration: none;
}

/*---------- カスタムフィールド ----------*/

.div_text_top_right {
  text-align: right;
  color: #ff4e00;
  font-size: 9px;
}

.div_graph_title{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 10px 0;
  padding: 0;
}

.div_top_image{
  margin: 0;
}

.div_text_top_left{
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  padding: 0;
  margin: 0;
}

.div_text_bottom_left{
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  text-align: left;
  padding: 0;
  margin: 0;
}

.div_text_bottom_right{
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  text-align: right;
  padding: 0;
  margin: 0;
}

/*---------- リンクページ ----------*/

#linkmenu {
  width: 680px;
  border: none;
  text-align: center;
  padding: 5px 30px;
  margin: 0;
}

#linkpage {
  padding: 0;
  margin: 0;
}

.linkanchor {
  font-size:14px;
  font-weight:normal;
  padding: 0;
  margin: 0;
}

.linktable {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 20px;
}

/*------------ 表 ------------*/
.wp-table-reloaded td a {
  font-size: 12px;
}

.wp-table-reloaded td a:hover {
  font-size: 12px;
}

/* リンクページ */
#link .wp-table-reloaded {
  width:680px!important;
}

#link .wp-table-reloaded {
  border: 1px solid #ffffff;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
  padding: 0!important;
  margin: 0!important;
}

#link .wp-table-reloaded th, .wp-table-reloaded .sorting ,
.wp-table-reloaded-id-1 th, .wp-table-reloaded-id-1 .sorting ,
.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-2 .sorting ,
.wp-table-reloaded-id-3 th, .wp-table-reloaded-id-3 .sorting {
  font-size: 12px;
  font-weight: normal;
  text-align:center;
  background-color: #d5e9ff!important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px!important;
  line-height: 1.2;
}

.wp-table-reloaded-id-1 td ,
.wp-table-reloaded-id-2 td ,
.wp-table-reloaded-id-3 td {
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.wp-table-reloaded-id-1 td a ,
.wp-table-reloaded-id-2 td a ,
.wp-table-reloaded-id-3 td a {
  font-size: 12px;
  color: #005CBB;
  text-decoration: none;
}

.wp-table-reloaded-id-1 td a:visited ,
.wp-table-reloaded-id-2 td a:visited ,
.wp-table-reloaded-id-3 td a:visited {
  color: #59ABFF;
  text-decoration: none;
}

.wp-table-reloaded-id-1 td a:hover ,
.wp-table-reloaded-id-2 td a:hover ,
.wp-table-reloaded-id-3 td a:hover {
  color: #001FBB;
  text-decoration: none;
}

.wp-table-reloaded-id-1 td a:active,
.wp-table-reloaded-id-2 td a:active,
.wp-table-reloaded-id-3 td a:active{
  color: #00458D;
  text-decoration: none;
}

.wp-table-reloaded-id-1 .column-1 ,
.wp-table-reloaded-id-2 .column-1 {
   width:115px;
}

.wp-table-reloaded-id-1 .column-2 ,
.wp-table-reloaded-id-2 .column-2 {
   width:50px;
}

.wp-table-reloaded-id-1 .column-3 ,
.wp-table-reloaded-id-2 .column-3 {
   width:280px;
}

.wp-table-reloaded-id-1 .column-4 ,
.wp-table-reloaded-id-2 .column-4 {
   width:80px;
}

#link .kankei .wp-table-reloaded th {
  border: none!important;
  text-align: center;
}

#link .kankei .wp-table-reloaded td {
  width:280px;
}

/* 自販連とはページ */

#about .wp-table-reloaded {
  width:680px!important;
  padding: 0!important;
  margin: 0!important;
}

#about .wp-table-reloaded,
#about .wp-table-reloaded td,
#about .wp-table-reloaded th {
  border: 1px solid #bababa!important;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
}

#about .wp-table-reloaded th,
#about .wp-table-reloaded .sorting {
  font-size: 12px;
  font-weight: normal;
  background-color: #aaaaaa!important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px!important;
  line-height: 2.0;
  text-align: center;
  color: #ffffff!important;
}

#about .wp-table-reloaded td {
  font-size: 12px;
  line-height: 2.0;
  padding: 0 5px;
  margin: 0;
}

#about .wp-table-reloaded td a{
  color: #0000ee;
}

#about .wp-table-reloaded td a:visited{
  color: #0000ee;
}

#about #post-yakuin .wp-table-reloaded .column-1,
#about #post-yakuin .wp-table-reloaded .column-2,
#about #post-shibu .wp-table-reloaded .column-1,
#about #post-shibu .wp-table-reloaded .column-2,
#about #post-shibu .wp-table-reloaded .column-3,
#about #post-shibu .wp-table-reloaded .column-5,
#about #post-kaiin .wp-table-reloaded .column-2,
#about #post-kaiin .wp-table-reloaded .column-4 {
  text-align: center;
}

#about #post-shibu .wp-table-reloaded .column-1 {
  background-color: #d7fcfc;
  vertical-align: middle;
}

#about #post-yakuin .wp-table-reloaded td {
  border: none!important;
}

#about #post-yakuin .wp-table-reloaded .odd td {
  background-color: #f2f2f2!important;
}

#about #post-yakuin .wp-table-reloaded .even td {
  background-color: #ffffff!important;
}

/* 自販連とは＞会員ディーラー */
#about .div-prefectures-content-hokkaidou .wp-table-reloaded,
#about .div-prefectures-content .wp-table-reloaded {
  border: none!important;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
  padding: 0!important;
  margin-bottom: 20px!important;
  line-height: 24px!important;
  width:680px!important;
}

#about .div-prefectures-content-hokkaidou .wp-table-reloaded th,
#about .div-prefectures-content-hokkaidou .wp-table-reloaded .sorting {
  border: none!important;
  background-color: #eeeeee!important;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #333333!important;
}

#about .div-prefectures-content-hokkaidou .wp-table-reloaded td,
#about .div-prefectures-content .wp-table-reloaded th,
#about .div-prefectures-content .wp-table-reloaded .sorting,
#about .div-prefectures-content .wp-table-reloaded td {
  border: none!important;
  background-color: #ffffff!important;
  font-size: 12px!important;
  font-weight: normal;
  width: 45%!important;
  padding: 0;
  text-align: left;
  color: #333333!important;
}

#about .div-prefectures-content-hokkaidou .wp-table-reloaded td.column-1,
#about .div-prefectures-content .wp-table-reloaded th.column-1,
#about .div-prefectures-content .wp-table-reloaded .sorting,
#about .div-prefectures-content .wp-table-reloaded td.column-1 {
  padding: 0 0 0 15px;
}


#about .div-prefectures-content-hokkaidou .wp-table-reloaded td a,
#about .div-prefectures-content .wp-table-reloaded th a ,
#about .div-prefectures-content .wp-table-reloaded td a {
  font-size: 12px;
  color: #005cbb!important;
  text-decoration: none;
}

#about .div-prefectures-content-hokkaidou .wp-table-reloaded td a:hover,
#about .div-prefectures-content .wp-table-reloaded td a:hover {
  color: #001fbb!important;
}

#about .div-prefectures-content-hokkaidou .wp-table-reloaded td a:hover,
#about .div-prefectures-content .wp-table-reloaded td a:hover {
  color: #59abff!important;
}

/* 会員専用ページ */
body#member .wp-table-reloaded {
  width:650px!important;
  padding: 0!important;
  margin: 0!important;
}

body#member .wp-table-reloaded th,
body#member .wp-table-reloaded .sorting {
  font-size: 14px;
  font-weight: normal;
  background-color: #cccccc!important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px!important;
  line-height: 1.5;
  text-align: center;
  height: 25px;
}

body#member .wp-table-reloaded .row-2 td {
  font-size: 12px;
  font-weight: normal;
  background-color: #eeeeee!important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px!important;
  line-height: 1.5;
  text-align: center;
  height: 25px;
}

body#member .wp-table-reloaded td {
  font-size: 12px;
  font-weight: normal;
  background-color: #ffffff!important;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}

body#member .wp-table-reloaded .column-1,
body#member .wp-table-reloaded .column-4 {
  text-align: center;
}

body#member .wp-table-reloaded .column-3 {
  width:270px!important;
}


/* 支部専用ページ */
#branch .wp-table-reloaded,
.wp-table-reloaded-id-7 {
  width:650px!important;
  padding: 0!important;
  margin: 0!important;
}

.wp-table-reloaded-id-7 th, .wp-table-reloaded-id-7 .sorting {
  font-size: 12px;
  font-weight: normal;
  background-color: #aaaaaa!important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px!important;
  line-height: 1.5;
}

.wp-table-reloaded-id-7 .row-1 th {
  color: #ffffff!important;
}

.wp-table-reloaded-id-7 td.colspan-4 {
  font-size: 14px;
  background-color: #eeeeee!important;
}

.wp-table-reloaded-id-7, .wp-table-reloaded-id-7 td, .wp-table-reloaded-id-7 th {
  border: 1px solid #bababa!important;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
}

.wp-table-reloaded-id-7 td {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #ffffff!important;
}

.wp-table-reloaded-id-7 .row-1 {
  text-align: center;
}

#member .wp-table-reloaded {
  width:522px!important;
  padding: 0!important;
  margin: 0!important;
}

#member .wp-table-reloaded th,
#member .wp-table-reloaded .sorting {
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #eeeeee!important;
}

#member .wp-table-reloaded,
#member .wp-table-reloaded td,
#member .wp-table-reloaded th {
  border: 1px solid #bababa!important;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
}

#member .wp-table-reloaded td {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #ffffff!important;
  vertical-align: middle!important;
}

table.manual {
  border: 0px;
  border-spacing: 15px;
}

table.manual td {
  border: 1px solid #000000;
}

table.manual a {
  background-color: #Ffb6c1;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 7px 10px 0px;
}

table.manual a:hover {
  background-color: #ff69b4;
  color: #000000;
  text-decoration: none;
}

table.memberlist {
  margin : 10px;
  display: block;
  table-layout: fixed;
  border-collapse: collapse;
}

table.memberlist td {
 border-spacing: 0px;
}

table.memberlist a {
  display: block;
  height: 100%;
  padding: 3px 0px 0px 3px;
  background-color: #Ffb6c1;
}

table.memberlist a:hover {
  background-color: #ff69b4;
  color: #000000;
}

/*---------- サイドメニュー ----------*/
.side_menu {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
}

.side_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side_menu li {
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  border: solid 1px #cccccc;
}

.side_menu li a{
  color: #666666;
  display: block;
  width: 240px;
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 1px;
  margin-left: 1px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration: none;
}

.side_menu li a:hover{
  color: #666666;
  display: block;
  width: 240px;
  height: 15px;
  background-color: #ecffe1;
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 1px;
  margin-left: 1px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration:none;
}

.side_menu li a:before{
  content: "○ ";
  color: #666666;
  font-size: 10px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu li.parent a:before{
  content: " ";
  background-repeat: no-repeat;
}

.side_menu li.menu-side-data-index a{
  background-image: none;
  pointer-events:none;
}

.side_menu li.menu-side-data-index a:before{
  content: " ";
}

.side_menu .sub-menu {
  margin: 7px 0;
  display: none;
}

.side_menu .current-menu-ancestor .sub-menu {
  
}

.side_menu .sub-menu li {
  background-image:none;
  background-color:#ffffff;
  width: 200px;
  margin-left:10px;
  border:none;
}

.side_menu .sub-menu li a {
  color: #666666;
  width: 200px;
  height: auto;
  font-size: 11px;
  font-weight:normal;
  background-image: none;
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  text-decoration: none;
  background-image: none;
}

.side_menu .sub-menu li a:hover {
  background-color: #ffffff;
  color: #005cbb;
  width: 200px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  background-image: none;
}

.side_menu .sub-menu li a:before{
  content: "○ ";
  color: #666666;
  font-size: 8px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu .sub-menu li.subparent a:before{
  content: " ";
}

.side_menu .sub-menu li.subparent ul li a:before{
  content: "○ ";
  color: #666666;
  font-size: 8px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu .sub-menu li.subparent ul li.subparent a:before{
  content: " ";
}

.side_menu .sub-menu li.subparent ul li.subparent ul li a:before{
  content: "○ ";
  color: #666666;
  font-size: 8px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side-menu ul li {
  border-bottom: 1px solid #cccccc;
}

li.menu-side-data-index {
  padding: 2px 0;
  background-color: #cff4cf;
  border: 1px solid #cccccc;
}

li.menu-side-data-index a:hover {
  background-color: #cff4cf;
  cursor: default;
}

li.menu-side-data-index a:before{
  content: "　";
}

#div_under_sidemenu {
  background-color: ;
}

/*---------- サイドメニュー 会員ページ ----------*/

.member-menu-in-page {
  display: none;
}

.member-menu-disp:hover {
  cursor: pointer;
}

.member-menu-disp {
  width: 248px;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 3px 1px;
  color: #666666;
  line-height: 1.5;
}

.side_menu_member {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
}

.side_menu_member ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side_menu_member li {
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  border: solid 1px #cccccc;
}

.side_menu_member li a{
  color: #666666;
  display: block;
  width: 240px;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 1px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration:none;
}

.side_menu_member li a:hover{
  color: #666666;
  display: block;
  width: 240px;
  height: auto;
  background-color: #ecffe1;
  text-decoration:none;
}

.side_menu_member li.menu-side-data-index-pink a:hover{
  color: #666666;
  display: block;
  width: 240px;
  height: auto;
  background-color: #ffc0cb;
  text-decoration:none;
}

.side_menu_member li a:before,
.side_menu_member .sub-menu li a:before{
  content: "○ ";
  color: #666666;
  font-size: 11px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu_member .sub-menu li.parent a:before{
  content: " ";
  background-repeat: no-repeat;
}

.side_menu_member li.parent ul li,
.side_menu_member li.parent ul li a,
.side_menu_member li.parent ul li a:hover {
  width: 225px;
}

.side_menu_member .sub-menu li.parent ul li.parent a:before{
  content: " ";
  background-repeat: no-repeat;
}

.side_menu_member li ul.sub-menu li ul.sub-menu li a,
.side_menu_member li.parent ul.sub-menu li a {
  font-size: 12px;
}

.side_menu_member .sub-menu{
  margin: 7px 0;
}

.side_menu_member .sub-menu li.parent ul {
  display: none;
}

.side_menu_member .current-menu-ancestor .sub-menu {
  
}

.side_menu_member .sub-menu li {
  background-image:none;
  background-color:#ffffff;
  width: 235px;
  margin-left:5px;
  border:none;
}

.side_menu_member .sub-menu li a {
  color: #666666;
  width: 230px;
  height: auto;
  font-size: 13px;
  font-weight:normal;
  background-image: none;
  display: block;
  margin: 4px 0;
  padding: 0 0 0 5px;
  text-decoration: none;
}

.side_menu_member .sub-menu li a:hover {
  background-color: #ffffff;
  color: #005cbb;
  width: 230px;
  height: auto;
  font-size: 13px;
  font-weight:normal;
  display: block;
  margin: 4px 0;
  padding: 0 0 0 5px;
  text-decoration: none;
}

.side_menu_member li.menu-side-data-index {
  background-color: #ffffff;
}

.side_menu_member li.menu-side-data-index-pink a {
  background-color: #ffc0cb;
}

.side_menu_member li.menu-side-data-index-pink ul li a {
  background-color: #ffffff;
}

.side_menu_member li.menu-side-data-index a:before{
  content: "○ ";
  color: #666666;
  font-size: 11px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu_member li.menu-side-data-index a {
  cursor: default;
}

.side_menu_member li.menu-side-data-index ul li a {
  cursor: pointer;
}

.side_menu_member .sub-menu li a:before,
.side_menu_member li.menu-side-data-index ul li a:before {
  content: "◆ ";
  color: #888888;
  font-size: 9px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu_member li.parent a:before {
  content: " ";
  background-repeat: no-repeat;
}

.side_menu_member li ul.sub-menu li ul.sub-menu li a:before,
.side_menu_member li.parent ul.sub-menu li a:before{
  content: "・ ";
  color: #888888;
  font-size: 8px;
  font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

.side_menu_member li.menu-side-data-index-pink ul.sub-menu li.attention a {
 color: red;
 font-size: 9px;
}

.side_menu_member li.menu-side-data-index-pink ul.sub-menu li.attention a:before{
 color: red; 
 content: "※ ";
}

/*---------- メインコンテンツ 会員ページ ----------*/


#content-member {
  float: right;
  width: 680px;
  line-height: 160%;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0;
  _width: 660px;
  display:inline;
}

#content-member a {
  font-size: 14px;
}

.div-border-member {
  padding: 15px;
  width: 650px;
  border:1px solid #bababa;
}

.div-page-title-member {  
  border-top:3px solid #89d046;
  border-bottom:3px solid #89d046;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  height:28px;
}

.page-title-member {
  font-size: 14px;
  line-height: 16px;
  color: #458E00;
  font-weight:normal;
  margin: 7px 0 0 0;
  padding: 0;
}

.page-title-member:before {
  content: "【";
  color: #458E00;
  font-size: 14px;
}

.page-title-member:after {
  content: "】";
  color: #458E00;
}

.div-border-member .back-parent-page {
  font-size: 8px;
  text-align: right;
  padding: 0;
  margin: 0;
}

#content-member .div-border-member .back-parent-page a {
  font-size: 10px;
  line-height: 12px;
  color: #555555;
  text-decoration: none;  
}

#content-member .div-border-member .back-parent-page a:hover {
  color: #005CBB;
  text-decoration: none;
}

.div-link-pdf {
  padding: 0 25px 0 0;
  margin: 0;
}
.div-link-pdf a {
  margin: 0 17px 0 20px;
  font-size: 16px;
  color:#0000ee;
  text-decoration: underline;
}

.div-link-pdf a:visited {
  color:#551a8b;
}

.div-link-pdf p {
  margin: 0 0 20px 0;
}

/*---------- 検索フォーム,結果ページ ----------*/

#searchform {
  width: 220px;
  text-align: right;
}

#searchform #searchform #s {
  width: 100px;
  padding: 2px;
}

#content_search {
  width:960px;
  font-size: 12px;
}

.search_page_title {
  font-size: 13px;
  color: #539800;
  margin: 5px 0 5px 2px;
}

.div_searchform {
  text-align: left;
  padding: 0 0 25px 0;
  margin: 0;
}

.div_searchform input {
  vertical-align: middle;
}

.search_result_title {
  width: 960px;
  background-color: #77b300;
  font-size: 13px;
  color: #ffffff;
  padding: 3px;
  margin: 5px 0 15px 0;
}

.div_search_result {
  width: 900px;
  padding: 15px 30px 20px 30px;
  background-color: #f5f5f5;
}

.div_search_result dl {  
  width:670px;
}  

.div_search_result dt {
  float: left;  
  width:660px;
  padding: 0 0 0 10px;
  display: list-item;
}

.div_search_result dt a{
  font-size: 16px;
  color: #87cefa;
  text-decoration: underline;
}

.div_search_result dd {
  padding: 0;
  width:400px;
  margin-top: 25px;
  margin-left: 30px;
}

.div_search_num {
  font-size:16px;
  width: 960px;
  text-align: center;  
}

.search_page_back {
  margin-top: 2px;
  width: 960px;
  text-align: center;
}

.search_page_back a {
  font-size:16px;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #555555;
  background-color: #ffffff;
  text-align:center;
}

#footer a {
  color: #555555;
  font-size: 12px;
 }

#footer a:hover {
  color: #005cbb;
}

#footer_line {
  text-align: right;
}

#footer_menu {
  width: auto;
  margin: 0 auto 0 auto;
  padding-left: 150px;
  height: 20px;
  background-color: #e5e5e5;
  border-radius: 10px;
  text-align:center;
}

#footer_menu ul {
  padding: 0;
}

#footer_menu li {
  margin: 5px 0px;
  padding: 0px 5px;
  display:inline;
  list-style-type: none;
  float: left;
  border-left: solid 1px #555555;
}

#footer_menu li a {
  font-size: 10px;
  line-height: 10px;
  color: #555555;
  display: block;
  text-decoration: none;
}

#footer_menu li a:hover {
  font-size: 10px;
  line-height: 10px;
  color: #005cbb;
  display: block;
  text-decoration: none;
}

#footer_menu li:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
}

#copy {
  margin-top: 10px;
  text-align: center;
  color: #579e00;
  font-size: 10px;
}

.pbResults .pbPdfRecord .pbPreview a{
    margin: 10px 15px 0 0;
    background-color: #d3d3d3;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
    width: 120px;
}

.pbResults .pbPdfRecord .pbPreview a:hover{
  color:white;
  background-color:gray;
  text-decoration: none;
}

.pbPdfRecord .pbBacknumber a{
  font-size: 14px;
  color: #0068b7;
  text-decoration: underline;
}

.pbPdfRecord .pbBacknumber a:hover{
  color: #D95600;
}

.pbText .pbURL a{
  color: #0068b7 !important;
  text-decoration: underline;
}
.pbText .pbURL a:hover{
  color: #D95600 !important;
}
html body#member div#main div.pbSearchStatus div.pbSortSelection a{
  color: #0068b7 !important;
}

html body#member div#main div.container div.pbPageNavi a{
  color: #0068b7 !important;
}

html body#member div#main div.container div.pbPageNavi a:hover{
  color: #D95600 !important;
  text-decoration: underline;
}