@charset "utf-8";

/*
SP TOP CSS
------------------------------------------------*/

section#biz{
	background-color:#e5f8fd;
	width:100%;
	overflow:auto;
}

section#biz ul{
	margin:0 auto;
	width:320px;
}

section#biz ul li.biz01{
	margin:12px 0 0 13px;
	float:left;
}

section#biz ul li.biz02{
	margin:12px 13px 0 8px;
	float:left;
}

section#biz ul li.biz03{
	clear:both;
	margin:9px 0 0 13px;
	float:left;
}

section#biz ul li.biz04{
	margin:9px 13px 0 8px;
	float:left;
}

section#biz ul li.biz05{
	clear:both;
	margin:9px 13px 15px 13px;
	float:left;
}

article#topic_area{
	clear:both;
}

article#topic_area h1{
	margin:11px 12px 17px;
	padding:12px;
	background-color:#fff2f5;
	border:1px solid #d2d2d2;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	/*width:100%;*/
}

article#topic_area table{
	margin:0px 12px;
}

article#topic_area table tr th{
	padding-top:2px;
	padding-bottom:20px;
	padding-left:5px;
	text-align:left;
	vertical-align:top;
}

article#topic_area table tr td{
	padding-bottom:20px;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
}
article#topic_area table tr td.no-wrap{
	white-space: nowrap;
}

article#topic_area table tr td a{
	color:#00b8ee !important;
	text-decoration:underline;
}

/*
Custum Setting
------------------------------------------------*/

#slider {
	max-width: 640px;
	margin: 0 auto;
}

#slider img{
	width: 100%;	
}
