@charset "utf-8";

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


ISHIBASHIRYO OFFICIAL WEBSITE for SMARTPHONE
(c) avex marketing Inc. All rights reserved. 


-------------------------------------------------------------------------------------------------------------------------------------------

	layout.css
		0. default
		1.body
		2.RAYOUT
		
-------------------------------------------------------------------------------------------------------------------------------------------

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ================================================================================ */
/*      0.default     */  
/* ================================================================================ */

body,
header,
footer,
ul,
li,
h1
{
	margin:0;
	padding:0;
}

img {
	border:none;
}

li {
	list-style:none;
	padding:0;
	margin:0;
}

/* ================================================================================ */
/*      1.default     */  
/* ================================================================================ */

body {
	background:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "HiraMinProN-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",ArialMT, sans-serif;
	color:#FFF;
}


/* ================================================================================ */
/*      2.RAYOUT     */  
/* ================================================================================ */


/*		MAINIMAGE
-------------------------------------------------------------------------------------------------------------------------------------------*/

h1 img {
	width:100%;
}

.movie {
	margin:0 0 4px;
	text-align:center;
}

.sns ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.sns li {
	float: left;
	width: 155px;
	height: 20px;
	margin:0 0 5px 5px;
}

.bnr {
	margin:0 0 4px;
	text-align:center;
}

/*		PLAYER
-------------------------------------------------------------------------------------------------------------------------------------------*/

.playerBlock {
	background:url(../images/bg_player.png) repeat-x 0 0;
	height:60px;
}

.playerBlock .innerBlock {
	width:320px;
	position:relative;
}

.playerBlock .innerBlock {
	width:320px;
	position:relative;
}

.playerBlock #BTN {
	position:absolute;
	top:0;
	left:0;
}

.playerBlock #ctime {
	position:absolute;
	top:20px;
	left:136px;
	font-size:20px;
}
#button {
	margin:15px auto;
	width:200px;
	text-align:center;
}
#button a {
	display:block;
	-webkit-border-radius:10px;
	width:100%;
	height:100%;
	padding:10px 0;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#f1f1f1),  
		color-stop(50%, #cccccc),  
		color-stop(51%, #bbbbbb),  
		to(#f1f1f1));
	text-shadow: 1px 1px 1px #666666;
	color:#333333;
	text-decoration:none;
}


/*		TWITTER
-------------------------------------------------------------------------------------------------------------------------------------------*/
.playerBlockList li {
	background:url(../images/bg_player.png) repeat-x 0 0;
	height:60px;
}

.playerBlockList li .innerBlock {
	width:320px;
	position:relative;
}

.playerBlockList li .innerBlock .playBtn {
	position:absolute;
	top:0;
	left:0;
}

.playerBlockList li .innerBlock .cTime {
	position:absolute;
	top:14px;
	left:120px;
	font-size:20px;
}



/*		TWITTER
-------------------------------------------------------------------------------------------------------------------------------------------*/

.twitterCont {
	padding-top:16px;
	padding-left:7px;
	clear:both;
}

.tweetBtn {
	padding:8px 0 0 0;
	width:130px;
	float:left;
}

.followBtn {
	padding:8px 0 0 10px;
	width:180px;
	float:left;
}

/*		FOOTER
-------------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	padding:16px;
	text-align:center;
	font-size:12px;
}

#letter img {
	width:100%;
	border:none;
	clear:both;
}

#twitter img {
	width:100%;
}

#blog img {
	width:100%;
}

.reset {
	clear: both;
	display: block;
	width: auto;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}


.btnBack a {
	margin:0 auto;
	width:200px;
	display:block;
	padding:10px;
	text-align:center;
	background:#111;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #333;
}

.btnBack a:link {
	color:#FFF;
	text-decoration: none;
}
.btnBack a:visited {
	color:#FFF;
	text-decoration: none;
}
.btnBack a:hover {
	color:#FFF;
	text-decoration:none;
}
.btnBack a:active {
	color:#FFF;
	text-decoration: none;
}
