﻿/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */

/* ----20171117追加--- */
.mw_wp_form_input .btn input{
/*エピソード募集　確認画面へ進むボタン用*/
background:url(https://hotman.co.jp/wp/wp-content/uploads/2017/11/go_epiconfirm.gif) no-repeat;
width:384px;
height:90px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.mw_wp_form_confirm .btn input{
/*エピソード募集　送信ボタン用*/
background:url(https://hotman.co.jp/wp/wp-content/uploads/2017/11/go_episend.gif) no-repeat;
width:384px;
height:90px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.mw_wp_form_confirm .btn2 input{
/*エピソード募集　戻るボタン用*/
background:url(https://hotman.co.jp/wp/wp-content/uploads/2017/11/go_epiback.gif) no-repeat;
width:214px;
height:90px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.formheight {
height: 35px;
}

/*確認・送信ボタン*/
.confbtn {
 background: #0099CC;
 border: 1px solid #DDD;
 color: #FFF;
 text-shadow:1px 1px 1px rgba(0,0,0,0.5);
 width: 200px;
 padding: 10px 0;
 cursor: pointer;
}

/* ----20170906追加--- */
.newarticles	{
  width: 790px;
  }

.newarticles ul	{
  margin: 0;
  padding: 0;
  line-height: 140%;
  list-style: none; }

.newarticles li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px; }

.boxS	{width: 790px;}

.boxS:after	{content: "";
  display: block;
  clear: both; }

.boxS_inner {float: left;
  width: 395px;
  margin-right: 0px;
  padding-top: 10px; }

.menu_1second {
  background:#f9f8f3;
  width:750px;
  text-align:left;
  padding:20px; }

.why	{
  width: 790px; }

.why ul	{
  margin: 0;
  padding: 0;
  line-height: 140%;
  list-style: none; }

.why li {
  display: inline-block;
  width: 244px;
  margin-right: 20px;
  vertical-align: top;
  padding-left: 0px; }

.why li:nth-child(3n) {
  margin-right:0; }

.shizuku img {
  vertical-align:middle; }

.mid_blue {
  color: #69b9dd;
  font-size: 18px; }

.mid_s_blue {
  color: #69b9dd;
  font-size: 14px; }

/* ----20170726追加--- */
.forPc {display:inherit;}
.forPhone {display:none;}

/* ----20170802追加--- */
.post td, .post th { border:0px solid #ccc; padding:10px 15px 7px; line-height:2; }

a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
a:hover img{
	opacity:0.5;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:'Quicksand',"游ゴシック" YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', "Century Gothic", Arial, sans-serif;
	color:#333;
}

body a {
        color:#000;
}

body a:hover {
        color:#bcbf00;
}

/* h2 font-weight change */
h1{

}

h2{
        font-weight:normal;
        border-bottom:1px solid #000;
        font-family: 'Quicksand',sans-serif;
        font-weight:400;
        font-size:26px;
        margin:0 0 60px 0;
        padding:0 0 30px 0;

}

h2 span {
        font-size:20px;
        margin-left:30px;
        font-family: 'Quicksand', "Century Gothic",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
}


#top_headline {
        border-bottom:0px solid #fff;
        padding:0;
}

#post_title_news {
  font-size:22px;
  font-weight:bold;
	font-family: "Century Gothic",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	margin:0 0 10px;
	line-height: 160%;
  border-bottom:0px solid #fff;
}

#txtlink {
        color:#000;

}

#txtlink:hover {
        color:#c8ca00;
        text-decoration: underline;
}

body .green_lg{ font-size:24px;
	font-weight: bold;
}

.shop_name {
      margin: 0px 0 20px 110px;
      font-size: 22px;
      font-family:'Yugothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
      font-weight:700;
}


/* ----------------------------------------------------------------------
 sub title
---------------------------------------------------------------------- */

.sub_title {
    height: 56px;
    line-height:0;
    position: relative;
    margin: 10px 0 10px 0px;
    padding: 20px 0px 20px 0px;
    background:#fff url(/cms/corp/img/usr/common/slide/img_sub.png) no-repeat 0px center;
    font-size: 18px;
    font-family:'Yugothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
    font-weight:normal;
}



/* layout */
#wrapper {
	border-top: solid 5px #bcbf00;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	width: 100%;
	height: 171px;
	margin: 0;
}
#contents {
	width: 1200px;
	margin: 0 auto 70px;
}
#mainColumn {
	width: 790px;
	float: left;
}
#sideColumn {
	width: 380px;
	float: right;
}
/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom {
	display:none;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */


#logo-area {
	height: 107px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#logo_image {
	width: 1200px;
	margin: 0 auto;
}
#logo_image #logo {
	margin: 0;
	padding: 0;
	position: relative;

}


#logo_text {
	text-align: center;
	padding-top: 35px;
}

#logo_text #logo {
	margin: 0 0 6px;
	padding: 0;
	line-height: 100%;
	font-size: 24px;
	font-weight: normal;
}
#description { font-size:12px; color:#666; margin:0; padding:0; line-height:100%; font-weight:normal; }

/*#logo_text { position:absolute; top:40px; left:0px; }
#logo { margin:0 0 6px 0; padding:0; line-height:100%; font-size:24px; font-weight:normal; }
#logo_image #logo { position:absolute; }
#logo a { color:#333; text-decoration:none; }
#description { font-size:10px; color:#888; margin:0; padding:0; line-height:100%; font-weight:normal; }*/



/* global menu */



.menu_button {
	display:none;
}
#global_menu {
	height:63px;
	width:100%;
	margin:0 auto;
	z-index:9999;
	border-top: solid 1px #ddd;
	text-align: center;
  font-family:'Quicksand',"游ゴシック" ,'Yugothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', "Century Gothic", Arial, sans-serif;

}
#global_menu ul {
	height:63px;
	width:1200px;
	margin:0 auto;
	position:relative;
}

#global_menu > ul >li { vertical-align: top; }

