
/*
    Theme Name: yk-endo-site
    Description:テーマの説明
    Theme URI: テーマの URL
    Author: toshina-web
    Author URI: 作った人の URL
    Version: バージョン
    License: ライセンス
    License URI: ライセンスの URL
    */


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

/*===================
  CSS RESET
  ================================*/
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	}
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }


/*===================
  BODY
  ================================*/

/*↓背景画像上下複数設置 CSS3*/
body {
	margin-top: 25px;
	background-image: url(images/fudosan-site_02.gif),url(images/fudosan-site_18.gif);
	background-repeat: no-repeat;
	background-position: top,bottom,center;
        -webkit-text-size-adjust: 100%; /*iphone=auto_fontsize=[Reset]*/
}



.clear{
	clear: both;	
	}
	
/*===================
  HEADER
  ================================*/

#header{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	background-position: left;
	background-repeat: no-repeat;
    /*--background-color: #039; ----*/
	position: relative;
	}
 .header_title{
	 font-size: 10px;
	 color: #FFF;
	 float: left;
	 margin-top: 20px;
	 margin-left: 30px;
	 position: absolute;
	 left: 9px;
	  top: -2px;
	}
  .header_title a{
	  color: #FFF;
	  text-decoration: none;
	  }

   .header_title a:hover{
           color: #FFF;
	   text-decoration: none;
           }

.header_adress{
	text-align: right;
	font-size: 14px;
	color: #FFF;
	margin-right: 24px;
	margin-top: 18px;
	width: 400px;
	float: right;
	}
	
 .header_adress p{
	 margin-top: 10px;
	 margin-right: 50px;
	 font-size: 18px;	
	 }


/* GLONAVI
   ---------------------------------------*/

.glonavi-box{
	height: 46px;
	width: 100%;
	background-image: url(images/fudosan-site_07.jpg);
	background-repeat: repeat-x;	
	}

 .glonavi_inbox{
	 width: 856px;
	 margin-right: auto;
	 margin-left: auto;
	 overflow: hidden;
         }
	

#glo_navi{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
 #glo_navi li {
	 float: left;
	 text-align: center;
	 list-style-type: none;
	 }
  #glo_navi li a {
	  display: block;
	  width: 107px;
	  height: 46px;
	  line-height: 46px;/*上下中央、heght同じ数時指定対応*/
	  color: #FFF;
	  font-size: 14px;
	  margin-top: 0px;
	  margin-right: auto;
	  margin-bottom: 0px;
	  margin-left: auto;
	  text-decoration: none;

 /*テスト ゆっくり変化*/
          transition: background 1s linear 0;
          -moz-transition: background 1s linear 0;
          -webkit-transition: background 1s linear 0;
          -o-transition: background 1s linear 0;
          -ms-transition: background 1s linear 0; 
          }

    #glo_navi li a:hover{
	   background-image: url(images/glonavi_hover.gif);
	   background-repeat: repeat-x;
	   transition: background 1s linear 0;
           -moz-transition: background 1s linear 0;
           -webkit-transition: background 1s linear 0;
           -o-transition: background 1s linear 0;
           -ms-transition: background 1s linear 0; 
           }



/*===================
  WRAPPER
  ================================*/
/*---------↓heght指定するとはみだし、footerに重なりレイアウト崩れるためheght:1330pxは削除指定。[div=conte_main一覧box]のheghtも削除指定。※[div=contents中枠box]もheghtは指定せず。--------*/

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;

	}
 .top_img_box{
	 height: 370px;
	 width: 960px;
	 }
  .top_img_in_box{
	  height: 248px;
	  padding-top: 122px;
	  }




