@charset "utf-8";
/* 株式会社エムディー トップページ　CSS Document */

.imgShadow {
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

ul.topMainContent {
	margin-bottom: 40px;
}
ul.topMainContent li {
	position: relative;
}
ul.topMainContent li img {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
ul.topMainContent li:after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transform: scale(1, 0.5);
	   -moz-transform: scale(1, 0.5);
	    -ms-transform: scale(1, 0.5);
	     -o-transform: scale(1, 0.5);
	        transform: scale(1, 0.5);
    width: 86%;
    height: 100%;
    bottom: -14%;
    left: 7%;
    z-index: -1;
}

.TopNewsWrapper {
	height:370px;
	margin:2%;
	margin-bottom:40px;
	padding:20px 20px 15px 20px;
	border:solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
	        box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
}
.TopNews h2 {
	margin-bottom:10px;
}
.TopNews ul {
	max-height:260px;
	margin-bottom:0.5em;
	margin-left: 2px;
	list-style: none;
}
.TopNews dl dt {
	float: left;
	clear: both;
	width: 8em;
	color:#B6002A;
}
.TopNews ul li img {
	float: left;
	width: 40px;
	height: auto;
	margin-right: 1.0em;
}
.TopNews li {
	margin: 0 0 1.0em 0em;
}
.TopNews li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


.topSubContent {
	margin-bottom: 40px;
}
.topSubContent:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.topSubContent ul {
	list-style: none;
	padding: 0;
	margin: 0 0 4px 0;
}
.topSubContent ul li {
	border-bottom: 1px dotted #d3d3d4;
	line-height: 1.4em;
}
.topSubContent ul li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.topSubContent ul li img {
	width: 36px;
	float: left;
	margin-right: 10px;
}
.topSubContent ul li a span.tsCategory {
	display: block;
	font-size: 91%;
	color: #727171;
}
.topSubContent ul li strong {
	font-weight: normal;
	font-size: 108%;
	display: block;
	overflow: hidden;
}
.topSubContent ul li a {
	padding: 0.5em 0;
	color: #4c4948;
	display: block;
}
.topSubContent ul li a:hover {
	background: #e0dfde;
}


.tsMore {
	text-align: right;
}
p.tsMore a {
	font-weight: bold;
	color: #b6002a;
}
p.tsMore a:before {
	content: "〉〉〉";
	font-weight: bold;
	letter-spacing: -8px;
	margin-right: 0.25em;
}

ul.topCustomer {
	margin-bottom: 40px;
}
ul.topCustomer li img {
	width: 100%;
	margin-bottom: 6px;
}
ul.topCustomer li p {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 108%;
}
ul.topCustomer li a {
	display: block;
	position: relative;
	display: table;
}




/*.topAisatsu {
	margin-bottom: 40px;
	background: url(images/bg_toppage01.jpg) no-repeat right 16px top 25pt;
}*/
.topAisatsu p {
	line-height: 1.4em;
}