@charset "utf-8";

body {
	text-align: left !important;
	font-size: 10pt;
	line-height: 1.8;
	font-family: Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

body p {
	text-align: justify;
}

header#header {
	width: 100%;
	height: 59px;
	position: fixed;
	top: 0;
	background: #000;
}

header#header div.headbody {
	width: 700px;
	height: 59px;
	margin: 0 auto;
	padding: 0;
}

header#header div.headbody div {
	width: 100%;
	height: 59px;
	margin: 0 10px;
	position: relative;
}

header#header div.headbody h1 {
	height: 19px;
	margin: 20px 0 20px -460px;
	position: absolute;
	left: 50%;
}

header#header div.headbody h2 {
	height: 31px;
	margin: 14px 0px 14px 180px;
	position: absolute;
	left:0;
}

header#header div.headbody div.dev {
	width: 950px;
	position: fixed;
}

header#header div.headbody div.dev h1 {
	height: 42px;
	margin: 8px 15px 9px 0;
	padding: 0;
	position: relative;
	left: 0;
	float: left;
}

header#header div.headbody p.back {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	float:right;
	margin: 9px 0 0 0;
}

header#header div.headbody p.back a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-algin: middle;
	font-size: 16pt;
	display: block;
	text-decoration: none;
	color: #ccc;
	background: #000;
	border: 1px solid #000;
	border-radius: 2px;
}

header#header div.headbody p.back a:hover {
	color: #fff;
	background: #ccc;
	border: solid 1px #777;
}

#globalnavi {
	width: 100%;
	margin: 60px 0 0 0;
	border-bottom: solid 1px #e5e5e5;
}

#globalnavi > nav {
	height: 80px;
	position: relative;
}

#globalnavi > nav > h1 {
	width: 77px;
	height: 80px;
	background-image: url("../img/h1_dp0q_logo.png");
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
	margin: 0 0 0 -470px;
	position: absolute;
	left: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#globalnavi > nav > h1 a {
	width: 77px;
	height: 80px;
	display: block;
}

#globalnavi > nav ul {
	margin: 0 -460px 0 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -0.4em;
	position: absolute;
	right: 50%;
  bottom: -1px;
}

#globalnavi > nav ul li {
	margin: 0 -1px 0 0;
	font-size: 12px;
	letter-spacing: 0em;
	background: #fff;
	float: left;
	border: solid 1px #e5e5e5;
}

#globalnavi > nav ul li#active {
	border-bottom: solid 1px #fff;
}

#globalnavi > nav ul li a, #globalnavi > nav ul li span {
	padding: 15px 22px 14px 22px;
	display: block;
}

#globalnavi > nav ul li a {
	text-decoration: none;
}

#globalnavi > nav ul li a:hover {
	opacity: 0.5;
}

#globalnavi > nav ul li span {
	color: #ccc;
}

/*
article#body {
	margin-top: 60px;
}
*/

#top_index {
	width: 920px;
	margin: 20px auto; 0 auto;
}

#slash {
	width: 920px;
	margin: 20px auto 120px auto;
	text-align: left;
}

#concept {
	width: 920px;
	margin: 0 auto 50px auto;
}

#concept > div {
	padding: 40px 0;
	border-bottom: solid 1px #e5e5e5;
}

#concept > div > div {
	width: 500px;
	height: 440px;
}

#concept h3 {
	font-weight: bold;
	text-indent: -0.5em;
}

#body p {
	font-size: 12pt;
	text-align: justify;
}

div.control {
	position: relative;
}

div.control ul {
	height: 2em;
	margin: 50px auto;
	padding: 0;
	list-style: none;
	text-align: center;
	float:left;
	position: relative;
	left: 50%;
}

div.control ul li {
	margin: 0 3px;
	border: solid 1px #999;
	border-radius: 3px;
	float: left;
	position: relative;
	left: -50%;
}

div.control ul li a {
	padding: 5px 10px 5px 10px;
	color: #777;
	text-decoration: none;
	display: block;
}
div.control ul li:hover {
	background: #ccc;
}

div.control ul li.active {
	background: #ccc;
}

div.control ul li.active a {
	color: #333;
}

