@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,"Yu Gothic", YuGothic, sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-size: 14px;
	line-height: 1.5;
}
.mincho {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,"Yu Gothic", YuGothic, sans-serif;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}
.bold {
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.pink {
	color: #bf0000;
}
.red {
	color: #FF0000;
}
.green {
	color: #bf0000;
}
.line{
	border-bottom: 2px dotted #ccc;
}
.hide{
	display: none;
}
.release{
	-webkit-box-shadow: none;
  box-shadow: none;
}
.interval{
	margin: 38px 0 0 0;
}
.smp{
	display: none;
}
.slick-track {
    /* position: relative; */
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main .top_banner .top_banner_inner .top_image01{
	background-image: url(../img/top_image01.png);
}
.main .top_banner .top_banner_inner .top_image02{
	background-image: url(../img/top_image01.png);
}
.main .top_banner .top_banner_inner .top_image03{
	background-image: url(../img/top_image01.png);
}
.transparent:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
	}

	/*  */
	body {
		min-width: 1011px;
	}
	.main {
		margin: 0 0 0 0;
	}
	/* ヘッダ */
	.header_line {
		border-top: 4px solid #E1C1FF;
		display: none;
	}
	.header {
		margin: 0 auto;
	}
	.stripe{
		display: none;
	}
	/* ページのh1文章 */
	.header h1 {
		font-size: 11px;
		text-align: left;
		color: #FFF;
	}
	/* ヘッダのロゴ部分 */
	.header_box {
		width: 1011px;
		margin: 0 auto 0 auto;
	}

	.header_box .logo_box {
		padding: 15px 0 15px 0;
		position: relative;
		float: left;
	}

	/* ヘッダのロゴ部分 */
	.header_box .logo_box a {
		transition: 1.0s;
	}
	.header_box .logo_box a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}

	.header_box .logo_box a img {
		width: 279px;
    height: 26px;
	}

	.header_box .right_box {
		float: right;
		text-align: right;
	}

	.header_box .right_box .sp_menu{
		display: none;
	}

	/* ヘッダメニュー */
	.header_navarea {
		background-color: #bf0000;
	}

	.header_navarea_inner {
		width: 982px;
		margin: 0 auto;
	}

	/* ヘッダメニュー */
	.header_navi {
		display: block !important;
		float: left;
		padding: 0 0 0 0;
	}
	.header_navi li {
		width: 196px;
    	padding: 10px 0 10px 0;
    	vertical-align: middle;
		list-style-type: none;
		list-style-position:outside;
		float: left;
		transition: 1.0s;
	}
	.header_navi li:hover{
		background-color: #F4BABF;
	}
	.header_navi li a{
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
	}
	.header_navi li a .left-border{
		border-left: 1px solid #FFF;
	}
	.header_navi li a .right-border{
		border-right: 1px solid #FFF;
	}
