@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

.box {
    width: 740px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 20px 0 50px 0;     
}

.box1 {
    width: 460px;
    height: 50px;
    overflow: hidden;
    margin: 40px 0 0 257px;
}

.box_s {
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 20px 0 20px 0;
}


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.border_bottom {
    border-bottom: #ccc 1px dotted;
}

.border_bottom_solid {
    border-bottom: #ccc 1px solid;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 250px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: 470px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px;
    color: #333;
    background: #fff;
}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.details {
    text-align: right;
}

.details a {
    font-size: 16px;
    margin: 0;
    padding: 5px 20px 5px 20px;
    line-height: 32px;
    text-decoration: none;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.details a:hover {
    font-size: 16px;
    opacity: 0.7;
    padding: 5px 20px 5px 20px;
    line-height: 32px;
    text-decoration: none;
    color: #72aa00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */

header {
    min-width: 980px;
    background: #a9c262;
    height: 199px;
    position: relative;
}


#header_desc {
    height: 15px;
    background: #5e6235;
}

#header-box {
    width: 980px;
    height: 124px;
    margin: 0 auto;
}

header #logo {
    clear: both;
    float: left;
    width: 353px;
    height: 46px;
    margin: 28px 0 0 133px;
}

header p.kotori {
    position: absolute;
    top: 18px;
    left: 140px;
    z-index: 10;
}

header #logo h1 {
    width: 348px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 6px 0 0 5px;
    height: 16px;
}

.mail_header {
    width: 353px;
    height: 99px;
    margin: 15px 0 0 0;
    display: block;
}

.mail_header a:hover {
    opacity: 0.7;
}


/* -----------------------------------------------------------
	nav
		ナビ
----------------------------------------------------------- */

nav {
    background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/nav_bg.png);
    background-repeat: repeat-x;
    height: 60px;
    border-top: 2px solid #98AC59;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a{
    display: block;
    zoom: 1;
    height: 60px;
}

ul#navi li{
    float:left; /*横並びに*/
    width: 140px;
}

ul#navi li a{
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#navi li#menu1 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu1.png) no-repeat;}
ul#navi li#menu2 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu2.png) no-repeat;}
ul#navi li#menu3 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu3.png) no-repeat;}
ul#navi li#menu4 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu4.png) no-repeat;}
ul#navi li#menu5 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu5.png) no-repeat;}
ul#navi li#menu6 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu6.png) no-repeat;}
ul#navi li#menu7 a {background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/menu7.png) no-repeat;}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover,
ul#navi li#menu7 a:hover {
    background-position: 0 -60px; /*真ん中の画像を出す*/
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a,
ul#navi li#menu6.current a,
ul#navi li#menu7.current a {
    background-position: 0 -60px; /*一番下の画像を出す*/
}


/* -----------------------------------------------------------
	#sub
		sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: none;
    height: 390px;
    margin-bottom: 20px;
}

ul#side_navi, ul#side_navi li, ul#side_navi li a{
    display:block;
    margin-bottom: 1px;
    zoom:1;
    height:55px;
}

ul#side_navi li{
    width:200px;
}

ul#side_navi li{
    width:200px;
}

ul#side_navi li a{
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#side_navi li#menu1 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu1.png);}
ul#side_navi li#menu2 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu2.png);}
ul#side_navi li#menu3 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu3.png);}
ul#side_navi li#menu4 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu4.png);}
ul#side_navi li#menu5 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu5.png);}
ul#side_navi li#menu6 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu6.png);}
ul#side_navi li#menu7 a{background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/sub_menu7.png);}

/*マウスオーバー時*/
ul#side_navi li#menu1 a:hover,
ul#side_navi li#menu2 a:hover,
ul#side_navi li#menu3 a:hover,
ul#side_navi li#menu4 a:hover,
ul#side_navi li#menu5 a:hover,
ul#side_navi li#menu6 a:hover,
ul#side_navi li#menu7 a:hover {
    background-position:0 -55px; /*真ん中の画像を出す*/
}

/*カレント表示*/
ul#side_navi li#menu1.current a,
ul#side_navi li#menu2.current a,
ul#side_navi li#menu3.current a,
ul#side_navi li#menu4.current a,
ul#side_navi li#menu5.current a,
ul#side_navi li#menu6.current a,
ul#side_navi li#menu7.current a {
    background-position:0 -55px; /*一番下の画像を出す*/
}



