@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ul {
/*! list-style:none; */
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

del {
	text-decoration: line-through
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,select {
	vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background: #fff;
}

header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	#background: url(../images/bg01.gif) 0 0 repeat-x;
}

.sp_only {
	display: none
}

@media (max-width: 800px) {

	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}
}

.line {
	position: relative;
	width: 100%;
	margin: 0 auto;
	#border-top: 3px solid #428abd;
}

.inner {
	position: relative;
	width: 980px;
	margin: 5px auto;
}

h1 {
	margin-bottom: 0.5em;
	padding: 2px;
	font-size: 21px;
	color: #333;
	font-weight: bold;
}

nav {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px #d0d8dc;
	⁄
	zoom: 1;
}

nav:after {
	content: '';
	display: block;
	clear: both;
}

/* ==== clearfix ==== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

ul,
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 5px 0 10px 30px;
	list-style: desimal!important
}

ol li {
	margin-bottom: 5px;
	list-style: desimal!important;
}

.slideshow-container {
	max-width: 980px;
	position: relative;
	margin: auto;
}

.mySlides {
	display: block;
}



/* main visual area */
div#mainImageWrapper {
	width: 100%;
	background: #f0f0f0;
	repeat-x
}

div#mainImage {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
}

#slides {
	display: none;
	z-index: 0;
	overflow: visible;
	margin: 0 auto
}

#slides div.mainImg {
	width: 1000px;
	height: 367px;
	background: white;
	position: relative
}
		/*#slides div.mainImg div{ width:1000px; height:367px; -webkit-animation: bg infinite linear 9s;
	        animation: bg infinite linear 9s;
			}*/
#slides div.mainImg a {
	position: absolute;
	display: block;
	width: 1000px;
	height: 367px;
}

#slides div.mainImg#mainImg-01 {
	background-image: url(../images/mainImg1.jpg);
	width: 1000px;
	height: 367px;
	z-index: 5!important;
}

#slides div.mainImg#mainImg-01 a h2 {
	font-size: 30px;
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	line-height: 1.4em;
	position: absolute;
	top: 120px;
	left: 292px;
	text-align: center;
	z-index: 100;
	width: 400px;
	color: #404040;
	display: none;
	line-height: 1.6em
}

#slides div.mainImg#mainImg-01 a h2 b {
	font-size: 45px
}

#slides div.mainImg#mainImg-02 {
	background-image: url(../images/mainImg2.jpg);
	width: 1000px;
	height: 367px;
	z-index: 4!important;
}

#slides div.mainImg#mainImg-02 a h2 {
	font-size: 45px;
	background-color: rgba(255,255,255,0.6);
	padding: 10px 0;
	position: absolute;
	top: 130px;
	text-align: center;
	left: 272px;
	z-index: 100;
	width: 450px;
	color: #404040
}

#slides div.mainImg#mainImg-03 {
	background-image: url(../images/mainImg3.jpg);
	width: 1000px;
	height: 367px;
	z-index: 3!important;
}

#slides div.mainImg#mainImg-03 a h2 {
	font-size: 45px;
	background: url(../images/slider_powerbiz_logo.png) no-repeat;
	position: absolute;
	top: 130px;
	text-align: center;
	left: 327px;
	z-index: 100;
	width: 344px;
	height: 61px;
	text-indent: -9999px;
	color: #404040
}

#slides div.mainImg#mainImg-03 a p {
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 220px;
	left: 0;
	width: 1000px;
	z-index: 100;
	color: white
}

#slides div.mainImg#mainImg-03 a p br {
 /*display:block;*/
}

#slides div.mainImg#mainImg-04 {
	background-image: url(../images/mainImg4.jpg);
	width: 1000px;
	height: 367px;
	z-index: 2!important;
}

#slides div.mainImg#mainImg-04 a h2 {
	font-size: 45px;
	background-color: rgba(255,255,255,0.6);
	padding: 30px 0 20px 0;
	position: absolute;
	top: 110px;
	text-align: center;
	left: 227px;
	z-index: 100;
	width: 550px;
	color: #404040;
	text-indent: 0;
	line-height: 1em
}

#slides div.mainImg#mainImg-04 a h2 span {
	font-size: 18px;
	display: block
}

.zindex {
	z-index: 10
}
			/*@-webkit-keyframes bg {
	0% {
		-webkit-transform: scale(1.05) ;
	}
	90% {
		-webkit-transform: scale(1) ;
	}
}
@keyframes bg {
	0% {
		transform: scale(1.05) ;
	}
	90% {
		transform: scale(1) ;
	}
}*/
#slides .slidesjs-container {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

#slides a.slidesjs-navigation {
	z-index: 100;
	text-indent: -9999px;
 /*width:775px; height:252px;*/
	margin-left: -5px;
	display: block
}

#slides a.slidesjs-navigation.slidesjs-stop,
		#slides a.slidesjs-navigation.slidesjs-play {
	display: none!important
}

a.slidesjs-previous {
	position: absolute;
	left: -30px;
	top: 155px;
	background: url(../images/arrow_prev.png) no-repeat  center center;
	width: 33px;
	height: 33px;
	display: block
}

a.slidesjs-next {
	position: absolute;
	left: 1010px;
	top: 155px;
	background: url(../images/arrow_next.png) no-repeat  center center;
	width: 33px;
	height: 33px;
	display: block
}

ul.slidesjs-pagination {
	width: 200px;
	margin: 0 auto
}

ul.slidesjs-pagination li.slidesjs-pagination-item {
	float: left;
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	width: 30px
}

ul.slidesjs-pagination li.slidesjs-pagination-item a {
	color: #c3c3c3
}

ul.slidesjs-pagination li.slidesjs-pagination-item a:hover {
	text-decoration: none
}

ul.slidesjs-pagination li.slidesjs-pagination-item a.active {
	color: #6cbee3
}

@media (max-width: 800px) {
	div#mainImageWrapper {
		padding-top: 100px;
		background: #fff;
	}

	div#mainImage {
		width: 100%!important;
		position: relative!important;
		margin: 0!important;
		cursor: pointer!important;
	}

	#slides div.mainImg {
		width: 100%!important;
		height: 200px
	}

	#slides div.mainImg a {
		width: 100%!important;
		height: 200px
	}

	#slides div.mainImg#mainImg-01,
