@charset 'utf-8';

/**
 * reset css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

*{
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","メイリオ",serif;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	background: #fff;
	margin: 0 0 20px 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1d3994;
	text-decoration: underline;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: fixed;
	width: 700px;
	height: 106px;
	padding: 80px 0 0 0;
	margin: 0 0 20px 0;
	background: #fff;
}

#header h1 a {
	display: block;
	width: 248px;
	height: 0;
	padding: 44px 0 0 0;
	overflow: hidden;
	background: url(/images/logo.png) no-repeat top left;
	margin: 0 auto;
	margin-bottom: 15px;
}

#header .menu {
	padding: 8px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#header ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header ul {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	min-height: 1px;
}

* html #header ul {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#header li:last-child {
	margin: 0;
}

#header li {
	float: left;
	display: block;
	margin: 0 30px 0 0;
	line-height: 1.2em;
}

#header li a span {
	display: block;
	font-size: 9px;
}

#header li a:hover, 
#header li.current a {
	color: #587192;
	text-decoration: none;
}

body#index {
	margin: 160px 0 0 0;
}

#contents {
	margin: 0 0 30px 0;
	padding: 220px 0 0;
}

#footer p {
	font-size: 10px;
	color: #666;
}

h2 {
	color: #587192;
	font-size: 22px;
	margin-bottom: 30px;
}

h2 span {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.philosophy h2 {
	color: #e50011;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 22px;
	border: none;
}

.philosophy p {
	text-align: center;
	margin: 0 0 10px 0;
}

/**
 * Company
 */
#recruit .leftcolumn, 
#company .leftcolumn {
	float: left;
	width: 360px;
}

#recruit .rightcolumn, 
#company .rightcolumn {
	margin: 0 0 0 400px;
}

#company dt {
	font-weight: bold;
}

#company dd {
	margin: 0 0 10px 12px;
}

#recruit dt {
	font-weight: bold;
}

#recruit dd {
	margin: 0 0 10px 12px;
}

#recruit h3 {
	display: inline-block;
	background: #666;
	color: #fff;
	margin: 0 0 20px 0;
	border-radius: 8px;
	width: 120px;
	text-align: center;
}
/**
 * Works
 */
#works h2 {
	margin: 0 0 15px 0;
}

#works ul.submenu {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 8px 0;
}

#works ul.submenu li {
	display: inline;
}

#works ul.submenu li:after {
	content: '・';
	margin: 0 5px;
	color: #999;
}

#works ul.submenu li:last-child:after {
	content: none;
}

#works ul.submenu li a {
	padding: 0 0 2px 0;
}

#works ul.submenu li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #587192;
}

#works dl {
	margin: 0 0 45px 0;
}

#works dt.title {
	float: left;
	font-weight: bold;
	width: 160px;
	font-size: 14px;
}

#works dd ol {
	margin: 0 0 0 180px;
}

#works h4 {
	font-weight: bold;
	background: #eee;
	color: #333;
	padding: 2px 6px;
	margin: 0 0 10px 0;
}

#works h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#works ol li {
	margin: 0 0 10px 0;
	line-height: 180%;
	list-style-type: none;
}

#works ol li p {
	background: url(/images/arrow.png) no-repeat top left;
	min-height: 40px;
	padding: 0 0 0 46px;
}

#works ol li:last-child p {
	background: none;
}

.achievement {
	margin: 0 0 0 180px;
}

.achievement dt {
	float: left;
	text-align: right;
	width: 110px;
}

.achievement dd {
	margin: 0 0 5px 120px;
}

/**
 * Portfolio
 */
a.photo, 
a.pdf {
	color: #587192;
	font-size: 10px;
}

a.pdf i {
	background: url(/images/glyphicons-halflings.png) no-repeat top left;
	background-position: -95px -24px;
    display: inline-block;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    vertical-align: text-top;
}

a.photo {
	margin: 0 0 0 10px;
}

