/*
 *  テーマCSS
 */

/* =========================================================== 
		theme template css
   =========================================================== */

/*	base css
-------------------------------------------------------------- */
html {
    background: url("/files/html_bg.jpg") repeat-x scroll center top transparent;
}

body {
    background: url("/files/body_bg.jpg") no-repeat scroll center top transparent;
    color: #666666;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 62.5%;
    line-height: 1;
    min-width: 1300px;
}

#branding_box {
    background: url("/files/branding_box_bg.png") no-repeat scroll center top transparent;
    height: 175px;
    margin: 0 auto;
    padding: 0;
}

#main_teaser {
  width: 960px;
    margin: 0 auto;
    padding: 0;
}

#outer_block {
    background: url("/files/outer_block_bg.jpg") repeat-y scroll center top transparent;
    margin: 0 auto;
    padding: 70px 0 0;
}

#inner_block {
    margin: 0 auto;
}


#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#site-description a {
    text-decoration: none;
}

#site-description a:hover {
    text-decoration: underline;
}

.entry-post {
    clear: both;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}


/* =========================================================== 
		layout template css
   =========================================================== */
#main {
    overflow: hidden;
    padding: 0;
}

.sidebar-box {
    display: inline-block;
    float: left;
}

#secondary {
    float: left;
    padding: 0 0 20px;
    width: 240px;
}

#blog_main .widget-area ul {
    margin: 0;
    padding: 0;
}

.widget-container {
    margin: 0 0 20px;
}


#thirdly {
    clear: both;
    padding: 0 0 50px 0;
    width: 240px;
}

#blog_main .widget-area ul ul {
    border: medium none;
    margin: 0;
    padding: 0;
}

#blog_main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 20px 0 0 30px;
    font-weight: normal;
}

#container_top {
    padding: 0 0 50px;
}

#footer_block {
    background: url("/files/footer_bg.png") repeat-x scroll center bottom transparent;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer_box {
    background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
    height: 171px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#footer_sitemap_block {
  width: 960px;
  margin: 0 auto;
}

#footer-widget-area {
    display: table-cell;
    font-size: 12px;
    line-height: 1.6;
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#footer-widget-area .widget-area {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

#footer-widget-area .widget-area ul.menu {
    border-left: 1px solid #999999;
    list-style: none outside none;
    margin-left: 0;
}

#footer-widget-area .widget-area .menu-item {
    float: left;
    margin: 0 0 5px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    display: block;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 0 -1px;
    padding: 0 15px;
    text-decoration: none;
}
#footer-widget-area .widget-area .menu-item a:hover {
    text-decoration: underline;
}

.footer_infomation {
    display: inline-block;
}

#footer_information {
    margin: 0;
    padding: 0;
}

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 30px 0 0 320px;
    padding: 0;
    width: 680px;
}

#copyright {
    clear: both;
    color: #FFFFFF;
    font-size: 100%;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* =========================================================== 
		2014/12/04 IE6,7のメニューセンタリングハックCSS追記
   =========================================================== */
* html #footer-widget-area .widget-area {/* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html #footer-widget-area .widget-area {/* IE 7 */
display:inline;
zoom:1;
}




/* =========================================================== 
		Blog style css
   =========================================================== */
#blog_main {
  width: 960px;
  margin: 0 auto 50px;
  overflow: hidden;
}
#container {
    float: left;
    margin: 0;
    width: 700px;
    overflow: hidden;
}

#container .post {
    display: inline-block;
    margin: 0;
    padding: 0 0 20px;
}

.page-title {
    font-size: 16px;
    line-height: 1.7;
    height: 40px;
}

.entry-meta,
.entry-content {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
    word-break: break-word;
}

.entry-content .photo {
    margin-bottom: 10px;
}

.entry-content .alignleft {
    float: left;
    margin-right: 10px;
}

.entry-content .alignright {
    float: right;
    margin-left: 10px;
}

#primary {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0 0 50px;
    width: 240px;
}

.navigation .nav-previous {
    border-right: 1px solid;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 10px 0 0;
    text-align: right;
    width: 339px;
}

