/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


#comboNav {
	display: none;
}
.wrapper {
	width: 940px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
nav {
	margin-top:35px;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
#logo {
	width:300px;
}
#logo img {
	width:300px;
}
#nav {
	display: block;
	margin-top:-8px;
}
#comboNav {
	display: none;
}
.wrapper {
	width: 712px;
}
/* slider */
	
	.home-slider {
	width: 712px;
}
.home-slider-clearfix {
	clear: both;
}
/* headline */
	
	#slider-holder #headline {
	float:none;
	width: 672px; /* 712 - 40 */
	padding: 50px 20px 20px 20px;
	margin-top: 0px;
	min-height: 100px;
	border-top: 1px solid #ccc;
}
#headline em#corner {
	display: none;
}
/* widget cols */
	
	.widget-cols>li {
	width: 160px;
	float: left;
	margin-right: 24px;
}
.recent-post .post-head {
	width: 95px;
}
/* home blocks */
	
	.one-third-thumbs figure {
	width: 224px;
}
.one-fourth-thumbs figure {
	width: 160px;
	margin-right: 24px;
}
.home-block figcaption em,  .home-block figcaption span {
}
/* sidebar */
	
	#sidebar {
	position: relative;
	background: #e2e0d7;
	width: 532px; /* 552 - 20 padding */
	float: right;
	padding: 20px 10px 20px 10px;
	margin-top: 30px;
	margin-bottom: 60px;
}
#sidebar em#corner {
	display: none;
}
/* blog */
	
	#posts-list .feature-image,  #post-content .feature-image {
	width: 552px;
}
/* portfolio */
	
	.portfolio-thumbs {
	width: 732px;
}
.portfolio-thumbs figure {
	width: 224px;
}
/* project */
	
	.project-description {
	width: 528px;
	margin-right: 24px;
}
.project-info {
	width: 160px;
}
.related-projects {
	width: 712px;
}
.related-projects figure {
	width: 160px;
	margin-right: 24px;
}
.related-projects figure.last {
	margin-right: 0px;
}
/* contact */
	
	#contactForm {
	width: 528px;
	margin-right: 24px;
}
#contact-sidebar {
	width: 140px; /* 160 - 20*/
}
.home-block figure.last {
	margin-right: 0px;
}
/*線で囲むコンテンツ*/
.home-block figure.border {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 1.2em;
	border:5px solid #4F423F;
	background-color:#FFF;
	width:214px;
	height:214px;
}
/* グリーン */
.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;
}
/* pro */
.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 img {
	width:100%;
}
/* トリゴン */
.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 img {
	width:100%;
}

.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:12px;
	border-bottom:1px solid #8B7F7B;
	margin-top:5px;
}
.home-block figure.border.clear figcaption strong {
	padding-bottom:0;
	border-bottom:0;

}

/*丸いコンテンツ*/
.home-block figure.maru {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	border-radius:50%;
	background-color:#78B12B;
	height:224px;
}
.home-block figure.maru figcaption h3 {
	color:#fff;
	font-size:13px;
	margin-top:7px;
}
.home-block figure.maru figcaption strong {
	color:#fff;
	font-size:18px;
}
.home-block figure.maru figcaption {
	width:120px;
}
.home-block figure.maru figcaption p {
	width:120px;
}
.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;
}
.home-block figure.maru span {
	color:#fff;
	width:100%;
	margin:5px 0;
}
/*線なし*/
figure.none {
	height:224px;
	margin-bottom:20px;
}
figure.none figcaption {
	width:100%;
	background-color:#FFF;
	margin:0;
	height:224px;
}
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;
	height:224px;
}
/*ソーシャルプラグイン*/
#fb {
	width:224px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#tw {
	width:224px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
/*コンセプトページ*/

