@charset "utf-8";
/* CSS Document */

#container_adweb h1 {
    height:45px;
	color:#304a6f;
	font-size:20px;
	font-weight: bold;
	line-height: 50px;
	background: linear-gradient(to bottom, #e5e5e5, #f9f9f9);
	border-bottom: 1px dashed #0c1b2e;
	padding-left:15px; 
	margin: 0 0 10px 0;
}

#main{
	/*line-height:1.4em;*/
}

#main p{
	line-height: 1em;
}
#main p.back{
	text-align: right;
	margin: 0;
	padding: 0;
}
#main h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 5px;
}

#contents{
	width: 770px;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

#contents .box{
	box-sizing: border-box;
	width: 385px;
	float: left;
	overflow: hidden;
	padding: 10px;
}
#contents .box .left{
	width: 125px;
	float: left;
}
#contents .box .right{
	width: 220px;
	float: right;
}
#contents .box .right p{
	margin: 0;
	padding-bottom: 10px;
}
#contents .box .right a {
	font-size: 75%;
	line-height: 100%;
	color: #0396B3;
	text-decoration: underline;
}


#main table.bgc_glay td{
	padding:10px;
}

#main table a:hover { 
	text-decoration: underline; 
	color: #FF1320;
}