@charset "utf-8";


.spOnly{
	display: none;	
}
.pcOnly{
	display: block;
}




.cat_tag{
	background: #860909;
	color: #fff;
	padding: 1px 8px;
	font-size: 90%;
	border-radius: 3px;
}

.post_list li span {
    float: left;
    display: block;
    width: 165px;
}
.post_list li a.title {
    color: #333;
    float: left;
    display: block;
    width: auto !important;
    padding: 0 0 0 15px;
    border-left: 1px solid #ddd;
}

.inr{
	width: 960px;
    margin: 20px auto;
}

.link_box h3{
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 170%;
    margin: 0 0 15px 0;
}

.link_box a{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	vertical-align: middle;
}


.ul_event .ul_event_img,.ul_event .ul_event_right{
	display: inline-block;
	vertical-align: top;
}

.ul_event{
	margin-bottom: 15px;
	padding-bottom: 30px;
}

.ul_event_img{
	margin-right: 30px;
	width: 80px;
	height: 80px;
	overflow: hidden !important;
}
.ul_event_img img{
	width: 100%;

	background: #CCC;
}
.ul_event .ul_event_right{
	width: 630px;
}
.ul_event_right1{
	display: block;
}
.ul_event_right2{
	display: block;
}
.ul_event_right .date{
display: inline-block;
float: none;
    margin-bottom: 5px;
}
.ul_event_right .cat_tag{
display: inline-block;
float: none;
}
.ul_event .p_tit {
    color: #333;
    float: none !important;
    display: block !important;
    width: auto !important;
    padding: none !important;
    border-left:none !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.ul_event_right .p_txt{
	line-height: 1.4em;
}

.ul_event li span{
	width: auto !important;
}


input[type="text"],input[type="email"]{
    padding: 8px 10px !important;
    font-size: 15px;
    border: solid 1px #999;
    border-radius: 4px;
    background: #f8f8f8;

}

.event_info_head input[type="text"]{
    padding: 8px 10px !important;
    font-size: 15px;
	border: solid 1px #999;
    border-radius: 4px;
    background: #f8f8f8;
}

textarea{
	border: solid 1px #999;	
    padding: 8px 10px !important;
    border-radius: 4px;
    background: #f8f8f8;
}

.btn.middle{
	margin: 0  auto;
	display: block;
	text-align: center;
	max-width: 300px;
}
.btn,.submit_btn {
  background: #e84c4c;
  background-image: -webkit-linear-gradient(top, #e84c4c, #b84c4c);
  background-image: -moz-linear-gradient(top, #e84c4c, #b84c4c);
  background-image: -ms-linear-gradient(top, #e84c4c, #b84c4c);
  background-image: -o-linear-gradient(top, #e84c4c, #b84c4c);
  background-image: linear-gradient(to bottom, #e84c4c, #b84c4c);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.submit_btn{
    text-align: center;
    margin: 0 auto;
    padding: 16px 60px;
}
.btn_block{
	text-align: center;
    margin: 40px 0 90px;
}
.btn:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
	color: #fff;
}
.btn:active{
	color: #fff;
}


/* form */
.text_title{
    width: 98%;
    border: none !important;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.form_date{
    width: 140px;
}


.input_address,.form_date,.form_date2,.input_price{
	border: none !important;
}
.input_price{
	display: inline-block;
}

.tour_date span{

	font-size: 18px;
}
.tour_date p{
font-size: 18px;	
}


.archive_content h3{
	border-bottom: solid 1px #000;
	padding-bottom: 8px;
	margin: 20px 0;
}

.ul_event_finished{
	border: solid 1px #ccc;
	padding: 10px;
}


.ul_event li {
    background: url(img/common/dot1.gif) repeat-x left bottom;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.event_archive_list{
    padding: 0 20px;
}

.drawer-nav{
	background: #000 !important;
}


.drawer-nav ul{
	padding: 3%;
}
.drawer-nav li{
	font-size: 15px;
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #999;
    box-shadow: 0 1px 0 #f2f2f2;
    color: #fff;

}
.drawer-nav li a{
	color: inherit;
    text-decoration: none;
    display: block;
    padding: inherit;
    margin: inherit;
}

#footer_wrap {
    min-width: 100%;
}
#copyright {

    min-width: 100%;
}

#contents h3{
	margin: 20px 0;
	font-size: 17px;
	border-bottom: solid 2px #900000;
	padding-bottom: 10px;
	color: #900000;
}

.contact_table .required{
	background: #b73535;
	display: inline-block;
	margin-left: 4px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	padding: 1px 8px;
}

.post td, .post th {
    
}

.member_box table th{
width: 30%;	
}

.policy_box{
	border: solid 1px #ccc;
	padding: 20px;
	border-radius: 3px;
	height: 300px;
	overflow: scroll;
}
.policy_box p,.policy_box ol li{
	font-size: 13px;
    line-height: 1.6rem;
}
.policy_box p,.policy_box ol{
	margin-bottom: 2rem;
}
.policy_box .p_tit{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    border-bottom: solid 2px #cccc;
    line-height: 2.6rem;
}
.policy_box .p_subtit{
	font-weight: bold;
	font-size: 15px;
    margin-bottom: 0;
    line-height: 2.6rem;
}



.archive_tit{
	float: left;
	overflow: hidden;
    width: 540px;
}