/* ==== Base === */
body {
	background: url(../images/body_bg.jpg) no-repeat center 160px,
	url(../images/body_bg_02.jpg) repeat-x left 160px;
	border-top: 2px solid #F80051;
}

/* ==== Backgraund === */
#wrap {}
/* ==== Header === */
#hd {
	height:90px;
	width:960px;
	margin:0 auto;
}
#hd h1 img {
	width:400px;
	margin-top:16px;
}

/* ==== Navigation === */
#nav {
	height: 70px;
	background: #FFCBE4;
}
nav {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
}
nav ul {
	display: table;
    width: 100%;
	border-left: 1px dotted #F80051;	
	box-sizing:border-box;
}
nav li {
	display: table-cell;
	text-align:center;
	font-size:14px;
	border-right: 1px dotted #F80051;
}
nav li a{
	height: 30px;
	text-decoration: none;
	color: #F80051 !important;
	display: block;
	box-sizing:border-box;
	padding-top:3px;
}
nav li:last-child a{
	background: #F80051;
	color:#FFFFFF !important;
	margin:0 10px;
}
nav li a:hover {
	opacity:0.6
}
nav li.current a{
	border-bottom: 2px solid #F80051;
}
.menu-trigger {
	display:none
}

/* ==== Content === */
#con {
	width:960px;
	margin: 0 auto;
	overflow: hidden;
	background:#FFFFFF;
	padding:30px 20px;
	box-sizing:border-box;
}
#outline {
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex; -webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap : wrap;          /* IE10        */
	flex-wrap: wrap;
}
#main {
	width:700px;
	margin-top:30px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
.aisatsu {
	margin-top:20px;
	line-height:25px;
}
.aisatsu02 {
	text-align:right;
	margin-top:-10px;
	line-height:25px;
}
.osaka_logo {
	margin-top:125px;
	text-align:center;
}
.history {
	line-height:25px;
}
.table_C {
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
.table_C td {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	vertical-align: top;
}
.table_C th {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #ededed;
	text-align: center;
	font-weight: bold;
}
.table_C02 {
	width:100%;
	border:2px #000 solid;
}
.table_C02 th {
	vertical-align:middle;
	text-align:center;
	padding:10px !important;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.table_C02 td {
	vertical-align:middle;
	text-align:center;
	padding:10px !important;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.table_C03 {
	width:100%;
	border:2px #000 solid;
}
.table_C03 th {
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.table_C03 td {
	vertical-align:middle;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#main h2 {
	border-bottom:5px solid #F80051;
	font-size:23px;
	color: #666;
	padding-bottom:5px;
	padding-left:10px;
}
#i_main h2 {
	border-bottom:5px solid #F80051;
	font-size:21px;
	color:#333333;
	background:url(../images/info_icon.png) no-repeat 240px 4px;
	background-size: 25px;
	padding-bottom:5px;
	padding-left:10px;
}
#main h3 {
	background:#FFCBE4;
	font-size:16px;
	font-weight:normal;
	border-radius:5px;
	margin:30px 0 5px;
	padding: 8px 5px 8px 20px;

}
#main h4 {}
#main h5 {}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

dl.constitution_list{
width: 660px;
overflow: hidden;
margin:0 auto;
}

dl.constitution_list dt{
display: block;
width: 10%;
margin-top: 10px;
float: left;
clear: both;
}

dl.constitution_list dd{
display: block;
width: 90%;
margin-top: 10px;
float: left;
}

dl.constitution_list dd ul li{
list-style-type: none;
padding: 2px !important;
}
dl.constitution_list dd ol li{
padding: 2px !important;
}

ol.constitution_list li{
padding: 2px !important;
}

table.committee_list{
margin: 0 auto;
border: 2px #333 solid;
width: 600px;
}

table.committee_list th{
margin: 0 auto;
border: 2px #333 solid;
width: 20%;
text-align: center;
}
table.committee_list td{
margin: 0 auto;
border: 1px #333 solid;
text-align: center;
}

table.committee_list2{
margin: 0 auto;
border: 2px #333 solid;
width: 600px;
}

table.committee_list2 th{
margin: 0 auto;
border: 2px #333 solid;
text-align: center;
}
table.committee_list2 td{
margin: 0 auto;
border: 1px #333 solid;
text-align: center;
}


.t_box {
	display: flex;
}

.t_box .gray_box {
	font-weight: bold;
    background-color: #ccc;
    text-align: center;
}


/* ==== sidenavi === */
#sidenav {
	width: 200px;
	margin-top:30px;
}
#sidenav h2 {
	background:#FFCBE4;
	font-size:13px;
	font-weight:normal;
	height:60px;
	text-align:center;
	border-radius:5px;
	box-sizing:border-box;
	padding-top:20px;
}