#global_menu ul li {

	margin: 0;
	height: 63px;
	display: inline-block;
	font-weight: bold;
	position: relative;
}
#global_menu li.last {
}
#global_menu li a {
	padding:0 30px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	display:block;
	height:63px;
	line-height:63px;
	background-image: none;
	color:#333;
}
#global_menu li a:hover {
	background-image: url(images/anchor.png);
	background-repeat: no-repeat;
	background-position: center top;
        color:#bcbf00;

}
#global_menu ul ul {
	display:none;
	position:absolute;
	top:63px;
	left:0px;
	margin:0 0 0 30px;
	padding:0;
	list-style-type:none;
	height: auto;
	z-index:99999;
}
#global_menu ul ul ul {
	left:100%;
	top:0;
	margin:0;
}
#global_menu ul ul li {
	float:none;
	height:auto;
	line-height:0;
	padding:0;
	margin:0;
	text-align:left;
	background:none;
	display: block;
	width: 200px;
}
#global_menu ul ul li a {
	display: block;
	font-size:12px;
	position:relative;
	/*height:35px;
	padding: 0 15px;
	line-height:35px;*/
	height: auto;
	padding: 10px 15px 8px;
	line-height: 180%;
	margin:0;
	text-align:left;
	background-image: none;
	background:#fff;
	color:#000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
        border-left:1px #ccc solid;
        border-right:1px #ccc solid;
        border-top:1px #ccc solid;
}
#global_menu ul ul li:last-child a { border-bottom: 1px #ccc solid; }
#global_menu ul ul a:hover {
	background:#fff;
        color:#c8ca00;
}

/* グローバルメニュー　基本設定
画像が存在しないメニューが作成された場合にテキストが表示されるようにするため、画像指定は限定的にします */
#global_menu #menu-item-179 > a,
#global_menu #menu-item-180 > a,
#global_menu #menu-item-61 > a,
#global_menu #menu-item-184 > a,
#global_menu #menu-item-185 > a,
#global_menu #menu-item-187 > a,
#global_menu #menu-item-4392 > a {
	color: transparent !important;
}
#global_menu #menu-item-179:hover,
#global_menu #menu-item-180:hover,
#global_menu #menu-item-61:hover,
#global_menu #menu-item-184:hover,
#global_menu #menu-item-185:hover,
#global_menu #menu-item-187:hover,
#global_menu #menu-item-4392:hover {
	background: url(images/anchor.png) no-repeat center top
}


/*------------------------------------
 グローバルメニュー　ABOUT HOTMAN
------------------------------------ */
#global_menu #menu-item-179 > a {
    width: 108px;
    background: url(./images/common/global_about.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-179:hover > a {
    background: url(./images/common/global_about.png) no-repeat left -63px;
}

/*------------------------------------
 グローバルメニュー　NEWS
------------------------------------ */
#global_menu #menu-item-180 > a {
    width: 38px;
    background: url(./images/common/global_news.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-180:hover > a {
    background: url(./images/common/global_news.png) no-repeat left -63px;
}

/*------------------------------------
 グローバルメニュー　SHOP LIST
------------------------------------ */
#global_menu #menu-item-61 > a {
    width: 63px;
    background: url(./images/common/global_shop.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-61:hover > a {
    background: url(./images/common/global_shop.png) no-repeat left -63px;
}

/*------------------------------------
 グローバルメニュー　CAMPANY
------------------------------------ */
#global_menu #menu-item-184 > a {
    width: 70px;
    background: url(./images/common/global_campany.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-184:hover > a {
    background: url(./images/common/global_campany.png) no-repeat left -63px;
}

/*------------------------------------
 グローバルメニュー　CONTACT US
------------------------------------ */
#global_menu #menu-item-185 > a {
    width: 85px;
    background: url(./images/common/global_contact.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-185:hover > a {
    background: url(./images/common/global_contact.png) no-repeat left -63px;
}

/*------------------------------------
 グローバルメニュー　FOR BUSINESS
------------------------------------ */
#global_menu #menu-item-187 > a {
    width: 89px;
    background: url(./images/common/global_business.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-187:hover > a {
    background: url(./images/common/global_business.png) no-repeat left -63px;
}


/*------------------------------------
 グローバルメニュー　ONLINE SHOP
------------------------------------ */
#global_menu #menu-item-4392 > a {
    width: 65px;
    background: url(./images/common/global_order.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-4392:hover > a {
    background: url(./images/common/global_order.png) no-repeat left -63px;
}


/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */

.blog #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}

/* slider */
#slider-wrapper {
	width: 1180px;
	height: 380px;
	padding: 10px;
	background: #fff;
	margin: 0 auto;
}
/* maincopy */
#maincopy {
	text-align: center;
	margin: 30px auto;
}
#maincopy h2 {
	font-size: 30px;
        font-weight:normal;
	color: #000;
	margin: 0 auto 10px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
}
#maincopy p {
	font-size: 12px;
}
#index-menu {
	width: 1200px;
	margin: 0 auto;
}
#index-menu-ul {
}
.index-meun-li {
	float: left;
	width: 380px;
	margin-right: 30px;
}
.index-meun-li-last {
	float: left;
	width: 380px;
}
.index-menu-thumb {
	margin-bottom: 10px;
}
.index-menu-title {
	margin: 0 0 5px;
	font-size: 24px;
        padding:0;
        border:0px solid #fff;
        font-family:"Century Gothic",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
}


.index-menu-desc {
	margin: 0;
	font-size: 12px;
	line-height: 200%;
}
.index-menu-title a, .index-menu-desc a {
	text-decoration: none;
  color:#000;
}

.index-menu-title a:hover{
        color:#c8ca00;
}

.index-menu-desc a:hover {
        color:#c8ca00;
}

/* news */
#index-news {
	width: 790px;
	border-bottom: solid 1px #ddd;
	margin: 0;
}
#index-news-headline {
	font-size: 20px;
	float: left;
	margin: 0;
	min-height: 32px;
}
#index-news-archivelink {
	font-size: 12px;
	float: right;
	margin: 0;
}
#index-news-archivelink a {
	text-decoration: none;
	display: inline-block;
}
#index-news-ul {
	width: 790px;
	margin: 0;
}
#index-news-ul li {
	width: 790px;
	border-bottom: dotted 1px #666;
	margin: 10px 0 0;
	padding-bottom: 10px;
	font-size: 12px;
}
#index-news-ul li a {
	text-decoration: none;
}
.index-news-date {
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	font-weight: bold;
}
/* index banner */
#index-banner {
	margin: 40px auto 0;
}
/* recommend */
#index-recommend-headline {
	margin: 40px 0 15px;
	font-size: 20px;
}
#index-recommend {
	width: 816px;
	margin-left: -27px;
}
.index-recommend-box {
	display: block;
	float: left;
	width: 245px;
	height: 340px;
	overflow: hidden;
	margin-left: 27px;
	margin-bottom: 23px;
	background: #fff;
	padding: 15px 0;
}
.index-recommend-box-thumb {
	margin: 0 0 15px;
	width: 245px;
	height: 150px;
}
.index-recommend-box-title {
	font-size: 16px;
	color: #000;
	margin: 0 15px 10px;
}
.index-recommend-box-desc {
	margin: 0 15px;
	font-size: 12px;
}
.index-recommend-box-title a, .index-recommend-box-desc a {
	text-decoration: none;
}
.index-recommend-box-title a:hover, .index-recommend-box-desc a:hover {
	color:#c8ca00;

}


