@charset "utf-8";

/*ロゴ画像のデザイン*/
h1 img {
	width: 600px;	
    height: 200px;
	margin: 40px 0px 5px 20px;	}


    
/*全ページ共通のデザイン*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: black;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 20px;	
	line-height: 2;		

    background-color: #F0F1F5;

}


/*全ページの幅*/
#container {
	max-width: 1400px;	
	margin: 0 auto;
	padding: 0 3%;
}

/*ロゴ画像位置*/
header {
	text-align: center;
}


/*各ページリンクの位置*/
nav{text-align: center;
    margin: 100px;

}

/*各ページリンク各々のデザイン*/
nav li {
	display: inline;	
    font-size:30px;
    text-align: center;
    width: 40px;
    height: 150px;
    margin: 2px 10px 10px 10px;
    padding:  10px  10px 10px 10px ;
    background-color: #76A4F5;
}

/*各ページリンクの文字*/
nav li a {
    color: #F0F1F5;
	text-decoration: none;
	padding: 10px 20px;	
    transition: letter-spacing 0.3s;
}

/*各ページリンクマウス時文字*/
nav li a:hover{
    text-decoration: none;
     font-weight: bold;
color: #182233;
letter-spacing: 0.05em; /* 字間の設定 */
}

/*各ページリンククリック時文字*/
nav li a:active {
    color: #F0F1F5;
	text-decoration: none;
	padding: 10px 20px;	
    
}

/*字幕の種類説明*/
#occc{
    width: 120%;
    text-align: justify;
    margin: 50px 0px 0px 20px;
}

/*オープンキャプション画像*/
#OC{
 width: 300px;
height: 200px;
margin: 10px  20px 2px 100px ;
padding: 0 0 0 0 ;
float: left;
}


/*クローズドキャプション画像*/
#CC{
 width: 300px;
height: 200px;
margin: 10px  30px 10px 100px ;
padding: 0 0 0 5px ;
float: left;
}

/*ページ名表示*/
#setumei {
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #182233;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    color: #76A4F5;
    font-weight: bold;
}

/*各ページ一番上紹介文*/
#top p{
    text-align: center;
    font-size: 18px;
    margin: 5px 0px 3px 0px;
}

/*全ページの文字列*/
#contents p{text-align: justify;
    font-weight: none;
    font-size: 16px;
    line-height:30px;
    margin: 0 0 300px 1500px;
    width: 60%;
}



/*各ページサブタイトル*/
#contents h2{
    text-align: center;
    font-size: 22px;
    clear:both;
	margin: 15px 0px 5px 5px;
	color: #182233;		
    width: 160px;
	padding: 2px 0 0px 100px;	
   /* border: 6px solid #76A4F5 ;*/
}

/*字幕って？ページサードタイトル*/
#contents h3{
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
color: #76A4F5;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #182233;
 width:300px; 
 margin: 20px 0px 20px 100px;
}

/*活用例ページサードタイトル*/
#contents h4{
    text-align: center;
    font-size: 20px;
  border-top: 3px solid #182233;
  border-bottom: 3px solid #182233;
 width:180px; 
 margin: 0px 0px 15px 0px;
}

/*字幕職人段落*/
#honnyakusya
{width: 1000px;
    margin: 20px 10px 0 10px;
}

/*字幕の悦明*/
#rekisi{
    width: 1500px;
     text-align: center;
    font-size: 18px;
    margin: 20px 0px 10px 150px;
}


/*内容幅*/
#naiyou{
    width: 1400px;
    margin: 0px 0px 0px 100px;
}

/*ページの文字列*/
#naiyou p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 15px 0;
    padding: 0 0 2px 0;
}

/*目的ページ単語強調*/
.line{
text-decoration:  underline #182233;
font-weight: bold;
}

/*ルール文字列位置*/
.list{
    padding: 0px 0px 0px 20px;
    margin:20px 0 0 120px;
    list-style: none;
    font-size: 16px;
}

/*ルール文字列箇条位置*/
.list>li{
position: relative;
    padding: 0px 0px 0px 1em;
}

/*ルール文字列箇条三角形*/
.list>li::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #182233;
    content: "";
}

/*活用例文字列箇条書き*/
.li{
    padding: 10px 0 0 0;
    margin: 20px 0 0 120px;
    list-style: none;
    line-height: 30px;
}

/*利用例文字列箇条余白*/
.li>li{
position: relative;
    padding: 0px 0px 0px 1em;
}

/*利用例文字列箇条三角形*/
.li>li::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #76A4F5;
    content: "";
}

/*各利用例へのジャンプリンク３つのデザイン*/
.submenu{
    margin: 20px 0 80px 10px;
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
display: block;
}


/*各利用例へのジャンプリンク３つの位置*/
.box{width: 30px;
height: 20px;
margin: 20px  50px 10px 10px ;
padding: 0 10px 0 10px ;
display: inline;
}



/*番組表画像*/
#exampletv{
float: right;
margin: 10px 1px 20px 1px;
width: 350px;
height: 200px;

}

/*動画再生画像*/
#examplevideo{
float: right;
margin: 10px 100px 20px 0px;
width: 350px;
height: 200px;

}

/*映画名画像*/
#examplemovie{
float: right;
margin: 2px 100px 20px 0px;
width: 350px;
height: 200px;

}

/*コピーライト表示*/
footer{
    clear: both;
   padding: 10px 0 0 0;
    text-align: center;
    background-color:#F0F1F5;
    font-size: 18px;
    margin: 100px  0px 10px 0px;
    width: 1405px;
    height: 50px;
    color: #182233;}

    /*字幕って？コピーライト表示*/
    #purpose{  
    clear: both;
   padding: 10px 0 0 0;
    text-align: center;
    background-color:#F0F1F5;
    font-size: 18px;
    margin: 100px  10px 10px 100px;
    width: 1405px;
    height: 50px;
    color: #182233;
    }
    