/*
Theme Name: BFLAT ver.2
Theme URI: http://www.livehouse-b-flat.jp
Description: Wordpress Themes For Livehouse B-FLAT.
Version: 1.1
Author: Yoshiyuki Shibata
Author URI: http://www.logirevo.com/

*/
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
body {
	font: 11px/165% "Arial", "Helvetica", "sans-serif";
	color: #5B5B5B; 	
	margin: 0; 	padding: 0; 
	background: #F0F0F0 ;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #006193;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #666666;
}

/* headers */
h1, h2, h3 {
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0px;
	margin:20px 0px 0px 10px;
	width:270px;
	float:left;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
}

p, dl { padding: 0px 0px 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
   border: 1px solid #CCCCCC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
.alignright {float:right;margin:0 0 0 10px;}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.wp-caption-text{display:none;}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 20px 0px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	
}
.wpcf7-form{
	margin:  0px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: transparent none no-repeat 0 0; 	
}
.wpcf7-form dt {
clear:both;
float:left;
margin:5px 4px;
width:120px;
}
.wpcf7-form h3{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding:20px 0px;
	margin: 0px;
}
.wpcf7-form dd{margin:0px 0px 10px;}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
border:1px solid #6A6969;
color:#CCCCCC;
font-family:Verdana,Tahoma,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px 4px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 960px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 960px;	
	padding: 0; 		
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	position: relative;
	width: 960px;
	height:120px;	
	margin: 0; padding: 0;		
	background: #1E1B1A;
}

/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; 
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/*  Navigation  */
#pixopoint_menu_wrapper1 {
position:relative;
z-index:99;
}
#suckerfishnav {
	background: #E5E5E5 url(images/topnav.jpg) repeat-x scroll 0 0;
	height:31px;
	font-size:11px;
	font-family:"helvetica", "sans-serif";
	font-weight:bold;
	width:958px;
	text-transform: uppercase;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    border:1px solid #CCCCCC;
    margin:0;
    width:958px;
    }
#suckerfishnav a {
    display:block;
    color:#666666;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    border:0;
    border-top:1px solid #cccccc;
    }
#suckerfishnav li li {
	background:url(images/content-bg.jpg) repeat-x scroll 0 0;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
#suckerfishnav li li a {
    padding:0px 10px;
    width:160px;
    font-size:11px;
	line-height:30px;
    color:#666666;
    }
#suckerfishnav li ul ul {
    margin:-31px 0 0 180px;
    }
#suckerfishnav li li:hover {
    background:url(images/feed-title.jpg) 0 0;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#666666;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffffff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:url(images/nav-selected.jpg) 0 0;
    }
#header h1#logo-text a {
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	margin: 0; 
	padding: 65px 0px 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
}

/* Main Column */
#main {
display:inline;
float:left;
margin:0px;
padding:0;
width:662px;
}
#main h2 {
background:#EFEFEF url(images/feed-title-white.jpg) repeat-x scroll center top;
border-color:#CCCCCC;
border-style:solid solid none;
border-width:1px 1px medium;
color:#666666;
display:block;
font-size:11px;
font-weight:bold;
line-height:1em;
margin:10px 10px 0 0;
padding:7px 10px;
}
#post_box {
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:0 10px 0px 0;
padding:10px;
}
#post_box h1 {
color:#CC0000;
float:left;
font-family:"Arial","Helvetica","sans-serif";
font-size:46px;
font-style:normal;
font-weight:bolder;
letter-spacing:-4px;
line-height:34px;
margin:10px 0;
padding:0;
text-decoration:none;
width:330px;
}
#sche_wrap {margin:10px 0px 0px 0px;}
#schedule_post_box {
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:0 10px 10px 0;
padding:10px;
}
#schedule_post_box #sche_img ul{display:none;}
#schedule_post_box #sche_img img {
background-color:#000000;
border:medium none;
height:159px;
padding:5px;
margin:0px;
width:240px;
}
#schedule_post_box table,#schedule_post_box tr, #schedule_post_box td {margin:0px; padding:0px;border:none;}
background-color:#000000;}
#schedule_post_box .td_entry{
	padding:0px 10px;
	text-align: left;
	vertical-align: top;
}
#schedule_post_box #sche_date a {
font-family:"Arial","Helvetica","sans-serif";
font-size:22px;
font-style:normal;
font-weight:bolder;
letter-spacing:-2px;
line-height:28px;
padding:0;
text-decoration:none;
}
#schedule_post_box #sche_title a {
color:#A0101C;
font-family:"Arial","Helvetica","sans-serif";
font-size:34px;
font-style:normal;
font-weight:bolder;
letter-spacing:-3px;
line-height:22px;
padding:0;
text-decoration:none;
}

