/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
======================================
Reset Style
======================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reader{
	width:620px;
	margin:5px 0px;
	padding:10px;
	background: #eee;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	font-size: 10px;
	line-height: 1.6em;
	margin:0;
	padding:0;
}


/*
======================================
Base
======================================
*/
html {
}
body {
	background: #fff;
	font: 12px/18px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	/* font: 12px/18px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,sans-serif; */
	color: #333;
}
a {
	color: #196BC7;
	text-decoration: none;
}
a:hover {
	color: #196BC7;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #ffff00;
	color: #333;
}
::selection {
	background: #ffff00;
	color: #333;
}


/*
======================================
Common
======================================
*/
#GlobalWrapper {
	width: 100%;
}
#GlobalHeader strong {
	display: block;
	background: #00ad86;
}
#GlobalHeader strong span {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
}
#boxArea {
	position: absolute;
	top: 4px;
	right: 0;
	display: table;
	padding: 0 0 0 2px;
	width: 290px;
	overflow: hidden;
}
#boxArea #fb {
	width: 112px;
	height: 22px;
	float: left;
}
#boxArea #tw {
	width: 100px;
	height: 22px;
	float: left;
}
#boxArea #gp {
	width: 76px;
	height: 22px;
	float: left;
}
#GlobalHeader #header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 11px 0;
}
#GlobalHeader h1 a {
	display: block;
	width: 714px;
	height: 89px;
	background: url(../gifs/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#GlobalHeader ul {
	position: absolute;
	top: 22px;
	right: -6px;
	width: 240px;
}
#GlobalHeader ul li {
	float: left;
	margin-left: 5px;
}
#GlobalHeader ul li a {
	display: block;
	width: 90px;
	background: #f0f0f0 url(../gifs/header-arrow.gif) no-repeat 15px 48%;
	padding: 5px 15px 5px 27px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	color: #265196;
	text-decoration: none;
	text-align: center;
}
#GlobalHeader ul li a:hover {background: #f6f6f6 url(../gifs/header-arrow.gif) no-repeat 15px 48%;}
#GlobalHeader ul li.home a {
	width: 50px;
}
#GlobalHeader ul li.my a {
	display: block;
	width: 199px;
	background: #f7a81b;
	margin-top: 5px;
	padding: 6px 15px;
	color: #fff;
	text-align: center;
}
#GlobalHeader ul li.my a:hover {background: #febd11;}

#GlobalHeader ul.btn a {
	display: block;
}
#GlobalHeader ul.btn li.member a {
	display: block;
	width: 199px;
	background: #f7a81b;
	margin-top: 5px;
	padding: 6px 15px;
	color: #fff;
	text-align: center;
}
#GlobalHeader ul.btn li.member a:hover {background: #febd11;}


#GlobalMenu {
	width: 960px;
	margin: 0 auto 20px;
}
#GlobalMenu ul li {
	position: relative;
	display: inline-block;
	margin-right: 7px;
	padding: 2px 7px 2px 0;
	border-right: 1px solid #ddd;
	font-size: 15px;
	line-height: 13px;
	cursor: pointer;
	z-index: 9999;
}
#GlobalMenu ul li:last-child {
	margin-right: 0;
	border-right: 0;
}
#GlobalMenu ul li a {
	color: #333;
	text-decoration: none;
}
#GlobalMenu ul li a:hover {
	color: #00ad86;
}
#GlobalMenu ul li ul.child {
	display: none;
	position: absolute;
	top: 17px;
	left: -8px;
	padding: 10px 0 20px;
	background: #fff;
	border-bottom: 2px solid #00ad86;
	border-left: 1px solid #ddd;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 3px 3px -1px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 3px 3px -1px rgba(50, 50, 50, 0.25);
	z-index: 9000;
}
#GlobalMenu ul li ul.child li {
	display: block;
	width: 300px;
	border-right: none;
	margin: 0;
	padding: 0;
}
#GlobalMenu ul li ul.child li a {
	display: block;
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
#GlobalMenu ul li ul.child li a:hover {
	color: #00ad86;
}
#GlobalMain {
	position: relative;
	background: #f2f1f0 url(../gifs/main.jpg) no-repeat center top;
	min-height: 402px;
	height: auto !important;
	height: 402px;
	text-align: center;
}
#GlobalMain h2 {
	width: 960px;
	margin: 0 auto;
	padding-top: 240px;
	padding-bottom: 25px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 78px;
	line-height: 58px;
	text-align: left;
	letter-spacing: -1px;
	color: #fff;
}
#GlobalMain h2 span {
	font-size: 30px;
	color: #265196;
}
#GlobalMain h2 strong {
	font-weight: normal;
	color: #f7a81b;
}
#GlobalMain .rotaryrate {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#GlobalMain .rotaryrate p {
	position: absolute;
	top: -350px;
	right: 80px;
	width: 100px;
	height: 76px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding-top: 24px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #00ad86;
	border: 2px solid #00ad86;
}
#GlobalMain .rotaryrate span {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;

}
#GlobalMain .rotaryrate span em {
	font-style: normal;
	font-size: 14px;
}
#GlobalSubMain {
	width: 100%;
	background: url(../gifs/main.jpg) no-repeat center top;
	background-size: contain;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#GlobalSubMain h2 {
	width: 960px;
	margin:0 auto;
	padding: 50px 0 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}
