@media screen and (min-width: 768px){	
  .br-sp { display:none; }
	#about_text{
	margin: 40px auto 10px ;
	width: auto;
	text-align: center;
	font-size: 20px;
	line-height:200%;
	color:#333;
	background-color: floralwhite ;
}
}

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

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


#wrap {
    display: none;
}



body{
	background-color: oldlace ;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	letter-spacing:2px;
	text-align: center;
	max-width: 1680px;
    margin: 0 auto;
}

a {
	text-decoration: none;
	color: #333;
}

a2 {
	text-decoration: none;
	color: #333;
}


a:hover {
		color: #333;
		text-decoration:underline;
		background-color: oldlace ;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#bold{
	font-weight:800;
}


h1{
	margin: 30px auto 15px;
	text-align: left;
	line-height: 250%;
	font-size: 15px;
	float: left;
}

h2{
	font-size:15px;
	margin: 0px 0px 5px 0px;
	text-decoration: underline;
}

h3{
	font-size:13px;
	margin: 0px 0px 10px 0px;
}

h4{
	font-size:12px;
	margin: 0px 0px 10px 20px;
}

h5{
	font-size:13px;
	font-weight:700;
	margin: 0px 0px 10px 0px;
}

h6{
	font-size:20px;
	font-weight:700;
	margin: 20px 0px 10px 0px;
}


#container {
	margin: 0px auto;
	padding: 0px;
	background-color: oldlace ;
}

#content {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#content_about {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


hr {
   border:solid #999;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   color: #CCC;
   text-align:left;
   margin: 0px 0px 0px 0px;
  
} 

hr.dot {
height: 1px;
border: none;
border-top: 1px #000000 dotted;
margin: 20px 0px 40px 0px;
}


#cover {
    width: 910px;
    position: relative;
    overflow: hidden;
}

#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}


input {
	margin: 0px 290px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	border:0px;
	float: right;
		
}