/* SLIDER = toppage-only  [bxslider(jquery)]
   ----------------------------------------------------------------------*/

 .slider-1{
	 float: left;
	 height: 242px;
	 width: 242px;
	 margin-right: 76px;
	 margin-left: 32px;	
	 border: 3px solid #BDB7A1;
         border-radius: 50%;
         -moz-border-image: border-radius: 50%;
         -webkit-border-image: border-radius: 50%;
         height: 242px;
         width: 242px;
         }
   .slider-1 img {
          border-radius: 50%;
          -moz-border-image: border-radius: 50%;
          -webkit-border-image: border-radius: 50%;
	  }

 .slider-2{
	 height: 242px;
	 width: 242px;
	 margin-right: 76px;
	 float: left;
	 border: 3px solid #BDB7A1;
         border-radius: 50%;
         -moz-border-image: border-radius: 50%;
         -webkit-border-image: border-radius: 50%;
         height: 242px;
         width: 242px;
         }

   .slider-2 img {
          border-radius: 50%;
          -moz-border-image: border-radius: 50%;
          -webkit-border-image: border-radius: 50%;
	  }

 .slider-3{
	 height: 242px;
	 width: 242px;
	 margin-right: 32px;
	 float: left;
	 border: 3px solid #BDB7A1;
         border-radius: 50%;
         -moz-border-image: border-radius: 50%;
         -webkit-border-image: border-radius: 50%;
         height: 242px;
         width: 242px;
         }

   .slider-3 img {
          border-radius: 50%;
          -moz-border-image: border-radius: 50%;
          -webkit-border-image: border-radius: 50%;
	  }

/*-----２枚目遅れて表示。読み込み時一瞬縦に全部表示されるバグ対策-----*/
           .img-2, .img-3 {
           display:none;
           }


/*------END--SLIDER-------------------*/




.top_img_in_box_1{
	float: left;
	height: 242px;
	width: 242px;
	margin-right: 76px;
	margin-left: 32px;	
	
    border: 3px solid #BDB7A1;
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    height: 242px;
    width: 242px;
 
}

.top_img_in_box_1 img {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
	
	
	
	
	}
.top_img_in_box_2{
	height: 242px;
	width: 242px;
	margin-right: 76px;
	float: left;
	
	border: 3px solid #BDB7A1;
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    height: 242px;
    width: 242px;
   
}

.top_img_in_box_2 img {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
	
		
	}
.top_img_in_box_3{
	height: 242px;
	width: 242px;
	margin-right: 32px;
	float: left;
	
	border: 3px solid #BDB7A1;
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    height: 242px;
    width: 242px;
   
}

.top_img_in_box_3 img {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
	
	}




/*===================
  CONTENTS
  ================================*/

/*---------↓heght指定するとはみだし、footerに重なりレイアウト崩れるためheght削除指定。[div=wrraper大枠box & div=conte_main一覧box]のheghtも削除指定。--------*/
#contents{
	margin-right: 39px;
	margin-left: 39px;
	
	}



/* SIDEBAR
   ------------------------------------------------------------------------------------*/

#side_bar{
 /*height: 700px;*/
	overflow: hidden;/*追加,バナー重なり崩れ回避*/
	width: 218px;
	margin-top: 70px;
	float: left;
	}
#side_navi{
	list-style-type: none;	
	}
#side_navi li a{
	text-decoration: none;
	height: 54px;
	width: 164px;/*sidebar,withbox218-padding_left54=164で記述*/
	overflow: hidden;
	display: block;
	line-height: 54px;
	color: #FFF;
	font-size: 14px;
	padding-left: 54px;
	background-image: url(images/fudosan-sidebar_nav_bg_18.png);
	}
	
#side_navi li a:hover{
	background-image: url(images/fudosan-sidebar_nav_bg_18_hover.png);	
	}	




#side_navi li a span {

	}	/*span個別指定、ここには記述せず*/

.side_nav-1 li {
     /*-----テスト ホバー時一瞬消える---------*/	
        display:none;
	}
.side_nav-2  {
	margin-top: 6px;
	}	
.side_nav-3  {
	margin-top: 6px;
	}

.side_nav-1 li a{
	
	}