#GlobalSubMain h2 span {
	font-size: 35px;
	color: #f7a81b;
}
#GlobalSubMain.ri {					background: url(../gifs/submain-ri.jpg) center top / cover no-repeat;}
#GlobalSubMain.district {			background: url(../gifs/submain-district.jpg) center top / cover no-repeat;}
#GlobalSubMain.award {			background: url(../gifs/submain-award.jpg) center top / cover no-repeat;}
#GlobalSubMain.committee {		background: url(../gifs/submain-committee.jpg) center top / cover no-repeat;}
#GlobalSubMain.club {				background: url(../gifs/submain-club.jpg) center top / cover no-repeat;}
#GlobalSubMain.monthly {			background: url(../gifs/submain-monthly.jpg) center top / cover no-repeat;}
#GlobalSubMain.video {				background: url(../gifs/submain-video.jpg) center top / cover no-repeat;}
#GlobalSubMain.rotaract-interact {	background: url(../gifs/submain-rotaract-interact.jpg) center top / cover no-repeat;}
#GlobalSubMain.schedule {			background: url(../gifs/submain-schedule.jpg) center top / cover no-repeat;}
#GlobalSubMain.news {				background: url(../gifs/submain-news.jpg) center top / cover no-repeat;}
#GlobalSubMain.report {			background: url(../gifs/submain-report.jpg) center top / cover no-repeat;}
#GlobalSubMain.download {			background: url(../gifs/submain-download.jpg) center bottom / cover no-repeat;}
#GlobalSubMain.myrotary {			background: url(../gifs/submain-myrotary.jpg) center top / cover no-repeat;}
#GlobalSubMain.contact {			background: url(../gifs/submain-contact.jpg) center top / cover no-repeat;}
#GlobalSubMain.sitemap {			background: url(../gifs/submain-sitemap.jpg) center top / cover no-repeat;}
#GlobalSubMain.privacy {			background: url(../gifs/submain-privacy.jpg) center top / cover no-repeat;}
#GlobalSubMain.member {			background: url(../gifs/submain-member.jpg) center top / cover no-repeat;}
#GlobalSubMain.congress {			background: url(../gifs/submain-congress.jpg) center top / cover no-repeat;}
#GlobalMain p.copyright,
#GlobalSubMain p.copyright{
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	text-align: right;
}
#GlobalContents {
	margin: 0 auto;
}
#topicpath {
	width: 960px;
	margin: 15px auto 0;
}
#topicpath a {
	color: #00ad86;
}
#GlobalFooter {
	position: relative;
	margin-top: 60px;
	border-top: 3px solid #00ad86;
	z-index: 10;
}
#GlobalFooter #footer {
	background: #e7e7e8;
	padding: 20px 0;
}
#GlobalFooter .navi {
	padding-bottom: 30px;
}
#GlobalFooter .navi ul {
	float: left;
	width: 192px;
}
#GlobalFooter .navi ul li {
	padding: 3px 0 3px 15px;
}
#GlobalFooter .navi ul li a {
	color: #333;
}
#GlobalFooter .navi ul li.title {
	padding-left: 0;
	font-size: 14px;
	color: #00ad86;
}
#GlobalFooter .navi ul li.title a {
	font-size: 14px;
	color: #00ad86;
}
#GlobalFooter .meta {
	position: relative;
	width: 660px;
}
#GlobalFooter .meta img {
	position: absolute;
	top: -8px;
	right: -20px;
}
#GlobalFooter .addr {
	background: url(../gifs/footer-logo.gif) no-repeat left top;
	padding: 5px 0 0 165px;
}
#GlobalFooter .addr strong {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
}
#GlobalFooter .addr a {color: #333;text-decoration: none;}
#GlobalFooter .addr a:hover {text-decoration: underline;}
#GlobalFooter .box {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
#GlobalFooter ol {
	position: absolute;
	top: 10px;
	right: 0;
}
#GlobalFooter ol li {
	display: inline;
	margin-left: 15px;
}
#GlobalFooter .mobile {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 250px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
#GlobalFooter .mobile div {
	padding-left: 70px;
	background: url(../gifs/qrcode.gif) no-repeat left top;
}
#GlobalFooter .mobile strong {
	color: #00ad86;
}
#GlobalFooter .mobile p {
	margin-top: 3px;
	font-size: 11px;
	line-height: 15px;
}
#pagetop {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* margin-top: -380px; */
}
#pagetop img {
	position: absolute;
	top: -405px;
	left: 407px;
	transition:transform .5s;
	-webkit-transition:-webkit-transform .5s;
}
#pagetop img:hover {
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
}
.getacrobatreader {
	border: 2px solid #ddd;
	margin: 20px 0;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
}
.getacrobatreader img {
	float: left;
	margin: 0 20px 0 0;
}


