/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body { margin:0; padding:0;

       font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  
	background-color:#fff;
       color:#333; }

/* layout */
#header_wrap { width:100%; min-width:1140px; }
#header { width:1140px; 
height:100px; 
position:relative; 
margin:0 auto; 
background-color:#fff8ea;
}

#index_top_wrap { width:100%; min-width:1140px; background:#ffffff; margin:0; padding:0; height:420px; }
#index_top { width:1140px; position:relative; margin:0px auto 10px auto; padding:20px 0 0px 0; height:400px;}

#main_contents_wrap { width:100%; min-width:1140px; background:#fff; }
#main_contents { width:1140px; margin:0 auto; background:#fff;  }


#main_col { width:800px; float:left; padding:20px 0 50px 0; }
#side_col { width:300px; float:right; padding:20px 0 50px 0; }
.page-template-page-noside-php #main_col { width:100%; float:none; }
.page-template-page-noside-short-php #main_col, .page-template-page-co-noside-php #main_col
 { width:850px; float:none; margin:0 auto; }


/* headline */
.headline1 { border-bottom:1px solid #be1d1d; padding:0; margin:0 0 20px 0; font-size:18px; }
.headline1 span { border-bottom:4px solid #be1d1d; padding:0 0 10px 0; margin:0; display:inline-block; color:#be1d1d; }




/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; }
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; font-size:11px; border-top:1px solid #ddd; padding:12px 10px 10px 0; }
#company_info dd { margin:0 0 0px 150px; line-height:200%; background:#f9f9f9; padding:12px 10px 10px 10px; border-top:1px solid #ddd; }

#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; }




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider { z-index:1; min-width:1140px; margin:0 0 0px 0; }
#slider img { width:1140px; height:400px; display:block; }

/* top banner */
#index_banner ol { margin:0px 0 22px 0; padding:0; }
#index_banner ol li { list-style-type:none; margin:0; padding:0; float:left; margin:0 8px 0 0; }
#index_banner ol li.num3 { margin:0; }
#index_banner img { display:block; }

/* news */
#index_news { position:relative; }
#index_news ol { margin:0 0 40px 0; padding:0; }
#index_news ol li { list-style-type:none; margin:0 0 0 0; padding:5px; background:none; font-size:13px;}
#index_news ol li .date { margin:0; font-size:13px; color:#999; /* font-size:12px; margin:0 10px 0 0; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; */}
#index_news ol li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#index_news ol li .title a { display:block; text-decoration:underline; }
#index_news ol li .date{
float:left;
width:90px;
}


/* archive link */
.index_archive_link a { position:absolute; right:0px; font-size:13px; text-decoration:none; width:auto; padding:3px 10px; height:20px; background-color:#be1d1d; 
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
color:#fff;
line-height: 20px;
}

.index_archive_link a:hover{
background-color:#eca50e; 
color:#ffffff;
text-decoration:none;
}


/* index center banner */
#index_center_banner ol { margin:0px 0 0px 0; padding:0; }
#index_center_banner ol li { list-style-type:none; margin:0; padding:0; float:left; margin:0 15px 15px 0; }
#index_center_banner ol li.num3 { margin:0; }


/* product */
#index_product { position:relative; margin:0 0 10px 0; }
#index_product ol { margin:0 -28px 0 0; padding:0; }
#index_product ol li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#index_product ol li .image { display:block; background:#fff; }
#index_product ol li .image img {
  display:block; width:248px; height:190px; 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;
}
#index_product ol li .image:hover img { opacity:0.5; }
#index_product ol li .category { background:#999; color:#fff; padding:0 10px; height:40px; line-height:40px; overflow:hidden; font-size:14px; }
#index_product ol li .category a { text-decoration:none; color:#fff; }
#index_product ol li .category a:hover { text-decoration:underline; }
#index_product ol li .title { font-size:14px; margin:15px 0 5px; }
#index_product ol li .title a { text-decoration:none; }
#index_product ol li .desc { font-size:12px; margin:5px 0 10px; line-height:160%; }

/* event */
#index_event { position:relative; margin:0 0 40px 0; }
#index_event ol { margin:0; padding:0; }
#index_event ol li { list-style-type:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px dotted #aaa; }
#index_event ol li:last-child { border:none; margin:0; padding:0; }
#index_event ol li .image { float:left; margin:0 15px 0 0; background:#fff; }
#index_event ol li .image img { display:block; -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; }
#index_event ol li .image:hover img { opacity:0.5; }
#index_event ol li .date { margin:0; font-size:12px; color:#999; }
#index_event ol li .title { margin:0; font-size:14px; font-weight:100; }

/* footer banner */
#footer_banner li { }
#footer_banner li.num1 { float:left; }
#footer_banner li.num2 { float:right; }
#footer_banner li.num3 { clear:both; padding:30px 0 0 0; }
#footer_banner li img { display:block; }




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list { position:relative; margin:0 0 10px 0; }
#product_list { margin:0 -28px 0 0; padding:0; }
#product_list li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#product_list li .image { display:block; background:#fff; }
#product_list li .image img {
  display:block; width:248px; height:190px; 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;
}
#product_list li .image:hover img { opacity:0.5; }
#product_list li .title { font-size:14px; margin:0 0 10px 0; }
#product_list li .title a {
  text-decoration:none; display:block; padding:10px; background:#999; color:#fff; height:40px; overflow:hidden;
  -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;
}
#product_list li .title a:hover { background:#333; }

/* news */
#news_list { position:relative; }
#news_list { margin:0 0 40px 0; padding:0; }
#news_list li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#news_list li .date { margin:0 10px 0 0; font-size:12px; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; }
#news_list li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#news_list li .title a { display:block; text-decoration:none; }

/* blog */
/*#post_list { margin:0; padding:0; }
#post_list li { border-bottom:1px dotted #aaa; margin:0 0 20px 0; padding:0 0 0px 0; }
 #post_list .image { float:right; background:#fff; }
#post_list .image img { display:block; -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; }  */
#post_list .image:hover img { opacity:0.5 }
/* #post_list .info { float:left; width:510px; } */
#post_list .no_thumbnail .info { float:none; width:auto; }
#post_list .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 15px 0; line-height:100%; float:left; background:#bbb; position:relative; }
 #post_list .date { color:#fff; display:block; position:absolute; top:10px; width:54px; } 