#slides div.mainImg#mainImg-02,
#slides div.mainImg#mainImg-03,
#slides div.mainImg#mainImg-04 {
		background-size: 100%;
		width: 100%;
	}

	#slides .slidesjs-container {
		width: auto!important;
		position: relative
	}

	#slides .slidesjs-container img {
		width: 100%!important;
		height: auto!important
	}

	a.slidesjs-previous,
	a.slidesjs-next {
		display: none!important
	}

	ul.slidesjs-pagination {
 /*width:auto;*/
	}

	#ft-buttons-slider1 a#bt4 {
		margin: 5px;
	}

	#slides div.mainImg#mainImg-01 a h2 {
		font-size: 24px;
		line-height: 1.4em;
		position: absolute;
		top: 45%;
		left: 20%;
		text-align: center;
		z-index: 100;
		width: 60%;
		padding: 10px 0;
		color: #404040
	}

	#slides div.mainImg#mainImg-01 a h2 b {
		font-size: 30px
	}

	#slides div.mainImg#mainImg-02 a h2 {
		font-size: 30px;
		top: 55%;
		text-align: center;
		left: 25%;
		z-index: 100;
		width: 50%;
		color: #404040
	}

	#slides div.mainImg#mainImg-03 a h2 {
		font-size: 30px;
		background-size: 100%;
		width: 50%;
		top: 55%;
		left: 25%;
		height: 100px;
	}

	#slides div.mainImg#mainImg-03 a p {
		font-size: 13px;
		top: 90%;
		width: 90%;
		left: 5%;
	}

	#slides div.mainImg#mainImg-04 a h2 {
		font-size: 30px;
		padding: 10px 0 10px 0;
		top: 45%;
		left: 10%;
		width: 80%;
	}

	#slides div.mainImg#mainImg-04 a h2 span {
		font-size: 16px;
		display: block
	}
}



/* Next & previous buttons */
.prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	margin-left: -50px;
	padding: 16px;
	color: #ccc;
	font-weight: bold;
	font-size: 38px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	margin-right: -50px;
	padding: 16px;
	color: #ccc;
	font-weight: bold;
	font-size: 38px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /* background-color: rgba(0,0,0,0.8); */
	color: #489bd6;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 10px;
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #489bd6;
}



/************第二階層************/
.breadcrumb {
	width: 980px;
	margin: 20px auto;
	font-size: 14px;
}

.contents {
	width: 980px;
	margin: auto;
	padding: inherit;
}

.contents h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: -10px;
}

.contents h2 p {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.contents p.sub {
	font-size: 14px;
	margin: 20px 20px;
	padding: 0!important;
}

@media (max-width: 800px) {
	.breadcrumb {
		display: none;
	}

	.content {
		width: 100%;
		margin: 0 auto;
 /*! padding:80px 0 20px 0; */
		padding: 0px 0px 0px 0px;
	}

	.contents {
		width: 100%;
		margin: 0 auto;
 /*! padding:80px 0 20px 0; */
		padding: 0px 0px 0px 0px;
	}

	.details {
		margin: 100px auto;
	}
}

#iframeL {
	width: 400px;
	float: left;
	border: 1px solid #d8d8d8;
	height: 1000px;
}

/*基本*/
#left {
	width: 220px;
	float: left;
 /*! border:1px solid #d8d8d8; *//*! height: 500px; */
}

#left h3 {
	background: #fff;
	padding: 3px;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #d8d8d8;
}

#left h3 a {
	color: white
}

#left ul li {
 /*! border-bottom:1px solid #d8d8d8; */
	font-size: 14px;
	border-top: 1px solid #d8d8d8;
}

#left ul li.second a {
	padding-left: 10px;
}

#left ul li:last-child {
 /*! border-bottom: 1px solid #d8d8d8; */
}

#left ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background: url(../images/arrow4.png) no-repeat 194px center;
}

#left ul li a.current {
	font-weight: bold;
	background-color: #f6fffe;
}

#left ul li a.currentwhitoutcolor {
	font-weight: bold;
	background: #f6fffe;
}

#left ul li a.current_1 {
	background-color: #f6fffe;
	font-weight: bold;
}

#left ul li a:hover {
 /*! background-color:#f3f3e4; */ /*! text-decoration:none; */ /*! cursor:pointer */
}

#left ul li ul {
}

#left ul li ul li {
	font-size: 13px;
	border-top: 1px solid #d8d8d8;
}

#left ul li ul li a {
	padding: 12px 20px 10px 26px;
	font-size: 13px;
	background: url(../images/Right_small.png) no-repeat 196px center;
}

#left ul li ul li.second {
  /*! background:#f5f5f5; */ /*! padding-bottom:2px; */
	padding-left: 20px
}

#left ul li ul li a.current {
	font-weight: bold;
}

#left ul li ul li a.currentOPEN {
	background: url(../images/Right_small_.png) no-repeat 192px center;
	background-color: #f6fffe;
}

#left ul li ul li a.currentOPENwhitoutcolor {
	background: url(../images/Right_small_.png) no-repeat 192px center;
}

#left ul li ul li ul li a {
	padding: 10px 10px 6px 30px;
	font-size: 12px;
	background: #fff;
}

#left ul li ul#service {
	display: none;
}

#left ul li ul#service_1 {
	display: none;
}

#left ul li ul#service_2 {
	display: none;
}

#left ul li ul#service_3 {
	display: none;
}

#left ul li ul#solution {
	display: none;
}

#left ul li ul#solution_1 {
	display: none;
}

#left ul li ul#solution_2 {
	display: none;
}

#left ul li ul#solution_3 {
	display: none;
}

#left ul li ul#solution_4 {
	display: none;
}

#left ul li ul#system {
	display: none;
}

@media (max-width: 800px) {
	#left ul li.second a {
		padding-left: 0px;
	}

	#left ul li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		background: url(../images/arrow4.png) no-repeat 384px center;
	}

	#left ul li ul li {
		font-size: 13px;
		border-top: 1px solid #d8d8d8;
	}

	#left ul li ul li a {
		padding: 10px 0px 10px 20px;
		font-size: 14px;
		background: url(../images/Right_small.png) no-repeat 385px center;
	}

	#left ul li ul li.second {
 /*!background:#f5f5f5;*/  /*! padding-bottom:2px; */
		padding-left: 20px
	}

	#left ul li ul li a.current {
		font-weight: bold;
	}

	#left ul li ul li a.currentOPEN {
		background: url(../images/Right_small_.png) no-repeat 381px center;
		background-color: #edfffa;
	}

	#left ul li ul li a.currentOPENwhitoutcolor {
		background: url(../images/Right_small_.png) no-repeat 381px center;
	}

	#left ul li ul li ul li a {
/* background: #f5f5f5; */
		padding: 10px 0px 10px 30px;
		font-size: 14px;
	}
}

#main3 {
	width: 75%;
	float: right;
	margin-top: 40px/*! border: 1px solid #d8d8d8; */
}

#main4 {
	width: 75%;
	float: right;
	border: 1px solid #d8d8d8;
	margin: -1px 0px 0px 0px;
}

#main5 {
	width: 75%;
	float: right;
	border: 1px solid #d8d8d8;
	margin: -1px 0px 20px 0px;
}

#main5 ul li {
 /*! padding:20px 30px 20px 8px; */
	margin: 22px;
	font-size: 13px;
	float: left;
}

#main3 h3 {
	background: #01B0F1;
	font-size: 18px;
	border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	color: #000;
	#padding: 10px;
	margin: 0px 0 20px 0;
	font-weight: bold;
}

#main3  h3 span {
	display: inline-block;
	padding: 10px 5px;
	background: white
}