/*
======================================
Home
======================================
*/
#home .scale {
	height: 417px;
	background: #00ad86 url(../gifs/home-scale-bg.gif) no-repeat center top;
	color: #fff;
}
#home .scale .box {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 0;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
#home .scale .box h2 {
	font-size: 30px;
	line-height: 36px;
}
#home .scale .box p {
	margin-top: 15px;
}
#home .scale .box p.contactus {
	border: 1px solid #fff;
	padding: 15px;
}
#home .scale .box p.contactus a {
	color: #fff;
}
#home .graph {
	background: #00ad86 url(../gifs/home-scale-bg.gif) center top / cover no-repeat ;
	color: #fff;
	text-align: center;
}
#home .graph .banner {
	padding-top: 30px;
}
#home .graph .banner img {
	margin-bottom: 5px;
}
#home .graph .banner a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
#home .graph .box {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
#home .graph .two {
	width: 480px;
	float: left;
	text-align: center;
}
#home .graph .two strong {
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
#home .graph .two strong span {
	font-size: 22px;
	line-height: 54px;
}
#home .graph .two strong em {
	font-style: normal;
	font-size: 14px;
	line-height: 54px;
}
#home .chart,
#home .chart2 {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	margin-top: 50px;
	text-align: center;
}
#home .chart canvas,
#home .chart2 canvas {
	position: absolute;
	top: 0;
	left: 0;
}
#home .percent {
	visibility: hidden;
	display: inline-block;
	line-height: 220px;
	z-index: 2;
	font-size: 5.0em;
	font-family: 'Scheherazade', serif;
}
#home .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
#home .graph p.date {
	text-align: center;
	font-size: 14px;
}
#home .info {
	background: #f7a81b;
}
#home .info .box {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0;
}
#home .info .news {
	float: left;
	width: 470px;
}
#home .info .reports {
	float: right;
	width: 470px;
}
#home .info .news strong,
#home .info .reports strong {
	display: block;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
#home .info .list {
	padding: 30px 15px 15px;
	background: #fff;
	border: 1px solid #dc8f07;
	font-size: 14px;
	line-height: 20px;
}
#home .info .news .list dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}
#home .info .news .list dl dt {
	float: left;
	width: 120px;
}
#home .info .news .list dl dd {
	margin-left: 130px;
}
#home .info .news .list dl dd span {
		font-size: 12px;
}
#home .info .list a {
	color: #00ad86;
}
#home .info .reports .list dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}
#home .info .reports .list dl dt {
	float: left;
	width: 120px;
}
#home .info .reports .list dl dd {
	margin-left: 130px;
}
#home .info .reports .list dl dd span {
		font-size: 12px;
}
#home .info ul.btn {
	clear: both;
}
#home .info ul.btn li {
	float: left;
	width: 50%;
	text-align: center;
}
#home .info ul.btn li a {
	display: block;
	width: 300px;
	margin: 20px auto 0;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#home .info ul.btn li a:hover {
	background: #03cfa1;
}
#home .letter {
	background: #123b93 url(../gifs/home-letter-bg.png) top center / cover no-repeat;
}
#home .letter .box {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0;
	text-align: center;
}
#home .letter strong {
	display: block;
	margin-bottom: 30px;
	font-family: 'Fjalla One', sans-serif;
	/* font-family: 'Noto Sans Japanese', sans-serif; */
	font-size: 46px;
	color: #fff;
	text-align: center;
}
#home .letter .item {
	padding: 15px;
}
#home .letter .item img {
	float: left;
	margin: 0 25px 0 0;
	border: 1px solid #ddd;
}
#home .letter .item p.subtitle {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #fff;
	text-align: left;
}
#home .letter .item ul {
	margin-left: 320px;
}
#home .letter .item ul li {
	margin-left: 25px;
	padding: 2px 0;
	list-style-type: disc;
	text-align: left;
	color: #fff;
	font-size: 14px;
}
#home .letter .item p.btn {
	margin: 10px 0 0 320px;
}
#home .letter .item p.btn a {
	float: left;
	display: block;
	width: 550px;
	margin: 6px 10px 0 0;
	padding: 10px 15px;
	background: #f7a81b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
#home .letter .item p.btn a:hover {
	background: #febd11;
}
#home .letter .item p.btn a.digital {
	background: #054b62;
}
#home .letter .item p.btn a.digital:hover {
	background: #1d6982;
}
#home .letter .item p.btn a.page {
	background: #00ad86;
}
#home .letter .item p.btn a.page:hover {
	background: #03cfa1;
}
#home .social {
	background: #43b2e5 url(../gifs/home-social-bg.gif) top left;
}
#home .social .box {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0;
}
#home .social .twitter {
	float: right;
	width: 470px;
}
#home .social .facebook {
	float: left;
	width: 470px;
}
#home .ad .box {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#home .ad ul li {
	float: left;
	width: 231px;
	margin-right: 12px;
	margin-top: 12px;
}
#home .ad ul li:nth-child(4n) {
	margin-right: 0;
}
#home .ad ul li img {
	vertical-align: top;
}