#schedule_post_box .post-meta {
	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
}
#schedule_post_box tr {
height:100%;}
#sche_img {margin-right:10px;
width:260px;
}
#pickup_post_box {
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
clear:both;
margin:25px 10px 10px 0;
padding:10px;
}
#pickup_post_box h1 {
	color:#CC0000;
	font-family:"Arial","Helvetica","sans-serif";
	font-size:46px;
	font-style:normal;
	font-weight:bolder;
	letter-spacing:-4px;
	line-height:34px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	float:right;
	width:355px;
	height:168px;
}
#pickup_post_box .more-link{
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 628px;
	clear: both;
}
#pickup_post_box img{
	height:166px;
	width:250px;
	float:left;
}
#pickup_post_box h2 {
	background:transparent none;
	border:none;
	color:#666666;
	display:block;
	font-size:22px;
	font-weight:bolder;
	line-height:1em;
	margin:0px 10px 0 272px;
	padding:0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	letter-spacing: -2px;
}
#main h2 a {
	text-decoration: none;		
	border: none;	
}
#main ul li {
}

/* Sidebar */	
#sidebar {
display:inline;
float:right;
margin:0;
padding:0;
width:298px;
}
#sidebar h3 {
background:#EFEFEF url(images/feed-title-white.jpg) repeat-x scroll center top;
border-color:#CCCCCC;
border-style:solid solid none;
border-width:1px 1px medium;
color:#666666;
display:block;
font-size:11px;
font-weight:bold;
line-height:1em;
margin:10px 0 0;
padding:7px 10px;
}
#sidebar ul {
	background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0 0px 10px 0;
	padding:10px;
}
#sidebar ul li {
	list-style: none;
	margin: 0;		
	border-bottom:1px dotted #777777;
}
#recent_movie ul{margin:0px;padding:0px;border:none;}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	font-size: 11px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #666666;	
}
#sidebar ul ul {
	margin: 0 0 0 5px;
	padding: 0;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar ul ul li {
border:medium none;
padding:0 0 0 10px;
}
/* footer */
#footer-wrap {
background:#070707 none repeat scroll 0 0;
clear:both;
color:#555555;
display:inline;
float:left;
margin-top:10px;
position:relative;
width:960px;
}
#footer-wrap h3 {
	color:#ABABAB;
	font-family:'Trebuchet MS', "Tahoma", "sans-serif";
	font-size:1.6em;
	line-height:1.6em;
	margin:20px 0;
	text-transform: uppercase;
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
border-top:1px solid #111111;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0 0;
padding:0;
width:98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .col2 p{padding:0px;}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 0px 0px 15px 0px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111;
	background: #111;
	clear:both;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info {
	clear:both;
	color:#444444;
	font-size:0.85em;
	margin-left:0;
}.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#schedule_post_box .post-meta {
	margin: 0px;
	padding: 0px;
}
#featured1{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#featured1 ul{
clear:both;
padding:0px;
margin:0px;
display:none;
}

#featured1 #day1 {
	clear:left;
	max-height:425px;
	margin:0px;
	display: block;
	overflow: hidden;
}
#featured1 img {
}
#featured1 #entry{
	position:relative;
	top:-160px;
	background: transparent url(images/overlay.png) repeat 0 0;
	margin: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 618px;
	z-index: 99;
}
#pickup_img{
z-index:1;}
#featured1 #entry a{
	color: #FFFFFF;
}
#featured1 #time {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:44px;
	font-weight:bolder;
	left:10px;
	line-height:34px;
	position:relative;
}
#featured1 #title {
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:36px;
font-weight:bolder;
left:10px;
letter-spacing:-3px;
line-height:32px;
position:relative;
}
#featured2{
float:left;
width:50%;
}

#featured2 ul {
	margin: 0px;
	padding: 0px;
} 
.featured2_date {
     float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#featured3{
     float:right;
	 width:50%;
}

