#respond h3 {
	margin-bottom: 0 !important;
}
#stepTitle {
	text-align: center;
/*     background-color: #FEEDD1 !important; */
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	background-image: none !important;
	padding-top: 12px !important;
}5

    
    
#respond h3 + p {
/* 	margin-bottom: 10px; */
	font-size: 12px !important;
	
	text-align: center;
/*     border: 1px solid #ccc; */
    border-bottom: none;
    border-top: none;
    padding: 15px 0;
    
}
#reservceStoreImageWrapper {
	height: 300px;
	overflow: hidden;
}
#reservceStoreImageWrapper img {
	width: 100%;
}
#reservceStoreImageWrapper + p {
	text-align: right;
	
}


h3#mailFlowTitle {
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	text-align: center;
    background-color: #FEEDD1 !important;
    background-image: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    border: 1px solid #ccc;
    border-bottom: none;
    padding-top: 5px !important;
}
#eventDetailTable.share_mail,
#eventDetailTable.share_mail_confirm {
	margin-top: 0;
}



#eventDetailTable {
	margin: 0 auto 0 auto;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    background-repeat: repeat-x;
    background-position: top;
    border-collapse: collapse;
    width: 100%;
/*     margin-top: 20px; */
}
#eventDetailTable2,
#eventDetailTable3 {
	margin: 0 auto 0 auto;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top:none;
    background-repeat: repeat-x;
    background-position: top;
    border-collapse: collapse;
    width: 100%;
}
/*
#eventDetailTable th,
#eventDetailTable2 th {
	padding: 5px;
}
#eventDetailTable td,
#eventDetailTable2 td {
    padding: 5px;
}
*/
#eventDetailTable th.valueTh,
#eventDetailTable2 th.valueTh,
#eventDetailTable3 th.valueTh,
#eventDetailTable3 th.valueTh2 {
	padding: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    background-color: #FEEDD1;
    border-left: none;
    border-right: none;
    font-size: 16px;
    white-space: nowrap;
}

#eventDetailTable td.valueTd,
#eventDetailTable2 td.valueTd,
#eventDetailTable3 td.valueTd {
	padding: 5px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-left: none;
    border-right: none;
    background-color: white;
    font-size: 16px;
    vertical-align: inherit;
    line-height: 1.8em;
    word-break: break-all;
}

#eventDetailTable2 th.valueTh,
#eventDetailTable2 td.valueTd,
#eventDetailTable3 th.valueTh,
#eventDetailTable3 td.valueTd {
	border-top:none;
}

#eventDetailTable th.valueTh,
#eventDetailTable3 th.valueTh2{
	width: 154px;
}
#eventDetailTable3 th.valueTh2{
	border-top: none;
}


#eventDetailTable2 th.valueTh,
#eventDetailTable3 th.valueTh{
	width: 136px;
}


.share_mail td.valueTd {
	width: 580px;
}
.inputText{
	padding: 5px 9px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
}
.share_mail td.valueTd textarea{
	height: 450px;
	border: 1px solid #ccc;
}
.inputTextSmall{
	width: 100%;
    padding: 5px 9px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.red {
	color: red;
}
#datepickerLeft {
	float: right;
	width: 240px;
    margin-right: 5px;
    padding: 0 5px 5px 5px;
	
}
#datepickerLeft p {
	margin: 0;
	margin-bottom: 10px;
	font-size: 11px;
	color: red;
	
}
#datepicker {
	float: left;
	width: 260px;
	font-size: 13px;
}
#datepicker p {
	font-size: 11px !important;
	color: red;
	text-align: center;
}
#schedule_days {
	padding: 5px;
    font-size: 14px;
    height: 171px;
    width: 100%;
    border: 1px solid #ccc;
}
p.attention {
	color: red;
}    
#shareTable {
	
}
#shareTable th img{
	vertical-align: middle;
}
#shareTable td{
	width: 50%;
}
#shareTable p{
	font-size: 11px !important;
	font-weight: normal;
}
#editEventForm {
	margin-bottom: 20px;
}
#share_emails {
	width: 100%;
    padding: 5px;
    font-size: 14px;
    height: 140px;
}
#share_emails + p{
	    margin-top: 10px;
}