#post_list .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }
#post_list .title { font-size:16px; line-height:180%; margin:0 0 15px 0; }
#post_list .title a { text-decoration:none; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .desc { clear:both; }
/* #post_list ul { margin:0; } */
#post_list li li { border:none; margin:0 25px 5px 0; padding:0; float:left; font-size:12px; }
#post_list li.meta_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding-left:15px; }
#post_list li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_author { background:url(img/common/icon_author.png) no-repeat left 3px;  padding-left:15px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post { margin:0 0 10px 0; }

/* title */
#post_title { margin:0 0 25px 0; }
#post_title h2 { margin:0; padding:0; font-size:18px; line-height:160%; }
#post_title .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_title .date { color:#fff; display:block; position:absolute; top:10px; width:54px; }
#post_title .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }


/* post thumbnail */
.post_image { text-align:center; margin:0 0 30px 0; }
.post_image img { margin:0; width:100%; height:auto; }


/* 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:#BE1D1D; color:#fff; }


/* meta and bookmark */
#post_meta { border-top:none /*1px dotted #aaa*/; margin:0 0 20px 0; padding:15px 0; }
#post_meta #meta { float:left; width:60%; margin:0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { float:right; margin:0; }
#post_meta .bookmark li { float:left; margin:0 0 0 10px; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0 -10px 0 0; }
#related_post li { display:inline-block; margin:0 5px 10px 0; vertical-align:top; width:373px; border:1px solid #ccc; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#fff; }
#related_post .image img { width:72px; height:72px; display:block; -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; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#999; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* next prev post link */
#previous_next_post { margin:0 0 40px 0; padding:0;/* border-top:1px solid #ccc;*/ }
#previous_next_post p { margin:0; padding:0; }
#previous_next_post a { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
 }
#previous_post a { margin:0; width:50%; float:left; border-right:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_left.gif) no-repeat left 20px; padding:25px 30px; }
#next_post a { margin:0; left:-1px; position:relative; width:50%; float:right; text-align:right; border-left:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_right.gif) no-repeat right 20px; padding:25px 30px; }




/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a { text-decoration:none; }
#product_headline a:hover { text-decoration:underline; }
.product_title { margin:0 0 20px 0; }

/* slider */
#product_image_slider_wrap { width:770px; background:#f2f2f2; padding:15px; position:relative; margin:0 0 30px 0; }
#product_image_slider_wrap #loader { position:absolute; top:200px; left:350px; }
#product_image_slider { width:575px; height:380px; margin:; overflow:hidden; }
#product_image_slider img { width:575px; height:380px; }

/* thumbnail */
.nivo-controlNav { padding:0; margin:0; position:absolute; right:15px; top:15px; }
.nivo-controlNav a { cursor:pointer; margin:0 0 13px 0; display:block; }
.nivo-controlNav a img { display:block; opacity:0.3; }
.nivo-controlNav a.active img, .nivo-controlNav a:hover img { opacity:1; }

/* no slider */
#product_image {  }
#product_image img { display:block; border:15px solid #f2f2f2; margin:0 auto 30px; }

/* bookmark */
.bookmark { margin:0 0 30px 0; }
.bookmark li { float:left; margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

/* logo background */

.header_logo_back{
background-color:#fff8ea;
}

.top_header_copy{
width:1140px;
margin:0 auto;
color:#452305;
font-weight:900;
}



/* global menu */
.menu_back{
background-color:#fff; 
/* border:1px solid #fff; */
background-image:url("https://www.babylock.co.jp/new_site/wp-content/themes/precious_tcd019/img/index/nav_kazari.png"),
url("https://www.babylock.co.jp/new_site/wp-content/themes/precious_tcd019/img/index/nav_kazari.png"); 
background-repeat:repeat-x,repeat-x;
background-position: top, bottom;
padding-bottom:1px;
height:98px;
}

.header_logo_back #global_menu {
box-sizing:border-box;
width:1140px; height:auto; margin-right:auto; margin-left:auto; z-index:999; }

/* logo */
#logo_text { position:absolute; top:35px; margin:0; padding:0; font-size:24px; line-height:100%; font-weight:normal; }
#logo_text a { text-decoration:none; display:block; }
#logo_text a:hover { color:#BE1D1D; }
#description { position:absolute; left:0px; top:55px; font-weight:normal; font-size:11px; color:#aaa; }
#logo_image { position:absolute; margin-bottom:0; padding:0; line-height:100%; }
#logo_image img { display:block;}


/* global menu2 */
.menu_button { display:none; }
/* #global_menu { margin:0; position:absolute; right:0px; bottom:0px;  } */
/* #global_menu ul ul { display:none; position:absolute; top:63px;  margin:0!important; padding:0; border-top:1px solid #ccc; /* font-size: 0; *//* overflow:hidden; box-sizing:border-box; } */
 /*#global_menu ul ul ul {  top:0; margin:0 0 0 -1px; text-align: center; /* font-size: 0; }*/
/*#global_menu li {font-size:1%; 
display:inline-block; 
margin-top:0px!important;
/* font-size: 0; */ 
/*}*/ 

#global_menu ul {
text-align: center;
}

#global_menu li{
display:inline-block; 
margin-right:35px;
margin-top:20px;
}
#global_menu li:last-child{
margin-right:0px;

}

#global_menu li a {
 font-size:16px; /* text-align:center; */  text-decoration:none; display:block; /* padding:20px 34px; */ font-weight:900;
box-sizing:border-box;
padding:0 10px 5px 10px;
}
#global_menu li a:hover{
border-bottom:solid 5px #be1d1d;

color:#be1d1d;
}

#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a { color:#be1d1d1; }
/*
#global_menu ul ul li { float:none; height:auto; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a { font-size:12px; position:relative; padding:10px 20px 8px; width:150px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; border:1px solid #ccc; background:#fff; }
#global_menu ul ul a:hover { border:1px solid #ccc; background:#e2e2e2; }

*/

/* global menu current 設定 */
#global_menu .current-menu-item a{
color:#be1d1d;
}

#global_menu .current-menu-item {
color:#be1d1d;

}


#global_menu .current-menu-item a:hover{
border-bottom:none;
color:#be1d1d;
}


/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:0px; bottom:25px; margin:0; display:block; width:36px; height:100px; text-indent:-9999px; background:#be1d1d url(img/footer/return_top.png) no-repeat center; }
#return_top:hover { }