.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 {
	width:100%;
	clear:both;
	margin: auto;
	text-align:center;
}
.concept-thumbs .col-three figure {
	width:300px;
	float:left;
	margin:20px 28px;
}
.concept-thumbs .col-three figure strong {
	height:6em;
	display:block;
}
.concept-thumbs .col-three figure em {
	display:block;
	height:2em;
}
.concept-thumbs .col-three figure img {
	width:100%;
	margin-bottom:10px;
}
.concept-thumbs .col-three figure.center {
	width:300px;
	float:left;
	margin:20px 28px;
}
.concept-thumbs .col-two figure img {
	width:100%;
}
#mainImage {
	margin-bottom:20px;
	width:712px;
}
#mainImage img {
	width:100%;
}
#footer-logo a img {
	width:100px;
}
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
#logo {
	width:252px;
}
#logo img {
	width:100%;
}
#logo a img {
	width:100%;
}
#nav {
	display: none;
}
#comboNav {
	display: block;
}
.wrapper {
	width: 252px;
}
.page-heading {
	text-align: center;
	background-position: 0px 15px;
}
.page-heading span {
	font-size: 21px;
	margin-left: 0px;
}
/* slider */
	
	.home-slider {
	width: 252px;
}
.home-slider-clearfix {
	clear: both;
}
/* home blocks */
	
	.one-third-thumbs figure,  .one-fourth-thumbs figure {
	width: 100%;
}
/*線なし*/
figure.none {
	height:252px;
	margin-bottom:20px;
}
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;
	margin-bottom:20px;
}
/* nav */
	
	#nav>li {
	display: block;
	width: 252px;
	margin-right: 15px;
}
#nav>li a {
	border-bottom: solid #333 1px;
	padding: 10px 0px;
	text-align: center;
}
#nav>li.current-menu-item>a,  #nav>li.current_page_item>a {
	border-bottom: solid #333 1px;
	background: rgba(0,0,0,.2);
}
#nav>li ul {
	float:left;
	position:relative;
	width: 100%;
}
/* headline */
	
	#slider-holder #headline {
	float:none;
	width: 212px; /* 252 - 40 */
	padding: 50px 20px 20px 20px;
	margin-top: 0px;
	min-height: 100px;
	border-top: 1px solid #ccc;
}
#headline em#corner {
	display: none;
}
#headline h1,  .home-block-heading {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
/* widget cols */
	
	.widget-cols>li {
	width: 252px;
	float: left;
	margin-right: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.widget-cols>li.fourth-col {
	border-bottom: none;
	margin-bottom: 0px;
}
header .widget-cols>li {
	border-bottom-color: #4f4f4f;
}
/* sidebar */
	
	#sidebar {
	position: relative;
	background: #e2e0d7;
	width: 232px; /* 252 - 20 padding */
	float: right;
	padding: 20px 10px 20px 10px;
	margin-top: 30px;
	margin-bottom: 60px;
}
#sidebar em#corner {
	display: none;
}
/* blog */
	
	.floated-content,  #posts-list,  #post-content {
	width: 252px;
	margin-right: 0px;
}
#posts-list article {
	padding-left: 0px;
}
#posts-list .feature-image,  #post-content .feature-image {
	width: 252px;
}
#posts-list .post-heading {
	font-size: 24px;
}
article .meta .comments {
	border-left: none;
	border-right: none;
}
#posts-list .entry-date {
	position: static;
	width: 100%;
	height: auto;
	background: #444;
	padding: 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	-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 .entry-date .number {
	display: inline;
	padding-top: 0px;
	font-size: 12px;
}
#posts-list .entry-date .year {
	display: inline;
	padding-top: 5px;
	font-size: 12px;
}
article .meta div {
	padding: 10px 10px 10px 30px;
}
.heading {
	font-size: 21px;
}
/* page navi */ 
	
	.page-navigation {
	display: block;
	margin-left: 0px;
	margin-bottom: 60px;
}
.page-navigation a {
	padding: 7px 9px;
}
/* portfolio */
	
