@charset "utf-8";
/* CSS Document */


#contents {
    width: 710px;
    clear: both;
    overflow: hidden;
    letter-spacing: 0.1em;
}

hr {
    margin: 10px;
    color: #CCC;
    background: #CCC;
    height: 2px;
    border: 1px solid #CCC;
}

a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

/* トップ
----------------------------------------------------------------------*/
#contents #top {
    position: relative;
    background: url(../images/ups_topimage_2.jpg) no-repeat;
    width: 710px;
    height: 250px;
}

#contents #top #header {
    padding: 15px;
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold;
    color: #3953c6;
}

#contents #top #text {
    position: absolute;
    left: 20px;
    top: 130px;
    font-size: 13px;
}

#contents_box {
    clear: both;
    overflow: hidden;
}


/* メニュー
----------------------------------------------------------------------*/
#contents ul#menu {
	width:710px;
	margin:20px auto 0;
}

#contents ul#menu li {
    float: left;
}

#contents ul#menu li + li {
    margin-left: 5px;
}

#contents ul#menu li a {
    display: block;
    margin: 5px 0;
    padding: 10px 14px;
    background: #f4f4f4;
    border: 1px solid #CCC;
    text-decoration: none;
}

#contents ul#menu li a:hover {
    color: #333;
    background: #CCC;
}

/* メイン
----------------------------------------------------------------------*/
#contents #main {
    padding: 100px 10px 0 0;
    background: url(../images/top_ups_c.jpg) no-repeat top left #FFF;
}

#contents #main .title {
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 0 0 0 5px;
    border-left: 8px solid #3953c6;
    border-bottom: none;
    height: 25px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
}

#contents #main h2 {
    font-size: 16px;
    margin: 20px 0 0 10px;
}

#contents #main h3 {
    font-size: 14px;
    margin: 10px 0 0 10px;
    height: 20px;
    line-height: 20px;
}

#contents #main p {
    margin: 5px 10px 10px 0;
}

#contents #main .image_box {
    clear: both;
    overflow: hidden;
}

#contents #main .image_box h2 {
    margin-top: 10px;
}

#contents ol.detail,
#contents div.detail {
    margin: 15px 0;
    padding: 10px 10px 0;
    border: 1px solid #CCC;
}

#contents ol.detail h3 {
    clear: both;
}

#contents ol.detail > li,
#contents div.detail dl {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

#contents div.detail dt,
#contents div.detail dd {
    margin-top: 15px;
}

#contents div.detail dt {
    float: left;
}

#contents div.detail dd {
    margin-left: 150px;
}


/* トップページ
----------------------------------------------------------------------*/
#contents #select {
    background: url(../images/ups_link.jpg) no-repeat;
    position: relative;
    width: 710px;
    height: 340px;
}

#contents #select p {
    position: absolute;
    top: 15px;
    left: 250px;
    font-size: 30px;
}

#contents #select p strong {
    display: block;
    color: #FF0000;
    font-size: 34px;
}

#contents #select ul {
    position: absolute;
    top: 130px;
    left: 196px;
}

#contents #select ul li {
    margin-bottom: 5px;
    text-align: center;
}

#contents #select ul li a {
    display: block;
    background: url(../images/ups_link_button.png) no-repeat;
    width: 500px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

#contents #select ul li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}


/* ページ2
----------------------------------------------------------------------*/
#contents table.step {
    border: 1px solid #CCC;
    margin: 10px 0;
    width: 710px !important;
}

#contents table.step tr {
    padding: 0 10px;
}

#contents table.step td {
    padding: 10px 0;
}

#contents img.step_img {
    float: left;
    margin-right: 5px;
}

#contents img.step_icon {
    display: block;
}

#contents table.step p {
    margin-right: 10px;
}


/* page3
---------------------------------------------------------------- */
#contents #main ul.image_box {
    clear: both;
    overflow: hidden;
}

#contents #main ul.image_box li {
    text-align: center;
    float: left;
    position: relative;
    width: 350px;
}

#contents #main ul.image_box li.ps {
    width: 710px;
}

#contents #main ul.image_box li strong {
    font-size: 18px;
}

#contents #main ul.image_box li span {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-align: left;
    bottom: 40px;
    left: 80px;
}

#contents #main ul.image_box li.ps span {
    left: 212px;
}

#contents ul.lx_list {
    clear: both;
}

#globalContents #contents ul.lx_list li {
    margin: 5px 0 5px 2em;
    list-style: disc;
}

#contents .ii_u li {
    display: inline;
    height: 24px;
    list-style: none;
}

#1 {
    line-height: 24px;
    padding-left: 30px;
}

#contents .ii_u li#1 {
    background: url(../images/ii_1.gif) no-repeat 0% 50%;
}

