/* CSS Document */
body{
	/* 文字要素 */
	font-family: "トーキング", "Talking ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #9A4827;
	background-position: center;
	background-repeat: repeat;
 }
 
a:link{
	color: #FFFF99
	text-decoration: none;
	color: #FF0099;
	}
		
a:visited{
	color: #FCA8DB;
	text-decoration: none;
	}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
#honmon a:link{
	color: #FF007D;
	text-decoration: none;
	}

#bg_kirakira {
	background-image: url(IMAGES/bg_flame_2016.png);
	background-repeat: repeat-y;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-attachment: fixed;
	background-position: center top;
	padding-top: 20px;
	}

#wrapper{
	margin: 20px auto;
	width: 880px;
}

#headder{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#main{
	margin-top: 0;
	margin-bottom: 0;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-color: #9A4827;
	background-image: url(IMAGES/bg_2016.gif);

}

#yodogawa {
	text-align: center;
	font-size: 16pt;
	margin-top: 15px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0px;
	margin-bottom: 50px;
	color: #FFFEC5;
	width: 750px;
	}


#honmon {
	font-size: 17px;
	text-align: center;
	line-height: 1.75em;
	color: #341819;
	margin-left: auto;
	margin-right: auto;
	}

	/* 動画など入った場合 */
#honmon_02 {
	font-size: 17px;
	text-align: center;
	line-height: 1.75em;
	color: #341819;
	margin-left: auto;
	margin-right: auto;
	margin-top: 450px;
	}


.honmon_naiyou{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

.honmon_bg {
	width: 651px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	border-radius: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}

#midashi {
	font-weight: bold;
	font-size: 16pt;
	padding-top: 35px;
	padding-bottom: 20px;
	line-height: 1.6em;
	}

#line_midashi {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}	

.honmon_small {
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.date{
	padding-top: 25px;
	font-size: small;
	font-family: "prenton",sans-serif;
	color: #FF7577;
	}



.title {
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
	color: #FFFFFF;
	}

.title_small {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	}

/* フッター */
li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom:20px;
	}

#footer {
	margin-top: 30px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	}

.footer_fb{
	padding-top: 35px;
	}


#bottom{
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* アーカイブ */
#archive{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 500px;
	color: #FFFFFF;
	text-align: center;
}

#archive a:link{
	color: #FFFF99;
	text-decoration: none;
	}

#archive_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 17pt;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #FFFFFF;
	}

.mokjji_archive{
	text-align: left;
	font-size: 12pt;
	padding-bottom: 5px;
	color: #FFFFFF;
	}
	
.mokjji_date_archive{
	text-align: left;
	font-size: 9pt;
	font-family: "prenton",sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}	
	
/* ------------------動画------------------ */


#youtube_twitter{
	width: 750px;
	padding-left: 10px;
	padding-right: 10px;
	}

.movie {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 50px;
	float: left;
	}

.tweet {
	width: 230px;
	margin-top: 30px;
	margin-bottom: 50px;
	float: right;
	padding-right: 10px;
	}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ------------------スマホ対応------------------ */

@media only screen and (max-device-width:420px) {


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#wrapper {
	width:320px;
	margin-right: auto;
	margin-left: auto;
	-webkit-text-size-adjust: 100%;	
	margin-top: -30px;
	font-size: 15px;
	line-height: 1.65em;
	letter-spacing:0.05em;	
}


/* 動画 */	

#youtube_twitter{
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	}

.movie {
	width: 750px;
	margin-left: -225px;
	float: none;
	}

/* youtube埋め込み */	
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tweet {
	width: 750px;
	margin-left: -225px;
	float: none;
	}

	/* 動画など入った場合 */
#honmon_02 {
	margin-top: 50px;
	}

#archive{
    margin-right: 0px;
    padding-left: 200px;
}

	
}
