@charset "utf-8";

/* ****************************************************
Title: copy.css
---------------------------------------------------------------------------- */


/* =============================
 .sec1
==============================*/
.sec1 { margin-bottom:60px;}
.sec1 .idv {position:relative; width:315px; height:230px; margin-bottom:20px;}
.sec1 .idv .idvimg img {padding:5px; background:#eee;}
.sec1 .idv dl {position:absolute;right:0; top:110px;}
.sec1 .idv dl dt {font-weight:bold; text-align:right; color:#333;}
.sec1 .idv dl dd {background:rgba(36, 147, 196, 0.8); padding:15px; color:#fff;width:170px; font-size:85%;}


/* =============================
 .sec2
==============================*/
.sec2{}
.sec2 .cimg {margin-right:40px;}
.sec2 .cimg img {padding:10px; background:#eee;}

.sec2 .txtwrap h3 {font-size:115%; font-weight:bold; margin-bottom:20px;}
.sec2 .txtwrap ul {padding-left:1em; line-height:2.5;}
.sec2 .txtwrap {font-size:85%;}


/* =============================
 .sec3
==============================*/
.sec3 .w620 {
    width: 620px;
    margin: 0 auto;
}

.sec3 .w620 img {
    width: 100%;
}


.sec3 a:hover{
    opacity: 0.7;
}