@charset "UTF-8";
/*

    Toppage

*/

/*  header  */
#toppage header.global .container {
	overflow: hidden;
}
#toppage header.global section.upcoming {
	float: left;
	width: 600px;
	overflow: hidden;
}
#toppage header.global ul.about {
	margin-left: 660px;
}

/*  upcoming  */
#toppage header.global section.upcoming header h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
#toppage header.global section.upcoming header p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
#toppage header.global section.upcoming ul {
	margin: 20px 0;
	list-style: none;
}
#toppage header.global section.upcoming ul li {
	margin: 10px 0;
	font-size: 13px;
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#toppage header.global section.upcoming ul li a {
	color: #000000;
}
#toppage header.global section.upcoming ul li a span.type {
	display: inline-block;
	width: 1.2em;
	line-height: 1.2em;
	margin: 0 5px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	border-radius: 10em;
}

/*  about  */
#toppage header.global ul.about {
	margin: 0 0 50px;
	list-style: none;
	overflow: hidden;
}
#toppage header.global ul.about li {
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
}
#toppage header.global ul.about li a {
	display: block;
	height: 200px;
	background-position: center bottom;
	border: 1px #000000 solid;
	text-align: center;
	line-height: 120px;
	color: #000000;
	font-weight: bold;
	border-radius: 100px;
}
#toppage header.global ul.about li.club    a { background-image: url("images/main/club.img.png");}
#toppage header.global ul.about li.meeting a { background-image: url("images/main/meeting.img.png");}

/*  announce  */
#toppage #c_content {
	width: 100%;
}
#toppage #c_content section.announce {
	width: 1100px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
}
#toppage #c_content section.announce article.results {
	float: left;
	width: 550px;
}
#toppage #c_content section.announce article.information {
	float: right;
	width: 550px;
}
#toppage #c_content section.announce article {
	overflow: hidden;
}
#toppage #c_content section.announce article header {
	float: left;
	padding: 30px 0;
}
#toppage #c_content section.announce article.information header {
	padding-left: 45px;
}
#toppage #c_content section.announce article header h2 {
	margin: 0;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
}
#toppage #c_content section.announce article header p {
	font-size: 13px;
	font-size: 1.3rem;
	color: #000000;
}
#toppage #c_content section.announce article .content {
	margin-left: 210px;
}
#toppage #c_content section.announce article .content ul,
#toppage #c_content section.announce article .content ul li {
	margin: 0;
	list-style: none;
}
#toppage #c_content section.announce article.results ul {
	overflow: hidden;
}
#toppage #c_content section.announce article.results ul li {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 0 15px;
	border: 1px #000000 solid;
	border-radius: 70px;
	text-align: center;
	line-height: 110px;
	font-size: 21px;
	font-size: 2.1rem;
}
#toppage #c_content section.announce article.results ul li span {
	display: block;
	margin-top: -35px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
}
#toppage #c_content section.announce article.information ul {
	padding: 15px 0;
}
#toppage #c_content section.announce article.information ul li {
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#toppage #c_content section.announce article.information ul li a {
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
#toppage #c_content section.announce article.information ul li a span {
	margin-right: 10px;
}

/*  report  */
#toppage #c_content section.report {
	padding: 50px 0;
	background-color: #eeeeee;
}
#toppage #c_content section.report article {
	width: 1100px;
	margin: 0 auto;
}
#toppage #c_content section.report article header {
	float: left;
}
#toppage #c_content section.report article header h2 {
	margin-top: 0;
}
#toppage #c_content section.report article header p a {
	display: inline-block;
	margin-top: 10px;
	padding: 2px 10px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 5px;
}
#toppage #c_content section.report article .content {
	margin-left: 290px;
}
#toppage #c_content section.report article .content ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#toppage #c_content section.report article .content ul li {
	float: left;
	width: 240px;
	margin: 0 0 30px 30px;
}
#toppage #c_content section.report article .content ul li a {
	display: block;
	position: relative;
}
#toppage #c_content section.report article .content ul li a img {
	display: block;
	width: 240px;
}
#toppage #c_content section.report article .content ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	padding: 0 10px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}





