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

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
body {
background-image: url(../images/bg.jpg);
background-repeat:no-repeat;
background-size: contain;
background-position: bottom center;
font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper {
	margin:0 auto;
	width:800px;
	background: url(../images/bg_white.png);
}
.wrapper .wrapper_naka{
	margin:0 auto;
	width:672px;
}


/*ヘッダー
 * --------------------------------------------------------*/
.header {
	text-align: center;
	border-bottom: 1px solid #a9a9a9;
}
.header .hobo{
	padding-top: 50px;
}
.header .title{
	padding-top: 50px;
}
.header .yodogawa{
	padding-top: 50px;
	padding-bottom: 60px;
	font-size: 17px;
	font-weight: bold; 
}


/*インデックス
 * --------------------------------------------------------*/
.index{
	padding-top: 20px;
	padding-bottom: 40px;
	width:700px;
}
ul{
display:table;
table-layout: fixed;
width:100%;
margin-left: 0px;  
padding-left: 0px;
}
li{
display:table-cell;
vertical-align: top;
padding-top: 20px;
}
.index .text{
	padding-top: 8px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold; 
}
.index .text .time{
	font-weight: normal;
	font-size: 13px;
	font-style:oblique; 
	color: #757272;
}

/*日付
 * --------------------------------------------------------*/
.date{
	font-size: 13px;
	color: #757272;
	text-align:center;
	padding-bottom: 60px;
}

/*フッター
 * --------------------------------------------------------*/
 .fotter{
 	text-align: center;
	border-top: 1px solid #a9a9a9;
	width:672px;
	padding-top:45px;
	padding-bottom:35px;
}
 .fotter .fotter_naka{
 	margin:0 auto;
	text-align:center;
	width:360px;
}
.fotter .navi{
	width:360px;
	height: auto;
	overflow: hidden;
	padding-bottom:50px;
}
.fotter .navi .tw{
	float:left;
}
.fotter .navi .fb{
	float:left;
	margin-left:32px;
}
.fotter .navi .mail{
	float:left;
	margin-left:32px;
}
.fotter .navi .home{
	float:left;
	margin-left:32px;
}
.copyright {
	padding-bottom:10px;
}	