
.mgn0{
	margin:0 !important;
}
.mgn10{
	margin:10px !important;
}
.mgn15{
	margin:10px !important;
}
.mgn20{
	margin:10px !important;
}

.mgn-lt10{
	margin-left:10px !important;
}
.mgn-lt20{
	margin-left:20px !important;
}
.mgn-lt30{
	margin-left:30px !important;
}
.mgn-lt45{
	margin-left:45px !important;
}
.mgn-lt60{
	margin-left:60px !important;
}

.mgn-rt10{
	margin-right:10px !important;
}


.mgn-btm0{
	margin-bottom:0 !important;
}
.mgn-btm10{
	margin-bottom:10px !important;
}
.mgn-btm30{
	margin-bottom:30px !important;
}
.mgn-btm50{
	margin-bottom:50px !important;
}
.mgn-btm70{
	margin-bottom:70px !important;
}
.mgn-btm100{
	margin-bottom:100px !important;
}
.mgn-top10{
	margin-top:10px !important;
}
.mgn-top30{
	margin-top:30px !important;
}
.mgn-top50{
	margin-top:50px !important;
}
.mgn-top70{
	margin-top:70px !important;
}

.clear{
	clear:both;
}
.flt-rt{
	float:right;
}
.flt-lt{
	float:left;
}
.font-red{
	color:red;
}
.font-blue{
	color:blue;
}
.font-black{
	color:#000;
}

.font-big{
	font-size:120%;
}

.font-small{
	font-size:80%;
}
.font-bold{
	font-weight:bold;
}
.font-nomal{
	font-weight:normal;
}


.txt-left {
	text-align:left;
}

.txt-right {
	text-align:right;
}

.txt-center {
	text-align:center;
}

.width-6em {
	width:6em;
}

.width-7em {
	width:7em;
}

.width-8em {
	width:8em;
}

.width-9em {
	width:9em;
}

.width350 {
	width:350px;
}

.width400 {
	width:400px;
}

.width600 {
	width:600px;
}

hr.hr-white {
    color: #FFF;
    border: #FFF 1px solid;
    clear: both!important;
}

span.u-line-bruegray {
	background:url(/products/infra-total/img/dt_bg_bluegray.gif) repeat-x;
}

span.sp-kaisyo {
	 background:#F00;
	 padding:3px 5px;
	 color: #FFF;
}

/*ul*/
ul.ul-std {
	list-style-type:disc;
	margin:0 0 30px 30px;
}

ul.ul-table-inner {
	list-style-type:disc;
	margin:0 0 0 20px;
}


ul#relate {
	margin:0 0 30px 30px;
}
ul#relate li{
	background:url(/products/infra-total/img/relate_li.png) no-repeat left top 2px;
	padding:0 0 0 20px;
	margin-bottom:7px;
}
ul.facility-img{
	width:850px;
	margin:0 auto;
}
ul.facility-img li{
	float:left;
	text-align:center;
	margin:20px;
}
.ul-faq{
	background:#FFF;
	border:1px solid #DDD;
	padding:10px;
	margin:25px 0;
}
.ul-faq li:nth-child(odd) {
	padding:5px 0 5px 35px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	background:url(/products/infra-total/img/question.gif) no-repeat left top ;
}
.ul-faq li:nth-child(odd) span {
	background:#25BBED;
}

.ul-faq li:nth-child(even) {
	padding:10px 0 10px 45px;
	background:url(/products/infra-total/img/answer.gif) no-repeat left 7px top 5px #F3F3F3;
}
.ul-faq li:nth-child(even) span {
	background:#FF9825;
}
.ul-faq span {
	font-weight:bold;
	display:inline-block;
	width:23px;
	height:27px;
	font-size:120%;
	color:#FFF;
	padding:2px 0 0 7px;
	border-radius:2px;
	margin-right:5px;
}

/*ol*/
ol.ol-std {
  counter-reset:li; /*カウントリセット*/
  }
