@charset "utf-8";
/* CSS Document */
/*基本カラー#42A0CE*/

/* リセット
 ------------------------------------------*/
header , div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body#sub-window {
	background-color: #FFF;
}
a {
	color: #333333;
	text-decoration: none;
	outline: none;
	border: none;
}
.red{
	color:#8C0000 !important;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a img, img {
	border: 0;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
}
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
*+html code, kbd, pre, samp, tt {
	font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style: none;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
q:before, q:after {
	content: '';
}
button, fieldset, form, input, label, legend, /*select,*/ textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%; /*table-layout:fixed;*/
}
table td {
	vertical-align: middle;
}
.right {
	float: right;
}
.left {
	floar: left;
}
.padd-10 {
	padding-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-t-28 {
	margin-top: 28px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.whiteback {
	background: #FFF;
	clear: both;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px !important;
	margin-top: -1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.whiteback p {
	margin-bottom: 15px;
	line-height: 20px;
}
.whiteback_explain {
	background: #FFF;
	float:right;
	width:440px;
	margin:0px 0 20px 0;
	padding: 20px 20px 20px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom:1px solid #EEE;
}
.whiteback_explain p{
		margin:15px 0 0 0;
		line-height:25px !important;
}
.whiteback_explain p a{
	background:#42A0CE;
	color:#FFF;
	font-size:90%;
	padding:5px;
}
.grayback {
	background: #EEE;
	margin: 0;
	padding: 0;
}
.whitegrayback {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
}
.p-t10 {
	position: relative;
	top: 10px;
}
.red {
	color: #C00;
}
.padd10 {
	padding: 10px;
}
p {
	line-height: 20px !important;
}
.bolder{
	font-weight:bold !important;
}
.small{
	font-size:80% !important;
}
.white{
	color:#FFF;
}
.ma-right20{
	margin-right:20px;
}
.whitebacknormal{
	background:#FFF;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ma-bo15{
	margin-bottom:15px !important;
}
/* クリア
 ------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}