#sidenav ul {
	box-sizing:border-box;
	padding: 0px 0 8px;
}
#sidenav li {}
#sidenav li a {
	width: 200px;
	box-sizing:border-box;
	height: auto;
	padding: 10px 5px 10px 18px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 17px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}
#sidenav li a:hover {
	opacity:0.8;
}



/*----------------------------------------------------------------------------
Index
----------------------------------------------------------------------------*/
/* ==== 新着情報 === */
#i_news h2 {
	font-size:23px;
	color:#333333;
	border-bottom:#F80051 5px solid;
	margin-top:10px;
	background:url(../images/info_icon.png) no-repeat 240px 7px;
	background-size: 25px;
	padding-bottom:5px;
}
#i_news h2 span.info_h3_line {
	border-right: 1px solid #999999;
	padding-right:10px;
	padding-left:3px;
}
#i_news h2 span.info_h3_s {
	font-size:13px;
	vertical-align:middle;
	padding-left:10px;
}

#i_news {}
#news_table {
	height:400px;
	overflow-y:auto;
}
#i_news table {
	width:100%;
	margin-top:10px;
}
#i_news table tr {
	background:#F8F8F8;
	border-bottom:10px solid #FFF;
}
#i_news table td {
	vertical-align: top;
	padding: 15px;
}
#i_news table td.data {
	width: 130px;
	color: #12327E;
	background: url(../images/news_icon.png) no-repeat 10px 21px;
	background-size:7px;
	padding-left:25px;
}

#i_news02 {}
#news_table02 {}
#i_news02 table {
	width:100%;
	margin-top:10px;
}
#i_news02 table tr {
	background:#F8F8F8;
	border-bottom:10px solid #FFF;
}
#i_news02 table td {
	vertical-align: top;
	padding: 15px;
}
#i_news02 table td.data {
	width: 130px;
	color: #12327E;
	background: url(../images/news_icon.png) no-repeat 10px 21px;
	background-size:7px;
	padding-left:25px;
}
#i_news02 dl {
    padding-left: 1em;
}
#i_news02 dl dt {
    font-weight: bold;
}
#i_news02 dl dd {
    padding: 0.5em 2em;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	width:80px;
    background: #F4B5CA;
    text-decoration: none;
    color: #333333;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
	line-height:1.2em;
}
#page-top a:hover {
    text-decoration: none;
}
.container {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l_container {
	display:flex;
	flex-wrap: wrap;
}
.item {
	padding:20px 30px;
}
.item img {
	vertical-align:middle;
}


/* ==== Footer === */
#ft {
	height:50px;
	margin-top:40px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height:25px;
	background: #FFCBE4;
}
/* ==== 会則・細則 ==== */
ol.bracket,
ol.closing_bracket,
ol.dots_none_num {
	list-style-type: none;
}
ol.bracket > li {
	counter-increment: cnt;
}
ol.bracket > li:before {
	content: "("counter(cnt) ") ";
}
.margin_T60 {
	margin-top:60px!important;
}
#main ol, #main ul {
	padding-left: 0;
}
#main ol .closing_bracket {
	padding-left: 25px;
}
#main ol.indent {
	padding-left: 25px;
}
ol.dots_none_num li {
    text-indent: -1.3rem;
    margin-left: 1.3rem;
}