.side_nav-2 li a{
	}	
.side_nav-3 li a{
	}	

.sn-1_span{
	font-size: 10px;
	margin-left: 23px;
	}
.sn-2_span{
	font-size: 10px;
	margin-left: 8px;	
	}
.sn-3_span{
	font-size: 10px;
	margin-left: 21px;
	}


.access_box{
	height: 270px;
	width: 218px;
	margin-top: 130px;
	background-image: url(images/fudosan-acce_map_23.png);
	}

	
#access_map{
	height: 40px;	
	}
.ac_map{
	font-size: 14px;
	margin-left: 54px;
	color: #FFF;
	line-height: 40px;
	}
.ac_map span{
	font-size: 10px;
	margin-left: 8px;
	}	
.ac_map_img{
	background-color: #CCC;
	height: 200px;
	width: 200px;
	margin-right: 12px;
	margin-left: 6px;	
	}
	
.adress_box{
	height: 120px;
	width: 218px;
	margin-top: 6px;
	background-image: url(images/fudosan-side_adre_bg_25.png);
	}	
#adress{
	font-size: 14px;
	color: #FFF;
	margin-left: 45px;
	line-height: 1.4;
	padding-top: 20px;	
	}
#adress li{
	
	}




/* CONTE_MAIN
   ------------------------------------------------------------------------------------*/

	
	/*---------↓heght指定するとはみだし、footerに重なりレイアウト崩れるためheght:700pxは削除指定。[div=wrraper大枠box]のheghtも削除指定。※[div=contents中枠box]もheghtは指定せず。--------*/
.conte_main{
	width: 574px;
	margin-top: 70px;
	float: right;
	margin-left: 90px;
	}	
.conte_midashi_box{
	height: 136px;
	width: 574px;
	}
.conte_midashi-01{
	height: 154px;
	width: 264px;
	margin-right: 46px;
	background-image: url(images/fudosan-site_15.jpg);
	margin-top: -18px;
	margin-left: -20px;
	float: left;
	}
.conte_midashi-02{
	height: 154px;
	width: 264px;
	background-image: url(images/fudosan-site_15.jpg);
	margin-top: -18px;
	margin-left: -20px;
	float: right;
	}



       /*---------↓WP仕様 front-page新着物件img----------*/
.wp_box1_img{
	
	width: 543px; /*---568→543,padding_left=25px 追加で差引き調整---*/
	border: 3px solid #30508B;
  /* 見出し非表示につき非表示指定    margin-top: 126px;  */
	background-color: #FFF;
        padding-top: 10px;
        padding-left: 25px;
	}
      /*---------end  /  WP仕様 front-page新着物件img----------*/




/* NEWS_BOX  = (toppage-only)
   ------------------------------------------------------------------------------------*/

	
.news_box{
	
	width: 568px;
	border: 3px solid #30508B;
	margin-top: 126px;
	background-color: #FFF;
	}
	
.news_box h3{
	color: #30508B;
	padding-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #30508B;
	width: 534px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 8px;
	}

  /*---非表示 WP不動産プラグイン#toukou_topを適用---*/
#news-list-1{
	font-size: 14px;
	color: #4f4f4f;
	padding-left: 24px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 1.8em;
	}

#news-list-1 a{
	text-decoration: none;

    }
	
#news-list-1 a:hover{
	
	
	}
	
   /*---2ページ目以降 conte_main内 [※web desgine_trainningサイトよりFORMAT抜粋し修正] ------*/

.conte_main_sub_box{
	
	width: 568px;
	border: 3px solid #30508B;
	background-color: #FFF;
        padding-bottom: 10px;
	}	

.conte_main_sub_box h3{
	color: #30508B;
	padding-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #30508B;
	width: 534px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 8px;
	}


  /*----FAQ プラグイン-----------*/
.entry-content{

        width: 534px;
	margin-right: auto;
	margin-left: auto;

       }
