@charset "UTF-8";
/*
制作　株式会社メックコミュニケーションズ　http://www.mec-com.co.jp/ 
*/
/*home
-----------------------------------------------------------------------------------------*/
.home{
}
/*maincopy
-----------------------------------------------------------------------------------------*/
#maincopy p img{
	width:100%;
}
/*free
-----------------------------------------------------------------------------------------*/
.free ul{
	margin:0 -10px;
}
.free li{
	float:left;
	padding:0 10px;
	width:33.3%;
}
.free li a{
	width:100%;
	display:block;

}
.free li a span{
	display:block;
}
.free li a span.free-img{
	padding:0;
	text-align:center;
}
.free li a span.free-img img{
	width:auto;
	border-bottom:4px solid #548EFB;
}
.free li a span.free-title{
	padding:7px 10px 5px 5px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background:url(css/free_ya.png) right no-repeat;
}
.free li a span.free-copy{
	padding:0 5px 7px 5px;
	font-size:12px;
	line-height:16px;
	color:#555;
}
.free li a:hover{
	text-decoration:none;
	background:#F1F1F1;
}
/*time
-----------------------------------------------------------------------------------------*/
.home .time{
	margin:20px 10px 0 10px;
}
/*-------------------------表*/
.home .time table{
}
.home .time table th{
}
.home .time table td{
}
.home .time table td p{
}
.home .time table td.timeline{
}
/*-------------------------注記*/
.home .time p.att{
	font-size:14px;
	line-height:20px;
}
/*banner
-----------------------------------------------------------------------------------------*/
.home .banner{
	margin-top:5px;
	text-align:center;
}
/*topic
-----------------------------------------------------------------------------------------*/
.home .topic{
	margin:20px 10px 0 10px;
}

.home .topic h3 span{
	float:left;
	font-weight:bold;
}
.home .topic h3 a{
	float:right;
	font-size:14px;
}

.home .topic dl{
}
/*-------------------------日付け*/
.home .topic dt{
	font-size:12px;
	line-height:20px;
	width:100px;
	float:left;
	text-indent:20px;
	background:url(css/topics_ya.png) left no-repeat;
}
/*-------------------------内容*/
.home .topic dd{
	font-size:14px;
	line-height:20px;
	padding-left:105px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #E6E6E6
}
/*toplink
-----------------------------------------------------------------------------------------*/
#toplink ul{
	text-align: left;
	background:#F2F2F2;
	border:3px double #CCC;
	margin-top:10px;
	padding:12px;
}
#toplink li{
	font-size:14px;
	line-height:18px;
}
#toplink li.kanren{
	border-bottom:1px solid #CCC;
	padding-bottom:8px;
}
#toplink li a{
	display:block;
	background: url(css/link_ya.gif) no-repeat 6px 12px;
	padding:5px 0 5px 14px;
	border-top:1px solid #CCC
}
#toplink li a:hover{
	background:#E6E6E6 url(css/link_ya.gif) no-repeat 6px 12px;
	text-decoration:none;
}
