@charset "utf-8";
/* CSS Document */

#radio h3 { background: url(../img/radio/title.png) no-repeat; width: 585px; height: 224px; text-indent: -9999px; margin-bottom: 30px; }
#radio h3 a { display: block; width: 100%; height: 100%; }
#radio h4 { text-align: center; font-size: 16px; letter-spacing: 1px; background: url(../img/common/line_s.png) 0 100% no-repeat; padding-bottom: 15px; margin-bottom: 15px; }

#radio p { margin-bottom: 15px; }
.btn { text-align: center; }

.cor { width: 585px; margin-bottom: 30px; /*----clearfix-----*/ _height: 1px; min-height: 1px; }
.cor:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } /*----clearfix-----*/
.cor dt { width: 200px; float: left; }
.cor dd { width: 355px; float: right; }

/*投稿フォーム
----------------------------------------------*/
.kogoe { color: #666; }

.formTable{ width: 100%; margin: 0 auto; border-collapse: collapse; }
.formTable td,.formTable th{ padding: 5px; }
.formTable th{ width: 85px; font-weight: normal; text-align: left; font-weight: bold; vertical-align: top; }

#formWrap .formTable{ width: 100%; margin: 0 auto; border-collapse: collapse; background: #000; margin-bottom: 15px; }
#formWrap .formTable td,#formWrap .formTable th{ padding: 5px; border: 1px solid #333; }

.deba,textarea { border: 0; padding: 10px; color: #000; border: solid 1px #ccc; margin: 0 0 20px; width: 300px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); }
option { background: #EEE; }
option:nth-child(odd) { background: #FFF; }
input:focus { border:solid 1px #FF007A; }
textarea { width: 95%; height: 150px; resize: vertical; }
textarea:focus { border:solid 1px #FF007A; }
.nume { border: solid 1px #ccc; padding: 5px 30px; margin: 0 0 20px; text-transform: uppercase; font-weight: bold; color: #333; cursor: pointer;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/*投稿ページ
----------------------------------------------*/
#cc { margin-bottom: 15px; }
#cc li { display: inline; padding-right: 1em; }

.entryTitle { background: url(../img/radio/radio_title.png) no-repeat; width: 575px; height: 35px; padding: 5px 0 0 10px; }
.entryTitle h3 { font-size: 12px; font-weight: normal; }
.entryTitle span { font-size: 20px; font-weight: bold; }
