@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide special system_update
	================================================================================================
*/
div#contents div#feature02 div.text {
	margin: 5px 0 15px 0;
    border-bottom: 1px dotted #CCCCCC;
}

div#contents div#feature02 div.last {
	border-bottom: none;
	margin-bottom: 0;
}

div#contents div#feature07 h3 span {
	font-size: 90%;
	margin-left: 20px;
}

div#contents div#feature03 ul.link_in,
div#contents div#feature04 ul.link_in,
div#contents div#feature05 ul.link_in,
div#contents div#feature06 ul.link_in {
	padding-bottom: 0;
}

div#contents div#feature03 ul.link_movie,
div#contents div#feature04 ul.link_movie,
div#contents div#feature05 ul.link_movie,
div#contents div#feature06 ul.link_movie {
	padding-top: 0.15em;
}

div#contents div#feature02 div.image {
    display: table;
    height: 700px;
    width: 100%;
}
    * html div#contents div#feature02 div.image {
        position: relative;
    }
    *+html div#contents div#feature02 div.image {
        position: relative;
    }
div.vertical_middle {
    display: table-cell;
    vertical-align: middle;
}
    * html div.vertical_middle {
        position: absolute;
        top: 50%;
    }
    *+html div.vertical_middle {
        position: absolute;
        top: 50%;
    }
div.vertical_middle img {
    margin: 0;
}
    * html div.vertical_middle img {
        position: relative;
        top: -50%;
    }
    *+html div.vertical_middle img {
        position: relative;
        top: -50%;
    }

#contents .notice_g {
	width: 90%;
	border: 2px solid #d2d2d2;
	margin: 0 auto;
	padding: 30px 1em 1em 1em;
}

div#contents div.notice_g ul,
div#contents div.notice_g ol {
margin: 0 0 20px 2em;
padding: 0.5em 0;
}

div#contents div.notice_g p {
margin-bottom: 10px;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents .notice_g {
	width: auto;
}
}