@charset "UTF-8";


/* ==========================================================================
COMMON
========================================================================== */

/* Google Fonts
============================================================ */
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");

/* DF Fonts
============================================================ */
@font-face {
	font-family: 'dffont';
	src:url("../fonts/dffont.eot?-iur35j");
	src:url("../fonts/dffont.eot?#iefix-iur35j") format('embedded-opentype'),
		url("../fonts/dffont.ttf?-iur35j") format('truetype'),
		url("../fonts/dffont.woff?-iur35j") format('woff'),
		url("../fonts/dffont.svg?-iur35j#dffont") format('svg');
	font-weight: normal;
	font-style: normal;
}


/* layout
============================================================ */
html, body {
	height: 100%;
}
#g-header {
	width: 100%;
    height:75px;
        
}
#wrapper {
	overflow-x: hidden;
	width: 100%;
}
#g_footer {
	width: 100%;
}


/* parts
============================================================ */

::-moz-selection {
	color: rgb(50, 250, 50);
	background: rgb(0, 0, 200);
	text-shadow: none;
}
:selection {
	color: rgb(50, 250, 50);
	background: rgb(0, 0, 200);
	text-shadow: none;
}
::selection {
	color: rgb(50, 250, 50);
	background: rgb(0, 0, 200);
	text-shadow: none;
}
section:after {
	display: block;
	clear: both;
	content: '';
}
p {
	line-height: 165%;
	margin: 0 0 10px;
}
hr {
	clear: both;
	max-width: 980px;
	height: 1px;
	margin: 0 auto;
	border: none;
	border-top: 1px dotted rgb(225, 225, 225);
}

/* link */
a {
	position: relative;
	z-index: 2;
	color: rgb(70, 120, 180);
	border-bottom: rgb(255, 255, 255) 1px solid;
}
a:hover, a:focus {
	text-decoration: none;
	color: rgb(120, 150, 200);
	border-bottom: rgb(120, 150, 200) 1px solid;
}
.blank:after, #news-list a[target='_blank']:after {
	font: normal normal normal 14px/1 'dffont';
	display: inline-block;
	padding-left: 3px;
	content: '\e613';
	transition: all 0.3s ease-in-out;
	color: rgb(200, 200, 200);
	text-shadow: none;
}
.blank:hover:after, #news-list a[target='_blank']:hover:after {
	transition: all 0.3s ease-in-out;
	color: rgb(70, 180, 200);
}

a.more {
	font-size: 11px;
	padding: 3px 5px 3px;
}
a.more:before {
	font: normal normal normal 11px/1 'dffont';
	display: inline;
	padding-right: 3px;
	content: '\e609';
	text-shadow: none;
}

.asterisk {
	font-size: 12px;
	font-weight: 700;
	margin: 0 5px;
	color: rgb(119, 119, 119);
}


/* button */
.btn {
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	letter-spacing: 3px;
	color: rgb(100, 100, 100);
	border: solid 1px rgb(225, 225, 225);
	border-bottom: none;
	border-radius: 2px;
	background: rgb(255, 255, 255) url(../images/bg_normal_01.png) left bottom repeat-x;
	text-shadow: 0 1px 1px rgba(0, 0, 100, 0.2);
}
.btn:hover, .btn:focus {
	transition: all 0.3s ease-in-out;
	color: rgb(50, 50, 50);
	border: solid 1px rgb(225, 225, 225);
	border-bottom: none;
	background: rgb(245, 245, 245) url(../images/bg_hover_01.png) left bottom repeat-x;
}

.btn.btn-next:before {
	font: normal normal normal 11px/1 'dffont';
	display: inline;
	padding-right: 3px;
	content: '\e609';
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}

.btn.btn-btn-below:hover:before, .btn.btn-next:focus:before {
	transition: all 0.3s ease-in-out;
	color: rgb(70, 180, 200);
}
.btn.btn-below:before {
	font: normal normal normal 11px/1 'dffont';
	display: inline;
	padding-right: 3px;
	content: '\e611';
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}
.btn.btn-below:hover:before, .btn.btn-next:focus:before {
	transition: all 0.3s ease-in-out;
	color: rgb(70, 180, 200);
}

.btn-label {
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	border-radius: 0.25em;
	background-color: rgb(100, 100, 100);
}
.btn-label:hover {
	color: rgb(255, 255, 255);
	border: 0;
	background-color: rgb(70, 180, 200);
}


