/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

::-moz-selection {
    background: #ef9;
    text-shadow: none;
	}
::selection {
    background: #ef9;
    text-shadow: none;
	}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	}
img {
	vertical-align: middle;
	}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
	}
textarea {
    resize: vertical;
	}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* Furuya design */



a:link {
	color:#111;
	text-decoration:none;
	}
a:visited {
	color:#111;
	}
a:hover {
	/*color:#888;*/
	background:#df3;
	color:#111;
	}
a:active, a:focus {outline:none;}
h1, h2, h3, h4, h5 { margin:0; padding:0; }
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px;}
/*h4 {font-size:10px;}*/
ul { margin:0; padding:0; list-style:none; }
li { margin:0; padding:0;}

iframe { margin:0 0 -5px; padding:0;}


html, body { height:100%; }

body {
	font:11px/1.5 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",'メイリオ',　Meiryo, "ＭＳＰゴシック", Geneva, Arial, Verdana, sans-serif;
	/*font:13px/1.5 "Georgia", "MS Georgia", 'Hiragino Mincho ProN', "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝", "Times New Roman", Times, serif;*/
	color:#111;
	visibility:hidden;
	}
	body.no-js {visibility:visible;}
	
	#page {
	position:relative;
	min-height:100%;
	height:auto !important;
	height: 100%;
	min-width:960px;
	width:100%;
	
	overflow:hidden;
	_zoom: 1;
	}

#header, #singleheader {
	background:url(../img/header_bg.png) repeat-x 0 20px;
	position:relative;
	height:70px;
	
	position:fixed;
	top:0;
	left:0;
	width:340px;
	z-index:10;
	}
	.fdlogo a {
	background:url(../img/fdlogo-m_1x.png) no-repeat;
	display:block;
	position:absolute;
	top:12px;
	left:13px;
	width:140px;
	height:0;
	margin:0;
	padding-top:40px;
	overflow:hidden;
	}
	
.menu {
	position:absolute;
	top:20px;
	left:150px;
	padding:0 15px;
	height:30px;
	}
	.menu li {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	height:30px;
	font:11px/31px Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}
	.menu li:not(:last-child) {
	background:url(../img/parts_1x.png) no-repeat right bottom;
	padding-right:16px;
	margin-right:2px;
	}
	.menu a {
	text-decoration:none;	
	}
	.menu a:hover {
	margin:0 -2px;
	padding:0 2px;
	}
	.menu .current-cat {
	/*color:#888;*/
	background:#df3;
	margin:0 -2px;
	padding:0 2px;
	}
	
.submenu {
	position:absolute;
	left:0;
	top:115px;
	left:20px;
	display:none;
	}
	.submenu li {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	height:15px;
	margin: 0 5px 3px 0;
	overflow:hidden;
	}
	.submenu a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	
	opacity:0.5;
	overflow:hidden;
	}
	.submenu a:hover {
	opacity:1;
	}
	.submenu a.fb { background:url(../img/parts_1x.png) -195px 0; }
	.submenu a.tw { background:url(../img/parts_1x.png) -195px -15px; }
	.submenu a.rss { background:url(../img/parts_1x.png) -195px -30px; }
	
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:20px;
	overflow:hidden;
	}
	#copyright {
	font-size:9px;
	line-height:20px;
	margin:0 5px;
	padding:0;
	}
	#pagetop {
	background:url(../img/parts_1x.png) -70px 0px;
	position:fixed;
	right:0;
	bottom:0;
	display:block;
	width:70px;
	height:0;
	padding-top:70px;
	
	overflow:hidden;
	display:none;
	}
	#pagetop:hover {
	background:url(../img/parts_1x.png) -70px -70px;
	}

#content {
	max-width:1440px;
	margin:auto;
	width:100%;
	}

#main {
	}