/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */

.archive #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}

#post_list #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}
.post_list{}
.post_list ol{
	margin: 0;
	padding: 0;
}
.post_list ol li{
	margin: 0 0 30px;
	padding: 0 0 30px;
	/*border-bottom: dotted 1px #878787;*/
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
        list-style: none;
}
.post_list ol li a{
	text-decoration: none;
}
.post_list ol li a:hover{
	text-decoration: none;
        color:#c8ca00;
}
.post_date{
	width: 80px;
	height: auto;
	min-height: 80px;
	float: left;
	background: #fff;
        color: #000;
        border-right:solid #ccc 1px;
        border-left:solid #ccc 1px;
        border-top:solid #ccc 1px;
        border-bottom:solid #ccc 1px;
}
.post_date_year{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
        color: #000;
}
.post_date_month{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
        color: #000;
}
.post_date_month span{
	display: block;
	font-size:26px;
	margin: 0 0 -0.3em;
	padding: 0;
	height: 38px;
	line-height: 38px;
}

.post_info{
	width: 680px;
	float: right;
}

.post_title {
	font-size:20px;
        font-weight:bold;
	font-family: "Century Gothic",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
/*	margin:0 0 20px 0px; */
	line-height: 160%;
  border:0px solid #fff;

}
.post_title a {
	text-decoration:none;
	display:block;
}
.post_title a:hover {
        color:#c8ca00;
}

.post_title2 {
	font-size:16px;
	font-family: "Century Gothic",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	margin:0 0 20px;
	line-height: 160%;
}


.post_thumb{
	width: 660px;
	height: auto;
	background: #fff;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 25px;
        border: solid 0px #eee;

}

.post_list p{
	margin: 0;
}



.no_post {
	margin-top: 15px;
	font-weight: bold;
}
/* date archive */
.date_headline {
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.date_headline span {
	width: 60px;
	text-align: center;
	display: block;
	background: #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* archive */
.archive_headline {
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.archive_headline span {
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	background: #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


#news_headline{
	font-size: 20px;
	font-weight: bold;
	/*border-bottom: dotted 1px #878787;*/
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.single #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}

.post{
	border-bottom: dotted 1px #878787;
	margin-bottom: 40px;
}

#post_meta {
}
/*#single_meta {
	margin:0;
	font-size:12px;
	overflow:hidden;
	float: left;
	list-style-type: none;
}
#single_meta li {
	float:left;
	padding:10px 15px 10px 0;
	margin:0 0 -1px 0;
	line-height:100%;
}
#single_meta li a {
	text-decoration: none;
}
#single_meta li:last-child {
	border:none;
}
#single_meta li.date {
	font-weight: bold;
}
#single_meta li.post_category {
	background:url(images/common/icon_category.png) no-repeat 15px 11px;
	padding-left:31px;
}
#single_meta li.post_tag {
	background:url(img/common/icon_tag.png) no-repeat 15px 11px;
	padding-left:31px;
}
#single_meta li.post_comment {
	background:url(img/common/icon_comment.png) no-repeat 15px 9px;
	padding-left:31px;
}
#single_meta li.post_author {
	background:url(img/common/icon_author.png) no-repeat 15px 11px;
	padding-left:31px;
}*/

#news_title {
	border:1px solid #ccc;
	overflow:hidden;
}
#news_title h2 {
	margin:0;
	font-size:16px;
	background:#ccc;
	color:#fff;
	padding:10px 15px;
	line-height:180%;
}
#news_title p {
	margin:0 15px;
	font-size:12px;
	overflow:hidden;
}


/* next page */
#post_pagination {
	margin:0 0 30px 0;
}
#post_pagination h5 {
	margin:0 10px 0 0;
	float:left;
	line-height:30px;
	font-size:12px;
}
#post_pagination a, #post_pagination p {
	float:left;
	display:inline-block;
	background:#eee;
	margin:0 5px 0 0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#333;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
}
#post_pagination p {
	background:#999;
	color:#fff;
}
#post_pagination a:hover {
	background:#333;
	color:#fff;
}

/* bookmark */
.post .bookmark {
	display: block;
	list-style-type: none;
	margin: 3px 0 10px;
}
.post .bookmark li {
	float: left;
	margin: 0 5px 0 0;
}
.post .bookmark li.twitter{
	width: 90px;
}


.post .bookmark li.social2 {
	margin: 0 -30px 0 0;
}
.post .bookmark2 {
	clear:both;
	float:right;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
}
.post .bookmark2 li {
	background:none;
	padding:0;
	float:left;
	margin:0 0 0 10px;
}