/*

    About

*/
#about #c_content {
	width: 100%;
}
#about article {
	text-align: center;
}
#about article.service {
	padding: 50px 0;
	text-align: left;
}
#about article#hub-business-club {
	background-color: #eeeeee;
}
#about article.service .container {
	width: 1100px;
	margin: 0 auto;
}
#about article.service header h2 {
	margin: 0;
	font-size: 36px;
	font-size: 3.6rem;
}
#about article#hub-business-club    header img { float: left;}
#about article#hub-business-meeting header img { float: right;}
#about article#hub-business-club    .content { margin-left: 330px;}
#about article#hub-business-meeting .content { margin-right: 330px;}
#about article.service .lead strong {
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
}
#about article.service .lead img {
	display: block;
	margin: 30px 0;
}
#about article.service .lead p {
	font-size: 18px;
	font-size: 1.8rem;
}
#about article.service h3 {
	float: left;
	width: 135px;
	height: 135px;
	background-color: #000000;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	text-indent: 20px;
	line-height: 2.5;
	border-radius: 5px;
}
#about article.service dl {
	margin: 0 0 0 200px;
}
#about article.service dl dt:before {
	content: '\0025cf';
}
#about article.service dl dt {
	margin: 0 0 5px;
}
#about article.service dl dd {
	margin: 0 0 0 1em;
	padding: 0 0 30px;
}
#about article.service footer {
	position: relative;
	padding: 30px;
	border: 2px #000000 solid;
}
#about article.service footer strong {
	display: block;
	margin-bottom: 25px;
	line-height: 1;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#about article.service footer p {
	width: 450px;
	margin: 0;
}
#about article.service footer a {
	display: block;
	position: absolute;
	top: 95px;
	width: 235px;
	padding: 15px 0;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 5px;
}
#about article.service footer a.report {
	top: 25px;
	right: 30px;
}
#about article.service footer a.contact {
	right: 280px;
}
#about article.service footer a.schedule {
	right: 30px;
}

/*

    Schedule

*/
#schedule #c_content article.eventlist {
	border-bottom: 1px #000000 solid;
}
#schedule #c_content article.event {
	padding: 60px 0 0;
	border-top: 1px #000000 solid;
}
#schedule #c_content article.event header {
	margin-bottom: 30px;
	overflow: hidden;
}
#schedule #c_content article.event header p {
	margin: 0;
	color: #000000;
}
#schedule #c_content article.event header .title {
	float: left;
	width: 240px;
}
#schedule #c_content article.event header .title p {
	color: #666666;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
}
#schedule #c_content article.event header .title h2 {
	margin: 5px 0 0;
	font-size: 21px;
	font-size: 2.1rem;
}
#schedule #c_content article.event header .information {
	margin-left: 270px;
}
#schedule #c_content article.event header .information p:before {
	margin-right: 10px;
	padding: 0 1em;
	background-color: #000000;
	color: #ffffff;
	line-height: 2;
	border-radius: 3px;
	font-size: 13px;
	font-size: 1.3rem;
}
#schedule #c_content article.event header .information p.time:before    { content: '時間';}
#schedule #c_content article.event header .information p.price:before   { content: '料金';}
#schedule #c_content article.event header .information p.place:before   { content: '会場';}
#schedule #c_content article.event header .information p.address:before { content: '住所';}
#schedule #c_content article.event .content {
	overflow: hidden;
}
#schedule #c_content article.event .content a.apply {
	display: block;
	float: left;
	width: 240px;
	padding: 15px 0;
	border: 1px #000000 solid;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 5px;
	box-sizing: border-box;
}
#schedule #c_content article.event .content p {
	margin-left: 270px;
	line-height: 1.5;
	overflow: hidden;
}
#schedule #c_content article.event .content p a {
	cursor: pointer;
}
#schedule #c_content article.event .content p span {
	display: none;
}





/*

    Information

*/

/*  list  */
#information #c_content article .content ul {
	margin: 0;
	list-style: none;
	border-top: 1px #cccccc solid;
}
#information #c_content article .content ul li {
	margin: 0;
	border-bottom: 1px #cccccc solid;
}
#information #c_content article .content ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
#information #c_content article .content ul li a span.date {
	float: left;
}
#information #c_content article .content ul li a span.title {
	display: block;
	margin-left: 7em;
}
#information #c_content article footer {
	margin-top: 50px;
}

/*  detail  */
#information-detail #c_content article h1 {
	text-align: left;
}
#information-detail #c_content article .content {
	margin: 50px 0;
}
#information-detail #c_content article footer {
	padding: 50px 0;
	border-top: 1px #cccccc solid;
}
#information-detail #c_content article footer a {
	display: inline-block;
	padding: 10px 90px;
	background-color: #eeeeee;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	border-radius: 5em;
}





/*

    Faq

*/

/*  common  */
body.faq #c_content article .content span.question,
body.faq #c_content article .content span.answer {
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	color: #999999;
}

/*  list  */
#faq #c_content article .content ul {
	margin: 0;
	list-style: none;
	border-top: 1px #cccccc solid;
}
#faq #c_content article .content ul li {
	margin: 0;
	border-bottom: 1px #cccccc solid;
}
#faq #c_content article .content ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
#faq #c_content article .content ul li a span.question {
	float: left;
	padding-left: 10px;
}
#faq #c_content article .content ul li a span.title {
	display: block;
	margin-left: 2em;
}
#faq #c_content article .content ul li p {
	display: none;
	margin: 0 15px 15px;
	padding: 15px;
	background-color: #f6f6f6;
}
#faq #c_content article footer {
	margin-top: 50px;
}

/*  detail  */
#faq-detail #c_content article h1 {
	text-align: left;
}
#faq-detail #c_content article .content {
	margin: 50px 0;
}
#faq-detail #c_content article footer {
	padding: 50px 0;
	border-top: 1px #cccccc solid;
}
#faq-detail #c_content article footer a {
	display: inline-block;
	padding: 10px 90px;
	background-color: #eeeeee;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	border-radius: 5em;
}