div.control ul li.active:hover {
	background: #aaa;
}


#sub > ul > li.dp0q_concept > a {
	background-image: url("../img/top_index_sub_001.jpg");
}

#sub > ul > li.dp0q_inside-story > a {
	background-image: url("../img/top_index_sub_002.jpg");
}

#sub > ul > li.dp0q_specifications > a {
	background-image: url("../img/top_index_sub_003.jpg");
}

#sub > ul > li.dp0q_accessories > a {
	background-image: url("../img/top_index_sub_004.jpg");
}

#company > ul > li.slash > a {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("../img/top_index_company_001.jpg");
	background-origin: padding-box;
	background-position: 56px 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

#company > ul > li.photos > a {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("../img/top_index_company_002.jpg");
	background-origin: padding-box;
	background-position: 56px 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

#sub > ul > li > span {
	color: #999999;
	cursor: default;
	background-image: url("http://www.sigma-global.com/common/images/main-nav_about_core-technology.gif");
}


ul#sample_photos {
	margin: 50px 0;
	padding; 0;
	list-style: none;
	clear: both;
}

ul#sample_photos li {
	width: 230px;
	height: 280px;
	margin: 0 6px 10px 0;
	padding: 0;
	float: left;
}

ul#sample_photos li.active {
	opacity: 0.8;
}

ul#sample_photos li a {
}

ul#sample_photos li a:hover {
	opacity: 0.5;
}

ul#sample_photos li a img {
	width: 230px;
	height: 230px;
}

#body section#dp2 {
	height: 100px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

#body section#dp2 > ul {
	list-style: none;
	text-align: center;
	float: left;
	position: relative;
  left: 50%;
}

#body section#dp2 > ul > li {
	margin: 0 10px;
	position: relative;
  left: -50%;
	float: left;
}

#body section#dp2 > ul > li > .download {
	background-image: url("http://www.sigma-global.com/common/images/icon_download.png");
	background-origin: padding-box;
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: auto auto;
	border: solid 1px #e5e5e5;
	display: block;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 35px;
	text-align: center;
	text-decoration: none;
}

#dev {
	width: 920px;
	margin: 50px auto;
	padding: 0;
	text-align: left;
}

#dev .dev_text ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 20px;
}

#dev .dev_text ul li {
	margin-bottom: 5px;
}

#dev .dev_text ol {
	list-style-type: decimal;
	margin-top: 5px;
	padding-left: 20px;
}

#dev .dev_text ol li {
	margin-bottom: 5px;
}

div.dev_text {
	width: 878px;
	margin: 30px 0;
	padding: 20px;
	border: solid 1px #aaa;
}

div.dev_text p {
	margin-bottom: 20px;
}

#dev .dev_photo ul {
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

#dev .dev_photo ul li {
	width: 300px; 
	margin: 0 10px 10px 0;
	line-height: 3em;
	vertical-align: middle;
	float: left;
}

#dev .dev_photo ul li.end {
	margin: 0;
}

#dev .dev_photo ul li a {
	text-decoration: none;
}

#dev .dev_photo ul li a:hover {
	text-decoration: underline;
}

#dev .dev_photo ul li span {
	width: 300px;
	height: 200px;
	text-align: center;
	background: #eee;
	display: block;
}

#dev .dev_photo ul li span:hover {
	opacity: 0.5;
}

#slash {}

#slash h2 {
	height: 25px;
	margin: 65px 0 15px 0;
}

#slash h2 > span {
	margin-left: 20px;
	line-height: 25px;
	vartical-align: bottom;
	display: inline-block;
}

#slash_episode {
	margin: 0;
	padding: 0;
}

#slash_episode > ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

#slash_episode > ul > li {
	width: 459px;
	height: 120px;
	margin: 0;
	padding: 0;
	color: #7f7f7f;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #e5e5e5;
	float: left;
}

#slash_episode > ul > li.slash_episode1 > a {
	background-image: url("../img/slash_episode1.jpg");
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 56px 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

#slash_episode > ul > li.slash_episode2 > a {
	background-image: url("../img/slash_episode2.jpg");
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 56px 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	border-left: none;
}

