@charset "UTF-8";

/* 全体の設定 */

body {
 background : #FFFFFF;
 font-size : 12px;
 color : #333333;
 font-style: normal;
 line-height : 1.7;}

a:link {color : #333333;}
a:visited {color : #333333;}
a:hover {color : #333333;}
a:active {color : #333333;}

hr {
 border : 0px solid #333333;
 width : 100%;
 height : 1px;}

img {
 margin-top : 0px;
 margin-bottom : 10px;}

.emoji {
 margin-top : 3px;
 margin-bottom : -3px;}

input,textarea{
 background-color : #FFFFFF;
 border : 0px solid #FFFFFF;
 font-size : 12px;
 font-style: normal;
 color : #333333;
 line-height : 1.6;}


/* ブログの名前の設定 */

.name {
 text-align : center;
 font-size : 15px;
 font-style: normal;
 margin-bottom : 0px;}
.name a:link {text-decoration : none;}
.name a:visited {text-decoration : none;}


/* メニューの設定 */

.menu {
 text-align : center;
margin-bottom : 30px;}


/* テーブルの設定 */

.tb {
 background : #FFFFFF;
 margin-left : auto;
 margin-right : auto;
 width : 560px;}

.tb2 {
 background : #FFFFFF;
 border : 0px solid #FFFFFF;
 margin-bottom : 200px;
 width : 100%;}



/* 本文の設定 */

.txt {
 margin-top : 5px;
 margin-left : 5px;
 margin-right : 5px;
 margin-bottom : 5px;}

.txt hr {
 border : 0px solid #333333;
 width : 100%;
 height : 1px;}

/* ページ移動の設定 */

.navi {
 text-align : center;}


/* フッターの設定 */

.footer {
 text-align : center;
 font-size : 10px;
 margin : 5px;}


.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}