#main3  h4 {
	font-size: 16px;
	color: inherit;
	padding: 0;
	margin: 10px 0 5px 0
}

#main3  h4 span {
	display: inline-block;
	padding: 5px 5px;
	background: white
}

#main3 ul {
 /*! padding:5px 0 10px 10px; */
	margin: 0
}

#main3 ul li {
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

#main3 ul li span {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	padding: 5px 0 0 0
}

#main3 p {
	line-height: 22px;
	padding: 10px;
}

#main3 p.fLeft {
	float: left;
	padding: 20;
	margin: 20;
}

#main3 p.picture {
	width: 200;
 /*! padding:10px 0 0 60px; */
}

#main3 p.fRight {
	float: right;
	padding: 20;
	margin: 20;
}

#main3 p.detail {
	width: 400;
	padding: 10px 0 0 240px;
}

@media (max-width: 800px) {
	#left {
		width: auto;
		float: none;
		border: 0px solid #d8d8d8;
	}

	#main {
		width: 95%;
		float: none;
		margin: 10px auto
	}

	.contents h2 {
		font-size: 24px;
		background: #6cbee3;
		padding: 10px;
		color: white;
	}

	.contents p.sub {
		font-size: 15px;
		margin: 10px;
	}

	#main3 {
		width: initial;
		float: right;
		ht; */border: 1px solid #d8d8d8;
		border: 0px solid #d8d8d8;
		paddin;padding: 100px 10px 10px 10px;
	}

	#main3 p {
		margin: 0 0 0.5em 0;
	}

	#main4 {
		width: 752px;
		float: right;
		border: 1px solid #d8d8d8;
		margin: -1px 0px 0px 0px;
	}

	#main5 {
		width: 752px;
		float: right;
		border: 1px solid #d8d8d8;
		margin: -1px 0px 20px 0px;
	}

	#main5 ul li {
 /*! padding:20px 30px 20px 8px; */
		margin: 22px;
		font-size: 13px;
		float: left;
	}

	#main3 h3 {
		background: #01B0F1;
		font-size: 18px;
		border-radius: 5px;
		border-radius: 5px;
		border-radius: 5px;
		color: #000;
		padding: 10px;
		margin: 0px 0 20px 0;
	}

	#main3  h3 span {
		display: inline-block;
		padding: 10px 5px;
		background: white
	}

	#main3  h4 {
		font-size: 16px;
		color: inherit;
		padding: 0;
		margin: 10px 0 5px 0
	}

	#main3  h4 span {
		display: inline-block;
		padding: 5px 5px;
		background: white
	}

	#main3 ul {
 /*! padding:5px 0 10px 10px; */
		margin: 0
	}

	#main3 ul li {
		padding: 0px 3px 0px 3px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #666;
	}

	#main3 ul li span {
		font-weight: normal;
		font-size: 14px;
		display: inline-block;
		padding: 5px 0 0 0
	}

	#main3 p {
		line-height: 22px;
		padding: 10px;
	}

	#main3 p.fLeft {
		float: left;
		padding: 20;
		margin: 20;
	}

	#main3 p.picture {
		width: 200;
 /*! padding:10px 0 0 60px; */
	}

	#main3 p.fRight {
		float: right;
		padding: 20;
		margin: 20;
	}

	#main3 p.detail {
		width: 400;
		padding: 200px 0 0 0;
	}
}

/******事業内容index******/
ul.businessBox {
	margin-bottom: 30px
}

ul.businessBox li {
	width: 483px;
	height: 268px;
	border: 2px solid #dddddd;
	position: relative;
}

ul.businessBox li#system {
	background: url(../images/business_1.jpg) no-repeat left top;
	float: left
}

ul.businessBox li#solution {
	background: url(../images/business_2.jpg) no-repeat left top;
	float: right
}

ul.businessBox li#base {
	background: url(../images/business_2.jpg) no-repeat left top;
	float: left
}

ul.businessBox li#base2 {
	background: url(../images/business_2.jpg) no-repeat left top;
	float: right
}

ul.businessBox li a {
	height: 101px;
	display: block;
	background-image: url(../images/boxlink_back.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 0 0 15px;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 479px;
	font-size: 14px;
}

ul.businessBox li a strong {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 18px;
	font-weight: normal
}

ul.businessBox li a:hover {
	text-decoration: none;
	opacity: 0.7
}

@media (max-width: 800px) {
	ul.businessBox li {
		width: 46%;
		height: 268px;
		border: 2px solid #dddddd;
		position: relative;
		background-size: cover;
		margin: 10px 1%
	}

	ul.businessBox li a {
		width: auto;
		display: block;
		padding: 0 10px 0 10px;
		font-size: 12px;
		background-size: cover
	}

	ul.businessBox li a strong {
		padding: 10px 0 5px 0
	}

	ul.businessBox li a br {
		display: none
	}
}

@media (max-width: 600px) {
	ul.businessBox li {
		width: 95%;
		height: 268px;
		border: 2px solid #dddddd;
		position: relative;
		background-size: cover;
		margin: 10px auto
	}

	ul.businessBox li#system,
	 ul.businessBox li#solution {
		float: none;
		background-size: 100%
	}

	ul.businessBox li#base {
		float: none;
		background-size: 100%
	}

	ul.businessBox li a {
		width: 90%;
		padding: 0 5%;
		font-size: 12px;
		background-size: cover
	}

	ul.businessBox li a strong {
		padding: 10px 0 5px 0
	}

	ul.businessBox li a br {
		display: none
	}
}

@media (max-width: 400px) {
	ul.businessBox li {
		height: 218px
	}
}

.tit {
	font-size: 20px;
	color: #0474C1;
}

.contact {
	font-size: 12px;
	font-color: black;
}

#tanmatu ul li {
	background: url(../images/check.png) no-repeat left 4px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}


/*システムソリューション*/
#solution #main h2 {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/h2_sol_back.jpg) no-repeat;
	height: 153px;
	padding: 30px 0 0 1px;
	color: white;
	margin-bottom: 20px
}

#solution #main h2 div {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin: 0;
	display: inline-block
}

#solution #main h2 p {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

#solution #main p {
	padding: 10px
}

#solution #main  h3 {
	background: url(../images/h3_back.gif) repeat-x left center;
	font-size: 34px;
	color: #567eef;
	padding: 0px;
	margin: 95px 2px;
	z-index: 100;
	position: absolute;
}

#solution #main  h3 span {
	display: inline-block;
	padding: 5px 5px;
	background: white
}

#solution #main ul {
	margin: 10px 0;
	padding: 0
}

#solution #main ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: normal;
}

#solution #main ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	width: 315px;
	height: 146px;
	margin: 0 0 0 0;
	position: relative
}

#solution #main ul li a:hover {
	opacity: 0.7
}

#solution #main ul li a span {
	display: block;
	height: 42px;
	background-color: rgba(0,0,0,0.2);
	color: white;
	position: absolute;
	bottom: 0px;
	line-height: 45px;
	width: 315px;
	padding: 0px 0px 0px 0px;
	left: 0px;
}