.portfolio-thumbs {
	width: 252px;
}
.portfolio-thumbs figure {
	width: 252px;
}
/* project */
	
	
	.project-description {
	width: 252px;
	margin-right: 0px;
}
.project-info {
	width: 252px;
}
.project-heading .launch {
	padding-top: 20px;
	clear: both;
}
.related-projects {
	width: 252px;
}
.related-projects figure {
	width: 252px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.related-projects .heading {
	font-size: 13px;
}
/* form */
	
#contactForm {
	width: 252px;
}
#contactForm label,  #commentform label {
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: -15px;
	display: block;
}
#contact-sidebar {
	width: 232px; /* 252 - 20*/
}
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
#logo {
	width:252px;
	padding-bottom:0;
}
#logo img {
	width:100%;
}
.wrapper {
	width: 436px;
}
/* slider */
	
	.home-slider {
	width: 436px;
}
.home-slider-clearfix {
	clear: both;
}
/* headline */
	
	#slider-holder #headline {
	width: 396px; /* 436 - 40 */
}
/* widget cols */
	
	.widget-cols>li {
	width: 436px;
	float: left;
	margin-right: 0px;
}
.recent-post .post-head {
	width: 372px;
}
/* nav */
	
	#nav>li {
	width: 436px;
}
/* sidebar */
	
	#sidebar {
	width: 416px; /* 436 - 20 padding */
}
/* blog */
	
	.floated-content,  #posts-list,  #post-content {
	width: 416px;
}
#posts-list .feature-image,  #post-content .feature-image {
	width: 416px;
}
/* portfolio */
	
	.portfolio-thumbs {
	width: 436px;
}
.portfolio-thumbs figure {
	width: 436px;
}
/* project */
	
	.project-description {
	width: 436px;
	margin-right: 0px;
}
.project-info {
	width: 436px;
}
.related-projects {
	width: 436px;
}
.related-projects figure {
	width: 436px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.related-projects .heading {
	font-size: 13px;
}
/* form */
	
	#contactForm {
	width: 436px;
}
#contact-sidebar {
	width: 416px; /* 436 - 20*/
}
/*線で囲むコンテンツ*/
.home-block figure.border {
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 1.2em;
	border:5px solid #4F423F;
	background-color:#FFF;
	width:426px;
	height:426px;
}
/* グリーン */
.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;
}
/* pro */
.home-block figure.border.pro {
	border:5px solid #757584;
}
/* クリアー */
.home-block figure.border.clear {
	border:5px solid #ffffff;
}
/* レッド */
.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 span {
	font-size:13px;
}

.home-block figure.border img {
	width:100%;
	margin-bottom:10px;
}

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

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

}

/*丸いコンテンツ*/
.home-block figure.maru {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	border-radius:50%;
	background-color:#78B12B;
	height:436px;
	width:436px;
}
.home-block figure.maru figcaption h3 {
	color:#fff;
	font-size:18px;
	margin-top:12px;
}
.home-block figure.maru figcaption strong {
	color:#fff;
	font-size:24px;
	margin-top:60px;
}
.home-block figure.maru figcaption {
	width:220px;
}
.home-block figure.maru figcaption p {
	width:220px;
}
.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-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.home-block figure.maru span {
	color:#fff;
	width:100%;
	margin:5px 0;
}
/*線なし*/
figure.none {
	width:436px;
	height:436px;
}
figure.none figcaption {
	width:100%;
	background-color:#FFF;
	margin:0;
	height:436px;
	height:436px;
}
figure.none img {
	width:100%;
}
figure.none dl {
	margin:10px;
	padding-bottom:1em;
}
figure.none dl dd a {
	text-decoration:underline;
	color:#78B12B;
}
.home-block figure {
	float:none;
	margin:0 auto 30px;
	width:436px;
}
.newsTopics {
	overflow:auto;
	width:436px;
}
.newsTopics dl dt {
	font-size:16px;
	line-height:1.5;
}
.newsTopics dl dd {
	font-size:16px;
}
/*コンセプトページ*/

