@charset "utf-8";

/* --------------------------
    ログイン画面
----------------------------- */
#login{
	padding:150px 0 0 0;
}



/* --------------------------
    
----------------------------- */
#breededit{
}
#breededit .left{
	width:265px;
	margin:0 0 0 -2px;
	float:left;
}
#breededit .gray_btn{
	font-size:18px;
	margin:50px auto 0 0;
	float:left;
}
#breededit .gray_btn i{
	padding:0 7px 0 0;
}
#breededit .gray_btn a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:8px 45px;
	border:1px solid #ccc;
	border-bottom:3px solid #ddd;
	background:linear-gradient(to bottom, #ddd 0%, #fff 100%);
	box-sizing:border-box;
}



#breededit .s_gray_btn{
	font-size:100%;
	/*width:auto;*/
	/*margin:30px 15% 0 15%;*/
	margin:30px 15% 0 5%;
	-webkit-transition:0.3s ease-in-out;
	   -moz-transition:0.3s ease-in-out;
	     -o-transition:0.3s ease-in-out;
	        transition:0.3s ease-in-out;
}
#breededit .s_gray_btn:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
#breededit .s_gray_btn label{
	color:#333;
	text-decoration:none;
	display:block;
	padding:8px 15px;
	border:1px solid #ccc;
	border-bottom:3px solid #ddd;
	background:linear-gradient(to bottom, #ddd 0%, #fff 100%);
	box-sizing:border-box;
	cursor:pointer;
}



#con1 .inner{
	/*width:90%;*/
	margin:0 auto;
}
#con1 .rireki_table{
	width:100%;
	font-size:15px;
	border-collapse:collapse;
}
#con1 .rireki_table th{
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:none;
	background:none;
	padding:15px 0;
	box-sizing:border-box;
	min-width:50px;
}
#con1 .rireki_table td{
	font-size:15px;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:none;
	padding:15px 5px;
	box-sizing:border-box;
}



/*
#breededit .serch_box table{
	width:100%;
	font-size:12px;
}
#breededit .serch_box table th{
	padding:6px 10px;
	text-align:center;
}
#breededit .serch_box table td{
	padding:5px 10px;
}
#breededit .serch_box .inner{
	border:none;
}
*/



#breededit .close a{
	color:#666;
	font-size:90%;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:30px 35% 30px 35%;
	padding:3px 15px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-transition:0.3s ease-in-out;
	   -moz-transition:0.3s ease-in-out;
	     -o-transition:0.3s ease-in-out;
	        transition:0.3s ease-in-out;
}
#breededit .close a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}



#breededit .close i{
	margin:0 5px 0 0;
}

#breededit input[type="checkbox"].on-off:checked + div{
    height:380px;
}



#breededit .regist_table{
	width:100%;
	background:#fff;
	font-size:15px;
	border-collapse:collapse;
}
#breededit .regist_table th{
	/*
	width:180px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	background:#F2F2F2;
	padding:15px 0 15px 15px;
	box-sizing:border-box;
	*/
	font-weight:normal;
	border:1px solid #D8E0E7;
	background:#F8F9FC;
	padding:20px;
	text-align:left;
	width:200px;
}
#breededit .regist_table th span.required{
	padding:3px 8px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height:1.0;
	vertical-align:middle;
	color: #fff;
	background: #E94647;
}

#breededit .regist_table td{
	border:1px solid #D8E0E7;
	padding:20px;
}

#breededit .regist_table th:hover{
	cursor:auto;
}


/*
#breededit .regist_table tr{
	-webkit-transition:0.3s ease-in-out;
	   -moz-transition:0.3s ease-in-out;
	     -o-transition:0.3s ease-in-out;
	        transition:0.3s ease-in-out;
}
#breededit .regist_table tr:hover{
	cursor:auto;
	background:#fff;
	
}
#breededit .regist_table th:last-child{
	border-right:none;
}
#breededit .regist_table td:last-child{
	border-right:none;
}
*/



#breededit .regist_table td .upphoto{
	text-align:center;
}
#breededit .regist_table td .upphoto img{
	max-width:200px;
	max-height:150px;
}

#breededit .regist_table td .upphoto_del{
	text-align:center;
	padding:5px 0 10px 0;
}
#breededit .regist_table td .upphoto_del input{
	vertical-align:middle;
}



#breededit .regist_table ul{
	list-style:none;
}
#breededit .regist_table li{
	margin:0 15px 0 0;
	float:left;
}

/*　バリデーション　*/
#breededit .regist_table .error.attention label {
	color: #f33;
	position: relative;
	display: block;
	margin: 15px auto 0;
	width: 100%;
	padding: 10px;
	background: rgba(255,238,238,1);
	cursor: default;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*　控えPDF DL　*/