.archive-loop {
	background:url(../img/rope_v4.png) repeat-y center 80px;
	position:relative;
	
	display:none;
	/*overflow:hidden;問題あれば戻す
	_zoom: 1;*/
	}
	.archive-loop ul {
	}
	.archive-loop li {
	position:relative;
	margin-bottom:40px;
	list-style:none;
	z-index:1;
	}
	.archive-loop .thumbnail {
  	position:relative;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	
	}
	.no-boxshadow .archive-loop .thumbnail {
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee',direction=0,strength=3)
			progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction=90,strength=5)
			progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction=180,strength=5)
			progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee',direction=270,strength=3);	
	}
	.archive-loop .thumbnail img {
	border:4px solid #fff;
	}
	.thumbtext {
	background:#fafafa;
	width:100px;
	height:120px;
	padding:8px;
	overflow:hidden;
	color:#ccc;
	font-size:8px;
	text-align:left;
	}
	.thumbtext p{
	margin:0;
	padding:0;	
	}
	.archive-loop .thumbnail:before, .archive-loop .thumbnail:after {
 	 background: #e5e5e5;
	 position: absolute;
 	 left: 50%;
  	 top: 80%;
  	 width: 96%;
	 margin-left:-48%;
 	 content:'';
 	 z-index: -1;
	 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.archive-loop .thumbnail:before {
	 -webkit-transform: rotate(-5deg);
	 -moz-transform: rotate(-5deg);
 	 -o-transform: rotate(-5deg);
	 -ms-transform: rotate(-5deg);
	 transform: rotate(-5deg);	
	}
	.archive-loop .thumbnail:after {
	 -webkit-transform: rotate(5deg);
	 -moz-transform: rotate(5deg);
 	 -o-transform: rotate(5deg);
	 -ms-transform: rotate(5deg);
	 transform: rotate(5deg);	
	}
	.archive-loop .highlight {
	background:#df3;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:10px;
	}
	.archive-loop .ico_arrow {
	background: url(../img/parts_1x.png) -50px -140px;
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	}
.archive-loop a {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}
	.archive-loop a:hover {
	background:none; /*TEST*/
	color:#111;
	}
	.archive-loop .textbox {
	position:absolute;
	top:0;
	left:0;
	
	text-align:left;
	}
	.archive-loop .textbox .title {
	/*font-size:1.2em;	*/
	}
	.archive-loop .textbox .data {
	}
	.archive-loop .textbox span {
	background:#f5f5f5;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding:0 5px;
	}
	.archive-loop .textbox .post-date {
	background:#f5f5f5;
	padding:0 5px 0 0;
	}
	.archive-loop .textbox .post-category {
	background:#e5e5e5;
	margin-right:-5px;
	padding:0 5px;
	}
	.archive-loop .textbox .termname span {
	background:#e5e5e5;
	}
	.archive-loop .terms {
	display:none;
	background:#df3;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:left;
	}
	.archive-loop .termicon {
	position:absolute;
	bottom:-5px;
	right:-5px;
	}
	.archive-loop .terms .works_icon {
	display: -moz-inline-box;
	display: inline-block;
	margin:0;
	}
	
.archive-loop .pagenum {
	height:17px;
	}
	.archive-loop .pagenum div {
	position:absolute;
	background:#ccc url(../img/bg_soft_wallpaper.png);
	top:0;
	left:50%;
	margin-left:-5px;
	padding:2px 6px 0 15px;
	z-index:9;
	
	font-family:'Special Elite', serif;	
	font-size:12px;
	font-weight:normal;
	}
.archive-loop .navigation {
	position:relative;
	height:17px;
	}
	.archive-loop .navigation .more {
	display:block;
	position:absolute;
	background:#ccc url(../img/bg_soft_wallpaper.png);
	top:0;
	left:50%;
	margin-left:-5px;
	padding:2px 6px 0 15px;
	z-index:9;
	
	font-family:'Special Elite', serif;	
	font-size:12px;
	font-weight:normal;
	}
	.archive-loop .navigation .more:hover {
	background:#df3;
	color:#111;	
	}
	
.widget {
	margin-bottom:20px;
	}
	.widget li {
	}
	.widget a {
	text-decoration:none;	
	}
	.widget h2 {
	font-size:12px;
	}
	.widget ul {
	margin-bottom:20px;	
	}

.navigation {
}



/*////////////////////////// TOP PAGE //////////////////////////*/


#homeheader {
	position:absolute;
	width:280px;
	height:120px;
	}
	#homeheader .fdlogo a {
	background:url(../img/fdlogo_1x.png) no-repeat;
	top:12px;
	left:13px;
	margin:0;
	width:210px;
	height:0;
	padding-top:60px;
	}
	#homeheader .menu {
	top:80px;
	left:7px;
	}
	#homeheader .submenu {
	display:block;
	}

#home #main {
	margin:auto;
	/*margin-left:15%;*/
	margin-left:25%;
	
	overflow:hidden;
	_zoom: 1;
	}

#home #sidebar {
	position:absolute;
	top:160px;
	left:20px;
	}
	#home #sidebar a {
	margin:0;
	padding:0;
	}
	#home #sidebar a:hover {
	margin:0 -2px;
	padding:0 2px;
	}

