@charset "UTF-8";
/* CSS Document */
/*
 Theme Name: 1200base
 Description:jahcp theme
 Author: jahcp
 Version: 1.0
 License: All rights reserved
*/
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(51,51,51,1.00);
}
html {
	font-size: 62.5%;
	-o-font-size: 10px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.customize-support {
	z-index: -1000;
}









/*OperaFontsize*/
	@media (min-resolution: .001dpcm) {
	 _:-o-prefocus, HTML {
		 font-size:10px;
	 };
	 }
/*OperaFontsize*/
body {
	font-size: 1.4rem;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	margin-bottom: 20px;
}
/* End hide from IE-mac */
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
th,td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 1.4rem;
	font-weight: normal;
}
li {
	list-style-type: none;
}
a {
	color: rgba(0,120,255,1.00);
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
a:hover {
	color: #F2961A;
}
a:hover {
	color: rgba(239,150,0,1);
	cursor: pointer;
}
img {

}
a img{
	text-decoration:none;
	border:none;
}
.linkimg {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.linkimg img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	-o-opacity: 0.50;
	-ms-opacity: 0.50;
	opacity: 0.50;
}
.display_none {
	display:none;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.left {
	float: left;
}

.fontcolor_01 {
	color: rgba(242,150,26,1.00);
}
.fontcolor_02 {
	color: rgba(242,26,76,1.00);
}
.fontcolor_03 {
	color: rgba(255,255,255,1.00);
}
.font_red {
	color: rgba(242,95,84,1.00);
}
.font_blue {
	color: rgba(102,122,255,1.00);
}
.fontsize_12rem {
	font-size: 1.2rem;
}
.fontsize_14rem {
	font-size: 1.4rem;
}
.fontsize_16rem {
	font-size: 1.6rem;
}
.fontsize_3rem {
	font-size: 3rem;
	line-height: 3rem;
}
.fontsize_4rem {
	font-size: 4rem;
}
.margin_none {
	margin: 0;
}

.font-weight-bold{
	font-weight: bold;
}

.formbtn{
	height: 2.5rem;
	text-align: center;
	border-radius: 5px;
	color: rgba(255,255,255,1.00);
	text-shadow: 0 0px 3px rgba(255,255,255,1.00);
	font-size: 1.2rem;
	background-color: rgba(102,122,255,1.00);
	border-style: none;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 2px solid rgba(101,122,252,1.00);
}
.formbtn a {
	color: rgba(255,255,255,1.00);
	display: block;
}
.formbtn a:hover {
	color: rgba(102,122,255,1.00);
}
.formbtn:hover {
	border: 2px solid rgba(101,122,252,1.00);
	background-color: rgba(255,255,255,1.00);
	color: rgba(102,122,255,1.00);
}
.loginform input {
	height: 2.5rem;
	width: 10rem;
	border-radius: 5px;
	margin-left: 5px;
}
h1 {
	font-weight: normal;
}
h2 {
	height: 6.5rem;
	line-height: 6.5rem;
	font-size: 2rem;
	text-indent: 45px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;
	color: rgba(51,51,51,1.00);
	background-size: 100% auto;
}
h3 {
	height: 4rem;
	line-height: 4rem;
	text-indent: 40px;
	font-size: 1.6rem;
	font-weight: normal;
	background-image: url(../images/h3_bg_mark.png), url(../images/h3_bg_line.png);
	background-position:10px center, left bottom;
	background-size: 21px 18px, 3px 3px;
	background-repeat:no-repeat, repeat-x;
	margin-bottom: 1rem;
	margin-top: 2rem;
	
}
h4 {
	border-bottom: 1px solid rgba(242,150,26,1.00);
	font-weight: normal;
	margin-top: 20px;
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 10px;
	text-indent: 10px;
}

.socialbtn {
	float:right;
	margin:1.0rem 0 1.5rem 0;
}
.socialbtn .fb-like span {
	vertical-align:baseline !important;
}
	
.claerBoth {
	clear:both;
}
header {
	max-height: 595px;
	background-image:url(../images/header_back.png);
	background-repeat:repeat-x;
	/*background-position:center top;*/
}
#header {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#header .images {
}
#header .images img {
	float: left;
}
@media screen and (max-width:1399px){
header {
	background-size:cover;
}
#header .images img {
	width: 100%;
}
}