/* related post*/
#related_post {
	margin:0 0 20px 0;
}
#related_post ul {
	margin-top: 25px;
}
#related_post li {
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
}
#related_post li a {
	text-decoration: none;
}
#related_post li a:hover {
	text-decoration: underline;
}
#related_post li:last-child {
	background:none;
}
#related_post li.num5 {
	border:none;
	width:124px;
}
#related_post .image {
}
#related_post .image img {
	width:100px;
	height:70px;
	display:block;
	margin:13px;
}
#related_post .image:hover img {
	opacity:0.5;
}
#related_post .title {
	font-size:12px;
	margin:0 13px;
	max-height:60px;
	overflow:hidden;
}
#related_post .title a {
	text-decoration:none;
	display:block;
}
#related_post .title a:hover {
	text-decoration:underline;
}
/* next prev post link */
#previous_next_post {
	width: 680px;
	margin:40px auto;
	padding:0;
}
#previous_next_post a {
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
}
#previous_post {
}
#previous_post a {
	margin:0;
	width:310px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	padding-left:35px;
	background-image: url(images/page_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#previous_post a:hover {
        color:#c8ca00;
}
#next_post {
}
#next_post a {
	margin:0;
	width:310px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	padding-left:35px;
	background-image: url(images/page_next.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#previous_next_post a:hover {
        color:#c8ca00;
	text-decoration: underline;
}



/* ----------------------------------------------------------------------
page
---------------------------------------------------------------------- */
.page #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}

#page-wrapper {
	width: 770px;
	margin: 14px 0 35px;
	padding: 0 0 24px;
}
.page .post{
	border: none;
}

/* noside */
.no-side #mainColumn {
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.no-side #mainColumn .post_info{
	width: 1000px;
}
.no-side #mainColumn #previous_next_post{
	width: 1000px;
}

/* noside-short */
.no-side-short #mainColumn {
	width: 800px;
	margin: 0 auto;
	float: none;
}
.no-side-short #mainColumn .post_info{
	width: 800px;
}
.no-side-short #mainColumn #previous_next_post{
	width: 800px;
}

/* CONCEPT PAGE */
.concept-body-layout{
	width: 790px;
	margin-left: auto;
	margin-right: auto;

}

.concept-body-layout-span{
        margin-top:3px;
        text-align:center;
}

.concept-body-layout-spanleft{
        margin-top:3px;
        height:60px;
}

.concept-body-left{
	width: 370px;
	float: left;
}
.concept-body-right{
	width: 370px;
	float: right;
}
.concept-body-left img, .concept-body-right img{
	width: 370px;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
hr.concept-hr{
	width: 100%;
	border: none;
	/*border-bottom: dotted 1px #878787;*/
	height: 1px;
	margin: 40px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}




/* ----------------------------------------------------------------------
 search
---------------------------------------------------------------------- */

.search #header, .search-result #header{
	border-bottom: solid 1px #ddd;
	margin-bottom: 45px;
}



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* footer */
#footer-slider-wrapper{
	width: 100%;
	height: 200px;
	background: #F2F2F2;
}

#footer-slider-wrapper-inner{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding: 40px 0;
}

#footer {
	clear: both;
	width: 100%;
	min-width: 1100px;
	/*height: 330px;*/
	position: relative;
	background: #bcbf00;
	color: #fff;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#footer-inner {
	width:1200px;
	min-height:290px;
	padding: 40px 0 0;
	margin:0 auto;
	position:relative;
	font-size:12px;
}

#footer_logo_area{
      　margin:0 auto 30px 0;
        width:258px;
/* 	position: absolute; */
}

#footer_logo_text_area{
	position: absolute;
	display: block;
	width: 300px;
}
#footer_logo_text a{
	color: #fff;
}

#footer-banner{
	width: 300px;
	height: 250px;
	float: right;
	background: #fff;
	margin-left: 60px;
}

/* footer_sociallink */
#footer_social_link {
	width: 93px;
	height: 45px;
	display: block;
	float: right;
}
.social_link {
	margin:0;
}
.social_link li {
	float:left;
	margin:11px 0 0 7px;
}
.social_link li a {
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	text-indent:-9999px;
}
.social_link li.rss a {
	background:url(images/rss.png) no-repeat left top;
}
.social_link li.twitter a {
	background:url(images/tw.png) no-repeat left top;
}
.social_link li.facebook a {
	background:url(images/fb.png) no-repeat left top;
}
.social_link li a:hover {
	background-position:left bottom;
}

/* footer widget */
#footer_widget_wrapper{
	float: left;
}
.footer_widget {
	width:260px;
	min-height: 250px;
	float:left;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size:13px;
}
.footer_headline {
	font-size:12px;
	font-weight: bold;
	color: #fff;
	border-bottom: dotted 1px #fff;
	padding-bottom: 5px;
	margin: 0 0 15px;
}
.footer_widget ul {
	margin:0;
}
.footer_widget li ul {
	margin:10px 0 0 15px;
}
.footer_widget li {
	line-height:170%;
	margin:0 0 10px 0;
}
.footer_widget a {
	text-decoration: none;
	color: #000;
}
.footer_widget a:hover {
	text-decoration: underline;

}
.footer_widget img {
	height:auto;
	max-width:100%;
	width:auto;
}

/* styled post widget1 */
.footer_widget.styled_post_list1_widget .styled_post_list1{
	border: none;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 li{
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 18px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 li.last{
	border: none;
	margin: 0;
}

.footer_widget.styled_post_list1_widget .styled_post_list1_thumb{
	background: #fff;
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
	margin-right: 12px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1_thumb img{
	width: 60px;
	height: 60px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 .info .title{
	font-size: 11px;
}



/* styled post widget2 */
.footer_widget.styled_post_list2_widget .styled_post_list2 li{
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #fff;
}
.footer_widget.styled_post_list2_widget .styled_post_list2 li.last{
	border: none;
	margin: 0;
}


/* copyright */
#footer_copr_area{
	width: 100%;
	height: 45px;
	background: #ddd;

}

#footer_copr {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
}
#copyright {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}
#copyright a {
	text-decoration:none;
	color:#333;
}
#copyright a:hover {
	text-decoration:underline;
}
/* return */
#return_top {
	z-index:10;
	position: absolute;
	right:0;
	bottom:105px;
	margin:0;
	display:block;
	width:37px;
	height:120px;
	text-indent:-9999px;
	background-color: #222;
	background-image: url(images/totop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#return_top:hover {
	background-position: left bottom;
}
/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */

#side-banner {
	width: 380px;
	height: auto;
	margin-bottom: 30px;
}

