/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
img{
	border:0px;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	letter-spacing:0.05em;
	line-height:160%;
	color:#222;
	font-size:12px;
}
p{
	padding-bottom:10px;
}
img{
	border:0px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
a{
	color:#0059BB;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#content p a{
	color:#003366;
	text-decoration:underline;
}
.font-black{
	color:#222;
}
.font-white{
	color:#DDD;
}
.font-red,.msg{
	color:#F00;
	font-weight:bold;
}
.notes{
	margin-top:10px;
	text-indent: -1em;
	padding-left: 1em;
}
.icon-speaker{   
    background: url(../images/icon-speaker.png) no-repeat 100% 50%;
	padding-right:24px;
}
.indent{
	text-indent: -3.2em;
	padding-left: 3.2em;
}
.dj h2 .name-s,
.dj2 h2 .name-s,
.dj-s h2 .name-s{
	font-size: 12px;
	line-height: 1.2;
}
.padding-b5 {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.padding-b10 {
	padding-bottom: 10px;
}
.padding-t40 {
	padding-top: 40px;
	}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
a img.nohover:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
nav a img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
/* 矢印 -------------------------------------------------------------- */
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow01::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FFF;
}
.arrow01::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #004EA2;
}

/* テーブル -------------------------------------------------------------- */
table.table01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #DDD;
	font-size:16px;
}
table.table01 th {
	padding: 15px;
	text-align: center;
	vertical-align:top;
	border-bottom: 1px solid #DDD;
}
table.table01 td {
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
}



input[type="text"],select,textarea{
	padding:1%;
	width:98%;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:0px 0px 5px 0px;
	font-size:16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	font-size:16px;
	padding:15px 50px;
	color:#FFF;
	background:#003673;
	font-weight:bold;
	border:none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	margin:30px 30px 0px 30px;
	cursor:pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background:#001F42;
}

/* リスト -------------------------------------------------------------- */
.wrap li{
	margin-left:30px;
}
ul.list01,
ul.list02{
	margin:0;
	padding:0;
}
.list01 li{
	margin-left:0;
	padding:10px 0 10px 10px;
	list-style: none;
	border-bottom: dashed 1px #999;
}
.list01 li.border-none{
	border: none;
}
.list01 img{
	margin-bottom: 10px;
	
}
.list02 li{
	margin-bottom: 70px;
	margin-left:0;
	padding:10px 0 10px 10px;
	list-style: none;
	border-bottom: dashed 1px #999;
}
.arrow02{
	display: block;
	background:url(../images/arrow02.gif) left center no-repeat;
	padding-left:16px;
	margin-top:10px;
}


.list03 li{
	margin-bottom: 5px;
	margin-top: 5px;
}
.list03 li ul{
	margin-bottom: 20px;
}

/* アイコン */
.pdf{
	background-image: url(../images/pdf.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 15px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 1px;
}

.font-s{
	font-size:12px;
}
.font-l{
	font-size:16px;
	line-height:140%;
}
.hr01{
	margin:20px 0px;
}
