@charset "UTF-8";



/**
 * CLUCH on CLUCH
 *
 * index.css
 * @version  1.0  (updated: 2012.05.07)
 * @author   un-T factory!
 */



/* --------------------------------
	layout
-------------------------------- */

#body {
	padding: 0;
}



/* --------------------------------
	Opening
-------------------------------- */

body.js_opening {
	position: relative;/* for IE7 */
	overflow: hidden;
}

#opening {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#opening .container {
	position: relative;
	width: 940px;
	margin: 100px auto 0;
}

#opening .viewport {
	position: relative;
	width: 940px;
	height: 420px;
	overflow: hidden;
	margin: 0 auto;
}

#opening .viewport .slide {
	position: absolute;
	top: 0;
	left: 0;
}
#opening #opening_01 { z-index: 10101;}
#opening #opening_02 { z-index: 10102;}
#opening #opening_03 { z-index: 10103;}
#opening #opening_04 { z-index: 10104;}
#opening #opening_05 { z-index: 10105;}
#opening #opening_06 { z-index: 10106;}
#opening #opening_07 { z-index: 10107;}
#opening #opening_08 { z-index: 10108;}
#opening #opening_09 { z-index: 10108;}
#opening #opening_10 { z-index: 10108;}
/*
#opening #opening_07 p#opening_07_01 { position: relative; top: -150px;}
#opening #opening_07 span#opening_07_02 { display: block; position: absolute; top: 110px; left: 426px;}
#opening #opening_07 span#opening_07_03 { display: block; position: absolute; top: 110px; left: 570px;}
#opening #opening_08 img { position: relative; top: 60px; left: 390px;}
*/

/* 2013表示 */
#opening #opening_09 p#opening_09_01 { position: relative; top: -150px;}
#opening #opening_09 span#opening_09_02 { display: block; position: absolute; top: 110px; left: 426px;}
#opening #opening_09 span#opening_09_03 { display: block; position: absolute; top: 110px; left: 570px;}
#opening #opening_10 img { position: relative; top: 60px; left: 390px;}

#skipOpening {
	opacity: 0;
	display: none;
	position: absolute;
	top: 426px;
	right: 0;
}

#skipOpening img {
	cursor: pointer;
	display: block;
}



/* --------------------------------
	Main Visual
-------------------------------- */

#mainVisual {
	position: relative;
	width: 940px;
	height: 448px;
	margin: 0 auto;
}

#mainVisual img{
	border-radius: 8px;
}

#mainVisualBg {
	position: absolute;
	top: 0;
	right: 0;
}

#mainVisual .slide {
	position: absolute;
	top: 0;
	left: 0;
}

#mainVisual #viewOpening {
	position: absolute;
	top: 426px;
	right: 0;
}

#mainVisual #viewOpening img {
	cursor: pointer;
}

#mainVisual ul.pager {
	clear: both;
	list-style: none;
	height: 9px;
	padding: 430px 0 0;
	text-align: center;
}
*:first-child+html #mainVisual ul.pager {
	padding-left: 426px;
}

#mainVisual ul.pager li {
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 0;
	margin: 0 5px 0 4px;
}
*:first-child+html #mainVisual ul.pager li {
	display: block;
	float: left;
}

#mainVisual ul.pager li a {
	display: block;
	outline: none;
	width: 9px;
	height: 9px;
	background: url(../img/index/main_nav.png) no-repeat;
}
#mainVisual ul.pager li.current a,
#mainVisual ul.pager li a:hover {
	background-position: 0 -9px;
}



/* --------------------------------
	NEWS
-------------------------------- */

#news {
	width: 940px;
	height: 940px;
	margin: 26px auto 0;
	overflow: hidden;
}

#news .main {
	/* float: left; */
	width: 100%;
	overflow: hidden;
}

#news h2 {
	float: left;
	padding: 0 0 11px;
}

