@charset "UTF-8";

/* =========================================================
 container
========================================================= */
#container {
	width: 100%;
	margin: 0 auto;
	background:#fff;
	overflow:hidden;
}

/* =========================================================
 header
========================================================= */
header {
	position: fixed;
	z-index: 2;
	width: 100%;
	border-bottom: solid 1px #ddd;
	background:#fff;
}
header h1 {
	width: 352px;
	height: 110px;
	margin: 10px auto 0;

}

header p {
	margin-bottom: 30px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1.2;
	text-align:center;
}

header #header-inside {
	width: 1060px;
	height: 212px;
	margin: 0 auto;
}

/* =========================================================
 nav
========================================================= */
nav#gnav {
	width: 1060px;
	font-family: 'Sorts Mill Goudy', serif;
}

nav#gnav ul {
	text-align:center;
	}
	

nav#gnav ul li {
	display:inline-block;
	font-size:16px;
}


nav#gnav ul li a {
	padding: 0 24px 6px;
	background:url(../images/bg_navi.gif) repeat-x 0 30px;
	font-size: 16px;
	text-decoration:none;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

nav#gnav ul li a:hover {
	background:url(../images/bg_navi.gif) repeat-x 0 23px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}






/* =========================================================
 article
========================================================= */
article {
	width: 960px;
	padding: 0 50px;
	margin: 0 auto;
}

section {
	width:960px;
	}

/* =========================================================
 heading
========================================================= */
h2.page-ttl {
	margin: 300px auto 60px;
	padding-bottom: 25px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size:40px;
	text-align:center;
}

h2.page-ttl-news {
	background:url(../images/bg_news.png) no-repeat center 55px;
}

h2.page-ttl-pw {
	background:url(../images/bg_private_works.png) no-repeat center 55px;
}

h2.page-ttl-cw {
	background:url(../images/bg_cliant_works.png) no-repeat center 55px;
}

h2.page-ttl-pd {
	background:url(../images/bg_products.png) no-repeat center 55px;
}


h2.page-ttl-pf {
	background:url(../images/bg_profile.png) no-repeat center 55px;
}

h3.profile {
	margin: 60px 0 10px 0;
	font-size: 24px;
font-family: 'Sorts Mill Goudy', serif;
}

/* =========================================================
 pageTop
========================================================= */
#pageTop {
	position: fixed;
	bottom: 100px;
	right:30px;
	z-index:100;
	width: 60px;
	height: 60px;
}
#pageTop a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
/* =========================================================
 footer
========================================================= */
footer {
	margin-top:100px;
	padding: 60px 0 20px;
	background:#f2f2f2;
	color:#000;
	text-align:center;
	
}

#footer-menu {
	overflow:hidden;
	width:400px;
	height: 130px;
	margin: 0 auto 60px;
}

footer ul#sns {
	float:left;
	width: 230px;
	height: 60px;
	margin-top: 35px;
}

footer ul#sns li{
	float:left;
	width: 60px;
	margin-right: 15px;
}


footer p.bnr-link {
	float:right;
	width:130px;
	height:130px;
	margin:0;
}


footer small {
	display:block;
	clear:both;
font-family: 'Sorts Mill Goudy', serif;
	font-size: 11px;
}



/* =========================================================
 index
========================================================= */
.flexslider{
	margin-top: 250px!important;
}

ul.slides li{
	width: 700px;
	text-align:center;
}

span.date {
	font-size:14px;
	margin-right: 20px;
}

div.news-box-index {
	width:685px;
	margin: 0 auto;
}

h2.news-ttl-index {
	margin: 0 auto;
	line-height: 1.2;
	font-family: 'Sorts Mill Goudy', serif;
	font-size:40px;
}

div.news-box-index li{
	margin: 10px 0 3px;
	padding-left: 15px;
	border-bottom: dotted 1px #bbb;
	background:url(../images/listicon01.png) no-repeat left center;
}


/* =========================================================
 News
========================================================= */
section.news-box  {
	overflow:hidden;
	width: 960px;
	margin: 20px 0 50px 0;
 }

section.news-box p {
	 margin: 10px 0;
	 clear:both;
 }

section.news-box a {
	text-decoration:underline;
 }
 
section.news-box figure{
	float:left;
	margin: 0 15px 15px 0;
	text-align:center;
}



/* =========================================================
 Private Works
========================================================= */
#Grid a{
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

#Grid a:hover{
	opacity: 0.5;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

#Grid .mix {
	display: none;
	opacity: 0;
	width: 120px;
	height: 120px;
	margin: 8px;
	padding: 9px;
	text-align:center;
	border:#ddd solid 1px;
}

#Grid .mix{
	vertical-align:middle;
}

#Grid .mix{
	position:relative;
}


#Grid .category_1, .category_2, .category_3{
	height: 120px;
}

#Grid .gap {
display: inline-block;
width: 120px;
}

.controls ul{
	text-align:center;
	margin-bottom: 40px;
}

.controls li{
	display:inline-block;
	margin: 0 10px;
	padding: 3px 10px;
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.controls li:hover{
	cursor:pointer;
	background-color: #fff;
	border-color: #000;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/* =========================================================
 Cliant Works
========================================================= */
section.cw-box {
	margin: 20px 0 60px 0;
}

section.cw-box h3, section.news-box h3, section.products-box h3{
	margin-bottom: 20px;
	border-bottom:#ccc 1px dotted;
	font-size: 20px;
font-family: 'Sorts Mill Goudy', serif;
}

section.cw-box p{
	margin: 10px 0;
}

#Grid2 .mix {
	display: none;
	overflow:hidden;
	height:auto;
	opacity: 0;
	width: 960px;
	margin: 20px 0 50px 0;
}

#Grid2 h3{
	margin-bottom: 10px;
	border-bottom:#ccc 1px dotted;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
}

#Grid2 figure{
	float:left;
	margin: 0 15px 15px 0;
	text-align:center;
}

#Grid2 p{
	margin: 15px 0;
}

#Grid2 a{
	text-decoration: underline;
}

#Grid2 figcaption{
	margin: 5px 0;
	font-size:11px;
	line-height: 1.3;
}


/* =========================================================
 Products
========================================================= */
section.products-box  {
	overflow:hidden;
	width: 960px;
	margin: 20px 0 50px 0;
 }

section.products-box p {
	 margin: 10px 0;
	 clear:both;
 }

section.products-box a {
	text-decoration:underline;
 }
 
section.products-box figure{
	float:left;
	margin: 0 40px 40px 0;
	text-align:center;
}



/* =========================================================
 Profile
========================================================= */
.profile a{
	text-decoration:underline!important;
	}

dl dt {
	float:left;
	width:50px;
	margin-bottom: 5px;
}

dd {
	margin-left: 50px;
	width:710px;
	margin-bottom: 5px;
}