ol.ol-std li {
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative;
	margin-left:35px;
	margin-bottom:15px;
}
ol.ol-nomal li {
	list-style:decimal;
	margin-left:35px;
	margin-bottom:5px;
}
ol.ol-std li:before {
  content:counter(li); /*カウンターのインデックスを挿入*/
  counter-increment:li; /*ナンバリングを生成*/
  /* ここから番号のスタイル */
  position:absolute;
  left:-35px;
  width:35px; /*幅*/
  height:35px;
  color:#FFF; /*文字色*/
  background:url(/products/infra-total/img/ol_bg.gif) no-repeat left 0; /*背景画像*/
  padding-top:2px;
  padding-left:9px;
  margin-top:-2px;
  }
  
/*ol*/ 
.border-none{
	border:none !important;
}
.border-rt-none{
	border-right:none !important;
}
.border-lt-none{
	border-left:none !important;
}


/*dl*/
.dl-std dt {
	display: list-item;
	list-style: disc outside;
	margin:0 0 0 30px;
	font-weight:bold;
}

.dl-std dd {
	margin-left:10px;
	margin-bottom:10px;
	padding:0 0 0 20px;

}
	

/*------------------
	table
------------------*/

table.tbl-std{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-bottom:50px;
}

table.tbl-std th {
	padding:8px;
	border: solid 1px #AAA;
	background:#ACE7FD;
	color:#222;
}
table.tbl-std tr td:nth-of-type(1){
	background: #F0FAFF;
}

table.tbl-std td {
	padding:7px;
	border: solid 1px #AAA;
}


table.tbl-service{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-bottom:50px;
	width:700px;
}

table.tbl-service th {
	padding:8px;
	border: solid 1px #AAA;
	background:#A9E4F8;
	color:#222;
}
table.tbl-service td {
	padding:6px;
	border: solid 1px #AAA;
}

/*↓導入費用図↓*/
.img-box-cloud {

}

.img-box-cloud img {
	width: 60%;
	border: #ccc 1px solid;
	
}

table.tbl-case{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-right: 2%;
}

table.tbl-case th {
	padding:8px;
	box-sizing: border-box;
	border: solid 1px #AAA;
	background:#A9E4F8;
	color:#222;
	font-weight: normal;
	text-align: left;
	width:100px;
}

table.tbl-case td {
	padding:7px;
	border: solid 1px #AAA;
}
/*↑導入費用図↑*/

/*------------------------------------------------------*/

body {
	color: #222;
	text-align: center;
	background: url(/products/infra-total/img/body_bg.jpg) repeat-x #FFF ;
	border-top:1px solid #00a0e9;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

body.normal {
	background: url(/products/infra-total/img/body_bg_nomal.jpg) repeat-x #FFF ;
}

/*========================================
   Container
  ========================================*/
#container{
	width:100%;
	margin:0 auto;
	text-align:left;
}
section{
	height:auto;
}

/*========================================
   Header
  ========================================*/
#header{
	margin:0 auto;
	width:1000px;
}
/*#header h1{
	padding:20px 0;
}*/
#headerTop{
	height:111px;
}

#headerTop ul{
	float:right;
	overflow:hidden;
}
#headerTop ul li{
	padding-top:13px;
	float:left;
}
#headerTop ul li#faq{
	margin-right:10px;
	background:url(/products/infra-total/img/arrow_right.png) no-repeat left 0px top 17px;
	padding-left:18px;
	margin-top:12px
}
li.social-button{
	overflow: hidden;
	margin-top:5px;
	margin-left: 5px;
	padding: 0;
	border: none;
	list-style-type: none;
}
li.social-button img{
	width:23px;
	height:23px;
}
ul#headerInquiry {
	margin-bottom:1px;
	margin-top: 30px;
}
ul#headerInquiry li{
	margin-left:15px;
}
#logo{
	margin-top:15px;
	float:left;
}

.tel-link {
	text-decoration: none !important;
	color: #008bca !important;
}

