@charset "UTF-8";

  .overBreak
  {
    display: none;
  }
  .underBreak
  {
    display: block;
  }
  .floatLeft,
  .floatRight
  {
    float: none;
  }
  div.wrap
  {
    padding: 0 22px;
  }
  
  div.header img.logo
  {
    width: 100%;
  }
  div.header img.info
  {
    width: 50%;
  }

  div.header
  {
    margin: 10px 0;
  }
  div.g_menu
  {
    background-color: #32659a;
    cursor: pointer;
  }







/*中国地方支部スマホ タイトル背景*/
div.header_chugoku
  {
    background-image: url("../images/chugoku/title_haikei_chugoku.jpg");
  }

/*中国地方支部スマホ メニュー背景*/
  div.g_menu_chugoku
  {
    background-color: #ff9933;
    cursor: pointer;
  }
/*中国地方支部スマホ メニュー [HOME]背景*/
  div.g_menu_chugoku div.static
  {
    padding: 8px;
    text-align: center;
    background: -moz-linear-gradient( top, #efb800 0%, #f7943a 100% );
    background: -webkit-gradient( linear, center top, center bottom, from( #efb800 ), to( #f7943a ));
    background: linear-gradient( top, #efb800 0%, #f7943a 100% );
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
/*-------------------------------*/






  div.g_menu div.static
  {
    padding: 8px;
    text-align: center;
    background: -moz-linear-gradient( top, #336699 0%, #003662 100% );
    background: -webkit-gradient( linear, center top, center bottom, from( #336699 ), to( #003662 ));
    background: linear-gradient( top, #336699 0%, #003662 100% );
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
   
  
  div.g_menu ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  div.g_menu > ul > li
  {
    display: block;
    text-align: left;
    vertical-align: midle;
    border-top: solid 1px #fff;
    padding: 8px 0;
  }
  div.g_menu > ul > li > a
  {
    text-decoration: none;
  }
  div.g_menu > ul > li span
  {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 16px;
  }
  div.g_menu > ul > li.index span
  {
    background-image: url( "../images/menu_home.png" );
    background-repeat: no-repeat;
    background-position: 16px 20px;
    padding-left: 38px;
  }
  div.g_menu > ul > li.living_will span
  {
    background-image: url( "../images/menu_wakaba.png" );
    background-repeat: no-repeat;
    background-position: 16px 16px;
    padding-left: 38px;
  }
  div.g_menu > ul > li.member_square span
  {
    background-image: url( "../images/menu_kagi.png" );
    background-repeat: no-repeat;
    background-position: 16px 20px;
    padding-left: 32px;
  }
  div.g_menu > ul > li > ul
  {
    margin-top: 8px;
    margin-bottom: -8px;
  }
  div.g_menu > ul > li > ul > li
  {
    display: block;
    text-align: left;
    vertical-align: midle;
    border-top: solid 1px #fff;
    padding: 8px 0 8px 16px;
  }

  div.top_photo
  {
    position: relative;
  }
  div.top_photo span.text
  {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #fff;
    font-size: 18px;
  }
  div.top_photo img
  {
    width: 100%;
  }

  div.hajimetenokata
  {
    background-image:url( '../images/underBreak/backimage.jpg' );    
  }
  div.hajimetenokata img
  {
    width: 100%;
  }
  div.content .top_cap1
  {
    background-color: #5c667b;
    padding: 2px;
    text-align: center;
    color: #fff;    
  }
  div.content .top_publication_box,
  div.content .top_newsletter_box,
  div.content .top_report_box
  {
    padding: 10px;
    border: none;
  }
  div.content .top_publication_box img
  {
    margin-right: 25px;
  }
  div.content .top_cap3 .floatRight
  {
    float: right;
  }

  div.btn_sitemap
  {
    color: #fff;
    background-color: #005180;
    height: 30px;
    padding: 8px 0 0 20px;
    cursor: pointer;
  }
  div.sitemap_area
  {
    border-top: solid 6px #005180;
    background-color: #005180;
  }
  div.sitemap_window
  {
    display: none;
    padding: 0 22px;
  }
  #sitemap .spacer
  {
    height: 12px;
  }
  #sitemap h3
  {
    margin: 16px 0 8px;
  }
  #sitemap a
  {
    line-height: 1.6;
  }

  div.footer
  {
    background-image:url( '../images/underBreak/backimage.jpg' );
    padding: 15px 0;
  }
  
    div.foot_chugoku
  {
    background-image:url( '../images/underBreak/backimage.jpg' );
    padding: 15px 0;
  }
  
  div.footer div.tab
  {
    height: 67px;
    width: 278px;
    background-color: #fff;
    border: #a3b8cc 2px solid;
    border-radius: 12px; 
    margin: 0 auto;
    padding: 7px;
    line-height: 1.3;
  }
  div.footer div.tab .text
  {
    font-size: 12px;
  }
  div.footer div.signature
  {
    margin: 0 auto;
    padding-top: 15px;
    width: 300px;
  }
  div.footer div.signature span.companyaddress
  {
    font-size: 13px;
  }
  /** MODx-内容 **/
  /*一覧ページ用*/
  .mainContent
  {
  	margin: 0 10px
  }
  /*個ページ用*/
  .mainHead,
  .content_box,
  .mainFoot
  {
  	margin: 0 10px
  }
  /* 右サイド */
  div.rside_menu_wf
  {
	margin-top: 20px;
  }
  /*バナー*/
  .banner_box {
	margin:10px;
  }
  .banner_box2 {
	margin-right:10px;
        margin-left:10px;
        margin-bottom:10px;
  }
  .banner_box3 {
	margin-right:10px;
        margin-left:10px;
        margin-bottom:10px;
  }
  img.hyakupa {
	width: 100%;
  }
 /* メニューサイズ */
div.g_menu > ul > li > div > ul > li
{
    margin:12px 20px;
}
div#sitemap > div > ul > li{
    margin:15px 20px;
}
div#sitemap > div > ul > li > a span
  {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
#siryo input[type="text"],#siryo textarea,#goiken input[type="text"],#goiken textarea{
width:90%;
}

/* ログアウト画面 */
#member_square div.in_frm{
margin: 30px 10px;
padding: 20px;


}
#member_square div.frm_nosection {
	margin: 20px auto;
	padding: 10px;
	border: dotted 3px #08298A;
}