@charset "utf-8";
/*
Theme Name: Sync works theme
Description: sync-furniture official site | 株式会社 SYNC
Theme URI: http://sync-furniture-jp.pro/works/
Author: ZOCOZO DESIGN Inc. 
Author URI: https://zocozo.com/ 
*/

/* ------ reset ------ */

body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
img{
	border: none;
	outline: none;
}
ul,ol,li {
	list-style: none;
}

/* -- 投稿無し時 -- */
p.none {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 2em auto;
  text-align: center;
  letter-spacing: 0.1em;
  clear: both;
}

/*reCAPTCHAマーク非表示*/
.grecaptcha-badge {
  opacity: 0;
}
/*reCAPTCHAマーク非表示 end*/

/*投稿 YouTube挿入用 (レスポンシブ対応)*/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*投稿 YouTube挿入用 (レスポンシブ対応) end*/

body{
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-size: small;/* IE用 */
  *font: x-small;/* IE 互換モード用 */
  background: #fff;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

/*----- html5 block -----*/

header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}

/* ----- reset-end ----- */


hr{
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

hr.scroll{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

hr.clear{
	border-top: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 30px;
	clear: both;
}


/* ----- hack ----- */

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

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ /* CSS Document */


/*----IE4,5-----*/
* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----- hack end -----*/