.navigation .nav-next {
    border-left: 1px solid;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 0 -1px;
    padding: 0 0 0 10px;
    text-align: left;
    width: 330px;
}



/* =========================================================== 
		EASYS-CMS template css
   =========================================================== */

/*		お問い合わせフォームバナーウィジェットCSS
-------------------------------------------------------------- */
#contact_bnr_block {
    padding: 0;
    text-indent: -9999px;
}

#contact_bnr_block a {
    background: url("/files/contact_bnr.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 240px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#contact_bnr_block a:hover {
    background: url("/files/contact_bnr.jpg") no-repeat scroll center bottom transparent;
}


/*		ブログバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */
#blog_block {
    padding: 0;
    text-indent: -9999px;
}
#blog_block a {
    background: url("/files/blog_bnr.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#blog_block a:hover {
    background: url("/files/blog_bnr.jpg") no-repeat scroll center bottom transparent;
}


/*		クーポンバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */
#coupon_bnr_block a {
    background: url("/files/coupon_bnr.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 240px;
    text-indent: -9999px;
}

#coupon_bnr_block a:hover {
    background: url("/files/coupon_bnr.jpg") no-repeat scroll left bottom transparent;
    display: block;
    height: 240px;
    text-indent: -9999px;
}

#footer_information .entry-post .post-data p {
    font-size: 12px;
    line-height: 1.6;
}

.widget-title {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 5px 40px;
    font-weight: normal;
}

.widget-title2 a {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 40px;
    display:block;
    text-decoration: none;
    font-weight: normal;
}

.widget-title2 a:hover {
    text-decoration: underline;
}

.widget_search #s {
    font-size: 13px;
    line-height: 1.7;
    width: 60%;
}

input[type="submit"] {
    font-size: 13px;
    line-height: 1.7;
}

#nav-below {
    display: inline-block;
    margin: 20px 0;
}

/*		クーポンページCSS @20141016追記
-------------------------------------------------------------- */
.content_area {
    margin: 0 auto 20px;
}

#container_top.coupon_print_block,
body.coupon .easys_content_inner {
  float: none;
  width: 960px;
  margin: 0 auto;
}
body.coupon .entry_title {
  width: 920px;
}
.print_header {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px 10px;
    width: 938px;
}
.print_header_inner {
    float: left;
}
h1.print_page_title {
    border-left: 5px solid #999999;
    font-size: 14px;
    padding: 0 0 0 10px;
}
#print_btn {
    float: right;
}
.coupon .inline_title {
  background: none #aaa;
  border-radius: 5px;
  width: 938px;
  height: auto;
  line-height: 2;
  padding: 5px 10px;
  text-align: left;
}


/* =========================================================== 
		main navigation css
   =========================================================== */
#access {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    margin: 0 auto;
    width: 960px;
}
#access .menu-header {
	font-size: 12px;
	margin: 0;
	width: 960px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
}

div#access li.menu-item {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    text-indent: -9999px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================5メニューグローバル共通CSS==============================*/

div#access .gnavi01 a,
div#access .gnavi02 a,
div#access .gnavi03 a,
div#access .gnavi04 a,
div#access .gnavi05 a {
    background-image: url('/files/topnavi.png'); //グローバルナビの画像指定
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 192px;
}


/*==============================5メニューグローバルロールオーバーCSS==============================*/

div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -192px top; }
div#access .gnavi03 a { background-position: -384px top; }
div#access .gnavi04 a { background-position: -576px top; }
div#access .gnavi05 a { background-position: right top; }


div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -192px bottom; }
div#access .gnavi03 a:hover { background-position: -384px bottom; }
div#access .gnavi04 a:hover { background-position: -576px bottom; }
div#access .gnavi05 a:hover { background-position: right bottom; }


/*======================■5メニュープルダウンCSS■======================
	5メニュー子メニューCSS class (オプション)に「sub-gnavi」を入力
=======================================================================*/