#solution #main ul li.public a {
	background: url(../images/sol1.jpg);
	float: left;
}

#solution #main ul li.career a {
	background: url(../images/sol2.jpg);
	float: left;
	margin: 0px 14px 0px 14px;
}

#solution #main ul li.social a {
	background: url(../images/sol3.jpg);
	float: left;
}

#solution #main ul li.inter a {
	background: url(../images/sol4.jpg);
	float: left;
}

#solution #main ul li.net a {
	background: url(../images/sol5.jpg);
	margin: 0 0 20px 0
}

#solution #main ul li.finance a {
	background: url(../images/sol6.jpg);
	margin: 0 0 20px 0
}

#solution #main ul li.manufacturing a {
	background: url(../images/sol7.jpg)
}

#solution #main ul li.others a {
	background: url(../images/sol8.jpg)
}

#solution #main ul li p {
	margin: 0 0 10px 0;
	font-size: 15px;
}

#solution #main ul li.base {
	width: 362px;
	float: left
}

#solution #main ul li.finance {
	width: 362px;
	float: right
}

#solution #main ul li.base a {
	width: 362px;
	height: 203px;
	background: url(../images/sol_base.jpg);
	margin: 0 0 0px 0
}

#solution #main ul li.finance a {
	width: 362px;
	height: 203px;
	background: url(../images/sol_finance.jpg);
	margin: 0 0 0px 0;
}

#solution #main ul li.base a span,
#solution #main ul li.finance a span {
	width: 342px;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	font-size: 12px
}

#solution #main ul li.base a span strong,
#solution #main ul li.finance a span strong {
	font-size: 18px;
	display: inline-block;
	padding-bottom: 5px
}

@media (max-width: 800px) {
	#solution #main ul {
		width: 100%;
		margin: 0 auto
	}

	#solution #main ul li {
		width: 29%;
		margin: 0 2% 20px 2%;
	}

	#solution #main ul li a {
		width: 100%;
		margin: 0
	}

	#solution #main ul li a span {
		width: 95%;
		padding: 0 0 0 5%
	}

	#solution #main ul li.base {
		width: 46%;
		float: left
	}

	#solution #main ul li.finance {
		width: 46%;
		float: right
	}

	#solution #main ul li.base a {
		width: 100%;
		height: 203px;
		background: url(../images/sol_base.jpg);
		margin: 0 0 0px 0
	}

	#solution #main ul li.finance a {
		width: 100%;
		height: 203px;
		background: url(../images/sol_finance.jpg);
		margin: 0 0 0px 0;
	}

	#solution #main ul li.base a span,
#solution #main ul li.finance a span {
		width: 95%;
		height: 35px;
		padding: 10px 0 10px 5%;
		line-height: 35px;
		font-size: 12px
	}
}

@media (max-width: 600px) {
	#solution #main ul {
	}

	#solution #main ul li {
		float: none;
		width: 98%;
		margin: 7px 6px;
	}

	#solution #main ul li a {
		float: none;
		margin: 10px auto!important;
		width: 98%;
	}

	#solution #main ul li.finance a {
		float: none;
		margin: 10px auto
	}
}

/*情報システム開発*/
#main3 h2 {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/h2_service_back.jpg) no-repeat;
	height: 185px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	margin-bottom: 20px;
}

#main3 h2 div {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin: 0;
	display: inline-block
}

#main3 h2 p {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}


/*情報システム開発*/
#system #main h2 {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/h2_system_back.jpg) no-repeat;
	height: 153px;
	padding: 30px 0 0 1px;
	color: white;
	margin-bottom: 20px
}

#system #main h2 div {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin: 0;
	display: inline-block
}

#system #main h2 p {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

#sus {
	border-bottom: none;
	background: url(../images/h3_back.gif) repeat-x left center;
}

#sus span {
	font-weight: bold;
	background: white;
}
/*ソリューション*/
#base #main h2 {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/h2_base_back.jpg) no-repeat;
	height: 153px;
	padding: 30px 0 0 1px;
	color: white;
	margin-bottom: 20px
}

#base #main h2 div {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin: 0;
	display: inline-block
}

#base #main h2 p {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.logoC {
	border: 0;
}

.logoC td {
	border: 0;
}

/*企業情報*/
#main table {
	margin: 10px auto;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#main table th {
	padding: 10px;
	background: #efefef;
	text-align: left;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	width: 20%;
}

#main table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 14px
}

#main3 .table0 {
	margin: 10px auto;
	width: 100%;
	border: 0px solid #d8d8d8;
}

#main3 .table0 th {
	padding: 10px;
	background: #efefef;
	text-align: left;
	border: 0px solid #d8d8d8;
	width: 20%;
}

#main3 .table0 tr {
	padding: 10px;
	text-align: left;
	border: 0px dotted #d8d8d8;
	font-size: 14px
}

#main3 .table0 td {
	padding: 10px;
	text-align: left;
	border: 0px dotted #d8d8d8;
	font-size: 14px
}

#main3 .table1 {
	margin: 10px auto;
	width: 100%;
	border: 0px solid #d8d8d8;
}

#main3 .table1 th {
	padding: 10px;
	background: #efefef;
	text-align: center;
	border: 0px solid #d8d8d8;
	width: 20%;
}

#main3 .table1 tr {
	padding: 10px;
	text-align: center;
	border: 0px dotted #d8d8d8;
	font-size: 14px
}

#main3 .table1 td {
	padding: 10px;
	text-align: center;
	border: 0px dotted #d8d8d8;
	font-size: 14px;
	line-height: 35px;
}

/*社長挨拶
#main h2.president{ font-size:30px; font-weight:bold; background:url(../images/h2_president_back.jpg) no-repeat; height:153px; padding:30px 0 0 1px; color:white; margin-bottom:20px}
#main h2.president div{ background-color:rgba(0,0,0,0.5); padding:20px; margin:0; display:inline-block}
#main h2.president p{ padding:10px 0 0 0; font-size:16px; font-weight:normal; margin:0;}*/



/*CSRindex*/
#csr #main h2 {
	font-size: 30px;
	font-weight: bold;
	background: url(../images/h2_csr_back.jpg) no-repeat;
	height: 153px;
	padding: 30px 0 0 1px;
	color: white;
	margin-bottom: 20px
}

#csr #main h2 div {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin: 0;
	display: inline-block
}

#csr #main h2 p {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.interVideo {
	width: 470px;
	margin: 0 auto
}

