
/*WEB限定コンテンツ*/
.web {
	 width:303px;
	 height:auto;
	 font-size:12px;
	 color:#006633;
	 line-height:2em;
	 margin-bottom:15px;
	 font-weight:bold;
}

.web img {
	margin-bottom:10px;
}

.web a:{color:#006633;}
.web a:link {color:#006633;}
.web a:visited {color:#006633;}
.web a:hover {color:#003300;}
.web a:active {color:#006633;}



.webtxt {
	line-height:1.5em;
	color:#006633;
	font-size:12px;
	font-weight:bold;
}


/*TVアニメ化・ドラマ化・映画化*/
.anime {
	 width:303px;
	 margin-bottom:15px;
}

.anime img {
	margin-bottom:10px;
}


/*TVアニメ化・ドラマ化・映画化テキスト青文字*/
.animetxt2 {
	line-height:1.5em;
	color:#0066cc;
	font-size:12px;
	font-weight:bold;
}

.animetxt2 a:{color:#0066cc;}
.animetxt2 a:link {color:#0066cc;}
.animetxt2 a:visited {color:#0066cc;}
.animetxt2 a:hover {color:#0033ff;}
.animetxt2 a:active {color:#0066cc;}



/*お楽しみコンテンツ*/
.others {
	 width:303px;
	 height:auto;
	 margin-bottom:15px;
}

.others img {
	margin-bottom:10px;
}

/*お楽しみテキストオレンジ文字*/
.otherstxt2 {
	line-height:1.5em;
	color:#ff3300;
	font-size:12px;
	font-weight:bold;
}

.otherstxt2 a:{color:#ff3300;}
.otherstxt2 a:link {color:#ff3300;}
.otherstxt2 a:visited {color:#ff3300;}
.otherstxt2 a:hover {color:#ff6600;}
.otherstxt2 a:active {color:#ff3300;}


/*お楽しみテキストオレンジ文字2*/
.otherstxt3 {
	line-height:1.5em;
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
}

.otherstxt3 a:{color:#ff6600;}
.otherstxt3 a:link {color:#ff6600;}
.otherstxt3 a:visited {color:#ff6600;}
.otherstxt3 a:hover {color:#ff3300;}
.otherstxt3 a:active {color:#ff6600;}




/*テキストBOXと画像BOXのまとめ*/
.basebox {
	width:303px;
	margin:5px auto 10px auto;
 	min-height: 1px;
}

/*テキストBOXと画像BOXのまとめ2*/
.webbasebox {
	width:303px;
	height:45px;
	margin:5px auto 5px auto;
 	min-height: 1px;
}



/*テキストBOX*/
.txtbox {
	text-align:left;
	height:auto;
 	margin-left: 68px;
	font-size:10px;
	line-height:1.2em;
	color:#333333;
}
	
/*テキストBOX2*/
.txtbox2 {
	text-align:left;
	height:auto;
 	margin-left: 55px;
	font-size:10px;
	line-height:1.2em;
	color:#333333;
}

/*テキストBOX3*/
.txtbox3 {
	text-align:left;
	height:auto;
 	margin-left: 160px;
	font-size:10px;
	line-height:1.2em;
	color:#333333;
}


/*画像BOX*/
.box {
	width:58px;
	height:58px;
	float: left;
}

/*画像BOX2*/
.box2 {
	width:45px;
	height:45px;
	float: left;
}

/*画像BOX3*/
.box3 {
	width:150px;
	height:58px;
	float: left;
}


/*テキストBOXと画像BOXのまとめをどのブラウザでも表示される為に必要*/
.basebox:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .basebox {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
