@charset "utf-8";

html{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
A:link {color: Blue; text-decoration: none;}
A:visited {color: firebrick; text-decoration: none;}
A:active {color: black; text-decoration: none;}
A:hover {
	color: red;
	text-decoration: none;
}

.px11 {
	font-size: 10px;
	line-height: 12px;
}
.green {
	font-size: 12px;
	line-height: 19px;
	color: #004000;
}
.border {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #3366CC;

}
.border img{
	vertical-align: text-top;
}
.up {
	font-size: 12px;
	line-height: 18px;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #0000CC;
}

.box {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 5px;
	background-position: center;
}

.cus {
	font-size: 12px;
	line-height: 18px;
}
.px13just {
	font-size: 13px;
	line-height: 20px;
}

.px13 {
	font-size: 13px;
	line-height: 20px;
	font-family: 'Arial', "メイリオ", 'MS PGothic', sans-serif;

}
.px12 {
	font-size: 12px;
	line-height: 17px;
	border:0;

}
.px14 {	font-size: 13px;
	line-height: 20px;
}

.ptitle{
	width: 3em;
	float: left;
	margin-top: 0px;
}

ul {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

li {
	padding: 0;
	margin: 5px 10px;
}

.ptitle + ul, ol {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 20px;
}

.ptitle + ul li{
	margin-top:0;
}


.ptitle + ul + p, ol + p {
	clear:both;
}

.mleft{
	margin-left:3em;
}
.ml10{
	margin-left: 10px;
}

dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 1em 1em;
  width: 5.5em;
  padding-left: 5px;
  text-align:right;
}

dl.list dd {
	margin-bottom: 1em;
	margin-left: 7em;
}

ul.practice {
	width: 504px;
	margin:5px 2px;
	padding:0;
	list-style:none;
	text-align:center;
}

#osirase, #osirase2 {
	width:540px;
	padding:0;
	margin:20px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

#osirase h3, #osirase2 h3 {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 6px;
	box-sizing: border-box;
}

#osirase table{
	width: 520px;
	margin: 20px auto;
}

#osirase th, #osirase td {
	padding:3px 2px;
}

#osirase ul {
	padding-left:5px;
}

#osirase dd ul {
	margin-left:0;
}

#osirase dl.list{
	margin:0;
}

#osirase dl.list dt {
	margin:0 0 5px 0;
	width: 1.1em;
	text-align:left;
}


#osirase dl.list dd {
	margin-left: 1.5em;
	margin-bottom:5px;
}

td ul:first-child, td ul:first-child li:first-child{
	margin-top:0;
}

#osirase td p:first-child {
	margin:0;
}

.practice li{
	float:left;
	margin:3px;
}
.pd {
	padding-top: 5px;
}
.style1 {
	color: #FFFFFF
}

.mg0{
	margin: 0;
}
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt0{
	margin-top:0;
}

.mb3{
	margin-bottom:3px;
}
.mb15{
	margin-bottom: 15px;
}
.cent{
	text-align:center;
}
.cent img{
	max-width: 100%;
}

.red{
	color:red;
}

.blue{
	color:blue;
}

.bo{
	font-weight:bold;
}

.t_right{
	text-align:right;
}

.photo_list, .photo{
	text-align:center;
	margin-bottom:2px;
	margin:0;
}
.photo > img{
	width: 49.5%;
}
.photo_flex{
	width: 520px;
	display: flex;
	margin: auto;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	align-items: center;
}
.nowrap{
	flex-wrap: nowrap;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}
.flex img{
	width: 49.5%;
}
.flex img.all{
	flex: 100%;
}
.photo_flex figure{
	flex: 1;
	padding: 0;
	margin: 2px;
	text-align: center;
}
.photo_flex figure.half{
	flex: auto;
}
.photo_flex a{
	flex-basis: 49%;
	display: inline-block;
	margin: 2px;
}
.photo_flex figure img, .photo_flex a img{
	width: 100%;
}
.photo_flex .f_item1{
	flex: 1;
}
.photo_flex .f_item2{
	flex: 2;
}
.photo_list img{
	margin-top:3px;
}
.leftpadding {
	padding-left: 10px;
}
.bottompadding {
	padding-bottom: 8px;
}
.bottompadding p {
	font-size: 12px;
	line-height: 18px;
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 4px;
}
.line {
	color: #F00;
	text-decoration: underline;
}
.bd {
	 border:#666 solid;
	 border-width:1px 1px 0 0;
}

.waku{
	width: 560px;
	margin: 20px 5px 5px;
	font-size: 14px;
}

h3 {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	background-color:#06C;
	margin:0;
	padding:8px;
	font-weight:bold;
}

.f_left {
	float:left;
	margin-left:0;
	padding-left:5px;
	}

.f_right{
	float:right;
	margin-right:0;
	padding-right:5px;
}

.c{
	clear:both;
}
.indent{
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.application {
	width: 550px;
}
.application h3{
	font-weight: bold;
	background: #fff;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
.application h3 span{
	color:#3366CC;
}
.application p{
	margin: 10px 20px;
}
.member_box{
	width: 486px;
	padding: 10px;
	margin: 5em 0;
	border: 1px solid #000;
	box-sizing: border-box;
}
.member_box div{
	display: flex;
	justify-content: flex-start;
}
.member_box figure, .member_box table{
	display: inline-block;
	margin: 10px;
}
.member_box figure{
	width: 132px;
	text-align: right;
	margin-right: 5px;
}
.member_box table{
	width: 300px;
	margin-right: 0;
}
.member_box td{
	font-size: 12px;
	line-height: 18px;
}

.position {
	margin: 0;
	padding: 10px;
}