@media (max-width: 800px) {
	#solution #main h2,
	 #system #main h2,
	 #base #main h2,
	 /*#main h2.president,*/
	 #csr #main h2 {
		background-position: right center;
		font-size: 24px;
	}

	#base #main h2 div,
	 #solution #main h2 div,
	 #system #main h2 div,
	 #main h2.president div,
	 #csr #main h2 div {
	}

	#base #main h2 p,
	 #solution #main h2 p,
	 #system #main h2 p,
	 /*#main h2.president p,*/
	 #csr #main h2 p {
		font-size: 14px
	}

	.interVideo {
		width: 100%;
	}

	.interVideo .flRight,#laos_div {
		float: none;
		display: block;
		margin: 10px auto
	}

	img.spimg {
		width: 90%;
		display: block;
		margin: 10px auto
	}

	#main table {
		width: 95%;
		margin: 10px auto
	}

	#main table th {
		text-align: center
	}

	#main table th, #main table td {
		display: block;
		width: 100%;
		border-right: none;
		padding: 10px 0
	}

	#main table td img {
		width: 80%;
		display: block;
		margin: 0 auto
	}
}

@media (max-width: 600px) {
	#solution #main h2,
	 #system #main h2,
	 #base #main h2,
	 /*#main h2.president,*/
	 #csr #main h2 {
		background-size: 100%;
		height: 140px;
		font-size: 20px;
		height: auto;
		background-position: right top;
		color: #333;
		padding: 20px 0
	}

	#base #main h2 div,
	 #solution #main h2 div,
	 #system #main h2 div,
	 /*#main h2.president div,*/
	 #csr #main h2 div {
		padding: 10px;
		background-color: rgba(255,255,255,0.5);
		width: auto;
		display: block
	}

	#base #main h2 p,
	 #solution #main h2 p,
	 #system #main h2 p,
	 #main h2.president p,
	 #csr #main h2 p {
		padding: 10px 0 0 0;
		font-size: 11px
	}

	#solution #main h2 br,
	 #system #main h2 br,
	 #base #main h2 br,
	 /*#main h2.president,*/
	 #csr #main h2 br {
		display: none
	}

	.interVideo {
		width: 100%;
	}

	.interVideo .flRight,#laos_div {
		float: none;
		display: block;
		margin: 10px auto
	}

	img.spimg {
		width: 90%;
		display: block;
		margin: 10px auto
	}

	#main table {
		width: 95%;
		margin: 10px auto
	}

	#main table th {
		text-align: center
	}

	#main table th, #main table td {
		display: block;
		width: 100%;
		border-right: none;
		padding: 10px 0
	}

	#main table td img {
		width: 50%;
		display: block;
		margin: 0 auto
	}

	#main .flLeft,#main .flRight {
		float: none
	}
}

#main ol.comp {
	padding: 10px;
	margin: 0 0 10px 20px
}

#main ol.comp li {
	list-style-type: decimal;
	margin-bottom: 10px
}

#main ol.comp.strong li {
	font-weight: bold
}

/*お問い合わせ*/
#inq span {
	display: inline-block;
	background: #C00;
	color: white;
	font-size: 11px;
	padding: 1px 5px;
	margin: 0 5px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#inq table {
	margin: 10px auto;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#inq table th {
	padding: 10px;
	background: #efefef;
	text-align: left;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	width: 30%;
}

#inq table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 12px
}

#inq form input[type="text"] {
	border: 1px solid #d8d8d8;
	padding: 10px;
	width: 300px;
	margin-bottom: 5px;
	font-size: 14px
}

#inq form textarea {
	border: 1px solid #d8d8d8;
	padding: 10px;
	width: 300px;
	height: 100px;
	font-size: 14px
}

#inq form input[type="submit"] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #6cbee3;
	color: white;
	text-align: center;
	width: 200px;
	padding: 10px;
	border: none;
	font-size: 20px;
	margin: 10px auto;
	display: block;
	cursor: pointer
}

#inq form input[type="submit"]:hover {
	opacity: 0.7;
}

@media (max-width: 800px) {
	#inq table th,#inq table td {
		display: block;
		float: none
	}

	#inq form input[type="text"] {
		width: 100%;
	}
}

/*サイトマップ*/
#main .sitemap h5 {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: normal;
	background: url(../images/arrow_double.png) no-repeat left 5px;
	padding-left: 17px
}

#main .sitemap ul li {
	font-size: 14px;
	font-weight: normal;
	background: url(../images/list_arrow.png) no-repeat left 3px;
	padding-left: 13px
}

#main .sitemap a {
	color: inherit
}

@media (max-width: 800px) {
	#main .sitemap div {
		float: none!important
	}
}


/*コールセンターバナー*/
div#banner {
	margin: 20px auto;
	width: 1000px;
}

div#banner a#banner_callcenter {
	background: url(../images/banner_callcenter.png) no-repeat center center;
	color: #FFFFFF;
	display: block;
	font-family: 'HGS教科書体','Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 24pt;
	height: 75px;
	margin: 0 auto;
	padding: 45px 160px 0;
	text-align: center;
	text-decoration: none;
	width: 580px;
}

div#banner a#banner_callcenter:after {
	background: linear-gradient(to right, rgba(255,255,255,0), #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, rgba(255,255,255,0));
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,0)), color-stop(0.2, #FFFFFF), color-stop(0.8, #FFFFFF), to(rgba(255,255,255,0)));
	background: -moz-linear-gradient(left, rgba(255,255,255,0), #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0));
	content: "";
	display: block;
	height: 1px;
	position: relative;
}

div#banner a#banner_callcenter:hover {
	opacity: 0.7;
}

div#banner a#banner_callcenter label.bigger {
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
}

div#banner a#banner_callcenter br {
	display: none;
}

@media (max-width: 800px) {
	div#banner {
		width: auto;
	}

	div#banner a#banner_callcenter {
		background-size: contain;
		font-size: 22pt;
		height: 100%;
		margin: 0 10px;
		padding: 45px 8% 15px;
		width: auto;
	}
}

@media (max-width: 670px) {
	div#banner a#banner_callcenter {
		font-size: 20pt;
		padding: 10px 15%;
	}

	div#banner a#banner_callcenter br {
		display: block;
	}
}

@media (max-width: 600px) {
	div#banner a#banner_callcenter {
		font-size: 18pt;
		padding: 2% 15%;
	}
}

@media (max-width: 550px) {
	div#banner a#banner_callcenter {
		font-size: 16pt;
		margin: 0 5px;
	}

	div#banner a#banner_callcenter:after {
		margin-top: -1px;
	}
}

@media (max-width: 460px) {
	div#banner a#banner_callcenter {
		font-size: 14pt;
	}
}

@media (max-width: 400px) {
	div#banner a#banner_callcenter {
		font-size: 12pt;
	}
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

#contents {
	overflow: hidden;
	width: 980px;
	margin: 20px auto;
	background: #fff;
}

#main2 {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 100%;
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 28%;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #6bbaec;
	text-decoration: none;
}

a:hover {
	/*! color:#333; */
}

h2 {
	margin-bottom: 0.5em;
	padding: 10px 0;
	font-size: 21px;
	color: #333;
	/* border-top:3px solid #428abd; */
	/*! border-bottom:1px dotted #428abd; */
}

h3 {
	/*! margin-bottom:0.25em; */
	padding: 2px 15px;
	color: #fff;
	font-size: 20px;
	/*! background:#489bd6; */
}

