﻿@charset "utf-8";

.box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCFF;
	padding-bottom: 20px;
	text-align: center;
}
.box_L {
	float: left;
	width: 350px;
}
.box_R {
	float: right;
	width: 250px;
	font-size: 12px;
	color: #CC66FF;
	margin-right: 20px;
}
.box .box_R h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box .box_R p {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.sm {
	margin-right: 5px;
	margin-left: 5px;
	width: 200px;
	text-align: center;
	border: 1px dotted #CCCCCC;
}