/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 980px;
    background: #a9c262;
    border-top: 2px solid #98AC59;
}

footer .kotori {
    position: absolute;
    top: -44px;
    left: 850px;
    z-index: 10;
}

.footer_area {
    height: 145px;
    background: #a9c262;
    margin: 0 auto;
    text-align: left;
}

.footer_navi_area {
    width: 980px;
    height: 85px;
    background: #a9c262;
    text-align: left;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.footer_navi_box {
    width: 840px;
}

.menu-footer-navi-container {
    width: 856px;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 0 0;
    display: block;
}

nav {
    border: none;
}

nav.footer_navi_area {
    background: #a9c262;
}

ul#menu-footer-navi li.menu-item {
    height: 15px;
    line-height: 12px;
    vertical-align: middle;
    display: inline;
    float: left;
    font-size: 12px; 
    padding: 25px 20px 0px 0px;
}

ul#menu-footer-navi li.menu-item a {
    color: #fff;
    padding-left: 18px;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #72aa00;
    padding-left: 18px;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #72aa00;
    padding-left: 18px;
}

.copyright {
    color: #fff;
    font-size: 13px;
    background: #5e6235;
    height: 20px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */

#footer_contents {
    width: 980px;
    height: 65px;
    margin: 0 auto;
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    height: 350px;
    margin-bottom: 20px;
}

#img_area {
    width: 980px;
    height: 350px;
    margin: 0 auto;
    background: #fff
}

#main_img-sub {
    height: 150px;
    margin-bottom: 10px;
}

#img_area-sub {
    width: 980px;
    height: 150px;
    margin: 0 auto;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}

#contents .page_top {
    clear: both;
    text-align: right;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main {
    float: right;
    width: 740px;
}

#main h2 {
    width: 715px;
    height: 34px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 5px 0 0 25px;
    background: url(https://www.yu-yu-sakushi.jp/wp-content/uploads/2015/03/h2.png);
}

#main h3 {
    width: 740px;
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-left: 4px solid #abc469;
    color: #333;
}

#main h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #abc469;
    margin: 0 0 20px 0;
    padding-left: 10px;
    color: #333;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
    float: left;
    width: 200px;
}

#sub h2 {
    width: 200px;
}

.side_widget {
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 38px;
    right: 20px;
    z-index: 20;
}

#page-top a {
    text-decoration: none;
    width: 58px;
    height: 58px;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 0 0 10px 10px;
}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form textarea {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form textarea,
select {
    outline:none;
}

.wpcf7-validation-errors {
    border: none !important;
}

span.wpcf7-not-valid-tip {
    color: #e60000 !important;
    font-size: 12px;
    display: block;
    margin-left: 10px;
}

.wpcf7-response-output {
    padding: 0 0 0 0 !important;
    color: #e60000 !important;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    padding-top: 0;
}

#sitemap_list li {
    text-indent: 0;
    font-size: 14px;
    padding: 10px 0 10px 0px;
    list-style-type: none;
    border-bottom: #222 1px dotted;
}

#sitemap_list li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px 0px 20px;
    color: #222;
}

#sitemap_list li a:hover {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px 0px 20px;
    color: #000;
}


/* -----------------------------------------------------------
	ブログ
----------------------------------------------------------- */

.info {
    float: left;
    margin-right: 30px;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 4px 4px #f8f8f8;
}

.more {
    text-align: right;
}

.border {
    min-height: 167px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 30px 0;
    margin: 20px 0 0px 0;
}

.border_left1 {
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 15px;
}

p.green a {
    color: #72aa00 !important;
}

p.green a:hover {
    color: #000 !important;
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    text-align: center;
}

.info {
    float: left;
    margin-right: 30px;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 4px 4px #f8f8f8;
}

a.page-numbers {
    background: #72aa00;
    margin: 3px;
    padding: 3px 10px 3px 10px;
    color: #fff;
}

a.page-numbers:hover {
    color: #333;
    background: #ccc;
}

span.page-numbers.current {
    margin: 3px;
    padding: 3px 10px 3px 10px;
    color: #333;
    background: #ccc;
}
    

/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #abc469;
    color: #fff;
    margin: 0 15px 0 15px;
}

.next a:hover {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #5e6235;
    color: #fff;
    margin: 0 15px 0 15px;
}