@charset "UTF-8";
/* CSS Document */

/* base
-------------------------------------------------------------------------------*/
/* Start of "Micro clearfix" */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
/* End of "Micro clearfix" */
* {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	width: 100%;
	color: #000;
	font-family: 'letter_gothic', Arial, sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
p {
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝";
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:focus { 
	outline:none;
}
a img {
	border: none;
}

ul {
	list-style: none;
}

/* WebFonts
-------------------------------------------------------------------------------*/
@font-face {
 font-family: letter_gothic;
 src: url('../../assets/wf/LetterGothicStd.otf') format("opentype");
}

/* style
-------------------------------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
#wrapper figure {
	margin: 1.3em 0 0 0;
	position: relative;
}
.ie8 #wrapper figure a img {
	background: url("../../images/logo_tassi_emblem4.png") no-repeat scroll left center;
	width: 232px;
	height: 63px;
}
#wrapper > .box {
	position: relative;
	display: block;
	max-width: 1200px;
	margin:0 auto;
}
.box > .nav {
	position: relative;
	height: 70px;
}
ul.lang {
	position: absolute;
	top: 0;
	right: 2.5%;
	margin-top: 2.8em;
}
ul.lang > li {
	display: inline-block;
	padding-left: 0.5em;
	font-size: 115%;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.ie .ul.lang > li {
    display: inline;  
    zoom: 1;
}
/*index.html*/
#mainimage {
    position: relative;
}
#mainimage p.col {
    margin: 0 auto;
    max-width: 1200px;
}
#mainimage img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
#release {
	margin: 0 auto 0 auto;
	padding-top:1.2em;
	padding-bottom:1.2em;
	padding-right:1.2em;
	max-width: 1200px;
	border-bottom: 1px solid #666;
}
/*#release .rss {
	border-bottom: 1px solid #666;
} */

#release .rss a {
	display: inline-block;
	padding-left: 1em;
	float: right;
}

#release .rss a.rsstext {
	padding-top:0.5em;
}

#release h1 {
	padding: 2.7em 0 0 3em;
	float: left;
	width: 30%;
	font-size: 136%;
}
#release dl {
	font-size: 93%;
	letter-spacing: 0.2em;
	line-height: 3.0;
	float: right;
	width: 60%;
	border-bottom: 1px solid #ccc;
}
#release dl:last-child {
	border-bottom: none;
}
#release dl > dt {
	float: left;
	padding-right: 2em;
	letter-spacing: 0.2em;
}
#release dl > dd {
	float: left;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝";
}
/*works.html、works_xxx.html、photos.html、concept.html*/
.box > #breadcrumb {
	position: relative;
	left: 50%;
	margin-left: -450px;
}
#breadcrumb > .breadcrumb a {
    background: url("../../images/breadcrumb_arrow.png") no-repeat scroll right center;
    margin-right: 5px;
    padding-right: 15px;
}
#breadcrumb > .breadcrumb a,
#breadcrumb > .breadcrumb h1 {
    color: #666;
    display: inline-block;
    font-size: 93%;
	font-weight: 300;
}
.ie #breadcrumb > .breadcrumb a,
.ie #breadcrumb > .breadcrumb h1 {
    display: inline;  
    zoom: 1;
}
/*works.html*/
#thumbnail {
	/*width: 960px;*/
	width: 1020px;
	margin: 0 auto;
	padding-top: 120px;
	z-index: 997;
}
#thumbnail > .row {
	width: 100%;
	min-height: 410px;
	padding: 0 0 0 5.8%;
}
#thumbnail > .row dl {
	float: left;
	width: 14.37%;
	height: 250px;
	margin-right: 5.6%;
}
#thumbnail > .row dl dt {
	margin-bottom: 12px;
}
#thumbnail > .row dl dt img {
  width: 131px;
  border-radius: 131px;
  -webkit-border-radius: 131px;
  -moz-border-radius: 131px;
}
#thumbnail > .row dl dd {
    background: url("../../images/works/bg_thumb.jpg") no-repeat scroll center center;
    margin-right: 5px;
    padding-right: 15px;
	height: 107px;
	position: relative;
	font-size: 108%;
}
#thumbnail > .row dl dd span {
	position: absolute;
	text-align: center;
}
#thumbnail > .row dl dd span.husk {
	top: 47px;
	left: 49px;
}
#thumbnail > .row dl dd span.huskex {
	top: 38px;
	left: 25px;
}
#thumbnail > .row dl dd span.flower {
	top: 38px;
	left: 41px;
}

#thumbnail > .row dl dd span.wallhook {
	top: 38px;
	left: 49px;
}

#thumbnail > .row dl dd span.kikiex {
	top: 38px;
	left: 32px;
}

#thumbnail > .row dl dd span.upcoming {
	top: 45px;
	left: 30px;
}