#home .archive-loop {
	float:left;
	/*width:35%;*/
	width:35%;
	padding-bottom:120px;
	text-align:center;
	
	opacity:0;
	}
	#home .archive-loop li {
	opacity:0;
	}
	#home .archive-loop#loop_fb {
	float:right;
	width:240px;
	margin-left:-40px;
	}
	#home .archive-loop#loop_fb .textbox .title {
	font-size:1em;	
	}
	#home .archive-loop header {
	position:relative;
	width:140px;
	height:140px;
	margin:auto;
	}
	#home .archive-loop h1 a {
	background:#ccc url(../img/bg_soft_wallpaper.png);
	position:absolute;
	display:block;
	top:70px;
	left:50%;
	height:17px;
	margin-left:-5px;
	padding:2px 6px 0 15px;
	z-index:9;
	
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	}
	#home .archive-loop h1 a.current-cat {
	background:#333;	
	color:#f2f2f2;
	}
	#home .archive-loop h1 a:hover {
	background:#df3;
	color:#111;
	}
	#home .archive-loop h1 {
	/*font-family:"Cabin Sketch";*/
	/*font-family:"Glass Antiqua";*/
	/*font-family:"Fredericka the Great";*/
	/*font-family:"Julee";*/
	/*font-family:"Emilys Candy";*/
	font-family:'Special Elite', serif;	
	}
	#home .archive-loop#loop_news h1 a {
	top:75px;
	}
	#home .archive-loop#loop_works h1 a {
	top:50px;
	}
	#home .archive-loop#loop_fb h1 a {
	top:60px;
	}



/*////////////////////////// WORKS //////////////////////////*/


#works #page {
	}

#works #footer {
	/*position:absolute;*/
	/*position:fixed;*/
	}

#works #content {
	width:100%;
	margin:auto;
	padding:100px 0 0;
	
	overflow:hidden;
	_zoom: 1;
	}

#works .archive-loop {
	float:left;
	width:25%;
	padding-bottom:120px;
	text-align:center;
	}
	#works .archive-loop header {
	background:#fff url(../img/rope_top_v4.png) no-repeat center bottom;
	height:180px;
	}
	#works .archive-loop h1 {
	width:200px;
	height:60px;
	margin:0 auto 60px;
	font-size:12px;
	font-weight:normal;
	line-height:100px;
	}
	#loop_green h1			{ background:url(../img/icon_works_l_1x.png) no-repeat 0px top;	}
	#loop_interior h1		{ background:url(../img/icon_works_l_1x.png) no-repeat -200px top; }
	#loop_architecture h1	{ background:url(../img/icon_works_l_1x.png) no-repeat -400px top; }
	#loop_product h1 		{ background:url(../img/icon_works_l_1x.png) no-repeat -600px top; }

#works .single-post {
	position:relative;
	}
	#works .single-post .post-content {
	/*position:absolute;*/
	position:fixed;
	top:0;
	left:0;
	width:320px;
	margin:0 20px 0;
	padding:120px 0 0;
	
	overflow:hidden;
	_zoom: 1;
	}
	#works .post-photo {
	margin:0 20px 100px 360px;
	overflow:hidden;
	_zoom: 1;
	}
	#works .post-photo img {
	/*display:none;*/
	/*visibility:hidden;*/
	opacity:0;
	float:left;
	}
	#works .post-category {
	margin-bottom:20px;
	
	overflow:hidden;
	_zoom: 1;
	}
	.works_icon {
	float:left;
	
	width:20px;
	height:0;
	margin-right:5px;
	padding-top:20px;
	overflow:hidden;
	}
	.works_green { background: url(../img/icon_works_s_1x.png) no-repeat left 0; }
	.works_interior { background: url(../img/icon_works_s_1x.png) no-repeat left -20px; }
	.works_architecture { background: url(../img/icon_works_s_1x.png) no-repeat left -40px; }
	.works_product { background: url(../img/icon_works_s_1x.png) no-repeat left -60px; }
	
	#works .catname {
	}
	#works .catname-view {
	display:block;
	float:left;
	height:20px;
	margin-left:10px;
	line-height:20px;
	}
	
