@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
#contents a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

#contents .promo_img {
margin-bottom: 40px;
}

#contents .project_inbox {
max-width: 776px;
margin:  0 auto;
}
#contents .project_inbox .lead_txt {
line-height: 1.8;
margin-bottom: 40px;
font-size: 16px;
}
#contents .project_inbox .lead_txt strong {
font-weight: normal;
color:#f00;
}

#contents .project_inbox .project_eachbox {
margin-bottom: 40px;
}
#contents .project_inbox .project_eachbox .photo_txt {
text-align: center;
margin: 30px 10px;
}
#contents .project_inbox .project_eachbox .project01_thumb {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;

-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;

-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#contents a.btn_to_list {
	display:block;
	margin: 30px auto;
	width:190px;
}

.mB20 {
margin-bottom: 20px;
}
.mB30 {
margin-bottom: 30px;
}
.mB40 {
margin-bottom: 40px;
}
.mB50 {
margin-bottom: 50px;
}