/* WP editor 投稿入力 画像回り込みボックスはみ出し。オリジナルテーマのため必要 */
.entry-content p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
/*.clearfix {
*    overflow: hidden;
*    zoom: 1;
*}
*.clearfix:after {
*    content: ""
*    display: block;
*    clear: both;
*}
*/

/*↑クリーンここまで*/


/*----------------↓2ページ目 [NEWS 一覧 archive] ページ----------- */


/*----------------↓目次題名タイトル----------- */



.mokuji_box{
	height: 62px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	background-color: #FFF8E9;
	margin-bottom: 20px;
	}
/*----------------↓高さpaddingで調整。lineheghtは２行目まで空間でるため。border考慮し43px指定.height+padding_top=58pxなるように指定----------- */
.mkj_inner_img{
	width: 120px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	color: #4f4f4f;
	font-size: 12px;
	margin-right: 14px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	height: 43px;
	padding-top: 15px;
	}	
	
	
.mkj_adress{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 145px;
	float: left;
	height: 43px;
	padding-top: 15px;
	}
.mkj_price{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 90px;
	float: left;
	height: 43px;
	padding-top: 15px;
	}			
.mkj_area{
	color: #4f4f4f;
	line-height: 1.3em;
	margin-top: 4px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 90px;
	float: left;
	height: 43px;
	padding-top: 15px;
	}

/*年月→period*/
.mkj_period{
	color: #4f4f4f;
	
	line-height: 1.3em;
	margin-top: 4px;
	font-size: 12px;
	width: 90px;
	float: left;
	height: 43px;
	padding-top: 15px;
	}


/*----------------各h1タイトル見出し部分ここから----------- */

.inner{
	height: 180px;
	width: 568px;
	position: relative;
	margin-bottom: 20px;	
	}



 .inner h1{
	line-height: 40px;
	background-image: url(images/bg-midasi_07.gif);
	padding-left: 70px;
	height: 40px;
	 }

 .inner h1 a{
	font-size: 14px;
	color: #0065ff;
	text-decoration: none;
	}
 .inner h1 a:hover{
	color: #fe8300;	 
	 }	
.aicon{
	position: absolute;
	top: 8px;
	left: 30px;
	}	
/*----------------↑見出し部分終わり--------------------*/



/*----------------↓各一覧情報レイアウト--------------------*/

/*WPではbackground-color: #CCC;は削除（アイキャッ
チ画像サイズで長方形が指定サイズで表示できないがとりあえずOKとした。）*/
.inner_img{
	height: 100px;
	width: 120px;
	margin-top: 5px;
	margin-left: 15px;
	background-color: #CCC;
	float: left;
	margin-right: 15px;
	}
.jouhou_box	{
	height: 110px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	}


		
/*----------------↓高さpaddingで調整。lineheghtは２行目まで空間でるため。border考慮し75px指定.height+padding_top=105pxなるように指定----------- */	
.adress{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 145px;
	float: left;
	height: 75px;
	padding-top: 30px;
	}
.price{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 90px;
	float: left;
	height: 75px;
	padding-top: 30px;
	}			
.area{
	color: #4f4f4f;
	line-height: 1.3em;
	margin-top: 4px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	width: 90px;
	float: left;
	height: 75px;
	padding-top: 30px;
	}

/*年月→period*/
.period{
	color: #4f4f4f;
	
	line-height: 1.3em;
	margin-top: 4px;
	font-size: 12px;
	width: 90px;
	float: left;
	height: 75px;
	padding-top: 30px;
	}
.more {
	text-align: right;
	margin-right: 30px;
	margin-top: 8px;	
	}
.more a{
	text-decoration: none;
	color: #0065ff;
	font-size: 14px;
    }
.more a:hover{
	color: #fe8300;
	}

/*----------------↑終わり各一覧情報レイアウト--------------------*/



/* ------------↑終わり 2ページ目 [NEWS 一覧 archive] ページ----------- */