#featured3 ul {
	margin: 0px;
	padding: 0px;
} 
.featured3_date {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tweet {
display:inline;
margin:0;
padding:0;
width:298px;
}
#tweet h3 {
background:#EFEFEF url(images/feed-title-white.jpg) repeat-x scroll center top;
border-color:#CCCCCC;
border-style:solid solid none;
border-width:1px 1px medium;
color:#666666;
display:block;
font-size:11px;
font-weight:bold;
line-height:1em;
margin:10px 0 0;
padding:7px 10px;
}
#tweet ul{
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:0px;
padding:10px;
}
#tweet img {
	border: none;
}
.twitrss{
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 20px;
	position:relative;
	top:-4px;
	right:-4px;
}
.twitterPrefix a{
	color: #6600CC;
	font-weight: bold;
	text-decoration: underline;
}
.twitterTime{
	color: #006699;
	font-style: italic;
	font-weight: normal;
}
#page_con{
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:0 10px 10px 0;
padding:20px;
}
#page_con h1{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 44px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 20px;
	padding: 0px;
	float: none;
	width: 100%;
	letter-spacing: -4px;
	display: block;
	color: #A0101C;
}
#page_con p {margin:0px;}
#page_con p .alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page_con .postmeta {
background:#111111 none repeat scroll 0 0;
border:1px solid #111111;
clear:both;
color:#545454;
font-size:1em;
margin:20px 0 15px;
padding:7px 5px;
}
#page_con ul{
	list-style-position: inside;
	list-style-type: disc;
	padding:0px;
	margin:20px;
}
#page_con ul li a{
	text-decoration: underline;
	font-style: normal;
	color: #08AA0B;
}
#page_con dt{
	font-weight: normal;
	color: #FF0066;
}
#page_con iframe{
   border: 1px solid #CCCCCC;
	padding: 5px;
	margin:20px 0px 0px;
}
#rental_table{
	margin:0px;
	padding:0px;
	border: none;
	border-collapse:separate;
	text-align: center;
}
#rental_table td {
border:medium none;
padding:5px;
}}
#rental_table tr {
border:medium none;
height:100%;
}.rental_type{
	background-color:#999999;
	color:#FFFFFF;
	font-weight: bold;
}
.rental_detail{
	background-color:#E4E4E4;
}
#rental_table ul{margin:0px;
padding:0px;
}
#rental_table .notice{text-align:left;}
#pa{
margin:0px;
}
.post-meta {
display:none;
}
#single_box {
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:10px 10px 0px 0;
padding:10px;
}
#single_box .event-name {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:44px;
font-style:normal;
font-weight:bolder;
letter-spacing:-4px;
line-height:33px;
margin:20px 10px 0 0;
width:300px;
}
#single_box #event-entry{
float:right;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
width:319px;
}
#single_box #event-entry .first{
background-color:#C4E6EC;
}
#single_box #event-entry .second{
	background-color:#DDF9F8;
}
#single_box #event-entry tr {
height:100%;
}
#single_box #event-entry td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#single-title a {
font-family:"Arial","Helvetica","sans-serif";
font-size:26px;
font-style:normal;
font-weight:bolder;
letter-spacing:-3px;
line-height:52px;
padding:0;
text-decoration:none;
}
.eigyo{margin-bottom:0px;}
.eigyo dt{
float:left;
width:80px;
}
.eigyo dd{padding:0px 0px 0px 80px;}
#about ul{
margin:0px; padding:0px;}
.info h2 {
display:none;
}
#movie {
	float:left;
	text-align:center;
	width:315px;
	margin:10px 0px 0px;
}
#movie_title {text-align:left;}
#movie_title span {
	font-family:"Arial","Helvetica","sans-serif";
	font-size:26px;
	font-style:normal;
	font-weight:bolder;
	letter-spacing:-3px;
	padding:0;
	text-decoration:none;
	color:#006193;
	margin-left: 7px;
}
#movie_title em {
	font-style:normal;
	padding:0;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	text-align:right;
}
#float_clear{
	clear: both;
}
.twtr-widget {
margin:10px 0;
}
#sidebar .twtr-hd h3{
	border: none;
}
#monthtitle {
background:#000000;
color:#FFFFFF;
font-size:32px;
font-weight:bolder;
letter-spacing:-2px;
line-height:32px;
margin:0 10px 0 0;
padding:5px 10px;
text-transform:uppercase;
}
.blogpage h1{width:100%;}
.rss-left {width:305px;float:left;clear:both;}
.rss-right {width:305px;float:right;}
#rssbox dt{float:left;}
#clearer{clear:both;}
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 150px;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 5px;
}
#featured3 .gfg-entry {
  background-color : white;
  width : 100%;
  height : 120px;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 5px;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}
#featured3 .gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 0px;
  padding-right : 5px;
}
.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}
#featured3 .gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 0px;
  margin-right : 5px;
}
.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 28px;
  font-family:"Arial","Helvetica","sans-serif";
  font-weight:bolder;
  line-height : 34px;
  letter-spacing:-3px;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}
#featured3 .gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 12px;
  font-family:"Arial", "Helvetica", "sans-serif";
  font-weight:normal;
  line-height : 12px;
  letter-spacing:0px;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
#mobile {
background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin:0 0 10px 0;
padding:10px;
height:123px;
}
#mobile img{border:none;padding:0px;float:left;}
#social {margin:10px 0  0px;}
#social img{border:medium none;}
.newstitle {
color:#A0101C;
font-family:"Arial","Helvetica","sans-serif";
font-size:34px;
font-style:normal;
font-weight:bolder;
letter-spacing:-3px;
line-height:22px;
padding:0;
text-decoration:none;
}
#special_post_box {
background-color:#FFFFFF;
background-image:url("images/11thbg.png");
background-position:center top;
background-repeat:no-repeat;
padding:170px 50px 0;
}

#special_post_box #schedule_post_box {
	padding:10px;
	background: transparent;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.elevenbanner{
	margin:10px 0 0 0px;
}
.inazuma{
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}