﻿@charset "utf-8";
/* ===================================================================
CSS information

 style info :sp_switch

 *Last Modified: 2012-1-31
=================================================================== */


/* ----------------------------------------------------
	switch
---------------------------------------------------- */

div.sp_switch  {
	margin-top: 50px;
}


dl {
	border: 1px solid #AAA;
	background: #fff;;
	width: 300px;
	-webkit-border-radius: 10px;
	height: 24px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
}

dl dt {
	display: inline-block;
	margin: 0 10px 0 10px;
}

dl dd {
	display: inline;
	margin: 0 20px 0 20px;
}