#access ul.menu li.sub-gnavi ul.sub-menu {
    top: 55px;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi {
    border-bottom: 1px dotted;
    text-indent: 0;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi a {
    background: none #CCCCCC;
    background: none rgba(204, 204, 204, 0.75);
    filter: alpha(opacity=75); /* ie 6 7 */
    -ms-filter: "alpha(opacity=75)"; /* ie 8 */
    display: block;
    float: left;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    width: 192px;
  color: #333;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #333;
}

div#access ul.sub-menu li.sub-gnavi a:hover {
    background: none #999999;
    background: none rgba(153, 153, 153, 0.75);
    text-decoration: underline;
    filter: alpha(opacity=75); /* ie 6 7 */
    -ms-filter: "alpha(opacity=75)"; /* ie 8 */
    color: #fff;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
    color: #fff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a {
    background-color: #CCCCCC;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover {
    background-color: #999999;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover {
    filter: none;
    -ms-filter: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================6メニューグローバル共通CSS==============================*/

div#access .gnavi11 a,
div#access .gnavi12 a,
div#access .gnavi13 a,
div#access .gnavi14 a,
div#access .gnavi15 a,
div#access .gnavi16 a {
    background-image: url('/files/topnavi2.png'); //グローバルナビの画像指定
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 160px;
}


/*==============================6メニューグローバルロールオーバーCSS==============================*/

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: -160px top; }
div#access .gnavi13 a { background-position: -320px top; }
div#access .gnavi14 a { background-position: -480px top; }
div#access .gnavi15 a { background-position: -640px top; }
div#access .gnavi16 a { background-position: right top; }


div#access .gnavi11 a:hover { background-position-y: bottom; }
div#access .gnavi12 a:hover { background-position-y: bottom; }
div#access .gnavi13 a:hover { background-position-y: bottom; }
div#access .gnavi14 a:hover { background-position-y: bottom; }
div#access .gnavi15 a:hover { background-position-y: bottom; }
div#access .gnavi16 a:hover { background-position-y: bottom; }


/*======================■6メニュープルダウンCSS■======================
	6メニュー子メニューCSS class (オプション)に「sub-gnavi2」を入力
=======================================================================*/

#access ul.menu li.sub-gnavi2 ul.sub-menu {
    top: 55px;
    width: 160px;
}

div#access ul.sub-menu li.sub-gnavi2 {
    border-bottom: 1px dotted;
    width: 160px;
    text-indent: 0;
}

div#access ul.sub-menu li.sub-gnavi2 a {
    background: none #CCCCCC;
    background: none rgba(204, 204, 204, 0.75);
    filter: alpha(opacity=75); /* ie 6 7 */
    -ms-filter: "alpha(opacity=75)"; /* ie 8 */
    display: block;
    float: left;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    width: 160px;
    color: #333;
}

div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none #999999;
    background: none rgba(153, 153, 153, 0.75);
    filter: alpha(opacity=75); /* ie 6 7 */
    -ms-filter: "alpha(opacity=75)"; /* ie 8 */
    text-decoration: underline;
    color: #fff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #CCCCCC;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #999999;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
	filter: none;
	-ms-filter: none;
}


/*	googleMAP リンク処理
--------------------------------------------------------------*/

small {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
small a {
    display: inline-block;
    margin: 0;
    padding: 5px 2%;
    width: 100%;
    box-sizing: border-box;
}


/*===========================================================================================
    ■お問い合わせ関連CSS
===========================================================================================*/

.iqfm-req_color {
    color: #FF0000;
    font-size: 11px;
}

.iqfm-att_msg {
    font-size: 11px;
}


/*===========================================================================================
	■プライバシーポリシー
===========================================================================================*/

.privacy_block {
    display: inline-block;
    width: 100%;
}
  
.privacy_block strong {
    font-size: 17px;
    line-height: 2;
}
  
.privacy_block p {
    font-size: 13px;
    line-height: 2;
}
  
.privacy_block ul li {
    font-size: 13px;
    line-height: 2;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}

/*===========================================================================================
	■ブログ 下部ページ送りデザイン
===========================================================================================*/

#nav-below {
}

.navigation .nav-previous {
    border-right: 1px solid;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 10px 0 0;
    text-align: right;
    width: 339px;
}
.navigation .nav-previous a:hover {
    text-decoration: underline;
}

