/* Reset style */
/**　水色　#8dd1eb　カーキ色　 #c8b62f　今までの赤　#db2d58　'Noto Sans JP'**/
* {
  font-family:"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  }
body{
	text-align: left;
    font-size: 18px;
	color: #424444; 
    background-color: #ffffff;
    line-height: 1.3em;
    }

a { text-decoration: none; }
a:link { color:  #9b8d26; }
a:hover { color:  #8dd1eb; }
a:active { color:  #8dd1eb; }
a:visited { color:  #c8b62f; }

/********※スマホのみ表示**********/
@media(min-width:750px){
    .pc{
        display: none !important;
    }
}
/********※PCのみ表示**********/
@media(max-width:750px){
    .sp{
        display: none !important;
    }
}
/*PCでは無効（改行しない）*/
.smbr{
	display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:750px) {
	.smbr{
		display: block;
	}
}

/**　※スマホのみ　全ページ共通　ヘッダー部分**/
	.toptitle{
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: left;
		padding-left: 20px;
		background:#8dd1eb;
	}
	.toptitle img/**劇団ロゴ**/{
		width: 100px;
	}
	.toptitleh1{
		font-size: 1em;
		color: white;
		margin-left: 15px;
	}

/**　※スマホのみ　全ページ共通　ハンバーガーメニュー**/
	/**メニューボタン**/
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background: #b8b63bcc;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	/**ボタンがタップされたとき三本線を「×」マークにする設定**/
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;/**チェックボックスを非表示**/
	}
	/**メニュー内容**/
	.menu-content {
		width: 40%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background: #b8b63bcc;
		transition: all 0.5s;/*アニメーション設定*/
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	/**ボタンを押したらメニューが出てくる**/
	#menu-btn-check:checked ~ .menu-content {
		left: 60%;/*メニューを画面内へ*/
	}

/*******全ページ共通　フッター********/
	footer{
		width: 100%;
		background:  #30539c;
		color: #e6eaf7;
		line-height: 1.2em;
		padding-top: 20px;
		padding-bottom: 30px;
		font-family: serif;
		position: absolute;
		height: auto;
	}
	footer p{
		font-size: 0.9em;
		font-family: serif;
		text-align: center;
	}
	.footerlogo{
		width: 180px;
		display: block;
		margin: 0 auto 10px auto;
	}

/****** トップページ ******/
	/**「公演概要」見出し**/
	h2{
		font-size: 1.4em;
		margin: 20px 0 20px 0;
		text-align: center;
		font-weight: bold;
	}

	/**「あらすじ」「スタッフ」「出演」見出し**/
	h3{
		text-align: center;
		font-size: 1.1em;
		font-weight: bold;
		margin: 1rem auto 0.5rem auto;
	}
	/**公演名**/
	.title{
		width: 100%;
		height: auto;
		padding: 10px 0 20px 0;
		text-align: center;
		background: whitesmoke;
		color: #424444;		
	}
	.title h1{
		line-height: 1.3em;
		margin-left: auto;
		margin-right: auto;
	}
	.title-haru{
		margin-top: 2%;
		margin-bottom: 2%;
		/**font-size: 1em;**/
		font-family:  serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
	}
	.title-homolu{
		color: #a3a524;
		font-weight: 700;
		font-size: 0.9em;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.title-homolu span{
		font-size: 0.8em;
	}
	.title-ikitai{
		color: #2eabdd;
		font-size: 0.9em;
		font-weight: 700;
		margin-bottom: 2%;
	}
	.title p{
		font-family: sans-serif;
		margin-top: 1%;
	}
	/**
	.img-flex{
		display: flex;
		justify-content: center;
		padding: 0 10%;
	}
	img.logo-title{
		width: 40%;
		margin: 5% 3% 5% 3%;

	}**/
	/**キャッチコピー・作品概要**/
	.pc{
		width: 100%;
		text-align: center;
	}
	img.tirashi{
		width: 80%;
		margin: 15px auto 5px auto;
	}
	img.bigtirashi{
		width: 90%;
		display: block;
		margin: auto;
		margin-bottom: 5px;
	}
	.zoom-image{
		width: 60%;
		margin: 5% auto 10px auto;
		display: block; 
		transition: transform 0.4s ease; /* ホバー時のアニメーション */
	}
	/*.zoom-image:hover{
		transform: scale(1.01); /* ホバー時に1.2倍に拡大
	}*/
	.zoom-image img{
		width: 90%;  /*縮小画像の幅 */
		height: auto; /* 高さを自動調整 */
		margin: 0 5% 10px 5%;
	}

	.intro{
		width: 100%;
		padding: 8%;
		padding-bottom: 5%;
		line-height: 1.5em;
		border-style: none;
		text-align: left;
	}
	.catch{
		font-size: 1.5em;
		font-weight: bold;
		margin: 5px auto 10px auto;
		line-height: 1.3em;
	}
	.intro p{
		font-family: sans-serif;
		font-weight: 400;
		font-size: 0.9em;
		line-height: 1.4em;
		padding: 8px 0;
		letter-spacing: 0.05em;
	}
	.intro p span{
		font-weight: 700;
		font-family: sans-serif;
	}
	span.spankhaki{
		color: #a3a524;
	}
	span.spanblue{
		color: #2eabdd;
	}
	/*****ホモルーデンス／行きたいの枠******/
	.green, .blue{
		font-size: 1.2rem;
		color: #ffffff;
		text-align: center;
		width: 100%;
		padding: 0.5em 0.5em;
		position: relative;
		font-family: sans-serif;
		margin-top: 2%;
	}
	.green{
		margin-top: 2%;
		background: #b8b63b;
	}
	.blue{
		background: #8dd1eb;
		margin-top: 2%;
	}
	h2.eachtitle-homolu, h2.eachtitle-ikitai{
		margin: 2% 0 2% 0;

	}
	h2.eachtitle-homolu{
		color: #9b8d26;
	}
	 h2.eachtitle-ikitai{
		color: #26939b;
	}
	.credit-homolu, .credit-ikitai{
		text-align: center;
	}
	.credit-homolu{
		color: #9b8d26;
	}
	.credit-ikitai{
		color: #26939b;
	}

	.lightgreen/**ホモ・ルー**/,.skyblue/**行きたい**/{
		width: 100%;
		padding: 3% 8%;
		line-height: 1.5em;
		text-align: left;
	}
	.lightgreen{
		background: #b8b63b33;
	}
	.skyblue{
		background: #8dd1eb33;
	}
	.lightgreen p,.skyblue p{
		line-height: 1.4em;
		padding: 8px 0;
				font-family: sans-serif;
		font-weight: 400;
		font-size: 0.9em;
	}

	.lightgreen h3:first-of-type {
		margin-top: 5%;
	}
	.staff{
		text-align: center;
	}
	/***折り畳み（アコーディオンメニュー）「観劇後のアンケート」など***/
		.accordion  {
		margin-inline: 0;
		border-bottom:/**1px solid #a9a9a9 **/ ;
		}
		.accordion_title{
		position: relative;
		border: none;
		display: block;
		list-style: none;
		width: 100%;
		cursor: pointer;
		padding: 1.4em 2em 1.4em 1.4em;
		line-height: 1em;
		font-weight: bold;
		text-align: center;
		}
		summary.accordion_title::-webkit-details-marker /* Safariで表示されるデフォルトの三角形アイコンを消す設定 */{
		display:none;
		}
		.accordion_title:after {
		content: "+";
		position: absolute;
		top: calc(50% - 0.5em);
		right: 20px;
		line-height: 1;
		padding: 0;
		pointer-events: none;
		}
		.accordion::details-content {
		opacity: 0;
		block-size: 0;
		transition: .3s;
		transition-property: display, opacity, block-size, padding;
		transition-behavior: allow-discrete;
		line-height: 1.6em;
		}
		.accordion .accordion_content {
		padding: 0 2em 0 3em;
		}
		.accordion .accordion_content > *:first-of-type {
		margin-top: 0;
		}
		.accordion .accordion_content > *:last-of-type {
		margin-bottom: 0;
		}
		.accordion[open]::details-content {
		opacity: 1;
		block-size: auto;
		block-size: calc-size(auto, size);
		}
		.accordion[open] .accordion_content {
		padding: 0 2em 1.4em 3em;
		}
		.accordion[open] .accordion_title:after {
		content: "-";
		}




	/**出演者**/
	.castgrid {
		display: grid;
		gap: 20px 16px;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		margin: 15px;
		text-align: center;

	}
	.castgrid >li{
		height: 100%;
		display: grid;
		place-items: center; 
		font-weight: bold;
	}
	.castgrid img{
		width: 100px;
		height: 120px;
	}
.castlink-homolu:link { color:  #9b8d26; }
.castlink-homolu:hover { color:  #8dd1eb; }
.castlink-homolu:active { color:  #8dd1eb; }
.castlink-homolu:visited { color:  #9b8d26; }

.castlink-ikitai:link { color:  #26939b; }
.castlink-ikitai:hover { color:  #9b8d26; }
.castlink-ikitai:active { color:  #9b8d26; }
.castlink-ikitai:visited { color:  #26939b; }
	p.cau01{
		text-align: center;
	}

	/** 公演概要　ticketinfomationは申し込みページの残席状況**/
	.information, .ticketinfomation{
		width: 95%;
		margin: 0 auto 30px auto;
		font-size: 1em;
		line-height: 1.5em;
		text-align: left;
	}
	/**「残席状況」**/
	.ticketinfomation{
		width: 90%;
		margin: 10px auto 10px auto;
	}
	.ticketinfomation h3{
		background: #417286;
		color: whitesmoke;
		padding: 5px 0 5px 0;
		margin-top: 15px;
	}
	.ticketinfomation p{
		text-align: center;
	}

	/**「★夜割」など**/
	.ticketinfomation span{
		font-size: 0.8em;
	}
	.ticketkome{
		margin: 10px auto 10px auto;
		width:fit-content;
		padding: 0 0 0 0;
		font-size: 0.9em;
		line-height: 1.3;
		text-align: left;
	}
	.ticketkome p{
		text-align: left;
		
	}
	dl.info{
		border-bottom: 1px solid  #c8caca;
	}
	dl dt.info_read{
		width: 25%;
		border-top: 1px solid  #c8caca;
		border-left: 8px solid  #c8caca;
		margin: 0;
		margin-bottom: 5px;
		padding: 15px 5px 10px 15px;
		float: left;
		clear: left;
		font-weight: bold;
	}
	.ticketinfomation dt.info_read{
		padding: 5px;
		font-size: 0.9em;
	}
	
	dl dd{
		margin: 0;
		border-top: 1px solid  #c8caca;
	}
	.infoitem_read{
		padding: 15px 5px 10px 8px;
		margin-bottom: 5px;
		margin-left: 25%;
	}
	/**.infoitem_read span{
		font-size: 0.8em;
	}**/
	/** 日程表 **/
	.information table, .ticketinfomation table{
		margin: 10px auto 10px 0;
		border-collapse: collapse;
		line-height:1.5;
	}
	.ticketinfomation table{
		margin: 10px auto 10px auto;
	}
	.information table span{
		font-size: 0.8em;
	}
	.information td, th{
		width: 75px;
		text-align: center;
		/**border: solid 2px  #6f514e;**/
		padding: 5px;
		border-bottom:1px solid #999999;
		border-right:1px dotted #999999;
	}
	.td_eachtitle-homolu,.td_eachtitle-ikitai{/**縦書き設定*/
		writing-mode: vertical-rl;
	}
	.td_eachtitle-homolu{
		color: #9b8d26;
	}
	.td_eachtitle-ikitai{
		color: #32a0bb;
	}
	.ticketinfomation td, th{
		width: 75px;
		text-align: center;
		/**border: solid 2px  #6f514e;**/
		padding: 5px;
		border-bottom:1px solid #999999;
		border-right:1px dotted #999999;
	}
	.information td, .ticketinfomation td{
		line-height: 1.2em;
	}
	.information th.red, .ticketinfomation th.red{
		color:  #db2d58;
	}
	.information td.tdkhaki{
		color: #9b8d26;
	}
	.information td.tdskyblue{
		color: #32a0bb;
	}
	.information tr:first-child, .ticketinfomation tr:first-child{  /* 最初の行の指定 */
    		border-bottom: 2px solid #999999;
	}
	.information tr:last-child, .ticketinfomation tr:last-child{ /* 最後の行の指定 */
    		border-bottom: 0;
	}
	.information td:first-child, .ticketinfomation td:first-child{ /* 一番左の列の指定 */
		border-right: 0;
  }
	.information td:last-child, .ticketinfomation td:last-child{ /* 一番右の列の指定 */
  		border-right: 0;
	}
	.information th:first-child, .ticketinfomation th:first-child{ /* 一番左の列の指定 */
		border-right: 2px solid #999999;
	}
	.information th:last-child, .ticketinfomation th:last-child{ /* 一番右の列の指定 */
		border-right: 0;
	}
	.information th.a, .ticketinfomation th.a{
		line-height: 1.5em;
	}
	span.small{
		font-size: 0.8em;
	}
	span.maeuri{
		font-size: 1em;
		font-weight: bold;
	}
	p.kome{
		margin: 10px auto 10px auto;
		font-size: 0.9em;
		line-height: 1.3;
		text-align: left;
		font-family: 'Noto Sans JP';
		font-weight: 400;
	}
	span.kome{
		font-size: 0.7em;
		font-family: 'Noto Sans JP';
	}
	a.tomonokai{
		line-height: 1.3;
		border-bottom: dotted;
		border-color:#db2d58a4;
		border-width:1px;
	}
	a.application{
		width: 60%;
		font-size: 1.3em;
		font-weight: bold;
		margin: auto 0 auto 0;
		padding: 0;
		border-bottom: dotted;/*下線を点線にする*/
		border-color:#db2d58a4;
		border-width:1px;
	}
	.application:link{
		color: #db2d58;
	}
	.application:visited{
		color: #db2d58;
	}
	/**アフタートーク、その他イベント**/
	p.red{
		color: #db2d58;
	}
	p.green{
		color: #408876;
	}
	span.green{
		color: #408876;
	}
	/**追加ステージ**/
	span.new{
		color: #cf0d07;
		font-weight: 700;
		font-size: 1em;
	}
	p.new{
		color: #cf0d07;
		font-weight: 700;
	}

	
	/******（文化庁など）********/
	.bunkacho{
		width: 100%;
		padding: 15px 20% 15px 20%;
		margin: 0 auto 10px auto;
		font-size: 0.8em;
		line-height: 1.5em;
		text-align: left;
		display: block;

	}
	.bunkacho img{
		margin: 0 auto 0 auto;
		display: block;
	}

/**---------------申込みページ------------------**/
	/**（パソコンのみ表示）「お申込みページ」
	.tptitle{
		width: 100%;
		height: auto;
		padding: 20px;
		background:#570f21;
		text-align: center;
		font-weight: bold;
		color: white;
	}**/
	/*****　発売日までの間載せておくもの　******/
	.ticketinfo{
		font-size: 1.3em;
		line-height: 1.2em;
		margin: 20px;
	}
	.ticketinfo p{
		font-family: 'Noto Serif JP', serif;
		text-align: center;
	}
	span.red{
		color: #db2d58;
		font-weight: bold;
	}
	span.contact{
		font-size: 0.8em;
		font-family: 'Noto Serif JP', serif;
	}
	/*****　発売開始後　*****/
	/**ボックス**/
	.tomoform, .ippanform{
		width: 90%;
		line-height: 1.5em;
		text-align: center;
		display: block;
		margin: 20px auto 0 auto;
		box-shadow: 1px 3px 6px 1px #afafaf;
   		border-top-left-radius: var(--border-radius, 0);
    	border-top-right-radius: var(--border-radius, 0);
	}
	.tomoform{
		border: 2px solid #30539c;
	}
	.ippanform{
    	border: 2px solid #0080c0;
		margin-bottom: 20px;
	}
	/**ボックスのタイトル「友の会会員の方」「会員でない方」**/
	h2.tomoformttl, .ippanformttl{
		color: #fff;
		padding: 0.5em 20px;
		margin: 0;
		font-weight: bold;
		font-size: 1.2em;
	}
	h2.tomoformttl{
		background: #30539c;
	}
	h2.ippanformttl{
		background: #0080c0;
	}
	/**ボックスの中**/
	.tomoformtxt, .ippanformtxt{
		padding: 20px 20px;
		line-height: 1.2em;
	}
	.ippanformtxt{
		line-height: 1.5em;
	}
	.tomoformtxt p, .ippanformtxt p{
		margin-bottom: 10px;
		font-family: 'Noto Sans JP',sans-serif;
		font-weight: 400;
	}
	.tomoformtxt p span, .ippanformtxt p span{
		font-weight: 900;
		font-family: 'Noto Sans JP',sans-serif;
		color: #db2d58;
	}
	/**お申込みフォームのリンク**/
	a.tomoforma, a.ippanforma-2,a.ippanforma-1, a.tomoinfo, a.tomojoin, a.tomoinfobig{
		/**border-bottom: dotted;
		border-width:1px;**/
		line-height: 1.5em;
		font-weight: 900;
	}
	a.tomoforma{
		background:#c1af2d;
		font-size: 1.2em;
	}
	a.ippanforma-2{
		background:#0080c0c2;
		font-size: 1.2em;
		margin-bottom: 5%;
	}
	a.ippanforma-1{
		background:#0080c099;
		font-size: 1.2em;
	}

	a.tomoforma,a.ippanforma-2,a.ippanforma-1/**一般お申込みフォーム**/{
		padding-top: 20px;
		/**border: 2px solid #30539c;**/
		box-shadow: 1px 1px 4px 1px #ccc;
   		border-top-left-radius: var(--border-radius, 10px);
    	border-top-right-radius: var(--border-radius, 10px);
    	border-bottom-right-radius: var(--border-radius, 10px);
    	border-bottom-left-radius: var(--border-radius, 10px);
	    	/**background: #30539c;**/
			width: 85%;
			padding-bottom: 20px;
			line-height: 1.5em;
			text-align: center;
			display: block;
			margin-left: auto;
			margin-right: auto;
		color: whitesmoke;
	}

	/**-------リンク類---------**/
	a.tomoinfo/*「ご入会がお済みでない方は先にこちらから」の「こちら」*/{
		color: #aa730c;
		border-color: #aa730c;
	}
	a.tomoinfobig/*「青年劇場友の会について」の中の、友の会ページへのリンク部分*/{
		color: #30539c;
		border-color: #30539c;
	}
	a.tomojoin/*「青年劇場友の会に入会する」*/{
		margin-bottom: 10px;
		font-size: 1.1em;
		color: #aa730c;
		border-color: #aa730c;
	}
	/**リンクに全て下線（ドット線）をつける**/
	a.tomoinfo,a.tomoinfobig,a.tomojoin{
		border-bottom: dotted;
		border-width: 1px;
	}
	
	
	/**「※2025年の友の会ご入会がお済みでない方は～」**/
	p.caution{
		font-size: 0.9em;
		text-align: left;
		padding: 0 10px 0 10px;
		margin-top: 15px;
	}
	/**　一般向け「青年劇場友の会がお得です」コーナー　**/
	.separate{
		background: whitesmoke;
		padding: 20px 10px 20px 10px;
		margin-top: 15px;
	}
	.separate h4{
		font-size: 1.1em;
		padding-top: 5px;
		color: #aa730c;
		font-weight: bold;
	}
	p.sepatxt{
		font-size: 0.9em;
		text-align: left;
		padding: 5px 10% 10px 10%;
		margin-bottom: 0;
		line-height: 1.2em;
	}
	
	/**　お申込みフォームのリンク　**/
	a.entryforma/**友の会ご入会お申込みフォーム**/, a.forma_blue/**「春の連続公演」先行予約フォーム**/{
		line-height: 1.5em;
		font-weight: 900;
		text-align: center;
		display: block;
	}
	a.entryforma/**友の会ご入会お申込みフォーム**/{
		font-size:1.5em;
		color: white;
	}
	a.forma_blue/**「春の連続公演」先行予約フォーム**/{
		/**border-bottom: dotted;
		border-width:1px;**/
		font-size: 1.1em;
		color: white;
	}
	.forma{/**「春の連続公演」先行予約フォームをcenter寄せにしたくてわざわざdivで囲んだ**/
		text-align: center;
		box-shadow: 1px 1px 4px 1px #ccc;
		border-color: #8dd1eb;
		border-top-left-radius: var(--border-radius, 15px);
    	border-top-right-radius: var(--border-radius, 15px);
    	border-bottom-right-radius: var(--border-radius, 15px);
    	border-bottom-left-radius: var(--border-radius, 15px);
		width: 70%;
		padding-top: 5px;
		padding-bottom: 10px;
		background: #8dd1eb;
		margin: 10px auto 10px auto;
		
	}

	
	.box/**「先行予約受付中！」の枠 **/{
		width: 90%;
		padding-bottom: 20px;
		line-height: 1.5em;
		text-align: center;
		display: block;
		margin: 20px auto 0 auto;
	}
	.box/**「先行予約受付中！」 **/{
    	border: 2px solid #c1af2d;
		margin-bottom: 20px;
	}
	/**　「先行予約受付中！」枠内のタイトル　**/
	.box h2/**「2026年3月『春の連続公演』先行予約受付中！」 **/{
		color: white;
		padding: 0.5em 20px;
		margin: 0;
		font-weight: bold;
		font-size: 1.2em;
		background: #c1af2d;
	}
	/**　「先行予約受付中！」枠内の文章**/
	.box p{
		padding: 20px 30px;
		line-height: 1.2em;
		text-align: left;
	}

	/**　「青年劇場友の会に入会する」　**/


/********公演班だより********/

	h1.tyr{
		font-size: 1.5em;
		margin: 0 auto;
		color: white;
		width: 0 auto;
		height: 55px;
		padding: 15px;
		line-height: 1em;
		text-align: center;
		background: #db2d58;
	}
	h1.tbtyrtitle span{
	font-size: 0.8em;
	}
	/****/
	#kakotyr,.kakotyr {
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #2FBCE8;
	width: 350px;
	height: 100px;
	line-height: 1.2em;
	padding: 10px;
	}
	
	.kakotyr div{
	background: white;
	margin: auto;
	margin-top: 10px;
	width: 150px;
	height: 40px;
	padding: 7px;
	border-radius: 10px;
	}

	.left {
	float: left;
	}
	
	.right {
	float: right;
	}
	
	/****/
	.tyr{
		font-size: 16px;
		width: 95%;
		padding: 2%;
		background-color: #ffffff;
		margin: 1% auto;
		border: solid 1px #db2d58;
	}
	.tyr img.tate {
		width: 60%;
		margin: auto;
		display: block;
		padding: 2px;
	}
	.tyr img.yoko {
		width: 80%;
		margin: auto;
		display: block;
		padding: 2px;
	}
	.tyr p{
		text-align: left;
		line-height: 135%;
	}
	p.center{
		text-align: center;
	}
	.tyr a:link { color: blue; }
	.tyr a:hover { color: lightblue; }
	.tyr a:active { color: lightblue; }
	.tyr a:visited { color: blue; }

	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}
	p.date{
		font-weight: bold;
	}
	p.name{
		font-weight: bold;
		text-align: right;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	p.gotop {
		text-align: center;
		color: #db2d58;
		margin-bottom: 30px;
	}