/*works_xxx.html*/
#works_image {
	width: 960px;
	margin: 0 auto;
	z-index: 997;
}
#works_image > .col {
    padding: 20px 3.125% 0 3.125%;
    width: 100%;
}
#works_image > .col h1 {
	margin-bottom: 0.1em;
	font-family: Arial, sans-serif;
	font-size: 253%;
	color: #000;
}
#works_image > .col h1.break {
	margin-bottom: 0.8em;
}
#works_image > .col p {
	margin-bottom: 1.5em;
}
#works_image > .col p span {
	color: #666;
}
#works_image > .col > .image {
	text-align: center;
}
#works_image img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.ie8 #works_image img {
	width:auto;
}
/*photos.html*/
#photos {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 997;
}
#photos  > .row {
	width: 100%;
	padding: 30px 0 0 3.5%;
}
#photos  > .row dl {
	float: left;
	width: 22.5%;
	height: 190px;
	margin-right: 2.1%;
	margin-bottom: 65px;
	background-color: #f2f2f2;
	text-align: center;
  	border-radius: 7px;
  	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
}
#photos  > .row dl dt.sec {
	margin-bottom: 0.2em;
}
#photos  > .row dl dt {
	margin-bottom: 0.8em;
}
#photos  > .row dl dt a:hover {
	opacity:0.8;
}
#photos  > .row dl dt img {
	margin-top: 15px;
  	width: 160px;
  	height: 120px;
}
#photos  > .row dl dd {
	letter-spacing: -0.05em;
}
/*concept.html*/
#concept {
	width: 90%;
	margin: 27px auto 0 auto;
	text-align: center;
	z-index: 997;
}
#concept p {
	margin-bottom: 2em;
	line-height: 2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#concept p span {
	font-family: Arial, sans-serif;
}
/*contact.html*/
#contact {
	padding-top: 200px;
	min-height: 527px;
}
#contact > .col {
	margin: 0 auto 0.8em auto;
	max-width: 900px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#contact > .col h1 {
	padding: 1.3em 0 0 3em;
	float: left;
	width: 30%;
	font-size: 136%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact > .col dl {
	font-size: 93%;
	letter-spacing: 0.1em;
	line-height: 3.0;
	float: right;
	width: 60%;
	border-bottom: 1px solid #ccc;
}
#contact dl:last-child {
	border-bottom: none;
}
#contact dl > dt {
	float: left;
	letter-spacing: 0.45em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact dl > dt.one {
	padding-right: 3.2em;
}
#contact dl > dt.second {
	padding-right: 1.8em;
}

#contact dl > dd {
	float: left;
	font-family: Arial, sans-serif;
}

/* footer
-------------------------------------------------------------------------------*/
footer {
	position: relative;
	padding-top:0.8em;
	padding-bottom: 0.8em;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #999;
}
footer.works {
	margin-top: 10px;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width:960px) {
/*index.html */
#release dl > dt {
	margin-bottom: -1em;
	float: none;
}
#release dl > dd {
	float: none;
}
/*works.html、works_xxx.html*/
.box > #breadcrumb {
	position: relative;
	left: 50%;
	margin-left: -280px;
}
/*works.html*/
#thumbnail {
	width: 600px;
	padding-top: 70px;
}
#thumbnail > .row { 
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 8.62%;
}
#thumbnail > .row dl {
	float: left;
	width: 23.86%;
	height: 250px;
	margin-right: 9.47%;
	margin-bottom: 65px;
}
/*works_xxx.html*/
#works_image {
	width: 600px;
}
#works_image > .col {
	width: 100%;
	margin: 0 auto;
}
/*photos.html*/
#photos {
	width: 600px;
	padding-top: 70px;
}
#photos > .row { 
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 3.33%;
}
#photos > .row dl {
	float: left;
	width: 31.03%;
	height: 190px;
	margin-right: 1.72%;
	margin-bottom: 65px;
}
/*contact.html*/
#contact dl > dt {
	margin-bottom: -1em;
	float: none;
}
#contact dl > dd {
	float: none;
}
}

 @media screen and (max-width:600px) {
.box > .nav {
	height: 0;
}
ul.lang {
	margin-top: 7%;
}
ul.lang > li {
	font-size: 100%;
}

/*index.html*/
#release {
	max-width: 600px;
}
#release h1 {
	padding: 1.5em 0 0 0;
	margin: 0 20% 0.5em 20%;
	text-align: center;
	float: none;
	width: auto;
}
#release dl {
	float: none;
	width: auto;
	padding: 0 1em;
}

/*works.html、works_xxx.html、photos.html、concept.html*/
#breadcrumb {
	display: none;
}
#wrapper figure {
	margin: 3.5em 0 0.5em 0;
	left: 3%;
}
#wrapper figure img {
	width: 40%;
	height: auto;
}
/*works.html*/
#thumbnail {
	width: 320px;
	padding-top: 30px;
}
#thumbnail > .row { 
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 6.25%;
}
#thumbnail > .row dl {
	float: left;
	width: 43.66%;
	height: 250px;
	margin-right: 6.33%;
	margin-bottom: 30px;
}
/*works_xxx.html*/
#works_image {
	width: 90%;
}
#works_image > .col h1 {
	font-size: 185%;
}
/*photos.html*/
#photos {
	width: 320px;
	padding-top: 30px;
}
#photos > .row { 
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	padding: 0 0 0 20.31%;
}
#photos > .row dl {
	float: left;
	width: 74.5%;
	height: 190px;
	margin-right: 0;
	margin-bottom: 30px;
}
/*concept.html*/
#concept p {
	font-size: 93%;
	text-align: left;
}
#concept p br.hidden-s {
	display: none;
}
/*contact.html*/
#contact {
	padding-top: 30px;
	min-height: 0;
}
#contact > .col {
	max-width: 600px;
}
#contact > .col h1 {
	padding: 0.5em 1em;
	float: none;
	width: auto;
}
#contact > .col dl {
	float: none;
	width: auto;
	padding: 0 1em;
}
#contact dl > dt {
	letter-spacing: 0;
}
/*footer*/
footer.works {
	margin-top: 0;
}
footer.contact {
	margin-top: 0;
}
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