h4 {
	margin-bottom: 0.25em;
	font-size: 15px;
	color: #428abd;
	border-bottom: 2px solid #428abd;
}

h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 10px;
	color: #428abd;
	font-size: 14px;
	font-weight: bold;
}

h5:before {
	content: "";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
    /*! background:#b6d1e1; */
}

h6 {
	margin-bottom: 0.25em;
	font-size: 14px;
	font-weight: bold;
}

.h7 {
	margin-bottom: 0.25em;
	font-size: 14px;
	color: #00b7ff;
	font-weight: bold;
}

.h8 {
	margin-bottom: 0.25em;
	font-size: 12px;
	font-weight: initial;
}

p {
	margin: 0 0 0.5em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #747474;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

dt {
	border-bottom: 1px dotted #ddd;
	margin-top: 1.5em;
}

dt:before {
	/*content:"\0bb";*/
}

dd {
	margin-bottom: 0.5em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
}

@media (max-width: 800px) {
	#table3 td {
		padding: 5px;
	}

	.th_title {
		padding: 0px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #ddd;
		background: #eee;
	}
}

td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 0px 0px;
}

.summary {
	position: absolute;
	top: 30px;
	right: 10px;
	margin: 0;
}

.logo {
	width: 280px;
	bottom: 31px;
	height: 80px;
}

.name {
	position: absolute;
	top: 18px;
	width: 480px;
	left: 100px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		/*! background:#489bd6; */
		border-bottom: 1px solid #cad9e3;
		box-shadow: 0px -1px 0px #cad9e3;
		z-index: 3;
	}

	nav ul {
		margin: 0;
		padding: 0;
	}

	nav li {
		position: relative;
		width: 17%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	nav li:first-child {
		width: 15%;
	}

	nav li:before {
		content: "";
		/*! margin-top:-7px; */
		position: absolute;
		top: 0%;
		left: 0;
		width: 1px;
		height: 43px;
		background: #cad9e3;
	}

	nav li:last-child:after {
		content: "";
		/*! margin-top:-7px; */
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 43px;
		background: #cad9e3;
	}

	nav li li:before,
	nav li li:after {
		display: none;
	}

	nav li:last-child li {
		left: -50%;
	}

	nav li a {
		display: block;
		padding: 10px 0;
		/*! color:#fff; */
		font-weight: bold;
		text-decoration: none;
		color: #636363;
	}

	nav li ul {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		border-radius: 0 0 3px 3px;
		z-index: 3;
	}

	nav li ul li {
		overflow: hidden;
		width: 150%;
		height: 0;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}

	nav li li:first-child {
		width: 150%;
	}

	nav li ul li a {
		padding: 10px 15px;
		background: #428abd;
		text-align: left;
		font-weight: normal;
	}

	nav li.current > a {
		background: #fcfcfc;
		color: #1581ec;
		border-bottom: 2px solid #428abd;
	}

	.gnav {
		display: block !important;
	}

	#spMenu {
		display: none;
	}

	.showNav {
		background: #428abd !important;
	}

	.showSub {
		overflow: visible;
		min-height: 42px;
		border-bottom: 2px solid #b6d1e1;
	}

	.showSub:last-child {
		border-bottom: 0;
	}

	.showSub:last-child a {
		border-radius: 0 0 3px 3px;
	}

	.fixed {
		/*! position:fixed; */
		top: 0;
		left: 0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 2px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.submenu li a:before {
	content: "\0bb";
	color: #000;
}

.submenu li a {
	display: block;
	padding: 5px 20px;
	color: #000;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

.submenu li a:hover {
	background: #eee;
}

.bnr {
	overflow: hidden;
}

.bnr ul {
	overflow: hidden;
}

.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.bnr img {
	width: 100%;
}

/*================================================
 *  フッター
 ================================================*/

/* sitemap */
#sitemap {
	background: #f6f6f6;
	color: #1f1e24;
	padding: 20px 0px 4px 20px;
	font-size: 14px;
}

#sitemap a {
	color: #222;
}

#sitemap > .wrapper {
	width: 1000px;
	border-collapse: collapse;
	display: table;
	margin: 0 auto;
}

#sitemap a {
	color: #4e4e4e;
}

#sitemap div {
	display: table-cell;
	border-collapse: collapse;
	padding-right: 40px;
}

#sitemap div h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px
}

#sitemap ul {
	padding-top: 10px
}

#sitemap ul li {
	padding-left: 10px;
	margin-bottom: 7px;
	font-size: 13px
}

@media (max-width: 800px) {
	#sitemap {
		display: none
	}

	#spmenu {
	}

	#spmenu ul {
	}

	#spmenu ul li a {
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #fff
	}
}

#footer {
	background: #2183cb;
	color: white;
	font-size: 12px;
}

#footer .wrapper {
	width: auto;
}

.wrapper a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin: 0;
	padding: 20px;
	vertical-align: middle;
	font-weight: normal
}

@media (max-width: 800px) {
	#footer {
		height: auto;
		padding: 0;
	}

	#footer .wrapper {
		width: 100%;
	}
}


/*================================================
 *  クラス
 ================================================*/
.list {
	padding: 0 0 0 0.5em;
}

.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/check.png) 0 5px no-repeat;
}

.newsinfo {
	width: 980px;
	margin: 0px auto;
	font-size: 14px;
}

.info {
	width: 980px;
	margin: 0px auto;
	font-size: 14px;
}

@media (max-width: 800px) {
	.info {
		width: 94%;
		margin: 5px 0;
		font-size: 14px;
/* border-top:1px solid #aaa; */
		padding: 5px 10px;
	}

	.newsinfo {
		width: 94%;
		margin: 80px 0 0  0;
		font-size: 14px;
/* border-top:1px solid #aaa; */
		padding: 5px 10px;
	}
}

.info dt {
	border-bottom: none;
}

.info dd {
	padding-bottom: 1em;
	border-bottom: 1px dotted #428abd;
}

.info a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #393939;
}

.newsinfo dt {
	border-bottom: none;
}

.newsinfo dd {
	padding-bottom: 1em;
	border-bottom: 1px dotted #428abd;
}

.newsinfo a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #393939;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}

.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}

.col_two_one li:nth-child(2n+1) {
	clear: both;
}

.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.slidePrev {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slideNext {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slidePrev img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}

.slideNext img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}

.slideInner {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}

.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideInner li img {
	margin: 0 5px;
	padding: 0;
}

.filterPrev {
	position: absolute;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}

.filterNext {
	position: absolute;
	right: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}

.controlNav {
	position: relative;
	float: left;
	left: 50%;
}

.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle;
}

.controlNav span:hover {
	background: #999;
	cursor: pointer;
}

