@charset "UTF-8";
/* 東葛飾マスターズリーグ 共通部品
 *   「ホームページビルダー」のスタイルシートを流用
 *   Sep-26-2022 Kasahara Masahiro
 */

/* Layout */

/* Layout: 主コンテンツ */
.wide-container {width: 100%;}
.main-container {width: 100%;}
.main-right {min-width: 200px;}
.main-left {min-width: 200px;}

/* Layout: 脇ブロック */
aside {
	width: 300px;
	border: 0;
	overflow: auto;
	margin: 0 6px 0 0;
	padding: 10px 0 0 0;
}
aside.left-part {
	float: left;
	margin: 0 12px 0 0;
	/*border-right: solid 1px silver;*/
}
aside.right-part {
	float: right;
	margin: 0 0 0 12px;
	/*border-left: solid 1px silver;*/
}

iframe {
	margin: 0px 0px 20px 0px;
	padding: 0;
	border: 0;
	overflow: auto;
}

/* Table */
table {
	margin: 0; padding: 0;
	border: #c9c37d 2px solid;
	border-collapse: collapse;
	text-align: center;
}
td, th {
	padding: 0 6px 0 6px;
	border: #c9c37d 1px solid;
	background: #fffff9;
}
th {
	background-color: #fcfbe4;
}
caption {
	font-weight: bold;
	letter-spacing: 2px;
}

table.oshirase {
	width: 620px;
	padding: 10px;
	border: none;
	border-radius: 10px;
	border-collapse: separate;
  	background-color: #f4f4f5;
  	margin-bottom: 2ex;
}

table.oshirase th {
	border: none;
	background-color: #f4f4f5;
	text-align: center;
	font-size: 130%;
}

table.oshirase td {
	border: none;
	background-color: #f4f4f5;
	text-align: left;
}

table.oshirase tr:nth-child(4) td:nth-child(1) {
	border: none;
	background-color: #f4f4f5;
	text-align: right;
}


/* List */
ul, ol {
	margin: 0; padding: 0;
}
ul li {
	list-style-image: url(img/point_6Fb.png);
	list-style-type: square;
}
ul ul li {
	list-style-image: none;
	list-style-type: disc;
	border-style: none;
}
ol li {padding-left: 12px;}

ul.large {
	margin-left: 2em;
}
ul.large li {
	text-align: left;
	line-height: 1.4;
	margin-left: 15px;
	padding: 5px 0px 5px 5px;
}

ul.compact, ol.compact {
	padding-left: 1em;
}
ul.compact li, ol.compact li {
	margin: 0;
	border-style: none;
	list-style-image: none;
}

ul.low-lines li, ol.low-lines li {
	margin: 0; padding: 0;
}

dl ul li {
	list-style-image: none;
	border-style: none;
	padding-left: 0;
}

ol.paren {
	counter-reset: ordered;
	list-style-type: none;
}
ol.paren li:before {
	counter-increment: ordered;
	content: "(" counter(ordered) ") ";
}
ol.paren li {
	padding-left: 2.5em;
	text-indent: -1.5em;
}
ol.paren ul li:before {
	counter-increment: none;
	content: "";
}
ol.paren ul li {
	padding-left: 0;
	text-indent: 0;
}

li.no-marker {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0;
}


/* Navigation */

nav ul {
/*	margin: 0 0 0 1px; */
	padding: 0 2px 0 0;
	list-style-type: none;
	background-image: url(img/mainmenuItem_6Fa.png);
	background-position: top right;
	background-repeat: no-repeat;
}

nav ul:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

nav li {
	padding-left: 2px;
	font-size: 13px;
	height: 32px;
	padding: 0;
	background-image: url(img/mainmenuItem_6Fa.png);
	background-position: top left;
	background-repeat: no-repeat;
}

nav li span.ja-r {
	color: #ff0a00 !important;
}
nav li span.en {display: none;}

nav a:link {
	color: #333;
	text-decoration: none;
	background-image: url(img/mainmenu_6Fa.png);
	background-position: top left;
	background-repeat: repeat-x;
}
nav a:visited {
	color: #333;
	text-decoration: none;
	background-image: url(img/mainmenu_6Fa.png);
	background-position: top left;
	background-repeat: repeat-x;
}
nav a:hover {
	text-decoration: none;
	background-image: url(img/mainmenu_6Fa_on.png);
	background-position: top left;
	background-repeat: repeat-x;
}
nav a:active {
	text-decoration: none;
	background-image: url(img/mainmenu_6Fa_on.png);
	background-position: top left;
	background-repeat: repeat-x;
}

nav.horizontal {
	width: 100%;
	height: 32px;
	overflow: hidden;
}

nav.horizontal ul {
	overflow: hidden;
}

nav.horizontal li {
	float: left;
	display: inline;
}
nav.horizontal li.r {
	float: left;
	display: inline;
	color: #ff0a00;	
}

nav.horizontal li a {
	overflow: hidden;
	display: block;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
* html nav.horizontal li a {
	/* ie6用ハック */
	display: inline-block;
}


/* あれやこれや */

/* body */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #000000; /* 標準文字色 */
	background-position: top left;
	background-repeat: repeat-x;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
	font-size: 70%;
}
/* end */

.box01 {
	width: 478px;
	border: solid thin;
	margin: 1px;
	padding: 0.5em;
}
.box02 {
	background-color: #e0e0b0;
	width: 40em;
	margin: 1px;
	padding: 0.5em;
}

.important {color: #990000}

.font-bold {font-weight: bold;}
.font-oblique {font-style: oblique;}

a {
	margin: 0; padding: 0;
}

div {margin: 0; padding: 0;}

div.clear-float {clear: both;}

div.space05 {margin: 0.5em 0 0 0;}
div.space1 {margin: 1em 0 0 0;}
div.space2 {margin: 2em 0 0 0;}

div.banner img {
	margin: 10px 0 0 0;
	padding: 0;
}

div.photobn {
	margin-top:20px;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	text-indent: 1.5em;
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', 'MS Mincho', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', serif;
	letter-spacing: 0.1em;
}
h2, h3 {
	background-image: url(img/indexBg_6Fa_01.png);
	background-position: top left;
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.3em;
	line-height: 4ex;
}
h3 {
	font-size: 1.2em;
	line-height: 3.3ex;
}
h4, h5, h6 {
	background-image: none;
	font-size: 1.1em;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0.5em;
	margin-bottom: 2em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4;
	text-align: left;
	overflow: visible;
}

p.large {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 5px;
}

p.indent {
	padding-left: 15px;
}

section {
	margin: 0;
	padding: 0;
}

#selfintro {
	padding: 0;
	overflow: hidden;
	width: 275px;
}
#selfintro iframe {
	width: 270px;
	overflow: hidden;
}

.vspace {margin-top: 1ex}
.vspace2 {margin-top: 2ex}
.vspace4 {margin-top: 4ex}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.flex-row {
	display: flex;
	flex-direction; row;
}

.flex-column {
	display: flex;
	flex-direction; column;
}