#content_wrapper {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#sidebar_left {
	width: 280px;
	float: left;
	margin-bottom: 0px;
	border:rgba(204,204,204,1.00) solid 1px;
}
#sidebar_left .sidebar_box {
	border-bottom:rgba(204,204,204,1.00) dotted 1px;
}
#sidebar_left li:last-child {
	border-bottom:none;
}
#sidebar_left .sidebar_box_noborder {
	border-bottom:none;
}
#sidebar_left .sidebar_box a  {
	display: block;
	background-image: url(../images/sidemenu_arrow_off.png);
	background-repeat: no-repeat;
	background-size: 9px 7px;
	background-position:7px center;
	color: rgba(51,51,51,1.00);
	line-height: 40px;
	text-indent: 20px;
	font-size: 1.6rem;
	-webkit-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	-o-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
}
#sidebar_left .sidebar_box a:hover {
	background-image: url(../images/sidemenu_arrow_on.png);
	background-repeat: no-repeat;
	background-size: 9px 7px;
	background-position:10px center;
	background-color:rgba(247,165,0,1.00);
	color: rgba(255,255,255,1.00);
}
#sidebar_left .current a {
	color:#FF7F00;
	background-color:#FFF2DF;
}
#sidebar_box_cat {
	color: #FFFFFF;
	text-indent: 20px;
	background-image:url(../images/sidemenu_title_bg.png);
	background-repeat: no-repeat;
	background-size:280px 45px;
	line-height:45px;
	font-size:1.6rem;
}

#sidebar_right {
	width: 280px;
	float: left;
}

#sidebar_right .sidebar_box {
}

#sidebar_right .sidebar_box a  {
	display: block;
	width: 280px;
	margin-bottom: 10px;
}
#sidebar_right .sidebar_box a:hover {

}
#content_box_max {
	width: 1280px;
}

#content_box {
	width: 600px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

.margin-bottom20px{margin-bottom: 20px;}
.margin-bottom0px{margin-bottom: 0px;}
.margin-top40px{margin-top: 40px;}
.margin-top0px{margin-top: 0px;}
.margin-left20px{
	margin-left: 20px;
}

.pageTop {
	position:relative;
	/*display:none;*/
	width:100%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	margin-left:900px;
	display: block;
	color:#FFFFFF;
	font-size:1.4rem;
	width:140px;
	height:36px;
	padding:0.7rem 1.5rem 0.7rem 2.5rem;
	text-decoration: none;
	background-color:#FF8000;
	background-image:url(../images/btn_top.png);
	background-position:10px center;
	background-size:13px 13px;
	background-repeat:no-repeat;
	border-radius:5px;
	outline:none;
	z-index:9999;

}

@media screen and (min-width: 481px) and (max-width: 919px) {
 
.pageTop {
    width:100%;
}
.pageTop a {
    left:-145px;
    margin-left:100%;
}
}
@media screen and (max-width: 480px) {
 
.pageTop {
    width:100%;
}
.pageTop a {
    left:-145px;
	width:125px;
	height:30px;
	padding:0.6rem 1.5rem 0.6rem 2.5rem;
    margin-left:100%;
	font-size:1.2rem;
}
}


/*  −−−−−−−−−−−1カラム最大幅時サイドバー非表示など−−−−−−−−−−−  */
/*@media screen and (min-width:1280px){*/
@media screen and (min-width:920px){
#content_box_max_hide {
	display: none;
}
#content_box_max h2 {
	background-image: url(../images/h2_bg2.png);
	margin:0 10px;
}
#content_box_max h3 {
	background-image: url(../images/h3_bg_mark.png), url(../images/h3_bg_line.png);
}
#content_box_max {
	width: 100%;
}
}

