@import "ichitaro.css";
@charset "utf-8";

/* TAM追加　Top表示 */
body.fix{
	padding:141px 0 0;
	position:relative;}

*html body.fix{
	padding:0;}/* forIE6 */

body .introduction{
	display:none;}

body.fix .introduction{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:141px;
	z-index:100;
	background: url(/img/introduction/introduction_bg01.jpg) repeat-x left top;}

*html body.fix .introduction{
	position:relative;}/* forIE6 */

body.fix .introduction div{
	width:973px;
	margin:0 auto;
	height:100px;
	position:relative;}

body.fix .introduction div p{
	margin:0;}

body.fix .introduction div .txt{
	position:absolute;
	left: 335px;
	top:9px;}

body.fix .introduction div .txt a{
	color:#FFF;
	font-size:10px;
	text-decoration:underline;}

body.fix .introduction div .close{
	cursor:pointer;
	position:absolute;
	right:-2px;
	top:2px;}

body.fix .introduction div .time{
	position:absolute;
	top:116px;
	left:113px;
	font-weight:bold;
	font-size:16px;
	color:#FF0000;
}

body.fix .introduction div .time img{
	margin:0 10px 0 0;
	position:relative;
	top:2px;
}

/* TAM　SNS*/
#introbtn:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#introbtn{
	display: inline-block;
	width:100%;}

#introbtn ul{
	float:right;
/*	margin:0;	*/
        margin:15px 0;
	padding:0;
	width:409px;}
 
#introbtn ul li{
	display:inline;}

#introbtn ul li a img{
	border:none;}