#breededit .hikae_pdf_dl {
	text-align: right;
	font-weight: bold;
	margin: -50px 0 50px 0;
}
#breededit .hikae_pdf_dl i {
	color: #E94647;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/*　解約　*/
#breededit .tableBlock .pdf_print_btn{
	background: #FFF;
}
#breededit .tableBlock .pdf_print_btn.kaiyaku_flag_on{
	background: #F5F5F5;
	color: #888;
}

#breededit .regist_table.kaiyaku_flag_on tr,
#breededit .regist_table.kaiyaku_flag_on th,
#breededit .regist_table.kaiyaku_flag_on td{
	background: #F5F5F5;
	color: #888;
}

.common_table tr.kaiyaku_flag_on,
.common_table th.kaiyaku_flag_on,
.common_table td.kaiyaku_flag_on{
	background: #F5F5F5;
	color: #777;
}


.regist_table .notes_td{
	font-size:14px;
	color: #777;
	margin: 10px 0 0;
}


#breededit .btn_area{
	text-align:center;
}
#breededit .btn_area ul{
	width:1100px;
	list-style:none;
	text-align:center;
	margin:60px auto 0 auto;
}
#breededit .btn_area li{
	float:left;
	margin:0 15px 0 15px;
	-webkit-transition:0.3s ease-in-out;
	   -moz-transition:0.3s ease-in-out;
	     -o-transition:0.3s ease-in-out;
	        transition:0.3s ease-in-out;
}
#breededit .btn_area li:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}



/*
#breededit .btn_area li input.next{
	padding:15px 100px;
	border-radius:4px;
	-webkit-appearance: none;
	cursor: pointer;
	font-size:18px;
	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    vertical-align: baseline;
	background:#1C6DBE;
	border:1px #1C6DBE solid;
	color: #FFF;
}

#breededit .btn_area li input.prev{
	padding:15px 50px;
	border-radius:4px;
	-webkit-appearance: none;
	cursor: pointer;
	font-size:18px;
	
	margin:0 40px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    vertical-align: baseline;
	background:#999;
	border:1px #999 solid;
	color: #FFF;
}

#breededit .btn_area li button.prev{
	padding:15px 50px;
	border-radius:4px;
	-webkit-appearance: none;
	cursor: pointer;
	font-size:18px;

	margin:0 40px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    vertical-align: baseline;
	background:#999;
	border:1px #999 solid;
	color: #FFF;
}
*/


/* --------------------------
    メール配信検索
----------------------------- */
.mail_search_table{
	width:100%;
	background:#fff;
	border-collapse:collapse;
	font-size:15px;
}

.mail_search_table th{
	font-weight:normal;
	border:1px solid #D8E0E7;
	background:#F8F9FC;
	padding:10px 10px;
	vertical-align:middle;
	width:250px;
}


.mail_search_table td{
	text-align:left;
	border:1px solid #D8E0E7;
	border-right:none;
	padding:15px 0 15px 0;
	vertical-align:middle;
}

.mail_search_table td ul{
}

.mail_search_table td ul li{
	float:left;
	padding:0 0 0 40px;
}

.mail_search_table td.search_btn{
	padding:15px 30px 15px 10px;
	border:1px solid #D8E0E7;
	border-left:none;
	text-align:center;
}

.mail_search_table td.search_btn p{
	border-left:1px solid #D8E0E7;
	padding:0 0 0 30px;
}

.mail_search_table td.search_btn label{
	color:#fff;
	font-size:16px;
	text-decoration:none;
	background:#1D9F75;
	width:160px;
	/*
	border-bottom:3px solid rgba(0,0,0,0.1);
	*/
	border-radius:5px;
	cursor:pointer;
	display:block;
	padding:12px 20px;
	box-sizing:border-box;
	text-align:center;
}

.mail_search_table td.search_btn label i{
	padding:0 7px 0 0;
}



/* --------------------------
    フォーム頭揃え用
----------------------------- */
#breededit .form_in_table,
#breededit .form_in_table2,
#breededit .form_in_table3{
	width:100%;
	background:#fff;
	font-size:15px;
	border-collapse:collapse;
}

#breededit .form_in_table th,
#breededit .form_in_table2 th,
#breededit .form_in_table3 th{
	border:none;
	background:none;
	padding:0 0 5px 0;
}

#breededit .form_in_table td{
	width:82%;
	border:none;
	padding:0 0 5px 0;
}

#breededit .form_in_table2 td{
	width:75%;
	border:none;
	padding:0 0 5px 0;
}

#breededit .form_in_table3 td{
	width:86%;
	border:none;
	padding:0 0 5px 0;
}



