@charset 'utf-8';

.clrfx:before,.clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{	filter: alpha(opacity=60);	opacity: 0.6;}
.opcity{filter: alpha(opacity=50);opacity: 0.5;}
li {display: inline-block;*display: inline;*zoom: 1;} 

a{/*リンクされた文字*/
	color:#5F5F5F;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color:#5F5F5F;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#5F5F5F;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#4E4E4E;
	font-style:normal;
	text-decoration:underline;
	opacity: 0.5;
}
a:active {/*クリック中*/
	text-decoration:none;
}

/* Common
 * --------------------------------------------------------*/
 
 p{
	font-family: 太ゴB101,Futo Go B101;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	padding-left: 5px;
	margin-bottom: 20px;
	}
	 
.cap{
	font-size: 14px;
	margin-top: -1px;
	}
.wrapper{
	 width: 700px;
	 margin: 0 auto;
	 margin-top: -30px;
	 }
 
.title{
	width: 700px;
	background-image: url(../images/bk_img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 60px;
   	margin-bottom: 50px;
    height: 450px;
	}
	 
.line{
	width: 700px;
	margin: 0 auto;
	}
.title img{
	padding-bottom: 50px;}

.header{
	padding-left: 0;
	position: relative;
	top: 50%;
	transform: translateY(130%);
	}	
	
.hobo{
	float: left;
	}
.tobichi{
	float: right;
	margin-top: -15px;
	}
	
.contents{
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
.contents img{
	margin-top: 10px;
	}
	
.date{
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
	}

.info{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.footer{
	width: 515px;
	margin: 0 auto;
	}
	
.copy{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
@media (max-width : 600px ){

.wrapper{
	width: 600px;
	margin: 0 auto;
	}


.title{
	width: 600px;
	height: 450px;
	}
	
.line{
	width: 600px;
	}

img{
	max-width: 100%;
	height: auto;
	}
	
	}