/*  −−−−−−−−−−−最大以下の場合−−−−−−−−−−−  */
@media screen and (max-width:1279px){
#content_wrapper {
	max-width: 920px;
}
#sidebar_left {
	margin-bottom: 20px;
}
#sidebar_right {
	clear: left;
}
#content_box {
	float: right;
}
}
/*  −−−−−−−−−−−最大以下の場合−−−−−−−−−−−  */
/*@media screen and (max-width:1279px){*/
@media screen and (max-width:919px){
#content_box_max {
	width: 600px;
	margin-right: 20px;
	float: right;
}
.buttonbox_hide {
	display: none;
}
#tablewrap {
	display:none;
}
}

@media screen and (min-width: 481px) and (max-width: 919px) { 
#sidebar_left {
	width:100%;
	margin: 0 auto;
	float: none;
	margin-bottom: 20px;
}

#sidebar_left .sidebar_box a  {
	background-image: url(../images/sidemenu_arrow_off.png);
	background-repeat: no-repeat;
	background-size: 9px 7px;
	background-position:7px center;
	color: rgba(51,51,51,1.00);
	line-height: 35px;
	text-indent: 20px;
	font-size: 1.4rem;
	-webkit-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	-o-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
}
#sidebar_box_cat {
	background-image:none;
	background-color:#F39800;
	line-height: 35px;
}

#sidebar_left .current a {
	color:#FF7F00;
	background-color:#FFF2DF;
}

#sidebar_right {
	/*display:none;*/
}
#content_box_max,#content_box  {
	margin: 0 auto;
	float: none;
	clear: both;
}
#content_box {
	width: 100%;
}
h2 {
	background-image: url(../images/h2_bg2.png);
	background-size: cover;
}
}	
/*  −−−−−−−−−−−最大以下の場合　END−−−−−−−−−−−  */

