@charset "UTF-8";

body {
	height: 100%;
 	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	font-size:14px;
	color: #555;
	text-align:center;
	background:#eaf1f8;
}

img {
    border: none;
}

a {
    color: #055fba;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}




/* wrapper ****************************************************/

#wrapper{
	width:820px;
	background:url(../img/bg.jpg) repeat-y left top scroll;
	margin:20px auto;
	position:relative;
}

#wrapperTop{
	background:url(../img/head.jpg) no-repeat left top scroll;
	padding-top:167px;
	
}

#wrapperBottom{
	margin-top:60px;
	
}

#wrapperBottom.mov{
	margin-top:30px;
	
}

/* main ****************************************************/

#main{
	width:590px;
	background:url(../img/cont_bg.gif) repeat-y left top scroll;
	margin:0 auto;
}

#mainTop{
	background:url(../img/cont_head.gif) no-repeat left top scroll;
	padding-top:20px;
	
}

#mainBottom{
	background:url(../img/cont_foot.gif) no-repeat left bottom scroll;
	padding-bottom:30px;	
}

/* contents ****************************************************/

#rIcon{
	position:absolute;
	left:17px;
	top:17px;
}

#contents{
	width:518px;
	margin:0 auto;
	text-align:left;
	color:#000;
}

#contents #title{
	height:100px;
}

#contents h1{
	font-size:24px;
	padding-top:15px;
}


#contents ul.pdfBtn{
	clear:both;
}

#contents ul.pdfBtn li{
	margin-bottom:20px;
	width:518px;
	height:51px;
}

#contents ul.pdfBtn li a{
	display:block;
	background:url(../img/btn01.png) no-repeat scroll left top;
	padding:0 30px 0 55px;
	text-decoration:none;
	font-weight:bold;
	line-height:51px;
}

#contents ul.pdfBtn li a:hover{
	display:block;
	background:url(../img/btn01_on.png) no-repeat scroll left top;
}

#contents p.comment{
	margin-bottom:20px;
}

#contents p.date{
	text-align:right;
	font-size:12px;
}

/* login ****************************************************/

#contents2{
	width:400px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
	color:#000;
}

table.dataMaintenance{
	border-collapse: collapse;
	width:100%;
}

table.dataMaintenance td,
table.dataMaintenance th{
	padding:8px;
}

table.dataMaintenance td{
	background:#fff;
	text-align:left;
	width:85%;
}

table.dataMaintenance th{
	background:#fff;
	font-weight:bold;
	text-align:right;
	width:15%;
	
}


#memberid,
#pass{
	width:98%;
	font-size:14px;
	border: 2px solid #DADADA;
	padding:4px;
}

.submitArea {
	/*border-top:1px dotted #333;*/
	margin-top:30px;
	text-align:center;
}

.submitArea .submitBtn {
	height:40px;
	width:150px;
	font-size:18px;
	cursor:pointer;
}

p.logoff{
	margin:0;
	padding:0;
}

.logoff{
	position:absolute;
	right:30px;
	top:60px;
	font-size:10px;
}

.logoff a{
	color:white;
	border:1px solid #cadff3;
	padding:3px 15px 2px;
	text-decoration:none;
	display:block;
}

.logoff a:hover{
	background-color:#247acc;
	border:1px solid #eaf5ff;
}

.imgUpload {
  margin-bottom: 20px;
  padding: 20px;
  background: #f4faff;
  border: 1px solid #005ca3;
  border-radius: 4px;
}

.imgUpload a {
  display: inline-block;
  margin-top: 10px;
}

.imgUpload a:before {
  content: '';
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("../img/i_download.png");
  background-size: cover;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.video-btn{
    width: 250px;
    height: 40px;
    margin: 15px auto 0;
    border-radius: 5px;
    background-color: #055fba;
    transition: 0.5s ;
}
.video-btn:hover{
    opacity: 0.7;
    transition: 0.5s ;
}
.video-btn a:before{
    display: none;
}
.video-btn a{
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin-top: 0;
    color: white;
}

section.mov{
    width: 518px;
    margin: 0 auto 80px;
}
section.mov h2{
    font-size:20px; 
    margin-bottom: .5em;
    border-left: 3px solid #055fba;
    padding-left: .5em;
}
section.mov video{
    outline: none;
}

.page-back{
    width: 250px;
    height: 40px;
    margin: 15px auto 0;
    border-radius: 5px;
    border: 1px solid #055fba;
    background-color: #fff;
    transition: 0.5s ;
}
.page-back:hover{
    opacity: 0.7;
    transition: 0.5s ;
}
.page-back a{
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin-top: 0;
    color: #055fba;
}