.btn_close {
	background:url(../img/parts_1x.png) 0px 0px;
	display:block;
	position:fixed;
	top:0;
	right:0;
	width:70px;
	height:0;
	padding-top:70px;	
	overflow:hidden;
	
	z-index:12;
	}
	.btn_close:hover {
	background:url(../img/parts_1x.png) 0px -70px;
	}
	.btn_m.btn_close {
	background-position:-10px -10px;
	position:absolute;
	width:50px;
	padding-top:50px;
	}
	.btn_m.btn_close:hover {
	background-position:-10px -80px;
	}
	.post-navi {
	display:none;
	position:relative;
	/*height:15px;*/
	height:20px;
	margin:20px 0 100px;
	}
	.btn_s {
	position:relative;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
		
	width:20px;
	height:0;
	margin-right:2px;
	padding-top:20px;
	overflow:hidden;
	}
	.btn_s.btn_close {
	background:url(../img/parts_1x.png) -140px 0px;
	top:auto;
	right:auto;
	}
	.btn_s.btn_close:hover {
	background:url(../img/parts_1x.png) -140px -20px;
	}
	.btn_prev, .btn_next {
	}
	.btn_next {
	background:url(../img/parts_1x.png) -140px -60px;
	}
	.btn_prev {
	background:url(../img/parts_1x.png) -140px -100px;
	}
	.btn_next:hover {
	background:url(../img/parts_1x.png) -140px -40px;
	}
	.btn_prev:hover {
	background:url(../img/parts_1x.png) -140px -80px;
	}



/*////////////////////////// NEWS //////////////////////////*/



#news #main {
	background:url(../img/rope_v4.png) repeat-y center 100px;
	width:920px;
	margin:auto;
	padding:150px 0;
	position:relative;
	
	overflow:hidden;
	_zoom: 1;
	}

#news #sidebar {
	position:absolute;
	top:100px;
	left:50%;
	z-index:8;
	margin-left:-5px;
	
	overflow:hidden;
	_zoom: 1;
	}
	#news #content-header h1 a {
	background:#ccc url(../img/bg_soft_wallpaper.png);
	position:absolute;
	display:block;
	top:70px;
	right:50%;
	height:17px;
	margin-right:-5px;
	padding:2px 15px 0 6px;
	z-index:9;
	
	font-size:12px;
	font-weight:normal;
	
	}
	#news #content-header h1 a.current-cat {
	background:#333 url(../img/bg_soft_wallpaper.png) center bottom;
	color:#f2f2f2;
	}
	#news #content-header h1 a:hover {
	background:#df3;
	color:#111;
	}
	#news #content-header h1, #news #sidebar .widget li, div.styledselect {
	/*font-family:"Cabin Sketch";*/
	/*font-family:"Glass Antiqua";*/
	/*font-family:"Fredericka the Great";*/
	/*font-family:"Julee";*/
	/*font-family:"Emilys Candy";*/
	font-family:'Special Elite', serif;	
	}
	#news #sidebar .widget {
	position: relative;
	margin-bottom:10px;
	
	overflow:hidden;
	_zoom: 1;
	}
	#news #sidebar li a {
	display:block;
	background:#ccc url(../img/bg_soft_wallpaper.png) center top;
	float:left;
	clear:left;
	height:17px;
	margin-bottom:5px;
	padding:2px 6px 0 15px;
	}
	#news #sidebar li.current-cat a {
	background:#333;
	color:#f2f2f2;
	}
	#news #sidebar li a:hover {
	background:#df3;
	color:#111;
	}
	.widget select {
	position: absolute;
	
	opacity: 0;
	z-index: 5;
	zoom:1;
	}
	div.styledselect {
	background:#ccc url(../img/bg_soft_wallpaper.png) center top;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	height:17px;
	margin-bottom:5px;
	padding:2px 6px 0 15px;
	}

#news div.post {
	position:relative;
	width:420px;
	margin-bottom:60px;
	}
	#news #post-dummy {
	height:0px;
	}
	
	#news .post .post-header {
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	padding:3px 0 5px;
	}
	#news .post p.post-data {
	margin:30px 0 0;
	}
	#news .post .post-header h1 {
	margin-right:60px;
	}
	
	/*#news .post .post-header h1 {
	border-bottom:1px solid #1a1a1a;
	}
	#news .post p.post-data {
	margin:5px 0 30px;
	}*/
	
	#news .date-tag {
	background:#1a1a1a;
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;
	overflow:hidden;
	letter-spacing:1px;
	
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	}
	#news .date-tag_month {
		display:block;
	height:22px;
	font-size:19px;
	line-height:30px;
	overflow:hidden;
	}
	#news .date-tag_year {
	display:block;
	height:18px;
	font-size:9px;
	overflow:hidden;
	}
	
	#news div.post img {
	width:420px;
	height:auto;
	}
	.post-footer {
	border-top:1px solid #111;
	position:relative;
	}
	.post-footer .comment-link {
	}

