@charset "UTF-8";

/** reset */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
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, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-style: normal; font-weight: normal; vertical-align: baseline; background: transparent; }
li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
img { vertical-align: bottom; }
:focus { outline: 0; }
.root .child-1 { padding-left: 1em; }
.root .child-1 li:before { content: "├ "; }
.root .child-1 li:last-child:before { content: "└ "; }


/** set */
* {
	margin:0px;
	padding:0px;
}

body {
	margin:0 auto;
	padding:0px;
	color:#000000;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size:12px;
	line-height : 1.5em; 
	background:#ffffff;
	-webkit-text-size-adjust: 100%;
}

img {
	display:block;
}

a:link {
	color: #2c2859;
	text-decoration: none;
}

a:visited {
	color: #2c2859;
	text-decoration: none;
}

a:hover {
  /*color:#2d8dd5;*/
  opacity:0.8;
  filter:alpha(opacity=80);
  background:none!important;
  zoom:1;
  display:inline-block;
}

a .modal:hover {
  opacity:1;
  filter:alpha(opacity=100);
  background:none!important;
  zoom:1;
  display:inline-block;
}

a:active {
	text-decoration: none;
}


#wrapper {
	position:relative;
	width:100%;
	z-index:50;
	overflow: hidden;
}

#container {
	position:relative;
	margin:0px auto;
	width:100%;
	z-index:10;
}

#pagetop {
	width:100%;
}

#pt {
	position:fixed;
	right:0px;
	bottom:0px;
	width:80px;
	height:80px;
	z-index:200;
	margin-left:80px;
}

#pt img {
	margin-top:80px;
	cursor: pointer;
}
#pt img:hover {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	opacity: 0.9;
}

#topimg {
	position:fixed;
	margin:0px auto;
	overflow: hidden;
	z-index:1;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

/*---------header---------*/
#head {
	position:fixed;
	z-index:100;
	width: 100%;
	height: 100%;
	/*height: 166px;*/
	background:#ffffff;
	
}
#logo {
	z-index: 200;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -85px;
	width: 170px;
	height: 100px;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	background: #fff url(../img/logo.png);
}

/*---------nav---------*/
#nav{
	position: relative;
	z-index:100;
	left: 0px;
	top: 0px;
	background:#ffffff;
	height: 70px;
	width: 100%;
	display: none;
}
#nav ul{
	margin:0 auto;
	text-align: center;
	width: 650px;/*630px;*/
	height: 20px;
	list-style-type: none;
}
#nav li{
	display: block;
	float: left;
	margin-top: 28px;
	margin-right: 43px;
	height: 20px;
	width: 55px;
	text-align: center;
	cursor: pointer;
}
#nav li.icon{
	float: left;
	margin-top: 28px;
	margin-right: 12px;
	height: 20px;
	width: 15px;
	/*text-align: center;*/
}

#nav li img {
  background: #fff;
}

/*---------news---------*/
#news {
	margin:0px auto;
	text-align: center;
	width: 860px;
}
#news p{
	padding: 0px 100px;
	margin:0px auto;
	text-align: left;
}
#news p+p{
	margin-top:50px;
}
#news p img{
	margin: 0px auto;
	border-style : solid;
    border-width : 1px;
    border-color : #ebebeb;
    padding : 0px;
}

/*---------about---------*/
#about {
	margin:0px auto;
	text-align: center;
	width: 860px;
}
#about p{
	margin:0px auto;
}
#about p+p{
	margin-top:50px;
}


/*---------works---------*/
#works {
	margin:0px auto;
	text-align: center;
	width: 880px;
}
#works ul{
	position: relative;
	width:880px;
	margin-top: 30px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#works li{
	position: relative;
	float: left;
	display: block;
	margin: 0px 20px 20px 0px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

#works .tab{
	width:600px;
	margin: 0px auto 0;
	padding: 0;
}
#works .tabbtn{
	float: left;
	margin: 8px;
	height: 28px;
	width: 82px;
	text-align: center;
	color: #2c2859;
	background: url(../img/mark.png) 0 0 no-repeat;
}
#works .tabbtn a{
	cursor: pointer;
}

#works .btnover{
	position: absolute;
	margin: 0;
	padding-top: 95px;
	height: 200px;
	width: 200px;
	color: #ffffff;
	cursor: pointer;
	background: url(../img/works_cover.png) 0 0 no-repeat;
	top: 0px;
	left: 0px;
	z-index:2;
}

#works a.modal{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

#works .thumb{
	position: absolute;
	height: 200px;
	width: 200px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index:1;
}

#works .thumb img{
	position: absolute;
	height: 200px;
	width: auto;
	left: -50px;
}


/*---------link---------*/
#link {
	margin:0px auto;
	text-align: center;
	width: 860px;
}
#link p{
	margin:0px auto;
}
#link p+p{
	margin-top: 50px;
}

/*---------contact---------*/
#contact {
	margin:0px auto;
	text-align: center;
	width: 860px;
}
#contact p{
	margin:0px auto;
}
#contact p+p{
	margin-top: 30px;
}

/*---------footer---------*/
#foot {
	margin:0px auto;
	text-align: center;
	width: 860px;
	height: 104px;
}
.copyright {
	margin:0px auto;
	padding: 48px 0;
	width: 174px;
}


.clear{
	clear: both;
}

.title {
	margin: 0px auto 62px;
}

.no-scroll{
 	overflow: hidden !important;
}

.hbox{
	background:#ffffff;
	margin: auto 0px;
	margin-bottom: 600px;
	height: 236px;
	width: 100%;
}

.cbox{
	background:#ffffff;
	margin: 250px auto 0px;
	padding: 62px 0;
	width: 100%;
}

.fbox{
	background:#2c2859;
	margin: 250px auto 0px;
	width: 100%;
}

/*---------popup---------*/
#popup{
	clear: both;
	display:none;
    position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: url(../img/popup_bg.png);
	z-index:1500;
}

#popup .box{
	position:absolute;
	left:50%;
	top:50%;
	
}
#popup .box img{
	margin-top: -28px;
}
#popup .close_btn{
	position:fixed;
	right:0;
	top:0;
	width:96px;
	height:96px;
	cursor:pointer;
}

#popup .back_btn{
	position:absolute;
	left:0;
	top:50%;
	width:96px;
	height:96px;
	margin-top: -48px;
	cursor:pointer;
}

#popup .next_btn{
	position:absolute;
	right:0;
	top:50%;
	width:96px;
	height:96px;
	margin-top: -48px;
	cursor:pointer;
}

#popup .caption{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -330px;
	margin-top: -330px;
}


