@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

section {
	width: 1080px;
	margin: 50px auto;
	text-align: left;
}
section img.subT {
	display: block;
	margin: 0 0 30px 0;
}
section p {
	margin: 0px 30px;
	text-align: left;
	font-size: 14px;
}
div#pcView {
	display: block;
}
div#spView {
	display: none;
}
p.sosHikizu {
	margin: 15px auto;
	text-align: center;
}
p.sosHikizu span {
	font-size: 18px;
	font-weight: 600;
}
p.sosHikizu img.zU {
	width: 700px;
	height: auto;
	display: block;
	margin: 15px auto 100px auto;
}
p.sosHikizu img.soshiKIZUtitle {
	width: 300px;
	height: auto;
	display: block;
	margin: 15px auto 30px auto;
}
strong.speCial {
	color: #cc6699;
	display: inline-block;
	border-bottom: double 3px #cc6699;
	font-size: 1.2em;
}
strong.daY {
	color: #ea7e48;
	display: inline-block;
	border-bottom: double 3px #ea7e48;
	font-size: 1.1em;
}

@media screen and (max-width: 767px) {
div#pcView {
	display: none;
}
div#spView {
	display: block;
}
section {
	width: 90%;
	margin: 50px auto 50px auto;
	text-align: left;
}
section img.subT {
	margin: 0 auto 30px auto;
	text-align: center;
	display: block;
	width: 90%;
}
section p {
	margin: 0px auto;
	text-align: left;
	font-size: 14px;
}
p.sosHikizu {
	width: 90%;
	margin: 15px auto;
}
p.sosHikizu span {
	font-size: 16px;
	font-weight: 500;
}
p.sosHikizu img.zU {
	width: 100%;
	height: auto;
	display: block;
	margin: 15px auto 100px auto;
}
p.sosHikizu img.soshiKIZUtitle {
	width: 80%;
	height: auto;
	display: block;
	margin: 15px auto 30px auto;
}
}

/*私たちの活動トップ*/

section.katsudouIndex {
	width: 1020px;
	margin: 50px auto;
}
section.katsudouIndex ul {
    display: flex;
  	align-items: center;
  	justify-content: center;
	justify-content: space-between;
	margin: 0 0 70px 0;
	padding: 0;
	list-style: none;
}
section.katsudouIndex ul li.pic {
	text-align: left;
	width: 350px;
	height: 200px;
}
section.katsudouIndex ul li.text {
	text-align: left;
	width: 650px;
	height: 200px;
	font-size: 14px;
}
section.katsudouIndex ul li img {
	width: 300px;
	height: auto;
}
section.katsudouIndex ul li h4 {
	font-weight: bold;
	color: #cc0066;
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom:1px dashed #cc6633; 
}
section.katsudouIndex ul li span {
	background-color: #993366;
	color: #ffffff;
	border-radius: 5px;
	padding: 2px 5px 4px 5px;
	margin: 15px 0 15px 5px;
	text-align: center;
	width: 130px;
	display: block;
	font-size: 14px;
	font-weight: 600;
}
section.katsudouIndex ul li span a {
	color: #ffffff;
	text-decoration: none;
}
section.katsudouIndex ul li span a:hover {
	color: #cc9966;
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	section.katsudouIndex {
		margin: 0px auto;
		padding: 0;
		width: 100%;
	}
	section.katsudouIndex ul {
    	display: block;
		width: 90%;
    	height: auto;
		margin: 0px auto 70px auto;
		padding: 0;
		list-style: none;
	}
	section.katsudouIndex ul li.pic {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
	}
	section.katsudouIndex ul li.pic img {
		width: 100%;
	}
	section.katsudouIndex ul li.text {
		display: block;
		text-align: left;
		width: 100%;
		font-size: 14px;
		height: auto;
	}
}

