/* CSS Document */

@charset "UTF-8";

/*停電電源装置の選び方ページ PC用CSS*/

/*************************************************/

/* 共通部分 */

/*************************************************/


/* 汎用クラス */

.pt5 {
	padding-top: 15px;
}
.pt10 {
	padding-top: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl25 {
	padding-left: 25px;
}
.cnt {
	text-align: center;
}
.ups_inner {
	box-sizing: border-box;
	width: 1100px;
	position: relative;
}

/* メインビジュアル */

#main {
	background: url(../img/main_bg.png) repeat-x;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin: 112px auto 0 auto;
	display: block;
	height: 100%;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #main {
		padding-bottom: 20px;
	}
}
@-moz-document url-prefix() {
	#main {
		padding-bottom: 20px;
	}
}
#main .main_bx {
	display: table;
	margin: 0 auto;
	padding-top: 25px;
}
#main .main_bx .txt {
	display: table-cell;
}
#main .main_bx .main_chara {
	display: table-cell;
	vertical-align: bottom;
}
#main .shurui {
	background: url(../img/bg_main_box.png) no-repeat;
	margin: 0 auto;
	width: 1002px;
	padding: 25px 60px;
	height: 435px;
	margin-bottom: 30px;
}
#main .shurui h3 {
	margin-bottom: 20px;
}
#main .shurui ul {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#main .shurui ul li {
	display: table-cell;
	width: 33.3333%;
	text-align: center;
	vertical-align: top;
}

/* メニュー */

#menu {
	max-width: 1000px;
	box-sizing: border-box;
	margin: 45px auto 50px auto;
	display: table;
}
#menu li {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 0;
	height: 171px;
}
#menu li:last-child {
	display: table-cell;
	padding-right: 0;
}
#menu li.current{
	padding-top: 0;
}

#menu a{
	opacity:1 !important;

}

/*フ ッターお問い合わせ */

#contact {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0;
	background: url("/guide/ups/img/contact_chara.gif") no-repeat;
	background-position: calc(50% + 20px) 60px;
	padding: 25px 0 100px 0;
}
#contact .contact_outer {
	width: 840px;
	margin: 0 auto 0px;
}
#contact .contact_outer>img {
	width: 840px;
}

#contact .contact_box {
	width: 840px;
	box-sizing: border-box;
	border: 2px solid #333333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 4% 5px;
}
#contact .contact_box .contact_box_inner {
	width: 100%;
	margin-bottom: 10px;
}

#contact .contact_box .contact_box_inner h4 {
	font-size: 20px;
	padding: 5px;
	background-color: #666666;
	text-align: center;;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#contact .contact_box .text {
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#contact .contact_box .tel {
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	width: 48%;
	display: inline-block;
	padding: 0 0 0;
}
#contact .contact_box .tel img {
	width: 80px;
	margin: -5px 10px 0 0;
	vertical-align: middle;
}
#contact .contact_box .tel ul {}
#contact .contact_box .tel ul li {
	margin-bottom: 10px;
}

#contact .contact_box .mail {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 3%;
}

#contact .contact_box .mail img {
	width: 94%;
}

/*************************************************/

/*各個別ページ*/

/*************************************************/

/*-----------------------------------------------*/
/* 製品基礎知識ページ*/
/*-----------------------------------------------*/


/* 停電対策電源の基礎知識 -----------------------*/

#ups_content_outer {
	width: 100%;
	background: url(../img/img_ups_cara01.gif) no-repeat;
	background-position: calc(50% + 560px) 0px;
}
#ups_content {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
#ups_content:after {
	content: "";
	display: block;
	clear: both;
}