/*#nav{
	margin:0 auto;
	width:1000px;
}

#nav ul{
	clear:both;
	overflow:hidden;
}
#nav ul li{
	width:20%;
	float:left;
}
#nav ul li a{
	display:block;
	width:100%;
	padding:20px 0 20px 0;
	text-align:center;
	text-decoration:none;
	color:#222;
	font-size:14px;
	font-weight:bold;
	height:69px;
	background:#FFF;
	border-top:5px solid #00a0e9 ;
	border-right:1px solid #eee;
	box-sizing:border-box;
}
#nav ul li:first-of-type a{
	border-left:1px solid #eee;
}
#nav ul li a:hover{
	border-top:5px solid #00a0e9 !important;
	background:#E7F9FE;
	color:#222;
	transition: background 0.3s ease;
}
#nav ul li.active a{
	background: url(/products/infra-total/img/nav_point.png) no-repeat center top #E7F9FE !important;
	color:#222;
}*/

/* Googleカスタム検索 */
#search{
	width:300px;
	margin-right:10px;
}
.cse .gsc-control-cse, .gsc-control-cse {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
	margin:0 !important;
	padding:0 !important;
}

form.gsc-search-box{
	margin:0 !important;
}
table.gsc-search-box {
	margin:0 !important;
}

.gsc-input-box{
	height:auto !important;
}
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input
{
	vertical-align: top !important;
}

.gs-title{
	color: #0000CC !important;
	text-align:left !important;
	margin-left:0 !important;
	font-size:15px !important;
}



/**/
#topicPath ul li{
	float:left;
	margin-right:5px;
}
#topicPath ul li a{
	text-decoration:underline;
}

/* ↓パンくずナビ用↓ */
#topicPath a {
	text-decoration:none;
	color:#FFF
}

#topicPath a:hover{
	text-decoration:underline;
}
/* ↑パンくずナビ↑ */

#h1Area{
	padding:20px;
	background:linear-gradient(bottom , #00a0e9, #0598db);
	background: -moz-linear-gradient(bottom, #00a0e9, #0598db);
	background: -webkit-gradient(linear, left bottom, left top, from(#00a0e9), to(#0598db));
	border-bottom:5px solid #008bca;
	color:#FFF;
	height:80px;
}
#h1Area h1{
	clear:both;
	margin-top:40px;
	padding:5px 20px;
    border-left: 8px solid #FFF;	
	font-size:28px;
}
/*========================================
   Contents
  ========================================*/
#contents{
	margin:30px auto;
	width:1000px;
}
#contents_nomal{
	margin:0 auto;
	width:1000px;
}

/*========================================
   Main
  ========================================*/
#main{
	width:750px;
	float:right;
	margin:0 0 10px 30px;
}

@media print {
	#main {
		width: 100%;
		float: none;
	}
}
	
#main #contents{
	margin-top:50px !important;
}
#main_nomal{
	margin:0 auto;
}

#main h2{
	clear:both;
	font-size:22px;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 18px 0 13px 0;
    position: relative;
	z-index:10;
}
#main h2::before{
    background-color: #00a0e9;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
}
#main h3{
	clear:both;
	color:#0077B0;
	font-size:17px;
    font-weight: bold;
    margin:20px 0 10px 0;
}


#main p{
	margin-bottom:10px;
}
.bxslider div {
  display: none;
}
.bx-viewport .bxslider div {
  display: block !important;
}

/*お問い合わせ用*/
#main-inquiry{
	width:900px;
}

#main-inquiry h2{
	clear:both;
	font-size:22px;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 18px 0 13px 0;
    position: relative;
}
#main-inquiry h2::before {
    background-color: #00a0e9;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
}

#main-inquiry h3.h3-service{
	background:#25BBED;
	border-left:7px solid #007fb9;
	color:#FFF;
	clear:both;
	font-size:18px;
    font-weight: normal;
	padding:10px 5px 7px 5px;
}