#content_inner {
}
.txtbox {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.txtbox img {
	margin: 10px;
}
.txtbox strong {
	display: block;
	text-shadow: 0px 0px 1px rgba(151,151,151,1.00);
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -5px;
}
.txtbox strong.symposist {
	margin-left: 10px;
}
.txtbox p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.dotbox {
	padding: 10px;
	border: 2px dotted rgba(153,153,153,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
}
.borderbox {
	padding: 10px;
	border: 2px solid rgba(203,203,203,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
}
.rssbox {
}
.rssbox li {
	border-bottom: 1px dotted rgba(203,203,203,1.00);
	padding:1.0rem 0;
}
.rssbox .date {
	font-size: 1.2rem;
	padding-left: 10px;
	padding-right: 10px;
}
.rssbox .title {
}
.rssbox .title,.rssbox .date  {
		display: table-cell;
}
.table_01 {
	background-color: rgba(252,200,0,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.table_01 th {
	background-color: rgba(244,153,0,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.4em;
}
.table_01 td {
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.table_02 {
	background-color: rgba(252,200,0,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.table_02 th {
	background-color: rgba(244,153,0,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.4em;
}
.table_02 td {
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



.dotlist {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;


}
.numlist {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;


}
.dotlist li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 1rem;
}
.numlist li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 1rem;
}
#map {
	width: 520px;
	height: 500px;
	margin-top: 10px;
}













footer {
	top: auto;
	/*ページトップボタン*/
	/*padding-bottom:55px;*/
}

#footer {
	width: 100%;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	/*height: 130px;*/
}
#footer .footer_in {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	max-width: 1100px;
}
.footer_middle   {
	font-size: 1.3rem;
	line-height: 1.3em;
	padding: 20px 10px 0px;
}
.footer_middle_left    {
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.footer_middle_right    {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.footer_middle .title {
	border: 2px solid /*#999*/#FFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	height: 4.5rem;
	line-height: 4.5rem;
	float: left;
	background-color:#FFFFFF;
}



#footer .footer_bottom {
	width: 100%;
	text-align: center;
	margin:0 auto;
	padding-top: 5px;
	/*height: 24px;
	float: left;*/
	font-size: 1.2rem;
	border-top: 1px solid #FFF;
}


.footerBtn {
	position:fixed;
	bottom:0;
	left:0;
	z-index:99999;
	width:100%;
	padding:5px 0;
	height:55px;
	background-color: rgba(255,128,0,0.90);
	/*フッターボタンを消す呪文*/
	/*display:none;*/
}
.footerBtnbox {
	margin:0 auto;
	text-align:center;
}
.footerBtnbox li {
	display:inline-block;
	margin:0 15px;
}
.footerBtnbox li img {
	vertical-align:bottom;
}
.footerBtnbox li a:hover {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	-o-opacity: 0.50;
	-ms-opacity: 0.50;
	opacity: 0.50;
}


@media screen and (min-width: 481px) and (max-width: 919px) { 
#footer {
	/*background-image: url(../images/footer_bg2.gif);
	height: 130px;*/
}
#footer .footer_bottom {
	/*width:100%;
	background-image: url(../images/footer_bg3.gif);
	background-repeat: repeat-x;*/
	margin-top:10px;
}
}


/*  −−−−−−−−−−−フッターボタン専用−−−−−−−−−−−  */
@media screen and (max-width:580px){
.footerBtn {
	padding:3% 0;
}
.footerBtnbox li {
	width:45%;
	margin:0 2%;
}
.footerBtnbox li img {
	width:100%;
}
}

.gototop {
	position: relative;
}

.gototop a{
	border-left-color: rgba(102,102,102,1.00);
	border-right-color: rgba(102,102,102,1.00);
	border-top-color: rgba(102,102,102,1.00);
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	width: 140px;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
	height: 40px;
	text-align: center;
	line-height: 4rem;
	position: absolute;
	z-index: 100;
	top: -60px;
	left: 840px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(51,51,51,1.00);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.gototop a:hover{
	height: 45px;
	top: -65px;
	background-image: -webkit-linear-gradient(270deg,rgba(254,250,237,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,250,237,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,250,237,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,250,237,1.00) 0%,rgba(255,255,255,1.00) 100%);
	color: rgba(242,150,26,1.00);
	font-weight: 700;
}
.copyright {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: リュウミン M-KL;
}
#content #txtbox {
	margin-left: 20px;
	margin-top: 10px;
}

.center {
	text-align: center;
}



.noborder {
}
.noborder th {
}
.noborder td  {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.border {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background-color: rgba(255,255,255,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
}

.border th {
	border: 1px solid #CCCCCC;
	background-color: rgba(170,170,170,1.00);
	font-size: 1.2rem;
}
.border td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#txtbox .buttonbox {
	display: block;
	text-align: center;
}

.buttonbox a {
	font-size: 1.6rem;
	color: #ffffff;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	background-color: #0099ff;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	border: 3px solid rgba(0,157,253,1.00);
}

.buttonbox a img{
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
	}
.buttonbox a:hover  {
	border: 3px solid rgba(102,122,255,1.00);
	color: #6E7DDE;
	background-color: #FFFFFF;
}
.buttonbox a:after  {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.buttonbox a:hover:after  {
	right: 8px;
	border-top: solid 2px #6E7DDE;
	border-right: solid 2px #6E7DDE;
}
#sidebar_left .sidebar_box a:hover {

}
@media screen and (max-width: 840px) { 
#footer .footer_in {
	margin-bottom: 0px;
}
.footer_middle_left    {
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.footer_middle_right    {
	width: 50%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.footer_middle .title {
	width:100%;
	border: 1px solid #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	height: 3rem;
	line-height: 3rem;
}
}
@media screen and (min-width: 985px){ 
#footer {
	/*background-image: url(../images/footer_bg2.gif);*/
	height: 180px;
}
}
@media screen and (min-width: 841px) and (max-width: 984px) { 
	#footer{
		height:190px;
	}
}
@media screen and (min-width: 731px) and (max-width: 840px) { 
	#footer{
		height:215px;
	}
}
@media screen and (min-width: 581px) and (max-width: 730px) { 
	#footer{
		height:230px;
	}
}
@media screen and (min-width: 481px) and (max-width: 580px) { 
	#footer{
		height:260px;
	}
}
@media screen and (min-width: 339px) and (max-width: 480px) { 
	#footer{
		height:225px;
	}
}
@media screen and (max-width: 339px) { 
	#footer{
		height:245px;
	}
}
/*  −−−−−−−−−−−スマホサイズ用−−−−−−−−−−−  */
@media screen and (max-width:480px){
.clearfix {
	margin-bottom: 0;
}
#sidebar_left {
	width:100%;
	max-width:480px;
	margin-top:0px;
}
#sidebar_left .sidebar_box {
	border-bottom: none;
}