/* title */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	color: rgb(50, 50, 50);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.title {
	font-size: 17px;
	font-weight: 400;
	line-height: 130%;
	margin: 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.title-page-wrap {
	border-bottom: 1px solid rgb(225, 225, 225);
}
.title-page {
	font-size: 27px;
	font-weight: 400;
	line-height: 100%;
	height: 55px;
	margin: 0 auto 10px;
	padding-top: 20px;
	text-align: center;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.title-page span {
	font-size: 13px;
	font-weight: 900;
	padding: 5px 0 0 10px;
	text-indent: 2px;
	letter-spacing: 5px;
	color: rgb(170, 170, 170);
	text-shadow: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.title-section {
	font-size: 21px;
	line-height: 125%;
	margin-bottom: 20px;
    margin-top:100px;
	padding-bottom: 4px;
	border-bottom: 3px solid rgb(250, 150, 50);
	box-shadow: 0 4px 2px -3px rgba(100, 100, 100, 0.3);
}
.title-section span {
	font-size: 11px;
	font-weight: 900;
	line-height: 100%;
	display: block;
	padding: 5px 0 0;
	text-indent: 2px;
	letter-spacing: 5px;
	color: rgb(170, 170, 170);
	text-shadow: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.title-section > small {
	line-height: 100%;
	padding: 5px 10px 0;
	letter-spacing: 1px;
	color: rgb(170, 170, 170);
	text-shadow: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.title-item {
	font-size: 15px;
	line-height: 125%;
	margin-bottom: 3px;
	color: rgb(100, 100, 100);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}


/* list */
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list li {
	position: relative;
	margin: 5px 22px;
}
.item-list li:before {
	font: normal normal normal 18px/1 'dffont';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -9px 0 0 -22px;
	content: '\e625';
	color: rgb(70, 120, 180);
}
.item-list li .title {
	font-size: 14px;
}
.item-list li .title small {
	font-size: 13px;
	padding: 0 6px;
}
table td ul {
	margin-bottom: 10px;
}
table td ul li {
	margin-bottom: 2px;
}
table td ul li ul {
	margin-bottom: 15px;
}
table td ul li ul li {
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
table td ul li ul li:before {
	content: '・';
	font-weight: 700;
}
table td ul li h4 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-shadow: none;
}


/* table */
table {
	border-color: rgb(220, 220, 220);
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
table tr:last-child td {
	border-bottom: 1px solid rgb(220, 220, 220);
}
.table-responsive::-webkit-scrollbar{
	width: 5px;
	background: rgb(210, 255, 210);
}
.table-responsive::-webkit-scrollbar:horizontal{
	height: 5px;
	background: rgb(210, 240, 255);
}
.table-responsive::-webkit-scrollbar-thumb{
	background: rgb(70, 200, 85);
	border-radius: 2px;
}
.table-responsive::-webkit-scrollbar-thumb:horizontal{
	background: rgb(70, 180, 200);
	border-radius: 2px;
}
table .banner {
	max-width: 165px;
	height: auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid rgb(220, 220, 220);
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgb(245, 245, 245);
}
.table-df > tbody tr th {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(245, 245, 245);
}
.table-df > tbody tr th.df {
	line-height: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(70, 120, 180);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.table-df > tbody tr th.df span {
	position: relative;
	margin-left: 40px;
}
.table-df > tbody tr th.df span:before {
	font: normal normal normal 35px/1 'dffont';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -17px 0 0 -40px;
	content: '\e600';
}
.table-df > tbody tr > td {
	background-color: rgb(240, 240, 250);
}
.table-df .dark {
	background-color: rgb(230, 230, 250);
}
.table-df > tbody tr > td:first-child {
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: rgb(255, 255, 255) !important;
}
.table-df > tbody tr > td:first-child:after {
	font: normal normal normal 35px/1 'dffont';
	position: absolute;
	bottom: 5px;
	left: 50%;
	display: block;
	margin-left: -17px;
	content: '\e611';
	color: rgb(220, 220, 220);
}
.table-df > tbody tr > td.last:first-child:after {
	display: none;
}
.table-df p {
	display: table-cell;
	padding-right: 10px;
}
.table-df .member {
	display: table-cell;
	width: 120px;
	text-align: center;
	border-left: 1px solid rgb(221, 221, 221);
}
.table-df .member li {
	font-size: 9px;
	margin-bottom: 10px;
}
.table-df .member li:before {
	font: normal normal normal 30px/1 'dffont';
	display: block;
	content: '\f007';
	color: rgb(250, 150, 50);
	text-align: center;
}
.table-df .member li.subleader:before {
	color: rgb(0, 50, 200);
}
.table-df .member li.tester:before {
	content: '\f007';
	color: rgb(0, 150, 50);
}
.table-df .member li.twotester:before {
	content: '\f007  \f007';
	color: rgb(0, 150, 50);
}
.table-df .member li.manytester:before {
	content: '\f0c0  \f0c0';
	color: rgb(0, 150, 50);
}

table caption {
	caption-side: bottom;
}
table caption li:before {
	display: none;
}


/* ruby */
ruby.field {
	font-size: 18px;
	ruby-align: distribute-letter;
	ruby-overhang: whitespace;
	padding: 0 5px;
	color: rgb(30, 80, 160);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
ruby.field rt {
	letter-spacing: -0.1em;
	color: rgb(0, 160, 80);
}


/* ==========================================================================
COMMON AREA
========================================================================== */
/* g-header
============================================================ */
header#g-header nav.navbar {
	margin-bottom: 0;
	border: 0;
	background: rgb(255, 255, 255) url(../images/bg_normal_01.png) left bottom repeat-x;
	box-shadow: 0 5px 20px -3px rgba(100, 100, 100, 0.7);
}
header#g-header .navbar-brand {
	height: inherit;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	border: none;
}
header#g-header .navbar-brand img {
	width: auto;
	height: 40px;
}


/* g-navbar-collapse
------------------------------------------------------------ */
ul.nav.nav-common {
	border: 0;
}
#sidebar ul.nav.nav-common {
	margin-bottom: 40px;
}
ul.nav.nav-common > li {
	margin: 0;
	min-width: 155px;
}
ul.nav.nav-common a {
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
	text-align: left;
	letter-spacing: 2px;
	color: rgb(70, 70, 70);
	border: 0;
	padding-right: 0;
	border-radius: 0;
	background: rgb(255, 255, 255) url(../images/bg_normal_01.png) left bottom repeat-x;
	text-shadow: 0 1px 1px rgba(0, 0, 100, 0.2);
}
#sidebar ul.nav.nav-common a {
	font-weight: 400;
}
#g-navbar-collapse ul.nav.nav-common > li.contact {
	background: transparent url(../images/bg_notable_01.png) repeat !important;
}
#g-navbar-collapse ul.nav.nav-common > li.contact a {
	background-color: transparent;
}
ul.nav.nav-common > li > a {
	display: block;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#g-navbar-collapse ul.nav.nav-common > li > a {
	height: 65px;
	padding-top: 19px;
	border: 0;
	border-left: solid 1px rgb(225, 225, 225);
}
#g-navbar-collapse ul.nav.nav-common > li:last-child > a {
	border-right: solid 1px rgb(225, 225, 225);
}
#sidebar ul.nav.nav-common > li:first-child > a {
	border-top: solid 1px rgb(225, 225, 225);
}
ul.nav.nav-common li.active > a {
	background: rgb(245, 245, 245) url(../images/bg_active_01.png) left bottom repeat-x;
}
#sidebar ul.nav.nav-common li.active > a {
	background: rgb(245, 245, 245) url(../images/bg_active_01.png) left bottom repeat-x;
}
#sidebar ul.nav.nav-common li.active > a:before {
	color: rgb(150, 150, 150);
}
ul.nav.nav-common > li > a:hover {
	border: 0;
	border-left: solid 1px rgb(225, 225, 225);
}
#sidebar ul.nav.nav-common li a, #sidebar ul.nav.nav-common li.active a {
	display: block !important;
	padding: 10px 15px 12px 15px;
	border-right: solid 1px rgb(225, 225, 225) !important;
	border-left: solid 1px rgb(225, 225, 225) !important;
}
#sidebar ul.nav.nav-common ul li a, #sidebar ul.nav.nav-common ul li.active a {
	padding: 10px 15px 12px 45px !important;
}
ul.nav.nav-common > li > a:before {
	font: normal normal normal 22px/1 'dffont';
	display: block;
	float: left;
	padding-right: 3px;
	content: '\e609';
	transition: all 0.3s ease-in-out;
	color: rgb(210, 210, 210);
	text-shadow: none;
}
#sidebar ul.nav.nav-common > li > a:before {
	margin-top: -5px;
}
#g-navbar-collapse ul.nav.nav-common > li > a > span {
	letter-spacing: 3px;
}
ul.nav.nav-common > li.top > a:before {
	content: '\e600';
}
ul.nav.nav-common > li.services > a:before {
	content: '\e625';
}
ul.nav.nav-common > li.aboutus > a:before {
	font-size: 18px;
	margin-top: 2px;
	content: '\e62c';
}
ul.nav.nav-common > li.contact > a:before {
	font-size: 19px;
	margin-top: 2px;
	content: '\e615';
}
#sidebar ul.nav.nav-common > li.services > a:before {
	padding-right: 7px;
}
#sidebar ul.nav.nav-common > li.aboutus > a:before {
	padding-right: 13px;
}
#sidebar ul.nav.nav-common > li.contact > a:before {
	padding-right: 10px;
}
#g-navbar-collapse ul.nav.nav-common > li > a > span > span {
	letter-spacing: 5px;
}
#g-navbar-collapse ul.nav.nav-common > li > a > span {
	display: block;
}
ul.nav.nav-common > li a:hover, ul.nav.nav-common > li a:focus {
	transition: all 0.3s ease-in-out;
	color: rgb(50, 50, 50);
	background: rgb(245, 245, 245) url(../images/bg_hover_01.png) left bottom repeat-x;
}
ul.nav.nav-common > li a:hover:before, ul.nav.nav-common li a:focus:before {
	transition: all 0.3s ease-in-out;
	color: rgb(150, 150, 150);
}
ul.nav.nav-common li a span span {
	font-size: 9px;
	letter-spacing: 2px;
	color: rgb(150, 150, 150);
}
#g-navbar-collapse ul.nav.nav-common li a span span {
	display: block;
	margin-top: 1px;
	text-indent: 2px;
}
ul.nav.nav-common li ul {
	right: 0;
	left: 0;
	margin-top: 0;
	padding: 0;
	border: 0;
}
ul.nav.nav-common > li:hover > ul {
	display: block;
	min-width: 200px;
	box-shadow: 0 5px 20px -3px rgba(100, 100, 100, 0.7);
}
#sidebar ul.nav.nav-common > li:hover > ul {
	box-shadow: none;
}
ul.nav.nav-common ul li {
	margin: 0;
}
ul.nav.nav-common ul li a {
	padding: 12px 15px 15px;
	letter-spacing: 1px;
	border-right: solid 1px rgb(225, 225, 225);
	border-left: solid 1px rgb(225, 225, 225);
}
#sidebar ul.nav.nav-common ul li a {
	font-weight: 400;
	display: block;
	padding: 11px 15px 12px 46px;
	letter-spacing: 1px;
}
ul.nav.nav-common ul li a span {
	font-size: 9px;
	display: inline-block;
	margin-top: 1px;
	padding-left: 3px;
	letter-spacing: 1px;
	color: rgb(150, 150, 150);
}
ul.nav.nav-common ul li a span:before {
	padding-right: 3px;
	content: '|';
	color: rgb(200, 200, 200);
}


