/* Import other css */
@import url('reset.css');
@import url('social.css');
@import url('comments.css');
@import url('widgets.css');

/*@media only print
{
    body * { display: none !important; }
    body:after { content: "Don't waste paper!"; }
}*/


/* GENERAL ------------------------------------------------------------*/

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
.clearfix {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapper {
	margin: 0 auto;
	position: relative;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
body p {
	margin-bottom: 21px;
}
body a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#logo {
	display: inline-block;
	padding-bottom: 20px;
	float:left;
}
#logo:hover {
	opacity: 0.8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
#main, footer, aside {
	line-height: 1.5em;
}
.wrapper {
	width: 1020px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

header h1 {
	font-size:11px;
		text-align:right;
		margin-bottom:15px;
		padding-top:5px;
}

/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}
/* NAVIGATION ------------------------------------------------------------*/


nav {
	margin-top: 25px;
	padding-top:25px;
	height: 30px;
	float:right;
}
nav a {
	text-decoration: none;
}
#nav li {
	margin-right: 20px;
}
#nav>li>a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: 300;
	display: block;
	overflow: hidden;
	padding: 0px 0px 7px 0px;
	color:#777;
	line-height:1.5;
}
#nav>li.current-menu-item>a, #nav>li.current_page_item>a {
	border-bottom: solid #ebebe8 5px;
}
/* sub navigation -----------------------------------------------------*/

#nav>li ul {
	display: block;
	margin-top: -10px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
#nav>li ul li a {
	display: block;
	padding: 15px 20px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
#nav>li ul li a span {
	display: block;
}


/* HOME ------------------------------------------------------------*/

.home-block {
	margin-bottom: 20px;
}
.home-block-heading {
	text-align: center;
	margin-bottom: 40px;
	background: url(../img/div-line.png) repeat-x center center;
}
.home-block-heading span {
	padding: 0px 20px;
}
.home-block figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	line-height: 1.2em;
	background-color:#fff;
	height:300px;
	box-shadow:2px 2px 3px #E7E7E7;
	-moz-box-shadow:2px 2px 3px #E7E7E7;
	-ms-box-shadow:2px 2px 3px #E7E7E7;
	-webkit-box-shadow:2px 2px 3px #E7E7E7;
}

.home-block figure.clear {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	line-height: 1.2em;
	background-color:#fff;
	height:300px;
	box-shadow:2px 2px 3px #fff;
	-moz-box-shadow:2px 2px 3px #fff;
	-ms-box-shadow:2px 2px 3px #fff;
	-webkit-box-shadow:2px 2px 3px #fff;
}

.home-block figure a img {
	width:100%;
}

.home-block figure h3 {
	text-align:center;
}
/*丸いコンテンツ*/
.home-block figure.maru {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	line-height: 1.2em;
	border-radius:50%;
	background-color:#78B12B;
	height:300px;
}
.home-block figure.maru figcaption h3 {
	color:#fff;
	font-size:16px;
		line-height:1.2;

}
.home-block figure.maru figcaption {
	background:none;

}
.home-block figure.maru figcaption strong {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:none !important;
}
.home-block figure.maru figcaption {
	width:170px;
}
.home-block figure.maru figcaption p img {
	text-align:center !important;
	width:100%;
	margin-bottom:5px;
}
.home-block figure.maru strong {
	text-align:center;
	margin:5px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		background-color:transparent;

}
.home-block figure.maru span {
	color:#fff;
	width:100%;
	margin:5px 0;
	line-height:1.2;}
/*線で囲むコンテンツ*/
.home-block figure.border {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	line-height: 1.2em;
	height:290px;
	border:5px solid #4F423F;
	background-color:#FFF;
	height:290px;
	width:290px;
}
/* グリーン */
.home-block figure.border.green {
	border:5px solid #85B200;
}
/* ブラウン */
.home-block figure.border.br {
	border:5px solid #e8dec5;
}
/* ブルー */
.home-block figure.border.blue {
	border:5px solid #7a4dff;
}
/* プロ　*/
.home-block figure.border.pro {
	border:5px solid #757584;
}
/* クリアー */
.home-block figure.border.clear {
	border:5px solid #fff;
}
/* レッド */
.home-block figure.border.red {
	border:5px solid #ff3c3c;
}
/* トリゴン */
.home-block figure.border.trigon {
	border:5px solid #7A4DFF;
}
/* ピンク */
.home-block figure.border.pink {
	border:5px solid #FFBFFF;
}
/* ピンクパープル */
.home-block figure.border.pinkPurple {
	border:5px solid #9326FF;
}

.home-block figure.border figcaption {
	margin:0;
	background-color:#FFF;
	width:100%;
	margin:0 auto;
}

.home-block figure.border figcaption strong {
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	padding-bottom:3px;
	border-bottom:1px solid #8B7F7B;
		font-weight:bold;
}
.home-block figure.border.clear figcaption strong {
	padding-bottom:0;
	border-bottom:0;

}

.home-block figure .thumb {
	display: block;
}