/*
======================================
RI
======================================
*/
#ri {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}
#ri .about h3 {
	font-size: 24px;
	color: #00ad86;
}
#ri .about p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
#ri .about p.thumb {
	text-align: center;
}
#ri .message h3 {
	font-size: 24px;
	color: #00ad86;
}
#ri .message p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
#ri .message .photo {
	float: left;
	margin: 5px 20px 20px 0;
}
#ri .message p.name {
	text-align: right;
}
#ri .message p.name img {
	margin-bottom: 8px;
}
#ri .profile h3 {
	font-size: 24px;
	color: #00ad86;
}
#ri .profile p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;
}
#ri .profile .photo {
	float: left;
	margin: 30px 0 10px 0;
}
#ri .profile .fb-video {
	float: left;
	margin: 30px 20px 20px 0;
}
ul.pagenavigation {
	width: 960px;
	margin: 30px auto 0;
}
ul.pagenavigation li.left {
	float: left;
	width: 40%;
	padding-top: 30px;
	text-align: left;
}
ul.pagenavigation li.right {
	float: right;
	width: 40%;
	padding-top: 30px;
	text-align: right;
}
ul.pagenavigation li a {
	color: #00ad86;
	text-decoration: none;
	font-size: 14px;
}
ul.pagenavigation li a:hover {
	text-decoration: underline;
}




/*
======================================
DISTRICT
======================================
*/
#district {
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#district #governor {
	width: 960px;
	margin: 0 auto;
}
#district #governor h3 {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 30px;
	color: #00ad86;
}
#district #governor h3 span {
	font-size: 18px;
	color: #333;
}
#district #governor h4 {
	margin-bottom: 15px;
	background: #00ad86;
	padding: 5px 10px;
	color: #fff;
}
#district #governor .photo {
	background: url(../gifs/governor-and-ri.jpg) no-repeat right 50%;
}
#district #governor .photo img {
	float: left;
	margin: 0 40px 0 0;
}
#district #governor .photo p {
	padding: 60px 0 0;
	font-size: 18px;
}
#district #governor .photo strong {
	display: block;
	margin: 20px 0 10px;
	font-size: 30px;
	font-weight: normal;
}
#district #governor .photo strong span {
	font-size: 18px;
}
#district #governor .photo em {
	font-style: normal;
	font-size: 14px;
}
#district #governor .message {
	clear: both;
	padding: 30px 0;
}
#district #governor .message ol {
	margin: 0 0 25px 30px;
}
#district #governor .message ol li {
	margin-bottom: 8px;
	list-style-type: decimal;
}
#district #governor p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
#district #governor p.noindent {
	text-indent: 0;
}
#district #governor p.name {
	text-align: right;
}
#district #governor table {
	margin-bottom: 30px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #ddd;
}
#district #governor table th {
	width: 20%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #f2f1f0;
	text-align: left;
	vertical-align: middle;
}
#district #governor table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	vertical-align: middle;
}
#district #governor p.btn a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 60%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#district #governor p.btn a:hover {
	background: #03cfa1;
}
#district #assistant {
	width: 960px;
	margin: 0 auto;
}
#district #assistant .column {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
#district #assistant .column p {
	margin-top: 15px;
	margin-left: 140px;
	text-indent: 1em;
}
#district #assistant p.title {
	margin: 0 0 15px 0;
	background: #00ad86;
	padding: 5px 10px;
	text-indent: 0;
	color: #fff;
}
#district #assistant .column img {
	float: left;
	margin: 0 20px 10px 0;
}
#district #assistant .column strong {
	display: block;
	margin: 20px 0;
	font-size: 20px;
	font-weight: normal;
}
#district #assistant .column strong span {
	font-size: 12px;
}
#district #assistant .column p.subtitle {
	text-indent: 0;
	font-size: 16px;
	color: #00ad86;
}
#district #assistant .column ol {
	margin-left: 162px;
}
#district #assistant .column ol li {
	list-style-type: decimal;
	margin-top: 15px;
}
#district #assistant .im {
	margin: 20px 0 0 140px;
	padding: 20px;
	border: 3px double #00ad86;
}
#district #assistant .im strong {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #00ad86;
}
#district #assistant .im img {
	float: right;
	margin: 0;
}
#district #assistant .im .meta {
	float: left;
	width: 560px;
}
#district #assistant .im p {
	margin: 0;
	text-indent: 0;
	font-size: 12px;
}
#district #assistant .im p span {
	float: left;
	text-indent: 0;
	display: block;
	width: 100px;
	margin-right: 10px;
	border-bottom: 1px solid #fff;
	background: #00ad86;
	color: #fff;
	text-align: center;
}
#district #assistant .im .text p {
	margin-top: 15px;
	font-size: 14px;
	text-indent: 1em;
}
#district #assistant .im .text p.right {
	font-size: 12px;
	text-align: right;
}
#district #assistant .last {
	margin: 20px 0 0 140px;
	padding: 20px;
	background: #f2f1f0;
}
#district #assistant .last strong {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #00ad86;
}
#district #assistant .last p {
	margin: 15px 0 0 0;
	text-indent: 0;
}


