<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi03 a img {
	visibility: hidden;
}

#main h2 {
	margin-bottom: 60px;
}

#main .headLine01 {
	margin-bottom: 35px;
}

#main .photoUl {
	margin: -58px -28px 90px 0;
	overflow: hidden;
	zoom: 1;
	width: 1008px;
}

#main .photoUl li {
	margin: 58px 30px 0 0;
	float: left;
	width: 306px;
	text-align: center;
}

#main .photoUl li span {
	margin-top: 15px;
	display: block;
	font-size: 1.6em;
}

#main .transitH3 {
	margin-bottom: 59px;
}

#main h4.year {
  margin-bottom: 20px;
  margin-top: 20px;
    padding-bottom: 6px;
    color: #E50020;
    font-size: 2em;
    border-bottom: 1px solid #E50020;
}

/*------------------------------------------------------------
  module works__list
------------------------------------------------------------*/

.works__list {
  -js-display: flex;
  display: flex;
  width: 890px;
  flex-wrap: wrap;
}

.works__item {
  margin: 10px;
  padding: 15px;
   font-size: 1.4em;
   width: 246px;
  text-decoration: none;
}

.works__item--border {
  margin: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 15px;
   font-size: 1.4em;
   width: 244px;
  text-decoration: none;
}

.works__img img{
  width: 100%;
  height: auto;
}

.works__title {
    color: #E50020;
    font-size: 1.2em;
}

#main p.works__spot {
   text-indent:-1em;
  padding-left:1em;
  margin-bottom: 0.5em;
}

.works__number {
   text-indent:-1em;
  padding-left:1em;

}

.fa-map-marker:before {
content: "\f041";
padding-right: 0.5em;
font-family: FontAwesome;
}

.fa-user:before {
content: "\f007";
padding-right: 0.5em;
font-family: FontAwesome;
}

.works__taglist {
  font-size: 0.8em;
}

.works__tagItem {
  display: inline-block;
  padding: 3px 5px;
  letter-spacing: 0.1em;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #666;
  background: #dcdcdc;
}

#main .headLine01 span {
    font-size: 0.5em;
    font-weight: bold;
}

/*------------------------------------------------------------
  module .table__primaly
------------------------------------------------------------*/

.table__primaly  {
  width: 100%;
  margin:10px 0px 50px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-spacing:0px;
}

.table__primaly th,
 .table__primaly td {
  font-size: 1.2em;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding:7px 7px;
  vertical-align: middle;
  color: #221815;
}

.table__primaly th {
  letter-spacing: 0.1em;
  background-color: #E50020;
  font-size: 1.2em;
  color: #fff;
  font-weight: inherit;
}

.table__primaly td.date,
.table__primaly td.number
 {
  text-align: right;
}