/* basic setting */
#footer { clear:both; width:100%; min-width:1140px; background:#fff8ea;}
#footer_inner { width:1140px; margin:0 auto; position:relative; font-size:11px; padding-top:25px; }
#footer a { font-size:1.2em; }
#footer a:hover { }
#footer li { line-height:170%; margin:0 0 0px 10px; padding:0; display:inline-block; }
.footer_widget{
 display:inline-block; 
}

/* widget area */
/*#footer_widget { position:relative; }
.footer_widget { margin:0 41px 40px 0; width:350px; display:inline-block; vertical-align:top; overflow:hidden; }
.footer_widget.right_widget { margin-right:0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }
*/
/* copyright */
#copyright { width:100%; min-width:1140px; clear:both; color:#fff; background:#452305; margin:0; }
#copyright_inner { width:1140px; height:50px; margin:0 auto; positiion:relative; font-size:11px; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }

/* menu */
#footer_menu { margin:23px 0 0 0; float:left; }
#footer_menu li { float:left; margin:0; line-height:100%; }
#footer_menu li a { text-decoration:none; border-right:1px solid #aaa; margin:0 0 0 0; padding:0 10px 0 10px; }
#footer_menu li:last-child a { border:none; }

/* sns link */
#social_link { margin:15px 0 0 15px; float:right; }
#social_link li { float:left; margin:0 0 0 5px; line-height:100%; }
#social_link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:24px; height:24px;
  -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;
}
#social_link li.rss a { background-image:url(img/footer/rss.png); }
#social_link li.twitter a { background-image:url(img/footer/twitter.png); }
#social_link li.facebook a { background-image:url(img/footer/facebook.png); }
#social_link li a:hover { opacity:0.5; }

/* copyright */
#copyright p { margin:13px 0 0 0; float:right; font-size:12px; }

/* clearfix */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* 販売店 */

.single-dealer-list p{
margin:0px;
}

.single-dealer-list .photo-appearance img{
display:block;
float:left;
margin-right:20px;
border:solid 1px #ccc;
margin-bottom:20px;
}

.single-dealer-list .simplemap-content{
float:right;
margin-right:20px;
}

.clear{clear:both;
height:0px;}

.single-dealer-list .koumoku_line li{
list-style-type:none;
border-bottom:1px solid #ccc;
padding-top:10px;
width:450px;
}

.single-dealer-list li{
list-style-type:none;
}



.single-dealer-list .dealer_kakomi{
border:1px solid #dccab3;
border:3px solid #dccab3;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
margin-top:15px;
margin-bottom:15px;
padding:15px;
}

.single-dealer-list h3{
margin-bottom:10px;
}

.single-dealer-list h3+p{
margin-bottom:30px;
}

.single-dealer-list .other_photo{
margin-top:0px;
}

.single-dealer-list .other_kakomi{
border-bottom:solid 1px #dccab3;
margin-bottom:10px;
}

.single-dealer-list .other_kakomi h3{
margin-top:30px;
}

/*　販売店 アーカイブ */

.dealer_title{
margin-right:25px!important;
font-weight:900;
border-top:1px dotted #ccc;
padding-top:20px;
}

.dealer_postal_code{
float:left;
margin-right:25px!important;
}

.dealer_address{
float:left;
margin-right:25px!important;
}

.dealer_tel{
float:left;
}

h3.prefectures-dealer-area{
border-top:2px solid #ccc;
padding-top:40px;
font-weight:900;
font-size:1.5em;
}

h3.prefectures-dealer-area:first-child{
border:none;
padding-top:10px;
}
/* サイドカラム　ナビゲーション */
#side_col .cat-item{
margin-bottom:7px;
padding-bottom:7px;
border-bottom:1px dotted #ccc;

}

#side_col .cat-item:before{
   content: "";
float:left;
margin-right:8px;
margin-top:5px;
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent #7f4925;
}

#side_col .cat-item02{
margin-left:1.1em;
}


/* 製品一覧 */

.mishin_type{
font-size:20px;
width:98%;
border:1px solid #eca50e;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
   -moz-border-radius: 10px;   /* Firefox用 */ 
color:#eca50e;
padding:7px;
margin:20px 0;
}



.product_logo,.japan_mark{
vertical-align:middle;
margin-top:50px;
}

.product_petname:before{
float:left;
}

.product_logo,.product_petname{
border-top:solid 1px #ccc;
padding-top:30px;
}

.product_link{
clear:both;
padding:5px 0;
}


.product_photo{
float:left;
vertical-align:middle;
margin-right:50px;
margin-top:70px;
}

.product_text{
margin-top:30px;
}

.japan_mark{

}

.product_petname{
font-size:120%;
font-weight:900;


}




.product_text{

}

/* コンテンツ内 */


.product_top a{
font-size:90%;
}

h3.product_title{
font-size:24px;
width:98%;
color:#be1d1d;
padding:5px 0 5px 10px;
border-left:5px solid #be1d1d;
}

.product{
border:1px solid #ccc;
margin-bottom:10px;
}

.product li{
list-style-type:none;
}

.col2{
width:49%;
float:left;
margin-right:10px;
}

.col3{
width:258px;
float:left;
margin-right:10px;
}

.last_col{
margin-right:0;
margin-bottom:30px;
}

.last_col:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


.sakura{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/sakura.png);
background-repeat:no-repeat;
background-position:94% 94%;
}