#ups_content .box {
	box-sizing: border-box;
	z-index: 100;
}
#ups_content .box .box_top {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
#ups_content .box .box_cont {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #65aadd;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0 50px 0px 50px;
}
#ups_content .box .box_cont h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 35px;
}
#ups_content .box .box_cont h3 img {
	margin: 0 0 10px;
}
#ups_content .box .box_cont:after {
	content: "";
	clear: both;
	display: block;
}
#ups_content .box .box_cont ul {
	display: inline;
}
#ups_content .box .box_cont ul:after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 0px;
}
#ups_content .box .box_cont ul li {
	display: inline-block;
	width: 480px;
	float: left;
	margin: 0 30px 30px 0;
}
#ups_content .box .box_cont ul li:nth-child(even) {
	margin-right: 0;
}
#ups_content .box .box_cont ul li.none {
	display: inline-block;
	float: left;
	margin-right: 0;
	background: none;
}
#ups_content .box .box_cont ul li article {
	background: url(../img/box_bg.png) repeat-y #fff;
	margin: 0;
	padding: 0;
}
#ups_content .box .box_cont ul li p.txt {
	padding: 20px 30px;
	line-height: 22px;
	text-align: left;
}
#ups_content .box .box_cont ul li p span {
	background: #ffff99;
}
#ups_content .box .box_cont ul li p.lineup {
	background: url(../img/bg_lineup.png) repeat-x;
	width: 88%;
	padding: 2px 8px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}
#ups_content .box .box_cont ul li p.lineup_txt {
	font-size: 14px;
	font-weight: bold;
	width: 88%;
	margin: 10px auto 10px;
	text-align: left;
}
#ups_content .box .box_cont ul li p.lineup_txt a {
	text-decoration: underline;
	white-space: nowrap;
}

/* 特長一覧表 -----------------------*/

#ups_content02_outer {
	width: 100%;
	background: url(../img/img_ups_cara02.gif) no-repeat;
	background-position: calc(50% - 520px) 0px;
}
#ups_content02 {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#ups_content02:after {
	content: "";
	display: block;
	clear: both;
}
#ups_content02 .box .box_top {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
#ups_content02 .box .box_cont {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #65aadd;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#ups_content02 .box .box_cont:after {
	content: "";
	display: block;
	clear: both;
	padding-bottom: 5px;
}
#ups_content02 .box .box_cont h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 35px;
}
#ups_content02 .box .box_cont h3 img.pc {
	margin: 0 auto 0;
	padding: 0;
}
#ups_content02 .box .box_cont .small_box {
	width: 1092px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../img/bg_small_box.png) repeat-y;
}
#ups_content02 .box .box_cont .small_box table {
	width: 90%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
}
#ups_content02 .box .box_cont .small_box table tr.bg {
	background: #ececec;
}
#ups_content02 .box .box_cont .small_box table th {
	background: url(../img/bg_th02.png);
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 10px;
	vertical-align: middle;
	width: 16.6666%;
	font-weight: bold;
}
#ups_content02 .box .box_cont .small_box table th.lasr_b {
	border-bottom: 1px solid #8c8c8c;
}
#ups_content02 .box .box_cont .small_box table th.bg_g {
	background: url(../img/bg_th01.png);
	text-align: center;
	border: 1px solid #8c8c8c;
	color: #000;
	padding: 0;
	font-weight: bold;
	font-size: 90%;
}
#ups_content02 .box .box_cont .small_box table td {
	border: 1px solid #8c8c8c;
	padding: 10px 5px 10px 10px;
	color: #000;
	vertical-align: middle;
	width: 16.6666%
}
#ups_content02 .box .box_cont .small_box table .nbr {
	border: none;
}
#ups_content02 .box .box_cont .small_box table td span {
	text-decoration: underline;
}
#ups_content02 .box .box_cont .small_box p.atend {
	font-weight: bold;
	text-align: left;
	margin: 10px 0 30px 50px;
}
#ups_content02 .box .box_cont .small_box img.pc {
	margin: 0 auto 0;
}

/*-----------------------------------------------*/
/* 各製品の選び方 HOW TO*/
/*-----------------------------------------------*/


