@charset "utf-8";

/* ------------------------------------------------------ */
/* BODY DEFAULTS
--------------------------------------------------------- */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	color: #666;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	/*font-size: 62.5%;*/
	font-size: 16px;
	line-height: 1.6;
	background: #FFF url(/images/body_bg.gif) left top repeat;
}

/* ------------------------------------------------------ */
/* LINK STYLES
--------------------------------------------------------- */
a,
a:visited,
a:focus {
	color: #18afe6;
	text-decoration: none;
}
a:hover {
	color: #1ac2ff;
	text-decoration: underline;
}

/* ------------------------------------------------------ */
/* HEADINGS
--------------------------------------------------------- */
h2 {
	color: #18afe6;
	font-size: 1.5rem;/* 24px */
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
}

/* ------------------------------------------------------ */
/* [screen : minimum]
/*			960px * 690px
/* [z-index]
/*			header : 100
/*			footer : 90
/*			#logo  : 80
/*			#slide_nav li : 20
/*
/*			slide controlls : 1000
/*			colorbox : 9999
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Header / Navigation
/* ------------------------------------------------------ */
header {
	position: relative;
	z-index: 100;
	overflow: hidden;
	min-width: 960px;
	height: 55px;
	background-color: #545454;
}
nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 960px;
	height: 1em;
	margin: auto;
	line-height: 1em;
}
nav ul{
	text-align: center;
}
nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0.1em 3em;
}
nav li#tes {
margin-left:0px;
list-style-type: none;
}

nav li + li:before {
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
	position: absolute;
	top: 0.3em;
	margin-left: -3.3em;
	background-color: #18afe6;
}
nav li a {
	display: inline;
}
nav li a,
nav li a:visited,
nav li a:focus {
	color: #FFF;
	text-decoration:none;
}
nav li a:hover {
	color: #18afe6;
	text-decoration: none;
}
nav li.current a {
	color: #18afe6;
	cursor: default;
}

/* ------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------ */
footer {
	position: relative;
	z-index: 90;
	min-width: 960px;
	height: 25px;
	text-align: center;
	font-size: 87.5%;/* 14px */
	line-height: 1em;
	letter-spacing: 0.15em;
	color: #717171;
	text-shadow: -1px -1px 1px #fff, -1px -1px 1px #fff, 2px 1px 0px #FFF;
	behavior: url("/css/PIE.htc");
}

/* ------------------------------------------------------ */
/* contents 
/* ------------------------------------------------------ */
#wrapper {
	min-width: 960px;
	min-height: 650px;
	height: 100%;
	margin-top: -55px;
	margin-bottom: -25px;
	text-align: center;
}
#wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -0.25em;
}
#inner {/* 960px * 690px */
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 540px;
	height: 555px;
	padding: 65px 210px 30px 210px;
	text-align: left;
}

/* Logo
--------------------------- */
#logo {
	position: absolute;
	z-index: 80;
	top: 420px;
	left: 730px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
	background-color: #FFF;
}
#logo h1 {
	text-align: center;
	padding-top: 18px;
}

/* Contents area
--------------------------- */
#contents {
	position: relative;
	overflow:hidden;
	width: 540px;
	height: 540px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
	background-color: #FFF;
}
#contents_body {
	width: 540px;
}
.content {
	position: static!important;
	overflow:hidden;
	height: 440px;
	padding-top: 100px;
}

/* ------------------------------------------------------ */
/* ホーム
--------------------------------------------------------- */
#content_home h2 {
	padding: 47px 31px 0 0;
	margin-bottom: 20px;
}
#content_home p {
	padding: 0 95px 1.2em 95px;
	letter-spacing: -0.12em;
}

/* ------------------------------------------------------ */
/* 会社概要
--------------------------------------------------------- */
#content_about {
	width:440px!important;
	margin: 0 auto;
}
#content_about h2 {
	margin-bottom: 40px;
}

#content_about dl {
	overflow: hidden;
	zoom: 1;
	padding: 0 5px;
}
#content_about dt {
	clear: left;
	float: left;
	width: 7.2em;
}
#content_about dt:before {
	content: "●";
	margin-right: 0.5em;
	color: #18afe6;
}
#content_about dd {
	padding-left:7.2em;
	margin-bottom: 0.9em;
	border-bottom: 1px solid #18afe6;
}
#content_about dd:last-child {
	border: none;
}