#slash_episode > ul > li.slash_episode3 {
	border-bottom: none;
	clear: both;
}

#slash_episode > ul > li.slash_episode3 > a {
	background-image: url("../img/slash_episode3.jpg");
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 56px 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	/* opacity: 0.6; */
}

#slash_episode > ul > li > a {
	width: 203px;
	height: 80px;
	margin: 20px 0;
	padding: 0 36px 0 220px;
	font-size: 9pt;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}

#slash_episode > ul > li > a:hover {
	color: #555;
	opacity: 0.6;
}

#slash_episode > ul > li > a > span {
	margin-top: 12px;
	display: block;
	line-height: 1.4em;
}

#slash_episode > ul > li > a > label {
	font-weight: normal;
	margin-left: 20px;
}


#insidestory {
	width: 920px;
	margin: 20px auto 120px auto;
	text-align: left;
	line-height: 2em;
}

#insidestory .section1 {
	padding: 85px 0 75px 0;
	border-bottom: solid 1px #e5e5e5;
}

#insidestory .section1 h2 {
	float: left;
}

#insidestory .section1 p {
	width: 612px;
	float: right;
}

#insidestory .section2 {
	padding: 85px 0 75px 0;
	border-bottom: solid 1px #e5e5e5;
	clear: both;
}

#insidestory .section2 h2 {
	margin-bottom: 75px;
	padding: 0;
	text-align: center;
}

#insidestory .section2 p {
	width: 420px; 
	float: left;
}

#insidestory .section2 div.photo {
	padding: 5px 65px 0 0;
	line-height: 1.4em;
	text-align: right;
	float: right;
}

#insidestory .section2 div.photo img {
	margin-bottom: 18px;
}

#insidestory .section3 {
	padding: 85px 0 75px 0;
	clear: both;
}

#insidestory .section3 h2 {
	margin-bottom: 75px;
	padding: 0;
	text-align: center;
}

#insidestory .section3 p {
	width: 420px;
	margin-right: 60px;
	float: right;
}

#insidestory .section3 div.photo {
	padding: 5px 0 0 43px;
	line-height: 1.4em;
	text-align: right;
	float: left;
}

#insidestory .section3 div.photo img {
	margin-bottom: 18px;
}

/* -----------------------

#insidestory .section2 {
	padding: 85px 0 75px 0;
	border-bottom: solid 1px #e5e5e5;
	clear: both;
}

#insidestory .section2 h2 {
	margin-bottom: 75px;
	padding: 0;
	text-align: center;
}

#insidestory .section2 p {
	width: 500px; 
	float: left;
}

#insidestory .section2 div.photo {
	padding: 5px 0 0 0;
	line-height: 1.4em;
	text-align: right;
	float: right;
}

#insidestory .section2 div.photo img {
	margin-bottom: 18px;
}

#insidestory .section3 {
	padding: 85px 0 75px 0;
	clear: both;
}

#insidestory .section3 h2 {
	margin-bottom: 75px;
	padding: 0;
	text-align: center;
}

#insidestory .section3 p {
	width: 500px;
	margin-right: 0;
	float: right;
}

#insidestory .section3 div.photo {
	padding: 5px 0 0 0;
	line-height: 1.4em;
	text-align: right;
	float: left;
}

#insidestory .section3 div.photo img {
	margin-bottom: 18px;
}

----------------------- */

#insidestory .section4 {
	margin-top: 70px;
	padding-bottom: 70px;
}

#insidestory .section4 h2 {
	float: right;
}

#insidestory .section4 p.s4_1 {
	width: 430px;
	float: left;
}

#insidestory .section4 p.s4_2 {
	width: 430px;
	margin-top: 40px;
	float: left;
	clear: both;
}

#insidestory .section4 p.s4_3 {
	width: 430px;
	margin-top: 40px;
	float: right;
}

#insidestory .section5 {
	margin-top: 65px;
	padding-bottom: 80px;
}

#insidestory .section5 h2 {
	margin-bottom: 60px;
	text-align: center;
}

#insidestory .section5 p {
	margin: 0 70px;
}



/* end of files */