/* ----------------------------------------------------------------------
 about
---------------------------------------------------------------------- */
/* list */
#index_about { position:relative; margin:0 0 10px 0; }
#index_about ol { margin:0 -28px 0 0; padding:0;  }
#index_about ol li {
  list-style-type:none;
  vertical-align:top;
  width:218px;
  display:inline-block;
  padding:8px;
  font-weight:700;
  font-size:13px;}
#index_about ol li a { text-decoration:none;   font-family:'Quicksand', sans-serif; }
#index_about ol li span { font-size:12px; margin-left:10px; font-family:"遊ゴシック",'Yugothic','ＭＳ Ｐゴシック', sans-serif; }
#index_about ol li.num1 { width:334px; padding:5px;  margin:0 24px 20px 0; }
#index_about ol li.num2 { width:334px; padding:5px;  margin:0 23px 20px 0; }
#index_about ol li.num3 { margin:0 5px 20px 0;   }
#index_about ol li.num4 { margin:0 5px 20px 0; }
#index_about ol li.num5 { margin:0 0px 20px 0;   }

#index_about ol li.num1 .image img { width:334px; height:197px;}
#index_about ol li.num2 .image img { width:334px; height:197px;}


#index_about ol li .image { display:block; background:#fff; }
#index_about ol li .image img { display:block; width:240px; height:164px; }
#index_about ol li .image img a{ display:block; width:194px; height:164px; }
#index_about ol li .title { font-size:14px; margin:15px 0 5px; }
#index_about ol li .title a { text-decoration:none; }
#index_about ol li .desc { font-size:12px; margin:5px 0 10px; line-height:160%; }


/* ----------------------------------------------------------------------
 one_second
---------------------------------------------------------------------- */
.bold { font-weight:bold; }
/* youtube */
.video-container { position: relative; width:560px; height:315px; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ----------------------------------------------------------------------
 shoplist
---------------------------------------------------------------------- */
.bg_emergency {
        width: 760px;
        padding:8px 8px 8px 10px;
        margin:0 0 20px 0; /*角丸*/
        background-color: #fffafc;
	border: 3px solid #d61313; }

.bg_emergency p { padding:0px 0px 0px 0px; margin:0; }
.bg_emergency ing { float:left }
.bg_emergency p span { font-weight:bold; }
.bg_emergency p a { color:#489acd; text-decoration:none; font-weight:bold;}
.bg_emergency p a:hover { text-decoration:underline; font-weight:bold;}
.emergency { font-weight:bold; font-size:1.1em; }
.heading_attention {
    margin-top: 8px;
    margin-bottom: 0px;
    padding-left: 38px;
    background: url(images/common/img_attention.png) no-repeat left top;
    font-size: 1.2em;
    line-height:170%;
    font-weight:bold;
    padding-bottom:6px;

}

/* ----------------------------------------------------------------------
 table shop list
---------------------------------------------------------------------- */
#tenpo { background-color:#fff;   width:800px; }

.searchBottomTag {
    display:table-cell;
    vertical-align:middle;
}

.searchBottomTag li {
    background-color: #fff;
    color: #746019;
    display:inline-block;
     line-height: 1;
    margin-right: 0.8em;
    font-weight:bold;
    border:1px #ddd solid;
    text-decoration:none;

    }

.searchBottomTag li a {
    display:block;
    padding:10px;
    text-decoration:none;
    color:#333;
    text-decoration:none;
    vertical-align:middle;

    }


.searchBottomTag li a:hover {
    color: #fff;
    background-color: #c8ca00;
    display: block;

    }

/* shoplist subtitle*/

.shop_sub_title {
    height: 32px;
    line-height:170%;
    position: relative;
    margin: 10px 0 10px 0px;
    padding: 20px 0px 20px 10px;
    background:#fff url(./images/common/img_shop_sub.png) no-repeat 0px center;
    font-size: 18px;
    font-family:'Yugothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
    font-weight:bold;
}


/* area  */
.tenpo_title {width: 795px; height: 30px; float: left; font-size: 19px;  background-color:#c8c82a; color:#fff; padding:0 0 0 5px;}


/* tenpo_dtl */
#tenpo_dtl table {
     clear:both;
     font-size:14px;
     margin:0;
     width:800px;
}
#tenpo_dtl th {
    padding: 3px 0;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
#tenpo_dtl td {
    height:0px;
    border: none;
    border-bottom:1px dotted #ccc;
    text-align:left;
    line-height:1.4;
    padding:8px 10px 5px 12px;
}
#tenpo_dtl td.ten_name {
    width: 185px;
    padding-left: 0;
    font-weight: bold;
    vertical-align: top;
}
#tenpo_dtl .ten_name strong {
    display: inline-block;
    padding-left: 5px;
}

#tenpo_dtl td.ten_address { width: 320px; }
#tenpo_dtl td.ten_tel { width: 110px; }

#tenpo_dtl td a.ten_button_dtl {
   display:block;
   width:118px;
   height:34px;
   background:#fff url(./images/common/btn_shop_dtl_white.png) no-repeat 0px center;
   text-indent:-10000px;
   list-style:none;
   margin-bottom:5px;
   margin-top:5px;
 }

#tenpo_dtl td a.ten_button_dtl:hover {

   display:block;
  width:118px;
  height:34px;
 background:#fff url(./images/common/btn_shop_dtl_brown.png) no-repeat 0px center;
 text-indent:-10000px;
  list-style:none;
}

#tenpo_dtl td a.ten_button_bl {
   display:block;
  width:118px;
  height:34px;
 background:#fff url(./images/common/btn_shop_blog_white.png) no-repeat 0px center;
 text-indent:-10000px;
  list-style:none;
 }

#tenpo_dtl td a.ten_button_bl:hover {

   display:block;
  width:118px;
  height:34px;
 background:#fff url(./images/common/btn_shop_blog_brown.png) no-repeat 0px center;
 text-indent:-10000px;
  list-style:none;
}

#tenpo_dtl thead tr { border-right: 0px solid #6B97BF; border-bottom: 0px solid #6B97BF; border-left: 0px solid #6B97BF; background-color: #7DB1E0; }
#tenpo_dtl tbody tr { border-bottom: 0px solid #ccc; background-color: white; }
#tenpo_dtl tbody tr img { padding: 0px; margin:0; }

