@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/
/*=============================================================
TTL
=============================================================*/

#hotNews #ttlArea{
	position:relative;
	background: url(../img/bg_ttl.png) repeat-x left bottom;
}
#hotNews #ttlArea p{
	position:absolute;
	top:-10px;
	right:0;
}
#hotNews h3.greenBox{
	font-size:16px;
	line-height:1;
	color:#01793c;
	font-weight:normal;
	padding: 7px 7px 7px 30px;
	margin-bottom: 20px;
	background: #edf5e6 url(../img/bg_h3.png) no-repeat 7px center;
}
#hotNews .ttlGreen{
	font-size:18px;
	color:#01793c;
	font-weight:normal;
}

#hotNews .boxClm{
	clear:both;
	margin-top:40px;
}

#hotNews .boxClm:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}

#hotNews .photoLarge a{
	position:relative;
	display:block;
}
#hotNews .photoLarge a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width:27px;
	height:26px;
	background: url(../img/icn_photo.png) no-repeat left top;
}

/*=============================================================
momotaro
=============================================================*/


h4.cCenter{
	display:block;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	line-height:1.6em;

	}

h4.cCenter span{
	color:red;
}
		

.caption{
	font-size:12px;
	line-height:1.5em;
	margin-top: 5px;
	color:#000;
	}

	
.shugoarea{
	width:505px;
	margin:0px auto;
	text-align:left;
}

.Photo_box{
	margin-top:20px;
}

hr.green-border{
background: url(/tsk/saizensen_web/hotnews/momotarou/img/border.gif) no-repeat
}

.font_i
{font-family: Arial, Helvetica," sans-serif";
font-style: italic;
font-size: 120%;
color:#333 !important;
padding-left: 0.1em;
}



/* sp
========================================================================== */
@media only screen and (max-width:767px) {
/* ----------------------------------------------------------------------- */
#hotNews #ttlArea{
	position:relative;
	margin-bottom:30px;
	background: url(../img/bg_ttl.png) repeat-x left bottom;
}
#hotNews #ttlArea p{
	position:absolute;
	top:0;
	right:0;
}
#hotNews #ttlArea h2{
	padding-bottom:10px;
}
#hotNews .boxClm{
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
#hotNews #container #pageBody{
	clear:both;
	width:100%;
	margin:0px auto 30px;
	background-color:#fff;
	text-align:left;
}

#hotNews .boxClm .wid100{
	width: 100% !important;
}
.cLeft,
.cRight{
	text-align: center;
	display: inline-block;
	float: none !important;
	max-width: 100% !important;
}
.cLeft+.cLeft,
.cLeft+.cRight{
	margin: 10px 0 0 0;
}
	
.shugoarea{
	max-width:100%;
}

.momoflex{
	display: flex;
	justify-content: center;
}
	
.momoflex .cLeft+.cRight{
	margin: 0 0 0 10px;
}