@charset "utf-8";
/*----------------------------------
	import
----------------------------------*/
@import url("reset.css");
@import url("share.css");
@import url("advanced.css");

/*body{
	overflow:hidden;
}*/


/*----------------------------------
	newsTitleView
----------------------------------*/



/* contentsList ----------------------------------*/
.mainContents .historyTitleView
{
	width:100%;
	overflow:hidden;
}
.mainContents .historyTitleView .contentsList{
	padding: 10px 5px;
	overflow:hidden;
	position:relative;	/*これが無いとoverflow:hiddenが効かない*/
}

.mainContents .historyTitleView .contentsList dl{
}

.mainContents .historyTitleView .contentsList dt{
	padding: 0px 10px 0px;
	color: #780000;
}

.mainContents .historyTitleView .contentsList dt img{
	height: 11px;
	vertical-align: -1px;
}

.mainContents .historyTitleView .contentsList dd{
	background-image: url(img/common/bg_listline_dec.png), url(img/common/bg_listline.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right bottom, 0px bottom;
	background-size: 9px 10px, 10px auto;
	padding: 0px 10px 10px;
}


/* pager ----------------------------------*/
.pager{
	margin: 3px 0 5px;
	padding: 0px 3px;
}

.pager > #btArea > .button{
	font-family: Helvetica, sans-serif;
	width: 38px;
	height: 38px;
	font-size: 24px;
	font-weight: bold;
}

.pager{
	height: 40px;
	overflow: hidden;
	position:relative;
}

#swipeView
{
	margin:auto;
	position:relative;
	overflow:hidden;
}



