#loader {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 100;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #010817;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#breadcrumbs .navi {
    color: #FFF;
}
#breadcrumbs a{
    color: #FFF!important;
}
.dwide-main{
	width: 960px;
	margin:0 auto;
}
.dwide-title-img{
	margin: 120px 0;
}
.dwide-title-img h1{
	text-align: center;
}
.bg-wrapper{
	background-color:#010817;
	position: relative;
	top:0;
}
.bg-liner{
	width: 100%;
	max-width: 1900px;
	height: 100%;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -50%;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.dwide-wrapper{
	position: relative;
	top:0;
}
.dwide-contents{
	width: 960px;
	margin:0 auto;
}
.dwide-section{
	background: #FFF;
	border:1px solid #d9d9d9;
	box-sizing: border-box;
	/* margin-bottom: 32px; */
}
.dwide-section:last-child{
	margin-bottom: 48px
}
/* .dwide-sname{
	padding:24px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #0f427d), color-stop(0.00, #1c4c85));
	background: -webkit-linear-gradient(top, #1c4c85 0%, #0f427d 80%);
	background: -moz-linear-gradient(top, #1c4c85 0%, #0f427d 80%);
	background: -o-linear-gradient(top, #1c4c85 0%, #0f427d 80%);
	background: -ms-linear-gradient(top, #1c4c85 0%, #0f427d 80%);
	background: linear-gradient(to bottom, #1c4c85 0%, #0f427d 80%);
} */
.dwide-sname{
	padding:24px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #305c7b), color-stop(0.00, #14273a));
	background: -webkit-linear-gradient(top, #305c7b 0%, #14273a 80%);
	background: -moz-linear-gradient(top, #305c7b 0%, #14273a 80%);
	background: -o-linear-gradient(top, #305c7b 0%, #14273a 80%);
	background: -ms-linear-gradient(top, #305c7b 0%, #14273a 80%);
	background: linear-gradient(to bottom, #305c7b 0%, #14273a 80%);
}
.dwide-sname h1,
.dwide-sname h2{
	font-size: 24px;
	font-weight: normal;
	color: #cea913;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	border-radius: 6px;
	text-decoration: none;
}
.dwide-sec-inner{
	padding:24px 24px 48px;
	background-image: url(../images/paper_bg.jpg);
	background-repeat: repeat;
	overflow: hidden;
	box-shadow: inset 0px 1px 2px #333;
}
.dwide-program{
	overflow: hidden;
	margin-bottom: 24px;
}
.dwide-pmain{
	width:496px;
	height:279px;
	float:left;
}
.dwide-pmain img{
	width: 100%;
}
.dwide-pline{
	/* width: 385px;
	float:right;
	border: 4px double #8f750d;
  margin: 3em 0;
  padding: 1em;
  box-sizing: border-box; */
    width: 35%;
    float: left;
    box-sizing: border-box;
    position: relative;
    left: 6%;
    margin-top: 6%;
}
.dwide-pline h2{
	font-size: 22px;
	font-weight: bold;
	color:#333;
	margin: 0.5em 0;
}
.dwide-pline p{
	/* font-size: 18px;
	color:#333;
	line-height: 1.8em;
	font-weight: bold; */
	font-size: 18px;
	color: #333;
	border: 4px double #8f750d;
	line-height: 1.8em;
	padding: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
.disco {
	width: 38%;
	margin-top: 6%;
}
.disco p{
	font-size: 17px;
	padding: 0.9em;
}
/*======================*/
.dwide-article{
	clear: both;
}
.dwide-sec-inner h3{
	color:#333;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 22px;
	padding: 10px;
	background-image: url(../images/h_line.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.dwide-article li{
	width:443px;
	float: left;
	margin-right: 24px;
}
.dwide-article li:nth-child(even){
	margin-right: 0px;
}
.dwide-a-thum{
	width:100%;
	background: #FFF;
	margin-bottom: 0.5em;
}
.dwide-a-thum img{
	width:100%;
	transition: all .3s ease;
}
.dwide-aouter h4{
	font-size: 16px;
	margin-bottom:16px;
	color:#333;
	line-height: 1.5em;
	transition: all .3s ease;
}
.dwide-aouter a:hover img{
	opacity: 0.8;
}
.dwide-aouter a:hover h4{
	color:#e60012;
}
/*======================*/
.dwide-article-2 li{
	width:100%;
	margin-bottom: 8px;
	overflow: hidden;
	background: #eee;
	position: relative;
	left:0;
}
.dwide-article-2 li:last-child{
	margin-bottom: 0px;
}
.dwide-a-thum-2{
	width: 20%;
    background: #FFF;
    float: left;
    box-sizing: border-box;
}
.dwide-a-thum-2:hover img{
	opacity: 0.8;
}
.dwide-a-thum-2 img{
	width:100%;
	opacity: 1.0;
	transition: all .3s ease;
}
.dwide-aouter-2 a:hover img{
	opacity: 0.8;
}
.dwide-a-text{
	width: 660px;
    /* float: right; */
    float: left;
    box-sizing: border-box;
    padding: 12px 0 0 24px;
    display: table;
}
.dwide-oa{
	font-size: 14px;
    color: #555;
}
.dwide-a-text h4{
	font-size: 18px;
	margin-bottom: 0.5em;
    /* display: table-cell; */
    /* font-weight: bold; */
    line-height: 1.5em;
    /* margin-bottom: 24px; */
    /* vertical-align: middle; */
}
.dwide-a-text h4 a{
	color:#333;
	transition: all .3s ease;
}
.dwide-a-text h4 a:hover{
	color:#e60012;
}
.dwide-a-text h4 .dwide-bold{
	color:#e60012;
}
.dwide_fever{
	background: #fff; */
    display: block;
    width: 40px;
    /* float: right; */
    position: absolute;
    top: 0;
    right: 0;
}
.dwide_fever　img{
	transition: all .5s ease;
	width:100%;
	opacity: 1.0;
}
.dwide_fever:hover img{
	opacity: 0.8;
}
/* .dwide-a-text h4 a:hover .dwide-bold{
	color:#e60012;
} */
/*======================*/
.dwide-aouter-3{
    border: solid 1px #03173a;
}
.dwide-numbers{
	display: block;
    width: 70px;
    height: 70px;
    background: #031c45;
    color: #ffd300;
    text-align: center;
    float: left;
    line-height: 70px;
    font-size: 23px;
    font-weight: bold;
}
.dwide-a-text-3{
	width: 688px;
    height: 102px;
    float: left;
}
.dwide-a-text-3 h4{
	/* width: 618px; */
    height: 70px;
    /* font-weight: bold; */
    /* float: left; */
    /* padding: 0.7em; */
    line-height: 20px;
    font-size: 20px;
    box-sizing: border-box;
}
.dwide-a-text-3 h4 a{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#051629;
	transition: all .3s ease;
}
.dwide-a-text-4{
	display: table;
	width: 680px;
}
.dwide-a-text-4 .dwide-number-4{
	width:50px;
	color: #051629;
    font-family: "Hiragino Kaku Gothic ProN", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    transition: all .3s ease;
    padding: 0 10px;
}
.dwide-a-text-4 h4{
    height: 70px;
    line-height: 20px;
    font-size: 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.dwide-a-text-4 h4 a{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#051629;
	transition: all .3s ease;
}
.dwide-a-text-4 h4 a:hover{
	color:#e60012;
}
.dwide-oa-4{
	background: #eeeeee;
    height: 31px;
    color: #333;
    line-height: 32px;
    font-size: 12px;
    text-indent: 1em;
    border-top: 1px solid #b3b3b3;
}
.dwide-number{
	color:#051629;
	transition: all .3s ease;
	font-family: "Hiragino Kaku Gothic ProN", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
	font-weight: bold;
	display: block;
    width: 60px;
    height: 70px;
    text-align: center;
    float: left;
    line-height: 70px;
    font-size: 20px;
}
.dwide-a-text-3 h4 a:hover{
	color:#e60012;
}
.dwide-oa-3{
	background: #eeeeee;
    clear: both;
    height: 31px;
    color: #333;
    line-height: 32px;
    font-size: 12px;
    text-indent: 1em;
    border-top: 1px solid #b3b3b3;
}
/*======================*/
.dwide-off{
	text-align: right;
  padding: 0em 0em 2em;
}
.dwide-off a{
	display: inline-block;
	background: #fff;
	border-radius: 5px;
}
.dwide-off img{
	opacity: 1;
	transition: all .5s ease;
}
.dwide-off a:hover img{
	opacity: 0.8;
}
.dwide-button{
	display: block;
    text-align: center;
    position: relative;
    background-color: #e60012;
    border-radius: 24px;
    color: #fff;
    line-height: 32px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #99000d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.dwide-button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #99000d;
}
.dwide-button:active {
	top: 3px;
	box-shadow: none;
}
.txt_copylight{
	margin-top: 48px;
	color: #FFF;
    text-align: right;
    font-size: 12px;
    padding: 24px 0;
    border-top: dotted 1px #f0f0f0;
}
.new{
	  background: #e60012;
		background: -moz-linear-gradient(top,  #e60012 0%, #b2000b 100%);
		background: -webkit-linear-gradient(top,  #e60012 0%,#b2000b 100%);
		background: linear-gradient(to bottom,  #e60012 0%,#b2000b 100%);

    width: 60px;
    height: 20px;
}
.new p {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}