#news .navigation {
	position:absolute;
	left:0;
	bottom:0;
	width:960px;
	height:120px;
	
	color:#b3b3b3;
	display:none;
	}
	.wp-pagenavi {
	font-size:10px;
	}
	.wp-pagenavi .pages, .wp-pagenavi .current {
	border: 1px solid #ccc;
	display: -moz-inline-box;
	display: inline-block;
	
	width:16px;
	height:16px;
	margin:0 4px 0 0;
	
	line-height:16px;
	text-align:center;
	color:#ccc;
	}
	.wp-pagenavi a{
	text-decoration:none;
	background:#ccc;
	border: 1px solid #ccc;
	display: -moz-inline-box;
	display: inline-block;
	
	width:16px;
	height:16px;
	margin:0 4px 0 0;
	
	line-height:16px;
	text-align:center;
	color:#fff;
	}
	.wp-pagenavi a:hover {
	border: 1px solid #1a1a1a;
	background: #1a1a1a;
	color: #FFF;
	}
	
	.navigation {
	}
	.prevLink {
	}
	.nextLink {
	}
	.prevLink a {
	height:16px;
	padding-left:16px;
	line-height:16px;
	color:#1a1a1a;	
	}
	.nextLink a {
	height:16px;
	padding-left:16px;
	line-height:16px;
	color:#1a1a1a;
	}
	.prevLink a:hover, .nextLink a:hover {
	color:#1a1a1a;
	text-decoration:underline;
	}
	.wp-pagenavi .pages, .wp-pagenavi .extend {
	display:none;
	}

#infscr-loading em {
	font-style: normal;
	display:none;
	}

#waypoint-loading, #infscr-loading {
	display:none;
	text-align: center;
	z-index: 101;
	position:fixed;
	right:0;
	bottom: 0;
	width: 48px;
	padding: 11px;
	background: #fff; 
	}

#news .single-post {
	position:relative;
	}
	#news .single-post .post-header {
	position:absolute;
	top:0;
	left:0;
	width:320px;
	margin:120px 20px 20px;
	}
	#news .single-post .post-header h1 {
	border-bottom:none;
	}
	#news .single-post .post-data span {
	display:block;	
	}
	#news .single-post .post-content {
	margin:0 30px 100px 360px;
	padding:110px 0;
	}
	#news .single-post .post-content .wrapper {
	width:540px;
	margin:auto;
	}
	#news .post-category {
	}
	#news .catname-view {
	display:block;
	float:left;
	width:100px;
	height:20px;
	margin-left:10px;
	line-height:20px;
	}
	#news .single-post .post-footer {
	margin:40px 0;
	}


/* SNS */


.sns-buttons {
	height:40px;
	list-style:none;
	}
	.sns-buttons li {
	float:left;
	height:20px;
	margin:10px 0;
	
	overflow:hidden;
	}
	.sns-buttons iframe {
	vertical-align:text-bottom;	
	}
	.sns-tw {
	width:92px;	
	}
	.sns-gp {
	width:75px;	
	}
	.sns-fb {
	width:92px;	
	}
	

/*  COMMENT  */


.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	#blog .commentlist a {
	/*color:#66a290;*/
	text-decoration:none;
	}
	#blog .commentlist a:hover {
	text-decoration:underline;
	}
	.commentlist .vcard, .reply {
	/*color:#66a290;*/
	font-size:10px;	
	}
	.fn {
	margin-left: 42px;
	margin-right:10px;
	font-size:12px;	
	/*color:#006446;*/
	}
	.says {
	display:none;	
	}
.avatar{
	}

.comment-content {
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 42px;
	}

.reply {
	margin-left: 42px;
	margin-bottom: 10px;
	}

article.comment {
	background:url(../img/blog_avatar.png) no-repeat 0 10px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}

.comment-form-author {
	}
	.comment-form-email {
	}
	.comment-form-url {
	}

#commentform {
	margin-bottom:2em;
	
	overflow:hidden;
	_zoom: 1;	
	}
	#commentform p {
	position:relative;
	margin:auto;
	
	float:left;
	}
	#commentform .required {
	display:none;	
	}
	#commentform .logged-in-as {
	margin-bottom:10px;	
	}
	
	#commentform label {
	position:absolute; top:5px; left:5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:10px;
	text-transform: uppercase;
	color:#006446;
	}
	#commentform input[type=text] {
	background:#fff;
	margin-bottom:1em;
	width:556px;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	border-bottom:1px solid #e5f2eb;
	font-size:1em;
	}
	#commentform textarea {
	background:#fcfcfc;
	margin-bottom:1em;
	width:536px;
	height:100px;
	padding:2px 0;
	border:1px solid #d9d9d9;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #dedede;
	
	font-size:1em;
	}
	
	#commentform #submit {
	background:#66a290;
	border:none;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 8px 12px;
	cursor: pointer;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	text-decoration:none;
	}
	
	#commentform #submit:hover {
	background:#006446;
	color:#fff;
	text-decoration:none;
	}