.controlNav span.current {
	background: #b6d1e1;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header {
		z-index: 2;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 15px 10px;
	}

	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {
	.lock {
		overflow: hidden;
	}

	header {
		z-index: 2;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 15px 10px;
	}

	.summary {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 15px;
		display: none;
	}

	.name {
		position: absolute;
		top: 18px;
		width: 270px;
		left: 95px;
	}

	.prev {
		display: none;
	}

	.next {
		display: none;
	}

	#main {
		float: none;
		width: 100%;
	}

	#sub {
		float: none;
		width: 100%;
	}

	nav {
		background: #428abd;
	}

	nav ul {
		margin: 0;
		padding: 0;
	}

	nav .inner > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 53px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 53px);
		height: calc(100% - 53px);
	}

	nav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #b6d1e1;
		background: #428abd;
	}

	nav li:first-child {
		border-top: 0;
	}

	nav li:last-child {
		border-bottom: 0;
	}

	nav li a {
		display: block;
		padding: 10px 30px;
		color: #fff;
		text-decoration: none;
		background: #428abd;
	}

	nav ul ul {
		display: none;
		position: relative;
	}

	nav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 50px;
		text-align: left;
	}

	.subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}

	.subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #428abd;
	}

	.subnav a:hover:after {
		background: #428abd;
	}

	.active > a:before {
		margin-top: 0;
	}

	.active > a:after {
		margin-top: 5px;
	}

	.gnav {
		display: none;
	}

	#spMenu {
		display: block;
		z-index: 2;
		position: fixed;
		top: 16px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #428abd;
	}

	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}

	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}

	#navBtnIcon:before {
		margin-top: -6px;
	}

	#navBtnIcon:after {
		margin-top: 4px;
	}

	#navBtn .close {
		background: transparent;
	}

	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}

	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.col_two_one ul {
		margin-right: 0;
	}

	.col_two_one li {
		width: 100%;
	}

	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}

	#mainImage {
		position: relative;
	}
}

.newslist {
	right: 5px;
	bottom: 10px;
	background: url(../images/arrow4.png) no-repeat 5px center;
	padding: 14px 9px 11px 0px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #404040;
	float: right;
	text-decoration: aliceblue;
}

#news a:hover {
	text-decoration: underline;
	color: #393939;
}

.sln {
	font-size: 16px;
	font-weight: normal;
	float: right;
	text-decoration: aliceblue;
	z-index: 200;
	position: absolute;
	font-weight: bold;
}

.circle {
	fill: #15c3f2;
}

.newsright {
	right: 5px;
	bottom: 10px;
    /*! background: url(../images/timg.jpg) no-repeat 5px center; */
	padding: 1px 4px 19px 48px;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #404040;
	float: right;
    /*! top: 27px; */
}

@media (max-width: 800px) {
	.newsright {
		display: none;
	}
}

.newslistTag {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 5px;
	margin-left: 10px;
	color: white;
	background: #6cbee3;
	font-size: 12px;
	vertical-align: top;
	margin-top: 0px;
}

.topNavi {
	overflow: hidden;
	position: relative;
	margin-right: -1.030%;
    /*margin-top: 20px;*/
	margin-bottom: 20px;
}

.topNaviWrapper {
	width: 100%;
	margin: 10px auto;
	background-color: #EBF4F4;
	padding: 20px;
}

.topNaviColumn {
	display: inline;
	width: 31.02%;
	float: left;
	margin-right: 1.030%;
}

.topNaviCon {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	color: #000;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}

.topNaviPhoto img {
	width: 100%;
}

.topNaviCon h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #f19500;
	border: none;
}
/*企業情報ページ用*/
#twoColumnSub {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 28%;
}

/*企業情報ページ用*/
#twoColumnMain {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 68%;
}

.leftSide {
	width: 210px;
	float: left;
	border: 1px solid #d8d8d8;
}

.newsTitle {
	color: gray;
}

.newslistTitle {
	font-weight: bold;
	color: #393939;
}

.news {
	color: #ffbc46;
	font-size: 20px;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position: relative;
		float: right;
		margin: 10px 0;
	}

	header h1 {
		margin-bottom: 0;
		font-size: 18px;
		padding: 6px;
	}

	#main {
		float: none;
		width: 100%;
	}

	#twoColumnSub {
		float: none;
		width: 100%;
	}

	.bnr ul {
		overflow: hidden;
		margin-right: -2%;
	}

	.bnr li {
		float: left;
		width: 48%;
		margin: 0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display: block;
		position: relative;
		width: 100%;
	}

	nav h3 {
		cursor: pointer;
		margin-bottom: 0;
		color: #fff;
		background: #999;
		border: none;
	}

	nav h3:after {
		position: absolute;
		content: "\0025bc";
		top: 3px;
		right: 5px;
	}

	nav h3.menuOpen:after {
		position: absolute;
		content: "\0025b2";
		top: 3px;
		right: 5px;
	}

	nav ul {
		width: 100%;
	}

	nav li {
		width: 33.33%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	nav li:first-child a {
		width: 100%;
	}

	nav li a {
		display: block;
		width: 100%;
		border-bottom: 1px dotted #ddd;
		text-decoration: none;
	}

	/* トップナビ */
	.topNavi {
		margin-right: 0;
	}

	.topNaviColumn {
		display: block;
		box-sizing: border-box;
		width: 90%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#mainImage {
		position: relative;
	}
}



/******共通******/
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.topicpathAhref {
	text-decoration: none;
	color: #2894FF;
	font-size: 13px
}

#commonLefth1 {
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #000000;
	text-indent: 10px;
	border-bottom: solid #dde6eb 3px;
	margin: 5px 0 5px 0;
	padding: 0;
}

#commonLefth1ul {
	width: 200px;
	float: left;
}

#commonLefth1ul li {
	width: 200px;
	list-style: none;
	height: 30px;
	line-height: 34px;
	text-indent: 20px;
	border-bottom: solid #dde6eb 1px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
}

#commonLefth1ul li img {
	line-height: 34px;
	float: left;
	margin: 7px 0 3px 0;
	padding: 0;
}


/******  product.htmlために  ******/
.businessContents {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0 40px 0;
}

.businessContents h1 {
	height: 40px;
	line-height: 44px;
	font-size: 25px;
	color: #2894FF;
	text-indent: 10px;
}

.businessContents p {
	line-height: 30px;
	padding: 10px 10px 10px 20px;
}

.businessContents h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px
}

.businessContents h2 p {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.businessContents p.sub {
	font-size: 18px;
	margin-bottom: 40px;
	padding: 0!important
}

ul.businessBox1 {
	margin-bottom: 30px
}

ul.businessBox1 li {
	display: inline;
	width: 300px;
	height: 312px;
	border: 2px solid #dddddd;
	position: relative;
}

ul.businessBox1 li {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

ul.businessBox1 li:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

ul.businessBox1 li#system1 {
	background: url(../images/business_1.jpg) no-repeat left top;
	float: left;
	margin: 0 14px 0 14px;
	cursor: pointer
}

ul.businessBox1 li span {
	font-weight: bold;
	color: none;
	font-size: 16px;
	display: block;
	padding: 15px 0 10px 0
}

ul.businessBox1 li#solution1 {
	background: url(../images/business_2.jpg) no-repeat left top;
	float: left;
	margin: 0 14px 0 14px;
	cursor: pointer
}

