/* 月刊競輪--------------- */
/* 競輪場便り--------------- */
/* -----------------------------------
	1：全般・他
	2：タイトル
	3：テキスト部
	4：写真
	5：プロフィール
	9：変更履歴
 ------------------------------------ */

/* ---------------------------------------------- */
/* 1：全般・他 ---------------------------------- */
/* ---------------------------------------------- */
.to_backnumber{
		width: 98%;
		text-align: right;
		margin-bottom: 10px;
		}

/* ---------------------------------------------- */
/* 2：タイトル ---------------------------------- */
/* ---------------------------------------------- */
.title {/* タイトル */
		position: relative;
		border: solid 1px #666;
		clear: both;
		background-color: #fff;
		width: 100%;
		margin: 0 auto 0 auto;
		background:repeating-linear-gradient(0deg, #e3e2b2 0, #e3e2b2 1px, #c3c2a2 1px, #c3c2a2 3px);
		}
.title_photo {/* 背景写真 */
		position: relative;
		width: 700px;
		margin: 0 auto 0 auto;
		}


@media(max-width:768px) {

.title {/* タイトル */
		width: 95%;
		}
.title_photo {/* 選手の写真 */
		width: 95%;
		}
.title_photo img {/* 選手の写真 */
		width: 100%;
		max-width: 700px;
		}

}/* max-width:768px-- */


/* ---------------------------------------------- */
/* 3：テキスト部--------------------------------- */
/* ---------------------------------------------- */

.read {/* リード */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;
		color: #c3c2a2;/* -------------------------------------------------------★リード 文字色 */
		font-size: 110%;
		}

.catch1 {/* キャッチ */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;
		color: #666622;/* -------------------------------------------------------★キャッチ1 文字色 */
		font-weight: bold;
		font-size: 140%;}

.box4 {/* 本文 box1〜3はインデックスで利用 */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;}


.box5 {/* 本文 box1〜3はインデックスで利用 */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;
		font-weight: bold;
		font-size: 120%;

		
		}

/* ---------------------------------------------- */
/* 4：写真--------------------------------------- */
/* ---------------------------------------------- */


.photo1 {/*大きい写真を1枚 */
		width: 95%;
		height: auto;
		margin: 30px auto 60px auto;
		text-align: center;
		clear: both;
		color: #444;
		font-weight: bold;
		font-size: 120%;
		}
.photo1 img {
		max-width: 100%;
		margin: 0 auto 5px auto;
		}

.photo2 {/*写真を横に2枚並べる */
		margin: 30px auto 60px auto;
		width: 49%;
		float: left;
		text-align: center;
		color: #444;
		}
.photo2 img {
		margin: 0 auto 5px auto;
		}
				
		
@media(max-width:768px) {
.photo2 {
		clear: both;
		width: 100%;
		}
}/* max-width:768px-- */
/* ---------------------------------------------- */
/* 5：プロフィール------------------------------- */
/* ---------------------------------------------- */




/* 9：変更履歴 -------------------------------

2019.04.01 139 雛形作成

-------------------------------------------- */
