
.middelFont{
    font-size: 14px;
}
.smallFont{
    font-size: 11px;
}
.orangeFont{
    font-weight: bold;
    color:#ff3b22;
}
root { 
    display: block;
}
.leftSideArea{
    background-color: pink;
    margin: 50px;
}
.genreOneArea{
    width:100px;
    float:left;
    margin: 5px 10px 0 0;
}
.genreOneAreaFive{
    width:100px;
    float:left;
    margin: 5px 0 0 0;
}
.notProductErrorDisplay{
    width:100%;
    height:600px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0 0 0 ;
    line-height: 1.5em;
}
.redFont{
    color: #e60011;
}
.redFont a{
    color: #e60011;
    text-decoration: none;
}
.boldFont{
    font-weight: bold;
}
#thumbs {
    height:88px !important;
}
/*お知らせ部分*/
.newsListArea{
    margin: 25px 0;
    display:block;
    width:100%;
    min-height:655px;
    height:auto;
}
h1.infHeadline{
    width:885px;
    height:30px;
    font-size: 20px;
    color:white;
    font-weight:bold;
    padding-top:15px;
    padding-left: 15px;
    background-image: url(/asdekImage/image/bdc/common/headLineBg.png);
    margin-bottom: 25px;

}
.oneNews{
    float:left;
    width:870px;
    padding: 15px;
    border-bottom: 2px dotted #CCC;
    margin: 5px 0;
    line-height: 1.6em;
}
.newsListAreaTitle{
    float:left;

}
.newsListAreaDistributionStartTime{
    float:left;
    line-height: 1.5em;
}
a.oneNewsLink:hover{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    color:#ff1414;
}
.link a{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    color:#ff1414;
    text-decoration: none;
}
.link a:hover{
    color:red;
filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*ページめくり部分*/
.viewPageNumber{
    margin-top: 7px;
    height:40px;
    width: 500px;    
    display: block;
    float:left;
    text-align: center;
}
input.turningPageButton {
	font-size: 12px;
	float: left;
	padding: 3px 8px;
	border: 1px solid #000;
	margin: 0 6px 0 0;
	color: #164c7a;
	display:block;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

input.turningPageButtonActive {
	font-size: 12px;
	float: left;
	padding: 3px 8px;
	border: 1px solid #000;
	margin: 0 6px 0 0;
	color: #CCC;
	display:block;
	text-align: center;
	cursor: pointer;
	background-color: #f4f4f4;
}
.pageViewArea {
    width: 960px;
    height:20px;
    margin: 20px auto 0 auto;
    padding: auto;
    border-radius: 5px;
    clear: both;
    text-align: center;
}
.viewPageFix {
    background: none;
    border: none;
}
.viewPage {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    margin: 0 2px 0 0;
    border: none;
    color:#CCC;
    font-weight: bold;
}

input.turningPageButtonActive {
	font-size: 12px;
	float: left;
	padding: 3px 8px;
	border: 1px solid #000;
	margin: 0 6px 0 0;
	color: white;
        font-weight: bold;
	display:block;
	text-align: center;
	cursor: pointer;
	background-color:#000;
}
/*ページめくりココマデ*/
.whiteBg{
    background-color: white;
    
}
/*問い合わせ*/
.contactSubTitle{
    margin:25px 0  5px 0 ;
    font-size: 12px;
}
input.btnCheckSubmit{
    background: url(/asdekImage/image/bdc/common/information/sendCheck.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height: 27px;
	border: none;
	margin: 20px 0 0 0px;
	float: left;
	cursor: pointer;
        text-indent: -9999px;
}
.btnBackSubmit{
    background: url(/asdekImage/image/bdc/common/information/btn_back_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height: 27px;
	border: none;
	margin: 20px 0 0 0px;
	float: left;
	cursor: pointer;
        text-indent: -9999px;
}
.btnSendSubmit{
    background: url(/asdekImage/image/bdc/common/information/btn_mailsubmit.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height: 27px;
	border: none;
	margin: 20px 0 0 0px;
	float: left;
	cursor: pointer;
        text-indent: -9999px;
}