a.photo i {
	background: url(/images/glyphicons-halflings.png) no-repeat top left;
	background-position: -120px -49px;
    display: inline-block;
    line-height: 14px;
    margin-top: 1px;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    vertical-align: text-top;
}

#portfolio h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.section-header {
	margin: 0 0 5px 0;
}

.section-header h3 {
	float: left;
	width: 120px;
}

.section-header .artist {
	float: left;
	font-weight: bold;
}

.section-header .title {
	float: right;
	font-weight: bold;
}

#portfolio dl {
	margin: 0 0 30px 0;
	padding: 10px 0 30px 0;
	border-top: 1px solid #efefef;
}

#portfolio dt {
	float: left;
	text-align: right;
	width: 100px;
}

#portfolio dd.artist {
	font-size: 13px;
	margin: 0 0 5px 120px;
}

#portfolio dd span {
	font-size: 11px;
	margin: 0 0 0 10px;
	color: #999;
}

#portfolio dd.title {
	text-align: right;
	border-bottom: 1px solid #efefef;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#portfolio dd.short-border {
	margin: 0 0 10px 120px;
}

/**
 * Access
 */
#access iframe {
	margin: 0 0 10px 0;
	width: 700px;
	height: 300px;
}

#access .address {
	margin: 0 0 30px 0;
}

#access dl {
	margin: 0 0 30px 0;
}

#access dt {
	float: left;
	width: 170px;
	display: block;
	background: #666;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	margin: 0 0 10px 0;
}

#access dd {
	border-bottom: 1px solid #eee;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

#access dd p {
	margin: 0 0 0 180px;
	line-height: 180%;
}

/**
 * Contact
 */
ul.errors {
	list-style-type: none;
	color: #e50011;
	margin: 0 0 20px 0;
	padding: 4px 6px;
	background: #ffdada;
	border: 2px solid #e50011;
	font-size: 93%;
	line-height: 150%;
}

#contact p {
	line-height: 160%;
	margin: 0 0 15px 0;
}

#contact .caution {
	color: #ff0000;
}

#contact dl {
	margin: 0 0 30px 0;
}

#contact dt {
	float: left;
	text-align: right;
	width: 170px;
}

#contact label {
	display: block;
	margin: 5px 0;
}

#contact dd {
	margin: 0 0 15px 180px;
}

#contact dd textarea {
	width: 90%;
}

/**
 * Form
 */
input[type=checkbox],input[type=radio]{
	cursor:pointer;
}