/* keyvisual
============================================================ */
/* keyvisual
------------------------------------------------------------ */
.glyphicon {
	font: normal normal normal 22px/1 'dffont';
	line-height: 1;
	position: relative;
	top: 1px;
	display: inline-block;
	margin-top: -11px;
}
.glyphicon-chevron-left:before {
	content: '\e608';
}
.glyphicon-chevron-right:before {
	content: '\e609';
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-left: 5px;
	border-color: rgb(255,255,255);
}
.carousel-indicators li {
	background-color: rgb(100,100,100);
}
.carousel-indicators li.active {
	background-color: rgb(70, 180, 200);
}
.carousel-control {
	width: 10%;
	color: rgb(100, 100, 100);
	text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}
.carousel-control:focus, .carousel-control:hover {
	color: rgb(70, 180, 200);
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
	background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#80FFFFFF', GradientType=1);
	border: 0;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
	background-image: linear-gradient(to right,rgba(255,255,255,.) 0,rgba(255,255,255,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF', endColorstr='#00FFFFFF', GradientType=1);
	border: 0;
}


/* wrapper
============================================================ */
/* wrapper
------------------------------------------------------------ */
#wrapper {
	padding-top: 65px;
	padding-bottom: 20px;
}
#wrapper-inner {
	margin-top: 40px;
}
section {
	margin-top: -80px;
	margin-bottom: 40px;
	padding-top: 80px;
}
.lead {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 40px;
	padding: 0 0 7px;
	color: rgb(100, 100, 100);
	border-bottom: solid 1px rgb(225, 225, 225);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.breadcrumb {
	font-size: 12px;
	margin: 0;
	padding: 7px 2px 5px;
	color: rgb(170, 170, 170);
	background-color: rgb(255, 255, 255);
}
.breadcrumb > li + li:before {
	font: normal normal normal 12px/1 'dffont';
	display: inline-block;
	padding: 0 5px;
	content: '\e609';
	color: rgb(210, 210, 210);
}
.breadcrumb a {
	color: rgb(170, 170, 170);
	display: inline-block;
}
.breadcrumb a:hover, .breadcrumb  a:focus {
	color: rgb(120, 150, 200);
}
.breadcrumb > .active {
	color: rgb(250, 150, 50);
}
.info {
	line-height: 130%;
	position: relative;
	padding-left: 16px;
	color: rgb(120, 120, 120);
}
.info:before {
	font: normal normal normal 14px/1 'dffont';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	content: '\e60b';
	text-shadow: none;
}
.arrow-wrap {
	position: relative;
}
.arrow {
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
}
.arrow.right {
	margin-top: -55px;
	color: rgb(30, 80, 160);
	background-color: rgb(210, 220, 240);
}
.arrow.left {
	margin-top: 20px;
	color: rgb(0, 160, 80);
	background-color: rgb(200, 240, 220);
}
.arrow:after, .arrow:before {
	font: normal normal normal 30px/1 'dffont';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-shadow: none;
}
.arrow.right:after, .arrow.right:before {
	content: '\f178';
}
.arrow.left:after, .arrow.left:before {
	content: '\f177';
}
.arrow:before {
	left: 0;
}
.arrow:after {
	right: 0;
}

.w-box {
	min-width: 4.5em;
	display: inline-block;
}


/* ==========================================================================
NEWS
========================================================================== */
/* news-list
------------------------------------------------------------ */
#news-list {
	margin-bottom: 7px;
}
#news-list > li {
	padding: 5px;
	border-bottom: solid 1px rgb(225, 225, 225);
}
#news-list > li:first-child {
	padding-top: 0;
}
#news-list > li > ul {
	display: table;
}
#news-list > li > ul > li {
	display: table-cell;
}
#news-list li.date {
	font-size: 12px;
	vertical-align: middle;
	color: rgb(170, 170, 170);
}
#news-list li.details {
	line-height: 135%;
	height: 35px;
	vertical-align: middle;
}
#news-list a {
	color: rgb(30, 30, 30);
}
#news-list a:hover {
	text-decoration: none;
	color: rgb(30, 30, 30);
	border-bottom: rgb(50, 50, 50) 1px solid;
}