/*////////////////////////// ABOUT //////////////////////////*/


#about #header {
	position:relative;
	}

#about #main {
	float:left;
	padding:50px 0 150px;
	width:440px;
	
	overflow:hidden;
	_zoom: 1;
	}

#about .post-photo {
	padding:50px 0 150px;
	margin:0 20px 100px 470px;/*460px*/
	
	overflow:hidden;
	_zoom: 1;
	}
	#about .post-photo img {
	/*visibility:hidden;
	display:none;*/
	opacity:0;
	float:left;
	}

#about .pane {
	float:left;
	width:420px;
	margin:0 0 60px 20px;
	}
	#about .pane h1 {
	border-bottom:1px solid #ccc;
	font-weight:normal;
	font-size:15px;
	line-height:20px;
	}
	#about .pane h2 {
	font-weight:normal;
	font-size:11px;
	}
	#about .ja {
	float:right;
	margin-left:5px;
	font-size:10px;
	line-height:20px;
	color:#b3b3b3;
	/*opacity:0.5;*/
	}
	
	#about .en {
	margin-left:18px;
	font-size:9px;
	line-height:20px;
	color:#b3b3b3;
	}
	
	#about #main h1.company_name {
	font-size: 15px;	
	}
	
	#about .h_ja {
	margin-right: 10px;
	font-size:11px;
	line-height:20px;
	}
	#about .h_en {
	margin-left:10px;
	font-size:10px;
	line-height:20px;
	}
	
	#c_profile_table_ja {
		margin-bottom: 30px;
	}

	
.modalwin {
	position:relative;
	display:none;
	}
	.modalwin .btn_close {
	position:absolute;
	top:0;
	right:0;	
	}
	.modalcol h2 {
	font-weight:normal;
	font-size:12px;
	margin-bottom:1em;
	}
	.modalcol {
	float:left;
	margin:30px 0 30px 30px;
	
	overflow:hidden;
	_zoom: 1;
	}
	.modalcol_text {
	float:none;
	padding-left:30px;
	}
	.modalcol p {
	margin:0 30px 1em 0;
	}
	.modalcol_wide {
	width:510px;
	}
	.modal_bottom {
	position:absolute;
	left:30px;
	bottom:30px;
	}
	
#loop_fb .modalwin {
	}
	.fbmodal_photo {
	float:left;
	margin:4px 30px 4px 4px;
	}
	.fbmodal_text {
	padding:30px 30px 30px 0;
	}
	.btn_fb {
	background:url(../img/parts_1x.png) left -140px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:0;
	padding-top:50px;
	overflow:hidden;
	}
	
body#contact {
	height:auto;
	}
	#contact .btn_close {
	background-position:-10px -10px;
	position:absolute;
	width:50px;
	padding-top:50px;
	}
	#contact .btn_close:hover {
	background-position:-10px -80px;
	}
	#contact .modalwin {
	display:block;	
	}
	.modalcol label {
	display:block;
	}
	.modalcol input[type=text], .modalcol input[type=email], .modalcol textarea {
	width:480px;
	
	background:#f5f5f5;
	padding:2px 0;
	border:1px solid #ddd; /*cce8cd*/
	border-bottom:1px solid #eee;
	
	font-size:1em;
	}
	.modalcol textarea {
	height:210px;	
	}
	.modalcol input[type=submit] {
	background:#ccc;
	border:none;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	margin-top:5px;
	padding: 8px 12px;
	cursor: pointer;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	text-decoration:none;
	}
	.modalcol input[type=submit]:hover {
	background:#888;
	}
	.modalcol input[type=submit]:active {
	background:#111;
	}
	.modalcol .wpcf7-not-valid-tip {
	padding:0 10px;
	color:#f00;	
	}
	.modalcol .wpcf7-validation-errors {
	color:#f00;	
	}
	.modalcol .ajax-loader {
	margin:0 5px;	
	}
	
