@charset "utf-8";
/* CSS Document */


/*
#list .article {
	float:left;
	width:360px;
	margin-bottom:20px;
}


#list .article {
	padding-right:20px;
}
*/

#list ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#list li {
    display: inline-block;
	/display:inline; 
	/zoom:1;
	width: 360px;
    margin: 0;
    padding: 0 15px 20px 0;
    border: 0;
    vertical-align: top;
}

#list .article .photo{
	margin-bottom:10px;
}

#list .article .date{
	font-size:12px;
	margin-bottom:10px;
}

#list .article .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#list .article .beginning{
	font-size:14px;
	margin-bottom:10px;
}

#list .article .more a{
	background:#F66;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:inline;
	padding:5px;
	float:right;
	
}

#list .article .more a:hover{
	background:#ff9393;
}


#report p{
	margin-bottom:20px;
}
#report #date{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

#report .photo{
	padding:10px;
	background:#eee;
	width:590px;
	text-align:center;
	margin: auto;
	margin-bottom:20px;
}

#report .photo2{
	padding:10px;
	background:#eee;
	width:180px;
	text-align:left;
	margin-bottom:20px;
}
#report .photo3{
	padding:10px;
	background:#eee;
	width:300px;
	text-align:left;
	margin-bottom:20px;
}

#report .photo295 {
	padding:10px;
	background:#eee;
	width:295px;
	text-align:center;
	margin: auto;
	margin-bottom:20px;
}

#report .photo p.comment{
	margin:0;
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:5px;
}


#report .name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.ttl_name{
	font-weight:bold;
	font-size:1.4rem;
	border-left:5px solid #77ba4f;
	padding:10px 20px;
	margin:30px auto;
}

.report_title {
	font-size: 26px;
}
#report ol.report_list {
	font-size: 14px;
}

#report .article_strong {
	font-weight: bold;
	font-size: 18px;
}
.report__line1 {
	color: green;
}
.report__line2 {
	color: #1109BF;
}
.mt20 {
	margin-top: 20px;
}
.letter_space {
	letter-spacing: -1.2px;
}