img.step_img_icon {
    margin: 5px 5px 0 5px;
}


/* page3
---------------------------------------------------------------- */
#contents table {
	width:710px;
	margin-top:10px;
}

#contents table a {
	font-weight:bold;
}

#contents table th,
#contents table td {
	border:#cccccc 1px solid;
	text-align:center;
	padding:2px;
}

#contents table th {
	background:#cccccc;
	font-weight:bold;
	color:#ffffff;
	width:100px;
}


/* Q and A
---------------------------------------------------------------- */

#contents #main ul.qa {
    margin: 10px 0 0 0;
    padding: 0;
}

#contents #main ul.qlink li {
    margin: 5px 0;
}

#contents #main ul.qa li {
    margin: 0;
    line-height: 1.4;
}

#contents #main ul.qa li.q {
    color: #FF9900;
}

table#ups_date {
	width:100%;
	margin-bottom:10px;
	width:710px;
}

table#ups_date th,
table#ups_date td {
	border:#cccccc 1px solid;
	padding:5px;
	text-align:center;
}

table#ups_date th {
	background:#eeeeee;
	font-weight:bold;
	color:#444444;
	width:25%;
}

table#ups_date td {
	width:25%;
}

/* about
-------------------------------------------------------------------- */

div.advantages {
	overflow:hidden;
}

div.advantages div {
	float:left;
	width: 330px;
	margin-left: 10px;	
}
#contents #main div.advantages div p {
	font-size: 15px;
	text-align:center;
	margin-bottom: 2px;
	font-weight:bold;
}
#contents #main div.advantages div p.adv {
	color:#d36060;
}
#contents #main div.advantages div p.disadv {
	color:#608bd3;
}
div.advantages div ul {
	padding: 10px 15px;
	height: 60px;
	overflow:hidden;
}
div.advantages div ul.adv {
	border: 2px solid #ffc1c1;
}
div.advantages div ul.disadv {
	border: 2px solid #c1d7ff;
}
div.advantages div li {
	list-style:disc;
	margin-left: 15px;	
}

/* battery
-------------------------------------------------------------------- */


#contents iframe {
	margin:11px 0 0 0 ;
}
.box_title {
	float:left;
	height:200px;
	width:240px;
}


/* sns
-------------------------------------------------------------------- */
@charset "utf-8";
ul.sns {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.sns li {
	float: right;
	margin-right: 4px;
}
.sns iframe {
	margin: 0 !important;
}

/* graph
-------------------------------------------------------------------- */


div#upsMap {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,147,21,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(249,147,21,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,147,21,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,147,21,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,147,21,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,147,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f99315', GradientType=1 );
	padding: 5px 33px 50px 80px;
	position:relative;
	margin-top: 46px;
}

div#upsMap h2 {
	text-align:center;
	font-weight:bold;
	font-size: 22px !important;
	/* color: white; */
}

div#upsMap > h2 + ul {
	position:absolute;
	left: 18px;
	top: 46px;
}

div#upsMap > h2 + ul li {
	/* margin-bottom: 54.6px; */
	text-align: right;
	font-size: 14px;
	line-height: 3.92;
	letter-spacing: -0.2px;
	font-weight: bold;
	font-family: arial;
}

div#upsMap > table + ul + ul {
	position:absolute;
	left: -18px;
	bottom: -24px;
}

div#upsMap > table + ul + ul li {
	float:left;
	margin-left: 84px;
	margin-bottom: 54.6px;
	text-align: center;
	font-size: 14px;
	line-height: 0;
	width: 4.5%;
	font-weight: bold;
	font-family: arial;
}

.upsMapModel li {
	position:absolute;
	width: 196px;
}

.upsMapModel li img {
	float:left;
	width:50px;
	/* margin-right: 0px; */
}

#contents  #main .upsMapModel li p {
	font-size: 10px;
	margin-left: 57px;
	margin-bottom: 0;
	line-height: 1.1;
}

#contents  #main .upsMapModel li p span {
	font-size:11px;
	color:red;
	font-weight:bold;
}

#contents  #main .upsMapModel li p a {
	font-size:11px;
	font-weight:bold;
	letter-spacing: 0.4px;
}

li.ups500lx {
	top: 458px;
	left: 24%;
}

li.ups1200lx {
	top: 409px;
	left: 49%;
}

li.ups1000rt {
	top: 106px;
	left: 41%;
}

li.ups2000psii {
	top: 279px;
	left: 73.6%;
}

li.ups1000psii {
	top: 334px;
	left: 41%;
}

div#upsMap table {
	background:white;
	width:100%;
	border: 2px solid orange;
}

div#upsMap td {
	border:1px solid #efefef;
	height:50px;
	width: 20%;
}