@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

#mv2{
	background: url(../images/outline/mv.jpg) 50% 0 no-repeat #efefef;
}

/*-----------*/

#c1{
	background: #fff;
	padding: 80px 0 100px;
}
#c1 ul{
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	font-family: "Hiragino Mincho ProN","EB Garamond",serif;
}
#c1 ul li{
	list-style: decimal outside !important;
	padding: 5px 0;
	margin-left: 45px;
	color: #efc337;
	font-weight: bold;
}
#c1 ul li span{
	color: #333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}
#c1 li ul{
	margin-bottom: 0;
}
#c1 li ul li{
	margin-left: 0 !important;
	color: #333;
	padding-left: 17px;
	list-style: none !important;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
}
#c1 li a{
	color: #efc337;
}

/*-----------*/

#c2{
	background: #fff;
	padding: 0 0 100px;
}

/*-----------*/

#c3{
	background: #fff;
	padding: 0 0 100px;
}

/*-----------*/

#c4{
	background: #F7F7F7;
	padding: 80px 0 60px;
}
#c4 dl{
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
#c4 dt{
	width: 100px;
	display: table-cell;
}
#c4 dd{
	display: table-cell;
	padding-left: 20px;
}

.mb #c4 dl{
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.mb #c4 dt{
	width: 100%;
	display: block;
	text-align:center;
}
.mb #c4  dd{
	width: 100%;
	display: block;
	padding:0px;
}


.mb .c4_header{
	text-align:center!important;
	padding:5px;
}

/*-----------*/

#c5{
	background: #fff;
	padding: 80px 0 60px;
}

#c5 a:link,
#c5 a:visited{
	 color: #333333;
}

#c5 a{
	background-image: url(../images/outline/acrobat.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#c5 a:hover{
	color: #efc337;
}


