@charset "utf-8";

/* search */
body{ -webkit-text-size-adjust:none; background:#FFF;}
#fp-contents{ background: #fff;}

/* result, resultPgm */
.searchBlock{padding:5px;}
.searchBlock header{}
.searchBlock header h1{
	padding:8px;
	background:#5E3939;
	border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px;
	color:#FFF; font-weight:bold; font-size:16px;
}
.searchBlock header h1 span{
	display:block;
	padding-top:3px;
	font-weight:normal; font-size:13px;
}
.searchBlock-in > a,
.searchBlock-in > div{
	display: block; padding:7px; border:1px solid #5E3939; border-top:none; line-height:1.2; text-decoration: none;
	background: -moz-linear-gradient(top, #FFFFFF, #FFF8ED); color: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF8ED));
}
.searchBlock-in dl{
	width:100%;
  background: url("../images/search_arrow.png") right center no-repeat;
	background-size: 10px 17px;
	overflow:hidden;
}
.searchBlock-in dl dt{
  width:95%; padding-right:0; padding-bottom:3px;
	font-size:16px; font-weight:bold;
}
.searchBlock-in dl dt a{
	text-decoration:none;
}
.searchBlock-in dl dd{
  width:95%; padding-right:0;
	font-size:13px;
}
#result .searchBlock-in dl dd span{
	color:#DE3A57;
}
.searchBlock-in dl dd img.genre{
	display:block;
	margin-top:3px;
}
#resultMore{
	padding:10px 0;
}
#resultMore a{
	display: block;
	font-weight: bold; font-size:18px; text-decoration: none; text-align: center;
	height: 20px; padding:16px;
	border: 1px solid #5E3939;
	color: #fff;
	cursor: pointer;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #7C5656, #5E3939);
  background: -webkit-gradient(linear, left top, left bottom, from(#7C5656), to(#5E3939));
}

/* resultPgm */
#resultPgm{display:none;}
#resultPgm dl dt{
	width:100px; padding:0 7px 7px 0;
	float:left;
}
#resultPgm dl dt img{
	display:block;
	width:100px;
}
#resultPgm dl dd{
	padding-right:5%;
	line-height:1.2;
	/*float:right;*/
}
#resultPgm dl dd span{
	display:block;
}
#resultPgm dl dd span.pgmdate{font-weight:bold;}
#resultMain dl dt span.title,
#resultPgm dl dd span.title{
	color: #06c;
	font-size:16px; font-weight:bold; text-decoration:none; padding:3px 0;
}

/* searchForm */

#searchForm{padding:10px 5px 5px}
#searchForm div{
	padding:7px;
	border:1px solid #DDD;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	line-height:1.2; font-size:14px;
	background: -moz-linear-gradient(top, #eee, #DDDDDD);
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#DDDDDD));
}
#searchForm div a{
	text-decoration:none;
}
#searchForm div a.active{
	color:#333; cursor:default; font-weight:bold;
}
#searchForm form{
	height: 24px;
	margin-top: 7px;
	background:#FFF;
	border: 2px solid #000;
}
#searchForm input{
	display:block;
	border: none;
	outline:none;
	background:none;
	float:left;
}
#searchForm input.box{
	color: #333;
	font-size: 14px;
	width: 70%;
	height: 24px;
	padding: 0px 0px 0px 5px;
	background: #FFF;
}
#searchForm input.btn {
	float:right;
	width: 64px;
	height: 24px;
	cursor: pointer;
	background:#FFF url("../images/kensaku_bt2.png") no-repeat top right;
	text-indent: -9999px;
}

/* loading */
#loading{
	display: block;
	width: 24px; height: 24px; border: 6px solid #5E3939;
	margin: 20px auto;
	border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px;
	border-right-color: transparent;
	-webkit-animation: cxspSearchLoadingSpin 1s infinite linear;
	-moz-animation: cxspSearchLoadingSpin 1s infinite linear;
}
@-webkit-keyframes cxspSearchLoadingSpin{
	0% { -webkit-transform: rotate(0deg);}
	50%  { -webkit-transform: rotate(180deg);}
	100%   { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes cxspSearchLoadingSpin{
	0% { -moz-transform: rotate(0deg);}
	50%  { -moz-transform: rotate(180deg);}
	100%   { -moz-transform: rotate(360deg);}
}

/* footer */
footer section{
	padding:0 10px 10px;
	overflow:hidden;
}
footer section ul li{
	width:50%;
	float:left;
	list-style-type:none;
}
footer section ul li a{
	display:block;
	text-decoration:none;
}
footer section ul li:nth-child(1) a{
	padding-right:10px;
	text-align:center;
}
footer section ul li:nth-child(2) a{
	padding-left:10px;
	border-left:1px solid #666;
	text-align:left;
}
footer p{
	padding-bottom:10px;
	color:#4D4D4D;
	font-size:12px;
	text-align:center;
}

/* switch */
#sp_switch{padding:0 5px;}
#switch_indication{width:100%;}