/*ドロップダウン*/
	.header_navi li .submenu{
		position: absolute;
    top: 104px;
    width: 200px;
    z-index: 100;
		visibility: hidden;
	}
	.header_navi li .submenu li{
		visibility: hidden;
    overflow: hidden;
    height: 0;
    background: #bf0000;
    color: #fff;
    border: none;
		transition: 0.3s;
	}
	.header_navi li:hover .submenu li{
		visibility: visible;
    overflow: visible;
    height: 41px;
    z-index: 10;
    padding: 9px 0 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
		transition: 0.3s;
	}
	li.accbox{
		display: none;
	}















	/*パンくず*/
	.breadcrumb{
    text-align: left;
    font-size: .75em;
	}
	.breadcrumb a{
		color: #bf0000;
    text-decoration: underline;
	}





	/*----------------トップヘ戻るボタン-----------------*/
	.top-back-wrap {
		width:982px;
		height:100px;
		margin:0 auto;
	}
	.top-back {
		width:982px;
		margin:0 auto;
		position:fixed;
		bottom:0;
		z-index: 1;
	}
	.top-back a {
		width:140px;
		height:60px;
		margin-left:auto;
		padding-top:20px;
		background:#bf0000;
		border: 1px solid #bf0000;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		border-radius: 6px;
		display:block;
		transition: 1.0s;
		z-index: 9999;
		position: relative;
	}
	.top-back a:hover {
		background:#f2f2f2;
	}
	/* フッタ */
	.footer {
		min-width: 982px;
	}
	/* フッタメニュー */
	.footer_navarea {
		background-color: #f2f2f2;
		position: relative;
	}

	.footer_navarea_inner {
		width: 982px;
		margin: 0 auto;
	}

	.footer_navi {
		display: block !important;
		float: left;
		padding: 0 0 0 0;
	}
	.footer_navi li {
		margin-right: 40px;
    	padding: 10px 0 10px 0;
    	vertical-align: middle;
		list-style-type: none;
		list-style-position:outside;
		float: left;
		text-align: left;
		margin-left: 20px;
		position: relative;
		z-index: 9999;
	}
	.footer_navi li a{
		color: #000000;
		text-decoration: none;
		cursor: pointer;
	}
	.footer_navi li a p{
		display: inline;
	}
	/*ドロップダウン*/
		.footer_navi li .submenu{
			width: 195px;
	    position: absolute;
			left: -54px;
	    bottom: 40px;
			visibility: hidden;
		}
		.footer_navi li .submenu li{
			visibility: hidden;
	    overflow: hidden;
	    height: 0;
	    background: #bf0000;
	    color: #fff;
	    border: none;
			transition: 0.3s;
			width: 170px;
			text-align: center;
		}
		.footer_navi li:hover .submenu li{
			visibility: visible;
	    overflow: visible;
	    height: 35px;
	    z-index: 10;
			width: 170px;
			text-align: center;
	    padding: 9px 0 0 0;
	    border-left: 1px solid #fff;
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
			transition: 0.3s;
		}
	.footer_mainarea {
		background-color: #bf0000;
	}
	.footer_mainarea_inner {
		width: 982px;
		margin: 0 auto;
		padding: 5px 0 5px 0;
	}
	.footer_mainarea_inner p {
		text-align: left;
		font-size:16px;
		color:#FFF
	}
	.footer_mainarea_inner .name {
		font-size:18px;
	}
	.footer_mainarea_inner .copyright {
		text-align: right;
		font-size:14px;
		margin: -14px 0 0 0;
	}

	/* 共通 */
	/* パンくず */
	.breadcrumb_text {
		padding: 10px 0 0 0;
	    width: 980px;
	    margin: auto;
	}
	ul.breadcrumb_text {
		font-size: 0.9em;
	}
	.breadcrumb_text li {
		float: left;
		margin-right: 10px;
		color: #000 !important;
	}
	.breadcrumb_text li:last-child a:after {
		content: "";
		margin-right: 0;
	}
	.breadcrumb_text a{
	    color:#bf0000;
	    text-decoration: underline;
	}
	.breadcrumb_text a:hover {
		color: #FCE9EA;
	}
	.breadcrumb_text a:visited {
		color: #FCE9EA;
	}
	/* トップページ */
	.main .top_banner {
		background-color:#f2f2f2;
		padding: 20px 0 20px 0;
	}
	.main .top_banner .top_banner_inner {
		max-width: 982px;
		height: 401px;
		margin: 0 auto;
	}
	.main .top_banner .top_banner_inner .slideshow {
		/*		margin: 0 -100px; */
		width: 982px;
		position: absolute;
	}
	.main .top_banner .top_banner_inner ul {
	    list-style: none;
	}
	.main .top_banner .top_banner_inner li {
		min-height: 401px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.main .top_banner .top_banner_inner .logo_image {
		min-height: 401px;
		background-image: url(../img/top_logo.png);
		background-repeat: no-repeat;
		background-position: 100px 100px;
		position: relative;
		display: none;
	}
	.main .top_about {
		width: 982px;
		margin: 68px auto 0 auto;
	}
	.main .top_about .top_about_logo{
		width: 405px;
		height: 254px;
		margin: 0 auto;
		background: url(../img/top_about_logo.png) no-repeat;
		float: left;
		background-size: contain;
	}
	.main .top_about .top_about_text{
		width: 566px;
		padding-left:30px;
		float: left;
	}
	.main .top_about .top_about_text p{
		text-align: left;
	}
	.main .top_about .top_about_text .slogan{
		color: #bf0000;
		font-size:18px;
		margin-bottom:10px;
	}
	.main .top_about .button_box {
		margin: 30px 0 0 0;
	}
	.main .top_about .button_box .about_button {
		width: 150px;
		border: 1px solid #bf0000;
		transition: 1.0s;
	}
	.main .top_about .button_box .about_button a {
	    height: 35px;
		text-align: center;
		padding: 7px 0 0 0;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
	}
	.main .top_about .button_box .about_button a:hover {
		background-color:#FCE9EA;
	}
	.main .top_meeting{
		width: 982px;
		margin: 68px auto 0 auto;
	}
	.main .top_meeting .top_meeting_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting .top_meeting_info {
		margin: 40px 0 0 0;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box{
		width: 484px;
		float: left;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table{
	    width: 100%;
		font-size: 14px;
		border: 1px solid #000;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table th ,
	.main .top_meeting .top_meeting_info .top_meeting_table_box table td {
		border-bottom: 1px solid #000;
		padding: 10px 0 10px 8px;
		text-align: left;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table th {
		width: 134px;
		background-color: #FCE6E7;
		border-right: 1px solid #000;
	}

	.main .top_meeting .top_meeting_info .top_meeting_map_box {
		width: 498px;
		padding-left: 20px;
		float: left;
	}

	.main .top_meeting .top_meeting_info .top_meeting_map_box iframe{
	    width: 100%;
	    height: 212px;
	}
	.main .top_meeting .top_meeting_button_area_inner {
		margin: 20px 0 0 0;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form {
		width: 484px;
		float: left;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin-left: auto;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button a {
	  height: 70px;
		text-align: left;
		padding: 25px 10px 0 75px;
	  display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applyform_01.png);
		background-position:28px 16px;
		background-repeat: no-repeat;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button a:hover {
		background-color: #FCE9EA;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin-left: auto;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button a {
	    height: 70px;
		text-align: left;
		padding: 14px 10px 0 75px;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applyform_02.png);
		background-position:28px 16px;
		background-repeat: no-repeat;

	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button a:hover {
		background-color: #FCE9EA;
	}

	.main .top_meeting .top_meeting_button_area_inner .guest_download {
		width: 498px;
		padding-left: 20px;
		float: left;
	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin: 0;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button a {
	    height: 70px;
		text-align: left;
		padding: 14px 10px 0 75px;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applygueast_01.png);
		background-position:28px 16px;
		background-repeat: no-repeat;

	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button a:hover {
		background-color: #FCE9EA;
	}

	/*次回以降開催日*/
	.main .top_meeting_later{
		width: 982px;
		margin: 68px auto 0 auto;
	}
	.main .top_meeting_later .top_meeting_later_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting_later .top_meeting_later_info {
		margin: 40px 0 0 0;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box{
		width: 100%;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table{
		width: 484px;
		font-size: 14px;
		border: 1px solid #000;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table th ,
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table td {
		border-bottom: 1px solid #000;
		padding: 10px 0 10px 8px;
		text-align: left;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table th {
		width: 134px;
		background-color: #FCE6E7;
		border-right: 1px solid #000;
	}






	.main .top_information {
		margin: 68px auto 0 auto;
		background-color:#f2f2f2;
	}
	.main .top_information .top_information_inner {
		width: 982px;
		margin: 0 auto 0 auto;
		padding: 20px 0 50px 0;
	}
	.main .top_information .top_information_inner .top_information_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_information .top_information_inner ul {
		height: 300px;
		text-align: left;
		background-color: #FFF;
		margin: 30px 0 0 0;
	    overflow-y: scroll;
	}

	.main .top_information .top_information_inner ul li:first-child {
		border-top: none;
	}
	.main .top_information .top_information_inner ul li {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px;
		font-size: 14px;
		border-top: 1px solid #f3adb0;
	}
	.main .top_information .top_information_inner ul li a{
		color: #000;
	}
	.main .top_information .top_information_inner ul li .date{
		margin: 0 10px 0 0;
	}
	.main .top_information .top_information_inner ul li .meeting,
	.main .top_information .top_information_inner ul li .info,
	.main .top_information .top_information_inner ul li .prior{
		margin: 0 10px 0 0;
		padding: 4px;
		font-size: 12px;
		color: #FFF;
	}
	.main .top_information .top_information_inner ul li .meeting{
		background-color: #CF0000;
	}
	.main .top_information .top_information_inner ul li .info{
		background-color: #00A3FF;
	}
	.main .top_information .top_information_inner ul li .prior{
		background-color: #6BBC5C;
	}
	.main .top_information .top_information_inner ul li .content{
	}
	.main .top_meeting_report {
		width: 982px;
		margin: 68px auto 0 auto;
	}
	.main .top_meeting_report .top_meeting_report_header {
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting_report ul {
		margin: 30px 0 0 0;
	}
	.main .top_meeting_report ul li{
		width: 228px;
		margin: 0 0 0 20px;
		padding: 0;
		float: left;
		text-align: left;
		background-color: #FFF;

	}
	.main .top_meeting_report ul li:first-child{
		margin-left: 0;
	}
	.main .top_meeting_report ul li .image {
		width: 228px;
		margin: 0 0 8px 0;
	}
	.main .top_meeting_report ul li .image img{
		width:100%
	}
	.main .top_meeting_report ul li p {
		font-size: 12px;
	}
	.main .top_meeting_report ul li .title {
		margin: 0 0 8px 0;
		font-size: 15px;
		font-weight: bold;
	}
	.main .top_meeting_report ul li .detail_button_box {
		margin: 10px 0 0 0;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button {
		width: 150px;
		border: 1px solid #bf0000;
		transition: 1.0s;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button a {
	    height: 35px;
		text-align: center;
		padding: 7px 0 0 0;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button a:hover {
		background-color:#FCE9EA;
	}
	.main .top_other_place {
		width: 982px;
		margin: 68px auto 0 auto;
	}
	.main .top_other_place .top_other_place_header {
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_other_place li {
		margin-left: 10px;
		margin-right: 40px;
    	padding: 10px 0 10px 0;
    	vertical-align: middle;
		list-style-type: none;
		list-style-position:outside;
		float: left;
		text-align: left;
	}
	.main .top_other_place li a{
		color: #000000;
		text-decoration: none;
		cursor: pointer;
	}

	.main .form_header {
		background-color:#FCE9EA;
	}
	.main .form_header .form_header_inner {
		width: 982px;
		height: 180px;
		margin: 0 auto;
	}
	.main .form_header .form_header_inner .form_header_text {
		margin: 0 auto;
		padding: 52px 0 0 0;
		font-size: 22px;
	}

	.main .content {
		width: 982px;
		margin: 0 auto;
	}

	.main .content .form_description {
		text-align: left;
		margin: 36px 0 0 0;
	}
	.main .content .form_description .message {
		margin: 10px 0 0 0;
	}
.main .content .form_description  p,
.main .content .form_description  dt {
	text-align:left;
	font-size:.8em;
}
.main .content .form_description  dl {
	margin:20px 0 40px;
	background-color:#FCE9EA;
	border:1px solid #595757;
	border-top:none;
}
.main .content .form_description  dt {
	width:170px;
	height:auto;
	padding:12px 0 0;
	text-indent:2em;
	float:left;
	border-top:1px solid #595757;
}
.main .content .form_description  dd {
	margin-left:170px;
	min-height: 25px;
	padding:9px 20px;
	text-align:left;
	border-top:1px solid #595757;
	border-left: 1px solid #595757;
	background-color:#fff;
	word-wrap:break-word;
}
.main .content .form_description  input[type="text"] ,
.main .content .form_description  textarea {
	width:96%;
}
.main .content .form_description .separator {
}
.main .content .form_description  input {
	height:21px;
	border:1px solid #595757;
	font-size:1em;
	vertical-align: middle;
}
.main .content .form_description  img {
	width:400px;
}
.main .content .form_description  label {
	height:21px;
	font-size:1em;
	vertical-align: middle;
}
.main .content .form_description .separator {
}
.main .content .form_description  #tel,
.main .content .form_description  #add-num {
	width:30%;
}
.main .content .form_description  #affliation{
}
.main .content .form_description  #contents{
}
.main .content .form_description .button_box {
	text-align: center;
}
.main .content .form_description  .submit-button {
	width: 300px;
	height: 44px;
	border: none;
	color: #fff;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:2px;
	background-color: #bf0000;
	-webkit-box-shadow: 2px 2px #bf0000;
	-moz-box-shadow: 2px 2px #bf0000;
	box-shadow: 2px 2px #bf0000;
}
.main .content .form_description  .submit-button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(2px, 2px, 0);
	-moz-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0);
}
.main .content .form_description .inline-button {
	display: inline-block;
}
.main .content .form_description  dd textarea {
	height:250px;
	max-height:100%;
	margin-top:5px;
}
.main .content .form_description  .upload_button{
    width: 200px;
    height: 30px;
    border: none;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
	background-color: #bf0000;
    text-align: center;
    padding: 5px 0 5px 0;
    display: block;
    margin: 10px 0 0 0;
}
.main .content .form_description  .upload_cancel{
    width: 200px;
    border: none;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    background-color: #7f7f7f;
    text-align: center;
    padding: 5px 0 5px 0;
    bckground-color: #c30b23;
}

.main .content .form_description  .file_select{
    width: 100%;
    height:25px;
}
/*---------------------------------------------------------------*/
/*例会の報告（meeting-report.html）*/
.main .contents{
	width: 980px;
  margin: 0 auto;
}
.main .head_band{
	background: #fff;
}
.main .head_band .head_band_inner{
	width: 980px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}
.main .head_band .head_band_inner p{
	font-size: 25px;
	font-weight: bold;
	text-indent: 30px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	float: left;
	padding: 40px 0;
}
.main .head_band .head_band_inner .head_band_img{
	width: 383px;
	float: right;
}
.main .head_band .head_band_inner .head_band_img img{
	width: 100%;
}

.main .contents .report{
	margin-top: 40px;
}
.main .contents .report .top_title{
	padding: 0 0 0 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #bf0000;
  border-bottom: 5px solid #bf0000;
}
.main .contents .report ul{
	width: 1000px;
	margin-left: -10px;
	text-align: left;
}
.main .contents .report ul li{
	width: 215px;
	height: 215px;
	margin: 20px 0 20px 26px;
	padding: 7px 7px 7px 0px;
	display: inline-block;
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 10px 2px #8E8E8E;
	box-shadow: 1px 1px 10px 2px #8E8E8E;
	position: relative;
}
.main .contents .report ul li a{
	width: 215px;
  height: 215px;
  margin: 0 auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.main .contents .report ul li .num{
	color: #bf0000;
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 7px;
	opacity: .8;
}
.main .contents .report ul li a .report_img{
	width: 215px;
	height: 215px;
	text-align: center;
	vertical-align: middle;
}
.main .contents .report ul li a .report_img img{
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 205px;
	vertical-align: middle;
}
.main .contents .report ul li a .date{
	color: #ccc;
	font-weight: bold;
	position: absolute;
	right: 7px;
	bottom: 7px;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .8;
}

.main .contents .report .page_button{
	margin: 50px 0;
}
.main .contents .report .page_button .left{
	width: 440px;
  height: 55px;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: bottom;
  background: #bf0000;
}
.main .contents .report .page_button .left a{
	padding: 18px 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button .right{
	width: 440px;
	height: 55px;
	padding-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
	margin-left: 35px;
}
.main .contents .report .page_button .right a{
	padding: 18px 0;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  display: block;
}
/*---------------------------------------------------------------*/
/*例会の報告詳細*/
.main .contents .report .top_title.underline{
	border-left: none;
  border-bottom: 2px solid #bf0000;
}
.main .contents .report .desc{
	padding: 10px 25px 30px;
}
.main .contents .report .desc p{
	font-size: 13px;
	text-align: left;
	line-height: 1.7;
}
.main .contents .report ul{
	width: 1000px;
	text-align: left;
}
.main .contents .report ul li.release{
	width: 170px;
	height: 170px;
	margin: 0 20px 25px 0;
	display: inline-block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.main .contents .report ul li.release a{
	width: 170px;
	max-height: 170px;
	display: block;
}
.main .contents .report ul li a .report_inner_img{
	width: 170px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}
.main .contents .report ul li a .report_inner_img img{
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 170px;
	vertical-align: middle;
}
.main .contents .report .cap{
	font-size: 13px;
	text-align: right;
}
.main .contents .report .page_button .left_box{
	width: 240px;
	height: 55px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
}
.main .contents .report .page_button .left_box a{
	padding: 18px 0;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button .span{
	font-weight: bold;
	display: inline-block;
}
.main .contents .report .page_button .center_box{
	width: 240px;
	height: 55px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
	margin-left: 35px;
}
.main .contents .report .page_button .center_box a{
	padding: 18px 0;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button .right_box{
	width: 240px;
	height: 55px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
	margin-left: 35px;
}
.main .contents .report .page_button .right_box a{
	padding: 18px 0;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	display: block;
}
/*---------------------------------------------------------------*/
/*守成クラブとは（about.html）*/
.page_link{
	margin: 40px 0;
}
.page_link a:first-child{
	border-left: 1px solid #000;
}
.page_link a{
	height: 17px;
  padding: 0 20px;
  color: #bf0000;
  font-size: .95em;
  line-height: 1.2;
  display: inline-block;
  border-right: 1px solid #000;
}

.main .about{
	margin: 40px 0 0 0;
}
.main .about .top_title{
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #bf0000;
	border-bottom: 5px solid #bf0000;
}
.main .about .top_title span{
	font-size: .77em;
	font-weight: bold;
}
.main .about .text_block{
	padding: 0 15px;
	line-height: 1.8;
	text-align: left;
}
.main .about .text_block .top{
	font-size: .9em;
	color: #bf0000;
}
.main .about .text_block p{
	line-height: 1.8;
	text-align: left;
}
.main .about .text_block .desc{
	margin-bottom: 40px;
	font-size: 0.93em;
}
.main .about .text_block .desc span{
	color: #bf0000;
}
.main .about .desc_img{
	height: 264px;
	padding: 0;
	margin: 10px 0 40px;
}
.main .about .desc_img .left{
	vertical-align: bottom;
  -webkit-box-shadow: 3px 4px 15px 4px #9D9D9D;
  box-shadow: 3px 4px 15px 4px #9D9D9D;
	display: inline-block;
	line-height: 0;
}
.main .about .desc_img .left.release{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main .about .desc_img .left img{
}
.main .about .desc_img .right{
	vertical-align: bottom;
  -webkit-box-shadow: 3px 4px 15px 4px #9D9D9D;
  box-shadow: 3px 4px 15px 4px #9D9D9D;
	margin-left: 12px;
	display: inline-block;
	line-height: 0;
}
.main .about .desc_img .right.release{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main .about .desc_img .right img{
}
.main .about .wrap .text_block{
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
	width: 535px;
}
.main .about .wrap .right_img{
	margin: 5px;
	float: right;
	display: none;
}

.main .about .third_head{
	margin-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px dotted #bf0000;
	text-align: left;
	color: #bf0000;
}
.main .about .third_head span{
	font-size: .87em;
	font-weight: bold;
}
.main .about .item_list{
	margin-bottom: 20px;
}
.main .about .item_list li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: .85em;
  line-height: 1.8;
	text-align: left;
}
.main .about .item_list li a{
	color: #000099;
	text-decoration: underline;
}
/*---------------------------------------------------------------*/
/*岡山会場について（about-okayama.html）*/
.main .contents .about .table{
	margin: 30px 0 40px;
	padding: 0 15px;
}
.main .contents .about .table dl{
	margin-top: 20px;
	border: 1px solid #000;
}
.main .contents .about .table dl dt{
	width: 148px;
	padding: 11px 0;
	float: left;
	border-top: 1px dotted #000;
}
.main .contents .about .table dl dt:first-child{
	border-top: none;
}
.main .contents .about .table dl dd{
	width: 799px;
	padding: 11px 0;
	margin-left: 148px;
	text-align: left;
	text-indent: 1em;
	border-left: 1px dotted #000;
	border-top: 1px dotted #000;
}
.main .contents .about .table dl dd.first{
	border-top: none;
}
.main .contents .about .table dl dd.first span{
	display: inline-block;
}

.main .contents .about .table .table_2 dd.colum{
	width: 211px;
  margin-left: 0;
  float: left;
}
.main .contents .about .table .table_2 dd{
	width: 590px;
	margin-left: 358px;
}
.main .contents .about .greeting{
	padding-top: 10px;
}

.main .contents .about .greeting .left{
	width: 650px;
	height: auto;
	padding: 0;
	display: inline-block;
}
.main .contents .about .greeting .left .left_inner:after{
	width: 45px;
	height: 45px;
	content: "";
	background: url(../img/about_fuki.png) no-repeat;
	position: absolute;
	top: 45%;
	right: -39px;
	z-index: 1;
}
.main .contents .about .greeting .left .left_inner{
	width: 570px;
	height: auto;
	padding: 10px 15px;
	font-size: .8em;
	border: 1px solid #bf0000;
	position: relative;
	line-height: 1.8;
}
.main .contents .about .greeting .right{
	width: 287px;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.main .contents .about .greeting .right .caption{
	padding: 0 15px;
}
.main .contents .about .greeting .right .caption p{
	font-size: .75em;
	display: inline-block;
}
/*---------------------------------------------------------------*/
/*会員になるには（member.html）*/
.about .wrap{
	text-align: left;
}
.about .text_block .desc .top.red{
	color: #FF0000;
}
.mechanism{
	width: 283px;
	height: 376px;
	margin: 10px 0;
	position: relative;
	display: inline-block;
}
.mechanism dl.rank{
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 85px;
	z-index: 3;
}
.mechanism dl.rank dt{
	margin: 50px 0 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.mechanism dl.rank dt:first-child{
	padding-bottom: 20px;
}
dl.rank-source{
	display: inline-block;
  vertical-align: top;
}
dl.rank-source dd{
	margin: 40px 0 60px 20px;
	text-align: left;
}

.main .about .content_wrap{
	padding: 15px;
	font-size: .8em;
	text-align: left;
}
.main .about .content_wrap p{
	margin-bottom: 25px;
}
.main .about .content_wrap dl dt{
	color: #bf0000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 4px 6px #818181;
}
.main .about .content_wrap dl dd{
	margin-bottom: 25px;
}
.main .about .content_wrap dl dd ol{
  margin: 20px 0 0 25px;
}
.main .about .content_wrap dl dd ol li{
	list-style: decimal inside;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.main .about .content_wrap a{
	width: 187px;
	height: 41px;
}
.main .about .content_wrap a.overwhite{
	background-color: #ffffff;
	display: block;
}
/*---------------------------------------------------------------*/
/*お問合わせ（contact.html）*/
.main .about .text_block .desc .tel{
}
.main .about .text_block .desc .tel .tel_icon{
	display: inline-block;
}
.main .about .text_block .desc .tel .tel_icon img{
}
.main .about .text_block .desc .tel p{
	display: inline-block;
	font-size: 2em;
	vertical-align: top;
}
.main .about .text_block .desc span{
	color: #bf0000;
}
.main .about .warning_text{
	color: #0000FF;
	text-align: left;
}
.main .about .contact_form form dl{
	margin: 20px 0 40px;
  background-color: #efefef;
  border: 1px solid #595757;
  border-top: none;
}
.main .about .contact_form form dl dt{
	width: 170px;
	height: auto;
	padding: 12px 0 0;
	text-indent: 2em;
	float: left;
	border-top: 1px solid #595757;
	text-align: left;
	font-size: .8em;
}
.main .about .contact_form form dl dd{
	margin-left: 170px;
	padding: 9px 20px;
	text-align: left;
	border-top: 1px solid #595757;
	background-color: #fff;
	word-wrap: break-word;
}
.main .about .contact_form form dl dd input{
	height: 21px;
	width: 96%;
  border: 1px solid #595757;
  font-size: 1em;
}
.main .about .contact_form form dl dd #add-num{
	width: 30%;
}
.main .about .contact_form form dl dd textarea{
	height: 250px;
	max-height: 100%;
	margin-top: 5px;
	width: 96%;
	border: 1px solid #595757;
	font-size: 1em;
}
.main .about .contact_form form .submit-button{
	width: 300px;
	height: 44px;
	border: none;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #bf0000;
	-webkit-box-shadow: 2px 2px #830009;
	-moz-box-shadow: 2px 2px #830009;
	box-shadow: 2px 2px #830009;
}
/*---------------------------------------------------------------*/
/*お問合わせ確認（contact_confirm.html）*/
.main .about .contact_form_confirm{
}
.main .about .contact_form_confirm dl{
	margin: 20px 0 40px;
	background-color: #efefef;
	border: 1px solid #595757;
	border-top: none;
}
.main .about .contact_form_confirm dl dt{
	width: 170px;
	height: auto;
	text-align: left;
	padding: 12px 0 0;
	text-indent: 2em;
	float: left;
	border-top: 1px solid #595757;
}
.main .about .contact_form_confirm dl dd{
	margin-left: 170px;
	padding: 22px 20px;
	text-align: left;
	border-top: 1px solid #595757;
	background-color: #fff;
	word-wrap: break-word;
}
.main .about .contact_form_confirm .submit-button{
	width: 300px;
  height: 44px;
  border: none;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #bf0000;
  -webkit-box-shadow: 2px 2px #830009;
  -moz-box-shadow: 2px 2px #830009;
  box-shadow: 2px 2px #830009;
	margin: 0 10px;
}
/*---------------------------------------------------------------*/
/*お問合わせ完了（contact_completion.html）*/
.main .about .to_top{
	display: block;
}
.main .about .to_top .to_top_inner{
	width: 260px;
  height: 44px;
  border: none;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #bf0000;
  -webkit-box-shadow: 2px 2px #830009;
  -moz-box-shadow: 2px 2px #830009;
  box-shadow: 2px 2px #830009;
	margin: 0 auto;
	padding: 12px 0 0 0;
}
/*---------------------------------------------------------------*/
/*バンバンプラザ（contact_completion.html）*/
.main .head_band .head_band_inner .banban{
	font-size: 25px;
	text-indent: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: left;
	padding: 25px 0;
}
.main .head_band .head_band_inner .banban div{
	font-weight: bold;
}
.main .about .contact_form dd label{
	height: 21px;
	font-size: 1em;
	vertical-align: middle;
}
.main .about .contact_form dd input#new{
	height: 21px;
  border: 1px solid #595757;
  font-size: 1em;
  vertical-align: middle;
	width: auto;
}
.main .about .contact_form dd input#update{
	height: 21px;
  border: 1px solid #595757;
  font-size: 1em;
  vertical-align: middle;
	width: auto;
}
/*---------------------------------------------------------------*/
/*お知らせ詳細（news.html）*/
.news_page{
	margin: 40px 0 0 0;
	padding: 10px 20px;
	border: 1px solid #bf0000;
	border-top: 5px solid #bf0000;
}
.news_page .news_block{
}
.news_page .news_block .news_head h1{
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}
.news_page .news_block .news_head .news_date{
	font-size: .8em;
	float: right;
}
.news_page .news_block .news_inner{
  margin: 40px 0;
}
.news_page .news_block .news_inner .news_img{
	padding: 20px 10px 10px 5px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.news_page .news_block .news_inner .news_img img{
	max-width: 260px;
	height: auto;
	vertical-align: bottom;
}
.news_page .news_block .news_inner .news_text{
	font-size: .83em;
	text-align: left;
	line-height: 1.7;
}
.news_page .news_block .news_inner .news_text p{
}

.news_pagenation{
}
.news_pagenation ul{
	width: auto;
	margin: 40px auto 0;
}
.news_pagenation ul li{
	width: 24px;
	height: 24px;
	margin: 0 4px;
	display: inline-block;
}
.news_pagenation ul li a{
	width: 24px;
	height: 24px;
	display: block;
	color: #fff;
	font-size: .9em;
	line-height: 25px;
	background-color: #595757;
}












/* ===== 979px以下 ===== */
@media(max-width: 979px) {
	/*  */
	body {
		min-width: 0;
	}
	.main {
		margin: 0 0 0 0;
	}
	/* ヘッダ */
	.header_line {
		display: none;
	}
	.header {
		width: 100%;
		margin: 0 auto;
	}
	.stripe{
		display: none;
	}
	.hide{
		display: block;
	}
	.release{
		-webkit-box-shadow: none;
	  box-shadow: none;
	}
	/* ページのh1文章 */
	.header h1 {
		display: none;
	}
	/* ヘッダのロゴ部分 */
	.header_box {
		width: 100%;
		margin: 0;
	}

	.header_box .logo_box {
		margin: 0;
		padding: 15px 0 15px 10px;
		float: left;
	}

	.header_box .logo_box a img {
		width: 200px;
    height: auto;
	}

	.header_box .right_box {
		float: right;
	}
	.header_box .right_box .disp_pc{
		display: none;
	}

	/* ヘッダメニュー */
	#menu {
		width: 100%;
		display: none;
	}
	.btn{
	    width: 52px;
	    height: 52px;
	    position: absolute;
	    right :12px;
	    top: 4px;
	}
	.btn:before,
	.btn:after,
	.btn span{
	    display: block;
	    width: 80%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	}
	.btn span{
	    height: 3px;
	    background-color: #bf0000;
	    top: calc(50% - 1.5px);
	}

	.btn:before{
	    content: "";
	    top: calc(25% - 3px);
	    border-top: 3px solid #bf0000;
	}
	.btn:after{
	    content: "";
	    bottom: calc(25% - 3px);
	    border-bottom: 3px solid #bf0000;
	}
	.btn.on span{
	    display: none;
	}

	.btn.on:before{
	    top: calc(50% - 1.5px);
	    -webkit-transform: rotate(315deg);
	    -moz-transform: rotate(315deg);
	    transform: rotate(315deg);
	}
	.btn.on:after{
	    bottom: calc(50% - 1.5px);
	    -webkit-transform: rotate(-315deg);
	    -moz-transform: rotate(-315deg);
	    transform: rotate(-315deg);
	}	.header_navarea {
		background-color: #e5e5e5;
	}
	.header_naviarea_inner {
	}
	.header_navi {
		width: 100%;
    	letter-spacing: -.4em;
	}
	.header_navi li {
		width:100%;
    letter-spacing: 0em;
		border-bottom: 1px solid #fff;
	}
	.header_navi li .submenu{
		display: none;
	}
	.header_navi li:hover {
	 	background-color: inherit;
	}
	.hide_menu{
		display: none;
	}
	li.accbox{
		display: block;
		padding: 0;
		max-width: 100%;/*最大幅*/
		width:100%;
		letter-spacing: 0em;

		text-align: left;
	}
	.accbox{
		padding: 0;
		max-width: 100%;/*最大幅*/
		width:100%;
		letter-spacing: 0em;
		border-bottom: 1px solid #bf0000;
	}
	.accbox label{
		display: block;
    cursor :pointer;
    transition: all 0.5s;
		padding: 10px 0 10px 30px;
	}
	.accbox label:hover{
	}
	.accbox input{
    display: none;
	}
	.accbox .accshow{
		height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	}
	.accbox .accshow a{
    padding: 10px 0 10px 30px;
		border-top: 1px solid #bf0000;
	}
	.accbox .accshow a:first-child{
		border-top: none;
	}
	.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
		background-color: #fff;
    border-top: 1px solid #bf0000;
	}





	.header_navi li a{
		display: block;
		width: 100%;
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	.header_navi li a p{
		text-align: left;
		margin-left: 30px;
	}
	.header_navi li a .left-border{
		border-left: none;
	}
	.header_navi li a .right-border{
		border-right: none;
	}
	/*----------------トップヘ戻るボタン-----------------*/
	.top-back-wrap {
		width:100%;
		height:100px;
		margin:0 auto;
	}
	.top-back {
		width:100%;
		margin:0 auto;
		position:fixed;
		bottom:0;
	}
	.top-back a {
		width:140px;
		height:50px;
		margin:0 auto;
		padding-top:15px;
		background:#bf0000;
		border: 1px solid #bf0000;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		border-radius: 6px;
		display:block;
		transition: 1.0s;
	}
	.top-back a:hover {
		background:#FCE9EA;
	}
	/* フッタ */
	.footer {
		min-width: 982px;
	}
	/* フッタメニュー */
	.footer_navarea {
		background-color: #FCE9EA;
	}

	.footer_navarea_inner {
		width: 982px;
		margin: 0 auto;
	}

	.footer_navi {
		display: block !important;
		float: left;
		padding: 0 0 0 0;
	}
	.footer_navi li {
		margin-right: 40px;
    	padding: 10px 0 10px 0;
    	vertical-align: middle;
		list-style-type: none;
		list-style-position:outside;
		float: left;
		text-align: left;
		margin-left: 20px;
	}
	.footer_navi li a{
		color: #bf0000;
		text-decoration: none;
		cursor: pointer;
	}
	.footer_navi li a p{
		display: inline;
	}
	.footer_mainarea {
		background-color: #bf0000;
	}
	.footer_mainarea_inner {
		width: 982px;
		margin: 0 auto;
		padding: 5px 0 5px 0;
	}
	.footer_mainarea_inner p {
		text-align: left;
		font-size:16px;
		color:#FFF
	}
	.footer_mainarea_inner .name {
		font-size:18px;
	}
	.footer_mainarea_inner .copyright {
		text-align: right;
		font-size:14px;
		margin: -14px 0 0 0;
	}

	/* フッタ */
	.footer {
		min-width: 0px;
		width: 100%;
	}
	.footer_navarea {
		display: none;
	}
	.footer_mainarea {
		background-color: #bf0000;
	}
	.footer_mainarea_inner {
		width: 100%;
		margin: 0 auto;
		padding: 5px 0 5px 0;
	}
	.footer_mainarea_inner p {
		text-align: left;
		font-size:16px;
		margin-left:20px;
		color:#FFF
	}
	.footer_mainarea_inner .name {
		font-size:18px;
	}
	.footer_mainarea_inner .copyright {
		text-align: center;
		font-size:14px;
		margin: 10px 0 0 0;
	}

	/* 共通 */
	/* パンくず */


	/* トップページ */
	.main .top_banner {
		background-color:#FCE9EA;
		padding: 0px 0 0px 0;
	}
	.main .top_banner .top_banner_inner {
		height: auto;
	}
	.main .top_banner .top_banner_inner .slideshow {
/*		margin: 0 -100px; */
		width: 100%;
		position: inherit;
	}
	.main .top_banner .top_banner_inner ul {
	    list-style: none;
	}
	.main .top_banner .top_banner_inner .top_image01{
		background-image: url(../img/top_image01.jpg);
	}
	.main .top_banner .top_banner_inner .top_image02{
		background-image: url(../img/top_image01.jpg);
	}
	.main .top_banner .top_banner_inner .top_image03{
		background-image: url(../img/top_image01.jpg);
	}
	.main .top_banner .top_banner_inner li {
		min-height: inherit;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		padding-top: 32.6%;
		position: inherit!important;
	}
	.main .top_banner .top_banner_inner .logo_image {
		background-position: 10% 100px;
	}
	.main .top_about {
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0 10px 0 10px;
	}
	.main .top_about .top_about_logo{
		width: auto;
		height: 0;
		margin: 0 auto;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 36.6%;
		background: url(../img/sp/top_about_logo.png) 0 0 no-repeat;
		background-size: contain;
		float: none;
	}
	.main .top_about .top_about_text{
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0 0;
		float: none;
	}
	.main .top_about .top_about_text p{
		text-align: left;
	}
	.main .top_about .top_about_text .slogan{
		color: #bf0000;
		font-size:18px;
		margin-bottom:10px;
	}
	.main .top_about .button_box {
		margin: 20px 0 0 0;
	}
	.main .top_about .button_box .about_button {
		width: 150px;
		border: 1px solid #bf0000;
		margin: 0 auto;
		transition: 1.0s;
	}
	.main .top_about .button_box .about_button a {
	    height: 35px;
		text-align: center;
		padding: 7px 0 0 0;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
	}
	.main .top_about .button_box .about_button a:hover {
		background-color:#FCE9EA;
	}
	.main .top_meeting{
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0 10px 0 10px;
	}
	.main .top_meeting .top_meeting_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting .top_meeting_info {
		margin: 30px 0 0 0;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box{
		width: 100%;
		float: none;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table{
	    width: 100%;
		font-size: 14px;
		border: 1px solid #000;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table th ,
	.main .top_meeting .top_meeting_info .top_meeting_table_box table td {
		border-bottom: 1px solid #000;
		padding: 10px 0 10px 8px;
		text-align: left;
	}
	.main .top_meeting .top_meeting_info .top_meeting_table_box table th {
		width: 100px;
		background-color: #FCE9EA;
		border-right: 1px solid #000;
	}

	.main .top_meeting .top_meeting_info .top_meeting_map_box {
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0 0;
		float: none;
	}

	.main .top_meeting .top_meeting_info .top_meeting_map_box iframe{
	    width: 100%;
	    height: 212px;
	}
	.main .top_meeting .top_meeting_button_area_inner {
		margin: 20px 0 0 0;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form {
		width: 100%;
		float: none;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin: 0 auto;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button a {
	    height: 70px;
		text-align: left;
		padding: 25px 10px 0 75px;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applyform_01.png);
		background-position:28px 16px;
		background-repeat: no-repeat;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_button a:hover {
		background-color: #FCE9EA;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin: 0 auto;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button a {
	    height: 70px;
		text-align: left;
		padding: 14px 10px 0 75px;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applyform_02.png);
		background-position:28px 16px;
		background-repeat: no-repeat;

	}
	.main .top_meeting .top_meeting_button_area_inner .meeting_form .meeting_form_deadline_button a:hover {
		background-color: #FCE9EA;
	}


	.main .top_meeting .top_meeting_button_area_inner .guest_download {
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0 0;
		float: none;
	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button{
		width: 280px;
		border: 1px solid #bf0000;
		margin: 0 auto;
		transition: 1.0s;
	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button a {
	    height: 70px;
		text-align: left;
		padding: 14px 10px 0 75px;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
		background-image: url(../img/applygueast_01.png);
		background-position:28px 16px;
		background-repeat: no-repeat;

	}
	.main .top_meeting .top_meeting_button_area_inner .guest_download .guest_download_button a:hover {
		background-color: #FCE9EA;
	}
	/*次回以降開催日*/
	.main .top_meeting_later{
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0 10px 0 10px;
	}
	.main .top_meeting_later .top_meeting_later_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting_later .top_meeting_later_info {
		margin: 30px 0 0 0;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box{
		width: 100%;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table{
			width: 100%;
		font-size: 14px;
		border: 1px solid #000;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table th ,
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table td {
		border-bottom: 1px solid #000;
		padding: 10px 0 10px 8px;
		text-align: left;
	}
	.main .top_meeting_later .top_meeting_later_info .top_meeting_later_table_box table th {
		width: 100px;
		background-color: #FCE6E7;
		border-right: 1px solid #000;
	}



	.main .top_information {
		margin: 40px auto 0 auto;
		background-color:#f2f2f2;
		padding: 0 10px 0 10px;
	}
	.main .top_information .top_information_inner {
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 20px 0 40px 0;
	}
	.main .top_information .top_information_inner .top_information_header{
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_information .top_information_inner ul {
		height: 300px;
		text-align: left;
		background-color: #FFF;
		margin: 30px 0 0 0;
	    overflow-y: scroll;
	}

	.main .top_information .top_information_inner ul li:first-child {
		border-top: none;
	}
	.main .top_information .top_information_inner ul li {
		margin: 0 10px 0 10px;
		padding: 10px 0 10px;
		font-size: 14px;
		border-top: 1px solid #f3adb0;
	}
	.main .top_information .top_information_inner ul li a{
		color: #000;
	}
	.main .top_information .top_information_inner ul li .date{
		margin: 0 10px 0 0;
	}
	.main .top_information .top_information_inner ul li .meeting,
	.main .top_information .top_information_inner ul li .info,
	.main .top_information .top_information_inner ul li .prior{
		margin: 0 10px 0 0;
		padding: 4px;
		font-size: 12px;
		color: #FFF;
	}
	.main .top_information .top_information_inner ul li .meeting{
		background-color: #CF0000;
	}
	.main .top_information .top_information_inner ul li .info{
		background-color: #00A3FF;
	}
	.main .top_information .top_information_inner ul li .prior{
		background-color: #6BBC5C;
	}
	.main .top_information .top_information_inner ul li .content{
		display: block;
	}
	.main .top_meeting_report {
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0 10px 0 10px;
	}
	.main .top_meeting_report .top_meeting_report_header {
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_meeting_report ul {
		margin: 30px 0 0 0;
	}
	.main .top_meeting_report ul li{
		width: 80%;
		margin: 0 auto 40px auto;
		padding: 0;
		float: none;
		text-align: left;
		background-color: #FFF;

	}
	.main .top_meeting_report ul li:first-child{
		margin: 0 auto 40px auto;
	}
	.main .top_meeting_report ul li .image {
		width: 100%;
		margin: 0 auto;
	}
	.main .top_meeting_report ul li .image img{
		width:100%
	}
	.main .top_meeting_report ul li p {
		font-size: 12px;
	}
	.main .top_meeting_report ul li .title {
		margin: 0 0 8px 0;
		font-size: 15px;
		font-weight: bold;
	}
	.main .top_meeting_report ul li .detail_button_box {
		margin: 10px 0 0 0;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button {
		width: 150px;
		border: 1px solid #bf0000;
		transition: 1.0s;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button a {
	    height: 35px;
		text-align: center;
		padding: 7px 0 0 0;
	   	display: block;
		background-color: #bf0000;
		color:#FFF;
		transition: 1.0s;
	}
	.main .top_meeting_report ul li .detail_button_box .detail_button a:hover {
		background-color:#FCE9EA;
	}
	.main .top_other_place {
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0 10px 0 10px;
	}
	.main .top_other_place .top_other_place_header {
		width: 100%;
		font-size: 18px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	.main .top_other_place li {
		width: 100%;
		margin: 0 0 0 0;
    	padding: 10px 0 10px 10px;
    	vertical-align: middle;
		list-style-type: none;
		list-style-position:outside;
		float: none;
		text-align: left;
	}
	.main .top_other_place li a{
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

	.main .form_header {
		background-color:#FCE9EA;
	}
	.main .form_header .form_header_inner {
		width: 100%;
		height: 100px;
		margin: 0 auto;
	}
	.main .form_header .form_header_inner .form_header_text {
		margin: 0 auto;
		padding: 20px 0 0 0;
		font-size: 16px;
	}

	.main .content {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px 0 10px;
	}

	.main .content .form_description {
		text-align: left;
		margin: 36px 0 0 0;
	}
	.main .content .form_description .message {
		margin: 10px 0 0 0;
	}
.main .content .form_description p,
.main .content .form_description dt {
	text-align:left;
	font-size:.7em;
}
.main .content .form_description dl {
	margin:20px 0 40px;
	background-color:#efefef;
	border:1px solid #595757;
}
.main .content .form_description dt {
	width:100%;
	height:auto;
	padding:5px 0;
	text-indent:1em;
	float:none;
	border-top:none;
	border-bottom: 1px solid #000;
	background-color:#FCE9EA;
	text-align: center;
}
.main .content .form_description dd {
	width:100%;
	margin-left:0;
	padding:7px 5%;
	text-align:left;
	font-size:.9em;
	border-top:none;
	background-color:#FFF;
	border-left:none;
	border-bottom: 1px solid #000;
}
.main .content .form_description .separator {
	display: block;
}
.main .content .form_description input[type="text"],
.main .content .form_description textarea {
	width:99%;
	border:1px solid #595757;
	font-size:1em;
}
.main .content .form_description dd input {
	height:21px;
}
.main .content .form_description dd textarea {
	height:250px;
	max-height:100%;
	margin-top:5px;
}
.main .content .form_description dd #tel,
.main .content .form_description dd #add-num {
	width:70%;
}
.main .content .form_description .submit-button {
	width: 300px;
	height: 44px;
	border: none;
	color: #fff;
	font-size:.9em;
	font-weight:bold;
	background-color: #bf0000;
	-webkit-box-shadow: 2px 2px #bf0000;
	-moz-box-shadow: 2px 2px #bf0000;
	box-shadow: 2px 2px #bf0000;
}
.main .content .form_description .submit-button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(2px, 2px, 0);
	-moz-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0);
}
.main .content .form_description .content-wrap .inline-button {
	display: block;
}

/*---------------------------------------------------------------*/
/*例会の報告（meeting-report.html）*/
.main .contents{
	width: 95%;
  margin: 0 auto;
}
.main .head_band{
	background: #efefef;
}
.main .head_band .head_band_inner{
	width: 95%;
	height: 50px;
	margin: 0 auto;
	padding-left: 5%;
	vertical-align: middle;
	text-align: left;
	display: table;
}
.main .head_band .head_band_inner p{
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 1%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 0;
}
.main .head_band .head_band_inner .head_band_img{
	width: 383px;
	float: right;
	display: none;
}
.main .head_band .head_band_inner .head_band_img img{
	width: 100%;
}

.main .contents .report{
	margin-top: 40px;
}
.main .contents .report .top_title{
	padding: 0 0 0 1em;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	/* line-height: 41px; */
	border-left: 5px solid #c30d23;
	border-bottom: none;
}
.main .contents .report ul{
	width: 100%;
	margin: 10px auto;
	text-align: left;
}
.main .contents .report ul li{
	width: 49%;
	height: auto;
	margin: 5px auto 0 auto;
	padding: 1%;
	display: inline-block;
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 10px 2px #8E8E8E;
	box-shadow: 1px 1px 10px 2px #8E8E8E;
	position: relative;
}
.main .contents .report ul li a{
	width: 100%;
  /* height: auto; */
  height: 160px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.main .contents .report ul li .num{
	color: #bf0000;
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 7px;
	opacity: .8;
}
.main .contents .report ul li a .report_img{
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.main .contents .report ul li a .report_img img{
	width: 100%;
	height: auto;
	max-width: 210px;
	max-height: 160px;
	vertical-align: middle;
}
.main .contents .report ul li a .date{
	color: #ccc;
  font-weight: bold;
  position: absolute;
  right: 7px;
  bottom: 2px;
  opacity: .8;
}

.main .contents .report .page_button{
	margin: 5px 0;
}
.main .contents .report .page_button .left{
	width: 45%;
	height: 45px;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: bottom;
  background: #bf0000;
}
.main .contents .report .page_button .left a{
	padding: 13px 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button .right{
	width: 45%;
	height: 45px;
	padding-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
	margin-left: 3px;
}
.main .contents .report .page_button .right a{
	padding: 13px 0;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  display: block;
}
/*---------------------------------------------------------------*/
/*例会報告詳細*/
.main .contents .report .top_title.underline{
	border-left: 5px solid #c30b23;
	border-bottom: none;
}
.main .contents .report .desc{
	padding: 10px 25px 30px;
}
.main .contents .report .desc p{
	font-size: 13px;
	text-align: left;
	line-height: 1.7;
}
.main .contents .report ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.main .contents .report ul li.release{
	width: 170px;
	height: 49%;
	margin: 0 1% 2% 1%;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.main .contents .report ul li.release a{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: center !important;
	vertical-align: middle;
}
.main .contents .report ul li a .report_inner_img{
	width: 170px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}
.main .contents .report ul li a .report_inner_img img{
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 170px;
	vertical-align: middle;
}
.main .contents .report .cap{
	font-size: 13px;
	text-align: right;
}
.main .contents .report .page_button .left_box{
	width: 30%;
	height: 53px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
}
.main .contents .report .page_button .left_box a{
	padding: 13px 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button span{
	font-weight: bold;
	display: none;
}
.main .contents .report .page_button .center_box{
  margin-left: 1%;
	width: 30%;
	height: 53px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
}
.main .contents .report .page_button .center_box a{
	padding: 13px 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main .contents .report .page_button .right_box{
	width: 30%;
	height: 53px;
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: bottom;
	background: #bf0000;
	margin-left: 1%;
}
.main .contents .report .page_button .right_box a{
	padding: 13px 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	display: block;
}
/*---------------------------------------------------------------*/
/*守成クラブとは（about.html）*/
.page_link{
	margin: 20px 0;
}
.page_link a:first-child{
	border-left: none;
}
.page_link a{
	width: 90%;
	height: 47px;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: .95em;
	background: #bf0000;
	-webkit-border-radius: 7%;
	-moz-border-radius: 7%;
	border-radius: 7px;
	line-height: 48px;
	display: inline-block;
	border-right: none;
	position: relative;
}

.main .about{
	padding: 0 5%;
}
.main .about .top_title{
	height: auto;
	margin-bottom: 10px;
	text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  border-left: 5px solid #bf0000;
  border-bottom: none;
}
.main .about .top_title span{
	width: 100%;
  font-size: .6em;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}

.main .about .text_block{
	padding: 0 1%;
}
.main .about .text_block .top{
	font-size: .95em;
}
.main .about .text_block p{
	line-height: 2;
}
.main .about .text_block .desc{
	margin-bottom: 40px;
}
.main .about .text_block .desc span{
	color: #bf0000;
}
.main .about .desc_img{
	height: auto;
	padding: 0;
	margin: 10px 0 40px;
}
.main .about .desc_img .left{
	vertical-align: bottom;
  -webkit-box-shadow: 3px 4px 15px 4px #9D9D9D;
  box-shadow: 3px 4px 15px 4px #9D9D9D;
	display: inline-block;
}
.main .about .desc_img .left img{
	width: 100%;
}
.main .about .desc_img .right{
	margin-top: 10px;
	margin-left: 0;
}
.main .about .desc_img .right img{
	width: 100%;
}
.main .about .wrap .text_block{
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.main .about .wrap .right_img{
	margin: 0 0 40px 0;
	float: none;
}
.main .about .wrap .right_img img{
	width: 100%;
}

.main .about .third_head{
	margin-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px dotted #bf0000;
	text-align: left;
	color: #bf0000;
}
.main .about .third_head span{
	width: 100%;
	font-size: .6em;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}
.main .about .item_list{
	margin-bottom: 20px;
}
.main .about .item_list li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: .85em;
  line-height: 1.8;
	text-align: left;
}
.main .about .item_list li a{
	color: #000099;
	text-decoration: underline;
}
/*---------------------------------------------------------------*/
/*岡山会場について（about-okayama.html）*/
.main .contents .about .table{
	margin: 20px 0;
	padding: 0 3%;
	background-color: #efefef;
}
.main .contents .about .table dl{
	margin-top: 0;
	border: none;
}
.main .contents .about .table dl dt{
	width: 20%;
  padding: 7px 0;
  float: left;
  text-align: left;
  font-weight: bold;
}
.main .contents .about .table dl dt:first-child{
	border-top: none;
}
.main .contents .about .table dl dd{
	width: 77%;
	padding: 7px 0 7px 1em;
	margin-left: 20%;
	text-align: left;
	text-indent: inherit;
	border-left: none;
}
.main .contents .about .table dl dd.first{
	border-top: none;
}
.main .contents .about .table dl dd.first span{
	display: inline-block;
}

.main .contents .about .table .table_2 dt:first-child{
	border-top: 1px dotted #595757;
}
.main .contents .about .table .table_2 dd.colum{
	width: 30%;
	margin-left: 0;
	float: left;
}
.main .contents .about .table .table_2 dd.first{
  border-top: 1px dotted #595757;
}
.main .contents .about .table .table_2 dd{
	width: 47%;
	margin-left: 51%;
	border-left: none;
}
.main .contents .about .greeting{
	padding-top: 0px;
}
.main .contents .about .greeting .left{
	width: 100%;
	height: auto;
	padding: 0;
	display: inline-block;
}
.main .contents .about .greeting .left .left_inner{
	width: auto;
	height: auto;
	padding: 0;
	font-size: .7em;
	border: none;
	position: inherit;
	text-align: left;
}
.main .contents .about .greeting .right{
	width: 70%;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.main .contents .about .greeting .right img{
	width: 100%;
}
.main .contents .about .greeting .right .caption{
	padding: 0 1%;
}
.main .contents .about .greeting .right .caption p{
	font-size: .75em;
	display: inline-block;
}
.main .contents .about .greeting .left .left_inner:after{
	display: none;
}
/*---------------------------------------------------------------*/
/*会員になるには（member.html）*/
.about .wrap{
	text-align: left;
}
.mechanism{
	width: 283px;
	height: 376px;
	margin: 10px 0;
	position: relative;
	display: none;
}
.mechanism dl.rank{
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 85px;
	z-index: 3;
}
.mechanism dl.rank dt{
	margin: 50px 0 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.mechanism dl.rank dt:first-child{
	padding-bottom: 20px;
}
dl.rank-source{
	margin: 20px 0;
	display: inline-block;
  vertical-align: top;
}
dl.rank-source dd{
	margin: 0;
	padding-left: 1.3em;
	text-indent: -1em;
}
dl.rank-source dt.smp{
	font-weight: bold;
	display: inline-block;
}

.main .about .content_wrap{
	padding: 15px 0;
	font-size: .8em;
	text-align: left;
}
.main .about .content_wrap p{
	margin-bottom: 25px;
}
.main .about .content_wrap dl dt{
	color: #bf0000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 4px 6px #818181;
}
.main .about .content_wrap dl dd{
	margin-bottom: 25px;
}
.main .about .content_wrap dl dd ol{
  margin: 20px 0 0 25px;
}
.main .about .content_wrap dl dd ol li{
	list-style: decimal inside;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.main .about .content_wrap a{
	width: 187px;
	height: 41px;
}
.main .about .content_wrap a.overwhite{
	background-color: #ffffff;
	display: block;
}
/*---------------------------------------------------------------*/
/*お問合わせ（contact.html）*/
.main .about .text_block .desc .tel{
}
.main .about .text_block .desc .tel .tel_icon{
	display: inline-block;
}
.main .about .text_block .desc .tel .tel_icon img{
}
.main .about .text_block .desc .tel p{
	display: inline-block;
	font-size: 2em;
	vertical-align: top;
}
.main .about .text_block .desc span{
	color: #bf0000;
}
.main .about .warning_text{
	color: #0000FF;
	text-align: left;
}
.main .about .contact_form form dl{
	margin: 20px 0 40px;
  background-color: #efefef;
  border: 1px solid #595757;
}
.main .about .contact_form form dl dt{
	width: 100%;
	height: auto;
	padding: 5px 0;
	text-indent: 1em;
	float: none;
	border-top: none;
	text-align: left;
	font-size: .7em;
}
.main .about .contact_form form dl dd{
	width: 100%;
	margin-left: 0;
	padding: 7px 5%;
	text-align: left;
	font-size: .9em;
	border-top: none;
	background-color: #efefef;
	word-wrap: break-word;
}
.main .about .contact_form form dl dd input{
	width: 99%;
	border: 1px solid #595757;
	font-size: 1em;
}
.main .about .contact_form form dl dd #add-num{
	width: 70%;
}
.main .about .contact_form form dl dd textarea{
	height: 250px;
	max-height: 100%;
	margin-top: 5px;
	width: 99%;
	border: 1px solid #595757;
	font-size: 1em;
}
.main .about .contact_form form .submit-button{
	width: 260px;
	height: 44px;
	border: none;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #bf0000;
	-webkit-box-shadow: 2px 2px #830009;
	-moz-box-shadow: 2px 2px #830009;
	box-shadow: 2px 2px #830009;
}
/*---------------------------------------------------------------*/
/*お問合わせ確認（contact_confirm.html）*/
.main .about .contact_form_confirm{
}
.main .about .contact_form_confirm {
}
.main .about .contact_form_confirm dl{
	margin: 20px 0 40px;
  background-color: #efefef;
  border: 1px solid #595757;
}
.main .about .contact_form_confirm dl dt{
	width: 100%;
	height: auto;
	padding: 5px 0;
	text-indent: 1em;
	float: none;
	border-top: none;
	text-align: left;
	font-size: .7em;
}
.main .about .contact_form_confirm dl dd{
	width: 90%;
	margin: 0 auto;
	padding: 7px 0%;
  text-align: left;
  font-size: .9em;
  border-top: none;
  background-color: #efefef;
}
.main .about .contact_form_confirm .submit-button{
	width: 260px;
  height: 44px;
  border: none;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #bf0000;
  -webkit-box-shadow: 2px 2px #830009;
  -moz-box-shadow: 2px 2px #830009;
  box-shadow: 2px 2px #830009;
	margin: 10px auto;
	display: block;
}
/*---------------------------------------------------------------*/
/*お問合わせ完了（contact_completion.html）*/





/*---------------------------------------------------------------*/
/*お知らせ詳細（news.html）*/
.news_page{
	margin: 40px 0 0 0;
	padding: 10px 5%;
	border: 1px solid #bf0000;
	border-top: 5px solid #bf0000;
}
.news_page .news_block{
}
.news_page .news_block .news_head h1{
	border-bottom: 1px dotted #bf0000;
}
.news_page .news_block .news_head h1{
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}
.news_page .news_block .news_head .news_date{
	font-size: .8em;
	float: right;
}
.news_page .news_block .news_inner{
  margin: 0;
}
.news_page .news_block .news_inner .news_img{
	padding: 10px 0;
	float: left;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
}
.news_page .news_block .news_inner .news_img img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	vertical-align: bottom;
}
.news_page .news_block .news_inner .news_text{
	font-size: .83em;
	text-align: left;
	line-height: 2;
}
.news_page .news_block .news_inner .news_text p{
}

.news_pagenation{
}
.news_pagenation ul{
	width: auto;
	margin: 40px auto 0;
}
.news_pagenation ul li{
	width: 24px;
	height: 24px;
	margin: 0 4px;
	display: inline-block;
}
.news_pagenation ul li a{
	width: 24px;
	height: 24px;
	display: block;
	color: #fff;
	font-size: .9em;
	line-height: 25px;
	background-color: #595757;
}










}
.main .about .contact_form input[type=radio] {
	width: auto
}



