#about .company_pane h1 {
	border-bottom:none;
	font-size:12px;
	margin:0;
	}
	#about .company_pane h2 {
	margin-bottom:-10px;
	}
	#about .company_pane a {
	border-bottom:1px dotted #888;	
	}
	
	

	#about .company_pane table {
		margin-top:20px;
	}
	.company_pane th {
		font-weight:normal;
		text-align:left;
		/*table-layout:fixed;
		text-align:justify;
		text-justify:justify;*/
		vertical-align:top;
		width:80px;
	}
	.company_pane th, .company_pane td {
		padding-bottom:10px;
	}
	
	
	
	#about .list_pane {
	width:200px;	
	}
	#about .list_pane li {
	margin:15px 0;
	font-size:10px;
	line-height:15px;
	color:#888;
	}
	#about .list_pane li a {
	font-size:12px;
	}
	#about .list_pane li a:hover {
		margin:0 -2px;
		padding:0 2px;
	}
	#about .list_pane li a:after {
 	content:'\A';
    white-space: pre;
	}
		
		
	#about .link_pane {
	/*margin:0 0 60px 20px;*/
	}
	#about .link_pane article {
	margin:0 0 5px 0;
	}
	/*#about .link_pane h1 {
	background:url(../img/parts_1x.png) no-repeat -220px -30px;
	height:20px;
	padding-left:10px;
	line-height:20px;
	}*/
	#about .link_pane h1 a {
	background:url(../img/parts_1x.png) no-repeat -220px -30px;
	display:block;
	height:20px;
	padding-left:10px;
	line-height:20px;
	}
	#about .link_pane h1 a:hover {
	background:#df3 url(../img/parts_1x.png) no-repeat -220px -30px;
	}
	
	
	
	#about .staff_pane h2 {
	border-bottom:1px solid #ccc;
	height:20px;
	margin-top:20px;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	}
	/*#about .staff_pane header {
	position:relative;	
	}*/
	#about .staff_pane h3 {
	font-size:13px;
	font-weight:normal;
	}
	#about .staff_pane .en {
	position:absolute;
	left:70px;
	top:0;
	}
	#about .modalcol h4 {
	font-size:14px;
	font-weight:normal;
	}
	#about .modalcol p.title {
	}
	
	/*#about .staff_post {
	height:12px;
	font-size:9px;
	letter-spacing:0.4em;
	padding-left:0.2em;
	}*/
	#about .staff_post {
	margin-left:5px;
	font-size:10px;
	line-height:20px;
	color:#ccc;
	}
	#about .staff_pane .staff_card {
	position:relative;
	margin:10px 0;
	}
	#about .staff_pane .attach {
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	
	margin-left:5px;
	font-size:10px;
	line-height:20px;
	color:#ccc;
	}
	#about .staff_pane .attach li {
	float:left;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*width:15px;*/
	height:15px;
	margin: 0 2px 3px;
	overflow:hidden;
	}
	#about .staff_pane .attach a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	
	opacity:0.5;
	}
	#about .staff_pane .attach a:hover {
	opacity:1;
	}
	#about .staff_pane .attach a.fb {
	background:url(../img/parts_1x.png) -180px 0;
	}
	#about .staff_pane .attach a.tw {
	background:url(../img/parts_1x.png) -180px -30px;
	}
	#about .staff_pane .attach a.profile {
	background:#888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:40px;
	height:13px;
	overflow:hidden;
	margin:1px 1px 0 0;
	padding:0;
	font:9px/13px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align:center;
	color:#fff;
	}
	
	.profile_photo {
	position:absolute;
	right:30px;
	bottom:30px;
	}
	
	.profile_history {
	position:absolute;
	left:30px;
	bottom:30px;
	margin:0;
	padding:0;
	}
	.profile_history dt {
	float:left;
	clear:left;
	width:66px;
	margin:0;
	padding:0;
	}
	.profile_history dd {
	float:left;
	margin:0;
	padding:0;
	}
	
	.profile_sns {
	margin:30px 0;
	}
	.profile_sns li {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	height:15px;
	margin: 0 5px 3px 0;
	overflow:hidden;
	}
	.profile_sns a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	
	opacity:0.5;
	overflow:hidden;
	}
	.profile_sns a:hover {
	opacity:1;
	}
	.profile_sns a.fb { background:url(../img/parts_1x.png) -195px 0; }
	.profile_sns a.tw { background:url(../img/parts_1x.png) -195px -15px; }
	
	
	
	#about .prize_pane dl {
	margin-bottom:-10px;
	}
	#about .prize_pane dt {
	float:left;
	clear:left;
	width:80px;
	margin:0 0 10px;
	padding:0;
	}
	#about .prize_pane dd {
	float:left;
	width:340px;
	margin:0 0 10px;
	padding:0;
		
	}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Furuya design */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#header, #singleheader {
	background:url(../img/header_bg_2x.png) repeat-x 0 20px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	}
	
	.fdlogo a {
	background:url(../img/fdlogo-m_2x.png) no-repeat;
	-webkit-background-size: 140px auto;
	-moz-background-size: 140px auto;
	-o-background-size: 140px auto;
	background-size: 140px auto;
	}
	
	#homeheader .fdlogo a {
	background:url(../img/fdlogo_2x.png) no-repeat;
	-webkit-background-size: 210px auto;
	-moz-background-size: 210px auto;
	-o-background-size: 210px auto;
	background-size: 210px auto;
	}
	
	#loop_green h1			{ background:url(../img/icon_works_l_1x.png) no-repeat 0px top;	}
	#loop_interior h1		{ background:url(../img/icon_works_l_1x.png) no-repeat -200px top; }
	#loop_architecture h1	{ background:url(../img/icon_works_l_1x.png) no-repeat -400px top; }
	#loop_product h1 		{ background:url(../img/icon_works_l_1x.png) no-repeat -600px top; }
	#loop_green h1, #loop_interior h1, #loop_architecture h1, #loop_product h1 {
	-webkit-background-size: 800px 40px;
	-moz-background-size: 800px 40px;
	-o-background-size: 800px 40px;
	background-size: 800px 40px;
	}

	.works_green { background: url(../img/icon_works_s_1x.png) no-repeat left 0; }
	.works_interior { background: url(../img/icon_works_s_1x.png) no-repeat left -20px; }
	.works_architecture { background: url(../img/icon_works_s_1x.png) no-repeat left -40px; }
	.works_product { background: url(../img/icon_works_s_1x.png) no-repeat left -60px; }
	.works_green, .works_interior, .works_architecture, .works_product {
	-webkit-background-size: 20px 80px;
	-moz-background-size: 20px 80px;
	-o-background-size: 20px 80px;
	background-size: 20px 80px;
	}
	
	.menu li:not(:last-child) {	background:url(../img/parts_2x.png) no-repeat right bottom; }
	
	.submenu a.fb { background:url(../img/parts_2x.png) -195px 0; }
	.submenu a.tw { background:url(../img/parts_2x.png) -195px -15px; }
	.submenu a.rss { background:url(../img/parts_2x.png) -195px -30px; }
	
	#pagetop { background:url(../img/parts_1x.png) -70px 0px; }
	#pagetop:hover { background:url(../img/parts_1x.png) -70px -70px; }
	
	.archive-loop .ico_arrow { background: url(../img/parts_1x.png) -50px -140px; }
	
	.btn_close { background:url(../img/parts_1x.png) 0px 0px; }
	.btn_close:hover { background:url(../img/parts_1x.png) 0px -70px; }
	.btn_s.btn_close { background:url(../img/parts_1x.png) -140px 0px; }
	.btn_s.btn_close:hover { background:url(../img/parts_1x.png) -140px -20px; }
	
	.btn_next { background:url(../img/parts_1x.png) -140px -60px; }
	.btn_prev { background:url(../img/parts_1x.png) -140px -100px; }
	.btn_next:hover { background:url(../img/parts_1x.png) -140px -40px; }
	.btn_prev:hover { background:url(../img/parts_1x.png) -140px -80px; }
	
	.btn_fb { background:url(../img/parts_1x.png) left -140px; }
	
	#about .link_pane h1 { background:url(../img/parts_1x.png) no-repeat -220px -30px; }
	
	#about .staff_pane .attach a.fb { background:url(../img/parts_1x.png) -180px 0; }
	#about .staff_pane .attach a.tw { background:url(../img/parts_1x.png) -180px -30px; }
	
	.menu li:not(:last-child), .submenu a.fb, .submenu a.tw, .submenu a.rss, #pagetop, #pagetop:hover, .archive-loop .ico_arrow, .btn_close, .btn_close:hover, .btn_s.btn_close, .btn_s.btn_close:hover, .btn_next, .btn_prev, .btn_next:hover, .btn_prev:hover, .btn_fb, #about .link_pane h1, #about .staff_pane .attach a.fb, #about .staff_pane .attach a.tw {
	-webkit-background-size: 300px 300px;
	-moz-background-size: 300px 300px;
	-o-background-size: 300px 300px;
	background-size: 300px 300px;
	}
	
	
	
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }
}
