/* CSS Document */

/*====================================================
全体
====================================================*/

.coa_CT{
	width:100%;
	height:auto;
	font-size:9px;
	line-height:125%;
}

.coa_CT p{
	margin: 0;
	padding: 0;
	font-size:9px;
	line-height:125%;
	text-decoration: none;
}

.coa_CT img{
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}

.box_100 img{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	height:auto;
	vertical-align:bottom;
	border:none;
}

.box_30 img{
	margin:0;
	padding:0;
	width:30%;
	float:left;
	height:auto;
	vertical-align:bottom;
	border:none;
}

.coa_CT .caption{
	font-size:8px;
	line-height: 120%;
}

.coa_CT .txt_l{
	text-align:left;
}

.coa_CT .txt_c{
	text-align:center;
}

.coa_CT .txt_linkspace{
	font-size:9px;
	padding:8px 0;
	width:auto;
	height:auto;
}

.coa_CT a:link {color:#FF0000 !important; text-decoration:underline} /*未訪問のリンクの色*/
.coa_CT a:visited {color:#FF0000 !important; text-decoration:underline} /*訪問済みのリンクの色*/
.coa_CT a:hover {color:#FF0000 !important; text-decoration:none !important;} /*カーソルが乗っているリンクの色*/
.coa_CT a:active {color:#FF0000 !important; text-decoration:underline !important;} /*クリック中のリンクの色*/

/*================================
画像透過によるホバー効果サンプル
================================*/
#wrapper_g a:hover img {
	opacity: 0.7;
	filter: alpha (opacity=70);/* for IE */
}

/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*====================================================
ピックアップ（クラブオフおすすめ映画）
====================================================*/

#pickupMovie {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:1%;
	border:solid #CCCCCC 1px;
}

#pickupMovie a{
	font-size:12px;
	line-height: normal;
}

#pickupMovie .read {
	float:left;
	width:68%;
	height:auto;
	margin:0;
	padding-top:1%;
	padding-bottom:1%;
}

#pickupMovie .flyer {
	margin:0;
	padding:1%;
	width:30%;
	height:auto;
	vertical-align:bottom;
	border:none;
}

#pickupMovie .flyer img {
	margin:0;
	padding:0;
	width:100%;
	float:left;
	height:auto;
	vertical-align:bottom;
	border:none;
}

/*====================================================
ランキング
====================================================*/

#movieRanking {
	float:left;
	width:100%;
	border:solid #CCCCCC 1px;
	margin-bottom:2%;
}

#movieRanking ol {
	list-style:none;
	margin:0;
	padding: 10px 5px 5px 5px;
}

#movieRanking li {
	padding: 3px 10px 7px 26px;
}

#No1 {
	background: url(rank_1.gif) no-repeat 0 0;
}
#No2 {
	background: url(rank_2.gif) no-repeat 0 0;
}
#No3 {
	background: url(rank_3.gif) no-repeat 0 0;
}
#No4 {
	background: url(rank_4.gif) no-repeat 0 0;
}
#No5 {
	background: url(rank_5.gif) no-repeat 0 0;
}

/*====================================================
特集
====================================================*/
#feature{
	width: 100%;
	height: auto;
	padding-left:0;
	float:left;
}
#feature img{
	margin:0;
	padding-bottom:1%;
	width:100%;
	float:left;
	height:auto;
	vertical-align:bottom;
	border:none;
}

#feature .wra{
	float:left;
	width:49%;
	height:auto;
	padding-right:1%;
	padding-bottom:1%;
	text-align:center;
}

#feature .wra .date{
	text-align:left;
	font-weight:bold;
	font-size:10px;
}

#feature a{
	font-size:12px;
}

#feature .wra img{
	width:100%;
}

/*====================================================
映画ラインナップ
====================================================*/
#lineup {
	width:100%;
	height:auto;
}

#lineup ul {
	list-style:none;
	margin:0;
	height:auto;
	padding-top:5px;
	padding-bottom:0;
}

#lineup ul li {
	float: left;
	list-style:none;
	margin:0;
	height:auto;
	padding-left:3px;
	padding-bottom:5px;
}

#lineup ul li img {
	margin:0;
	padding:0;
}

/*====================================================
映画館割引チケット
====================================================*/
#cine-com {
	height: auto;
	width: 100%;
	padding-bottom:0;
}

#cine-com .o_left {
	margin-top: 1%;
	width: 100%;
	float: left;
}

#cine-com .o_right {
	margin-top: 1%;
	width: 100%;
	float: left;

}

#cine-com p {
	float: left;
}

#cine-com .o_left img {
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}

#cine-com .o_right img {
margin-right: 2%;
margin-left: 2%;
float: left;
}

/*====================================================
あなたにおすすめのサービス　削除
====================================================*/

/*
h2.ttltype04MT {
	display:none;
}

div.sliderMT {
	display:none;
}

.eHistory {
	display:none;
}
*/


/*====================================================
おすすめ映画特集　リンク修正
====================================================*/
#feature a{text-decoration:none;}
#feature .txt_linkspace{
	text-decoration: underline;
	color:}
.coa_CT .txt_linkspace{
	font-size: 12px;
	color:#FF0000;
}
#feature .txt_l{
	text-decoration: none !important;
}


