/*
	Fluid Baseline Grid v1.0.0
	Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com	
	Licensed under Unlicense, http://unlicense.org/
	
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/
@charset "utf-8";
/* HTML5 DECLARATIONS */
*{ margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}
header{ margin:0 auto;}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; background:#EDEEF0;} /* Improve default text rendering, handling of kerning pairs and ligatures */
div.content{ margin-left:auto; margin-right:auto;}
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:Futura, "Century Gothic", AppleGothic, sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)}
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h1.logo{ margin:10px 0 0 0; padding:0; text-align:center; border-bottom:solid 1px #ddd;}
h1.logo img{ margin:0; padding:0;}
h1.catch{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:2em; font-weight:normal; padding:1em 0; width:100%; color:#191919; text-align:center;}
h1.solidTextLarge{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:1.5em; font-weight:normal; padding:1em 0; width:100%; color:#191919; text-align:center;}
h1.news{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:1.5em; font-weight:normal; color:#191919; padding:0 0 0.5em 0; text-align:center;}
h1.portfolioMedia{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:1.5em; font-weight:normal; color:#fff; padding:0.5em 0; background:#2EADF4; text-align:center; }
/*section 切れ目*/
h1.lineTab{ letter-spacing:0.5em; font-size:1em; text-align:center; border-top:solid 7px #D7D7D7; border-bottom:solid 1px #D7D7D7; margin:0 0 1em; padding:1em 0;}
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h2.workThumbnail{ font-size: 0.6em; font-weight:normal; text-align:center; font-family: 'ProximaNovaSemiBold',Arial,sans-serif; text-transform: uppercase; color:#BCBCBC; margin-bottom:5em; }
h2.solidLargeText{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:1.5em; font-weight:normal; line-height:150%; color:#191919; padding:0.5em 0;}
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a {text-decoration: none; color:/*#c47529*/#5693DD;}
a:hover {text-decoration: underline}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #c47529}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #c47529; color: #fff; text-shadow: none} /* selected text */
::selection {background: #c47529; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: /*92%;*/100%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3,.g4,.g5,.g6{display:block; /*position: relative;*/ margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3,.g4,.g5,.g6{width:98.0%; }
.g5 img{width:100%;}

nav ul { background:/*#ECEDEF*/; margin:30px 0 0;}
nav ul li, nav ul li a{
	list-style:none; display:block; color: #666666; font-weight:bold; font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }
nav ul li a:hover{ color:#00B3FF; text-decoration:none;}


/*FOOTER NAVI*/
div.footer{ background:#000; font-size: 0.733em; width:100%; padding-top:42px;}



/*
.g1{background:#999;}
.g2{background:#666;}
.g3{background:#333;}
*/

/* @media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */


/*お問い合わせフォームリンク*/
section#footerContact{ background:url(../images/footer_contact_bg.gif); text-align:center; padding:20px 0; margin-bottom:30px;}
a#contactLink{ display:block; height:56px; background:url(../images/footer_contact_buttom_bg.gif); width:90%; margin:0 auto; line-height:56px; font-weight:bold; color:#E2E4E4;}
a:hover#contactLink{ background:#fff; color:#C1272D; text-decoration:none;}
div.footer .g6 h2,
section#footerContact h1
{ font: 130%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 1em; color: #D7D7D7;}
section#footerContact h3{ font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:2.5em; font-weight:normal; color:#FFFFFF; text-align:center;}
div.footer .g6 li,
div.footer .g6 li a{ line-height:200%; list-style:none; color:#7F7F7F; letter-spacing:0.15em; display:block;}
div.footer .g6 li a:hover{ color:#5693DD; text-decoration:none;}
{ font: 130%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 1em; color: #D7D7D7;}

div.copy{ background:#191919; margin:0; text-transform: uppercase; color:#7F7F7F; width:100%; font-size:0.9em; height:4em; line-height:4em; }

/*FOOTER NAVI*/
div.logo{ margin-top:-30px; margin-bottom:2px;}
nav ul li a{ font-size:130%;}
p.underLiner{ font-size: 0.8em; padding-bottom:1.5em; color:#7F7F7F; letter-spacing:0.1em;}

p.date{ font-size: 0.733em; font-family: 'ProximaNovaSemiBold',Arial,sans-serif; font-weight:bold; text-transform: uppercase; text-align:center;}
p.date span{ font-weight:normal; color:#7F7F7F; margin-left:1em;}
p.date span.black{ color:#474747;}
span.learnMore{ display:block; margin:1em 0 0;}
p.solidTextCenter{ text-align:center; color:#7F7F7F; font-size: 0.8em; letter-spacing:0.1em; }
p.portfolioMedia{ text-align:center; font-size: 0.733em;}
img.smallImageTop{ margin-bottom:0.2em;}
/*BACK to TOP*/

div.backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	display:none;
}

div.backToTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
div.backToTop a:hover {
	text-decoration: none;
	background: #999;
}

/*一般ページ*/
h1.breadcrumb{ padding:0.5em 0; border-bottom:solid 1px #D7D7D7; border-top:solid 7px #D7D7D7;}
img.alphabet{ margin:0 10px -5px 0;}
section.graph{ text-align:center; background:#fff; padding:20px; max-width:640px; width:98%;}
section.cuolum1{ width:98%; max-width:640px; margin:0 auto;}

/*　HOWTO編　*/
section.howtoMainImage{ background:url(../howwedo/img/main_1280.jpg); }
h1.howtoMain{font: 200%/1.5 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; *font-size: 2em; color: #fff; margin:2em 0 0 2em;}
h1.howtoMain span{ font: 50%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 0.5em; color:#808080;}
h1.howto{font: 200%/1.5 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; *font-size: 2em; color: #191919; margin:1em 0; text-align:center;}

h2.howto {margin: 0; font: 1em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight:bold;
text-align:center; padding:1em 0; margin-bottom:2em; border-top:solid 7px #D7D7D7; border-bottom:solid 1px #D7D7D7; letter-spacing:0.3em;} /* 48px / 48px */

div..MainContent {width:100%}
div.howtoMainContent img {width:100%}

section.howtoMenuUnit h1{
	font-family:'Hiragino Mincho ProN',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.3em; font-weight:normal; color:#191919; padding:0 0 0.5em 0; text-align:left;}
section.howtoMenuUnit ol li{
	font: 0.7333em/3.0 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:solid 1px #D7D7D7; }
	
div.kyokaisen{ border-bottom:dotted 1px #D7D7D7; margin:0 0 1em;}
ol.howtoComment{ background:#E6E6E6; border:solid #ccc 1px; padding:1em; list-style-position:inside; }
ol.howtoComment li{ font: 0.7333em/3.0 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

ol.howtoComment2{ background:#E6E6E6; border:none; padding:1em; list-style-position:inside; }
ol.howtoComment2 li{ font: 0.7333em/3.0 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
.g1,.g2,.g3,.g4,.g5, .g6 {display:inline; float: left}
.g1 {width:48.0%}/*4分割*/
.g4 {width:98.0%}/*4分割*/
.g5 {width:48.0%}/*4分割*/
.g6 {width:98.0%}/*4分割*/


h1.news{ font-size:1em;}
h1.catch{font-size:1.5em; padding:2em 0;}
h2.workThumbnail { font-size:0.5em; color:#191919;}
div.footer .g6 li a:hover{ background:#191919;}
div.copy{ margin:0; text-align:center;}
section.howtoMainImage{height:348px; background:url(../howwedo/img/main_640.jpg) center;}

nav ul li a{ width:100%; height:30px; border-bottom:solid 1px #CCC; text-align:left; line-height:30px;}
nav ul li a:hover{ background:#D7D7D7;}

}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
.g1,.g2,.g3,.g4,.g5 {display:inline; float: left}
h1.catch{font-size:1.5em;}
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
	/* COLUMN GRID */
section.howtoMainImage{ background:url(../howwedo/img/main_1280.jpg) right top;}
	.g5 {width:23.0%}/*4分割*/
	.g6 {width:23.0%}
	h1.news{ font-size:1.5em;}
	section#footerContact{width:48.0%}
/*ナビゲーション　上部移動*/
nav ul li a{ width:100%; height:30px;  display:block; list-style:none; line-height:30px;}
nav ul li#bottom a{border-bottom:none;}

}

@media only screen and (min-width: 650px) { 
/*ナビゲーション　通常指定*/
nav ul li a{ float:left; width:20%; height:70px; line-height:70px; border-bottom:none; text-align:center; font-size:1em}
nav ul li a:hover{ background:none;}


}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 

	/* COLUMN GRID */
	.g1,.g2,.g3,.g4,.g5,.g6 {display:inline; float: left}
	
	/* 2 COLUMN GRID */
	.g1 {width:48.0%}
	.g2 {width:48.0%}
	.g3 {width:98.0%}
	.g4 {width:48.0%}/*4分割*/
	.g5 {width:23.0%}
	.g6 {width:23.0%}
}


@media only screen and (min-width: 870px) { 
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
header, div.content { max-width:960px}
nav ul li a{ font-size:100%;}
h1.catch{font-size:2em; padding:6em 0;}


	
	/* 3 COLUMN GRID */
	.g1 {width:31.333%}/*-- 1/3 --*/
	.g2 {width:64.667%;}/*-- 2/3 --*/
	.g3 {width:98.0%}/*-- 1/1 --*/
	.g4 {width:48.0%}/*-- 1/2 --*/
	.g5 {width:18.0%}/*-- 1/5 --*/
	.g6 {width:23.0%}/*-- 1/4 --*/
}

@media only screen and (min-width: 1280px) { 
/* DESKTOP */
header, div.content { max-width:1000px}
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
header, div.content {font-size:116.5%; max-width:1280px} /* 18.5px / 28px */
section.howtoMainImage{font-size:90%;}
}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}