#sidebar_left .sidebar_box a  {
	background-image: url(../images/sidemenu_arrow_off.png);
	background-repeat: no-repeat;
	background-size: 9px 7px;
	background-position:7px center;
	background-color:rgba(255,245,239,1.00);
	border-bottom:dotted 1px #CCCCCC;	
	display: block;
	color: rgba(51,51,51,1.00);
	line-height: 3.5rem;
	text-indent: 20px;
	font-size: 1.6rem;
	-webkit-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	-o-transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
	transition: background-image 0.2s ease-in 0s, color 0.1s ease-in 0s;
}

#sidebar_left .sidebar_box a:hover {
	background-image: url(../images/sidemenu_arrow_on.png);
	background-repeat: no-repeat;
	background-size: 9px 7px;
	background-position:10px center;
	background-color:rgba(247,165,0,1.00)/*rgba(233,133,34,1.00)*/;
}

#sidebar_left .current a {
	color:#FF7F00;
}

#sidebar_box_cat {
	background-size:480px 45px;
}
#content_box,#content_box_max {
	width:100%;
	float:left;
	margin:0;
	padding:0 1rem;
}
h2 {
	background-image:none;
	width:100%;
	max-width:480px;
	color:#333333;
	text-indent:0;
	border-bottom:dotted 3px rgba(245,119,49,1.00);
}
h3 {
	width:100%;
	max-width:480px;
	height: 3rem;
	line-height: 3rem;
	text-indent: 0;
	font-size: 1.6rem;
	font-weight: normal;
	background-image: none;
	margin-bottom: 1rem;
	margin-top: 2rem;
	background-size: 100% auto;
	border-bottom:solid 1px rgba(245,119,49,1.00);
}
.h3nigyo{height: 4em;}
#txtbox,
.txtbox {
	width: 100%;
	margin: 0;
	padding: 0;
}
.txtbox img {
	margin: 0;
	padding: 0;
}
#sidebar_right{
	float: none;
	width: 100%;
	padding: 0 10%;
	/*display:none;*/
}
	
.sidebar_box,
	.linkimg{
	width: 280px;
}

#footer {
	padding:1rem 0;
	width: 100%;
	/*background-image: none;
	border-top: 3px double rgba(100,100,100,1.00);*/
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	/*height:245px;*/
}

/*#footer .footer_in {
	margin-bottom: 0px;
	max-width: 480px;
}*/
.footer_middle   {
	padding: 0;
	font-size:1.2rem;
}
.footer_middle_left    {
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.footer_middle_right    {
	width: 50%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.footer_middle .title {
	width:100%;
	border: 1px solid #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	height: 3rem;
	line-height: 3rem;
}
#footer .footer_in .footer_bottom {
	width: auto;
	max-width: 480px;
	text-align: center;
	padding-top: 20px;
	height: 24px;
	float: left;
	font-size: 1.2rem;
}
.display-none{display:none;}
.txtbox .imghalf {
	width:50%;
	height:auto;
	margin:10px 0px 10px 10px;
}
#map {
	width: 94%;
	max-height:350px;
	margin: 10px auto;
}
.buttonbox a img{
	width:20px;
	}
}



/*   大会プログラム用   */
.program_excerpt{
	display: table;
	width:100%;
}
.program_excerpt_left{
	width: 80px;
	text-align: center;
	color: rgba(242,150,26,1.00);
	 display: table-cell;
  vertical-align: middle;
}
.program_excerpt_right{
	border-left: 1px solid rgba(242,150,26,1.00);
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.program_excerpt span{
	font-weight: bold;
	padding-right: 10px;
}
.program_excerpt_right .tag{
	display: inline-block;
    padding: 4px;
    font-size: 1.2rem;
    border-radius: 2px;
    background-color:#F39800;
    color: #fff;
    line-height:1;
	margin:0;
}
	
.pspace{
	margin: 10px;
	padding: 10px;
}

#prop{
	margin: 5px;
	padding: 0px;	
	}


