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

html {
    height: 100%;
    text-align: center;
}
body {
    height: 100%;
    margin: 0;
}
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* Default Link Color */
a:link {
    color: #00F;
}
a:visited {
    color: #600;
}
a:hover {
    color: #090;
}
a:focus {
    color: #090;
}
a:active {
    color: #FF0;
}

/*TableStyle*/
table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FAFAFA;
}
table td {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.cb {
    clear: both;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
/* TabL+PC */
#wrap {
    width: 100%;
    text-align: left;
}/* /TabL+PC */


.fSmgs-l/* DNP ShueiMGoStd L */ {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
.fSmgs-b/* DNP ShueiMGoStd B */ {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-style: normal;

line-height: 1.8em;
}

.contents {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	 font-feature-settings: "palt";
	padding-bottom: 5%;
}
.contents img {
	width: 100%;
	height: auto;
}

.contArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* TABP+SPL */
@media screen and (min-width: 600px) {

}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
    #wrap {}
}/* /SPP */