#district #organization .chart {
	padding: 50px 0;
	background: url(../gifs/organization-bg.gif);
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
#district #organization .org {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
}
#district #organization .org p.btn a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 930px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#district #organization .org p.btn a:hover {
	background: #03cfa1;
}
#district #officer {
	width: 960px;
	margin: 0 auto;
}
#district #officer table {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #ddd;
}
#district #officer table th {
	width: 22%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #f2f1f0;
	text-align: left;
	vertical-align: middle;
}
#district #officer table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}
#district #officer table td table {
	border: none;
	margin-bottom: 0;
}
#district #officer table td table th,
#district #officer table td table td {
	padding: 5px 0;
	border: none;
}
#district #officer table td table th {
	width: 25%;
	background: none;
	color: #00ad86;
	text-align: center;
	font-weight: normal;
}
#district #officer table td table td {
	width: 25%;
}
#district #officer p.sub {
	margin: 20px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	color: #00ad86;
	font-size: 14px;
	line-height: 20px;
}
#district #officer p.sub2 {
	margin: 15px 0 4px 0;
	border-left: 2px solid #00ad86;
	padding: 1px 10px;
	color: #333;
}
#district #officer table.meta {
	margin-bottom: 15px;
}
#district #officer table.meta th {
	border: 2px solid #fff;
	width: 23%;
	background: #d8fbf3;
	padding: 3px 5px;
	text-align: center;
	color: #00ad86;
	font-weight: bold;
}
#district #officer table.meta td {
	padding: 5px 10px;
	width: 28%;
	text-align: left;
}
#district #officer p.btn a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 930px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#district #officer p.btn a:hover {
	background: #03cfa1;
}
#district #access {
	width: 960px;
	margin: 0 auto;
}
#district #access #map {
	border: 3px solid #ddd;
	padding: 10px;
}
#district #access #googlemap {
	width: 100%;
	height: 400px;
}
#district #access .address {
	background: #d8fbf3;
	margin-top: 30px;
	padding: 30px;
}
#district #access .address strong {
	display: block;
	color: #00ad86;
}





/*
======================================
AWARD
======================================
*/
#award {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#award .column {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
#award .column strong.title {
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #00ad86;
}
#award p {
	margin-top: 15px;
}
#award .column ul {
	margin-left: 30px;
}
#award .column ul li {
	padding: 5px 0;
	list-style-type: disc;
}
#award .column p.subtitle {
	color: #0033a0;
}





/*
======================================
MONTHLY
======================================
*/
#monthly {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#monthly .column {
	margin-top: 40px;
}
#monthly .column strong {
	display: block;
	background: #00ad86;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
}
#monthly .item {
	border: 2px solid #ddd;
	padding: 15px;
}
#monthly .item img {
	float: left;
	margin: 0 25px 0 0;
	border: 1px solid #ddd;
}
#monthly .item ul {
	margin-left: 220px;
}
#monthly .item ul li {
	margin-left: 25px;
	list-style-type: disc;
}
#monthly .item p.btn {
	margin: 10px 0 0 220px;
}
#monthly .item p.btn a {
	float: left;
	display: block;
	width: 300px;
	margin-right: 10px;
	padding: 5px 10px;
	background: #f7a81b;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#monthly .item p.btn a:hover {
	background: #febd11;
}
#monthly .item p.btn a.digital {
	background: #054b62;
}
#monthly .item p.btn a.digital:hover {
	background: #1d6982;
}
#monthly p.pagetop {
	margin-top: 15px;
	text-align: right;
	font-size: 11px;
}





/*
======================================
CLUB
======================================
*/
#club {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#club ul.anchor {
	margin-top: 15px;
}
#club ul.anchor li {
	width: 310px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: center;
}
#club ul.anchor li a {
	display: block;
	background: #d8fbf3;
	padding: 5px;
	color: #00ad86;
	text-decoration: none;
}
#club ul.anchor li a:hover {
	background: #00ad86;
	color: #fff;
}
#club .column {
	margin-top: 40px;
}
#club .column strong {
	display: block;
	background: #00ad86;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
}
#club .column p.title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: #00ad86;
}
#club .column p.title span,
#club .column p.title span a {
	color: #333;
	font-size: 12px;
}
#club .column p.title span a {
	text-decoration: underline;
}
#club .column p.title span a:hover {
	text-decoration: none;
}
#club .column p.title em {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-style: normal;
}
#club .column table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #ddd;
}
#club .column table thead th {
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #f2f1f0;
}
#club .column table tbody th {
	width: 30%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
#club .column table tbody th a {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
#club .column table tbody th a:hover {
	color: #00ad86;
	text-decoration: none;
}
#club .column table tbody td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	vertical-align: middle;
}
#club .column table tbody td.date {
	width: 28%;
}
#club .column table tbody td span {
	color: #f00;
}
#club .column p.pagetop {
	margin-top: 15px;
	text-align: right;
	font-size: 11px;
}
#club #detail h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	color: #00ad86;
}
#club #detail strong.title {
	display: block;
	background: #00ad86;
	padding: 5px 10px;
	color: #fff;
}
#club #detail p.name {
	font-weight: bold;
	color: #00ad86;
}
#club #detail table {
	margin: 20px 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#club #detail table th {
	background: #f2f1f0;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