.submitBtn input.bBack {
	border-color: #cfcfcf;
	background-color: #cfcfcf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #666666));
	background-image: -webkit-linear-gradient(top, #cfcfcf, #666666);
	background-image: -moz-linear-gradient(top, #cfcfcf, #666666);
	background-image: -ms-linear-gradient(top, #cfcfcf, #666666);
	background-image: -o-linear-gradient(top, #cfcfcf, #666666);
	background-image: linear-gradient(top, #cfcfcf, #666666);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cfcfcf, endColorstr=#666666);
}
#selectDaysTable {
	margin: 0;
}


.user_record table th {
	width: 182px;
}
.oax.active, .oax:hover {
    border: 1px solid #7A7A7A;
    background-color: #7cc93a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cc93a), color-stop(100%, #42a012));
    background-image: -webkit-linear-gradient(top, #7cc93a 0%, #42a012 100%);
    background-image: -moz-linear-gradient(top, #7cc93a 0%, #42a012 100%);
    background-image: -ms-linear-gradient(top, #7cc93a 0%, #42a012 100%);
    background-image: -o-linear-gradient(top, #7cc93a 0%, #42a012 100%);
    background-image: linear-gradient(top, #7cc93a 0%, #42a012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff9cbf8b', endColorstr='#ffb3cfa6');
}
.oax {
    background: #f4f4f4;
    cursor: pointer;
    width: 38px;
    height: 38px;
    float: left;
    background-position: 0 -40px;
    background-size: 100% 100px;
    margin-right: 10px;
    border-radius: 99em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: box-shadow 0.2s, background-position 0.3s;
    -moz-transition: box-shadow 0.2s, background-position 0.3s;
    -ms-transition: box-shadow 0.2s, background-position 0.3s;
    -o-transition: box-shadow 0.2s, background-position 0.3s;
    transition: box-shadow 0.2s, background-position 0.3s;
    position: relative;
    -ms-behavior: url("/assets/js/css/PIE.htc");
    behavior: url("/assets/js/css/PIE.htc");
}
.oax.active.oax-3:after {
    background-position: -50px 0;
}
.oax.oax-3:after {
    background-position: -50px -50px;
}
.oax.active.oax-1:after {
    background-position: 0 0;
}
.oax.oax-1:after {
    background-position: 0 -50px;
}
.oax.active.oax-2:after {
    background-position: -100px 0;
}
.oax.oax-2:after {
    background-position: -100px -50px;
}
.oax:after {
    background-image: url("/wp-content/themes/rakutonet/images/attendance2.png");
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    margin-top: 9px;
    margin-left: 9px;
}
.shopAddress {
	font-size: 11px;
}
.mt50 {
	margin-top: 50px;
}
th.decide {
	color: red;
	background-color: #FEEDD1;
}
td.decide {
	background-color: #FEEDD1;
	font-weight: bold;
}
#bCsvDownload {
	font-size: 12px;
}
#main  .sp {
	padding: 5px;
}
#main .sp #contents-restaurant-list .flame-body h3 {
	    background: url("/wp-content/themes/rakutonet/images/icon-orange-sercle.png") no-repeat 5px 10px;
    padding: 1px 0px 5px 20px;
    font-size: 20px !important;
        margin-top: 3px;
}

#main .sp #reservceStoreImageWrapper {
	height: auto;
}
#main .sp #reservceStoreImageWrapper + p {
	padding-right: 5px;
}
#main .sp .user_record table th {
    width: 76px;
}

#main .sp  #tableArea {
	overflow: scroll;
	width: 98%;
	float: none;
	text-align: center;
	height: auto;
}
#main .sp  #tableArea #nittei {
/* 	width: 310px; */
	width: 200%;
	margin: 0 auto;
}

#tableArea {
/* 	float: left; */
    clear: both;
    /* margin: 20px; */
    padding: 0;
    height: 300px;
	overflow: scroll;
    width: 712px;
}
pre                 { float: right; margin: 0; padding: 0 0 0 20px; font-size: 12px; }
#tableArea th,
#tableArea td         { font-size: 14px; }
#tableArea th.some,
#tableArea td.some    { width: 120px; }
#tableArea th.other,
#tableArea td.other   { width: 150px; }
#tableArea th         { background-color: #FEEDD1; }

#tableArea .tbodyScroll-outer {
	width: 712px;
}
#tableArea .leftTh {
	width: 100px;
}
#tableArea .date {

}
#tableArea .comment {
	width: 100px;
}

#actionWrapper {
	padding: 0;
	margin: 0;
}
#actionWrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.coordinateWrapper .flame-header {
	background: url("/wp-content/themes/rakutonet/images/title-coordinate-top.gif") no-repeat left top !important;
	height: 120px !important;
}

.coordinateWrapper .flame-header h2{
	padding: 8px 5px 0px 5px !important;
	text-align: center;
}

#flowImage {
	margin-bottom: 40px;
}
.explane {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

#modal-main {
display: none;
width: 500px;
height: 300px;
margin:0;
padding:0;
background-color: #ffffff;
color: #666666;
position:fixed;
z-index: 2;
}
#modal-bg {
display:none;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.5);
position:fixed;
top:0;
left:0;
z-index: 1;
}

