﻿@charset "UTF-8";
/* ----------------------------------------------------
	pickUp
---------------------------------------------------- */
.pickUp {
	position: relative;
	margin-top: 30px;
	border: 5px solid #ed797e;
}
.pickupIco {
	position: absolute;
	top: -8px;
	left: -8px;
}
.pickupIco02 {
	position: absolute;
	top: 10px;
	right: 10px;
}
.pickUp h3 {
	display: inline;
	float: left;
	padding: 35px 30px 0 40px;
}
.pickUp ul {
	float: left;
	width: 550px;
	padding: 10px 0 5px 0;
}
.pickUp ul li {
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 3px;
}
/* NewIcon */
.pickUp ul .new {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background:url("/support/images/ico_new.gif") no-repeat 0 0;
}
.pickUp ul .new a {
	display:block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 3px;
}
/* RenewIcon */
.pickUp ul .reNew {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background:url("/support/images/ico_renew.gif") no-repeat 0 0;
}
.pickUp ul .reNew a {
	display:block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 3px;
}
/* すべての情報を見るボタン */
.pickUp .msBtn {
	position: absolute;
	right:0;
	bottom:0;
	width: 150px;
	margin: 0 10px 10px 0;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 12px;
}
.pickUp .msBtn a {
	display: block;
	padding: 5px;
	background: #fff;
}
/* ----------------------------------------------------
	OptionBox
---------------------------------------------------- */
.optionBox li {
	float: left;
	display: inline;
	width: 225px;
	height: 55px;
	margin-left: 5px;
	overflow: hidden;
}
.optionBox a {
	display: block;
	height: 55px;
	padding: 20px 0 20px 60px;
	font-size: 90%;
}
.optionBox .op01 a {
	display: block;
    height: 55px;
    padding: 15px 0 20px 57px;
    font-size: 90%;
	background: url("/support/aquos/images/btn_option2.gif") no-repeat 0 0;
}
.optionBox .op01 a span {
	font-size:10px;
}
.optionBox .op02 a {
	background: url("/support/aquos/images/btn_option2.gif") no-repeat -225px 0;
}
.optionBox .op03 a {
	background: url("/support/aquos/images/btn_option2.gif") no-repeat -450px 0;
}

/* clearfix */
.pickUp ul .new a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pickUp ul .new a {
	height: 1%;
}
.pickUp ul .new a {
	zoom: 100%;
	min-height: 1%;
}
/*contact*/
.red .conRepair a {
	width: 231px;
	background: url("/support/images/btn_contact_r.gif") no-repeat -693px 0;
}
.red .conWebrepair a {
	width: 231px;
	background: url("/support/images/btn_contact_r.gif") no-repeat -924px 0;
}/*
.red .conPrice a {
	width: 231px;
	background: url("/support/images/btn_contact_r02.gif") no-repeat -462px 0;
}*/
.red .conRepair a:hover {
	background: url("/support/images/btn_contact_r.gif") no-repeat -693px bottom;
}
.red .conWebrepair a:hover {
	background: url("/support/images/btn_contact_r.gif") no-repeat -924px bottom;
}/*
.red .conPrice a:hover {
	width: 231px;
	background: url("/support/images/btn_contact_r02.gif") no-repeat -462px bottom;
}*/

/* ----------------------------------------------------
	Support03
---------------------------------------------------- */
.supportBox03 {
	border: 1px solid #ccc;
	margin: 10px 24px 20px 36px;
	padding:5px;
}
.supportBox03 p {
	margin:10px 10px 5px 10px;
}
.supportBox03 ul {
	padding: 0 15px 5px 100px !important;
}
.supportBox03 .remocon {
	background:url(/support/aquos/images/ico_remocon.gif) no-repeat 15px 0;
}
.supportBox03 .antenna {
	min-height:50px;
	background:url(/support/aquos/images/ico_antenna.gif) no-repeat 15px 0;
}
.supportBox03 .hdd {
	min-height:50px;
	background:url(/support/aquos/images/ico_hdd.gif) no-repeat 10px 0;
}

/* ----------------------------------------------------
	lineBlock
---------------------------------------------------- */
.lineBlock { width:auto; padding:15px 10px 15px 80px; margin-top:20px; border:solid 2px #00B050; background:url("/support/line/images/line_icon_02.gif") no-repeat 10px 7px; background-size: 56px; }
.lineBlock p.title01 { font-weight:bold; font-size:1.2em; color:#000066; line-height:1.5; }
.lineBlock p.title01 a{ color:#000066; }
.lineBlock p.title01 a:hover{color:#ff6633;}