/*====================================================
	index base
====================================================*/
/* border
div {
	border:1px solid red;
}
 */

.titleimg {
	margin: 15px 0px 10px 0px;
}

.jikan1 {
	margin-left:5px;
}

.jikan2 {
	margin-left:3px;
}
p.warning {
	font-size: 1.25em;
	font-weight: bold;
}
span.warning2 {
	color: #ff0000;
}
ol.number {
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ol.number li {
	list-style-type: decimal;
}
p.kuwashiku {
	padding-top: 20px;
	text-align: center;
}
a.btn-radius-solid {
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 50px;
	border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/* news area */

#news {
	width:637px;
	margin-bottom:30px;
	border:0px solid red;
}

#news dl{
	margin:10px;
	clear:both;
}

#news dt{
	width:120px;
	text-align:center;
	float:left;
	margin-top:8px;
}

#news dd{
	width:495px;
	margin-top:8px;
	float:right;
}

#fever {
	background: #d9f1f7;
	padding: 1.5em;
	margin: 2em 0;
}

#fever h2 {
	color: #0000ff;
	margin-bottom: 0.8em;
}

#fever h2 span.red {
	color: #db4848;
	font-size: 0.9em;
	padding-left: 0.5em;
}

#fever p {
	margin-bottom: 1em;
}

#fever span.note {
	text-decoration: underline;
	text-decoration-color: #db4848;
}

#fever span.note.blue {
	text-decoration: underline;
	text-decoration-color: #0000ff;
}

#fever .addition {
	background: #edf7f9;
	padding: 1em;
	margin-top: 1em;
}

#fever h3 {
	margin-bottom: 0.5em;
}

#fever dt {
	font-weight: bold;
	margin-top: 0.8em;
}

#fever .addition ul {
	padding-left: 1em;
}

#fever .addition li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}