#box_outer {
	width: 100%;
	background: url(../img/img_ups_cara01.gif) no-repeat;
	background-position: calc(50% + 560px) 0px;
}
#ups_content_select {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	height: auto;
	z-index: 300;
}
#ups_content_select:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#ups_content_select .box {
	box-sizing: border-box;
	/*position:absolute;
	top:0;
	left:0;*/
	z-index: 100;
}
#ups_content_select .box .box_top {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
#ups_content_select .box .box_cont {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #65aadd;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0 50px 35px 50px;
}
#ups_content_select .box .box_cont h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}
#ups_content_select .box .box_cont h3 img.pagetit {
	margin-bottom: 10px;
}
#ups_content_select .box .box_cont div.note h3.select04 span span.select04 {
	font-size: 80%;
	display: inline-block;
	width: 100%;
	padding: 0;
}
#ups_content_select .box .box_cont div.note h3 {
	margin-bottom: 0px;
}
#ups_content_select .box .box_cont:after {
	content: "";
	clear: both;
	display: block;
}
#tab {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
#tab ul {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#tab ul li {
	display: inline-block;
	/* float: left; */
	padding: 0 0 0 0;
	width: 220px;
	height: 60px;
	margin: 0 5px -10px 0;
	cursor: pointer;
}

#tab ul li.select img {
	opacity: 1;
}
.content li {
	background: #fff;
}
.content li:first-child {
	display: block;
}
.hide {
	display: none;
}
#ups_content_select ul.pc .note {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	padding: 35px 45px 0 45px;
	text-align: left;
}
#ups_content_select ul.pc .note p.lead {
	font-size: 16px;
}
#ups_content_select ul.pc .note h3 {
	background: url(../img/bg_select_h3.png) no-repeat;
	width: 900px;
	height: 88px;
	padding: 0 0 20px;
	display: table;
	margin-bottom: 0;
	text-align: left;
}
#ups_content_select ul.pc .note h3 img {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}
#ups_content_select ul.pc .note h3 span {
	display: table-cell;
	color: #000;
	font-size: 20px;
	padding: 0 0 5px 20px;
	line-height: 115%;
	vertical-align: middle;
	text-align: left;
	width: 88%;
}
#ups_content_select ul.pc .note h3 span b {
	background: #7cb4dd;
	color: #fff;
	padding: 0 5px;
}
#ups_content_select .note .step2 {
	background: url(../img/bg_step2.png) repeat-y;
	width: 900px;
	box-sizing: border-box;
}
#ups_content_select .note .step2:after {
	content: "";
	display: block;
	clear: both;
	padding-bottom: 7px;
}
#ups_content_select .note .step2 .inner {
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	width: 885px;
	margin: 0 auto;
}
#ups_content_select ul.pc .note .step2 h4 {
	text-align: center;
	padding: 10px 0;
}
#ups_content_select ul.pc .note ul {
	background: #fff;
}
#ups_content_select ul.pc .note .step2 li {
	background: url(../img/bg_select_no.png) repeat-y;
	margin-top: 5px;
	padding: 5px 5px;
	display: flex;
}
#ups_content_select ul.pc .note .step2 li p {
	width: 800px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}
#ups_content_select ul.pc .note .step2 li span {
	color: #000;
	font-size: 16px;
	width: 35px;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0 10px 0 0;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}
#ups_content_select ul.pc .note .step2 p b {
	color: #65aadd;
}
#ups_content_select ul.pc .note h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 0 0;
}
#ups_content_select ul.pc .note h5 {
	background: url(../img/bg_h5_select.png) no-repeat;
	width: 900px;
	height: 50px;
	line-height: 50px;
	margin: 30px 0 20px 0;
	padding: 0 15px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
#ups_content_select ul.pc .note h5 span {
	padding-left: 30px;
}
#ups_content_select ul.pc .note h5 .rt {
	position: absolute;
	right: 10px;
	top: -2px;
}
#ups_content_select ul.pc .note .spec {
	display: table;
}
#ups_content_select ul.pc .note .spec .pic {
	display: table-cell;
	padding-right: 10	px;
	vertical-align: top;
	width: 330px;
	text-align: center;
}
#ups_content_select ul.pc .note .spec .detail {
	display: table-cell;
	vertical-align: middle;
}
#ups_content_select ul.pc .note .spec .detail img {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 5px;
}
#ups_content_select ul.pc .note .spec .detail img:last-child {
	margin-right: 0;
}
#ups_content_select ul.pc .note .spec .detail p {
	text-align: left;
	margin-top: 15px;
	font-size: 14px;
}
#ups_content_select ul.pc .select02 .note .spec .pic {
	width: 200px;
}

