/* #titleArea タイトル背景画像
+=========================================================+ */
#titleArea {
  background:url(../images/pic_title.jpg) center center no-repeat;
  background-size:cover;
}

/* クリップアイコン
+=========================================================+ */
.glyphicon-paperclip {
  position: relative;
  top: 1px;
  display: inline-block;
  width:16px;
  height:16px;
  margin-right:2px;
  background:url(../images/paperclip.svg) center center no-repeat;
  background-size:container;
}