/* ------------------------------------------------------ */
/* いままでのお仕事
--------------------------------------------------------- */
#content_works h2 {
	margin-bottom: 25px;
}
#works_list ul {
	width:440px;
	/*margin: 0 50px;*/
	font-size: 0px;
}
#works_list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 100px;
	margin: 0 5px 8px 5px;
	font-size: 0.75rem;/* 12px */
	line-height: 1.25em;
	text-align: center;
	letter-spacing: -0.1em;
}
#works_list li a {
	color: #666;
}
#works_list li a:hover {
	color: #18afe6;
	text-decoration: none;
}
#works_list li a:focus {
	/*outline: 0;*/
}
#works_list li .img {
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-bottom: 4px;
	box-shadow: inset 0 0 0 2px #CCC;
	-moz-box-shadow: inset 0 0 0 2px #CCC;
	-webkit-box-shadow: inset 0 0 0 2px #CCC;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
}
#works_list li a .img {
	display: block;
	overflow: hidden;
	width: 96px;
	height: 96px;
	border: 2px solid #18afe6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
	zoom: 1;
}
#works_list li a .img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* ------------------------------------------------------ */
/* お仕事詳細
--------------------------------------------------------- */
#works_details {
	position: relative;
	overflow: hidden;
	width: 540px;
	height: 540px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url("/css/PIE.htc");
	background: #fff url(/images/nav_close.png) no-repeat center 8px;
}
#works_details_inner {
	overflow: hidden;
	width: 540px;
	height: 505px;
	margin-top:35px;
	color: #fff;
	background-color: #18afe6;
}
#works_details article {
	position: static!important;
	overflow: hidden;
	width: 360px;
	height: 450px;
	/*margin: 55px 90px 0px 90px;*/
	margin: 55px 0 0 0;
}
#works_details article h2 {
	padding: 0 0 0.3em;
	margin: 1em 0 0 0;
	border-bottom: 2px solid #FFF;
	font-size: 112.5%;/* 18px */
	line-height: 1.3em;
	font-weight: normal;
	color: #FFF;
}
#works_details article p {
	padding: 1em 10px 0 10px;
	font-size: 87.5%;/* 14px */
	line-height: 1.45em;
}

/* ------------------------------------------------------ */
/* 取引実績
--------------------------------------------------------- */
#content_trading {
	width:440px!important;
	margin: 0 auto;
}
#content_trading h2 {
	margin-bottom: 35px;
}
#content_trading table {
	width: 100%;
	margin-right:5%;
	margin-left:5%;
	padding:0px;
	border-collapse: collapse;
}
#content_trading td{
	width: 50%;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
}
#content_trading p{
	font-size: 12px;
}


/* ------------------------------------------------------ */
/* お問い合わせ
--------------------------------------------------------- */
#content_contact {
	width: 340px!important;
	margin: 0 auto;
	font-size: 87.5%;/* 14px */
	line-height: 1.35em;
}
#content_contact h2 {
	margin-bottom: 20px;
}
#content_contact p.note {
	font-size: 85%;/* 12px */
}

/* フォーム */
#contact_form {
	margin-top: 3px;
	padding-top: 12px;
	/*border-top: 1px dotted #999;*/
}
#contact_form input,
#contact_form textarea {
	border: 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 100%;
	line-height: 1.3em;
}
#contact_form .row {
	margin-bottom: 12px;
}
#contact_form .row input,
#contact_form .row textarea {
	width: 330px;
	padding: 1px 4px;
	border: solid 1px #ccc;
	color: #666;
	background-color: #f7f9fa;
}
#contact_form textarea {
	resize: none;
}
#contact_form input:focus,
#contact_form textarea:focus {
	border-color: #3bbeed;
}
#contact_form .buttons {
	text-align: center;
}
#contact_form .buttons input {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 1.6em;
	padding: 0 1.5em;
	margin: 0px 5px;
	border-bottom: 2px solid #3e98d3;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.6em;
	background-color: #18afe6;
	cursor:pointer;
}
#contact_form .buttons input:hover,
#contact_form .buttons input:disabled {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* 入力エラー表示 */
#contact_form label span.error {
	padding-left: 0.1em;
	color: #f00;
	font-size: 85%;/* 12px */
	line-height: 1.25em;
	letter-spacing: -0.08em;
}