#club #detail table td {
	width: 30%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
#club #detail table.data th {
	text-align: left;
}
#club #detail table.data td {
	width: 75%;
}
#club #detail .map {
	border: 2px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}
#club #detail #office-map,
#club #detail #meeting-map,
#club #detail #meeting-map2 {
	width: 100%;
	height: 300px;
}
#club .pageback {
	margin-top: 50px;
	text-align: center;
}
#club .pageback a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#club .pageback a:hover {
	background: #51dbbc;
}
#club .last {
	background: #f2f1f0;
	padding: 20px;
}
#club .last img {
	border: 3px solid #fff;
	float: left;
	margin: 0 15px 0 0;
	width: 70px;
	height: 70px;
}
#club .last strong {
	display: block;
	font-size: 16px;
	color: #00ad86;
}
#club .last span {
	font-size: 12px;
	color: #666;
}
#club .last p {
	margin-top: 10px;
	margin-left: 90px;
}
#club .last ol {
	margin: 10px 0 0 110px;
}
#club .last ol li {
	list-style-type: decimal;
}







/*
======================================
VIDEO
======================================
*/
#video {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#video #youtube p {
	margin: 15px 0;
}
#video #youtube .recentmov {
	text-align: center;
}
#video #youtube .recentmov p {
	font-weight: bold;
	margin-top: 5px;
}
#video #youtube ul.archivelist {
	margin: 0;
	padding: 0;
}
#video #youtube ul.archivelist li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 154px;
	list-style-type: none;
	margin: 0 34px 15px 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
#video #youtube ul.archivelist li.m0 {
	margin-right: 0;
}
#video #youtube ul.archivelist li p {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 86%;
	line-height: 120%;
}
#video #youtube ul.archivelist li img {
	border: 1px solid #ddd;
	padding: 2px;
}
#video #youtube strong.title {
	display: block;
	background: #00ad86;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #fff;
}





/*
======================================
SCHEDULE
======================================
*/
#schedule {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#schedule .events p.attn {
	text-align: right;
}
#schedule .events p.attn span {
	font-size: 11px;
	color: #666;
}
#schedule .events ul.anchor {
	margin-top: 15px;
}
#schedule .events ul.anchor li {
	width: 230px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: center;
}
#schedule .events ul.anchor li a {
	display: block;
	background: #d8fbf3;
	padding: 5px;
	color: #00ad86;
	text-decoration: none;
}
#schedule .events ul.anchor li a:hover {
	background: #00ad86;
	color: #fff;
}
#schedule .events .column {
	margin-top: 40px;
}
#schedule .events .column strong {
	display: block;
	background: #00ad86;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
}
#schedule .events p.title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #00ad86;
}
#schedule .events table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#schedule .events table th {
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #f2f1f0;
	text-align: center;
}
#schedule .events table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
}
#schedule .events table td.meta {
	width: 70%;
	text-align: left;
}
#schedule .events p.pagetop {
	margin-top: 15px;
	text-align: right;
	font-size: 11px;
}





/*
======================================
NEWS
======================================
*/
#news {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
.wisywig {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
}
.wisywig h3.news-title {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #00ad86;
}
.wisywig p.date {
	margin: 10px 0;
	color: #666;
	text-align: right;
}
.wisywig h4 {
	margin: 40px 0 15px;
	color: #f48343;
	font-size: 1.167em;
}
.wisywig h5 {
	margin: 40px 0 15px;
	color: #36b3be;
	font-size: 1.083em;
}
.wisywig h6 {
	margin: 40px 0 15px;
	color: #25b378;
	font-siz: 1em;
}
.wisywig em {
	font-style: italic;
}
.wisywig p {
	margin-bottom: 15px;
}
.wisywig .alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.wisywig .alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.wisywig .aligncenter {
	display: block;
	margin: 15px auto;
}
.wisywig dl {
	margin: 15px 0;
}
.wisywig dt {
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}
.wisywig dd {
	padding: 5px 10px 20px 10px;
}
.wisywig ul {
	margin: 15px 0;
	margin-left: 20px;
}
.wisywig ul li {
	list-style-type: disc;
}
.wisywig ol {
	margin: 15px 0;
	margin-left: 25px;
}
.wisywig ol li {
	list-style-type: decimal;
}
.wisywig pre {
	margin: 15px 0;
	padding: 20px;
	border: 5px solid #ddd;
}
.wisywig blockquote {
	margin: 15px 0;
	padding: 20px 20px 5px 20px;
	background: #f2f1f0;
}
.wp-pagenavi {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 12px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 2px;
	color: #666;
}
.wp-pagenavi a:hover {
	border:solid 1px #aaa;
}
.wp-pagenavi span.current {
	border: 1px solid #fff;
	color: #00ad86;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi span.pages {
	background: #ddd;
	border: 1px solid #ddd;
	font-weight: bold;
	color: #666;
}
#news .pageback {
	text-align: center;
}
#news .pageback a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#news .pageback a:hover {
	background: #51dbbc;
}