/*01海外セミナー*/
table.table_box1 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
table.table_box1 th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
  text-align: center;
  vertical-align: middle;
}
table.table_box1 tr {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #bbb;
  vertical-align: top;
}
table.table_box1 tr:last-child{
   border-bottom: none
}
table.table_box1 td {
  padding: 5px;
  border-right: 1px solid #bbb;
  text-align: left;
}
table.table_box1 td.naiyou {
  border-right: none;
  text-align: left;
}
table.table_box1 th:last-child,
table.table_box1 td:last-child{
  border: none;
}
table.table_box1 td img {
  max-width: 250px;
  max-height: 250px;
  height: auto;
  margin: 0 auto 3px auto;
  display: block;
}
table.table_box1 td ul {
	margin: 0 0 0 -18px;
}
section.kaigai dl.kaigaiDetail {
	padding: 30px;
}
section.kaigai dl.kaigaiDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin-top: 0px;
}
section.kaigai dl.kaigaiDetail dd {
	margin-bottom: 10px;
	border-bottom: none;
	padding-bottom: 0px;
}
section.kaigai dl.kaigaiDetail dd span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 15px 0px;
	text-align: center;
	width: 100px;
	display: block;
	font-size: 14px;	
}
section.kaigai dl.kaigaiDetail dd ul {
	margin: 0 0 0 -10px;
}
section.kaigai dl.kaigaiDetail dd ul li {
	margin-bottom: 20px;
}
section.kaigai dl.kaigaiDetail dd ol {
	margin-left: 15px;
	padding-left: 0px;
}
section.kaigai dl.kaigaiDetail dd ol li {
	margin-bottom: 20px;
	color: #333333;
	display: list-item;
	list-style-type: decimal;
}
section.kaigai dl.kaigaiDetail dd figure {
	margin: 0px 15px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
section.kaigai dl.kaigaiDetail dd figure img {
	margin: 10px 5px 0 5px;
	display: inline-block;
	max-width: 250px;
	max-height: 250px;
	height: auto;
}
section.kaigai dl.kaigaiDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}

@media screen and (max-width: 767px) {
dl.kaigaiSP {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
}
dl.kaigaiSP dt {
	margin-top: 0px;
}
dl.kaigaiSP dt span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 5px 0px;
	text-align: center;
	width: 200px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
dl.kaigaiSP dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}
dl.kaigaiSP dd img {
	width: 90%;
	height: auto;
	margin: 15px auto 5px auto;
	display: block;
	float: none;
}
section.kaigai dl.kaigaiDetail {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 100%;
}
section.kaigai dl.kaigaiDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin: 0px auto 10px auto;
}
section.kaigai dl.kaigaiDetail dd {
	border-bottom: none;
	padding-bottom: 0px;
	margin: 0px auto 10px auto;
}
section.kaigai dl.kaigaiDetail dd span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 15px 0px;
	text-align: center;
	width: 100px;
	display: block;
	font-size: 14px;	
}
section.kaigai dl.kaigaiDetail dd ul {
	margin: 0 0 0 -10px;
}
section.kaigai dl.kaigaiDetail dd ul li {
	margin-bottom: 20px;
}
section.kaigai dl.kaigaiDetail dd figure {
	margin: 10px auto 0 auto;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}
section.kaigai dl.kaigaiDetail dd figure img {
	margin: 10px auto 0px auto;
	display: block;
	width: 100%;
	max-width: inherit;
	height: auto;
	max-height: inherit;
}
section.kaigai dl.kaigaiDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
}