.hokiboshi{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/hokiboshi.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

/* 
.hokiboshi img:not(.japan_quality){
margin-left:432px;
margin-top:20px;
}

.hokiboshi .japan_quality{
margin-left:230px;
margin-top:70px;
}

.hokiboshi p{
margin-left:300px;
text-align:center;
margin-top:-120px;
}

.hokiboshi li{
text-align:right;
margin-right:20px;
}

*/

.itotorimonogatari,.sakura{
min-height:400px;
}

.kanade, .flatlock,.tumugi{
min-height:450px;
}

.hokiboshi,.nuikoubou{
min-height:450px;
}

.ihojin,.basic{
  min-height: 350px;
}

.excim_lock{
min-height:230px;
}


.baby_sukui,.sashiko,.emonogatari{
min-height:190px;
}

.p-home, .pro, .ilon ,.p-companion{
min-height:210px;
}

.itotorimonogatari{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/itotorimonogatari.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.itotorimonogatari p ,.ihojin p, .nuikoubou p, .flatlock p,.hokiboshi p,.sakura p,.kanade p,.tumugi p{
margin-left:20px;
margin-top:0px;
}

.logo{
margin-left:20px;
margin-top:20px;
}

p.logo {
font-weight:900;
margin-left:18px;
margin-top:20px;
margin-bottom:0;
}

.japan_quality{
margin-left:20px;
margin-top:10px;
}

.ihojin{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/ihojin.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.nuikoubou{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/nuikoubou.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.flatlock{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/flatlock.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.kanade{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/kanade.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.tumugi{
background-image:url(/new_site/wp-content/themes/precious_tcd019/img/product/tumugi_r.png);
background-repeat:no-repeat;
background-position:94% 94%;
}
.basic{
background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/bl2-228_p2.jpg);
background-repeat:no-repeat;
background-position:94% 94%;
}

.excim_lock{
background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/excim-lock.jpg);
background-repeat:no-repeat;
background-position:94% 94%;
}

.sashiko{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/sashiko.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.baby_sukui{
background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2016/03/BL-500N-2.jpg);
background-repeat:no-repeat;
background-position:94% 94%;
}

.emonogatari{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/emonogatari.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.basic .product_li,.sashiko .product_li{
float:left;
width:150px;
display:block;
}

.basic img .japan_quality{
float:left;
}

.sashiko .japan_quality{
clear:both;
float:left;
display:block;
}

.p-home{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/kateiyou.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.p-companion{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/shokugyouyou.png);
background-repeat:no-repeat;
background-position:94% 94%;
}

.pro{
background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2016/06/shokugyouyou.jpg);
background-repeat:no-repeat;
background-position:94% 94%;
}

.ilon{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2015/11/ilon.png);
background-repeat:no-repeat;
background-position:94% 94%;
}


/* 製品ページ下層 */

.koumoku_line{
margin-top:0;
}

h3.product_title_M ,h3.stitch_title{
color:#be1d1d;
}

h4.product_subtitle_M{
color:#666;
}

p.text_s_product{
font-size:80%;
}

.product_ll_image{
display:block;
float:left;
}

.product_ll_title{
color:#be1d1d;
font-weight:900;
font-size:120%;
margin-bottom:0px;
}
.product_ll_subtitle{
font-weight:900;
color:#666;
}

.product_ll_image img{
display:block;
float:left;
margin-right:10px;
}

p.product_ll_text{
float:left;
}

.pattern01_title,.pattern05_title_all,.title,.pattern03_title_all .title,.pattern_sado_title{
font-size:150%;
font-weight:900;
color:#452305;
margin-top:50px;
margin:20px 0px 0px 0px !important;
}

.pattern04_title,.pattern02_title,.pattern03_title{
font-size:130%;
font-weight:900;
color:#452305;
margin-top:50px;
margin:10px 0px 0px 0px !important;
}

.pattern01_subtitle,.pattern_sado_subtitle,.pattern04_subtitle,.pattern02_subtitle,.pattern05_repeat_wrap .pattern05_title{
color:#be1d1d;
font-weight:900;
margin:0px;
padding:0px;
font-size:105%;

}

.pattern01_img{
float:left;
margin-right:20px;

}

.pattern02_img_01{
float:left;
margin-right:15px;

}


.pattern05_img_01{
float:left;
margin-right:10px;
}

.pattern05_img_02{
float:left;
margin-right:10px;
}

.pattern05_img_03{
margin-right:0px;
}


.pattern03_repeat_wrap{
display:inline-block;
vertical-align:top;
width:210px;
margin-right:20px;
}

.pattern_sado_main_img img{
float:left;
margin-right:10px;
}

.pattern_sado_img_wrap{
float:left;
margin-right:10px;

}

.edit_bottom{
border-top:1px solid #ccc;
}


a.catalog-pdficon{
padding:5px 10px;
background-color:#be1d1d;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
color:#fff;
text-decoration:none;
margin-right:5px;
margin-bottom:10px;
margin-top:10px;
display:inline-block;
float:right;
}

.catalog-pdficon:before{
content:"PDF";
background-color:#fff;
color:#be1d1d;
margin-right:10px;
padding:0 5px;
font-weight:900;
font-size:90%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.catalog-pdficon:hover{
background-color:#eca50e;
color:#fff;
}

/* 製品ページ縫い目 */

.stitchpage_stitch_repeat_wrap{
display:inline-block;
width:191px;
margin-right:5px;
vertical-align:top;
margin-top:15px;
}
.stitchpage_stitch_repeat_wrap img{
width:191px;
height:auto;

}

/* 製品ページ仕様 */

table.spec{
border:1px solid #ccc;
margin-top:20px;
}

table.spec td,table.spec th{
padding:7px;
border:1px solid #ccc;
text-align:left;
}

table.spec th,table.spec2 th{
width:250px;
}


.spec2:first-child{
margin-top:0px;
border-top:1px solid #ccc;
}

table.spec2 td,table.spec2 th{
padding:7px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
text-align:left;
}

/* 製品ページアタッチメント */

.attachmentpage_attachment_title{
font-size:120%;
font-weight:900;
color:#be1d1d;
margin-bottom:0px;
margin-top:10px;
}

.attachmentpage_attachment_subtitle{
font-weight:900;
}

.attachmentpage_attachment{
display:inline-block;
width:256px;
margin-right:7px;
vertical-align:top;
}

.attachmentpage_attachment_name{
font-weight:900;
margin:0;
}

.attachmentpage_attachment_price{
margin:0;
}


.attachmentpage_other_img{
float:left;
margin-right:15px;
margin-bottom:20px;
}

.attachmentpage_other_name{
font-weight:900;
margin:0;
}
.attachmentpage_other{
margin-top:20px;
margin-bottom:20px;
border-bottom:1px solid #ccc;
}

/* 製品ページ作品例 */

.product-work-example-img-repeat-wrap:nth-child(odd){
display:inline-block;
vertical-align:top;
margin-top:15px;
margin-right:0px;
}

.product-work-example-img-repeat-wrap:nth-child(even){
display:inline-block;
vertical-align:top;
margin-top:15px;
margin-right:12px;
}




/*　検索窓 */

.searchbox{
margin-bottom:15px;
border:1px solid #ccc;
padding:10px;
background:#fff8ea;
color:#452305;
}

.searchbox select{
margin-bottom:10px;
}

.searchbox .search_title{
font-size:130%;
color:#452305;
}







/* 講習会 下層　*/

.single-workshop .workshop-image-main{
display:block;
margin-right:auto;
margin-left:auto;
text-align:center;
}

.single-workshop .date{
font-weight:900;
}

.single-workshop .icon:first-child{
margin-top:20px;
}

.single-workshop .icon {
background-color:#be1d1d;
color:#fff;
font-weight:900;
width:auto;
padding:8px 10px;
display:inline-block;
margin-right:20px;
margin-bottom:5px;
margin-top:10px;
letter-spacing:5px; 
}

.single-workshop .nittei{
margin-top:20px;
}


.single-workshop .item-block{
display:block;
margin-bottom:20px;
}

.single-workshop .item-block+.item-block{
margin-right:20px;

}

.single-workshop .workshop-image{
display:inline-block;
margin-right:3px;
width:260px;
height:195px;
overflow:hidden;
margin-top:10px;
}

.single-workshop .workshop-tel{
font-size:20px;
font-weight:900;
}

.single-workshop a.mailform_btn{
text-align:center;
display:inlnine-block;
padding:8px 20px;
background-color:#eca50e;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
text-align:center;
color:#fff;
font-weight:900;
text-decoration:none;
font-size:150%;
}

.single-workshop a.mailform_btn:hover{
background-color:#be1d1d;
color:#fff;
}

.single-workshop  ul.caution li{
padding-left:1em;
text-indent:-1em;
}

.single-workshop h3{
font-size:150%;
}


/* 講習会 トップ（アーカイブ）*/

div.workshop_top{
width:370px;
height:470px;
float:left;
margin-bottom:20px;
padding:10px;
    background: #fff;
    border: 1px solid #ccc;
}

div.workshop_top:nth-child(even){
float:right;
}

.workshop_top img{
display:block;
margin:10px auto 10px auto;
height:auto;
}

.workshop_top h4{
font-size:14px!important;
text-align:center;
margin-bottom:5px!important;
padding-bottom:0px!important;
line-height:1.4em!important;
}

.workshop_top .ws_date{
text-align:center;
margin-bottom:10px;
}

.workshop_top .ws_date p{
display:inline-block!important;
background-color:#fff;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
text-align:left;
padding:3px 7px;
color:#be1d1d;
font-weight:500;
font-size:13px;
word-break: break-all;
line-break: strict;
}

.workshop-top-place{
text-align:center;
margin-bottom:50px;
font-size:13px;
}

.workshop_top p{
margin-bottom:0px;
line-height:1.4em;
}

.workshop_reception{

text-align:center;
}

.workshop_reception p{
 display: inline-block;
background-color:#452305;
color:#fff;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
padding:3px 5px;
margin-top:10px;
}

.workshop_top_img_pc{
margin-bottom:15px;
}

.workshop_top_img_sp{
display:none;
}

.workshop_icon img{
margin:0;
}

.workshop_icon_text{
background:#fff8ea;
margin-bottom:10px;
padding:10px;
vertical-align:middle;
}

.workshop_icon_text p{
display:inline-block;
margin:0;
}

.workshop_icon_text img{
vertical-align:middle;
width:30px;
}
.workshop_icon_text img.limit-icon{
width:31px;
}

/* Search 検索結果 */
.search a.image {
display:block;
float:left;
margin-right:15px;

}

.search a.image img{
width:130px;
height:auto;
}

ol.search_list li{
margin-top:20px;
border-bottom:1px dotted #ccc;
}



/* work */

img.work-main-photo{
display:block;
margin:0 auto;
width:400px;
}

.work-text{
border:1px solid #dccab3;
padding:10px 15px;
color:#452305;
padding-bottom:-10px;
margin-bottom:40px;
}

.work-text p{
margin-bottom:0;
padding-bottom:0;
}

.limit-text{
text-align:center;
}

.limit-text p{
text-align:left;
}

.limit-text a{
padding:10px 20px;
background:#be1d1d;
color:#fff;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */  
font-size:18px;
margin-bottom:20px;
text-align:center;
text-decoration:none;
display:inline-block;
}

.limit-text a:hover{
background:#eca50e;
color:#fff;
}

.limit-text a:after{
  content: "\f054";
  font-family: FontAwesome;
  margin-left:10px;
}


ul.work-list-wrap li{
float:left;
margin-right:18px;
}

ul.work-list-wrap li a{
text-align:center;
display:block;
margin:0 auto;
text-decoration:none;
margin-bottom:-20px;
}

h2#howto-cate, h2#book-cate, h2#recipe-cate{
clear:both;
padding:5px;
border-bottom:1px solid #ccc;
}



h2#howto-cate a,h2#book-cate a,h2#recipe-cate a,h2#goods a,h2#clothes a{
text-decoration:none;
color:#452305!important;
}

h2#howto-cate:after{
content:"\0030d9\0030d3\0030fc\0030ed\0030c3\0030af\00306e\0057fa\00672c\0064cd\004f5c\003084\0062bc\003048\0091d1\00306e\004f7f\003044\0065b9\00306a\003069\003092\003054\007d39\004ecb\003057\00307e\003059";
font-size:63%;
margin-left:20px;
font-weight:100;
color:#452305;
/* content:"ベビーロックの基本操作や押え金の使い方などをご紹介します"; */
}

h2#recipe-cate:after{
content:"\004f5c\0054c1\003065\00304f\00308a\00306e\0030a2\0030a4\0030c7\0030a3\0030a2\003084\007c21\005358\00306b\003064\00304f\00308c\00308b\005c0f\007269\003001\00672c\00683c\007684\00306a\006d0b\00670d\00306e\004f5c\00308a\0065b9\003001\004e00\0090e8\00578b\007d19\003084\0030ec\0030b7\0030d4\003092\0063b2\008f09\003057\003066\003044\00307e\003059\003002";
font-size:63%;
margin-left:20px;
font-weight:100;
color:#452305;
/* content:"作品づくりのアイディアや簡単につくれる小物、本格的な洋服の作り方、一部型紙やレシピを掲載しています。"; */
}

