@charset "utf-8";
/* CSS Document */

#pre_section{
	background-image:url(../img/bg_img_01.jpg);
	background-attachment: scroll;
	background-color: #59BEE1;
	background-repeat: no-repeat;
	padding: 20px;
}

#pre_section .present{
	padding: 15px;
	z-index: 10;
	background-color: rgba( 255, 255, 255, 0.65 );
	color: #333333;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	border:1px solid #a1a1a1;
}

#pre_section .present .pre_ttl{
	font-family: Garamond, 'Yu Mincho', YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, 'Hiragino Mincho ProN', \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
	font-size: 220%;
	font-weight: bold;
}

#pre_section .present .pre_label{
	margin: 10px 10px 0 0;
  padding: 6px 12px 5px 12px;
  font-size: 1.8rem;
  color: #ccc;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -4px;
  background: #000;
}