/*02国際交流事業*/
table.table_box2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  table-layout: fixed;
}
table.table_box2 th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
  text-align: center;
}
table.table_box2 tr {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #bbb;
  vertical-align: top;
}
table.table_box2 tr:last-child{
   border-bottom: none
}
table.table_box2 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  text-align: left;
}
table.table_box2 td.naiyou {
  border-right: none;
  text-align: left;
}
table.table_box2 th:last-child,
table.table_box2 td:last-child{
  border: none;
}
table.table_box2 td img {
  width: 125px;
  height: auto;
  margin: 5px auto 1px auto;
  display: block;
}
section.kokusai dl.kokusaiDetail {
	padding: 30px;
}
section.kokusai dl.kokusaiDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin-top: 0px;
}
section.kokusai dl.kokusaiDetail dd {
	margin-bottom: 10px;
	border-bottom: none;
	padding-bottom: 0px;
}
section.kokusai dl.kokusaiDetail dd span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 15px 0px;
	text-align: center;
	width: auto;
	display: inline-block;
	font-size: 14px;	
}
section.kokusai dl.kokusaiDetail dd ul {
	margin: 0 0 0 -10px;
}
section.kokusai dl.kokusaiDetail dd ul li {
	margin-bottom: 20px;
}
section.kokusai dl.kokusaiDetail dd figure {
	margin: 0px 0px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
section.kokusai dl.kokusaiDetail dd figure img {
	margin: 10px 5px 0 5px;
	display: inline-block;
	max-width: 250px;
	max-height: 250px;
	height: auto;
}
section.kokusai dl.kokusaiDetail dd figure.photoL img {
	margin: 10px 5px 0 5px;
	display: inline-block;
	max-width: 500px;
	max-height: auto;
	height: auto;
}

section.kokusai dl.kokusaiDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}


@media screen and (max-width: 767px) {
dl.kokusai02SP {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
}
dl.kokusai02SP dt {
	margin-top: 0px;
}
dl.kokusai02SP dt span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 5px 0px;
	text-align: center;
	width: 100px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
dl.kokusai02SP dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}
dl.kokusai02SP dd img {
	width: 70%;
	height: auto;
	margin: 15px auto 5px auto;
	display: block;
	float: none;
}
dl.kokusai02SP a {
	display: block;
	text-align: right;
}
section.kokusai dl.kokusaiDetail {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 100%;
}
section.kokusai dl.kokusaiDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin: 0px auto 10px auto;
}
section.kokusai dl.kokusaiDetail dd {
	border-bottom: none;
	padding-bottom: 0px;
	margin: 0px auto 10px auto;
}
section.kokusai dl.kokusaiDetail dd span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 15px 0px;
	text-align: center;
	width: auto;
	display: inline-block;
	font-size: 14px;	
}
section.kokusai dl.kokusaiDetail dd ul {
	margin: 0 0 0 -10px;
}
section.kokusai dl.kokusaiDetail dd ul li {
	margin-bottom: 20px;
}
section.kokusai dl.kokusaiDetail dd figure {
	margin: 10px auto 0 auto;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}
section.kokusai dl.kokusaiDetail dd figure img {
	margin: 10px auto 0px auto;
	display: block;
	width: 100%;
	max-width: inherit;
	height: auto;
	max-height: inherit;
}
section.kokusai dl.kokusaiDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
img.photoL {
	width: 100%;
	height: auto;
}
}

