﻿@charset "utf-8";
/* CSS Document */
.bowling2026{
	width:100%;
}
h2{
	font-weight:bold;
}
.flex_box_bowling_kekka {
	display: flex;
	width:80%;
	background-color: #ebf6f7;     /* 背景色指定 */
	padding:  10px;             /* 余白指定 */
	margin-left:auto;
	margin-right:auto;
}
.flex_box_bowling {
	width:90%;
/*	text-align:center;*/
	background-color: #ebf6f7;     /* 背景色指定 */
	padding:  10px;             /* 余白指定 */
}

.flex_item_bowling1 {
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	display: flex;              /* フレックスボックスにする */
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dt {
  width: 15%;
  padding-top: 10px;
  padding-right: 1.0em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #a2d7d9;
 text-align:right;
}

dd {
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.5em;
  background-color: #bce2e8;
  margin-bottom: 10px;
 text-align:left;
}
img {
    max-width: 100%;
    height: auto;
}
/*
#mainC{
	background-image:url(2019_takkyu/i-hituji19_2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#takkyu_repo{
	width:680px;
}
#takkyu_repo p{
	font-size:1.0em;
	letter-spacing:2px;
	line-height:27px;
}



#takkyu_honbun{
	width:560px;
}



.sokuhou dl.textbox {
	width:500px;
	font-size: 12px;
	line-height: 23px;
	padding: 5px;
	margin-bottom: 15px;
	overflow: auto;
	margin-top: 0px;
	margin-left:30px;
}
.sokuhou dl.textbox dt {
	color :#003333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
	padding-right: 10px;
	float: left;
	font-size:1.2em;
}
.sokuhou dl.textbox dd{
	display:block;
	width:300px;
	margin-left:97px;
	line-height:23px;
}


#takkyu_honbun h2{
	
	width:400px;
	border-left:#00CCFF solid 5px; 
	border-bottom:#00CCFF solid 1px; 
	margin-bottom:10px;
	padding:0 0 2px 15px;
	font-size:1.1em;
}
#takkyu_honbun h3{
	
	width:400px;
	border-left:#5858FA solid 5px; 
	border-bottom:#5858FA solid 1px; 
	margin-bottom:10px;
	padding:0 0 2px 15px;
	font-size:1.1em;
}
#photo_snap{
display:inline-block;
width:250px; 
height:167px;
margin-left:97px;
margin-right:10px;
}
*/