/* ------------↓ 3ページ目 [shingle]個別詳細 ページ----------- */




/*-----------↓物件img画像 --------*/

.img_out_box-1{
	height: 300px;
	width: 300px;
	border: 1px solid #CCC;	
	float: left;
	}

.img_in_box-1{
	height: 300px;
	width: 300px;	
	}



.img_out_box-2{
	height: 300px;
	width: 260px;
	border: 1px solid #CCC;
	float: right;	
	}

.img_in_box-2{
	height: 300px;
	width: 260px;	
	}

/*-----------↓縦横中央配置テスト中。まだ横のみ中央。変更必要 --------*/
.img_in_box-2 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

/*-----------↓imgサムネイル 5件横表示 --------*/
.img_out_box-3{
	height: 110px;
	width: 568px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

.img_in_box-3_1{
	float: left;
	margin-right: 10px;
	margin-left: 12px;
	}
.img_in_box-3_2{
	float: left;
	margin-right: 10px;
	}

.img_in_box-3_3{
	float: left;
	margin-right: 10px;
	}

.img_in_box-3_4{
	float: left;
	margin-right: 10px;
	}

.img_in_box-3_5{
	
	}



/*-----------↓テーブル --------*/

      

.table-1{
	width: 568px;
	line-height: 1.8em;
	color: #4f4f4f;
	margin-top: 10px;
	}

	
	
.table-1 th{
	background-color: #FFF8E9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	vertical-align:middle; /*セル内テキスト縦中央は位置で、valignではfirefoxブラウザ無効のためcssに「vertical-align:middle;」記述した。OK }*/
	padding-left: 5px;	
	}
.table-1 td{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c7b16d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	vertical-align:middle; /*セル内テキスト縦中央は位置で、valignではfirefoxブラウザ無効のためcssに「vertical-align:middle;」記述した。OK }*/
	padding-left: 5px;
	}




td a{
	color: #4f4f4f;
	text-decoration: none;	
	}
td a:hover{
	color: #fe8300;	
	}
.title {
	text-align: center;
}
/*----------テーブル 訓練カリキュラム*/	
     
	 
.table-2{
	width: 630px;
	line-height: 2.0em;
	color: #4f4f4f;
	margin-bottom: 30px;
	}	 
	 
.table-2 th{
	border: 1px solid #dddddd;
	text-align: left;
	vertical-align:middle; /*セル内テキスト縦中央は位置で、valignではfirefoxブラウザ無効のためcssに「vertical-align:middle;」記述した。OK }*/
	padding-left: 5px;	
	}	 
	 
.table-2 td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c7b16d;	
	
	vertical-align:middle; /*セル内テキスト縦中央は位置で、valignではfirefoxブラウザ無効のためcssに「vertical-align:middle;」記述した。OK }*/
	padding-left: 5px;
		
	}



/*-----------↑終わりテーブル 個別詳細ページ--------*/


/*-----------↓コンタクトフォームページ php工房 MailForm01 適用--------*/

#formWrap {
	width:568px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap p{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}



/*===================
  FOOTER
  ================================*/

#footer{
	
	height: 156px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;		
	}
.footer_banner_box{
	
	height: 56px;
	width: 882px;
	margin-right: 39px;
	margin-left: 39px;	
	
	}
	
.banner_list{
	
	
	}	

.banner_list li{
	float: left;
	margin-right: 56px;  /*仮サイズmargin*/
	}	
	
.banner_list li a{
	}

.banner-1{
	}
.banner-2{
        margin-top: 13px;
	}
.banner-3{
	}
.banner-4{
	margin-top: 8px;
	}
	
.footer_text_box{
	height: 100px;
	width: 882px;
	margin-right: 39px;
	margin-left: 39px;
	
	}
.footer_copyright{
	float: left;
	width: 390px;
	font-size: 14px;
	margin-top: 56px;
	color: #FFF;
	}