h2#book-cate:after{
content:"ベビーロックの使い方やベビーロックを使った作品が掲載されている雑誌や書籍をご紹介";
font-size:63%;
margin-left:20px;
font-weight:100;
color:#452305;
/* content:"\0030d9\0030d3\0030fc\0030ed\0030c3\0030af\00306e\004f7f\003044\0065b9\003084\0030d9\0030d3\0030fc\0030ed\0030c3\0030af\003092\004f7f\003063\00305f\004f5c\0054c1\00304c\0063b2\008f09\003055\00308c\003066\003044\00308b\0096d1\008a8c\003084\0066f8\007c4d\003092\003054\007d39\004ecb"; */
}

.page_navi{
clear:both;
}

.work-list-wrap .title a{
font-weight:900;
font-size:80%;
margin-bottom:50px;
}

.work-list-wrap .title a:hover{
text-decoration:underline;
}

.all a{
display:inline-block;
clear:both;
padding:0px 7px;
background-color:#be1d1d;
color:#fff;
font-weight:900;
text-decoration:none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
font-size:90%;
margin-bottom:0;
top:155px;
}

.all{
clear:both;
float:right;
}

.all_2 a{
display:inline-block;
clear:both;
padding:0px 7px;
background-color:#be1d1d;
color:#fff;
font-weight:900;
text-decoration:none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
font-size:90%;
float:right;
}

