﻿@charset "UTF-8";
/* ----------------------------------------------------
	pickUp
---------------------------------------------------- */
.pickUp {
	position: relative;
	margin-top: 30px;
	border: 5px solid #7aa800;
}
.pickupIco {
	position: absolute;
	top: -8px;
	left: -8px;
}
.pickupIco02 {
	position: absolute;
	top: -5px;
	right: 20px;
}
.pickUp h3 {
	display: inline;
	float: left;
	padding:25px 30px 0px 40px;
}

.pickUp ul {
	float: left;
	width: 540px;
	/*padding: 10px 0 10px 0;*/
	padding:15px 0 10px 0;
}

.pickUp ul li {
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_g.gif") no-repeat 0 50%;
}

/* 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_g.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_g.gif") no-repeat 0 3px;
}
/* conRepair */
.green .conRepair a {
	background: url("/support/images/btn_contact_g.gif") no-repeat -693px 0;
}
.green .conWebrepair a {
  background: url("/support/images/btn_contact_g.gif") no-repeat -924px 0;
}/*
.green .conPrice a {
  width: 231px;
  background: url("/support/images/btn_contact_g02.gif") no-repeat -1155px 0;
}*/
.green .conRepair a:hover {
	background: url("/support/images/btn_contact_g.gif") no-repeat -693px bottom;
}
.green .conWebrepair a:hover {
	background: url("/support/images/btn_contact_g.gif") no-repeat -924px bottom;
}/*
.green .conPrice a:hover {
  background: url("/support/images/btn_contact_g02.gif") no-repeat -1155px bottom;
}*/

/* ----------------------------------------------------
	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,
.optionBox .op02 a {
	display: block;
	height: 55px;
	padding: 12px 0 20px 60px;
	font-size: 90%;
}

.optionBox .op01 a { background: url("/support/dictionary/images/btn_option.gif") no-repeat 0 0; }
.optionBox .op02 a { background: url("/support/dictionary/images/btn_option.gif") no-repeat -225px 0; }
.optionBox .op03 a { background: url("/support/dictionary/images/btn_option.gif") no-repeat -450px 0; }


/* ----------------------------------------------------
	contactBox テキスト
---------------------------------------------------- */

.contactText{ margin:0 5px 0 210px; padding:15px 0 0 0; }
