﻿@charset "utf-8"; 



body{

	height:100%;
	margin:0;
	overfow:auto; 

}

html {
   margin:0;
   height:100%; 

}

body,td{
	font-size: 8pt;
	line-height: 16pt;
	font-family: "ms gothic",Osaka;
	font-color:#887B6E;
}	

a:link,a:visited,a:hover,a:active{
	text-decoration:none; boder:none; color:transparent;
}

a img {
    text-decoration:none; boder:none; color:transparent;
} 
	
.bc{
	background-color:#ffcccc;
	height: 7px;
}
p.txt{
	margin: 25px 0px 0px;
	padding: 0px;
	text-indent: 0;
}
div p{
	margin: 0;
	padding: 0;
	text-align: center;
}
em{
	color: #000;
	font-weight: bold;
	font-style: normal;
}
strong{
	color: #c03;
	font-weight: bold;
}

.memo{
	margin: 20px;
	padding: 5px 15px;
	background-color: #f8f8ef;
}
.memo p{
	text-align: left;
}
.source{
	margin: 25px;
	padding: 5px 10px;
	border: 1px dashed #ccc;
	background-color: #F0F8FF;
	clear: both;
}
.sample{
	margin: 30px;
	padding: 20px;
	text-align: center;
	border: 2px solid #eee;
	background-color: transparent;
}
.note{
	margin: 50px 0px;
	padding: 0px;
}
.rd{
	color: #c33;
}
.line{
	border-bottom: 1px dashed #c00;
}
dl{
	margin: 30px 0px;
}
dt{
	color: #c33;
}
dd{
	margin: 0px 0px;
}
address{
	margin: 50px 0px 20px;
	color: #999;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
	font-family: verdana,chicago;
}
textarea,input{
	color: #364C3A;
	border:1px solid #9DA194;
	background-color: #F2FBFB;
}


.responsive{
    margin:0 auto;
	border:1px solid #9DA194;
	position:relative;
	width:60%;
	height:85%;
	top:50%;
    transform: translateY(-50%);

}
.responsive iframe{
   margin:0 auto;
	border:1px solid red;
	position:relative;
	top:0px;
	width:99%;
	height:99%;
}


.base{
    margin:0 auto;
	border:5px solid yellow;
	position:relative;
	width:97%;
	height:97%;
	top:50%;
    transform: translateY(-50%);

} 


#container{width:1000px;;margin-left:auto;margin-right:auto}