@charset "utf-8";

/* common.css
-------------------------------------------------------------------------*/
body {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


/* width
-------------------------------------------------------------------------*/
header ul,
#breadcrumb,
#main section,
footer section {
	width: 960px;
}


/* link
-----------------------------*/
a {
	color: #0e7b92;
  transition: color 0.4s;
}

a:hover {
    text-decoration: none;
}

a img { transition: all 0.4s; }

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* headline
-----------------------------*/
h1, h2 ,h3 ,h4 ,h5 ,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}


/* header
-----------------------------*/
header {
		border-bottom: 4px solid #0e7b92;
}

header #logo {
	text-align: center;
}

header a {
	color: #666;
	text-decoration: none;
}

header a:hover {
	color: #000;
}

nav h2 {
	display: none;
}


/* header nav
-----------------------------*/
header ul {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

header li {
	display: table-cell;
	text-align: center;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 1.2em;
	letter-spacing: -0.1em;
}

header li a {
	height: 80px;
	line-height: 80px;
	display: block;
}

header .active {
	background: url("../img/bg_nav.png") repeat-x bottom;
}


/* main_title
-----------------------------*/
#main_title {
	padding: 1em 0;
	background:#fff url("../img/bg_pattern.png");	

	font-size: 3em;	
	text-align: center;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.25em;
}

#top #main_title {
	padding: 1em 0 5em;	
	background: url("../img/bg_top.jpg") center center;	
}

#breadcrumb {
	margin:0.5em auto 1em;
}

#breadcrumb li {
	margin-left: 1em;
	float: left;
}
#breadcrumb li:before {
		content: " > ";
		color: #666;
}

#breadcrumb li:first-child:before { content: none }




/* contents
-----------------------------*/
#main section {
	margin: 0 auto 4em !important;
}

#main section h2 {
	min-height: 40px;
	line-height: 40px;
	background: #86bdc8;
	text-align: center;
	font-size: 1.4em;
}

#main section h3 {
	margin: auto 1em;
	padding: 0 0.5em 0.25em;
/*	min-height: 40px;*/
	line-height: 1.25;
	border-bottom: 2px solid #0e7b92;
	font-size: 1.2em;	
}

#main section h3.line2 {
	padding-bottom: 0.5em;
	min-height: 40px;
	line-height: 20px;
}


#main section h4 {
	margin: auto 1em;
	padding:0.5em 1em;
	border-bottom: 1px solid #0e7b92;
	font-size: 1em;	
}

#main section article {
	margin: 1em auto 2em;
}

#main section p {
	margin: 0.5em 2em 1em;
	line-height: 1.4em;
}

.link_deco {
	background: url("../img/bg_link.png");
	display: inline-block;
	font-weight: bold;
	text-shadow:0px 0px 0px rgba(255,255,255,0),0px 0px 0px #ffffff,0px 0px 0px #ffffff,0px 0px 0px #ffffff,0px 0px 0px #ffffff,0px 0px 2px #ffffff;
}

.link_deco a {
	height: 40px;
	padding: 0 2em;
	display: block;
	line-height: 40px;	
	border: 2px solid #0e7b92;
	text-align: center;
	color: #333;
	background: url("../img/icn_link.png") center left no-repeat;
}

.link_deco a:hover {
	color: #000;
	border: 2px solid #000;
	background: url("../img/icn_link_hover.png") center left no-repeat;
}

.link_deco a strong {
	margin-left: 0.5em;
	color: #FC1673;
	text-decoration: none !important;
}

#top_link ul {
	margin: 2em;
}

#top_link li {
		margin: 0 1em 1em;
		width:46%;
		float:left;
}
img.float-right{
	float:right;
	width:200px;
}

/* events
-----------------------------*/
#events article {
	margin-bottom: 4em !important;
}

#events .giji {
	margin: 1em;
}

#events ul,
#events_pdf ul {
		margin: 2em;
}

#events li,
#events_pdf li {
		margin-bottom: 1em;
}

#events_log {
	box-sizing: border-box;
	border: 3px solid  #e6f1f4;
	margin-top: 3em;
	padding: 1em;
}

#events_log ul {
		margin: 2em;
}

#events_log li {
		margin: 0 1em 1em;
		width:46%;
		float:left;
		background: url("../img/bg_link.png");	
}

#events_log li.full {
	width: auto !important;
}

#events_log li a {
	height: 40px;
	padding: 0 2em;
	display: block;
	line-height: 40px;	
	border: 2px solid #0e7b92;
	text-align: center;
	color: #333;
	background: url("../img/icn_link.png") center left no-repeat;
}

#events_log li a:hover {
	color: #000;
	border: 2px solid #000;
	background: url("../img/icn_link_hover.png") center left no-repeat;
}


/* officer
-----------------------------*/
#greeting p {
	text-indent: 1em;
	line-height: 1.7em !important;
}

.autor {
	margin-top: 10px;
	text-align: right;
}

#officer table {
	margin-top: 2em;
	width: 100%;
	border-top: 1px solid #ccc;		
	border-left: 1px solid #ccc;	
}

#officer table th {
	padding: 1em;
	border-bottom: 3px double #ccc;
	border-right: 1px dotted #ccc;
}


#officer table td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

#officer table tr:nth-child(even) {
	background: #eee;
}


/* rules
-----------------------------*/
#rules h2 {
	margin-bottom: 1em;
}

#rules h3 {
	margin-top: 2em !important;
}


#rules p {
	padding: 0 1em;
}

#rules ol {
	margin: 1em 4em 2em;
}

#rules ol li {
	margin-bottom: 1em;
}

#rules ol .fusoku {
	margin: 1em 0;
	
}



/* members
-----------------------------*/
#members h2 {
	margin-bottom: 1em;
}

#members h3 {
	margin-top: 2em !important;
}

#members p {
	padding-bottom: 1em;
}

#members .link_deco {
	padding-bottom: 0;
}


#members span {
	color:#0e7b92;
}


/* footer
-----------------------------*/
#page-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
}
#page-top a {
	padding:1em;
	background: #666;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 0.5em;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


/* footer
-----------------------------*/
footer {
	background: #d9d9d9;
	padding:3em 0;	
}

footer section {
	margin: 0 auto;
}

footer h2 {
	padding: 1em 0;	
	float: left;
}

address {
	float: right;
	width: 48%;
	padding: 1em 0 1em 2%;
	border-left: 4px solid #86bdc8;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

address strong {
	font-weight: normal;
	font-size: 1.2em;
}

address p {
	margin-top: 0.5em;
}



/* caution
-----------------------------*/
.caution {
	color: red;
	font-weight: bold;
}

/* slide
-----------------------------*/
.area-slide li {
	margin-right: 15px;
	float: left;
}

.area-slide li a{
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	overflow: hidden;
	background: #000;
}

.area-slide li img {
	max-height: 150px;
}