.all a:hover, .all_2 a:hover{
background-color:#eca50e;
color:#fff;
}

.work-archive .work-list-page-wrap .title{
text-align:center;

}

.work-archive .work-list-page-wrap{
float:left;
margin-right:20px;
}

a.recipe-pdficon{
padding:5px 10px;
background-color:#be1d1d;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
color:#fff;
text-decoration:none;
float:left;
margin-right:10px;
margin-bottom:10px;
display:block;
}

a.recipe-pdficon:hover{
background-color:#eca50e;
color:#fff;
}

a.recipe-pdficon:before{
content:"PDF";
background-color:#fff;
color:#be1d1d;
margin-right:10px;
padding:0 5px;
font-weight:900;
font-size:90%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.recipe-pdficon:hover:before{
background-color:#fff;
color:#eca50e;
}
a.recipe-pdficon-howto{

border:2px solid #be1d1d;
color:#be1d1d;
padding:5px 30px;
text-decoration:none;
margin-bottom:10px;
display:inline-block;
font-weight:900;
}

a.recipe-pdficon-howto:hover{
border:2px solid #eca50e;
color:#fff;
background-color:#eca50e;
}

a.recipe-pdficon-howto:before{
content:"PDF";
background-color:#be1d1d;
color:#fff;
margin-right:10px;
padding:0 5px;
font-weight:900;
font-size:90%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.recipe-pdficon-howto:hover:before{
color:#eca50e;
background-color:#fff;
}

.work_pdf_wrap{
margin-bottom:40px;
}

/* 使い方 */

.attachment-howto{
border-top:1px solid #ccc;
margin-top:30px;
padding-top:30px;
}

.attachment-howto p{
margin:0;
padding:0;
}

.icon_attachment-howto-text a{
text-decoration:none;
color:#fff;
background-color:#be1d1d;
padding:2px 5px;
}

.icon_attachment-howto-text a:hover{
background-color:#eca50e;
color:#fff;
}

.icon_attachment-howto-youtube a{
text-decoration:none;
color:#fff;
background-color:#7f4925;
padding:2px 5px;

}

.icon_attachment-howto-youtube a:hover{
background-color:#eca50e;
color:#fff;
}

.image-attachment-howto{
float:left;
display:block;
margin-right:15px;
margin-top:-3px;
}

.attachment-howto-1wrap{
float:left;
margin-right:10px;
width:47%;
margin-bottom:30px;
}

.bl69wj-howto-left{
width:47%;
float:left;
margin-right:10px;
}

bl69wj-howto-right{
float:right;
width:47%;
}




/* 書籍・掲載紙 */

.book p{
margin-bottom:5px;
padding:0px;
}

.book h3{
font-size:110%;
font-weight:900;
}

.book p.book-photo-big a{
display:block;
width:190px;
text-decoration:none;
background-color:#be1d1d;
color:#fff;
text-align:center;
border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.book p.book-photo-big a:hover{
background-color:#eca50e;
}

.btn-book-detail a{
text-decoration:none;
background-color:#be1d1d;
color:#fff;
text-align:center;
padding:3px 5px;
border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.btn-book-detail a:hover{
background-color:#eca50e;
color:#fff;
}


.book-photo-left{
width:190px;
float:left;
margin-right:30px;
}

.book-text-right{
width:580px;
float:left;
}

hr.book-line{
border-top:1px solid #ccc;
}

/*　ベビーロックとは */

.about_babylock h2{
line-height:2em;
}

.about_babylock .nihon_hinshitsu_banner,.lock_mishin_banner,.history_top{
border:1px solid #ccc;
padding:20px;
margin-top:15px;
}

.about_babylock .nihon_hinshitsu_banner{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2016/01/top_image01.png);
background-position:93% 50%;
background-repeat:no-repeat;

}

.history_top{
background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2016/01/photo2.jpg);
background-position:93% 50%;
background-repeat:no-repeat;
}

.lock_mishin_banner{
background-image:url(http://www.babylock.co.jp/new_site/wp-content/uploads/2016/01/top_image05.jpg);
background-position:93% 50%;
background-repeat:no-repeat;
}

.about_babylock a{
text-decoration:none;
background-color:#be1d1d;
color:#fff;
text-align:center;
padding:3px 5px;
border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.about_babylock a:hover{
background-color:#eca50e;
color:#fff;
}


/* サポート */
/* サポートトップ */
.support .kakomi_line a{
width:46%;
float:left;
margin-right:10px;
border:1px solid #ccc;
margin-bottom:10px;
padding:10px;
text-decoration:none;
}

.support .kakomi_line a:hover{
border:1px solid #be1d1d;
}


/* 修理について */
.text_s{
font-size:90%;
}

.repair .kakomi{
border:1px solid #ccc;
padding:10px;
margin-bottom:10px;
}

.repair p{
padding-bottom:0px;
margin-bottom:0px;
line-height:2em;
}

.repair .big_bold{
font-size:130%;
color:#452305;
text-decoration:underline;
}

.repair a.dealer{
text-decoration:none;
background-color:#be1d1d;
color:#fff;
margin-top:15px;
display:inline-block;
text-align:center;
padding:10px 20px;
border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.repair a.dealer:hover{
background-color:#eca50e;
color:#fff;
}

.title_ss{
margin-top:20px;
}

.lower-page-product_kakomi{
width:800px;
border:solid #be1d1d 1px;
box-sizing:border-box;
}

.lower-page-product_kakomi li{
    display: flex;
}

.lower-page-product_kakomi li a{
  width: 25%;
  box-sizing: border-box;
text-decoration:none;
font-size:14px;
text-align:center;
background-color:#fff;
border-left:solid #be1d1d 1px;
color:#be1d1d;
  /*
display:inline-block;
background-color:#fff;
border-left:solid #be1d1d 1px;
padding:7px 0px;
color:#be1d1d;
width:197px;
text-decoration:none;
font-size:14px;
text-align:center;
*/
}

.lower-page-product_kakomi li a:first-child{
border-left:none;
width:202px;
}

.lower-page-product_kakomi li a:last-child{
border-left:none;
width:199px;
border-left:solid #be1d1d 1px;
}


.lower-page-product_kakomi li a:hover{
color:#fff;
background-color:#be1d1d;
text-decoration:none;
}

/* ダウンロードページ */

.download_manual_pdf a,.download_catalog_pdf a{
font-weight:nomal;
padding:5px 7px;
margin-right:10px;
border:1px solid #ccc;
text-decoration:none;
width:60%;
margin-bottom:10px;
background-color:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
color:#452305;
}


.download_manual_pdf a:before,.download_catalog_pdf a:before{
content:"PDF";
background-color:#be1d1d;
color:#fff;
margin-right:10px;
padding:0 5px;
font-weight:900;
font-size:90%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.download_manual_pdf a:hover:before,.download_catalog_pdf a:hover:before{
background-color:#eca50e;
color:#fff;
}

.download_manual_pdf a:hover,.download_catalog_pdf a:hover{
color:#be1d1d;
}

p.download_youtube{
margin-top:0px;
margin-bottom:0px;
}

.download_youtube{
display:inline-block;
background-color:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
border:1px solid #ccc;
margin-right:10px!important;
margin-top:10px!important;

}

.download_youtube a{
text-decoration:none;
padding:5px 7px;

}

.download_youtube a:before{
content:"Movie";
background-color:#eca50e;
color:#fff;
margin-right:10px;
padding:0 5px;
font-weight:900;
font-size:90%;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.download_youtube a:hover:before{
background-color:#be1d1d;
color:#fff;
}



p.download_pdf_petname{
margin:0;
padding:0;
font-size:120%;
font-weight:900;
}


/* イベント */
.event-wp-image img{
width:200px;
height:auto;
margin-right:10px;
}

ul.event-detail{
border-bottom:1px dotted #ccc;
}

li.event-detail-title{
display:inline-block;
padding-right:30px;
font-weight:900;
width:130px;
border-top:1px dotted #ccc;
width:15%;
vertical-align:top;
}

li.event-detail-title p{
-webkit-box-align: center; /* safari, Chrome対応 */
-moz-box-align: center;    /* Firefox対応 */
-o-box-align: center;      /* Opera対応 */
-ms-box-align: center;     /* IE対応 */
box-align: center;         /* ベンダープレフィックス無しも併記する */
}

li.event-detail-list{
margin-left:-4px;
display:inline-block;
border-top:1px dotted #ccc;
width:80%;
vertical-align:top;
}

li.event-detail-title p,li.event-detail-list p{
margin:0;
padding:0;
}

.event-workshop-title{
font-weight:900;
font-size:110%;
margin-top:50px;

}

.event-workshop-title:first-child{
margin-top:0px;
}
ul.event-workshop{
border:1px solid #ccc;
padding:20px;
}

/* イベント一覧 */

li.archive_index_event{
margin-bottom:7px;
padding-bottom:5px;
border-bottom:1px dotted #ccc;
}

li.archive_index_event:before{
content: "　";
float:left;
margin-right:8px;
margin-top:5px;
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent #7f4925;
}


.edit_bottom img{
margin-right:10px;
}


/* 日本品質ページ */

.jq-text{

}

.jq_repeat{
margin-bottom:50px;
}

.jq_repeat img{

display:block;
margin:0 auto;
width:600px;
}

.jq_repeat_text{
margin:0 auto;
width:760px;
line-height:1.8em;
}
.jq_repeat_title{
font-family: georgia, palatino, serif;
font-size:24px;
font-weight:900;
display:block;
margin:15px 0;
text-align:center;
}

h3.jq_title{
text-align: center;
font-family: georgia, palatino, serif; 
font-size: 26px; 
line-height:150%
}


/* ヒストリー */

.history{
margin:0 auto;

}

.history img{
display:block;
margin:0 auto;
}

.history h2{
line-height:1.8em;
}

/* メールフォーム */

input.submit,input.kakunin{
font-size:130%;
font-weight:900;
padding:8px 13px;
background-color:#be1d1d;
color:#fff;
border:#be1d1d 1px solid;
}

input.submit:hover, input.kakunin:hover{
background-color:#fff;
color:#be1d1d;
border:#be1d1d 1px solid;
cursor: pointer;
cursor: hand;
}

/* トップスライダー 修正　*/


/* ベビーロックのある暮らし　*/

.int_s_title{
font-size:20px;
font-weight:900;
color:#746349;
margin:0px!important;
}

.int_q{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
border:solid 1px #eca50e;
color:#746349;
padding:10px;
}


.sp-mv{
display:none;
}

/* 50周年イベントカスタム投稿タイプ */

.campaign_50th img{
display:block;
float:left;
margin-right:20px;

}

.campaign_50th h4.title a{
font-size:22px;
line-height:4em;
}

.campaign_period_50th{
font-weight:900;
font-size:110%;
margin-bottom:0;
}

/* 会員ページ */

a.user_btn{
display:inline-block;
background:#be1d1d;
color:#fff;
padding:10px 20px;
border:solid 1px #be1d1d;
text-decoration:none;
}

a.user_btn:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left:10px;
}

a.user_btn:hover{
background:#fff;
border:solid 1px #be1d1d;
}

/* 会員限定レシピダウンロードページ */


.limit-download {
margin-bottom:20px;
border-bottom:1px solid #ccc;
padding-bottom:20px;
}

.limit-download img{
	width:215px;
	height:auto;
	float:left;
	margin-right:20px;

}
p.limit-download-title{
	font-size:18px;
	font-weight:900;
	color:#be1d1d;
	margin-bottom:0;
}

.limit-download p{
	margin-bottom:0;
}

.limit-download-right{
	width:500px;
	float:left;
}


.limit-download a{
	display:inline-block;
	padding:10px 20px;
	width:100%;
	background:#fff;
	color:#be1d1d;
	box-sizing:border-box;
	text-decoration:none;
	font-size:18px;
	border:2px solid #be1d1d;
	font-weight:900;
}

.limit-download a.normal{
  padding:0;
  font-weight:normal;
  border:none;
  color:#000;
  font-size:14px;
  text-decoration: underline;
}

.limit-download a.normal:hover{
  border:none;
}


.limit-download-pdf a{
	width:49%;
}

.limit-download-pdf a:before,.limit-download-pdf-text a:before{
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right:10px;
font-weight:500;
color:#be1d1d;
}

.limit-download-pdf a:hover:before,.limit-download-pdf-text a:hover:before{
	color:#ffa200;
}

.limit-download a:hover{
	color:#ffa200;
	background:#fff;
	border:2px solid #ffa200;
}

.limit-download-pdf a+a{
	margin-right:0;
	float:right;
}

.limit-download-pdf p.pattern_txt{
	font-size:16px;
	font-weight:900;
}

.gallery-link a{
	color:#841f03;
	border:none;
	border-bottom:1px solid #841f03;
	padding:3px;
	font-size:18px;
	display:inline-block;
	margin-top:40px;
	width:auto;
}

.gallery-link a:hover{
	color:#ffa200;
	border:none;
	border-bottom:1px solid #ffa200;
}
.gallery-link a:after{
  content: "\f054";
  font-family: FontAwesome;
  margin-left:10px;
}

/* メンバー登録 */

.member,.mypage_login{ 
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
border:none;
background:#999;
color:#fff;
padding:5px 10px;
text-decoration:none;
box-shadow:none;
display:inline-block;
float:right;
margin-right:10px;
margin-top:8px;
margin-bottom:10px;
}

.member:hover,.mypage_login:hover{
color:#fff;
border:none;
background:#be1d1d;
}
.member:first-letter,.mypage_login:first-letter{
padding-right:10px;
}

a.member,a.mypage_login{
color:#fff;
}

/* ヘッダSNS */
div.sns_img{
float:right;
margin-right:10px;
}

div.sns_img a{
text-decoration:none;
}

div.sns_img img{
width:30px;
margin-top:7px;
}

div.limit_page{
float:right;
margin-right:10px;
}



/* レスポンシブ タブレット */
@media screen and (min-width:600px) and (max-width:1280px){
body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;

}
#contents { width:90%; }
#main_col { padding:15px 5px 0; }
#side_col { padding:30px 5px 0px;  }

#index_top_wrap { width:100%; background:#fff; }
#index_top { position:relative;  }



table.spec2 td,table.spec2 th{
padding:7px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
text-align:left;
}
.workshop_top img{
max-width: 100%!important;
}
}

input[type="text"], input[type="password"], textarea, .page-id-4696 select{
	padding:5px 0;
}

form, .page-id-4696 table, input, .page-id-4696 textarea,.page-id-4696 dl, dt,dd{
	padding:5px;
}

input[type="submit"]#searchsubmit{
  padding:2px 5px;
}

select#input-id{
  padding:5px; 
}

.page-id-4696 input.kakunin{
	padding:10px 20px;
}

input.submit, input.kakunin{
font-size: 130%;
    font-weight: 900;
    padding: 8px 13px;
    background-color: #be1d1d;
    color: #fff;
    border: #be1d1d 1px solid;
}

.global_mailform{
	background:#fff;

}

.global_mailform .title{
	font-size:13.3333px;
	margin:0!important;
	font-weight:normal;
	color:#000;
}

.global_mailform p{
	line-height:3em;

}


.global_mailform input.submit{
font-size: 130%;
    font-weight: 900;
    padding: 8px 13px;
    background-color: #b38100;
    color: #fff;
    border: #b38100 1px solid;
}

.global_mailform input.submit:hover{
    background-color: #fff;
    color: #b38100;
}


.widget_search #s{
	padding:0!important;

}

/* はじめての方におすすめのロックミシン　/jet air / */

section.first-jetair{
  background-image:url(https://www.babylock.co.jp/new_site/wp-content/uploads/2017/10/back.png); 
  padding:50px;
}

section.first-jetair h2{
  color:#804f21;
}

section.first-jetair ul{
  display:flex; 
  display: -webkit-flex; 
  margin:0;
}

section.first-jetair ul li{
width:48%; margin-right:15px;
  }



#slider_base,#slider{
display:block;
}


/************************************
    トップページWORKSHOPリンク
************************************/

iframe.workshopnews{
  width: 100%;
}

.product-image img{
  width: 100%;
}

p.index_news_title{
margin-bottom:0px;
float:left;
width: 660px;
overflow: hidden;  
}

p.index_news_title a{
  /*
overflow: hidden;  
white-space: nowrap;
text-overflow: clip;
  */
}
/************************************
  採用ページ
************************************/

section.recruitment .mv{
  display: block;
}

section.recruitment .mv2{
  display: none;
}


section.recruitment dl dt{
  background: #f2f2f2;
  padding:5px 20px;
}

section.recruitment dl dd ul{
  margin:0;
}

section.recruitment dl dd ul li{
  text-indent: -1em;
  padding-right:1em;
}

section.recruitment dl dd {
  padding:20px;
  box-sizing: border-box;
}

section.recruitment dl dd > p{
  margin:0;
}

section.recruitment dl dd ul.kome li{
  font-size:80%;
}

section.recruitment dl dd strong{
  display: block;
}

section.recruitment dl dd strong.mg-t50{
  margin-top:50px;
}

section.recruitment ul.link_banner{
  display: flex;
  margin:0;
  margin-bottom:50px;
}


section.recruitment ul.link_banner {
  display:flex; 
  margin-left:0;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

section.recruitment ul.link_banner li {
  width: 90%;
}

section.recruitment ul.link_banner li a{
  display: block;
  width: 90%;
}

section.recruitment ul.link_banner li a img{
  display: block;
  width: 100%;
}

section.recruitment ul.recruitment_page_link{
  margin:0;
}

section.recruitment ul.recruitment_page_link li:before{
  content: "\f054";
  font-family: FontAwesome;
  margin-right:15px;
}

/************************************
  トップページ問い合わせバナー
************************************/

.sp_banner{
  display: none;
}

.product-image-sp{
  display: none;
}