/*

    Mail form

*/

/*  common  */
body.mailform #c_content article .ErrorMessage {
	margin: 1em 0;
	padding: 10px;
	background-color: #E5E5E5;
}
body.mailform #c_content article .Error {
	display: block;
	margin-top: 2px;
	color: #df6e24;
}
body.mailform #c_content article em {
	margin-right: 5px;
	font-style: normal;
	color: #df6e24;
}
body.mailform #c_content article table {
	width: 100%;
	border-top: 1px #CCCCCC solid;
}
body.mailform #c_content article th {
	padding: 20px 20px 20px 0;
	vertical-align: top;
	background: none;
	border: none;
	border-bottom: 1px #CCCCCC solid;
}
body.mailform #c_content article td {
	padding: 20px 0;
	text-align: right;
	border: none;
	border-bottom: 1px #CCCCCC solid;
}
body.mailform #c_content article td textarea {
	border-radius: 2px;
}
body.mailform #c_content article td input[type=text] {
	height: 2em;
	line-height: 2em;
}
body.mailform #c_content article p.Submit {
	text-align: center;
	padding: 50px 0;
}
body.mailform #c_content article p.Submit input {
	display: inline-block;
	padding: 10px 30px;
	background-color: #666666;
	border: none;
	color: #FFFFFF;
	font-size: 1.8rem;
	cursor: pointer;
	border-radius: 5px;
}
body.mailform #c_content article div.ConfirmBack a {
	display: inline-block;
	padding: 3px 10px;
	background-color: #F6F6F6;
	border: 1px #CCCCCC solid;
	color: #666666;
	text-decoration: none;
	border-radius: 5px;
}

/*  contact  */
body.contact #c_content article td textarea,
body.contact #c_content article td input[type=text] {
	width: 400px;
}

/*  apply  */
body.apply #c_content article form table td {
	text-align: left;
}
body.apply #c_content article form table td p {
	margin: 0;
}
body.apply #c_content article form table td.textlist input {
	margin-bottom: 10px;
}
body.apply #c_content article form table td.checklist label {
	display: block;
}
body.apply #c_content article form table td.checkandtext input[type=text] {
	margin-top: 10px;
}





/*

    Report

*/

/*  layout  */
#report #c_content {
	width: 1050px;
	overflow: hidden;
}
#report #c_content article .content {
	width: 1100px;
}

/*  list  */
#report #c_content article .content ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#report #c_content article .content ul li {
	float: left;
	width: 240px;
	margin: 0 30px 30px 0;
}
#report #c_content article .content ul li a {
	display: block;
	position: relative;
}
#report #c_content article .content ul li a img {
	display: block;
	width: 240px;
}
#report #c_content article .content ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	padding: 0 10px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#report #c_content article footer {
	margin: 50px 0;
}





/*

    Report detail

*/

/*  layout  */
#report-detail #c_content {
	width: 1100px;
}
#report-detail #c_content article {
	position: relative;
	min-height: 500px;
}
#report-detail #c_content article header {
	margin-right: 500px;
}
#report-detail #c_content article div.images {
	position: absolute;
	right: 0;
	top: 0;
	width: 480px;
}
#report-detail #c_content article div.comment {
	margin-right: 500px;
}

/*  header  */
#report-detail #c_content article header {
	margin-bottom: 30px;
	overflow: hidden;
}
#report-detail #c_content article header p {
	margin: 0;
	color: #000000;
}
#report-detail #c_content article header .title {
	float: left;
	width: 240px;
}
#report-detail #c_content article header .title p {
	color: #666666;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
}
#report-detail #c_content article header .title h1 {
	margin: 5px 0 0;
	font-size: 21px;
	font-size: 2.1rem;
	text-align: left;
}
#report-detail #c_content article header .information {
	margin-left: 270px;
}
#report-detail #c_content article header .information p:before {
	margin-right: 10px;
	padding: 0 1em;
	background-color: #000000;
	color: #ffffff;
	line-height: 2;
	border-radius: 3px;
	font-size: 13px;
	font-size: 1.3rem;
}
#report-detail #c_content article header .information p.time:before    { content: '時間';}
#report-detail #c_content article header .information p.price:before   { content: '料金';}
#report-detail #c_content article header .information p.place:before   { content: '会場';}
#report-detail #c_content article header .information p.address:before { content: '住所';}

/*  images  */
#report-detail #c_content article div.images {
	text-align: right;
}
#report-detail #c_content article div.images img {
	display: block;
	float: left;
	width: 210px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#report-detail #c_content article div.images img.main {
	width: 450px;
}

/*  footer  */
#report-detail #c_content article footer {
	width: 600px;
	border-top: 1px #cccccc solid;
	margin-top: 50px;
	padding-top: 50px;
}
#report-detail #c_content article footer a {
	display: inline-block;
	padding: 10px 90px;
	background-color: #eeeeee;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	border-radius: 5em;
}