/* -------------------------------------------------
button
------------------------------------------------- */
/* input[type="submit"], */
input[type="button"] {
	margin: 0 5px;
	padding-bottom: 2px;
	width:180px;
	height: 46px;
	border-radius: 8px;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #ff6e78;
	transition: all 0.4s;
/*	display: flex;
	justify-content: center;
	justify-content: space-around; */

	align-items: center;
}

@media screen and (max-width:480px) {
input[type="button"] {
	width:80px;
}
}

/* input[type="submit"]:hover, */
input[type="button"]:hover {
	color: #fff;
	background-color: #46aa32;
	cursor: pointer;
}
.red    { color:#ff0000; }
.blue   { color:#0000ff; }
.orange { color:#ff6600; }
.yellow { color:#FFFF00; }
.black  { color:#ffffff; }
.green  { color:#32C102; }

/* -------------------------------------------------
登録画面
------------------------------------------------- */
#partyFee {
    font-size:0.9em;
}

/* -------------------------------------------------
登録完了
------------------------------------------------- */
.completeLead {
	text-align:left;
	width:95%;
	margin-left:auto;margin-right:auto;
	margin-top:8px;
	margin-bottom:34px;
	padding: 12px 0px 10px 0px;
        line-height:1.6;

}
.prohibition {
	font-size: 1.0em;
	padding:10px 0px 0px 8px;
}

/* -------------------------------------------------
登録エラー
------------------------------------------------- */
.error {
    color:#ff0000;
	line-height:1.3;
    font-size:16px;
}

.errorBox {
	text-align:left;
	width:700px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
	padding: 12px 0px 10px 16px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}

/* -------------------------------------------------
決済page
------------------------------------------------- */
.cancelPolicy {  
	font-size: 1.0em;
	line-height: 125%;
}
.MessageRed    {
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;
        padding-top: 8px;
        padding-bottom: 18px;
}
.MessageBox li {
	font-size: 1.0em;
/*    list-style: disc outside none; */
	background-color: #f5f5f5;
	margin: 5px 30px;
	padding: 10px 30px 10px 30px;
}

.table_two dd  p.noteBlack {
	font-size: 1.3rem;
	color: #333333;
	margin-top: 10px;
	line-height: 1.2;
}
.notBack {
	margin-left:64px;
}


/* -------------------------------------------------
マイページ
------------------------------------------------- */

.space {
/*	height:20px; */
}



/* -------------------------------------------------
マイページ 参加者リスト
------------------------------------------------- */
.participant_list {
	margin:auto;
	cellpadding:0;
	cellspacing:3;
}


.abstract_list {
	padding-left:40px;
}

/* Menu button */
.menu_btn a{
    color:#287240;
    text-decoration:none;
    height:24px;
    line-height:190%;
    margin:auto;
    display:block;
    border-width:0px 1px 0px 0px;
    border-style:solid;
    border-color:#c6c6c6;
    padding-bottom:1px;
    text-align:center;
}
.menu_btn a:hover{
    color:#ffffff;
    background-color:#ac2027; /* 9ea2c6; */
    padding-bottom:1px;
}
.menu_btn_v a{
    color:#ffffff;
    text-decoration:none;
    height:24px;
    line-height:190%;
    margin:auto;
    display:block;
    border-width:0px 1px 0px 0px;
    border-style:solid;
    border-color:#ac2027;  /* #5427a5; */
    background-color:#ac2027; /* 5427a5; */
    padding-bottom:1px;
    text-align:center;
}
.menu_btn_v a:hover{
    color:#ffffff;
    background-color:#ac2027; /* 5427a5; */
    padding-bottom:1px;
}

.pager {
	text-align:left;
/*    margin:3px 35px 3px -2px; */
	padding:2px 0px 2px 0px;
/*	background-color:#f3f3f3;
	border:solid 1px #cccccc;
	width:960px;  */
}

.valueAbstract {
	padding-left:6px;
	border-bottom:1px dotted #333;
}
.valueAbstractv {
 	padding-left:6px;
	border-bottom:1px dotted #333;
	background:#F9F9F9; 
}
.h_item {
    font-weight:bold; 
	padding: 4px 8px 4px 8px;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    color:#333;
	background: #F5F5F5; 
}


/* -------------------------------------------------
AUth Error
------------------------------------------------- */
.errorTitle {
    text-align:left;
    font-size:16px;
    color: #ff0000;
}
.logoutBox {
	text-align:left;
	width:600px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
	padding: 12px 0px 10px 6px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}

/* -------------------------------------------------
マイページ 参加者リスト
------------------------------------------------- */
.MessageBlackLeft {
	padding-top: 10px;
	text-indent: -4em;
	padding-left: 5em;
	font-size: 0.9em;
	line-height:1.4;
}

/* -------------------------------------------------
団体参加者専用ページ
------------------------------------------------- */
.confirmMessage {
	text-align:center;
}
