@charset "UTF-8";
/* CSS Document */

#news_list li,
#single .entry_header{
	color: #7a6b58;
	font-size: 87.5%;
	line-height: 1.6;
}

.entry figure,
#single .entry_content .main_img{
	text-align: center;
}

.entry img{
	max-width: 100%;
}

.entry .list_inner{
	height: 120px;
	margin-left: 15px;
	padding-top: 20px;
	display:block;
}

.entry time{
	margin-bottom: 6px;
	display:block;
	font-size: 82%;
}

.red{color:#ff0000;}

/* index
------------------ */

#index #main{
	padding-bottom: 0;
}

#index .entry a{
	color: #7a6b58;
	text-decoration: none;
}

/* single
------------------ */

#single .entry a{
	color: #4b4b4b;
}

#single .entry_header{
	margin-bottom: 25px;
}

#single .entry_header h3{
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	font-weight: lighter;
	font-size: 100%;
	letter-spacing:0;
}

#single .entry_content .main_img{
	margin-bottom: 24px;
}


#single .entry_content .newsimg{
	margin:35px 0 35px;
	font-size:70%;
}

#single .entry_content .newsimg img{
	margin-bottom:8px;}

#single .entry_content h4{
	margin-bottom:5px;
	font-size: 90%;
	line-height: 1.8;
	font-weight:bold;
}

#single .entry_content p{
	margin-bottom:25px;
	font-size: 85%;
	line-height: 1.8;
}

#single .entry_content p:last-of-type{
	margin-bottom: 0;
}

#single .entry_content a{
	text-decoration: underline;
}

.entry_content table {
	width:100%;
	border:0px #ddd solid;
	font-size:80%;
	line-height: 1.25;
	margin-bottom:30px;
}
.entry_content table th{
	text-align:left;
	padding:5px;
	width:20%;
	border-bottom:1px #ddd solid;
}
.entry_content table  td{
	text-align:left;
	width:80%;
	padding:5px;
	 line-break:normal;
	   word-break: break-all;
	border-bottom:1px #ddd solid;
}



.entry_content table th.se{
	text-align:left;
	padding:5px;
	width:55%;
	border-bottom:1px #ddd solid;
}
.entry_content table  td.se{
	text-align:left;
	width:45%;
	padding:5px;
	 line-break:normal;
	   word-break: break-all;
	border-bottom:1px #ddd solid;
}