ul.businessBox1 li#ecsite1 {
	background: url(../images/business_3.jpg) no-repeat left top;
	float: right;
	margin: 0 14px 0 14px;
	cursor: pointer
}

ul.businessBox1 li a {
	height: 148px;
	display: block;
	background-image: url(../images/boxlink_back.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 10px 0 15px;
	color: white;
	position: absolute;
	top: 164px;
	left: 0;
	width: 92%;
	font-size: 14px;
}

ul.businessBox1 li a strong {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 18px;
	font-weight: normal
}

ul.businessBox1 li div {
	height: 250px;
	display: block;
	padding: 0 0 0 15px;
	color: balck;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	font-size: 14px;
	line-height: 30px;
}

ul.businessBox1 li div strong {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #000000
}

@media (max-width: 800px) {
	.businessContents {
		width: 100%;
		margin: 0 auto;
		padding: 90px 0 0px 0;
	}

	.businessContents p {
		line-height: 30px;
		padding: 10px 10px 10px 10px;
	}

	ul.businessBox1 li a {
		width: auto;
/* display:block; */
		padding: 0px 0px 4px 0px;
		size: 12px;
		background-size: cover;
		float: right;
/* height: 100px; *//* width: 109px; */
	}

	ul.businessBox1 li a strong {
		padding: 10px 0 5px 0
	}

	ul.businessBox1 li {
		width: 90%;
		height: 400px;
		border: 2px solid #dddddd;
		position: relative;
		background-size: cover;
/* margin:10px auto; */
	}

	ul.businessBox1 li#system1 {
		background: url(../images/business_1.jpg) no-repeat left top;
		fl;float: left;
		margin: 0 14px 0 14px;
	}

	ul.businessBox1 li#solution1 {
		background: url(../images/business_2.jpg) no-repeat left top;
		float: left;
		margin: -2px 14px 0 14px;
	}

	ul.businessBox1 li#ecsite1 {
		background: url(../images/business_3.jpg) no-repeat left top;
		float: right;
		margin: -2px 23px 0 0px;
	}

	ul.businessBox1 li div {
		height: 251px;
		display: block;
		padding: 0 0 0 15px;
		color: balck;
	/* position:absolute; */
		bottom: 0;
		left: 0;
		width: 300px;
		font-size: 14px;
		line-height: 30px;
	}

	ul.businessBox1 li div strong {
		display: block;
		padding: 15px 0 10px 0;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
	}
}


/******  system.htmlために  ******/
.bg12 {
	font-size: 13px;
	color: #0097cc;
	text-decoration: none;
}

.bg12:hover {
	color: #51b400;
	text-decoration: underline;
}

#inside {
	width: 950px;
	margin: 5px auto 0 auto;
}

#inside .left {
	width: 210px;
	float: left;
}

#inside .left h1 {
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #000000;
	text-indent: 10px;
	border-bottom: solid #dde6eb 3px;
	margin: 5px 0 5px 0;
	padding: 0;
}

#inside .left ul {
	width: 200px;
	float: left;
}

#inside .left ul li {
	width: 200px;
	list-style: none;
	height: 30px;
	line-height: 34px;
	text-indent: 20px;
	border-bottom: solid #dde6eb 1px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
}

#inside .left ul li img {
	line-height: 34px;
	float: left;
	margin: 7px 0 3px 0;
	padding: 0;
}

#inside .right {
	width: 725px;
	padding: 0px 0px 0 0;
	float: right;
}

#inside .right h1 {
	height: 40px;
	line-height: 44px;
	font-size: 20px;
	color: #2894FF;
	text-indent: 10px;
	margin-left: -10px;
}

#inside .right p {
	line-height: 22px;
	padding: 0px 0px 0px 0px;
}

#inside .right .news {
	padding: 0 5px;
}

#inside .right .news li {
	height: 25px;
	line-height: 25px;
}

#inside .right .news li span {
	float: right;
}

#inside .right h3 {
	height: 60px;
	background-color: #ECF8FF;
	border-top: solid 3px #A2D6F4;
	font-size: 14px;
	color: #333;
	padding: 2px;
}

#inside .right .tit {
	font-size: 20px;
	color: #0474C1;
}

#inside .right h4 {
	height: 30px;
	background-color: #ECF8FF;
	border-top: solid 3px #A2D6F4;
	font-size: 14px;
	color: #333;
	padding: 2px;
}

#inside .right ul {
/*! border: 2px solid #c0c0c0; *//*! margin: 3px 4px; *//*! padding: 4px; */
	width: 100%;
}

#inside .right ul li {
	line-height: 1.5;
	margin-left: 5px;
}

#arrow_ul li {
	text-indent: 20px;
	line-height: 1.5;
}

#inside .right h2 {
	background: url(images/h2.gif) no-repeat scroll left 2px;
	color: #323e57;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 2;
	padding-left: 20px;
}


/******  企業情報のhtmlために  ******/
.tableLeftRightLineClear {
	BORDER-LEFT: #FFFFFF 1px double;
	BORDER-RIGHT: #FFFFFF 1px double;
}

.tdRightLineClear {
	height: 22px;
	text-align: left;
	vertical-align: top;
	BORDER-RIGHT: #FFFFFF 1px double;
	color: #2894FF;
	font-weight: bold;
}

.h1about03 {
	height: 40px;
	line-height: 44px;
	font-size: 14px;
	color: #51b400;
	border-bottom: solid #6eb2ef 4px;
	text-indent: 10px;
}

.tableLineClear {
	BORDER-LEFT: #FFFFFF 1px double;
	BORDER-RIGHT: #FFFFFF 1px double;
	BORDER-TOP: #FFFFFF 1px double;
	BORDER-BOTTOM: #FFFFFF 1px double;
}

#demo12 {
	border: 10px solid #000;
	border-left-color: #f00;
	width: 0;
	height: 0;
}

/******  募集要項のhtmlために  ******/
ul.businessBoxWebmaster {
	width: 100%;
	margin-bottom: 30px;
}

ul.businessBoxWebmaster li {
	display: inline;
	width: 100%;
	border: 1px solid #dddddd;
	position: relative;
}

ul.businessBoxWebmaster li#webmaster1 {
	float: left;
	margin: 0 0px 0 0px;
/* padding-left: 20px; */
	height: 236px;
}

ul.businessBoxWebmaster li#webmaster2 {
	float: left;
	margin: 20px 0px 0px 0px;
	padding-top: 20px;
	height: 216px;
}

ul.businessBoxWebmaster li#webmaster3 {
	float: left;
	margin: 20px 0px 0px 0px;
/* padding-left: 20px; */
	height: 200px;
}

ul.businessBoxWebmaster li div {
	/* height:545px; */
	/* width:220px; */
	display: block;
	padding: 0 2px 0 2px;
	color: balck;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 30px;
	margin: 10px;
	text-indent: 8px;
	line-height: 20px;
}

ul.businessBoxWebmaster li div strong {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

table.gridtable {
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #01B0F1;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
