@charset "utf-8";

@import url("default.css");
@import url("module_sp.css");

/* ----------------------------------------------------*/
/* ヘッダー */

#header h1 {
	margin:0px;
}

#header h1 img {
	width:100%;
}


#header #photoby{
	color:#999;
	text-align:right;
	padding: 2px 5px 10px;
	font-size:.55em;
	line-height:1.4em;
}

#header h2,
#header h3{
	display:none;
}

#header h4{
	color: #666;
	padding: 10px 15px 5px;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

#header #billing {
	color: #666;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px 15px 0;
	font-size: 0.6em;
	line-height: 1.4em;
	text-indent: 0px;
	background: none;
}

#header #date{
	margin:10px 15px;
}

/* SNS */
#snsArea {
	width: 280px;
	margin: 5px 15px;
	padding: 0px;
}

#snsArea ul{
	overflow: hidden;
}

#snsArea ul li{
	float:left;
}

#snsArea ul li#like{
	margin: 2px 4px 0;
	height: 21px;
	width: 120px;
	overflow: hidden;
}

#snsArea ul li#like span,
#snsArea ul li#like span iframe{
	/*width:78px !important;*/
}

#snsArea ul li#follow{
	margin:2px 4px;
	height:24px;
}

#snsArea ul li#fb{
	margin-left:5px;
}

#snsArea ul li#tw{
	margin-left:5px;
}

#snsArea ul li#tw a {
	background:transparent url("../img/sp/menu_tw.png") no-repeat 50% 50%;
	display:block; 
	height:24px; 
	width:24px;
	padding:0px 2px; 
	text-indent:-9999px;
}

/* cont */
#cont { padding:10px 0;}

#bannerArea {
	padding:0 15px 15px;
}

#bannerArea ul li {
	text-align:center;
}

#nav {
	padding-bottom:15px;
	-webkit-tap-highlight-color:rgba(255,255,255,0.40);
	background:#FFFFFF;
}

#nav li a{ display: block;}


ul.mainNav {
	/*font-family: 'Impact', sans-serif;
	font-size:2.8em;*/
	text-align:left;
	border-top:1px dashed #555555;
}

ul.mainNav li{
	list-style-type:none;
	background:url(../img/sp/arrow_nav.gif) no-repeat 96% 50%;
	border-bottom:1px dashed #555555;
	
	position:relative;
}

ul.mainNav li img{
	
	position:absolute;
	
	bottom:3px;
}

ul.mainNav li a{
	padding:0 0 0 10px;
	display:block;
	height:56px;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	line-height:56px;
}
