<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------------------------------------------
CSS Information
 Site URL:     http://www.tfm.co.jp/
 File name:    blog.css (http://www.tfm.co.jp/present/css/blog.css)
 Summary:      present styles
 Created:      2010-06-22
 Last update:  2010-06-22
 Copyright:    (c) 2010 TOKYO FM Broadcasting Co., Ltd. All rights reserved.
-------------------------------------------------------------*/

/*-----------------------

__初期設定

-------------------------*/
body {
  -webkit-text-size-adjust: none;
}

/* IE入力設定 */
.inputA{ ime-mode: active;} /*（IMEオン・日本語入力モード）*/ 
.inputB{ ime-mode: inactive;} /*（IMEオフ・英数字入力モード）*/  
.inputC{ ime-mode: disabled;} /*（IME使用不可・英数字入力モード） */ 
.inputD{ ime-mode: auto;} /*（自動）デフォルト*/ 

/* form横幅設定 */
.sizeA{ width: 270px;}
.sizeB{ width: 200px;} 
.sizeC{ width: 80px;} 
.sizeD{ width: 40px;}

input[type="text"]:focus { background: #F9DDDE;}
textarea:focus { background: #F9DDDE;}
select:focus { background: #F9DDDE;}
/*-------------------------*/

div#main{
	width: 755px;
	/*background: #C93;*/
}

h1{
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../img/header.gif) no-repeat left top;
	height: 200px;
	width: 755px;
}

div.detail{
	padding-bottom: 25px;
	width: 735px;
	margin: 20px auto;
}

/*-----------------------

__imgBox

-------------------------*/
p.img{
	float: left;
	width: 240px;
	display: inline;
	text-align:center;
}
p.img img{
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

/*-----------------------

__skdl

-------------------------*/
#skdl {
	margin-top:10px;
	background-color:#eee;
	padding:10px;
}

/*-----------------------

__infoArea

-------------------------*/
.infoArea{
	float: right;
	width: 470px;
	display: inline;
}

.infoArea h2 {
	font-size: 117%;
	font-weight: bold;
	background: url(../../img/mrk_arrow.gif) no-repeat left 3px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #048;
}

.infoArea div.text{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #000;
}

.infoArea div.text p{
	margin-bottom: 0.3em;
	line-height: 1.5;
}
.infoArea div.text dt{
	margin-top: 1em;
	font-weight: bold;
}
.infoArea div.text dd{
	padding-left: 1em;
	margin-top: 3px;
}

/*-----------------------

__info

-------------------------*/
.presentInfo dt {
	float: left;
	height: 20px;
	width: 64px;
	text-indent: -1000em;
	text-decoration: none;
}
.presentInfo dd{
	float: left;
	width: 401px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	display: inline;
}

/* 当選者数 */ 
.winner{ background: url(../img/winner.gif) no-repeat left top;}
/* 応募締切 */ 
.deadline{ background: url(../img/deadline.gif) no-repeat left top;}
/* 番組名 */ 
.program{ background: url(../img/program.gif) no-repeat left top;}
/* お知らせ */ 
.presentInfo .info{ background: url(../img/info.gif) no-repeat left top;}

/*-----------------------

__formArea

-------------------------*/
#formArea{
	clear: both;
	padding-top: 30px;
}
#formArea h3 {
	text-indent: -1000em;
	text-decoration: none;
	background: url(../img/tit_form.gif) no-repeat left top;
	height: 30px;
	width: 735px;
}
#formArea div.form{
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
}

/* parent iframe */
#formArea div.form iframe {
  width: 690px;
  height: 1200px;
}

/* formOuter */
.formOuter {
  width: 690px;
  margin: 0 auto;
}

/* inputInfo */
.inputInfo {
	color: #cc000c;
	font-weight: bold;
	margin-bottom: 10px;
}
/* inputArea */
ul.inputArea li{
	margin-bottom: 1em;
}

span.item{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
}
span.itemLong{
	margin-left:104px;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom:10px;
}
span.input{
	width: 470px;
	display: block;
	float: right;
}
em{
	font-weight: bold;
	color: #cc000c;
}

ul.inputArea li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
ul.inputArea li { display: inline-block;}
/* Hides from IE-mac \*/
* html ul.inputArea li { height: 1%;}
ul.inputArea li { display: block;}
/* End hide from IE-mac */


/* SUBMIT_AREA */
p.subBox{
	text-align: center;
	margin: 1em auto;
}
/*-----------------------

__thanks/err

-------------------------*/
p.msg{
	text-align: center;
	margin: 100px auto 80px;
	font-size: 117%;
	font-weight: bold;
}

/* NOTICE */
ul.notice{
	clear: both;
	background: #F9DDDE;
	border: 1px solid #C92327;
	margin-top: 20px;
	padding: 1.5em;
	font-size: 84%;
	line-height: 140%;
}
ul.notice li{
	text-indent: -1em;
	padding-left: 1em;
}

</pre></body></html>