@charset "utf-8";
/* Copyright (c) 2009, Microwave.,Co ltd. */

#content h3{
margin-bottom:20px;
padding-left:12px;
font-size:1.2em;
font-weight:800;
background:url(../img/index_img_02.png) left 50% no-repeat;
}

#content .campaign-list{
position:relative;
width:642px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dotted #ccc;
}

#content .campaign-list dl dt{
margin-bottom:10px;
font-size:1.2em;
font-weight:800;
color:#339900;
}

#content .campaign-list dl dd{
font-size:1.2em;
}

#content .campaign-list dl .wid380{
width:380px;
}

#content .campaign-list .banner{
position:absolute;
right:0;
top:0;
}

.font-0001{
	color:#06F;
	font-size:14px;
	text-indent:1em;
	font-weight:bold;
	}
	
.box0001{
	color:#FFF;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	padding:3px 8px 3px 8px;
	margin-bottom:3px;
	font-size:13px;
	width:23%;
    background-image:-moz-linear-gradient(top, #06F, #06F);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06F), to(#06F), color-stop(1,#06F));
}


.sample2 {
    position: relative;
    color: #193f90;
    background: #93dcf7;
    font-size: 13px ;
    border: 1px solid #e9e9e9;
    margin: 10px 10px 21px 10px;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow:1px 2px 3px 0px  #666666 ;
	font-weight:bold;
	text-align:center;
	width:30%;
}
.sample2:after, .sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.sample2:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #93dcf7;
}
.sample2:before {
    left: 39px;
    border: 11px solid transparent;
    border-top: 11px solid #e9e9e9;
}

