@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// HOME */

/* ----------------------------------------------------- Section */
#main a:link, #main a:visited{
	color: #06c;
	text-decoration: none;
}

#main a:hover, #main a:active{
	color: #06c;
	text-decoration: underline;
}

#topNews{
	margin: 0px 0px 15px 0px;
}

#topNews .date{
	margin: 0px 0px 6px 0px;
	color: #808080;
	font-size: 80%;
	line-height: 1.4;
}

#topNews h3{
	margin: 0px 0px 6px 0px;
	font-size: 180%;
	line-height: 1.3;
	font-weight: normal;
}

#topNews p{
	margin: 0px 0px 0.6em 0px;
	line-height: 1.8;
}

#topNews .web, #topNews .itunes{
	padding: 0;
	background: none;
}

#topNews p a:link, #topNews p a:visited{
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #111;
}

#topNews p a:hover, #topNews p a:active{
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #111;
}

#topNews img{
	margin: 0px 0px 5px 8px;
	padding: 1px;
	background: #999;
	border: 2px solid #e5e5ed;
	float: right;
	width: 130px;
}

.more{
	margin: 0px 0px 0px 0px;
}

.newsList{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.newsList li{
	margin: 0px 0px 0px 0px;
	padding: 4px 3px;
	background: url(../images/common_dashed.gif) repeat-x 0px 0px;
	line-height: 1.8;
}

.newsList .date{
	font-size: 87%;
}

h2.headline02{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 1px;
	border-top: 2px solid #d9d9d9;
}


/* ----------------------------------------------------- for MOBILE, NOTES */
h2.notes{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.qrcode{
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 87%;
	line-height: 1.6;
}

#notesList{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 250px;
	float: left;
}

#nakanohito{
	width:54px;
	float:right;
}


/* ----------------------------------------------------- Counter */
#opendate{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: right;
	float: right;
	width: 130px;
}