#news ul.filterNav {
	float: right;
	margin-right: 20px;
	padding: 7px 0 0;
}
#news ul.filterNav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
#news ul.filterNav { display: inline-block;}
#news ul.filterNav { display: block;}

#news ul.filterNav li {
	cursor: pointer;
	float: left;
	margin-right: 9px;
	padding: 0 0 0 13px;
	color: #999;
	background: url(../common/img/ico_nochecked.png) no-repeat;
}
#news ul.filterNav li:last-child {
	margin-right: 0;
}
#news ul.filterNav li:hover {
	text-decoration: underline;
}
#news ul.filterNav li.js_current {
	cursor: default;
	color: #000;
	text-decoration: none;
	background: url(../common/img/ico_checked.png) no-repeat;
}

#newsIndex {
	clear: both;
	width: 920px;
	padding: 1px 0 0;
	background: url(../common/img/news_bg.png) repeat-x;
}
#newsIndex:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
#newsIndex { display: inline-block;}
#newsIndex { display: block;}

#newsIndex article {
	position: relative;
	float: left;
	width: 230px;
	background: url(../common/img/news_article_bg.png) no-repeat left bottom;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
#newsIndex article:hover {
	background-color: #fff219;
}
#newsIndex article a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}

#newsIndex article p.new {
	position: absolute;
	z-index: 10;
	top: 3px;
	right: 6px;
	width: 34px;
	height: 34px;
	background: url(../common/img/ico_new.png) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
}
#newsIndex article:hover p.new {
	background-position: 0 -34px;
}

#newsIndex article p.img {
	padding: 17px 0 0 19px;
}

#newsIndex article h3 {
	padding: 13px 15px 0 19px;
	font-size: 140%;
	line-height: 1.35;
}

#newsIndex article p.data {
	padding: 6px 0 23px 19px;
	font-size: 120%;
	color: #999;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#newsIndex article:hover p.data {
	color: #333;
}
#newsIndex article p.data span {
	color: #4b8fff;
}
#newsIndex article:hover p.data span {
	color: #333;
}
#newsIndex article:hover p.data span:hover {
	text-decoration: underline;
}

#news p.btnRss {
	padding: 9px 0 0;
	text-align: right;
}

#news #twitterFeed {
	float: right;
	width: 220px;
	padding: 57px 0 0;
	background: url(../img/index/news_twitter_bg_head.png) no-repeat;
}
#news #twitterFeed .bg {
	padding: 0 0 62px;
	background: url(../img/index/news_twitter_bg_foot.png) no-repeat left bottom;
}

#news #twitterFeed .loading {
	padding: 32px 0 0;
	text-align: center;
}

#news #twitterFeed h3 {
	text-align: center;
}

#news #twitterFeed ul {
	padding: 9px 0 0;
}

#news #twitterFeed ul li {
	padding: 16px 2px;
	border-bottom: 2px dotted #ebebeb;
	font-size: 120%;
}

#news #twitterFeed ul li p.time {
	padding: 8px 0 0;
	color: #7b7b7b;
}

#news #twitterFeed .followUs {
	padding: 32px 0 0 6px;
}

#news #twitterFeed .followUs p.account {
	padding: 10px 0 0 39px;
}



/* --------------------------------
	WORKS
-------------------------------- */

#works {
	position: relative;/* for IE7 */
	width: 100%;
	overflow: hidden;
	height: 434px;
	background: #f8f8f8;
}

#works h2 {
	width: 940px;
	margin: 0 auto;
	padding: 53px 0 51px;
}

#worksContainer {
}

#worksContainer ul {
	position: relative;
}

#worksContainer ul li {
	position: relative;
	float: left;
	height: 268px;
	margin-right: 25px;
}

#worksContainer ul li a {
	text-decoration: none;
}

#worksContainer ul li a span.new {
	display: block;
	position: absolute;
	z-index: 20;
	top: -17px;
	right: -8px;
	width: 34px;
	height: 34px;
	background: url(../common/img/ico_new.png) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
}
#worksContainer ul li a:hover span.new {
	background-position: 0 -34px;
}