/* ==========================================================================
BOX-STYLE
========================================================================== */
.box-style h2, .box-style h3 {
	font-size: 22px;
	text-align: center;
	letter-spacing: 4px;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.box-style#development h2, .box-style#development h3 {
	color: rgb(70, 120, 180);
}
.box-style#softwaretest h2, .box-style#softwaretest h3 {
	color: rgb(0, 180, 90);
}
.box-style h2 span, .box-style h3 span {
	font-size: 11px;
	font-weight: 900;
	line-height: 100%;
	display: block;
	padding: 5px 0;
	color: rgb(170, 170, 170);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.box-style#softwaretest h2 span, .box-style#softwaretest h3 span {
	letter-spacing: 3px;
}
.box-style div.inner {
	position: relative;
	padding: 10px 0 120px;
	background-color: rgb(245, 245, 245);
}
.box-style#development div.inner {
	background: rgb(245, 245, 245) url(../images/bg_development_01.png) right bottom no-repeat;
	background-size: contain;
}
.box-style#softwaretest div.inner {
	background: rgb(245, 245, 245) url(../images/bg_softwaretest_01.png) right bottom no-repeat;
	background-size: contain;
}
.box-style div.inner p {
	padding: 0 10px;
}
.box-style div.inner a {
	font-size: 14px;
	font-weight: bold;
	line-height: 135%;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 15px 10px 15px 33px;
	transition: all 0.3s ease-in-out;
	color: rgb(100, 100, 100);
	border: 0;
	background: rgb(255, 255, 255) url(../images/bg_normal_01.png) left bottom repeat-x;
	background: rgba(255, 255, 255, 0.6) url(../images/bg_normal_01.png) left bottom repeat-x;
}
.box-style div.inner a:hover {
	transition: all 0.3s ease-in-out;
	color: rgb(50, 50, 50);
	background: rgb(255, 255, 255) url(../images/bg_hover_01.png) left bottom repeat-x;
	background: rgba(255, 255, 255, 0.8) url(../images/bg_hover_01.png) left bottom repeat-x;
}
.box-style div.inner a:before {
	font: normal normal normal 24px/1 'dffont';
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -12px;
	content: '\e609';
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}
.box-style div.inner a:hover:before, .box-style div.inner a:focus:before {
	transition: all 0.3s ease-in-out;
	color: rgb(70, 180, 200);
}