#main-inquiry p{
	margin-bottom:10px;
	margin-left:10px;
}

/*------------------
	tokuchou
------------------*/
div.box-tokuchou{
	float:right;
	padding-top:10px;
	width:430px;
}
dl.tokuchou{
	margin-bottom:30px;
	clear:both;
}
h4.tokuchou{
	clear:both;
	border-bottom:1px dotted #CCC;
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px;
	padding:10px 50px 12px 50px;
}
h4#tokuchou01{
	background:url(/products/infra-total/img/no1.png) no-repeat left top;
}
h4#tokuchou02{
	background:url(/products/infra-total/img/no2.png) no-repeat left top;
}
h4#tokuchou03{
	background:url(/products/infra-total/img/no3.png) no-repeat left top;
}
h4#tokuchou04{
	background:url(/products/infra-total/img/no4.png) no-repeat left top;
}
.btn {
	clear:both;
	display: block;
	width:auto;
	background:url(/products/infra-total/img/arrow_right.png) no-repeat left 10px top 11px;
	border:2px solid #008bca;
	border-radius:2px;
	color:#222;
	padding:9px 5px;
	text-align:center;
	margin:0 10px 10px 10px;
	font-size:13px;
	text-decoration:none;
}


/*------------------
	service
------------------*/
.service{
	clear:both;
	background-color:#F0FAFF;
	margin-bottom:40px;
	border-radius:2px;
}
.service-gaiyo{
	padding:5px;
	margin:0 10px ;
}
.service-gaiyo p{
	margin:0 !important;
}
.btn_service {
	clear:both;
	color:#FFF;
	display: block;
	width:160px;
	background:#008BCA;
	border-radius:2px;
	padding:5px;
	text-align:center;
	margin:0 10px 15px 10px;
	font-size:13px;
	text-decoration:none;
	float:right;
}

.btn_pagetop {
	clear:both;
	color:#000;
	display: block;
	width:130px;
	background: #FFF;
	border-radius:2px;
	padding:3px;
	text-align:center;
	margin:0 10px 15px 10px;
	font-size:13px;
	text-decoration:none;
	float:right;
	border:1px solid #999 !important;
}


#main h3.h3-service{
	background:#25BBED;
	border-left:7px solid #007fb9;
	color:#FFF;
	clear:both;
	font-size:18px;
    font-weight: normal;
	padding:10px 5px 7px 5px;
}

/* ↓セキュリティ対策 のショートカット↓ */
.ul-shortcut {
	width:715px;
	margin:0 auto 10px auto;
	padding:8px 15px 10px 15px;
	background:#f7fcff;
	border:1px solid #008bca;
	height:15px;
	z-index:20;
	text-align:center;
}
.ul-shortcut li{
	float:left;
	margin-right:5px;
	font-size:80%;
}
.ul-shortcut a {
	text-decoration:none;
	color:#222
}
.ul-shortcut a:hover{
	text-decoration:underline;
}
/* ↑セキュリティ対策 のショートカット↑ */

/*style*/
.img-box{
	text-align:center;
}
.img-box p{
	margin:0 !important;
}

.second-indent {
	padding-left: 1.25em;
	text-indent: -1.25em;
}


/* 例1）で使用 */
.second-indent-2_5 {
	padding-left: 2.5em;
	text-indent: -2.5em;
}


/*========================================
   Side
  ========================================*/

@media print {
	#side {
		display: none;
	}
}

