/* 月刊競輪--------------- */
/* シューティングスタープレス--------------- */
/* -----------------------------------
	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, #257dcf, #257dcf 1px, #ffffff 1px, #ffffff 4px);/* ---★しましま色 */
		}

.title_photo {/* 選手の写真 */
		position: relative;
		width: 100%;
		width: 800px;
		margin: 0 auto 0 auto;
		}



.title_photo img {/* 選手の写真 */
		width: 100%;
		max-width: 1100px;
		}
@media(max-width:768px) {

.title {/* タイトル */
		width: 95%;
		}

}/* max-width:768px-- */


/* ---------------------------------------------- */
/* 3：テキスト部--------------------------------- */
/* ---------------------------------------------- */

.read {/* リード */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;
		color: #4e454a;/* -------------------------------------------------------★リード 文字色 */
		font-size: 110%;
		}

.catch1 {/* タイトル */
		margin: 50px auto 30px auto;
		width: 95%;
		max-width: 900px;
		color: #5bb35d;/* -------------------------------------------------------★タイトル 文字色 */
		font-weight: bold;
		font-size: 180%;
		clear: both;}

.catch2 {/* キャッチ2 */
		margin: auto;
		width: 95%;
		max-width: 900px;
		color: #257dcf;/* -------------------------------------------------------★キャッチ2 文字色 */
		
		padding-left: 12px;
		font-weight: bold;
		font-size: 140%;
		clear: both;}

.catch3 {/* キャッチ3 思い出のレース・バンクの特徴 */
		position: relative;
		margin: 70px auto 30px auto;
		width: 95%;
		max-width: 900px;
		color: #5bb35d;/* -------------------------------------------------------★キャッチ3 文字色 */
		font-weight: bold;
		font-size: 160%;
		clear: both;}

.catch3:before {
		  content: "";
		  position: absolute;
		  background: #fff799;/* ---------------------------------------------★キャッチ3 ●の色 */
		  width: 50px;
		  height: 50px;
		  border-radius: 50%;
		  top: 50%;
		  /* border: dashed 1px white; */
		  left: -13px;
		  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
		  z-index: -1;
		}

.catch4 {/* キャッチ2 */
		margin: auto;
		width: 95%;
		max-width: 900px;
		color: #d982c8;/* -------------------------------------------------------★キャッチ2 文字色 */
		padding-left: 12px;
		font-weight: bold;
		font-size: 140%;
		clear: both;}


.box4 {/* 本文 box1〜3はインデックスで利用 */
		margin: 30px auto;
		width: 95%;
		max-width: 900px;
		clear: both;
		overflow : hidden;
		}

@media(max-width:768px) {
.box4 {
		margin-bottom: 60px;
		}
}


/* ---------------------------------------------- */
/* 4：写真--------------------------------------- */
/* ---------------------------------------------- */
.photo {
		position: relative;
		margin: 0 20px 20px 20px;
		margin-bottom: 5px;
		float: right;
		text-align: center;
		color: #444;
		background-color: #fff;
		}
@media(max-width:768px) {
.photo {
		margin: 0 auto 20px auto;
		clear: both;
		text-align: center;
		color: #444;
		width: 100%;
		height: auto;
		}
}/* max-width:768px-- */

.photo1 {/*大きい写真を1枚 */
		width: 95%;
		height: auto;
		margin: 15px auto;
		text-align: center;
		clear: both;
		color: #444;
		}
.photo1 img {
		max-width: 100%;
		margin: 0 auto 5px auto;
		}

.photo2 {/*写真を横に2枚並べる */
		margin: 15px 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 雛形作成

-------------------------------------------- */