.footerNav_box{
	float: right;
	width: 340px;
	margin-top: 56px;
	}
.footerNav{
	overflow: hidden;
	list-style-type: none;
	
	}

.footerNav li{
	float: left;
	padding-left: 5px;
	}
.footerNav li a{
	font-size: 14px;
	color: #FFF;
	}
.footerNav li a:hover{
	color: #999;
	}





/*-----------↓フリーcms php工房 pkobo-news01 トップページ適用--------*/


ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}




/*--------コンタクトフォーム プラグイン-------------------------------------------------- */


/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa;  padding:20px;  margin:0 0 30px 0; } /*-------非表示(オリジナル)→ border:1px solid #ddd; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;------*/

div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block; 
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}






/*----------------お知らせinfo一覧ページ/見出し部分    (category.php)-----------------------------------------------*/


.inner{
	height: 180px;
	width: 534px;
	margin-bottom: 20px;
	position: relative;
	border:1px dotted #ccc;
        margin-right: auto;
	margin-left: auto;
}

  .inner h2{
            color: #30508B;
	    line-height: 45px;
	    background-image: url(images/bg-midasi_07.gif);
	    padding-left: 35px;
	    height: 50px;
  }

     .inner h2 a{
	        font-size: 16px;
	        color: #00329b;
	        text-decoration: none;	
     }
       .inner h2 a:hover{
	                 text-decoration: underline;
	                 color: #39f;
     }	
.aicon{
	position: absolute;
	top: 8px;
	left: 30px;
	}	
.rank-number {
	list-style-image: none;
	list-style-type: decimal;
    }



/*----------------お知らせinfo一覧ページ / 見出し部分以外   (category.php)------------------------*/


/*WPではbackground-color: #CCC;は削除（アイキャッ
チ画像サイズで長方形が、ぴったり指定サイズで表示できず。正方形のみ反映。とりあえず正方形でOKとした。★CSS側で100px.120pxで長方形レイアウト作成し。WP側アイキャッチ画像で120px,120pxとして表示する。）*/
.inner_img{
	height: 100px;
	width: 120px;
	margin-top: 5px;
	margin-left: 30px;
	background-color: #CCC;
	float: left;
	margin-right: 45px;
	}

.ratings_inner{
	margin-top: 4px;
	}

.date_inner{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	}

.zipcode{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;	
	margin-top: 4px;
	}

.adress{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;	
	margin-top: 4px;
	}
.tel{
	color: #4f4f4f;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 4px;
	
	}
			
.text{
	color: #4f4f4f;
	margin-right: 50px;
	line-height: 1.3em;
	margin-top: 4px;
	font-size: 12px;
	}
.more {
	text-align: right;
	margin-right: 30px;
	margin-top: 8px;	
	}
.more a{
	text-decoration: none;
	color: #00329b;
	font-size: 14px;
    }
.more a:hover{
        text-decoration: underline;
	color: #39f;
	}


/*お知らせinfo一覧ページ (category.php)*/

.total-score{
        font-size: 14px;
        margin-top:    15px;
	margin-bottom: 15px;
        padding-left:  30px; 
    }

.page-navi{
        font-size: 13px;
        width: 46%;
        padding: 10px 10px 10px 5px;
        float: right;
        text-align: right;
        margin-right: 10px;

    }

.page-navi a{
        padding: 5px;
        border: 1px solid #ccc;
        color: #30508b;
        text-decoration: none;
    }

.page-navi a:hover{
        color: #36F;
        text-decoration: underline;
    }


/*------------アクセスマップページ----------------------*/
.access-map_box{
        width: 534px;
	border:1px solid #ccc;
        margin-right: auto;
	margin-left: auto;
}


/*------------掲載終了案内用ページ----------------------*/

.syuryo-page-box{     /*top_img_box非表示. 高さスペースレイアウト調整------------------------*/
        height: 200px;
	width: 960px;
}