#side{
	width:220px;
	float:left;
	background:#FFF;
	z-index:100;
}
@media screen and (max-width: 450px) {
	#side{
		position:absolute !important;
		top:330px;
	}
}
#side ul{
	-webkit-box-shadow: 0 3px 5px #ccc; 
    -moz-box-shadow: 0 3px 5px #ccc;
    box-shadow: 0 3px 5px #ccc;
}
#side h2 {
	color:#FFF;
	font-weight:normal;
}
#side h2.side_center{
	padding:18px 0 15px 40px;
	background: url(/products/infra-total/img/side_center.png) no-repeat left 10px top 12px #00a0e9;
	font-size:15px;
}
#side h2.side_infra {
	padding:18px 0 15px 40px;
	background: url(/products/infra-total/img/side_infra.png) no-repeat left 10px top 12px #00a0e9; 
	font-size:15px;
}
#side h2.side_security {
	padding:18px 0 15px 38px;
	background: url(/products/infra-total/img/side_security.png) no-repeat left 10px top 12px #00a0e9; 
	font-size:14px;
}
#side h2.side_case {
	padding:18px 0 15px 40px;
	background: url(/products/infra-total/img/side_case.png) no-repeat left 10px top 12px #00a0e9; 
	font-size:15px;
}
#side h2.side_faq {
	padding:18px 0 15px 40px;
	background: url(/products/infra-total/img/side_faq.png) no-repeat left 10px top 12px #00a0e9; 
	font-size:15px;
}
#side h2 a{
	color:#FFF;
	text-decoration:none;
}

#side ul li a{
	display:block;
	width:100%;
	padding:15px 0 12px 10px;
	text-decoration:none;
	color:#222;
	font-size:13px;
	background:#FFF;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
}
#side ul li a:hover{
	background:#E7F9FE !important;
}
#side ul li.sub a{
	padding:13px 0 10px 10px;
	font-weight:bold;
}
#side ul li a.router-link-active{
	padding:15px 0 12px 7px;
	background:#E7F9FE !important;
	color:#222;
	font-weight:bold;
	font-size:14px
}

/*========================================
   inquiry
  ========================================*/

#inquiry{
	width:740px;
	height:180px;
	background:#f7fcff;
	border:1px solid #008bca;
	clear:both;
	margin:100px auto 50px auto;
}
#inquiry dl{
	float:left;
	margin-top:15px;
	padding:0 10px 10px 20px;
}
#inquiry dl:first-of-type{
	border-right:1px solid #BBB;
}
#inquiry dl dt{
	width:300px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
#inquiry dl dd{
	padding-bottom:5px;
	padding-left:10px;
}
#inquiry dl dd img{
	margin-top:10px;
}
#inquiry dl dt#phone{
	background: url(/products/infra-total/img/icon_phone.png) no-repeat;
	padding:0 0 0 35px;
}
#inquiry dl dt#phone span{
	font-size:20px;
}
#inquiry dl dt#web span{
	font-size:16px;
}
#inquiry dl dd.phoneNo{
	font-weight:bold;
	font-size:17px;
	color: #008bca;
	padding-left:15px;
	padding-top:5px;
}
#inquiry dl dd.phoneNo span{
	font-size:30px !important;
}
#inquiry dl dt#web{
	background: url(/products/infra-total/img/icon_web.png) no-repeat left top 0;
	padding:2px 0 0 35px;
}

/*========================================
   Footer
  ========================================*/
/*page-top*/
p.gotop{
    position: fixed;
    right: 40px;
    bottom: 40px;
	z-index:100;
}
p.gotop a{
	padding-top:10px;
    width: 35px;
    height:35px;
    display: block;
	background:url(/products/infra-total/img/pagetop.png) no-repeat;
	margin-bottom:5px;
	text-decoration: none;
}

#footer{
	width:100%;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	background:#FFF;
    border-top: 1px solid #dddddd;
    padding: 25px 0 0 0;
	position:relative;
	z-index:1000;
}
#footer ul{
	display: inline-block;
}

#btn_top{
	clear:both;
	text-align:right;
}

#footer_link {
    background: #333333;
    padding: 23px 0;
	text-align:center;
}
#footer_link ul li a{
	text-decoration:none;
}
#footer_link ul{
	width:1000px;
}
#footer_link ul li{
	display: inline-block;
	margin:0 10px 0 0;
}
#footer_link ul li a{
	color:#FFF;
}
#footer p {
    font-size: 11px;
    color: #666666;
    padding: 15px 0;
	text-align:center;
}