.navigation .nav-next {
    display: block;
    float: right;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 0 0 10px;
    text-align: left;
    width: 340px;
}
.navigation .nav-next a:hover {
    text-decoration: underline;
}


/*===========================================================================================
	■ウィジェット カレンダー
===========================================================================================*/

#wp-calendar {
    margin: 10px 0 0 1px;
    padding: 0;
    width: 239px;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 4px;
    text-align: left;
vertical-align: top;
}

#wp-calendar thead {
    font-size: 11px;
    line-height: 1.5;
}
#wp-calendar thead th {
    padding: 5px 0;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1.7;
    padding: 10px 5px;
    text-align: center;
}

#wp-calendar tbody td.pad {
    background-color: transparent;
}

#wp-calendar tbody td a {
    display:block;
    font-weight: bold;
    text-decoration: none;
}
#wp-calendar tbody td a:hover {
    text-decoration: underline;
}

#wp-calendar tfoot td#prev,
#wp-calendar tfoot td#next {
    font-size: 12px;
    padding: 10px 0;
}

#wp-calendar tfoot td#prev {
    text-align: left;
}
#wp-calendar tfoot td.pad {
}
#wp-calendar tfoot td#next {
    text-align: right;
}

/*===========================================================================================
	■ブログ投稿記事 成形
===========================================================================================*/
.entry-content p {
    margin-bottom: 10px;
}

.entry-content .alignleft {
    float:left;
    margin-right: 10px;
}


/*	■iframe背景
===========================================================================================*/
.textwidget > iframe {
    background: none repeat scroll 0 0 #FFFFFF;
}


/*	■2014/04/02 追記CSS
===========================================================================================*/

#wp-calendar thead th {
    text-align: center;
    vertical-align: middle;
}


/*	ページ送りナビゲーションCSS
-------------------------------------------------------------- */

.tablenav {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    line-height: 2em;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    width: 700px;
}

a.page-numbers,
.tablenav .current {
    border: 1px solid #999;
    font-size: 13px;
    padding: 8px 10px;
    text-decoration: none;
}
a.page-numbers:hover {
	color:white;
	background: #999;
}

.tablenav .current {
    background: none repeat scroll 0 0 #999;
    border-color: #999;
}


/*		詳細 back link (G block && I block)
-------------------------------------------------------*/
.permalink_in {
    clear: both;
    width: 100%;
}

.permalink_in a {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #999999;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.permalink_in a:hover {
    background: none repeat scroll 0 0 #AAAAAA;
    border: 1px solid #666666;
    color: #FFFFFF;
    text-decoration: underline;
}


/* =========================================================== 
		Block template css
   =========================================================== */

/*	Block 記事
-------------------------------------------------------------- */
.entry_post {
    display: inline-block;
    width: 100%;
}


/*	大見出し
-------------------------------------------------------------- */
.headline_title {
    background: url("/files/top_entry_title.png") no-repeat scroll left top transparent;
    font-size: 28px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    width: 960px;
    color: #000000;
zoom: 1;
}