/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0 0 0px 10px; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; background:#f9f9f9;}
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; font-size:14px; border-top:1px solid #ddd; padding:12px 5px 10px 5px; box-sizing: border-box; text-align: center;}
#company_info dd { margin:0 0 0px 150px; line-height:200%; padding:12px 10px 10px 10px; border-top:1px solid #ddd; background:#fff; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; margin-bottom:-30px; }

/* ----------------------------------------------------------------------
 factory
---------------------------------------------------------------------- */
#factory_map_bg {  background-color:#eee;  margin:0; width:800px; height:320px; padding:20px; margin:0px 0 50px 0px;}
#factory_map_bg iframe { width:500px; height:270px; }
.factory_map { float:right;}
.factory_map_p { float:left; height:270px;  }


/* ----------------------------------------------------------------------
 company logo
---------------------------------------------------------------------- */
.table dl { display:table; background: #fff; border-bottom: 1px dashed #ccc; width:99%; }
.table dt { font-weight:bold; vertical-align:middle; display:table-cell; padding:0px 0 3px 0px; min-height:1.5em; text-align: center; width: 200px; }
.table dd { padding:0px 0 3px 0px; min-height:1.5em; text-align: left; }

/* ----------------------------------------------------------------------
 background gray
---------------------------------------------------------------------- */
.bg_gray { width: 760px; padding:10px 15px 10px 15px; margin:0 0 20px 0; background-color: #eee; }
.bg_gray p { padding:3px 5px 10px 5px; margin:0; }
.bg_gray p span { font-weight:bold; border-bottom:1px dotted #ccc; }


.bg_lightgray { width: 760px; padding:10px 15px 10px 15px; margin:0 0 15px 0; background-color: #fff; border:1px dotted #ccc; }
.bg_lightgray p { padding:0px 5px 10px 5px; margin:0; }
.bg_lightgray p span { font-weight:bold; border-bottom:1px dashed #ccc; }
.bg_lightgray img { margin:5px 2px 0px 0px; }

.heading_a {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 38px;
    background: url(images/common/img_faq_a.png) no-repeat left top;
    font-size: 14px;
    line-height: 180%;
}
.heading_a span {
    font-weight:bold;
    color:#333;
}

.heading_a a {
    font-weight:bold;
}

.heading_q {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 38px;
    background: url(images/common/img_faq_q.png) no-repeat left top;
    font-size: 14px;
    line-height:180%;
    font-weight:bold;
    padding-bottom:10px;
   border-bottom:3px #eee double;
}

.bg_attention {
        width: 750px;
        padding:15px 15px 10px 25px;
        margin:0 0 20px 0;
	background-color: #f7f7fa;
	border: 1px solid #ccc; }
.bg_attention p { padding:3px 5px 10px 5px; margin:0; }
.bg_attention p span { font-weight:bold; }
.bg_attention p a { font-weight:bold;}
.bg_attention p a:hover { text-decoration:underline; font-weight:bold;}



/* ----------------------------------------------------------------------
 pdf
---------------------------------------------------------------------- */

/* pdf link */
.pdflink { width: 790px; margin: 3px 0px 15px 10px; font-size: 16px;
font-size:13px; border-bottom:1px dashed; border-color: #ccc;}
.pdflink img {  margin-right: 5px;}
.pdflink p { margin:0; }
.pdflink br { display:none;}
.pdflink a:hover{  color:#c8ca00; }

/* plug download */
.plgdwld { width: 790px; height:60px; margin: 10px 0px 20px 0px; font-size: 11px; border:1px solid; border-color: #ccc; text-vertical-align:middle;}
.plgdwld p.dis { margin: 5px 0px 0px 0px;}
.plgdwld p img { float:left; margin: 10px 10px 0px 10px;}
.plgdwld p span#red { color:#FF0000; }

/* plug download white */
.plgdwldw { width:100%; height:70px; margin: 10px 0px 20px 0px; font-size: 11px; border:1px solid; border-color: #ccc; float:left; text-vertical-align:middle;}
.plgdwldw p { margin: 0px 0px 0px 0px;}
.plgdwldw p img { float:left; margin: 13px 10px 0px 10px;}
.plgdwldw p span#red { color:#FF0000; }

/* ----------------------------------------------------------------------
 contact form
---------------------------------------------------------------------- */
/* confirm back color */
.wpcf7c-conf { background-color: #fff; border:0;
	filter: alpha(opacity=75);opacity: 0.7;}
.wpcf7-form input.wpcf7c-conf {
    border:0;
    padding:0;
    background:#fff;
}
.wpcf7-form input.wpcf7c-conf::-webkit-input-placeholder {
    color: #fff;
}
.wpcf7-form input.wpcf7c-conf::-moz-placeholder {
    color: #fff;
}
.wpcf7-form input.wpcf7c-conf:-ms-input-placeholder {
    color: #fff;
}
.wpcf7-form input[type=text].wpcf7c-conf {
    border:0;
    padding:0;
    background:#fff;
}
.wpcf7-form  textarea.wpcf7c-conf{　margin:4px 0 0 0;
    border:0;
    padding:0;
    background:#fff;
    resize: none;
}
.wpcf7-form select.wpcf7c-conf::-ms-expand {
    display: none;
}
.wpcf7-form select.wpcf7c-conf {
    background:none;
    border:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    font-size:14px;
}
.wpcf7-form select.wpcf7c-conf span {
    width:153px;
}

/* textarea */
.wpcf7-form input[type=textarea] { display: inline-block;
    box-sizing: border-box;
    width: 300px !important;
    margin: 0 13px;
    padding: 13px 0;
    background: rgb(205,217,88); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,217,88,1) 0%, rgba(189,204,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,88,1)), color-stop(100%,rgba(189,204,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd958', endColorstr='#bdcc23',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px;
    color: #000;
    font: inherit;
    font-size: 18px;
    text-decoration: none;
    text-align: center;

}

/* btn confirm */
.wpcf7c-btn-confirm{display: inline-block;
    box-sizing: border-box;
    width: 300px !important;
    margin: 0 13px 0px 0;
    padding: 13px 0;
    background: rgb(205,217,88); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,217,88,1) 0%, rgba(189,204,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,88,1)), color-stop(100%,rgba(189,204,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd958', endColorstr='#bdcc23',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px;
    color: #000;
    font: inherit;
    font-size: 18px;
    text-decoration: none;
    text-align: center;

}

/* btn hover */
.wpcf7-form input:hover{
 filter: alpha(opacity=75);
    opacity: 0.7;
}

/* textarea hover*/
.wpcf7-form textarea:hover {
 filter: alpha(opacity=75);
    opacity: 0.7;
}

/* btn submit*/
.wpcf7-form .wpcf7-submit {
    width: 200px;
    margin: 0 13px;
    padding: 0;
    background: rgb(205,217,88); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,217,88,1) 0%, rgba(189,204,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,88,1)), color-stop(100%,rgba(189,204,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,217,88,1) 0%,rgba(189,204,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd958', endColorstr='#bdcc23',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px;
    color: #fff;
    font: inherit;
    font-size: 18px;
    text-decoration: none;
    text-align: center;}

/*btn back */
.wpcf7c-btn-back { box-sizing: border-box;
    width: 200px;
    margin: 0 13px;
    padding: 13px 0;
    background: #ccc;
    border: none;
    border-radius: 3px;
    color: #fff;
    font: inherit;
    font-size: 18px;
    text-decoration: none;
    text-align: center;}

.wpcf7-form label { position: relative;}

.wpcf7-form label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
/*	background: url(arrow02.png) 0 0 no-repeat; */
	background-size: 20px;
	pointer-events: none; }

/* select */
.wpcf7-form select {
    height:25px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    min-width:250px;
    min-width:12em;
    background-color:#ffffff;
    background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%); border:1px solid #c0c0c0; color:#333; }

/* error message */
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    margin:0px 0 0 0;
}

/* sent message*/
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
 }

/* input area padding*/
.wpcf7-form  input[type=text],input[type=tel],input[type=email]{ padding: 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font: inherit;
    margin:4px 0 0 0;
    width: 440px !important;}

/* text area padding*/
.wpcf7-form  textarea{　margin:4px 0 0 0;
   width: 440px !important;
    height: 14em;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font: inherit;
}

/* button area */
.box_button {
    box-sizing: border-box;
    margin: 14px 0 10px 0;
    padding:13px;
    text-align: center;
}

/* table */
.table_form {
    width: 100%;
    margin: 13px 0;
    border: #aaa 1px solid;
    border-width: 1px 0;
}

.table_form th {
    padding: 10px 13px;
    border: #aaa 1px dotted;
    border-width: 1px 0;
    font-size: 14px;
    text-align: left;
    width: 230px;
    background: #eee;
}
.table_form td {
    padding: 10px 13px;
    border: #aaa 1px dotted;
    border-width: 1px 0;

    font-size: 14px;
    text-align: left;

}

.table_form td span {
    display: inline-block;
}

.table_form .icon{
    width: 45px !important;
    background: #eee;
}

.table_form .iconblue{
    width: 45px !important;
    background: #eee;
}

.table_form .icon span {
    display: inline-block;
    padding: 2px 3px;
 /*   background: #e0140f; */
    border-radius: 4px;
    color: #e0140f;
    font-size: 13px;
    font-weight:bold;
 }

.table_form .iconblue span {
    display: inline-block;
    padding: 2px 3px;
    border-radius: 4px;
    color: #666;
    font-size: 13px;
 }

/* ----------------------------------------------------------------------
 houjin
---------------------------------------------------------------------- */

.houjin_title_sub {
    position: relative;
    border-left: 5px solid #c8ca00;
    margin:20px 0 20px 0px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight:bold;
}
/*
div.blocka { float: left;  width: 38%; }
div.blockb { float: right; width: 60%; }
*/
div.blocka { float: left;  width: 48%; }
div.blockb { float: right; width: 50%; }
div.blockb a:hover {
    color:#c8ca00; }


div.blockb-gray {
        float: right;
	width: 377px;
        margin:0px 0px 5px 0px;
        font-size: 12px;
        background: #f7f7fa;
        padding:8px;
        border: 1px solid #eee; }
div.blocka img {
        padding: 5px;
        background: #fff;
        width:370px;
        height:240px; }
div.blockb p {
        font-size: 14px;
        line-height: 1.5em;
        margin:5px;}


div.blockb p span{ border: 1px solid #ddd; background: #eee; padding:10px; }
div.productlot{ border: 1px solid #ddd; background: #eee; padding:10px;}
div.productlot p {  font-size: 12px; }
div.blockc { clear:both; margin:10px 0 50px 0px; }




#houjin_list ul{
    list-style: none;
    padding:0;
    margin-left:40px;
}

#houjin_list li{
    padding: 0;
    margin: 0;
    float: left;
    text-indent: -10000px;
}

#houjin_list li a.btn_mitumori{
    display: block;
    width:332px;
    height:62px;
    background:url(./images/common/btn_mitumori.png) no-repeat left center;
    margin: 0px 20px;
}

#houjin_list li a.btn_mitumori:hover{
    background:url(./images/common/btn_mitumori_hover.png) no-repeat left center;
    width:332px;
    height:62px;
    margin: 0px 20px;
}

#houjin_list li a.btn_jirei{
    display: block;
    width:332px;
    height:62px;
    background:url(./images/common/btn_jirei.png) no-repeat left center;
    margin: 0px 2px;
}

#houjin_list li a.btn_jirei:hover{
    background:url(./images/common/btn_jirei_hover.png) no-repeat left center;
    width:332px;
    height:62px;
    margin: 0px 2px;
}

/* ----------------------------------------------------------------------
 jirei
---------------------------------------------------------------------- */
#jirei_list ol {}
#jirei_list li { list-style-type:none; margin:-10px 23px 30px 0; padding:0; vertical-align:center; width:228px;   display:inline-block; }
#jirei_list li .image { display:block; background-color:#fff;}
#jirei_list li .image img { display:block; width:248px; height:100px; border:1px solid #ccc;
  -webkit-transition-property:opacity;
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  -moz-transition-property:opacity;
  -moz-transition-duration:0.4s;
  -moz-transition-timing-function:ease;
  -o-transition-property:opacity; -o-transition-duration:0.4s;
  -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
#jirei_list li .image:hover img { opacity:0.5; }
#jirei_list li .title { font-size:14px; margin:10px 0 10px 0px;  width: 200px; height:150px; /* imgと合わせます */  position: relative; padding: 8px; padding-bottom: 100px; border: 0px solid #ccc;

    /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */ background: #fff; }
#jirei_list li .title img { margin:5px 0 0 5px; }
#jirei_list li .title  p { position: absolute; margin:0px 15px 0 15px; height: 90px; line-height: 20px; bottom: 8px; font-size: 14px; color: #666; }
#jirei_list li .title a { text-decoration:none;  background:#fff; color:#ccc; overflow:hidden; border:0px solid #ccc;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease; text-align:center;}
#v_list li .title a:hover { background:#333; color:#fff; text-decoration:none;}

.jirei_button  a.button_dtl{

background:url(./images/common/btn_mitumori.png) no-repeat 0px center;
  display: block;
  width:372px;
  height:62px;
  text-indent: -10000px;
  margin-left:250px;
}
.jirei_button a.button_dtl:hover {
  display: block;
  background:url(./images/common/btn_mitumori_hover.png) no-repeat 0px center;
  width:372px;
  height:62px;
  margin-left:250px;}

/* ----------------------------------------------------------------------
 link
---------------------------------------------------------------------- */

/* link_dtl */
#link_dtl table { border: 0px solid #ccc; font-size:12px; margin:0;  }
#link_dtl th { border: none;   line-height:1.2px;}
#link_dtl td { border: none; text-align:left; line-height:1.5;}
#link_dtl td.ten_name { width: 248px; }
#link_dtl td.ten_address { width: 420px;  }
#link_dtl td.ten_name a { text-decoration:none;  }
#link_dtl td.ten_address a { text-decoration:none; }
#link_dtl tbody tr { border-bottom: 0px solid #ccc; background-color: white; }
#link_dtl tbody tr:nth-child(odd) { background-color: #f5f5f5; }

/* ----------------------------------------------------------------------
 story
---------------------------------------------------------------------- */

.storyMV {
   width:1000px;
   height:390px;
   background-image: url(/cms/corp/img/usr/story/mv_story.jpg);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}


#storyContents {
  width: 1000px;
  margin:70px auto;
  background:#fff;
}

#storyMain {
  float:left;
  width:475px;
  background:#fff;

}

#storySide {
  float:left;
  width:453px;
  margin-left:35px;
  margin-right:35px;
  background:#fff;
}

#storyMainstaff {
  float:left;
  width:532px;
  height:500px;
  background:#fff;
  margin-right:100px;
}

#storySidestaff {
  float:left;
  width:348px;
  height:500px;
  background:#fff;

}