#shareHistoryWrapper {
	
}
#shareHistoryWrapper h4 {
	border-left: 5px solid #ccc;
    padding-left: 10px;
}
#shareHistoryWrapper ul {
	height: 50px;
    overflow: scroll;
    padding: 5px 0;
    margin-bottom: 10px;
}
#shareHistoryWrapper ul li {
	list-style-type: disc;
    padding-left: 2px;
    list-style-position: inside;
}
#bPDFDownload {
	position: absolute;
    right: 3px;
    z-index: 2;
    top: -4px;
}
#respond.comment-respond {
	position: relative;
}








#nittei {
    border: 1px solid #ddd;
}
table.schedule {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    text-align: center;
}
table th {
	background-color: #dedede;
}
table th,
table td {
 	padding: 8px;
 	text-align: center;
 	font-size: 13px;
 	    border: 1px solid #cdcdcd;
}
table th.date {
	font-size: 12px;
}

#nittei tr:first-child td {
    background: #f5f5f5;
    font-weight: bold;
}
#nittei tr td:first-child {
    font-size: 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    font-weight: bold;
}
table.schedule tr td {
    padding: 8px;
}
#f > * {
/*     width: 500px !important; */
/*     margin: 0 auto !important; */
}
#f table {
    width: 100% !important;
}
table.choice {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 20px 0 20px;
    font-size: 125%;
}
#shopImageWrapper {
	float: right;
}
#post_title,
#f_nickname,
#f_mail,
#f_comment {
/* 	padding: 10px; */
	width: 305px;
/* 	font-size: 20px; */
}
#post_content {
	padding: 10px;
	width: 305px;
	font-size: 16px;
	height: 96px;	
}
.step {
	border-left: 5px solid #F96407;
	padding-left: 10px;
}
.example {
	font-size: 12px !important;
	margin: 5px 0;
}
#kouho {
	width: 305px;
    padding: 10px;
    height: 108px
}
.sp_top_p {
	text-align: center;
	margin-top: 30px;
}
.submitBtn {
	text-align: center;
	margin-top: 30px;
}   


.submitBtn input,
#listLink input,
#memUpdBtn { 
	border: 1px solid #df0909;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #f62b2b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f62b2b), color-stop(100%, #d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(top, #f62b2b, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
    font-size: 18px;
    width: 200px;
    cursor: pointer;
    overflow: hidden;
}

#bDeleteRecord {
	
	border: 1px solid #df0909;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f62b2b), color-stop(100%, #d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(top, #f62b2b, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
    font-size: 18px;
    width: 200px;
    cursor: pointer;
    overflow: hidden;
    padding: 14px;
}
#bDeleteRecord:hover {
	border: 1px solid #df0909;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #f62b2b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f62b2b), color-stop(100%, #d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(top, #f62b2b, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
    font-size: 18px;
    width: 200px;
    cursor: pointer;
    overflow: hidden;
    padding: 14px;
    text-decoration: none;
}

.submitBtn.sp input {
	width: 171px;
}

input.disabled {
	opacity: 0.3;
}

#listUrl {
	padding: 10px;
	font-size: 16px;
	width: 690px;
    margin-top: 10px;
    background-color: #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#organizerMainImage {
	margin-bottom: 10px;
}
#organizerMenuWrapper {
	
}
#organizerMenuWrapper ul {
	
}
#organizerMenuWrapper ul li {
	display: inline-block;
	width: 350px;
	vertical-align: top;
}
#organizerMenuWrapper ul li:first-child {
	margin-right: 7px;
}
#organizerMenuWrapper.coordinate,
#organizerMenuWrapper.maillinglist {
	margin-bottom: 20px;
}

#organizerMenuWrapper.coordinate ul li,
#organizerMenuWrapper.maillinglist ul li  {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	text-align: center;
	margin-right: 0;
}
#organizerMenuWrapper ul li img {
	margin-bottom: 10px;
}


#recentltEventWrapper {
		
}
#recentltEventWrapper h2,
#searchShopWrapper h2 {
	background: url("/wp-content/themes/rakutonet/images/icon-orange-sercle.png") no-repeat 5px 27px;
    padding: 5px 0px 5px 20px;
    line-height: 1.4em !important;
    font-size: 20px !important;
    /* border-bottom: dotted 1px #F96407; */
    margin-bottom: 10px;
    margin-top: 3px;
    padding-top: 18px;
}

#mailinglist {
	width: 692px;
	height: 300px;
	padding: 10px;
	font-size: 14px;
}

.swiper-container {
	width: 342px;
}

.error {
	display: none;
	    color: red;
}