/*
======================================
DOWNLOAD
======================================
*/
#download {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#download p.date {
	margin-bottom: 5px;
	text-align: right;
}
#download ul.anchor {
	margin-top: 15px;
}
#download ul.anchor li {
	width: 310px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: center;
}
#download ul.anchor li a {
	display: block;
	background: #d8fbf3;
	padding: 5px;
	color: #00ad86;
	text-decoration: none;
}
#download ul.anchor li a:hover {
	background: #00ad86;
	color: #fff;
}
#download .column {
	padding-top: 40px;
}
#download .column strong {
	display: block;
	background: #00ad86;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
}
#download table {
	margin-top: 10px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#download table th {
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #f2f1f0;
	text-align: center;
}
#download table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
#download table td.filetype,
#download table td.filesize,
#download table td.btn {
	text-align: center;
}
#download table td.filetype {width: 10%;}
#download table td.filesize {width: 10%;}
#download table td.btn {width:20%;}
#download table td.btn a {
	display: block;
	padding: 5px 10px;
	background: #f7a81b;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#download table td.btn a:hover {
	background: #febd11;
}
#download table td span {
	font-size: 12px;
	line-height: 16px;
}
#download p.attn {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}
#download p.pagetop {
	margin-top: 15px;
	text-align: right;
	font-size: 11px;
}
#download .ad .box {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#download .ad ul li {
	float: left;
	width: 231px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#download .ad ul li:nth-child(4n) {
	margin-right: 0;
}
#download .ad ul li img {
	vertical-align: top;
}
#download .rymf {
	border: 5px solid #eee;
	margin-top: 15px;
	padding: 20px 20px 0 0;
}
#download .rymf p.title {
	margin: 0 0 15px 20px;
	font-size: 16px;
	color: #00ad86;
}
#download .rymf ul li {
	float: left;
	width: 445px;
	margin: 0 0 20px 20px;
	text-align: center;
}
#download .rymf ul li iframe {
	vertical-align: top;
}







/*
======================================
MY ROTARY
======================================
*/
#myrotary {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#myrotary .movie iframe {
	float: left;
	width: 500px;
	border: 5px solid #ddd;
	margin: 0 20px 0 0;
}
#myrotary .movie p {
	margin-bottom: 10px;
}
#myrotary .movie ul {
	margin: 10px 0 0 525px;
}
#myrotary .movie ul li {
	margin-left: 30px;
	list-style-type: disc;
}
#myrotary .contactus {
	background: #d8fbf3;
	margin-top: 30px;
	padding: 15px;
}
#myrotary .contactus strong {
	color: #00ad86;
}
#myrotary p.btn {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
#myrotary p.btn a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 400px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#myrotary p.btn a:hover {
	background: #03cfa1;
}





/*
======================================
CONTACT
======================================
*/
#contact {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#contact p {
	margin-top: 25px;
}
#contact p.tel strong {
	display: block;
	margin-bottom: 6px;
	line-height: 16px;
	color: #00ad86;
}
#contact p.tel span {
	font-size: 42px;
	line-height: 36px;
	font-family: 'Scheherazade', serif;
}
#contact table {
	margin-top: 25px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}
#contact table th {
	width: 30%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	background: #d8fbf3;
	padding: 10px 20px;
	text-align: left;
	vertical-align: middle;
}
#contact table th span {
	background: #00ad86;
	margin-left: 10px;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
#contact table td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	text-align: left;
}
#contact table td input {
	width: 90%;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
#contact table td textarea {
	width: 90%;
	height: 300px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	resize: none;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
#contact p.btn {
	text-align: center;
}
#contact p.btn input {
	padding: 15px;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #fff;
	cursor: pointer;
}
#contact p.btn input:hover {
	background: #03cfa1;
}




/*
======================================
SITEMAP
======================================
*/
#sitemap {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}
#sitemap ul {
	margin-bottom: 30px;
}
#sitemap ul li {
	float: left;
	width: 220px;
	margin: 10px 0 10px 20px;
	font-size: 14px;
}
#sitemap ul li a {
	color: #333;
}
#sitemap ul li.title {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0 15px;
	color: #00ad86;
	border-bottom: 1px solid #ddd;
}
#sitemap ul li.title a {
	font-size: 14px;
	color: #00ad86;
}





/*
======================================
PRIVACY
======================================
*/
#privacy {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#privacy .column {
	margin-top: 30px;
}
#privacy .column strong {
	color: #00ad86;
}
#privacy .contactus {
	margin-top: 30px;
	padding: 30px;
	background: #d8fbf3;
}
#privacy .contactus strong {
	display: block;
	margin: 5px 0;
	color: #00ad86;
}





