@charset "UTF-8";

/*   
Theme Name: kineofficial
Description: 木根尚登オフィシャル
Author: 松浦悠馬
Version: 
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------

========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

body {	
	/*background-color: #cccccc;*/
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	background-color:#000000; 
}

body img{
	border: none;
}

h1{
	padding:0px;
	margin:0px;
}

h2{
	padding-top:8px;
	padding-bottom:12px;
	margin:0px;
}

h3{
	padding:0px;
	margin:0px;
}

a { text-decoration: none; }
a:link { color: #333333; } 
a:active { color: #3399cc; }
a:visited { color:#333333; }
a:hover { color:#FF9900; } 

img{
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
}

ul{
	list-style:none;
}


.blockclear:after{
	content: "";
	display: block;
	clear: both;
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}


/*  -----------------------------------------
　◆(2)カラム全体のルール(#outline内)
 ----------------------------------------- */
#wrapper{
	width:100%;
	background: #000 url("images/top/body_background.png") repeat-y center center ;
} 
 
 
#outline {
	/* widthは全体の幅*/
	width: 886px;
	_width:888px;
	background-image: url();
	background-repeat: repeat-y;
	border: 0px;
	padding:0px;
}

#left_main_photo{
	float:left;
	width: 463px;
	padding:0px;
	margin:0px;
	background-color:#000000;
}

#right_info_content{
	float:right;
	width:423px;
	background:url(images/top/right_background.gif) 0px 0px;
	background-repeat:repeat-y;
	height:803px;
}

/*  -----------------------------------------
　◆(2)右カラムルール(#right_info_content)
 ----------------------------------------- */

/* ---- 右カラムインフォメーション部分 ---- */


.right_2column {
	width:416px;
	text-align:left;
	padding:12px 3px 0px 6px ;
}

#menu{
	padding:0px;
	margin:0px;
}



/* ---- トピックス ---- */

#topix{
	width:260px;
	height:270px;
	overflow:hidden;
}


#topix a:link{
	color:#FF9900;
}

#topix a:visited{
	color:#FF9900;
}

#topix a:hover{
	text-decoration:underline;
}

#topix h2{
	color:#FF9900;
	font-size:10px;
	padding:0px;
	margin:0px;
}

#topix div.top_info_contents{
	padding-top:8px;
	font-size:10px;
	line-height:160%;
}

#topix div.top_info_contents img{
	padding-bottom:3px;
}

/* ---- インフォメーション ---- */

.info{
	overflow:hidden;
}

/* 2014.07.27 start */
.info h2 {
	margin: 0;
	padding: 0;
}
/* 2014.07.27 end */

.left_info{
	width:260px;
	float:left;
	padding:0px;
	margin:0px;
}


ul.info_list{
	padding-bottom:3px;
	margin:0px;
	border-bottom:1px dotted #CCCCCC;
}

ul.info_list li.day{
	color:#FF9900;
	padding-left:12px;
	padding-top:3px;
	background: url(images/common/list_arrow.gif) 0px 10px no-repeat;
}

ul.info_list li.title{
	font-size:10px;
	padding-left:4px;
	line-height:160%;
}

ul.info_list li.title a:link{
	color:#333333;
}

ul.info_list li.title a:hover{
	color:#FF9900;
}


.info_bottom{
	padding-top:10px;
	text-align:right;
}

/* ---- ディスコグラフィー ---- */
.right_disco{
	width:122px;
	padding-right:8px;
	padding-top:10px;
	float:right;
	position:relative; 
}

#slider{
	padding-top:12px;
}

.disco_list{
	padding-top:0px;
	margin:0px;
	list-style:none;
}


#slider ul{
}

#slider li{
	height:570px;
	overflow:hidden;
}

#prevBtn{
	display:block;
	position:absolute;
	left:100px;
	top:-8px;
}
	
#nextBtn{ 
	display:block;
	position:absolute;
	left:100px;
	top:590px;
}



#prevBtn a, #nextBtn a{  
		display:block;
		width:19px;
		height:19px;
		background:url(images/top/disco/top_btn.gif) no-repeat 0 0;	
}	

#nextBtn a{ 
		background:url(images/top/disco/bottom_btn.gif) no-repeat 0 0;	
}


.top_disco_contents{
	font-size:0.9em;
	line-height:140%;
}

.top_disco_contents p{
	width:120px;
	padding-top:0px;
	padding-bottom:12px;
	line-height:130%;
	letter-spacing:90%;
}

.disco_btn{
	padding-right:5px;
	text-align:right;
}

#tub{
	position:absolute;
	display:block;
	width:22px;
	height:116px;
	top:-170px;
	left:128px;
}





/*  -----------------------------------------
　◆(2)footer全体のルール(#outline内)
 ----------------------------------------- */

#footer{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#000000;
	color:#FFFFFF;
}

#footer div#copyright{
	width:886px;
	text-align:right;
}



/*  -----------------------------------------
　infoタイムテーブル
------------------------------------------ */
.time_table {
	line-height: 15px;
}

.time_table thead th,
.time_table thead td {
	background-color: #dbdbdb;
	font-size:10px;
}

.time_table tbody {
	
}

.time_table tbody th,
.time_table tbody td {
	border: 1px solid #dbdbdb;
	font-size:10px;
}



/*  -----------------------------------------
　contactフォーム
------------------------------------------ */
.wpcf7-form input {
	border: none;
}
.wpcf7-form textarea {
	border: none;
	resize: none;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 400px;
	background: url('../../plugins/cforms/styling/fancy_white_inp_bg.gif') no-repeat bottom left; 
	border-top: 1px solid #f0f0f0; 
	padding: 2px 10px 12px; 
}
.wpcf7-form input.wpcf7-submit {
	width: 144px;
	height: 46px;
	background: url('../../plugins/cforms/styling/fancy_white_submit.gif') no-repeat; 
	font-size: 13px;
	border: none;
	cursor: pointer;
	margin: 5px 3px 4px 0pt;
	padding: 0px 5px 5px 5px;
}
.wpcf7-form input.wpcf7-submit:hover {
	height: 40px;
	background: white;
	border: 1px solid #e5e5e5;
	margin: 5px 3px 10px 0pt;
	padding: 1px 5px 0px;
}