/*	見出し
-------------------------------------------------------------- */
.entry_title {
    background: url("/files/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: static;
    width: 940px;
zoom: 1;
}

.entry_title h3 {
    display: inline-block;
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 820px;
}

.entry_title span.read_more_btn {
    float: right;
    height: 60px;
    width: 120px;
}

.entry_title span.read_more_btn a {
    background: url("/files/read_more_btn.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    transition: 0.2s;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
/*
.entry_title span.read_more_btn a:hover {
    background: url("/files/read_more_btn_on.jpg") no-repeat scroll left top transparent;
}*/


/*	小見出し
-------------------------------------------------------------- */
.sub_entry_title {
    background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: static;
    width: 940px;
zoom: 1;
}

.sub_entry_title h4 {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 820px;
}

.sub_entry_title span.read_more_btn {
    float: right;
    height: 60px;
    width: 120px;
}

.sub_entry_title span.read_more_btn a {
    background: url("/files/read_more_btn.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    transition: 0.2s;
}
.sub_entry_title span.read_more_btn a:hover {opacity: 0.8;}
/*
.sub_entry_title span.read_more_btn a:hover {
    background: url("/files/sub_read_more_btn_on.jpg") no-repeat scroll left top transparent;
}*/


/*	小タイトル
-------------------------------------------------------------- */
.inline_title {
  background: url("/files/column3_title_bg.png") no-repeat 0 0 transparent;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

/*	2カラム - ハーフタイトル
-------------------------------------------------------------- */
.half_entry_title {
    background: url("/files/half_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
    position: static;
    text-align: center;
    width: 456px;
}
.half_sub_entry_title {
    background: url("/files/half_sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
    position: static;
    text-align: center;
    width: 456px;
}


/* 新B-03　画像横タイトル
-------------------------------------------------------*/
.short_entry_title {
    background: url("/files/half_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
    position: static;
    text-align: center;
    width: 456px;
}
.short_sub_entry_title {
    background: url("/files/half_sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
    position: static;
    text-align: center;
    width: 456px;
}



.mid_entry_title {
  background: url("/files/entry_title_bg_w570.png") no-repeat 0 0 transparent;
  width: 550px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  font-size: 23px;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  text-align: left;
}
.mid_sub_entry_title {
  background: url("/files/sub_entry_title_bg_w570.png") no-repeat 0 0 transparent;
  width: 550px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  font-size: 23px;
  font-weight: bold;
  overflow: hidden;
  color: #000;
  text-align: left;
}



/*	タイトルインデント
-------------------------------------------------------*/
.indent_border {
    border-left: 5px solid #999999;
    padding-left: 10px;
}

/*	2カラム table template
-------------------------------------------------------*/
.parent_title {
    font-weight: bold;
}

.table_area {
    font-size: 12px;
    line-height: 1.7;
}

.table_area td.td_name {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    padding: 15px;
    text-align: left;
    vertical-align: top;

    /*強制改行キャンセラ*/
    /*word-wrap: normal;*/
    word-break: break-all;
    /*white-space: nowrap;*/
}

.table_area td.td_value {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}


/* =========================================================== 
		Plugin css
   =========================================================== */

/*	プラグイン(Social Bookmarking Light)
-------------------------------------------------------------- */
div#outer_block .wp_social_bookmarking_light {
    display: inline-block;
    margin-bottom: 20px !important;
}


/* =========================================================== 
		Block template css
   =========================================================== */

/*	A Block css
-------------------------------------------------------------- */
.headline_index_box {
    clear: both;
    width: 100%;
}
/*
 * 見出し画像
 */
.eyecatch.display_line_bg {
  background-image: url("/files/recommend_b_top.jpg"), url("/files/recommend_b_bottom.jpg"), url("/files/recommend_b_bg.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-color: transparent;
zoom:1;
}
.eyecatch.display_line_bg img {
    height: auto;
    padding: 15px;
    width: 420px;
}
.na_01 .img_size_full img {width: 100%;}
.na_01 .a_3col {margin-bottom: 30px;}

/*
 * 3連画像
 */
.field_3col .display_line_bg {
  background-image: url("/files/recommend_s_top.jpg"), url("/files/recommend_s_bottom.jpg"), url("/files/recommend_s_bg.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
zoom:1;
}

.a_3col.field_3col { width: 290px !important; }
.a_3col.field_3col.float_left { margin-right: 45px; margin-bottom: 30px; }
.field_3col .display_line_bg img {
    height: auto;
    padding: 10px;
    width: 270px;
}


/*	B Block & D Block - Half Left & Right
-------------------------------------------------------------- */
.easys_content .half_left {
    clear: none;
    float: left;
    overflow: hidden;
    width: 456px;
}
.easys_content .half_right {
    clear: none;
    float: right;
    overflow: hidden;
    width: 456px;
}
.nb_01 .img_size_full img {width: 100%;}


.btn_align_left {text-align: left;}
.btn_align_center {text-align: center;}
.btn_align_right {text-align: right;}


/*		C Block
-------------------------------------------------------*/
.c_07 .img_size_medium .img_box {
  overflow: hidden;
  
}
.c_07 .eyecatch img {
  transition: all 0.6s ease 0s;
}
.c_07 .eyecatch img:hover {
  transform: scale(1.1);
}


.c_08 .field_3col {
  overflow: visible;
  position: relative;
}
.c_08 .baloon {
  position: absolute;
  top: -50px;
  display: inline-block;
  padding: 15px;
  width: 306px;
  height: auto;
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  border: 1px solid #333;
  z-index: 0;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
}
.c_08 .baloon:before {
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: rgba(255,255,255,0.9) transparent transparent transparent;
  z-index: 0;
}
.c_08 .baloon:after {
  content: "";
  position: absolute;
  bottom: -9px; left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #333 transparent transparent transparent;
  z-index: -1;
}
.c_08 .eyecatch:hover .baloon,
.c_08 .eyecatch:hover .baloon:before {
  z-index: 101;
}
.c_08 .eyecatch:hover .baloon:after {
  z-index: 100;
}


.c_09 .field_3col a:hover img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
}


.nc_01 .main_btn,
.nc_02 .main_btn {text-align: center;}
.nc_02 .eyecatch {margin:0 0 15px;}


/*		D Block
-------------------------------------------------------*/
.td_cell {
    background: none repeat scroll 0 0 transparent;
    border-color: #999999;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 0;
    padding: 10px 0 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.7;
}

.td_cell.td_name {
    text-align: left;
}

.td_cell.td_value {
    text-align: right;
}
.d_01 .post_data, .d_02 .post_data, .d_03 .post_data,
.d_04 .post_data, .d_05 .post_data, .d_06 .post_data {
  font-size: 13px;
  line-height: 1.7;
}
.d_07 .half_block {
    width: 456px;
}
.d_07 .half_left {
    float: left;
}
.d_07 .half_right {
    float: right;
}


/*      E Block
-------------------------------------------------------*/
.ne_01 .img_size_full img {width: 100%;}



/*		F Block
-------------------------------------------------------*/
.f_01 .notes_post {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 10px;
}
.nf_03 .post_margin {margin: 0;}
.nf_03 .html_post {margin: 0 0 50px;}

.nf_01 .html_post iframe,
.nf_02 .html_post iframe,
.nf_03 .html_post iframe,
.nf_04 .html_post iframe {
  width: 100%;
  height: 350px;
}


/*		G Block
-------------------------------------------------------*/
.field_3col .table_area td.td_name,
.field_3col .table_area td.td_value {
    font-size: 11px;
    line-height: 1.5;
}

/*		I Block
-------------------------------------------------------*/
.before_after_block {
   background: url("/files/before_after_arr.png") no-repeat scroll center center transparent;
    clear: both;
    display: inline-block;
    width: 100%;
}

.index_before,
.index_after {
    width: 456px;
    text-align: center
}

.index_before img,
.index_after img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.index_before a:hover img,
.index_after a:hover img {
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.detail_post_margin {
    margin-bottom: 20px;
}

.i_02 .field_3col .post_data {
    font-size: 11px;
    line-height: 1.5;
}


/*		J Block
-------------------------------------------------------*/
.anchor_list {
    margin: 0 1% 20px;
    width: 98%;
}

.anchor_list ul li {
    border-bottom: 1px dotted #999999;
    margin-bottom: 5px;
    padding: 5px 0;
}

.anchor_list ul li.q_title {
    font-size: 15px;
    line-height: 2;
}
.anchor_list ul li.q_title a {
    display: block;
}

.faq_post.post_data {
    width: 100%;
}
.faq-title {
  background: none #aaa;
  border-radius: 5px;
  width: 460px;
  padding: 5px 10px;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.page_up {
    display: block;
    margin: 10px 0;
    text-align: right;
}

.page_up a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
}


/*		K Block
-------------------------------------------------------*/
.date_area {
    font-size: 15px;
    line-height: 2;
}

.post_title_list {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cu_mail_block {
    border-bottom: 1px dotted #999999;
    display: inline-block;
    padding: 0 0 40px;
    width: 100%;
}
.news_small_text {
    font-size: 15px;
    line-height: 2;
}

/*  Oブロック
---------------------------------------------------------------------------------------------------- */
.o_01, .o_02, .o_03, .o_04 {
  margin-bottom: 30px;
}
.o_01 .sub_post, .o_02 .sub_post,
.o_03 .sub_post, .o_04 .sub_post {
  margin-top: 20px;
}

.main_btn,
.sub_text_btn {
  margin: 0 0 20px;
  padding-top: 15px;
}
.main_btn a{
  background: url("/files/btn_icon.png") no-repeat 30px center #666;
  border-radius: 1.5em;
  padding: 10px 30px 10px 45px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.sub_text_btn a{
  background: url("/files/btn_icon.png") no-repeat 30px center #666;
  border-radius: 1.5em;
  padding: 10px 30px 10px 45px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}



/*		Z-C1 Block
-------------------------------------------------------------- */
.z_c1 .text_size_small {
/*  width: 290px;*/
}
.z_c1 .zc_form_content {
/*  width: 640px;*/
}
table.iqfm-table {
    width: 100%;
    margin-bottom:15px;
}
table.iqfm-table th, table.iqfm-table td {
    vertical-align: middle;
    padding: 15px;
    line-height: 1.7;
    border: 1px solid #DCDCDC;
}
.iqfm-table th {
    white-space: normal !important;
    background-color: #E7E7E7;
    text-align: left;
    vertical-align: top;
    width: 29%;
}
/* メールフォームのボタン高さを統一 */
table.iqfm-table button, table.iqfm-table input[type="reset"],
table.iqfm-table input[type="button"], table.iqfm-table input[type="submit"] { line-height: 1.7; }

/* テキスト入力ボックスのサイズを調整 */
table.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
table.iqfm-table td textarea {
  width: 96%;
  height: calc(1.1em * 10);
  font-size: 100%;
  line-height: 1.1;
}
table.iqfm-table td span.wpcf7-list-item {
  margin: 0 1em 0 0;
  display: block;
}
.iqfm-req_color {
  line-height: 1.7;
  display: block;
}

/*送信後*/
form.wpcf7-form.sent table.iqfm-table {
    display: none;
}
div.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/*		Z-D1 Block (Z-K1)
-------------------------------------------------------*/
.blog_post {
    border-bottom: 1px dotted #999999;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

.blog_thumb {
    max-height: 150px;
    overflow: hidden;
    width: 150px;
}

.blog_list_text_size {
    overflow: hidden;
    width: 780px;
}


/*		Z-E1 Block
-------------------------------------------------------*/
.banner_box {
    width: 100%;
    text-align: center;
}
.banner_box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.banner_box a:hover img {
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    -moz-opacity: 0.75;
    opacity: 0.75;
}


/*		Z-F1 Block
-------------------------------------------------------*/
.coupon_box {
}

.coupon_box table tr td {
    font-size: 11px;
    line-height: 1.5;
}

.coupon_box table tr td.coupon_data {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
}

.coupon_box table tr td.coupon_meta_title {
    background-color: #666666;
    border: 1px solid #666666;
    color: #FFFFFF;
    padding: 5px;
}

.coupon_box table tr td.coupon_meta {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    padding: 5px;
}


/*		Z-G1 Block
-------------------------------------------------------*/
.table_area {
    font-size: 15px;
    line-height: 1.7;
}

.table_area table {
}

.table_area table tr td {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    min-width: 10em;
}

.table_area table tr td.header_td {
}


/*		Z-J1 Block
-------------------------------------------------------*/
.slide_area {
    display: inline-block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide_area ul.slides {
    height: auto;
    overflow: hidden;
    *zoom: 1;

    /**
     * Here is CSS transitions 
     * responsible for slider animation in modern broswers
     */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide_area ul.slides li.slide {
    float: left;
}

.slide_area ul.slides li.slide a:hover img {
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.slide_area ul.slides li.slide img {
    height: auto;
    width: 100%;
}

.slide_area .slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
}

.slide_area .slider-arrow--right {
    background: url("/files/icon/next.gif") no-repeat scroll center center transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    bottom: 7%;
    height: 10px;
    right: 15px;
    filter:alpha(opacity=50);
    opacity: 0.5;
    text-indent: -9999px;
    width: 10px;
    z-index:100;
}
.slide_area .slider-arrow--left {
    background: url("/files/icon/prev.gif") no-repeat scroll center center transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    bottom: 7%;
    height: 10px;
    left: 15px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-indent: -9999px;
    width: 10px;
    z-index: 101;
}

.slide_area .slider-nav {
	position: absolute;
	bottom: 30px;
}

.slide_area .slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
}

.slide_area .slider-nav__item:hover { background: #ccc; }
.slide_area .slider-nav__item--current { background: #ccc; }


/* 左右＋サムネイル */
.slide_area > div:first-child {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.slide_area > div ul,
.slide_area > div ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.slide_area > div ul li img {
    width: 100%;
    display: none;
}
 
.slide_area .wideslider_base {
    top: 0;
    position: absolute;
}
.slide_area .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slide_area .slider_prev,
.slide_area .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slide_area .slider_prev {background: #fff url(/files/prev.png) no-repeat center center;}
.slide_area .slider_next {background: #fff url(/files/next.png) no-repeat center center;}
 
.slide_area > div.pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.slide_area > div.pagination a {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
  background-size: cover !important;
}
.slide_area > div.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.slide_area > div ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slide_area > div ul {
    display: inline-block;
    overflow: hidden;
}
.thumbslider .wideslider_base,
.simpleslider .wideslider_base,
.fadeslider .wideslider_base {
  overflow: hidden;
}

/*流れるスライド*/
.np_04 {margin-bottom: 50px;}



/*		Z-L1 Block
-------------------------------------------------------*/
.list_block .list_box {
    border-bottom: 1px dotted #CCCCCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 1% 10px;
    padding: 0 0 10px;
    width: 98%;
}

.list_block {
    border-bottom: medium none;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 0 10px;
    width: 100%;
}


/*	Z-M1 (コンテンツナビゲーション)
-------------------------------------------------------*/
/*========■■■ ul list ■■■========*/

ul.btn_list {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
}

li.link_list {
    display: inline-block;
    float: left;
    margin: 0 5px;
    padding: 0;
}

li.link_list a {
    background-color: #EEEEEE;
    border-left: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 15px;
    font-size: 15px;
}
li.link_list a:hover {
    background-color: #FFFFFF;
}

/*========■■■ div list ■■■========*/

div.btn_list {
    clear: both;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
}

div.link_list {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
    padding: 0;
}

div.link_list a {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 15px;
    font-size: 15px;
}
div.link_list a:hover {
    background-color: #FFFFFF;
}






/*  新Lightbox
---------------------------------------------------------------------------------------------------- */
.blueimp-gallery > .description {
  position: absolute;
  top: 50px;
  left: 40px;
  display: none;
  font-size: 13px;
  background: none rgba(0,0,0,0.5);
  padding: 20px;
  line-height: 1.7;
  color: #fff;
  max-width: 30vw;
}
.blueimp-gallery-controls > .description {
  display: block;
}









/*  1column
---------------------------------------------------------------------------------------------------- */
.easys_content_inner,
.half_block_outer02 {
  display: block;
  width: 960px;
  margin: 0 auto;
}

.img_size_b-large { width: 480px; }
.img_size_b-small { width: 360px; }
.text_size_b-small { width: 450px; }
.text_size_b-large { width: 570px; }

.img_size_half { width: 456px; }





/* 各ブロックのバグ・余白対応 */
.c_04 { margin: 0 0 20px; }
.menu-list table {
  border-collapse:separate;
}
.indent_border {
  width: 685px;
}
.nm_01 { margin: 0 0 30px; }
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 16px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 15px; }






.entry-title {
  background-image: url("/files/blog_title.png");
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}



.error404 .easys_content_inner {
  background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
  border-radius: 5px;
  padding: 30px;
  width: 900px;
}


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}



.nd_01.easys_content { margin-bottom: 0; }
.nd_01.easys_content .easys_content_inner {overflow: hidden;padding-bottom: 30px;}

.nf_03 small {
  display: block;
  width: 960px;
  margin: 20px auto;
}


.headline_title br, .entry_title br, .sub_entry_title br, .inline_title br { display: none; }



#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 100;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}

.headline_title br, .entry_title br, .sub_entry_title br, .inline_title br { display: none; }
