﻿@charset "UTF-8";

/* ----------------------------------------------------
	pickUp
---------------------------------------------------- */
.pickUp {
	position: relative;
	margin-top: 30px;
	border: 5px solid #59a8e2;
}

.pickupIco {
	position: absolute;
	top: -8px;
	left: -8px;
}

.pickupIco02 {
	position: absolute;
	top: 10px;
	right: 20px;
}

.pickUp h3 {
	display: inline;
	float: left;
	padding: 60px 30px 0 30px;
}

.pickUp ul {
	float: left;
	width: 550px;
	padding: 10px 0 10px 0;
}

.pickUp ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow.gif") no-repeat 0 50%;
}
/* ----------------------------------------------------
	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/speaker/images/btn_option.gif") no-repeat 0 0; }

/* ----------------------------------------------------
	用語解説
---------------------------------------------------- */
#glossary .selection {
	margin-bottom:30px;
	padding:15px 0;
	border:1px solid #ccc;
}
#glossary .selection li {
	float:left;
	width:182px;
	padding:5px 0 5px 55px;
	background: url("/support/images/arrow-red.gif") no-repeat 35px 7px;
}
#glossary .term {
	padding-bottom:15px;
	border-top:1px solid #555;
}
#glossary .term dl {
	padding:15px 15px;
	border-bottom:1px solid #555;
}
#glossary .term dl dt {
	padding:15px;
	font-size:1.1em;
	border-bottom:1px dotted #555;
	font-weight:bold;
}
#glossary .term dl dd {
	padding:15px;
}
#glossary .term dl dd .reading,
#glossary .term dl dd p {
	margin-bottom:5px;
}
#glossary .term dl dd .pageToTop {
	margin-top:25px;
}