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

html,body{
	margin: 0;
	padding: 0;
}
.wrapper{
	width: 950px;
	margin: 0 auto;
}
#logo{
	margin-left: 9px;
    margin-top: 11px;
	vertical-align:bottom;
}
#border{
	width: 950px;
	vertical-align: top;
}
.txt p a{
	color:#5D3E9F;
}
.txt p span{
	color: #3D86D7;
}
.table table {
	text-align: center;
	border-collapse:collapse;
}
.table table tr th{
	background-color: #DBECFF;
	color: #3D86D7;
	padding: 10px 0;
	border: 1px solid #3D86D7;
}
.table table tr td{
	border: 1px solid #3D86D7;
	padding: 5px; 
}
.table_title td{
	background-color: #d8d1e1;
	color: #330033;
	font-weight: 600;
}
.td1{
	width: 80px;
}
.td2{
	width: 180px;
}
.td3{
	width: 690px;
}
.table_txt{
	margin:0 0 40px 0;
	border-right:1px solid #3D86D7;
	border-bottom: 1px solid #3D86D7;
	border-left: 1px solid #3D86D7;
}
.table_txt p{
	margin: 0;
	padding: 5px;
}
#footer_border{
	margin: 20px 0;
}
footer a{
	width: 950px;
}
footer a img{
	float: right;
	margin:0 10px 39px 0;
	vertical-align: top;
}
.clear{
	clear: both;
}
/*Facebookとツイッターのシャアボタン*/
.social-grp-link #fb-root{
	display: inline-block;
}
.social-grp-link .fb-share-button>span{
	vertical-align: unset !important;
}
/*YOUTUBE*/
#youtube_container{
	width: 950px;
	height: 533px;
}
#youtube_container iframe{
	width: 100%;
	height: 100%
}