/*　大会プログラムtable用　*/
.tableWrapper {
	width:/*1200px*/100%;
	/*border:2px solid #f39800;*/
	margin-bottom:10px;
}
.bgcolor_01 {
	background-color:#DDD;
}
.tableWrapper th {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	background-color: #F39800;
	padding-right: 0.6em;
	padding-left: 0.6em;
	line-height: 1.2em;
	font-size: 1.4rem;
	text-shadow: rgba(52,73,94,0.4) 0 1px 0;
	font-weight:bold;
	border-bottom:#FF6600 solid 4px;
}
.tableWrapper td {
	/*padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;*/
	padding:0;
	vertical-align: top;
	background-color:#FFFFFF;
	font-size:1.2rem;
	line-height:3rem;
}
.tableWrapper td.time {
	font-weight: bold;
	text-align:center;
	background-color:#efefef;
	font-size:1.2rem;
}
.tableWrapper td.none {
	background-color:#efefef;
}
.category {
	margin: 0px;
}
.title {
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #F60;
}
.name {
	margin: 0px;
	line-height: 1.2em;
}
.name_many {
	line-height: 1.2em;
	margin-top: -1.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3em;
}
.name_many2 {
	line-height: 1.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3em;
}
.name_many3 {
	line-height: 1.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
.cosponsor {
	font-size: 1.0rem;
	color: #F60;
	line-height: 120%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableWrapper p {
	padding:0px;
}

.outside {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align:center;
}
.bx-prev{
	border: 3px solid #06f;
	display: block;
	width: 49%;
	float: left;
	padding-right: 0.6rem;
	padding-left: 0.6rem;
	line-height: 34px;
	margin-right: 1rem;
}

.bx-next {
	border: 3px solid #06F;
	display: block;
	width: 49%;
	float: left;
	padding-right: 0.6rem;
	padding-left: 0.6rem;
	line-height: 34px;
}
.bx-prev:hover {
	border: 3px solid #09F;
	background-color: #0099FF;
	color: #FFF;
}

.bx-next:hover {
	border: 3px solid #09F;
	background-color: #0099FF;
	color: #FFF;
}
a.bx-prev,
a.bx-next {
	color:#0066FF;
}
a div .title,
a div .cosponsor {
	color: #F60;
}
a div .category,
a div .name,
a div .name_many,
a div .name_many2
 {
	color: #333;
}
a div .title {
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 5px 0;
}
a div .cosponsor {
	margin:0;
}
a div {
	text-decoration:none;
	padding:5px 7px;
}
a div:hover,
a dl:hover {
	background-color:#ffdac1;
}
a div .name span,
a div .cosponsor span {
	display: inline-block;
    padding: 3px;
    font-size: 0.9rem;
    border-radius: 2px;
    background-color:#F39800;
    color: #fff;
    line-height:1;
	margin:0 5px 2px 0;
}
.tableWrapper td div.nolink,
.tableWrapper td dl.nolink {
	padding:5px 7px;
}

dl.session {
	text-decoration:none;
	padding:5px 7px;
}
dl.session .category
 {
	color: #333;
}
dl.session .title {
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 5px 0;
}
dl.session .tag {
	display: inline-block;
    padding: 4px;
    font-size: 1.0rem;
    border-radius: 2px;
    background-color:#F39800;
    color: #fff;
    line-height:1;
	margin:0;
}
dl.session .speaker {
	padding:0 0 0 1em;
}
dl.session .speaker2 {
	padding:1em 0 0 1em;
}
.tableWrapper dl dd {
	line-height:1.5rem;
	padding:0;
}

p.topBtn {
	text-align:right;
	font-size:84%;
	padding:0;
}
p.topBtn a {
	color:#0099FF;
}
p.topBtn a:hover {
	text-decoration:underline;
}
/*.disabled {
	display:none;
}*/



/*  −−−−−−−−−−−　カウントダウンタイマー用トップ画像　−−−−−−−−−−−  */

@media screen and (min-width:1280px){ 
.indextopimg1,.indextopimg2,.indextopimg3{display: none;}
.imagestopback０{
	background-image: url(../images/header_top.png);
	background-repeat: no-repeat;
	/*background-position:center;*/
	height: 75px;
}
.imagestopback1{
	background-image: url(../images/header_top.png);
	background-repeat: no-repeat;
	/*background-position:center;*/
	height: 75px;
}
.imagestopback2{
	background-image: url(../images/header_middle.png);
	background-repeat: no-repeat;
	/*background-position:center;*/
	height: 140px;
}

.imagestopback3{
	background-image: url(../images/header_bottom.png);
	background-repeat: no-repeat;
    /*width: 1400px;*/
    height: 365px;
}
.imagestopback4{
    display:none;
}
/*.thumbnailaaa{
    width: 100%;
    height: 100%;
    background-image: url(../images/header_bottom.png);
	/*background-position:center;*/
	/*background-repeat: repeat-x;
}*/
.labelaaa{
	width: 300px;
	position: absolute;
	bottom: 0px;
	left:5%;
	background-color: #FFFBCB;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 5px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
}
@media screen and (min-width: 0px) and (max-width: 1279px) { 
.thumbnailaaa{display: none;}
.imagestopback0,.imagestopback1,.imagestopback2,.imagestopback3,.indextopimg4{
	background-image: none;
	height: auto;
	padding: 0px;
	line-height: 0px;
}
.indextopimg0,.indextopimg1,.indextopimg2,.indextopimg3,.indextopimg4{
	display: inline-block;
}
.indextopimg0 img,.indextopimg1 img,.indextopimg2 img,.indextopimg3 img,.indextopimg4 img{
	width: 100%;
}
.indextopimg4 img{
	display:none;
}
}
@media screen and (min-width: 920px) and (max-width: 1279px) { 
.imagestopback0{
    position: relative;
}/*元style.imagestopback3{
    position: relative;
}*/
.labelaaa{
	width: 300px;
	position: absolute;
	bottom: 0px;
	left:5%;
	background-color: #FFFBCB;
	color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 5px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#timer {
	padding:20px 0 10px 0;
}
}
@media screen and (max-width: 919px) { 
.labelaaa{display: none;}
}

/*   カウントダウンタイマー   */

.yycountdown-box{
	text-align:center;
	margin:10px 0;
	color:#FF8500;
}

#timer .yycountdown-box .yyc-day{
	font-size:3.0em;
	color:#FF8500;
}
#timer .yycountdown-box .yyc-hou{
	font-size:3.0em;
	color:#FF8500;
}
#timer .yycountdown-box .yyc-min{
	font-size:3.0em;
	color:#FF8500;
}
#timer .yycountdown-box .yyc-sec{
	font-size: 3.0em;
	color: #FF8500;
	display: none;
}