/* ==========================================================================
ITEM-STYLE
========================================================================== */
.item-style {
	margin: 15px 0 20px;
}
.item-style .title-item {
	font-size: 15px;
	line-height: 135%;
	display: inline-block;
	min-width: 6.5em;
	margin-bottom: 0;
	vertical-align: top;
	color: rgb(100, 100, 100);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.item-style .title-item:before {
	font: normal normal normal 16px/1 'dffont';
	padding-right: 5px;
	padding-left: 2px;
	content: '\e609';
	text-shadow: none;
}
.item-style .title-item.mail:before {
	content: '\e602';
}
.item-style .title-item.tel:before {
	content: '\e614';
}
.item-style .title-item.fax:before {
	content: '\e606';
}
.item-style .title-item.address:before {
	content: '\e62c';
}
.item-style > a, .item-style > p {
	font-size: 15px;
	line-height: 140%;
	display: inline-block;
	margin-bottom: 0;
	letter-spacing: 1px;
}


/* ==========================================================================
CELL-STYLE
========================================================================== */
.cell-style {
	margin: 15px 0;
	padding-bottom: 5px;
	border-bottom: dashed 1px rgb(70, 200, 150);
}
.cell-style .title-item:before {
	font: normal normal normal 15px/1 'dffont';
	padding-right: 4px;
	content: '\f04d';
	color: rgb(70, 120, 180);
}
.cell-style > p {
	margin-bottom: 10px;
}
.cell-style ul {
	margin: 10px 0;
}
.cell-style li {
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.cell-style li:before {
	content: '・';
	font-weight: 700;
}


/* ==========================================================================
CIRCLE-STYLE
========================================================================== */
.circle-style div {
	padding-bottom: 75px;
}
.circle-style .smail {
	height: 100%;
	background: url(/images/bg_smile_01.png) center bottom no-repeat;
	background-image: url(../images/bg_smile_ie8_01.png)\9;
	background-size: contain;
}
.circle-style .talk {
	height: 100%;
	background: url(/images/bg_talk_01.png) center bottom no-repeat;
	background-size: contain;
}
.circle-style .program {
	height: 100%;
	background: url(/images/bg_program_01.png) center bottom no-repeat;
	background-size: contain;
}


/* ==========================================================================
CONTACT-STYLE
========================================================================== */
.contact-style {
	margin: 0 0 30px;
	padding: 0;
	border: 4px solid rgb(250, 150, 50);
}
.contact-style .title {
	font-size: 19px;
	padding: 5px 15px;
	border-bottom: 1px solid rgb(225, 225, 225);
	background: url(../images/bg_stripes_01.png);
}
.contact-style .lead {
	font-size: 13px;
	border: 0;
}
.contact-style .lead, .contact-style .item-style {
	margin: 0;
	padding: 5px 15px;
}
.contact-style .title-item, .contact-style .item-style > a, .contact-style .item-style > p {
	font-size: 13px;
}
.contact-style .item-style > p {
	line-height: 130%;
}
.contact-style .info {
	font-size: 11px;
	margin: 5px 0 0;
	padding: 5px 35px;
	border-top: 1px solid rgb(225, 225, 225);
	background: url(../images/bg_stripes_01.png);
}
.contact-style .info:before {
	margin-left: 15px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}


/* ==========================================================================
BANNER-RECRUIT
========================================================================== */
.banner-recruit .wrap {
	transition: all 0.3s ease-in-out;
	border: 4px solid rgb(70, 180, 200);
	background: url(../images/bg_recruit_01.jpg) right bottom no-repeat;
	background: url(../images/bg_recruit_ie8_01.jpg) right bottom no-repeat\9;
	background-size: contain;
}
.banner-recruit .wrap:hover {
	transition: all 0.3s ease-in-out;
	border-color: rgb(70, 120, 180);
}
.banner-recruit .inner {
	display: block;
	padding: 7px;
	transition: all 0.3s ease-in-out;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
}
.banner-recruit .wrap:hover .inner {
	transition: all 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.5);
}
.banner-recruit.banner-depth .inner {
	padding-bottom: 160px;
}
.banner-recruit.banner-width .inner {
	min-height: 160px;
}
.banner-recruit h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 3px;
	transition: all 0.3s ease-in-out;
}
.banner-recruit .wrap:hover h2 {
	transition: all 0.3s ease-in-out;
	color: rgb(100, 100, 100);
}
.banner-recruit h2 span {
	font-size: 28px;
	padding-right: 5px;
}
.banner-recruit p {
	font-size: 14px;
	line-height: 125%;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}