.home-block figure p {
	width:170px;
	margin:0 auto;
}
.home-block figure p img {
	text-align:center;
	width:100%;
}
.home-block figure a:hover img {
	opacity: 0.7;
	line-height: 0em;
}
.home-block figure.last {
	margin-right: 0px !important;
}
.home-block figcaption {
	width:75%;
	height: 60%;
	margin:15px auto;
}
/*線なし*/

figure.none figcaption {
	width:100%;
	background-color:#FFF;
	margin:0;
	height:100%;
}
figure.none img {
	width:100%;
}

figure.none dl {
	margin:10px;
	padding-bottom:1em;
}

figure.none dl dd a {
	text-decoration:underline;
	color:#78B12B;
}
.newsTopics {
	overflow:auto;
}
/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption {
}
.no-opacity .home-block figure:hover figcaption {
	display: block;
}
.home-block figcaption strong, .home-block figcaption span, .home-block figcaption em {
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}
.home-block figcaption strong {
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}
.home-block figcaption span {
	font-size: 11px;
	margin-bottom: 7px;
}
.home-block figcaption em {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.home-block figcaption em {
	font-weight: bold;
}
.one-third-thumbs figure {
	width: 300px;
}
.one-fourth-thumbs figure {
	width: 220px;
}
.more-link {
	margin-bottom: 0px;
}
/* MAIN ------------------------------------------------------------*/

#main {
	/*background: url(../img/oblique-lines.png) repeat-x;*/
	margin-bottom: 100px;
}
/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs {
	width: 960px;
	padding-top: 20px;
}
.portfolio-thumbs figure {
	width: 300px;
}
.portfolio-thumbs figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}
.portfolio-thumbs figure .thumb {
	display: block;
}
.portfolio-thumbs figure img {
	max-width: 100%;
	opacity: .999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-thumbs figure a:hover img {
	opacity: 0.1;
	line-height: 0em;
}
.portfolio-thumbs figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.portfolio-thumbs figcaption strong, .portfolio-thumbs figcaption span, .portfolio-thumbs figcaption em {
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}
.portfolio-thumbs figcaption strong {
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}
.portfolio-thumbs figcaption span {
	font-size: 11px;
	margin-bottom: 7px;
}
.portfolio-thumbs figcaption em {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}
/* modernizr fix for ie 8 and earlier */

.no-opacity .portfolio-thumbs figcaption {
	display: none;
}
.no-opacity .portfolio-thumbs figure:hover figcaption {
	display: block;
}
.portfolio-thumbs figure .opener {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.opacity .portfolio-thumbs figure .opener {
	display: none;
}
/* PROJECT ------------------------------------------------------------*/


.project-heading {
	margin: 44px 24px 44px 0px;
}
.project-heading h2 {
	float: left;
	margin-right: 20px;
}
.project-heading .launch {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-description {
	float: left;
	width: 700px;
	margin-bottom: 70px;
	margin-right: 20px;
}
.project-info {
	float: left;
	width: 220px;
	margin-bottom: 70px;
}
.project-info strong {
	font-weight: bold;
}
.project-pager {
	overflow: hidden;
	margin: 0px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 24px;
}
.project-pager a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-pager a:hover {
	text-decoration: none;
}
.project-pager .prev-project {
	float: left;
}
.project-pager .next-project {
	float: right;
}
/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects {
	display: block;
	width: 940px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}
.related-heading {
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}
.related-projects .related-list {
	display: block;
}
.related-projects figure {
	display: block;
	float: left;
	width: 220px;
	margin-right: 15px;
}
.related-projects figure .last {
	margin-right: 0px;
}
.related-projects .thumb {
	display: block;
	margin-bottom: 12px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
.related-projects .thumb:hover img {
	opacity: 0.15;
}
.related-projects figure img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* CONTACT ------------------------------------------------------------*/


#map_canvas {
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;
	margin-top: 40px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
.map-content {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.address-block li {
	padding-left: 20px;
}
.address-block .address {
	background: url(../img/icon-address.png) no-repeat top left
}
.address-block .phone {
	background: url(../img/icon-phone.png) no-repeat top left
}
.address-block .mobile {
	background: url(../img/icon-mobile.png) no-repeat top left
}
.address-block .email {
	background: url(../img/icon-email.png) no-repeat top left
}
/* PAGE ------------------------------------------------------------*/

.floated-content, .fullwidth-content {
}
/* BLOG ------------------------------------------------------------*/

.floated-content, #posts-list, #post-content {
	position: relative;
	width: 700px;
	float: left;
	margin-right: 20px;
}
#posts-list .page-heading, .fullwidth-content .page-heading, .floated-content .page-heading {
	margin-bottom: 35px;
}
#posts-list .entry-date {
	position: absolute;
	top: 0px;
	left: 23px;
	width: 97px;
	height: 97px;
	background: url(../img/date.png) no-repeat;
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
}
#posts-list .entry-date .number {
	font-size: 50px;
	padding-top: 25px;
	text-align: center;
}
#posts-list .entry-date .year {
	text-align: center;
	padding-top: 10px;
}
#posts-list article {
	position: relative;
	padding-left: 160px;
	margin-bottom: 40px;
}
#posts-list .feature-image, #post-content .feature-image {
	width: 540px;
	margin-bottom: 21px;
	line-height: 0em;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