.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:100%;
	clear:both;
	margin: auto;
	text-align:center;
}
.concept-thumbs .col-one figure img {
	width:270px;
}
.concept-thumbs .col-one figure {
	width:100%;
	clear:both;
	margin: auto;
	text-align:center;
}
.concept-thumbs .col-three figure {
	width:50%;
	;
	float:left;
	margin:20px 0;
}
.concept-thumbs .col-three figure img {
	width:100%;
	margin-bottom:10px;
}
.concept-thumbs .col-three figure.center {
	width:50%;
	float:left;
	margin:20px 0px;
}
.concept-thumbs .col-two figure img {
	width:100%;
}
#mainImage {
	margin-bottom:10px;
	width:436px;
}
#mainImage img {
	width:100%;
}
#footer-logo a img {
	width:100px;
}
#fb {
	width:436px;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;
	min-height:436px;
	clear:both;
}
#tw {
	width:436px;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;
	clear:both;
}
#twitter-widget-0 {
	width: 100%;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
/*丸いコンテンツ*/
header {
	height:80px;
}
#logo {
	margin-top:15px;
}
nav {
	margin-top:0px;
}
.home-block figure.maru {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	border-radius:50%;
	background-color:#78B12B;
	height:252px;
	width:252px;
	margin:0 auto 20px !important;
}
.home-block figure.maru figcaption h3 {
	color:#fff;
	font-size:16px;
}
.home-block figure.maru figcaption strong {
	color:#fff;
	font-size:18px;
}
.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;
}
.home-block figure.maru span {
	color:#fff;
	width:100%;
	margin:5px 0;
}
/*線で囲むコンテンツ*/
.home-block figure.border {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 1.2em;
	border:5px solid #4F423F;
	background-color:#FFF;
	width:242px;
}
/* グリーン */
.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;
}
/* pro */
.home-block figure.border.pro {
	border:5px solid #757584;
}
/* クリアー */
.home-block figure.border.clear {
	border:5px solid #ffffff;
}
/* レッド */
.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:15px;
	border-bottom:1px solid #8B7F7B;
	padding-bottom:3px;
}
.home-block figure.border.clear figcaption strong {
	padding-bottom:0;
	border-bottom:0;

}

.home-block figure .thumb {
	display: block;
}
.home-block figure p {
	width:150px;
	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:20px auto;
}
/*線なし*/

figure.none figcaption {
	width:100%;
	background-color:#FFF;
	margin:0;
}
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 figure:hover figcaption {
	display: block;
}
.home-block figure .opener {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.opacity .home-block figure .opener {
	display: none;
}
.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: 252px;
}
.one-fourth-thumbs figure {
	width: 220px;
}
.more-link {
	margin-bottom: 0px;
}
/*コンセプトページ*/


.concept-thumbs h3 {
	margin:20px 0;
	font-size:20px;
	clear:both;
}
.concept-thumbs .col-two figure {
	width:252px;
	float:left;
}
.concept-thumbs .col-one figure {
	width:252px;
	clear:both;
	margin: auto;
	text-align:center;
}
.concept-thumbs .col-one figure img {
	width:100%;
}
.concept-thumbs .col-three figure {
	width:252px;
	float:left;
	margin:20px 0;
}
.concept-thumbs .col-three figure img {
	width:252px;
	margin-bottom:10px;
}
.concept-thumbs .col-three figure.center {
	width:252px;
	float:left;
	margin:20px 0;
}
.concept-thumbs .col-two figure img {
	width:252px;
}
#mainImage {
	margin-bottom:10px;
	width:252px;
}
#mainImage img {
	width:100%;
}
#footer-logo a img {
	width:100px;
}
#fb {
	width:252px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#tw {
	width:252px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	clear:both;
}
header h1 {
	display:none;
}
#logo {
	padding-bottom:0;
}
/*理由ページ*/

 .reason .col-two figure {
	 margin:0;
	 padding:0;
 }
 .reason .col-two figure.mb20 {
	 margin-bottom:30px;
 }
 }