@charset "utf-8";

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- 各種問い合わせ --- */

#infoPage {															/* 下敷き */
	margin		:0px;
	padding		:0px;
	top			:0px;
	left		:0px;
}

.delivInfo { margin:0px 0 60px 0; font-size: 13px;}

#board-a h2.title_deliver {															/* 見出しデザイン */
		background-color: #FFFFFF;
		background-image:none;
    border-bottom: 2px dotted #A58648;
    border-top: 3px solid #D8C8A7;
    color: #593710;
    font-size: 20px;
		font-weight:bold;
    margin: 0px 0 25px;
    padding: 10px 0 30px 5px;
}
	
/* 大森追加　ピンク文字 */
.textpink { color:#F06; }

.type-table td, .type-table th {
	border: solid 1px;
	padding: 0.5em;
}
.type-table th {
	background-color: #ffff99;
}
a.pdf {
	background-image: url("../../../files/w1/pdf/icon_pdf.png");
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.rose-table th {
	background-color: #ffe4e1;
}

.rose-table td {
    background-color: #ffffff;
}

.rose_header {
    background-color: #fbaaf7;
    color: #ffffff;
    font-size: 20px;
    height: 20px;
    padding: 10px;
    text-shadow: none;
    width: auto;
    margin-bottom: 10px;
}

#board-a iframe {
    float: right;
}

.rose_back {
    width:230px;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    border:1px solid #ff69b4;
    margin-left:auto;
}

.other_dele td.other_td{
    display:none;
}