#worksContainer ul li .data {
	cursor: pointer;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff219 url(../common/img/works_article_bg.png) no-repeat right bottom;
}

#worksContainer ul li .data p {
	color: #000;
}

#worksContainer ul li .data p.hd {
	padding: 29px 26px 6px;
	font-size: 160%;
}
#worksContainer ul li .data p.credit,
#worksContainer ul li .data p.category {
	padding: 12px 26px 0;
	font-size: 120%;
}

ul.worksNav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	top: -157px;
}
ul.worksNav li#worksPrev {
	cursor: pointer;
	float: left;
}
ul.worksNav li#worksNext {
	cursor: pointer;
	float: right;
}



/* --------------------------------
	MEMBER
-------------------------------- */

#member {
	width: 940px;
	margin: 0 auto;
	padding: 97px 0 74px;
}

#member ul.member {
	padding: 44px 0 0 32px;
}
#member ul.member:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
#member ul.member { display: inline-block;}
#member ul.member { display: block;}

#member ul.member li {
	float: left;
	width: 146px;
	margin-right: 35px;
}

#member ul.member li p.title {
	border-top: 1px solid #e1e1e1;
}



/* --------------------------------
	ABOUT US
-------------------------------- */

#aboutus {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 99px 0 100px;
	border-top: 1px solid #e4e4e4;
}

#aboutus #btnPhilosophy {
	position: absolute;
	top: 89px;
	right: 98px;
}

#aboutus p.lead {
	padding: 29px 0 0;
}

#aboutus #outline {
	margin: 69px 0 0 14px;
}
#aboutus #outline:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
#aboutus #outline { display: inline-block;}
#aboutus #outline { display: block;}

#aboutus #outline .data {
	float: left;
	width: 456px;
}

#aboutus #outline .map {
	float: right;
	width: 410px;
	padding: 31px 0 0;
}

#aboutus #outline .map p.link {
	padding: 10px 0 0;
	text-align: right;
}
#aboutus #outline .map p.link a {
	display: inline-block;
	padding: 0 0 0 18px;
	background: url(../common/img/arw_link.png) no-repeat;
}
#aboutus #outline .map p.link a span {
	padding: 0 0 0 3px;
}
#aboutus #outline .map p.link a span img {
	vertical-align: top;
	margin-top: 2px;
}

#aboutus table {
	margin: 25px 0 0;
}
#aboutus table.history {
	margin-top: 38px;
}

#aboutus table th,
#aboutus table td {
	vertical-align: top;
	font-size: 120%;
	line-height: 1.5;
}

#aboutus table th {
	width: 66px;
	padding: 16px 0 2px 14px;
	border-right: 1px dotted #ccc;
}
#aboutus table tr:first-child th {
	padding-top: 2px;
}

#aboutus table td {
	padding: 16px 0 2px 22px;
}
#aboutus table tr:first-child td {
	padding-top: 2px;
}

#aboutus table.history dl {
}

#aboutus table.history dl dt {
	padding: 16px 0 0;
}
#aboutus table.history dl dt:first-child {
	padding: 0;
}

#aboutus table.history dl dd {
	margin: -1.5em 0 0 4em;
}



/* --------------------------------
	CONTACT
-------------------------------- */

#contact {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 90px 0 31px;
	border-top: 1px solid #e4e4e4;
}

#contact p#btnMail {
	position: absolute;
	top: 61px;
	right: 93px;
}

#contact p.lead {
	padding: 33px 0 0;
}

#contact ul.tel {
	padding: 28px 0 0;
}
#contact ul.tel:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
#contact ul.tel { display: inline-block;}
#contact ul.tel { display: block;}

#contact ul.tel li {
	float: left;
	line-height: 0.75;
	margin-right: 35px;
	background: #fff100;
	font-size: 160%;
	font-style: italic;
}
*:first-child+html #contact ul.tel li {
	font-style: normal;
}