/*03宿泊研修*/
section.syukuhaku dl {
	padding: 30px;
	margin-right: 25px;
}
section.syukuhaku dl.syukuhakuDetail {
	padding-bottom: 0px;
	margin-right: 25px;
}
section.syukuhaku dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin-top: 25px;
}
section.syukuhaku dl.syukuhakuDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin-top: 0px;
}
section.syukuhaku dl.syukuhakuIndex dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
section.syukuhaku dl.syukuhakuDetail dd {
	margin-bottom: 10px;
	border-bottom: none;
	padding-bottom: 0px;
}
section.syukuhaku dl dt a {
	font-weight: normal;
}
section.syukuhaku span {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 1px 3px 1px 3px;
	margin: 5px 0 5px 0px;
	text-align: center;
	width: 100px;
	display: block;
	font-size: 14px;
}
section.syukuhaku dl.syukuhakuDetail dd span {
	margin: 5px 0 15px 0px;
}
section.syukuhaku ul {
	padding: 0px;
	margin: 10px 0 15px 15px; 	
	color: #333333;
}
section.syukuhaku ol {
	padding: 0px;
	margin: 0px 0 15px 15px; 	
	color: #333333;
}
section.syukuhaku ul li {
	padding: 0px;
	margin: 0px 0 3px 10px;
	display: list-item;
}
section.syukuhaku ol li {
	padding: 0px;
	margin: 0px 0 5px 10px;
	display: list-item;
	list-style: decimal;
	font-size: 14px;
}
img.detailPhoto {
	margin: 0px 0px 15px 0;
	float: right;
	display: block;
	width: 300px;
}
img.detailPhoto2 {
	margin: 15px 10px 15px 0;
	float: none;
	display: inline-block;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	vertical-align: text-top;
}
img.detailPhoto3 {
	margin: 15px 10px 0px 0;
	float: none;
	display: block;
	max-width: 600px;
	height: auto;
}
img.detailPhoto1 {
	margin: 15px 10px 15px 0;
	float: none;
	display: inline-block;
	max-width: 180px;
	height: auto;
	max-height: 180px;
	vertical-align: text-top;
}
section.syukuhaku dl.syukuhakuDetail dd figure {
	margin: 0px 15px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
section.syukuhaku dl.syukuhakuDetail dd figure img {
	margin: 10px 5px 0 5px;
	display: inline-block;
	max-width: 300px;
	max-height: 300px;
	height: auto;
}
section.syukuhaku dl.syukuhakuDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
@media screen and (max-width: 767px) {
section.syukuhaku dl {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
}
section.syukuhaku dl.syukuhakuDetail {
	width: 90%;
	padding: 0px;
	margin: 0px auto 25px auto;
}
section.syukuhaku dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin: 25px auto 10px auto;
}
section.syukuhaku dl.syukuhakuDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #A059AB;
	margin: 0px auto 10px auto;
}
section.syukuhaku dl.syukuhakuIndex dd {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin: 0px auto 10px auto;
}
section.syukuhaku dl.syukuhakuDetail dd {
	border-bottom: none;
	padding-bottom: 0px;
	margin: 0px auto 10px auto;
}
section.syukuhaku ul {
	width: 90%;
	padding: 0px;
	margin: 10px auto 15px auto; 	
	color: #333333;
}
section.syukuhaku ol {
	width: 90%;
	padding: 0px;
	margin: 10px auto 15px auto; 	
	color: #333333;
}
section.syukuhaku ul li {
	margin: 0 0 5px 10px;
	padding: 0;
	display: list-item;
}
section.syukuhaku ol li {
	margin: 0 0 10px 10px;
	padding: 0;
	display: list-item;
	list-style: decimal;
	font-size: 14px;
}
img.detailPhoto {
	width: 100%;
	height: auto;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto2 {
	width: 100%;
	height: auto;
	max-height: none;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto3 {
	width: 100%;
	height: auto;
	max-height: none;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto1 {
	width: 45%;
	height: auto;
	max-height: none;
	margin: 15px 5px;
	display: inline-block;
	float: none;
}
section.syukuhaku dl.syukuhakuDetail dd figure {
	margin: 10px auto 0 auto;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}
section.syukuhaku dl.syukuhakuDetail dd figure img {
	margin: 10px auto 0px auto;
	display: block;
	width: 100%;
	max-width: inherit;
	height: auto;
	max-height: inherit;
}
section.syukuhaku dl.syukuhakuDetail dd figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
}

/*04企業訪問*/
section.kigyou div {
	margin: 0 30px;
	padding: 0;
}
section.kigyou h4 {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 2px 5px 4px 5px;
	margin: 15px 0 15px 5px;
	text-align: center;
	width: 150px;
	display: block;
	font-size: 14px;
}
section.kigyou p {
	padding: 0;
	margin: 15px;
	display: block;
	font-size: 14px;
}
section.kigyou p img {
	padding: 0;
	width: 400px;
	margin: 15px;
	display: block;
	font-size: 14px;
}
section.kigyou ul {
	margin: 0 30px;
	padding: 0;
}
section.kigyou ul li {
	list-style: circle;
	text-align: left;
	margin: 10px 0;
	font-size: 14px;
}
section.kigyou ul li img {
	margin: 10px 10px 5px 0;
	display: inline-block;
	width: 300px;
	height: auto;
}
@media screen and (max-width: 767px) {
section.kigyou div {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
section.kigyou h4 {
	border: 1px solid #993366;
	color: #993366;
	border-radius: 5px;
	padding: 2px 5px 4px 5px;
	margin: 15px 0px;
	text-align: center;
	width: 150px;
	display: block;
	font-size: 14px;
}
section.kigyou p {
	padding: 0;
	width: 100%;
	margin: 15px auto;
	display: block;
	font-size: 14px;
}
section.kigyou p img {
	padding: 0;
	width: 90%;
	height: auto;
	margin: 15px auto;
	display: block;
	font-size: 14px;
}
section.kigyou ul {
	margin: 0 auto;
	padding: 0;
}
section.kigyou ul li {
	list-style: circle;
	text-align: left;
	margin: 10px 20px;
	padding: 0;
	font-size: 14px;
}
section.kigyou ul li img {
	margin: 10px auto 5px auto;
	display: block;
	width: 90%;
	height: auto;
}
}

/*05理事会*/
section.rijikai img.pic {
	margin: 15px 30px;	
}
@media screen and (max-width: 767px) {
section.rijikai img.pic {
width: 100%;
	margin: 15px auto;	
}
}

/*06団長・幹事・地域翼の会代表者会議*/
section.daiHyou h4 {
	border: 1px solid #993366;
	background-color: #993366;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 2px 25px 4px 25px;
	margin: 15px 0 15px 5px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
section.daiHyou dl.areaDetail {
	padding-bottom: 20px;
	margin: 25px;
	border-bottom: 1px dashed #999999;
}
section.daiHyou dl.areaDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #cc6666;
	margin-top: 0px;
}
section.daiHyou dl.areaDetail dd {
	margin: 15px 0 15px 0;
	padding-bottom: 0px;
}
section.daiHyou dl.areaDetail figure {
	line-height: 1.5em;
	font-size: 12px;
}
img.detailPhoto {
	margin: 0px 0px 15px 0;
	float: right;
	display: block;
	width: 300px;
}
img.detailPhoto2 {
	margin: 15px 10px 15px 0;
	float: none;
	display: inline-block;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	vertical-align: text-top;
}
img.detailPhoto3 {
	margin: 15px 10px 0px 0;
	float: none;
	display: block;
	max-width: 600px;
	height: auto;
}
img.detailPhoto4 {
	margin: 15px 10px 0px 0;
	float: none;
	display: block;
	max-width: 300px;
	height: auto;
}
section.daiHyou dl.areaDetail dd ul.pDf {
	margin: 0;
}
section.daiHyou dl.areaDetail dd ul.pDf li {
	list-style: none;
	font-size: 14px;
	background-image: url("../img/iconPdf.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 5px 0px 15px 0;
	padding: 2px 0 2px 30px;
	display: inline-block;
	width: 250px;
}
section.daiHyou dl.areaDetail dd ul.detAil {
	margin: 0;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
section.daiHyou dl.areaDetail dd ul.detAil li.aRea {
	width: 120px;
	margin: 0;
	list-style: none;
	font-weight: 500;
	color: #993333;
}
section.daiHyou dl.areaDetail dd ul.detAil li.aReaD {
	list-style: disc;
	margin: 0;
	width: 850px;
}
@media screen and (max-width: 767px) {
section.daiHyou dl.areaDetail {
	width: 90%;
	padding: 0px 0 20px 0;
	margin: 0px auto 25px auto;
}
section.daiHyou dl.areaDetail dt {
	font-size: 16px;
	font-weight: bold;
	color: #cc6666;
	margin: 0px auto 10px auto;
}
section.daiHyou dl.areaDetail dd {
	border-bottom: none;
	padding-bottom: 0px;
	margin: 0px auto 10px auto;
}
section.daiHyou dl.areaDetail figure {
	line-height: 1em;
	font-size: 12px;
	text-align: center;
}
img.detailPhoto {
	width: 90%;
	height: auto;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto2 {
	width: 100%;
	height: auto;
	max-height: none;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto3 {
	width: 100%;
	height: auto;
	max-height: none;
	margin: 15px auto;
	display: block;
	float: none;
}
img.detailPhoto4 {
	width: 100%;
	height: auto;
	max-height: none;
	margin: 15px auto;
	display: block;
	float: none;
}
section.daiHyou dl.areaDetail dd ul.detAil {
	margin: 0;
	font-size: 14px;
	display: block;
	vertical-align: top;
}
section.daiHyou dl.areaDetail dd ul.detAil li.aRea {
	width: 100%;
	margin: 0;
	list-style: none;
	font-weight: 500;
	color: #993333;
}
section.daiHyou dl.areaDetail dd ul.detAil li.aReaD {
	list-style: disc;
	margin: 0 0 0 25px;
	width: 100%;
}
}

/*07専門委員会*/
section.senmOn div {
	margin: 0 30px;
	padding: 0;
}
section.senmOn h4 {
	border: 1px solid #993366;
	background-color: #993366;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 2px 25px 4px 25px;
	margin: 15px 0 15px 5px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
section.senmOn p {
	padding: 0;
	margin: 15px;
	display: block;
	font-size: 14px;
}
section.senmOn dl {
	margin: 0 30px;
	padding: 0 0 25px 0;
}
section.senmOn dl dt{
	text-align: left;
	margin: 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #993333;
	display: inline-block;
	border-bottom: 1px double #993333;
}
section.senmOn dl dt.haN {
	border-width: 0 0 1px 5px;
	border-style: solid;
	border-color: #336666;
	color: #336666;
	font-weight: 400;
	padding: 0 5px;
}
section.senmOn dl dd {
	text-align: left;
	margin: 10px 0 0 25px;
	padding: 0;
	display: block;
}
section.senmOn dl dd span.bLue {
	color: #6699ff;
	font-weight: 500;
}
section.senmOn dl dd span.yelLow {
	background-color: #ffff66;
	font-weight: 500;
}
section.senmOn dl dd span.rEd {
	color: #ff0000;
	font-weight: 500;
}
section.senmOn ul {
	margin: 5px 0;
	list-style: disc;
}
section.senmOn ul li {
	margin: 0px;
}
section.senmOn figure {
	margin: 0px 15px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
section.senmOn figure img {
	margin: 10px 5px 0 5px;
	display: inline-block;
	max-width: 250px;
	max-height: 166px;
	height: auto;
}
section.senmOn figure.floAtL {
	float: left;
	margin: 0px 15px 0 0;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
}
section.senmOn figure.floAtL img {
	margin: 10px 5px 0 5px;
	display: block;
	width: 150px;
	height: auto;
	max-width: none;
	max-height: none;
}
section.senmOn figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
@media screen and (max-width: 767px) {
section.senmOn div {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
section.senmOn h4 {
	border: 1px solid #993366;
	background-color: #993366;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 4px 0px 6px 0;
	margin: 15px auto;
	text-align: center;
	width: 80%;
	display: block;
	font-size: 14px;
}
section.senmOn p {
	padding: 0;
	width: 100%;
	margin: 15px auto;
	display: block;
	font-size: 14px;
}
section.senmOn dl {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.senmOn dl dt{
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #993333;
	display: inline-block;
	border-bottom: 1px double #993333;
}
section.senmOn dl dd{
	text-align: left;
	margin: 10px 0 0 0px;
	padding: 0 0 25px 0;
	display: block;
}
section.senmOn ul {
	margin: 5px 0;
	padding: 0 25px;
	list-style: disc;
}
section.senmOn ul li {
	margin: 0px;
}
section.senmOn figure {
	margin: 10px auto 0 auto;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
	width: 90%;
}
section.senmOn figure img {
	margin: 10px auto 0px auto;
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
}
section.senmOn figure.floAtL {
	float: none;
	margin: 10px auto 0 auto;
	padding: 0;
	display: block;
	vertical-align: top;
	text-align: center;
	width: 90%;
}
section.senmOn figure.floAtL img {
	margin: 10px auto 0px auto;
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
}
section.senmOn figure br {
	display: none;
}
section.senmOn figure figcaption {
	font-size: 12px;
	font-weight: 400;
	margin: 0px 0 15px 0;
}
}






/*08あしたの翼基金*/
section.kikin {
	
}
@media screen and (max-width: 767px) {
}
