@charset "UTF-8";


* {
	margin:0;
	padding:0;
	border:none;
	list-style-type:none;
	text-decoration:none;

}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:100%;
	text-align:center;
}
#container {
	background-color:#FFF;
	background-color:rgba(255,255,255,0.98);
    position:relative;
	top:5px;
	border:#F3C 1px solid;
	width:898px;
	height:auto;
    margin:0 auto;
}

#ci {
	background-repeat:no-repeat;
	margin-top:18px;
}
#kimura {
	margin-top:10px;
	margin-bottom:15px;
}

h2 {
	padding-left:10px;
}

#navi {
	width:898px;
	height:30px;
	margin:0 0 25px 66px;
	}
/*gallery用navi */
#navi2 {
	width:auto;
	height:30px;
	margin:0 0 15px 66px;
	}
/* gallery用navi */

.list {
	font-size:10px;
	display:inline;
	width:90px;
    height:22px;
	text-align:center;
	background: #EEE;
	border: 1px solid #f3c;
	color: #111;
	margin:4px 10px;
	padding-top:5px;
	float:left;
}

:hover.list {
	border-color:#0cf;
}

#gazou {
	height:auto;
}
/*ここからoomoto*/

#oomoto {
	width:428px;
	float:left;
}

.tw-page {
	margin-left: 214px;
	width: 470px;
	border: 1px solid #f3c;

}

/*ここまで*/

#sns {
	padding-left:8px;
	width:866px;
	height:25px;
	clear:both;
	margin:10px 0 10px 24px;
}


#comment {
	color:#777;
	font-size:80%;
}

#footer {
	font-size:70%;
	margin-bottom:10px;
}

/*ツールチップ*/
.md-tooltip {
	text-align:left;
  display: none;
  position: absolute;
  z-index: 9999;
  line-height: 1.5;
  padding: 7px 10px;
  border:#F3C solid 1px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
		  background-color:#fff;
  color: #000;
  font-size: 12px;
}
.md-tooltip:after {
  content: " ";
  position:absolute;
  left: 15px;
  top: -20px;
  width: 0;
  height: 0;
  margin: 0 0 0 -5px;
  border-top: 10px solid transparent;
  border-right: 5px solid  transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid;
  border-bottom-color:#F3C;
}
/*ツールチップ終了*/
