@charset "utf-8";

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

   Copylight Alphatechno Co.,Ltd. All rights Reserved.
   http://www.alphatechno.jp

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*
*
*	HomePage Module
*
*	Last Update 2017-05-21
*
*	0.ContentsMain
*	1.ContentsLeft
*	2.ContentsRight
*
*/





/*/////////////////////////////////////////////////////////////

   0.ContentsMain

/////////////////////////////////////////////////////////////*/

div#contentMain{
	clear: both;
	margin-top: 6px;
	margin: 6px 0 10px;
}






/*/////////////////////////////////////////////////////////////

   2.ContentsRight

/////////////////////////////////////////////////////////////*/

div#contentRight{
	float: right;
	width: 690px;
}


div#contentRight div#servicelist{
}
div#contentRight div#servicelist h2{
   margin-bottom:12px;
}
div#contentRight div#servicelist li{
   float:left;
   margin:0 12px 12px 0;
}
div#contentRight div#servicelist li.sLclear{
   margin:0 0 12px 0;
}



div#contentRight div#newsRelease{
   clear:both;
   position:relative;
}
div#contentRight div#newsRelease h2{
   padding:14px 0 12px 0;
}
div#contentRight div#newsRelease p{
	position: absolute;
	top: 22px;
	left: 605px;
}
div#contentRight div#newsRelease dl{
    margin:6px 0 0 18px;
}
div#contentRight div#newsRelease dl dt{
   float: left;
   clear: left;
   width: 150px;
   margin-bottom: 15px;
   line-height: 1.27;
}
div#contentRight div#newsRelease dl dd{
   line-height: 1.3;
   margin-bottom: 15px;
}
div#contentRight div#newsRelease dl dd img{
   padding-top:0.5em;
   padding-right:0.3em;
}
