@charset "UTF-8";
/* CSS Document */

a.buttonLL {
	padding: 24px;
	width: 9em;
	height: auto;
	font-size: 1.167em;
	display: inline-block;
	margin: 0 0.25em;
}


a.btnMac {
	/* IE8 */
	border-right: 1px solid #d28c00;
	border-bottom: 1px solid #d28c00;
	background: #d28c00;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(250,190,0,0) 0%,rgba(240,140,0,1) 100%);
	background: linear-gradient(rgba(250,190,0,0) 0%,rgba(240,140,0,1) 100%);
	background-color: rgba(250,190,0,1);
}
a.btnMac:hover,
a.btnMac:focus,
a.btnMac:active {
	/* IE8 */
	border: 1px solid #d28c00;
	border-right: none;
	border-bottom: none;
	background: #fabe00;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(240,140,0,1);
}


a.btnWindows {
	/* IE8 */
	border-right: 1px solid #008cc0;
	border-bottom: 1px solid #008cc0;
	background: #008cc0;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: -webkit-linear-gradient(rgba(0,171,235,0) 0%,rgba(0,140,192,1) 100%);
	background: linear-gradient(rgba(0,171,235,0) 0%,rgba(0,140,192,1) 100%);
	background-color: rgba(0,171,235,1);
}
a.btnWindows:hover,
a.btnWindows:focus,
a.btnWindows:active {
	/* IE8 */
	border: 1px solid #008cc0;
	border-right: none;
	border-bottom: none;
	background: #fabe00;

	/* modern */
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(0,140,192,1);
}

.tglArea {
	margin-bottom: 40px;
	padding: 1.5em;
	border: 1px solid #ccc;
}

.tglArea > .content {
	display: none;
}

.tglArea > .content.active {
	display: block;
}

.tglTab {
	font-size: 0;
	margin-top: 40px;
}

.tglTab li {
	padding: 0.25em 1em;
	margin-right: 1px;
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
	display: inline-block;
	cursor: pointer;
}

.tglTab li.active,
.tglTab li:hover {
	color: #333;
	background-color: #ccc;
}

.tglArea hr {
	margin: 20px 0;
	font-size: 0;
	border: none;
	border-top: 1px solid #ccc;
}

.tglArea .kakomi hr {
	margin: 10px 0;
}

.tglArea .kakomi {
	margin-top: 0.5em;
	padding: 1em;
	font-size: 10px;
	border-radius: 4px;
	background-color: #eee;
}

.tglArea .title {
	margin-bottom: 0.5em;
	vertical-align: middle;
	border: none;
	display: block;
}

.tglArea .title .num {
	width: 20px;
	margin-right: 0.25em;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #333;
	display: inline-block;
}

.tglArea .title_small {
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #333;
	display: inline-block;
}

.tglArea  ul {
	padding-left: 1.5em;
}

.tglArea  ul li {
	margin-top: 0.5em;
	line-height: 1.5;
	list-style: disc;
}