/* ==========================================================================
CATEGORY-NAV
========================================================================== */
#wrapper-inner .category-nav {
	margin-top: 20px;
}
.category-nav a {
	display: block;
	margin-bottom: 7px;
	border-bottom: rgb(255, 255, 255) 1px solid;
}
footer#g-footer .category-nav a {
	color: rgb(100, 100, 100);
	border-bottom: rgb(240, 240, 240) 1px solid;
}
.category-nav a:hover, .category-nav a:focus {
	transition: all 0.3s ease-in-out;
	color: rgb(70, 180, 200);
}
.category-nav div > ul {
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.category-nav div > ul > li > a {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: rgb(225, 225, 225) 1px solid !important;
	box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.3);
}
.category-nav div > ul li a:hover, .category-nav div > ul li a:focus {
	color: rgb(70, 180, 200) !important;
}
.category-nav div > ul > li > a:hover, .category-nav div > ul > li > a:focus {
	border-bottom: rgb(70, 180, 200) 1px solid !important;
}
.category-nav li.active > a, .category-nav li.active > a:hover, .category-nav li.active > a:focus {
	color: rgb(70, 180, 200) !important;
}
.category-nav li.active > a:hover, .category-nav li.active > a:focus {
	border-color: rgb(250, 150, 50) solid !important;
}


