@charset "utf-8";
/* CSS Document */

/*↓↓↓↓COMMON STYLE↓↓↓↓*/
html,body {
	height:100%;
}

body {
	text-align:center;
	font-size:75%;/*12px*/
	font-weight:400;
	font-family:'Quattrocento','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
	line-height:150%;
	color:#FFFFFF;
	background-color:#000;
}
/*↓CLEARFIX↓*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/*↓FLOAT↓*/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}

/*↓LINK↓*/
a {
	white-space:nowrap;
}
a:link {
	color:#FFF;
	text-decoration: none;
	outline: none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#8CCAD3;
	text-decoration: none;
}
a:active, a:focus{
	outline:none;
}
.alphaover a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.none{
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}

/*↓TEXT↓*/
/*p {
	text-shadow:#000 0 0 0;
}
p {
	-moz-opacity:0.99;
}*/
h1 {
}
h2 {
}
h3 {
    font-size:400%;
	line-height:140%;
	padding-top:8%;
}
h4 {
	font-size: 300%;
	font-weight: bold;
	white-space:nowrap;
	line-height:100%;
	color:#8CCAD3;
}
h5 {
	font-size: 200%;
	line-height:100%;
	color:#FFF;
}
h6 {
	font-size:140%;
	line-height:120%;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
.blue {
	color:#8CCAD3;
}
.green {
	color:#354B4E;
}
.yellow {
	color:#B5B0A5;
}
.text_bg {
	background-color:#354B4E;
}
.bold {
	font-family:'Quattrocento';
	font-weight:700;
}
#container {
	width:100%;
	min-width:960px;
	height:100%;
	margin:0 auto;
}
#header {
	width:100%;
	min-width:960px;
	margin:0 auto;
	height:50px;
	background-color:#000;
	font-size:140%;
	border-bottom:5px solid #8CCAD3;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top:0;
	left:0;
	z-index:9999;
	font-family:'Quattrocento';
}
#logo {
	margin-top:5px;
	padding-left:20px;
	float:left;
}
#logo a {
	width:40px;
	height:40px;
	display:block;
	background-image:url(../images/top/logo_s.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#logo a:hover {
	width:40px;
	height:40px;
	background-image:url(../images/top/logo_s_on.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#nav {
	float:right;
	width:268px;
	margin-right:-10px;
	font-family:'Quattrocento';
}
#nav li {
	float:left;
	margin-right:20px;
	/*display:inline;*/
	font-family:'Quattrocento';
}
#nav li a {
	display:block;
	padding-top:15px;
	width:47px;
	height:35px;
	font-family:'Quattrocento';
}
#nav .current a {
  color:#8CCAD3;
  text-decoration:none;
  font-family:'Quattrocento';
}
.current {
  color:#8CCAD3;
  text-decoration:none;
}
#contact {
	width:160px;
	height:40px;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	bottom:10px;
	left:15px;
	z-index:9998;
	font-family:'Quattrocento';
}
#contact li {
	float:left;
	width:40px;
	height:40px;
}
#contact li a {
	width:30px;
	height:30px;
	display:block;
	padding-top:10px;
	padding-left:5px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#contact li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.twitter a{
	background-image:url(../images/common/twitter_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.twitter a:hover {
	background-image:url(../images/common/twitter.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a{
	background-image:url(../images/common/facebook_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a:hover {
	background-image:url(../images/common/facebook.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.mail a{
	background-image:url(../images/common/mail_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.mail a:hover {
	background-image:url(../images/common/mail.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.rss a{
	background-image:url(../images/common/rss_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.rss a:hover {
	background-image:url(../images/common/rss.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#top {
	width:100%;
	height:100%;
	min-height:800px;
	border-bottom: 5px solid #8CCAD3;
	background-color:#000000;
	overflow:hidden;
	background-image:url(../images/top/top_img2.jpg);
	background-size:cover;
	-moz-background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	top:0;
	left:0;
	font-family:'Quattrocento';
}
.overlay {
	width:100%;
	height:100%;
	min-height:800px;
	background-image: url(../images/overlays/02.png);
	background-repeat:repeat;
	position:absolute;
	z-index:2;
}
#greet {
	white-space:nowrap;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	margin-top:-90px;
	margin-left:-480px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#greet h2 {
	font-size:1550%;
	line-height:70%;
	font-weight: 400;
	padding-top:10px;
	*margin-top:-35px;
	font-family:'Quattrocento';
}
#greet h2.blue {
	line-height:70%;
}
#greet p{
	font-size:300%;
	line-height:100%;
	font-weight: 400;
	*margin-top:-40px;
	font-family:'Quattrocento';
}
#news {
	background-image:url(../images/top/ISSEIOSON-PORTFOLIO_03.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:245px;
	height:245px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	margin-top:130px;
	margin-left:-122px;
	font-family:'Quattrocento','メイリオ','Meiryo';
}
#news h3 {
	font-size:140%;
	line-height:100%;
	padding-top:0;
	font-weight: 400;
	font-family:'Quattrocento';
	margin-top:25px;
}
#news dl {
	margin-top:35px;
	margin-left:50px;
	*margin-left:0px;
	text-align:left;
	width:150px;
	height:90px;
	overflow:auto;
}
#news dt {
	font-size:100%;
	line-height:100%;
	font-weight: 400;
	font-family:'Quattrocento';
	color:#8CCAD3;
	margin-bottom:5px;
}
#news dd {
	font-size:100%;
	line-height:140%;
	font-weight: 400;
	font-family:'メイリオ','Meiryo';
	margin-bottom:10px;
}
#page-top {
	width:40px;
	height:40px;
    position:fixed;
	right:20px;
	bottom:10px;
	z-index:999;
}
#page-top a {
	width:30px;
	height:30px;
	background:#fff;
	padding:5px;
	display:block;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	behavior: url(PIE.htc);
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
    display:block;
	background-image:url(../images/common/top_to_b.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#page-top a:hover {
	background-color:#8CCAD3;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-image:url(../images/common/top_to.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#about {
	width:100%;
	height:100%;
	min-width:960px;
	min-height:800px;
	border-bottom: 5px solid #8CCAD3;
	font-family:'Quattrocento','メイリオ','Meiryo';
	text-align:left;
	background-image:url(../images/about/about_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-position:center;
	background-color:#000;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#aboutText {
	text-align:left;
	position:absolute;
	top:50%;
	left:6%;
	margin-top:-265px;
	z-index:2;
	
}
#aboutText h2 {
	font-size:1150%;
	line-height:100%;
	font-family:'Quattrocento';
}
#aboutText dl {
	text-shadow: 1px 2px 4px #000;
}
	
#aboutText dl dt {
	margin-top:20px;
	margin-bottom:10px;
	font-size:130%;
	font-family:'Quattrocento';
}
#aboutText dl dd {
	font-size:120%;
	margin-left:20px;
	font-family:'Quattrocento','メイリオ','Meiryo';
}
#works {
	width:100%;
	height:100%;
	min-height:800px;
	background-color:#000;
	border-bottom: 5px solid #8CCAD3;
	overflow:hidden;
	font-family:'Quattrocento','メイリオ','Meiryo';
}
#works_contents {
	width:100%;
	height:100%;
	min-height:800px;
	text-align:left;
	margin:0 auto 100px;
	overflow:hidden;
	line-height:100%;
}
#slider {
	width:100%;
	height:100%;
	min-height:800px;
	line-height:100%;
	background:#000;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#sequence h2 {
	font-size:1150%;
	line-height:100%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-69px;
	margin-left:-218px;
	font-family:'Quattrocento';
}
#sequence {
	background-image: url(../images/web/works_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-position:center;
	display:block;
	height:100%;
	min-height:800px;
	margin:0;
	position:absolute;
	width:100%;
}
#sequence li {
	height:100%;
	position:absolute;
	top:0;
	width:100%;
}
#sequence li * {
	position:absolute;
}
.next,.prev {
	color:white;
	cursor:pointer;
	display:none;
	font-weight:bold;
	position:absolute;
	top:50%;
	z-index:500;
	height:43px;
	margin-top:-21.5px;
}
.next,.prev {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.next:hover,.prev:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.prev {
	left:20px;
}
.next {
	right:20px;
}
.prev img, .next img{
	height:100%;
	width:auto;
}
#blog {
	width:100%;
	height:100%;
	min-height:800px;
	background-color:#000;
	background-image: url(../images/blog/blog_bg0.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-position:center;
	border-bottom: 5px solid #8CCAD3;
	font-family:'Quattrocento','メイリオ','Meiryo';
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#blog_contents {
	width:100%;
	height:100%;
	min-height:800px;
	text-align:left;
	margin:0 auto;
}
#blog_write {
	width:400px;
	height:540px;
	position:absolute;
	top:50%;
	left:16%;
	margin-top:-270px;
	overflow:hidden;
	z-index:0;
	font-size:130%;
	font-weight:bold;
}
#blog_write dl dt {
	margin-top:10px !important;
	font-family:'Quattrocento','メイリオ','Meiryo';
}
.blog_img {
	box-shadow:0 0 30px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 30px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 30px 10px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 30px 10px rgba(0,0,0,0.3);
	-ms-box-shadow:0 0 30px 10px rgba(0,0,0,0.3);
}
.date {
	text-align:right;
	font-family:'Quattrocento';
}
#blog_crack {
	width:100%;
	height:100%;
	min-height:800px;
	background-image:url(../images/blog/blog_bg1.png);
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-position:center;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#blogText {
	position:absolute;
	top:50%;
	right:6%;
	margin-top:-116px;
	z-index:2;
}
#blogText h2 {
	font-size:1150%;
	line-height:100%;
	font-family:'Quattrocento';
	text-align:right;
}
#blogText p {
	*width:312px;
	margin-top:20px;
	text-align:right;
	font-size:120%;
}
.readMore {
	font-size:150%;
	padding-right:10px;
	font-family:'Quattrocento';
}
.readMore a {
	font-size:150%;
	display:block;
}
#footer {
	width:100%;
	min-width:960px;
	height:50px;
	padding-top:5px;
	background-color:#000;
	font-family:'Quattrocento';
	line-height:110%;
}