﻿@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: 40px;
	right: 20px;
}
.pickUp h3 {
	display: inline;
	float: left;
	padding: 25px 30px 0 40px;
}

.pickUp ul {
	float: left;
	width: 650px;
	padding: 10px 0 10px 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;
}
.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 .new {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background: url("/support/images/ico_new.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 ul .new a {
	display: block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 3px;
}

/* contact */

.red .conTel a {
	width: 230px;
	background: url("/support/images/btn_contact_r.gif") no-repeat 0 0;
}
.red .conMail a {
	width: 231px;
	background: url("/support/images/btn_contact_r.gif") no-repeat -462px 0;
}
.red .conRepair a {
	width: 230px;
	background: url("/support/images/btn_contact_r.gif") no-repeat -693px 0;
}
.red .conWebrepair a {
	width: 232px;
	background: url("/support/images/btn_contact_r.gif") no-repeat -923px 0;
}
.red .conTel a:hover {
	background: url("/support/images/btn_contact_r.gif") no-repeat 0 bottom;
}
.red .conMail a:hover {
	background: url("/support/images/btn_contact_r.gif") no-repeat -462px bottom;
}
.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 -923px 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 { background: url("/support/hotcook/images/btn_option.gif") no-repeat 0 0; }


/*　グレー枠
-------------------------------*/
.boxGray {
	clear: both;
	padding: 10px;
	background: #f0f0f0;
}
.boxGray ul li{
	display: inline-block;
	width: 100px;
	}


/*　線
-------------------------------*/
.border_b01{
	border-bottom: 2px solid #dcdcdc;
}

/*　リンク
-------------------------------*/
.default a:link {
 color: #0000EE;
 text-decoration: underline;
}

.default a:visited {
 color: #551A8B;
 text-decoration: underline;
}

.default a:hover {
	color: #FF6633;
	text-decoration: underline;
}

.default a:active {
 color: #FE0000;
 text-decoration: underline;
}


/* 文章
---------------------------------------------------- */
#informationWrap .note {
	padding:0px 15px;
}
#informationWrap .note p {
	margin-bottom:15px;
}
