@charset "utf-8";


/*--------------------------------------- about */

#main_img {
    position:relative;
    width: 100%;
    height: 120px;
	margin: 0 auto;
}
#about #main_img #white_title {
	width: 100%;
	height: 80px;
	background-size: 100% auto;
	background-image: url(../img/about/about_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 0 0;
}
#about .back_img {
	width: 94%;
	height: 220px;
	background-size: 100% auto;
	background-image: url(../img/about/about_img01.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding: 40px 3%;
	font-weight: bold;
}
#about .back_img h3 {
	margin-bottom: 20px;
}
#about .back_img h4 {
	font-size: 12px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#about .center iframe {
	width: 90%;
	height: auto;
}
#about .center p {
	margin: 5px 0 20px 0;
}

/*--------------------------------------- jaycee */
#jaycee #main_img #white_title {
	width: 100%;
	height: 80px;
	background-size: 100% auto;
	background-image: url(../img/about/jaycee_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 0 0;
}
/*--------------------------------------- greeting */
#greeting #main_img #white_title {
	width: 100%;
	height: 80px;
	background-size: 100% auto;
	background-image: url(../img/about/greeting_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 0 0;
}
.contents .left01 {
	padding: 20px 0;	
	}
.contents .left01 h4{
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	}
.center01 {
	padding: 20px 0;	
	}
.center01 h4{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
.greeting_wrap {
	margin: 15px 0 0 0;
	padding: 20px 10px;
	text-align: center;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://68.nagoyajc.or.jp/component/img/about/greeting_img02.jpg);
}
.greeting_wrap h3 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#greeting .container_sub .center h4 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#greeting .container_sub .center p {
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------- access */
.map {
	width: 100%;
	margin: 30px auto 0 auto;
	
}
.map p {
	line-height: 200%;	
}
#map-canvas {
	width: 90%;
	height: 200px;
	margin: 30px auto;
}
/*--------------------------------------- organization */
.orga_box {
	border: solid 1px #CCCCCC;
	padding: 15px 5px 10px 5px;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.orga_box .pdf {
	float: left;
	margin-right: 10px;
	width: 20px;
}
.orga_box p {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 88%;
}
.orga_box a.btn_red3 {
	font-size: 12px;
	margin-top: 10px;
}
/*::::    accordion   ::::*/
#orga {
	margin: 20px 0;
	width: 100%;
}
#orga dt{
	color: #333;
	display: block;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777066;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 10px 15px 25px;
	background-size: 15px 15px;
	background-image: url(../img/about/orga_icon01.png), url(../img/about/orga_icon02.png);
	background-position: left 0px top 10px,right 0px top 15px;
	background-repeat: no-repeat;
	font-size: 14px;
}

#orga dt.active {
	background-image: url(../img/about/orga_icon01.png), url(../img/about/orga_icon03.png);
	background-position: left 0px top 10px,right 0px top 15px;
	background-repeat: no-repeat;
}
#orga dd{
    background: #F8F8FA;
	display: none;
	padding: 30px 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777066;
}
#orga dd .plural {
}
#orga dd .plural img {
}
#orga dd .plural p {
	margin: 0;
}
#orga dd a {
	color: #1F5265;
	text-decoration: underline;
}
#orga dd a:hover {
	color: #333;
	text-decoration: none;
}
#orga .title_overlap {
	width: 100%;
    position:relative;
	border-top: solid 1px #CCCCCC;
	border-bottom: none;
	margin: 0 auto 30px auto;
	padding: 0;
}
#orga .title_overlap h3 {
	text-align: center;
	margin:  -8px auto 20px auto;
	width: 90px;
	background-color: #F8F8FA;
	padding-left: 3px;	
	font-size: 14px;
}
/*--------------------------------------- data */
.data_box {
	border: solid 1px #CCCCCC;
	padding: 15px 5px 10px 5px;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.data_box .pdf {
	float: left;
	margin-right: 10px;
	width: 20px;
}
.data_box p {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 88%;
}
.data_box a.btn_red3 {
	font-size: 12px;
	margin-top: 10px;
}