/*
======================================
MEMBER
======================================
*/
#member {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#member .caution {
	margin: 15px 0;
	padding: 10px 0;
	border: 1px solid #f00;
}
#member .caution ul {
	margin-left: 30px;
}
#member .caution ul li {
	padding: 3px 0;
	list-style-type: disc;
	color: #f00;
}
#member #form {
	background: #eee;
	padding: 30px;
}
#member #form dl {
	width: 400px;
	margin: 3px auto;
}
#member #form dl dt {
	float: left;
	width: 80px;
	padding-top: 8px;
}
#member #form dl dd {
	margin-left: 90px;
}
#member #form dl dd input {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
}
#member #form #btn {
	margin-top: 15px;
	text-align: center;
}
#member #form #btn input {
	width: 150px;
	padding: 10px 0;
}




@media print {
	#GlobalMain h2,
	#GlobalSubMain h2,
	#home .graph .two strong,
	#home .percent,
	#home .info .news strong,
	#home .info .reports strong,
	#home .info ul.btn li a,
	#home .letter strong,
	#home .letter .item p.subtitle,
	#home .letter .item p.btn a,
	#district #governor h3,
	#district #governor p.btn a,
	#district #organization .org p.btn a,
	#district #officer p.btn a,
	#club #detail h3,
	.wisywig h3.news-title,
	#myrotary p.btn a,
	#contact p.tel span,
	#contact table td input,
	#contact table td textarea,
	#contact p.btn input {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	}
}




/*
======================================
CONGRESS
======================================
*/
#congress {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
}
#congress .attn {
	border: 2px solid #d80000;
	padding: 10px;
	text-align: center;
}
#congress .attn strong {
	color: #d80000;
}
#congress .attn p {
	margin-top: 5px;
}
#congress .attn p a {
	color: #00ad86;
}
#congress .release img {
	width: 100%;
}
#congress .about h3 {
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #00ad86;
}
#congress .about p {
	margin-bottom: 15px;
}
#congress .about img.alignright {
	float: right;
	margin: 3px 0 20px 20px;
}
#congress .about img.alignleft {
	float: left;
	margin: 3px 20px 20px 0;
}
#congress .membersonly h4 {
	padding: 30px;
	background: #00ad86;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 34px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
#congress .membersonly h4 span {
	font-size: 20px;
}
#congress .membersonly .box {
	padding: 25px;
	border-left: 5px solid #00ad86;
	border-right: 5px solid #00ad86;
	border-bottom: 5px solid #00ad86;
}
#congress .membersonly .box .caution {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #c00;
}
#congress .membersonly .box .caution a {
	float: right;
	display: block;
	width: 199px;
	background: #f7a81b;
	margin-top: -5px;
	margin-left: 15px;
	padding: 30px 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#congress .membersonly .box .caution a:hover {
	background: #febd11;
}
#congress .membersonly .box dl.movies,
#congress .membersonly .box dl.photos {
	width: 100%;
}
#congress .membersonly .box dl.photos {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
#congress .membersonly .box dl.movies dt,
#congress .membersonly .box dl.photos dt {
	float: left;
	width: 440px;
}
#congress .membersonly .box dl.movies dt img,
#congress .membersonly .box dl.photos dt img {
	vertical-align: top;
}
#congress .membersonly .box dl.movies dd,
#congress .membersonly .box dl.photos dd {
	margin-left: 455px;
}
#congress .membersonly .box .movies a,
#congress .membersonly .box .photos a {
	display: block;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #00ad86;
}
#congress .membersonly .box dl.movies dd ul,
#congress .membersonly .box dl.photos dd ul {
	margin: 10px 0 0 20px;
}
#congress .membersonly .box dl.movies dd ul li,
#congress .membersonly .box dl.photos dd ul li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;
}
#congress .membersonly .box dl.movies dd ul li.title,
#congress .membersonly .box dl.photos dd ul li.title {
	margin-left: -24px;
	list-style-type: none;
}
#congress .membersonly .box dl.movies dd p,
#congress .membersonly .box dl.photos dd p {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
}
#congress .membersonly .movs {
	padding: 25px;
	border-left: 5px solid #00ad86;
	border-right: 5px solid #00ad86;
	border-bottom: 5px solid #00ad86;
}
#congress .membersonly .movs ul li {
	float: left;
	margin-top: 20px;
	width: 440px;
}
#congress .membersonly .movs ul li a {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #00ad86;
}
#congress .membersonly .movs ul li.right {
	float: right;
}
#congress .banner {
	margin: 40px 0;
	text-align: center;
}
#congress .membersonly .movs #video {
	width: 900px;
	padding: 0;
}
#congress .membersonly .movs #video strong {
	display: block;
	margin-top: 8px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #00ad86;
}
#congress .membersonly .movs #video  .pageback {
	margin-top: 50px;
	text-align: center;
}
#congress .membersonly .movs #video  .pageback a {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00ad86;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#congress .membersonly .movs #video  .pageback a:hover {
	background: #51dbbc;
}

#end {
	padding: 15px 0 0;
}
#end div {
	width: 860px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	/* background: #fff; */
	padding: 25px;
	text-align: left;
	color: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#end strong {
	display: block;
	padding: 15px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 28px;
}
#end p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}
#end p.right {
	text-align: right;
}


.modified {
	width: 960px;
	border: 3px double #f00;
	margin: 0 auto 10px;
	padding: 5px;
	text-align: center;
	color: #f00;
}