/* ==========================================================================
MAP
========================================================================== */
.map-wrap {
	overflow: hidden !important;
}
.map {
	position: relative;
	overflow: hidden !important;
	height: 0;
	padding: 0 0 56%;
	border: 0 !important;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	border: 0;
}


/* ==========================================================================
G-FOOTER
========================================================================== */
footer#g-footer {
	position: relative;
	border-top: solid 1px rgb(225, 225, 225);
	background-color: rgb(240, 240, 240);
}
footer#g-footer #pagetop {
	font-size: 0;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: -80px;
	display: block;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease-in-out;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	text-align: center;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(70, 180, 200);
	box-shadow: 0 5px 20px -3px rgba(100, 100, 100, 0.7);
}
footer#g-footer #pagetop:after {
	font-family: 'dffont';
	font-size: 20px;
	position: relative;
	top: 16px;
	left: -1px;
	display: block;
	content: '\e60c';
	transition: all 0.3s ease-in-out;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	color: #FFF;
}
footer#g-footer #pagetop:hover, footer#g-footer #pagetop:focus {
	transition: all 0.3s ease-in-out;
	background-color: rgb(225, 225, 225);
}
footer#g-footer #pagetop:hover:after, footer#g-footer #pagetop:focus:after {
	transition: all 0.3s ease-in-out;
	color: rgb(150, 150, 150);
}

footer#g-footer #g-footer-inner {
	padding-top: 30px;
	padding-bottom: 60px;
}
footer#g-footer #g-footer-nav .address {
	margin-bottom: 5px;
}
footer#g-footer #g-footer-nav .address h2 {
	font-size: 15px;
	margin-bottom: 4px;
}
footer#g-footer #g-footer-nav .address h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
footer#g-footer #g-footer-nav .address p {
	font-size: 13px;
	line-height: 125%;
	margin-bottom: 5px;
}
footer#g-footer #g-footer-nav .address a {
	display: inline;
	padding: 0 5px;
}
footer#g-footer .copyright {
	font-size: 12px;
	line-height: 130%;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 8px 0 7px;
	text-align: center;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	background-color: rgb(70, 120, 180);
	text-shadow: 0 1px 1px rgba(0, 0, 100, 0.7);
}


/* ==========================================================================
MEDIA QUERIES
========================================================================== */
/*
Bootstrap3 Grid system
col-xs ~767px
col-sm 768px~991px
col-md 992px~1199px
col-lg 1200px~
*/

/* col-sm  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* g-header
	============================================================ */
	header#g-header .navbar-brand {
		margin-top: 3px;
	}

	/* g-navbar-collapse
	------------------------------------------------------------ */
	#g-navbar-collapse ul.nav.nav-common > li > a {
		height: 40px;
		padding-top: 7px;
		border-top: solid 1px rgb(225, 225, 225);
	}

	/* wrapper
	============================================================ */
	/* wrapper
	------------------------------------------------------------ */
	div#wrapper {
		padding-top: 80px;
	}
	.arrow {
		font-size: 11px;
	}

	p ruby.field {
	font-size: 14px;
	}
}