#timer .yycountdown-box .yyc-day-text,
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text{
	font-size:1.0em;
}


/*   プログラム詳細ボタン   */
.prbutton {
	display: inline-block;
	width: 175px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #F39800;
	border: 2px solid #F39800;
	color: #fff;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 15px;
}
.prbutton:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.prbutton::before,
.prbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #F39800;
}
.prbutton::before {
	right: 0;
}
.prbutton::after {
	left: 0;
}
.prbutton:hover::before,
.prbutton:hover::after {
	width: 0;
	background-color: #59b1eb;
}
.prbutton,
.prbutton::before,
.prbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.prgh4 h4{
	background-color: #F39800;
	color: #fff;
	font-size: 20px;
}
	
	

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list-square ul,.list-square li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
}
.list-decimal ul,.list-decimal li {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*   右ナビ申し込みフォーム   */
.btnBox {
	border:#F39801 solid 4px;
	background-color:#FEF5E9;
	padding:15px 12px;
	text-align:center;
	margin-bottom:15px;
}
.buttonbox2 {
	display: block;
	text-align: center;
	margin-bottom:10px;
}

.buttonbox2 a {
	font-size: 1.6rem;
	color: #ffffff;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid rgba(0,157,253,1.00);
	
	
	
/* safari v4.0+ and by Chrome v3.0+ */
background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.03, rgb(132,206,255)),color-stop(0.5, rgb(34,167,255)),color-stop(0.51, rgb(47,172,255)),color-stop(0.99, rgb(0,153,255)));
/* Chrome v10.0+ and by safari nightly build*/
background:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(132,206,255) 3%,rgb(34,167,255) 50%,rgb(47,172,255) 51%,rgb(0,153,255) 99%);
background:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(132,206,255) 3%,rgb(34,167,255) 50%,rgb(47,172,255) 51%,rgb(0,153,255) 99%);
border-color:rgb(0,153,255);
width:100%;
}

