@charset "UTF-8";
/* CSS Document */

header nav ul li:first-child a { background-color: #43b8f4; color: #43b8f4; }

#Contents > section { margin-bottom: 25px; position: relative; }
#Contents > section p { position: relative; }
#Contents > section ul { position: absolute; top: 325px; left: 60px; }
#Contents > section ul li { float: left; width: 205px; padding-right: 20px; }
#Contents > section ul li a { display: block; border-radius: 4px; box-shadow: 0 3px #055077; padding: 20px; color: #FFF; text-decoration: none; font-size: 0.9em; position: relative;
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjOWJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjg2ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  rgba(12,155,220,1) 0%, rgba(6,134,210,1) 100%); /* FF3.6+ */
 background: -webkit-linear-gradient(top,  rgba(12,155,220,1) 0%,rgba(6,134,210,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -ms-linear-gradient(top,  rgba(12,155,220,1) 0%,rgba(6,134,210,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(12,155,220,1) 0%,rgba(6,134,210,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9bdc', endColorstr='#0686d2',GradientType=0 );
}
#Contents > section ul li a:hover { box-shadow: 0 3px #001c3e;
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2ODZkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzliZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  rgba(6,134,210,1) 0%, rgba(12,155,220,1) 100%); /* FF3.6+ */
 background: -webkit-linear-gradient(top,  rgba(6,134,210,1) 0%,rgba(12,155,220,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -ms-linear-gradient(top,  rgba(6,134,210,1) 0%,rgba(12,155,220,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(6,134,210,1) 0%,rgba(12,155,220,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0686d2', endColorstr='#0c9bdc',GradientType=0 );
}
#Contents > section ul li a:after { content: url(../images/ic_arrow_right.png); position: absolute; left: 185px; }
  
article > h1 { font-size: 1.4em; margin-top: 35px; } 
article > h1:after { content:""; display: block; border-bottom: 3px solid #d8d8d8; position: relative; bottom: 3px; z-index: -1; }
article > h1 span { border-bottom: 3px solid #0892d8; padding: 0 0.5em 15px 2px; display: inline-block; }
article > p { font-size: 0.9em; margin-top: 25px; border-bottom: 1px dotted #aac4d2; padding: 0 0 15px 1em; }

#Bnr ul li { float: left; margin-left: 35px; } 
#Bnr ul li:first-child { margin-left: 0; } 
#Bnr ul li a:hover { opacity: 0.7; } 

#Slider { width: 935px; }
#Slider > div { float: left; width: 384px; padding: 27px 40px; border-right: 1px solid #dcdcdc; }
#Slider > div:before,#Slider > div:after { content:""; display:table; }
#Slider > div:after { clear:both; }
#Slider > div a { display: block; text-decoration: none; color: #333; }
#Slider .Img { float: left; padding-right: 25px; margin-top:7px; } 
#Slider .Txt { overflow: hidden; } 
#Slider .Txt p { font-size: 0.9em; line-height: 1.4em; }
#Slider .Txt p strong { font-size: 1.1em; }
#Slider .Txt p + p { margin-top: 15px; }
#Slider span { background-color:#f07100; font-size:0.8em; font-weight:bold; color:#FFF; padding:4px; letter-spacing:0.1em; line-height:3em;}

#Slider a:hover { text-decoration: underline; opacity:0.7; }

aside p.m-top15 { display: none; }

dl { margin-top: 25px; font-size: 0.9em; line-height: 1.6em; }
dl dt { float: left; width: 9em; padding-left: 1em; margin-bottom: 15px; }
dd { display: block; margin-bottom: 15px; padding: 0 0 10px 11em; border-bottom: 1px dotted #aac4d2; }
dd a { color: #0892d8; }
dd:hover a { text-decoration: none; }
dd a.pdf:after { content: url(../images/ic_pdf.gif); vertical-align: -0.2em; margin-left: 5px; }
dd a.blank:after { content: url(../images/ic_blank_gray.gif); margin-left: 5px; }

footer { margin-top: 40px; }