@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#iframeBlock{
height:100%;
}
    .iframeBody{
    height:250px;
}
        iframe{
        border:none;
        width:100%;
        padding:0;
        margin:0;
        }
   
    
.area{
	width:100%;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:20px;
	
	}
img{
	border:none;
	}
	
.title{
	padding-left:0px;
	color: #000;
	margin-bottom:5px;
	font-weight:bold;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	}
.title a{
	color: #000;
	text-decoration: underline;
	}	
.content{
	margin-bottom:10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size:12px;
	color: #000;
	padding-left:0px;
	font-weight:nomal;
	}
#left{
	float:left;
	}
#right{
	float:right;
	width:74px;}
#dc{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin-bottom:10px;
	color:#333333;
	padding-left:20px;
	}