@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: Tochigi TV
	Author: Yamazen Communications co.,ltd.
	Comment: hero_movie style
	Since2012.6
----------------------------------------------------------- */
	
/*Index
	1.structure
	
----------------------------------------------------------- */


/*01.structure  
----------------------------------------------------------- */
div.unit,
div#sort{
	/*width:550px;*/
	margin:0 auto 15px;
}
@media only screen and (max-width: 640px){
	div.unit,
	div#sort{
		width:auto;
	}
}


/*02.unit 
----------------------------------------------------------- */
div.unit h3.ttl,
div.unit img,
div.unit a,
p.txtlink a{
	display:block;
	width:100%;
	/*max-width:480px;*/
	margin:0 auto;
}

div.unit h3.ttl span{
	margin-left:5px;
}

div.unit img{
	margin:0 auto 5px;
}
div.unit a,
p.txtlink a{
	padding-left:10px;
	background:url(../../../common/images/arrow.gif) no-repeat left 0.5em;
}




/*03.sort 
----------------------------------------------------------- */
div#sort{
	margin:15px auto 10px;
	padding:5px 0;
	text-align:center;
	border:1px #cccccc solid;
	background:#f0f0f0;
}
p.txtlink{
    width:97%;margin:0 auto;
}
div#sort input[type="submit"]{
    min-width: 270px;
}