/* 確認画面 */
#contact_form p.confirm,
#contact_form textarea.confirm,
#contact_form textarea.confirm:focus {
	padding: 2px 5px 1px 5px;
	border: 0;
	line-height: 1.3em;
	background-color: #fff;
}
#contact_form p.confirm {
	border-bottom: 1px dotted #ccc;
}
#contact_form textarea.confirm:disabled {
	opacity: 1!important;
	-webkit-text-fill-color:#666;
}

/* 完了画面 */
#form_compelte {
	padding-top: 15px;
}


/* ------------------------------------------------------
/* Slider controlls
/* ------------------------------------------------------
/* bxSlider.js
--------------------------------------------------------- */
.bx-wrapper {
	position: relative;
	*zoom: 1;
}
.bx-controls-direction .disabled {
	display: none;
}

/* controlls 
    for contents slider
--------------------------- */
.contents_body-bx-controls .bx-controls-direction div {
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 1000;
}
.contents_body-bx-controls .bx-prev {
	top: 0;
}
.contents_body-bx-controls .bx-next {
	bottom: 0;
}
.contents_body-bx-controls a {
	display: block;
	width: 100px;
	height: 35px;
	margin: 0 auto;
	text-indent: -9999px;
	outline: 0;	
}
.contents_body-bx-controls .bx-prev a {
	background: url(/images/nav_slide_up.png) no-repeat center 10px;
}
.contents_body-bx-controls .bx-next a {
	background: url(/images/nav_slide_down.png) no-repeat center 0px;
}
.contents_body-bx-controls a:hover {
	opacity: 0.75;
}

/* controlls 
    for works slider
--------------------------- */
.works_list-bx-controls .bx-controls-direction div,
.works-bx-controls .bx-controls-direction div {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1000;
}
.works_list-bx-controls .bx-prev {
	left: -50px;
}
.works_list-bx-controls .bx-next {
	right: -50px;
}
.works_list-bx-controls a,
.works-bx-controls a {
	display: block;
	width: 24px;
	height: 48px;
	margin-top: 67px;
	padding: 20px 5px;
	text-indent: -9999px;
	outline: 0;
}
.works_list-bx-controls .bx-prev a,
.works-bx-controls .bx-prev a {
	background: url(/images/nav_slide_left.png) no-repeat right center;
}
.works_list-bx-controls .bx-next a,
.works-bx-controls .bx-next a {
	background: url(/images/nav_slide_right.png) no-repeat left center;
}
.works_list-bx-controls a:hover,
.works-bx-controls a:hover {
	opacity: 0.75;
}

/* works details
--------------------------- */
.works-bx-controls .bx-controls-direction div {
	z-index: 10000;
}
.works-bx-controls a {
	margin-top: 191px;
}
.works-bx-controls .bx-prev {
	left: -90px;
}
.works-bx-controls .bx-next {
	right: -90px;
}


/* ------------------------------------------------------
/* Modal window / お仕事詳細
/* ------------------------------------------------------
/* colorbox.js
--------------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity:0.75; filter: alpha(opacity = 75);}
#colorbox{outline:0; overflow:hidden; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 15px -4px; -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 15px -4px; -moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 15px -4px; behavior: url("/css/PIE.htc");}
	#cboxContent{}
		.cboxIframe{padding:0;}
		#cboxError{padding-top:250px; text-align:center;}
		#cboxLoadedContent{background:#18afe6;}
		#cboxLoadingGraphic{background:url(/images/loading_bl.gif) no-repeat center center;}
		#cboxLoadingOverlay{background:#18afe6;}
		/*#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
		#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
		*/
		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
		/*#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
		/*#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
		/*#cboxPrevious{background-position:0px 0px; right:44px;}
		#cboxPrevious:hover{background-position:0px -25px;}
		#cboxNext{background-position:-25px 0px; right:22px;}
		#cboxNext:hover{background-position:-25px -25px;}
		#cboxClose{background-position:-50px 0px; right:0;}
		#cboxClose:hover{background-position:-50px -25px;}
		.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
		.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
		.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
		.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
		.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}*/

/* controlls 
--------------------------- */
#cboxClose {
	position: absolute;
	top: 3px;
	left: 240px;
	width: 60px;
	height: 32px;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background:none;
}
#cboxClose:active {outline:0;}



