@charset "UTF-8";

/*
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* main-area */
#main-area {
	background: url(../../img/common/grid.png) #fff;
}
.content-wrap {
	background: #fff;	
}
.btn-contact a {
	display: block;
	width: 350px;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #00b7ee;	
}
dt {
  margin-bottom: 10px;
	padding-left: 20px;
	font-size: 117%;
	font-weight: bold;
}
.works-list li {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
	border-top: 1px dotted #ccc;
}
.y2014 dt { background: url(../../img/common/icon-o.png) no-repeat left ; }
.y2013 dt { background: url(../../img/common/icon-r.png) no-repeat left ; }
.y2014 dd {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