.buttonbox2 a img{
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
	}
.buttonbox2 a:hover  {
	border: 1px solid rgba(102,122,255,1.00);
	color: #6E7DDE;
	background:rgb(255,255,255);
}
.buttonbox2 a:after  {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.buttonbox2 a:hover:after  {
	right: 8px;
	border-top: solid 2px #6E7DDE;
	border-right: solid 2px #6E7DDE;
}
.btnBox p {
	text-align:left;
}
.btnBox p a {
	color:#CC0000;
	text-decoration:underline;
}
.btnBox p a:hover {
	text-decoration:none;
}

@media screen and (min-width:919px){
.btnBox_toppage{
	display:none;
	}	
}


/*  −−−−−−−−−−−スマホサイズ用−−−−−−−−−−−  */
@media screen and (max-width:480px){
.indextopimg0,
.indextopimg1,
.indextopimg2,
.indextopimg3,
.indextopimg4{
	display:none;
}
/*.indextopimg4{
	display:block;
}
.indextopimg4 img{
	display:block;
}*/
.imagestopback4{
	height: 150px;
    background-image: url(../images/header_main_mobile2.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.indextopimg4 img{
	display:none;
}

header {
	background-image:none;
}
#header .images img {
	display:none;
	
}
#header .images {
	height:50px;
	background-image: url(../images/header_mobile2.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
}
.prbutton {
	display: inline-block;
	width: 45%;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #F39800;
	border: 2px solid #F39800;
	color: #fff;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.socialbtn {
	margin-top:0.5rem;
}
#menu {
	display: none;
}
	
.appbannar{
	width: 280px !important;
	margin: -20px auto 0 auto !important;
}
	.QRimg{
		display: none;
	}

}
@media screen and (min-width : 481px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 919px) { 
.video-container {
	position: inherit;
	padding-bottom:30px;
	padding-top: 30px;
	height: auto;
	overflow: visible;
	max-width: 560px;
	height: 375px;
	margin:0 auto;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: inherit;
	top: auto;
	left: auto;
	width:100%;
	height:100%;
}
}
@media screen and (min-width:920px){
	.programnavi #menu {
    display: block;
}
	.programnavi .slicknav_menu {
    display: block;
	margin-bottom:10px;
}
}




/*   お土産表示   */
.omiyage{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
}

.o_row{
	display: flex;
	flex-wrap: wrap;
	/*margin-right: -15px;
	margin-left: -15px;*/
}

.o_col{
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
    width: 100%;
    /*padding-right: 15px;*/
    padding-left: 15px;
}

.img-fluid{
	max-width: 98%;
	height: auto;
}




.btn_short{
    font-size: 1.6rem;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #0099ff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid rgba(0,157,253,1.00);
}

.sdg_title{
	color:#f6a319;
	font-size:1.2em;
}

.sdg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sdg img{
	width: 100px;
	margin: 4px;
}


/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:orange !important;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


.modalClose {
  font-size: 2rem;

}

.modaal-close{
  background-color: white !important;
 }


.modalClose:hover {
  cursor: pointer;
}


/*カテゴリー別テーブル表*/
.cat1 {
	background: #F39800;
       color:#fff;
	width:22%;
}
.cat2{
	background: #F39800;
       color:#fff;
	width: 13%;
}
.cat3 {
	background: #F39800;
       color:#fff;
	width: 65%;
}


.tag-w{
	display: inline-block;
    padding: 4px !important;
    font-size: 1.2rem;
    font-weight:bold;
    border: 1px solid #F39800;    
    border-radius: 2px;
    background-color:#fff;
    color: #F39800;
    line-height:1;
	margin: 3px 10px 6px 0;
}