.pc-none {
	display: none;
}

sup,sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	bottom: 1ex;
}

/* SP */
@media only screen and (max-width: 767px) {
/* ---------- */
/* style.css  */
/* ---------- */
.sp-none {
	display: none;
}
.sp-90per-0-auto {
	width: 90%;
	margin: 0 auto;
}	
.sp-width-100per {
	width: 100%;
}
.sp-width-90per {
	width: 90%;
}	
.pc-none {
	display: block;
}
.sp-txt-center {
	text-align: center;
}
/*span.sp-kaisyo {
	 background:#F00;
	 padding:3px 5px;
	 color: #FFF;
}*/

.sp-height-120 {
	height: 120px !important;
}

.sp-height-140 {
	height: 140px !important;
}

.sp-txt-center {
	text-align: center;
}

.sp-txt-center {
	text-align: center;
}

.sp-mgn-top-20 {
	margin-top: 20px !important;
}

.sp-mgn-top-10 {
	margin-top: 10px !important;
}

.sp-mgn-lt0 {
	margin-left: 0 !important;
}

.sp-mgn-lt-30 {
	margin-left: 30px !important;
}

.sp-mgn-btm-10 {
	margin-bottom: 10px !important;
}

.sp-mgn-btm-20 {
	margin-bottom: 20px !important;
}

.sp-height-150 {
	height: 150px !important;
}

.sp-height-170 {
	height: 170px !important;
}

.sp-block {
	display: block;
}

.sp-flt-none {
	float: none;
}	
	
	
/*ul*/
ul#relate {
	margin:0 0 30px 10px;
}
ul.facility-img{
	width: 100%;
}
ul.facility-img li{
	float: none;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0;
	text-align: left;
}

ul.facility-img li img{
	width: 100%;
}

/*------------------
	table
------------------*/
table.tbl-service{
	display: none;
}


/*------------------------------------------------------*/

body {
	background: url('') !important;
}

/*========================================
   Header
  ========================================*/
#header{
	width:100%;
	position: relative;
}

#headerTop{
	position: absolute;
	top: 0;
	margin-left: 10px;
	height: 0;
}

#headerTop ul{
	float:none;
}
#headerTop ul li{
	float:none;
}
ul#headerInquiry {
	margin-top: 0;
	margin-bottom:0;
}
ul#headerInquiry li{
	margin-left:0;
}
#logo{
	margin-top:20px;
	float: none;
}

#h1Area{
	background: #0598db;
}
#h1Area h1{
    border-left: 5px solid #FFF;	
	font-size:25px;
}
	
/*========================================
   Contents
  ========================================*/
#contents{
	margin:30px auto;
	width: 100%;
}
#contents_nomal{
	width:100%;
	padding-top: 150px;
}

/*========================================
   Main
  ========================================*/
#main{
	width:100%;
	margin:0 auto;
	float: none;
}
/*------------------
	tokuchou
------------------*/
div.box-tokuchou{
	float:none;
	padding-top:0;
	width: 100%;
}
h4.tokuchou{
	padding:10px 0 12px 45px;
}

/*========================================
   Side
  ========================================*/
#side{
	display: none;
}

/*========================================
   inquiry
  ========================================*/

#inquiry{
	width:90%;
	height: auto;
	margin: 0 auto;
}
#inquiry dl{
	float: none;
	padding:0 10px 10px 10px;
}
	
#inquiry dl:first-of-type{
	border-right:none;
}
	
#inquiry dl dt{
	width: 100%;
}
#inquiry dl dd img{
	margin-top:10px;
}
#inquiry dl dt#phone span{
	font-size:18px;
}
#inquiry dl dd.phoneNo span{
	font-size:25px !important;
}

/*========================================
   Footer
  ========================================*/
/*page-top*/
/*#footer .com_l_box ul {
	display: none;
}*/
#footer_link ul{
	width:100%;
}
#footer_link ul li{
	margin:0 10px;
}

}
