@charset "Shift_JIS";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fukidashi {
  width: 100%;
  margin-bottom: 20px;
}

.title_text {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}
body {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../images/base.gif);
	background-repeat: repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ƒqƒ‰ƒMƒmŠÛƒS ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
}
.border {
	background-image: url(../images/dot.gif);
	background-position: center center;
	width: 855px;
	background-repeat: repeat-x;
	height: 20px;
}
.date {
	font-size: 130%;
	line-height: 10px;
	padding-top: 10px;
	padding-left: 10px;
	color: #14722d;
}
.title {
	font-size: 180%;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.honmon {
	padding-left: 15px;
}
.photo {
	padding-bottom: 15px;
}
.btn {
}
.subtitle_text {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 2px;
}
a:link {
	color: #004c96;
	text-decoration: none;
}
a:hover {
	color: #14722d;
	text-decoration: none;
}
a:visited {
	color: #A13F00;
	text-decoration: none;
}

#member{
	width:800px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	margin-top:10px;
}

#member li{
	padding-top:10px;
	float:left;
	margin-left:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}


.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*Â¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
ul,li{ margin: 0; padding: 0; list-style:none; }

.cap{
	font-size:70%;
	color:#7B7B7B;
	text-align:center;}
	
b{font-weight:bold;
font-size:150%;
line-height:1.8;}

/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	#member{
		width:90%;
		margin:0 auto;}
	#member li{
	padding-top:10px;
	float:left;
	margin-left:10px;
	text-align:center;}

		}