input,textarea,select {
	display:inline-block;
	height:18px;
	padding:4px;
	font-size:13px;
	line-height:18px;
	color:#333;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

input[type=checkbox],input[type=radio]{
	width:auto;
	height:auto;
	padding:0;
	margin:3px 5px 0 0;
	*margin-top:0;
	line-height:normal;
	border:none;
}

input[type=file]{
	background-color:#ffffff;
	padding:initial;
	border:initial;
	line-height:initial;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

input[type=button],input[type=reset],input[type=submit]{
	width:auto;
	height:auto;
}

select,input[type=file]{height:27px;line-height:27px;*margin-top:4px;}
select[multiple]{height:inherit;}
textarea{height:auto;}
input,textarea{
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input:focus,textarea:focus{
	outline:0;border-color:rgba(82, 168, 236, 0.8);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=file]:focus,input[type=checkbox]:focus,select:focus{
	-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:1px dotted #666;
}

.button {
	cursor:pointer;
	display:inline-block;
	background-color:#e6e6e6;
	background-repeat:no-repeat;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding:5px 18px 6px;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	color:#333;
	font-size:13px;
	line-height:normal;
	border:1px solid #ccc;
	border-bottom-color:#bbb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition:0.1s linear all;
	-moz-transition:0.1s linear all;
	-ms-transition:0.1s linear all;
	-o-transition:0.1s linear all;
	transition:0.1s linear all;
	height: auto;
	text-decoration: none;
}

.button:hover{background-position:0 -15px;color:#333;text-decoration:none;}
.button:focus{outline:1px dotted #666;}

.button.small {
	font-size: 10px;
	padding:3px 10px 3px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

@media screen and (max-width: 480px) {
	body, body#index {
		margin: 20px 0;
	}
	
	#container {
		width: 320px;
	}
	
	#contents {
		padding: 0 10px;
	}
	
	#header {
		position: inherit;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0 0 20px 0;
		background: none;
	}
	
	#header h1 a {
		display: block;
		width: 248px;
		height: 0;
		padding: 44px 0 0 0;
		overflow: hidden;
		background: url(/images/logo_sp.png) no-repeat top left;
		margin: 0 auto;
		margin-bottom: 15px;
		background-size: 100% auto;
	}
	
	#header .menu {
		padding: 8px 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	#header ul:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
	#header ul {
		width: auto;
		margin: 0 auto;
		text-align: center;
		min-height: 1px;
		margin-bottom: -10px;
	}
	
	* html #header ul {
	  height: 1px;
	  /*\*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
	}
	
	#header li:last-child {
		margin: 0;
	}
	
	#header li {
		width: 100px;
		float: left;
		display: block;
		margin: 0 0 10px 0;
		line-height: 1.2em;
	}
	
	#header li a span {
		display: block;
		font-size: 9px;
	}
	
	#header li a:hover, 
	#header li.current a {
		color: #587192;
		text-decoration: none;
	}
	
	/**
	 * Company
	 */
	#company .leftcolumn, #company .rightcolumn {
		float: none;
		margin: 0;
		width: auto;
	}
	
	#company dd {
		margin: 0 0 15px 0;
	}
	
	/**
	 * Works
	 */
	#works ul.submenu li {
		display: block;
		margin: 0 0 5px 0;
	}
	
	#works ul.submenu li:after {
		content: none;
	}
	
	#works dt.title {
		float: none;
		width: auto;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	
	#works dd ol {
		margin: 0;
	}
	
	#works .achievement {
		margin: 0;
	}
	
	#works .achievement dt {
		float: none;
		width: auto;
		text-align: left;
		font-weight: bold;
	}
	
	#works .achievement dd {
		margin: 0 0 5px 0;
	}
	
	/**
	 * Portfolio
	 */
	#portfolio dt {
		float: none;
		text-align: left;
		width: auto;
		margin: 0 0 5px 0;
	}
	
	#portfolio dd.artist {
		margin: 0;
	}
	
	#portfolio dd span {
		margin: 0;
		display: block;
		color: #999;
	}
	
	#portfolio dd.title {
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	.section-header {
		margin: 0 0 10px 0;
	}
	
	.section-header h3 {
		float: none;
		width: auto;
	}
	
	.section-header .artist {
		display: none;
	}
	
	.section-header .title {
		display: none;
	}
	
	/**
	 * Company
	 */
	#recruit .leftcolumn, #recruit .rightcolumn {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
	}
	
	#recruit dt {
		font-weight: bold;
	}
	
	#recruit dd {
		margin: 0 0 10px 0;
	}
	
	#recruit h3 {
		display: inline-block;
		background: #666;
		color: #fff;
		margin: 0 0 20px 0;
		border-radius: 8px;
		width: 120px;
		text-align: center;
	}
	
	/**
	 * Access
	 */
	#access iframe {
		margin: 0 0 10px 0;
		width: 300px;
		height: 300px;
	}
	
	#access dt {
		float: none;
		width: auto;
	}
	
	#access dd p {
		margin: 0;
	}
	
	/**
	 * Contact
	 */
	#contact dt {
		float: none;
		text-align: left;
		width: auto;
	}
	
	#contact dd {
		margin: 0 0 15px 0;
	}
	
	#footer p {
		text-align: center;
	}
}