/* col-xs  */
@media screen and (max-width:767px) {
	/* navbar-toggle
	============================================================ */
	.navbar-toggle {
		position: relative;
		margin-right: 5px;
	}
	.navbar-toggle .icon-bar {
		width: 31px;
		height: 3px;
		transition: all 0.3s ease-in-out;
		background-color: rgb(70, 180, 200);
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
	}
	.navbar-toggle.active .icon-bar {
		top: 13px;
		width: 40px;
		margin-top: 4px;
		margin-right: -9px;
		transform: translateY(3px) rotate(45deg);
		-webkit-transform: translateY(3px) rotate(45deg);
	}
	.navbar-toggle.active .icon-bar:nth-of-type(2) {
		display: none;
	}
	.navbar-toggle.active .icon-bar:last-child {
		top: 13px;
		transform: translateY(-4px) rotate(-45deg);
		-webkit-transform: translateY(-4px) rotate(-45deg);
	}

	/* row-offcanvas
	============================================================ */
	.row-offcanvas {
		position: relative;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-right {
		right: 0;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -75%;
	}
	.row-offcanvas-right.active {
		right: 75%;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 75%;
		margin-right: 15px;
	}
	.title-section > small {
		display: block;
		padding: 3px 0;
	}

	/* g-header
	============================================================ */
	header#g-header .navbar-header {
		height: 60px;
		border-bottom: rgb(225, 225, 225) 1px solid;
	}
	header#g-header .navbar-brand {
		margin-top: 12px;
		margin-left: 10px;
	}
	header#g-header .navbar-brand img {
		width: 230px;
		height: auto;
	}
	header#g-header .container > .navbar-collapse {
		padding: 0;
	}

	/* g-navbar-collapse
	------------------------------------------------------------ */
	#g-navbar-collapse ul.nav.nav-common > li {
		float: inherit;
	}
	#g-navbar-collapse ul.nav.nav-common > li > a:before, #sidebar ul.nav.nav-common > li > a:before {
		margin-top: -2px;
		color: rgb(150, 150, 150);
	}
	#g-navbar-collapse ul.nav.nav-common > li.services > a:before {
		padding-right: 7px;
	}
	#g-navbar-collapse ul.nav.nav-common > li.aboutus > a:before {
		padding-right: 13px;
	}
	#g-navbar-collapse ul.nav.nav-common > li.contact > a:before {
		padding-right: 10px;
	}
	#g-navbar-collapse ul.nav.nav-common li a, #g-navbar-collapse ul.nav.nav-common li.active a {
		height: 37px;
		padding-top: 2px;
		border-right: 0 !important;
		border-left: 0;
	}
	#g-navbar-collapse ul.nav.nav-common li a:hover, #g-navbar-collapse ul.nav.nav-common li.active a:hover {
		border-left: 0;
	}
	#g-navbar-collapse ul.nav.nav-common > li:hover > ul {
		box-shadow: none;
	}
	#g-navbar-collapse ul.nav.nav-common > li > a > span {
		float: inherit !important;
		letter-spacing: 1px !important;
	}
	#g-navbar-collapse ul.nav.nav-common > li a > span span {
		display: inline-block !important;
		letter-spacing: 1px !important;
	}
	#g-navbar-collapse ul.nav.nav-common ul {
		position: static;
		display: block;
		float: inherit;
		margin: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
	}
	#g-navbar-collapse ul.nav.nav-common li a {
		font-size: 15px;
		font-weight: 400;
		display: block !important;
		padding: 10px 15px 12px 15px !important;
		letter-spacing: 1px;
		border: 0;
	}
	#sidebar ul.nav.nav-common li a {
		font-size: 15px;
	}
	#g-navbar-collapse ul.nav.nav-common ul li a {
		padding: 10px 15px 12px 45px !important;
	}
	#g-navbar-collapse ul.nav.nav-common li a span span:before, #g-navbar-collapse ul.nav.nav-common ul li a span:before {
		padding-right: 5px !important;
		padding-left: 5px !important;
		content: '|';
		color: rgb(200, 200, 200);
	}

	/* wrapper
	============================================================ */
	/* wrapper
	------------------------------------------------------------ */
	#wrapper {
		padding-top: 60px;
	}
	#wrapper a {
		z-index: 2;
	}
	#wrapper .table-responsive {
		margin-bottom: 85px;
		border: none;
	}
	.title-page-wrap .navbar-toggle {
		margin-top: 20px;
		margin-right: -10px;
	}
	.title-page-wrap .navbar-toggle .icon-bar {
		background-color: rgb(170, 170, 170);
	}
	.title-page {
		margin-top: -10px;
		margin-bottom: 15px;
	}
	#sub + .title-page {
		padding-left: 31px;
	}
	.title-page span {
		display: block;
		margin-top: -10px;
		padding: 5px 0 0 0;
	}
	.item-style > a, .item-style > p {
		display: block;
	}
	.arrow-wrap {
		height: 70px;
		margin: 0 15px;
	}
	.arrow {
		height: 30px;
		padding: 0 !important;
	}
	.arrow.right {
		margin-top: -35px;
		border-radius: 0 0 5px 5px;
	}
	.arrow.left {
		margin-top: 5px;
		border-radius: 5px 5px 0 0;
	}
	.arrow:before, .arrow:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.banner-recruit.banner-width .inner {
		padding-bottom: 130px;
	}
	.table-df .member {
		display: block;
		padding-top: 10px;
		margin-top: 5px;
		margin-bottom: 0;
		border-left: 0;
		border-top: 1px solid rgb(221, 221, 221);
		width: 100%;
		text-align: left;
	}
	.table-df .member li {
		display: inline-block;
		min-width: 75px;
		text-align: center;
	}
	.table-df .member li.twotester:before {
	content: '\f007\f007';
	}
	.table-df .member li.manytester:before {
	content: '\f0c0\f0c0';
	}
	#sidebar .banner-recruit h2 {
		font-size: 19px;
	}
	#sidebar .banner-recruit h2 span {
		font-size: 21px;
	}
}