#ups_content_select .introduction {
	font-size: 14.5px;
	margin-bottom: 20px;
	width:900px;
}

/*-----------------------------------------------*/
/* 製品選定 Q&A*/
/*-----------------------------------------------*/

#qa_content_outer {
	width: 100%;
	background: url(../img/img_ups_cara01.gif) no-repeat;
	background-position: calc(50% + 560px) 0px;
}
#qa_content {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
#qa_content:after {
	content: "";
	display: block;
	clear: both;
	padding-bottom: 5px;
}
#qa_content .box .box_top {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
#qa_content .box .box_cont {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #65aadd;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
}
#qa_content .box .box_cont:after {
	content: "";
	display: block;
	clear: both;
	padding-bottom: 5px;
}
#qa_content .box .box_cont h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 35px;
}
#qa_content .box .box_cont h3 img {
	margin: 0 0 10px 0;
}
#qa_content .box .box_cont .small_box {
	width: 1092px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../img/bg_small_box.png) repeat-y;
	height: 100%;
	position: relative;
}
#qa_content .box .box_cont .small_box:after {
	content: "";
	display: block;
	clear: both;
	padding-bottom: 35px;
}
#qa_content .box .box_cont .small_box .s_btm {
	position: absolute;
	bottom: 0;
}
#qa_content .box .box_cont .small_box p.atend {
	font-weight: bold;
	text-align: left;
	margin: 10px 0 30px 50px;
}
.q {
	box-sizing: border-box;
	background-color: #c2e7f1;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	clear: both;
	display: table;
}
.q.openq {
	border-radius: 10px 10px 0 0;
}
.q img {
	display: table-cell;
	float: left;
	vertical-align: middle;
}
.q span {
	display: table-cell;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
	width: 90%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
}
.displayNone {
	display: none;
}
#qa_content .box .box_cont .small_box .accordion li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
#qa_content .box .box_cont .small_box .accordion a {
	display: block;
}
#qa_content .box .box_cont .small_box .contentWrap {
	margin: 0 auto 10px;
	background: #def1f6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 90%;
	padding: 20px 0 20px 0;
}
#qa_content .box .box_cont .small_box .contentWrap .ans {
	display: block;
	float: left;
	width: 50px;
	padding: 0 0 0 20px;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt {
	display: block;
	float: left;
	padding: 0 0 0 20px;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px;
	width: 890px;
	text-align: left;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box span {
	text-decoration: underline;
}

/*#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box:after{
	  border-right: 25px solid #fff;
	  border-top: 10px solid transparent;
	  border-bottom: 12px solid transparent;
	  content: '';
	  margin-top: -10px;
	  position: absolute;
	  left: -20px;
	  top: 12%;
	  }*/

#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box table th {
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	background: url(../img/bg_qa_th.png) repeat-x;
	font-size: 12px;
	padding: 10px 3px;
	letter-spacing: 0.01em;
}

#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box table th a {
	color: #fff ;
}

#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box table td {
	border: 1px solid #000;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .box table td.nbr {
	border: none;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume {
	background: #f2f9fb;
	box-sizing: border-box;
	padding: 10px;
	width: 890px;
	text-align: left;
	display: table;
	margin: 5px 0 0 0;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume .icon {
	display: table-cell;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume .txt_s {
	display: table-cell;
	vertical-align: middle;
	width: 90%;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume .txt_s h4 {
	color: #65aadd;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume .txt_s p {
	font-size: 16px;
}
#qa_content .box .box_cont .small_box .contentWrap .ans_txt .osusume .txt_s a {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
#qa_content .box .box_cont .small_box .switch {
	cursor: pointer;
	margin: 0 auto 10px;
	display: block;
}
#qa_content .box .box_cont .small_box .switch .close {
	font-weight: bold;
	padding: 5px 0;
	font-size: 14px;
	background: url(../img/bg_click.png);
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	display: none;
}
#qa_content .box .box_cont .small_box .switch.open:after {
	content: '\000D7\a0\9589\3058\308B';
	display: block;
	width: 90%;
	margin: 0 auto -10px;
	color: #fff;
	background: url(../img/bg_click.png);
	padding: 3px 0;
	font-size: 16px;
}
