@charset "UTF-8";

/*==================/TOC/===================================*/
/*
   [ＬＰレコード　ご意見募集画面］ 2014.07.24

#1  Global
#2  Header
#3  Wrapper
#4  
#5  Menubar
#6  Contents
#7  Footer
#8  
*/
/*==================/TOC-END/===============================*/

/*==========================================================*/
/*==========================================================*/
/* #1 Global                                                */
/*==========================================================*/
/*==========================================================*/
body {
	background: #f2f2f2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}

p {
	line-height: 1.3em;
	margin: 0;
	padding: 2px 0;
	}

h1,h2,h3,h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	margin:0;
	padding: 0;
	}

a, a:link {
	color:  #000;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

.lead_text {
	color: #D46E00;
	}


/*==========================================================*/
/*==========================================================*/
/* #2 Header                                                */
/*==========================================================*/
/*==========================================================*/

#header {
	background: url(../img/components/header_bg.gif) no-repeat;
	/* height: 112px; */
	height: 80px;
	padding: 0 15px 0 0;
	text-align: left;
	}

#header h1 {
	font-size: x-large;
	font-weight: bold;
	color: #fff;
	padding: 22px 20px 0 20px;
	}
	
#header div {
	margin: 25px 0 0;
	}

#header a.top_page_jump {
        display: block;
	margin: -18px 0 0 680px;
        }


/*==========================================================*/
/*==========================================================*/
/* #3 Wrapper                                               */
/*==========================================================*/
/*==========================================================*/

#rfc_wrapper {
	margin: 0 auto;
	width: 810px;
        /* background: url(../img/components/content_bg.gif) repeat-y; */

	/* background-color: #ffffff; */  /* 上の背景画像を調整するまでの仮の処置 */

        text-align: left;
	}



/*==========================================================*/
/*==========================================================*/
/* #4 注意メッセージ                                        */
/*==========================================================*/
/*==========================================================*/

div#box_message {
	margin-bottom:10px;
	overflow:hidden;
	color:#FF4500;
	font-size:18px;
	padding:5px;
	margin-left:2px;
	margin-right:2px;
	border:3px double #FF4500;
}

/*==========================================================*/
/*==========================================================*/
/* #5 Menubar                                               */
/*==========================================================*/
/*==========================================================*/


/*==========================================================*/
/*==========================================================*/
/* #6 Contents ご意見募集の要項                             */
/*==========================================================*/
/*==========================================================*/

.my_wish {
       width : 700px;
       margin: 0 0 30px 20px;
}

.my_wish h2 {
       font-size:   16px;
       font-weight: bold;
       line-height: 1.5em;
}
     

/*==========================================================*/
/*==========================================================*/
/*  #6 Contents 入力画面                                    */
/*==========================================================*/
/*==========================================================*/
#rfc_input {
	width:760px;
	text-align: left;
	background-color: #fff;
	margin: 10px 20px 30px 20px;
}

#rfc_input table {
        border: solid 1px;
}


#rfc_input th {
        border: solid 1px;
	text-align: left;
	width:  200px;
	padding: 20px 0 20px 0;
	font-size: 14px;
	background:#99ff99;
}

#rfc_input td {
        border: solid 1px;
	text-align: left;
	width: 540px;
	font-size: 18px;
	overflow:  scroll;
}

#rfc_input td input {
        font-size: 18px;
        }

#rfc_input .tr1 {
	/* background:#FFFAFA; */
}

#rfc_input .tr2 {
	/* background:#f8f8ff; */
}

/*==========================================================*/
/*==========================================================*/
/*  #6 Contents 入力画面 のリンクボタン編集                 */
/*==========================================================*/
/*==========================================================*/

#rfc_input_footer {
        margin: 30px 20px 30px -20px;
}

ul.rfc_input_link {
        list-style-type: none;
        margin: 0 0 0 0;
}

ul.rfc_input_link li {
        margin: 0 30px 0 0;
}

ul.rfc_input_link, ul.rfc_input_link li {
        display:   inline;
        font-size: 18px;
}

ul.rfc_input_link li input.link_button {
        font-weight: bold;
        font-size: 18px;
}


/*==========================================================*/
/*==========================================================*/
/* #7 Footer                                                */
/*==========================================================*/
/*==========================================================*/
#box_footer {
	clear: both;
	color: #FFF;
	background:url(../img/components/footer_bg.gif) no-repeat;
	height: 32px;
	padding: 8px 14px 0;
	text-align: right;
	}




