@charset "Shift_JIS";
/* CSS Document */

#entry {
	text-align:left;
	padding:10px;
	margin-bottom:10px;
}
#entry .title {
	font-size:14px;
	font-weight:bold;
}
#entry .time {
	display:none;
}


/*top*/
#entry_top .entry{
	text-align:left;
	padding:10px 0px 10px 0px;
	border-bottom:#555555 dotted 1px;
}
#entry_top img{
	padding:0px 10px 10px 0px;
}
.cmt {
	padding:0 0 10px 0;
}

#entry_top .title {
	font-size:12px;
	font-weight:bold;
}
#entry_top a:link {
	color:#336600;
	text-decoration:none;
}
#entry_top a:hover {
	color:#336600;
	text-decoration:underline;
}#entry_top a:visited {
	color:#336600;
	text-decoration:none;
}
#entry_top a:active {
	color:#336600;
	text-decoration:underline;
}

/*----------------------------list*/

#ga_list #entry {
	border:#aaa solid 1px;
	width: 300px;
	height: 120px;
	float: left;
	margin: 10px;
}
#ga_list .title {
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0px;
	background: url(/images/)
}
#ga_list .img {
	display:block;
	height:62px;
	overflow:hidden;
}
#ga_list img {
	padding-right:10px;
	width:83px;
	float:left;
}

.btn_detail {
	text-align: right;
}

.btn_detail a {
	text-align: right;
	display:inline-block;
	padding:3px 5px 3px 5px;
	background:#aaa;
	margin:5px 0 5px 0;
}

#ga_list .btn_detail a:link {
	color:#FFF;
	text-decoration:none;
	background:#aaa;
}
#ga_list .btn_detail a:visited {
	color:#FFF;
	text-decoration:none;
	background:#aaa;
}
#ga_list .btn_detail a:hover {
	color:#FFF;
	text-decoration:none;
	background:#7EBA19;
}
#ga_list .btn_detail a:active {
	color:#FFF;
	text-decoration:none;
	background:#7EBA19;
}

/*---------------------------read*/
#ga_detail #entry {
	float:left;
	padding:10px;
	margin-bottom:10px;
	border:none;
	width:700px;/*レイアウトに合わせて指定*/
}
#ga_detail #entry .title {
	border-bottom:1px solid #E5E5E5;
	border-left:5px solid #7EBA19;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px 7px;
}

#ga_detail #entry .msg {
	padding-top:20px;
	display: block;
	float: left;
	margin-top: 20px;
	width: 670px;
	border-top:3px solid #DDDDDD;
}

/*#news_read img {
	padding:10px;
	border:#ccc 1px solid;
	float:left;
	width:400px;
}*/

#ga_detail .mainimg img {
	width:400px;
	padding:5px;
	border:#ccc 1px solid;
}

#imagelist {
/*	float:left;*/ /*配置に合わせて*/
	list-style:none;
	padding-left:5px;
	margin:0;
	float:left;
	width:280px;/*レイアウトに合わせて指定*/	
}

#imagelist li {
	display:inline-block;
	padding:0;
	margin:0;
	height:65px;
	overflow:hidden;
	float:left;
}


#imagelist .thumbs {
	padding:10px 5px;
	width: 83px;
	
/*	border:#ccc 1px solid;*/
}

/*#imagelist .thumbs {
	padding:5px;
	border:#ccc 1px solid;
	position:absolute;
	clip:rect(0px 83px 83px 0px); 
}
*/


/*----------------------------reform_list*/

#reform_list #entry {
	border:#aaa solid 1px;
	width: 300px;
	height: 70px;
	float: left;
	margin: 10px;
}

#reform_list .title {
	display:inline-block;
	padding:0 0 10px 0;
	float:left;
	width: 110px;
}

#reform_list .img {
	display:inline-block;
	height: 65px;
	overflow: hidden;
	float:left;
}
#reform_list img {
	display:inline-block;
	width:83px;
	overflow:hidden;
	float:left;
	padding-right:10px;
}

#reform_list .btn_detail a:link {
	color:#FFF;
	text-decoration:none;
	background:#aaa;
}
#reform_list .btn_detail a:visited {
	color:#FFF;
	text-decoration:none;
	background:#aaa;
}
#reform_list .btn_detail a:hover {
	color:#FFF;
	text-decoration:none;
	background:#7EBA19;
}
#reform_list .btn_detail a:active {
	color:#FFF;
	text-decoration:none;
	background:#7EBA19;
}

/*----------------------------reform_detail*/
#reform_detail #entry {
	float:left;
	padding:10px;
	margin-bottom:10px;
	border:none;
	width:700px;/*レイアウトに合わせて指定*/
}
#reform_detail #entry .title {
	border-bottom:1px solid #E5E5E5;
	border-left:5px solid #7EBA19;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px 7px;
}

#reform_detail .mainimg img {
	width:83px;
	padding:10px;
}

#reform_detail .after {
	padding:15px 0;
	margin:0;
	border-top:#DDD 3px solid;
	display:block;
	float:left;
}

#reform_detail #imagelist {
	list-style:none;
	padding-left:5px;
	margin:0;
	float:left;
	width:700px;/*レイアウトに合わせて指定*/	
}

#reform_detail #imagelist li {
	display:inline-block;
	padding:0;
	margin:0;
	height:83px;
	overflow:hidden;
	float:left;
}

#reform_detail .subtit {
	padding-left:10px;
	margin:0;
	font-weight:bold;
	font-size:14px;
	width:83px;
	float:left;
}

#reform_detail .msg {
	padding-left:10px;
	margin:0;
	border-top:#DDD 3px solid;
}


