@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/
/* reset style
-------------------------------------------------------------*/
*{
	padding:0;
	margin:0;
}
ol,ul,dl,li,dt,dd{list-style: none;}
hr{display:none;}
img{vertical-align:top;}
html{-webkit-text-size-adjust:none;}
a,img{
	margin:0;
	padding:0;
	border:none;
}

/* a Element
-------------------------------------------------------------*/
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}

/* block Layout
-------------------------------------------------------------*/
.dsp-none{display:none;}
.dsp-sp{display:none;}
.dsp-pc{display:block;}

/* Float Element */
.cClear{clear:both !important;}
.cLeft {float:left !important;}
.cRight{float:right !important;}
.cNone{float:none !important;}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
/* width */

/* aligh */
.alignL{text-align:left !important;}
.alignC{text-align:center !important;}
.alignR{text-align:right !important;}
.valignT{vertical-align:top !important;}
.valignM{vertical-align:middle !important;}
.valignB{vertical-align:bottom !important;}

/* margin padding */
.mT0{margin-top:0 !important;}
.mT5{margin-top:5px !important;}
.mT10{margin-top:10px !important;}
.mT15{margin-top:15px !important;}
.mT20{margin-top:20px !important;}
.mT25{margin-top:25px !important;}
.mT30{margin-top:30px !important;}
.mT40{margin-top:40px !important;}
.mT50{margin-top:50px !important;}
.mB0 {margin-bottom:0 !important;}
.mB5 {margin-bottom:5px !important;}
.mB10{margin-bottom:10px !important;}
.mB15{margin-bottom:15px !important;}
.mB20{margin-bottom:20px !important;}
.mB25{margin-bottom:25px !important;}
.mB30{margin-bottom:30px !important;}
.mB40{margin-bottom:40px !important;}
.mB50{margin-bottom:50px !important;}
.pT0{padding-top:0 !important;}
.pT5{padding-top:5px !important;}
.pT10{padding-top:10px !important;}
.pT15{padding-top:15px !important;}
.pT20{padding-top:20px !important;}
.pT25{padding-top:25px !important;}
.pT30{padding-top:30px !important;}
.pT40{padding-top:40px !important;}
.pT50{padding-top:50px !important;}
.pB0 {padding-bottom:0 !important;}
.pB5 {padding-bottom:5px !important;}
.pB10{padding-bottom:10px !important;}
.pB15{padding-bottom:15px !important;}
.pB20{padding-bottom:20px !important;}
.pB25{padding-bottom:25px !important;}
.pB30{padding-bottom:30px !important;}
.pB40{padding-bottom:40px !important;}
.pB50{padding-bottom:50px !important;}
.pL0{padding-left:0 !important;}
.pR0{padding-right:0 !important;}
/* text Layout
-------------------------------------------------------------*/
/* SizeVariation( px) */
.txt-size10{font-size:10px !important;}
.txt-size11{font-size:11px !important;}
.txt-size12{font-size:12px !important;}
.txt-size14{font-size:14px !important;}
.txt-size16{font-size:15px !important;}
.txt-size18{font-size:18px !important;}
.txt-size21{font-size:21px !important;}
.txt-size24{font-size:24px !important;}
.txt-size27{font-size:27px !important;}
.txt-size30{font-size:30px !important;}
.txt-size32{font-size:32px !important;}
.txt-size36{font-size:36px !important;}
.lh-130{line-height:1.3 !important;}
.lh-150{line-height:1.5 !important;}
.lh-180{line-height:1.8 !important;}
.textNormal{font-weight: normal !important;}
.textBold{font-weight:bold !important;}
.nowrap{white-space:nowrap;}

.txt-justify{
	text-align:justify;
	text-justify:distribute;
}

/*=============================================================
 Common Layout
=============================================================*/
/*=============================================================
container
=============================================================*/
#hotNews #container{
	width: 100%;
	text-align: center;
	line-height: 2.0;
	font-size: 14px;
	padding-top:30px;
	background: url(../img/bg.png) repeat center top;
	
	/*追加*/
	margin-top:-20px;
}
#hotNews #container #headerHotNews{
	width:850px;
	margin:0 auto;
	text-align:right;
}
#hotNews #container #pageBody{
	clear:both;
	width:850px;
	margin:0px auto 30px;
	background-color:#fff;
	text-align:left;
}
#hotNews #container #pageBodyInner{
	clear:both;
	padding:45px;
}
/*=============================================================
FOOTNAVI
=============================================================*/
#hotNews #container #ftrNavi{
	width: 100%;
	text-align: center;
	background-color:#FFF;
}
#hotNews #container #ftrNaviInner{
	width:504px;
	margin:0 auto;
	padding:50px 0 0px;
}
#hotNews #container #ftrNaviInner ul li{
	float:left;
	width:232px;
	padding:0 10px;
}
#hotNews.indexHotNews #container #ftrNaviInner{
	width:252px;
}




/* sp
========================================================================== */
@media only screen and (max-width:767px) {
/* ----------------------------------------------------------------------- */

#hotNews #container #pageBodyInner{
	padding:20px;
}
#hotNews #container #ftrNavi{
	padding: 0;
	width: auto;
	background-color:#FFF;
}
#hotNews #container #ftrNaviInner{
	width: auto;
	margin:0 auto;
	padding:30px 0;
}
#hotNews #container #ftrNaviInner ul li{
	float: none;
	display: inline-block;
	width:auto;
	text-align: center;
}
#hotNews #container #ftrNaviInner ul li+li{
	margin: 10px 0 0 0;	
}
	
	
/* ----------------------------------------------------------------------- */
}