#posts-list .feature-image img, #post-content .feature-image img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#posts-list .feature-image:hover img, #posts-content .feature-image:hover img {
	opacity: 0.2;
}
#posts-list .post-heading {
	margin-bottom: 20px;
	line-height: 1.0em;
}
#posts-list .excerpt, #posts-list .read-more {
	display: block;
	margin-bottom: 20px;
}
article .meta div {
	padding: 15px 10px 15px 30px;
	float: left;
	max-width: 170px;
}
article .meta .comments {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background: url(../img/icon-comments.png) no-repeat;
}
article .meta .user {
	background: url(../img/icon-user.png) no-repeat;
}
article .meta .categories {
	background: url(../img/icon-tags.png) no-repeat;
}
article .meta .categories, article .meta .comments, article .meta .user {
	background-position: 5px 12px;
}
/* SINGLE ------------------------------------------------------------*/

.post-content {
	margin-bottom: 20px;
}
.single-post .meta {
	margin-bottom: 50px;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation {
	display: block;
	margin-left: 160px;
	margin-bottom: 0px;
}
.page-navigation a {
	display: block;
	padding: 14px 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.8);
}
.page-navigation .nav-next {
	float: left;
}
.page-navigation .nav-previous {
	float: right;
}
/* PAGER ------------------------------------------------------------*/

.pager {
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 70px;
}
.pager li {
	display: block;
	margin-right: 5px;
	float: left;
}
.pager li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pager .paged {
	float:right;
	font-style:italic;
}
/* SLIDER-HOLDER ------------------------------------------------------------*/

#slider-holder {
	margin-bottom:30px;
}
.home-slider {
	float: left;
}
#slider-holder #headline {
	position: relative;
	float: right;
	width: 260px; /* 300 - 40 padding */
	min-height: 275px;
	margin-top: -58px;
	padding: 70px 20px 20px 20px;
	;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
#headline h1 {
	margin-bottom: 30px;
	line-height: 1.0em;
}
#headline em#corner, #sidebar em#corner {
	display: block;
	position: absolute;
	top:0px;
	left: -14px;
	width: 14px;
	height: 18px;
	background: url(../img/sidebar-corner.png) no-repeat;
}
/* FOOTER ------------------------------------------------------------*/


.footer-bottom {
}
footer .wrapper, .footer-bottom {
}
/* FOOTER BOTTOM ------------------------------------------------------------*/

.footer-bottom {
	margin-bottom: 10px;
	overflow: hidden;
}
.footer-bottom .left {
	width: 50%;
	padding-top: 10px;
	float: left;
}
.footer-bottom .right {
	width: 50%;
	float: right;
}

#footer-logo a img {
	width:140px;
}


/*コンセプトページ*/

.concept-thumbs {
}
.concept-thumbs h3 {
	margin:20px 0;
	font-size:20px;
	clear:both;
}
.concept-thumbs .col-two figure {
	width:50%;
	float:left;
}
.concept-thumbs .col-one figure {
	width:60%;
	clear:both;
	margin: auto;
	text-align:center;
		display:block;

}
.concept-thumbs .col-one figure img {
}
.concept-thumbs .col-three figure {
	width:300px;
	float:left;
	margin:20px 0;
}
.concept-thumbs .col-three figure img {
	width:100%;
	margin-bottom:10px;
}
.concept-thumbs .col-three figure.center {
	width:300px;
	float:left;
	margin:20px 20px;
}
.concept-thumbs .col-three figure.center img {
		width:100%;

}

.concept-thumbs .col-two figure img {
	width:100%;
}

#mainImage {
	margin-bottom:20px;
	width:940px;
}

#mainImage img {
	width:100%;
}

#fb {
	width:300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	height:250px;
}
#fb div {
	width:100%;
}

#tw {
	width:300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	height:250px !important;
}
#twitter-widget-0 {
	width: 100%;
}

#press {
	height:250px;
}
#press figcaption {
	height:250px;
	overflow:auto;
	float:left;
}
#publicity {
	height:250px;
}
#publicity figcaption {
	height:250px;
	overflow:auto;
	float:left;
}
figure figcaption em {
	display:block;
	text-align:center;
	font-size:1.2em;
	font-style:normal;
	margin-bottom:8px;
	height:2.5em;
}
.concept-thumbs figure figcaption strong {
	height:6em;
	display:block;
}

.col-three figure img {
	height:290px;
}

figure figcaption em.orange {
	color:#EFAD47;
}

figure figcaption em.lime {
	color:#97C254;
}

figure figcaption em.purple {
	color:#BD72A6;
}

figure figcaption em.yellow {
	color:#F4C000;
}

figure figcaption em.red {
	color:red;
}

p.center {
	margin-top:10px;
	text-align:center !important;
}
p.center img {
	text-align:center !important;
	margin:0 auto;
}
	