.clear {
  clear: both;
}

#storymenu{
  margin: 0px 0 0 0px;
}

#storymenu ul{
  margin: 60px 0 0 0px;
  padding :0;
  list-style: none;
}

#storymenu li{
   padding :0;
   margin:0;
   margin: 2px 0px;
   text-decoration:none;
   font-size: 14px;
   text-indent: -10000px;
}

#storymenu li a.btn_encounter{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_01.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;

}

#storymenu li a.btn_encounter:hover{
   background: url(/cms/corp/img/usr/story/img_story_01_hover.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_wedding{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_02_hover.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_wedding:hover{
   background: url(/cms/corp/img/usr/story/img_story_02.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_family{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_03_hover.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_family:hover{
   background: url(/cms/corp/img/usr/story/img_story_03.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_baby{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_04_hover.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_baby:hover{
   background: url(/cms/corp/img/usr/story/img_story_04.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_memory{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_05_hover.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_memory:hover{
   background: url(/cms/corp/img/usr/story/img_story_05.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_gift{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_06.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_gift:hover{
   background: url(/cms/corp/img/usr/story/img_story_06_hover.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

#storymenu li a.btn_staff{
   display: block;
   width: 410px;
   height:86px;
   margin:0px 0 40px 0;
   background: url(/cms/corp/img/usr/story/img_story_07.png) no-repeat left center;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

#storymenu li a.btn_staff:hover{
   background: url(/cms/corp/img/usr/story/img_story_07_hover.png) no-repeat left center;
-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

/* ----------------------------------------------------------------------
 story blog
---------------------------------------------------------------------- */

.imgchange_baby {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_baby_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_deai {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_deai_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_wedding {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_wedding_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_family {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_family_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_memory {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_memory_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_gift {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_gift_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}
.imgchange_staff {
   width:790px;
   height:70px;
   margin:0px 0px 20px 0px;
   background-image: url(./images/common/img_staff_story.png);
   background-position:center top;
   background-repeat:no-repeat;
   -moz-background-size:cover;
   background-size:cover;
   text-indent: -10000px;
}

@media screen and (max-width: 1000px) {

#wrapper { min-width: 1200px;  padding: 0 0 0px 30px;}

 #global_menu > ul >li { vertical-align: top; }

/*------------------------------------
 グローバルメニュー　ABOUT HOTMAN
------------------------------------ */
#global_menu #menu-item-179 > a {

    background: url(http://hotman.co.jp/wp/wp-content/themes/luxe_tcd022/images/common/global_about.png) no-repeat left top;
}
/* マウスオーバー時 */
#global_menu #menu-item-179:hover > a {
    background: url(http://hotman.co.jp/wp/wp-content/themes/luxe_tcd022/images/common/global_about.png) no-repeat left -63px;
}

#footer-slider-wrapper-inner {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    padding: 40px 0;
}
#footer-slider-wrapper {
      width: 1200px;
    height: 200px;
    background: #F2F2F2;
}

#footer {
    clear: both;
    width: 100%;
    min-width: 1200px;
    /* height: 330px; */
    position: relative;
    background: #bcbf00;
    color: #fff;
}

#footer_copr_area {
      width: 1200px;
    height: 45px;
    background: #ddd;
}

#global_menu {
    height: 63px;
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
    border-top: solid 1px #ddd;
    text-align: center;
    font-family: "Century Gothic", Yugothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
}

}