/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}


.ticker {
	float: left;
	padding: 10px;
	width: 80%;
	text-align: left;
	position: relative;
}

.ticker ul {
	width: 100%;
	margin-left: 10%;
	margin-bottom: 0px;
	text-decoration: none;
}

.ticker ul li {
	display: none;
    float: left;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
    margin-left: 1.6%;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(69, 69, 69);
}
@media only screen and (max-width: 469px) {
	.ticker ul li {
	font-size: 14px;
	}
}

.content-z {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0 30px 0;
}
.spanbox {
	float: left;
	font-size: 14px;
	margin-left: 2%;
	margin-top: 15px;
	color: #F28200;
	height: auto;
	background-color: #9C6566;
}


/*pdf*/

.p-download {
	float: none;
	margin: 5px 0 5px 2%;
}

.pdfbox1 {
    float: none;
    height: auto;
    margin:10px 2% 60px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}
.pdfbox2 {
    float: none;
    height: auto;
    margin:10px 2% 90px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}
.pdfbox3 {
    float: none;
    height: auto;
    margin:10px 2% 140px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}
.pdfbox4 {
    float: none;
    height: auto;
    margin:10px 2% 180px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}
.pdfbox5 {
    float: none;
    height: auto;
    margin:10px 2% 220px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}
.pdfbox6 {
    float: none;
    height: auto;
    margin:10px 2% 260px 0;
	padding-bottom: 30px;
    clear: none;
    width: auto;
}

.pdf1 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: auto;
}

.pdf2 {
    float: left;
    height: auto;
    margin-left: 4.53125px;
    margin-top: 2px;
    clear: none;
    width: auto;
    margin-right: 0%;
}

.t-pdf {
    float: none;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(73, 73, 73);
}


.t-pdfspan {
    float: none;
    font-size: 13px;
    width: 80px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 5px;
	margin-bottom: 10px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(207, 99, 0);
    border-bottom-color: rgb(207, 99, 0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.p-pdf {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 469px) {
    .t-pdf {
        font-size: 12px;
    }

    .t-pdfspan {
        font-size: 12px;
    }

    .pdf2 {
        width: 224.515625px;
    }

    .pdfbox1 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
	 .pdfbox2 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
 .pdfbox3 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
 .pdfbox4 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
 .pdfbox5 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
 .pdfbox6 {
        margin-top: 10px;
        margin-left: auto;
        clear: none;
        width: 282px;
        margin-right: auto;
    }
}

/*btn*/

span {
	font-weight: 600;
}

.btn_a {
	float: none;
	padding: 50px 0 50px 0;
	width: 260px;
	height: auto;
	margin: 0px auto 0px auto;
}

.button {
	display: inline-block;
	width: 260px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #333;
	color: #fff;
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button:hover {
	background-color: #333;
}
.button span {
	display: block;
	position: absolute;
	width: 260px;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}

.button span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

a.btn {
	display: block;
	width: 450px;
	height: 60px;
	padding: 30px 0 0 0;
    margin: 0 auto;
  font: bold 55px/25px Helvetica, Sans-Serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #2477A2;
  text-shadow: 0px 1px 2px #ADCBD1;
  background: #87e0fd; /* Old browsers */
  background: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #87e0fd 0%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #87e0fd 0%,#05abe0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #87e0fd 0%,#05abe0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #87e0fd 0%,#05abe0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
  box-shadow: inset 0px 0px 6px #fff;
  -webkit-box-shadow: inset 0px 0px 6px #fff;
  border: 1px solid #077A9E;
  border-radius: 10px;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a.btn:hover {
  color: #fff;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.content1{
	width: 100%;
	height: auto;
	float: left;
}
.content1b{
	width: 100%;
	height: auto;
	margin-top: 350px;
	float: left;
}

@media only screen and (max-width: 900px) {
.content1b{
	margin-top: 120px;	
}
	
}

.content2{
	width: 100%;
	height: auto;
	float: left;
	background-color: #EAEAEA;
}

 .edgeLoad-ones { visibility:hidden; }

.edgeLoad-top-p {
	visibility: hidden;
}

#menu1-1 {
    float: left;
    height: 300px;
    margin: 0px;
    clear: none;
    width: 100%;
	background-color: rgb(213, 238, 251);
}
#menu1-2 {
    float: left;
    height: 300px;
    margin: 0px;
    clear: none;
    width: 100%;
	background-color: rgb(213, 238, 251);
}
#menu1-2 {
    float: left;
    height: 300px;
    margin: 0px;
    clear: none;
    width: 100%;
	background-color: rgb(151, 212, 205);
}
#menu1-3 {
    float: left;
    height: 300px;
    margin: 0px;
    clear: none;
    width: 100%;
	background-color: rgb(226, 202, 225);
}


#titleber{
  	width: 100%;
	height: auto;
	float: left;
	background-color: #49403e;	
}


/*top下*/

#topdown {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 23px;
    clear: none;
    width: 480px;
    margin-right: auto;
}

#t-topdown {
    float: left;
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
}

#t-topdown1 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 1em;
    margin-left: 19.37%;
    margin-top: 3px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 599px) {
    #t-topdown {
        font-size: 20px;
    }

    #topdown {
        margin-top: 23px;
        margin-left: auto;
        clear: none;
        width: 393px;
        margin-right: auto;
    }

    #t-topdown1 {
        margin-left: 11.17%;
    }
}

@media only screen and (max-width: 469px) {
    #t-topdown1 {
        clear: none;
        margin-top: 15px;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
        float: none;
    }

    #topdown {
        width: auto;
    }

    #t-topdown {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        text-align: center;
    }
}

#topbox {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#topbox1 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(54, 50, 50);
}

#topbox4 {
    float: left;
    height: 100px;
    margin: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
}

#topbox5 {
    float: left;
    height: auto;
	padding: 15px 0 20px 0;
    margin: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/top-down.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#topbox2 {
    float: none;
    height: auto;
    margin: 0px auto;
	padding-bottom: 50px;
    clear: none;
    width: 1400px;
}

#topbox6 {
    float: none;
    height: 64px;
    margin: 0px auto;
    clear: none;
    width: 1400px;
}

#t-top {
    float: left;
    font-size: 16px;
    width: 776px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 27px;
    margin-left: 22.497768%;
    margin-top: 37px;
    clear: none;
    min-height: 57px;
    color: rgb(231, 231, 231);
}

#topbox3 {
    float: left;
    height: auto;
    margin-left: 29.216518%;
    margin-top: 50px;
    clear: both;
    width: 34.857143%;
}

#t-top1 {
    float: left;
    font-size: 25px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(231, 231, 231);
}

#t-top2 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 17.540725%;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(231, 231, 231);
    margin-right: 0%;
}

#t-top3 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5.452009%;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    color: rgb(47, 47, 47);
    margin-right: 0%;
}

#t-top4 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    color: rgb(47, 47, 47);
    margin-right: 0%;
}

@media only screen and (max-width: 1400px) {
    #topbox2 {
        width: 100%;
    }

    #topbox6 {
        width: 100%;
    }

    #topbox3 {
        width: 488px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 50px;
    }

    #t-top{
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #t-top4 {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 960px) {
    #t-top {
        width: 81%;
    }

    #topbox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #topbox4 {
        height: 86px;
    }
}

@media only screen and (max-width: 767px) {
    #t-top {
        font-size: 14px;
        line-height: 23px;
        height: auto;
        min-height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    #topbox3 {
        margin-top: 57px;
        clear: none;
        margin-left: auto;
        width: 393.34375px;
        margin-right: auto;
    }

    #t-top1 {
        font-size: 20px;
    }

    #t-top2 {
        margin-top: 2px;
        margin-left: 17.539703%;
        clear: none;
        font-size: 16px;
    }

    #topbox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #topbox4 {
        height: 80px;
    }

    #t-top4 {
        font-size: 14px;
        margin-top: 26px;
        margin-left: 1.826092%;
        clear: none;
    }

    #t-top3 {
        margin-top: 24px;
        margin-left: 2.551775%;
        clear: none;
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    #t-top4 {
        height: auto;
        width: 78.944073%;
        line-height: 18px;
        margin-top: 18px;
        margin-left: 3.797997%;
        clear: none;
    }

    #t-top3 {
        margin-top: 20px;
        margin-left: 2.541577%;
        clear: none;
    }

    #t-top2 {
        margin-top: 35px;
        margin-left: auto;
        clear: none;
        width: 97px;
        margin-right: auto;
        float: none;
    }

    #topbox3 {
        margin: 40px auto 30px;
        clear: none;
        width: 300px;
    }

    #topbox2 {
        height: auto;
    }

    #topbox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #topbox4 {
        height: 60px;
    }
}

@media only screen and (max-width: 320px) {
    #t-top4 {
        height: auto;
        margin-top: 17px;
        margin-left: 4.135742%;
        clear: none;
        width: 71.801758%;
        display: block;
    }

    #topbox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #topbox4 {
        height: 44px;
    }

    #t-top {
        line-height: 19px;
        width: 90%;
    }
	
    #t-top1 {
        width: auto;
		text-align: center;
    }	
}




/*タイトル文字*/
#h2box {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1400px;
    border-bottom-color: rgb(112, 112, 112);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

#h2-title1 {
    float: none;
    font-size: 50px;
    width: 232px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 50px auto;
    clear: none;
    min-height: 0px;
    color: rgb(112, 112, 112);
}
#h2-title2 {
    float: none;
    font-size: 50px;
    width: 255px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 50px auto;
    clear: none;
    min-height: 0px;
    color: rgb(112, 112, 112);
}
#h2-title3 {
    float: none;
    font-size: 50px;
    width: 264px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 50px auto;
    clear: none;
    min-height: 0px;
    color: rgb(112, 112, 112);
}
#h2-title4 {
    float: none;
    font-size: 50px;
    width: 221px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 50px auto;
    clear: none;
    min-height: 0px;
    color: rgb(112, 112, 112);
}


@media only screen and (max-width: 1400px) {
    #h2box {
        width: 100%;
    }

    #h2-title1 {
        width: 232px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 26px;
    }
    #h2-title2 {
        width: 255px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 26px;
    }
    #h2-title3 {
        width: 264px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 26px;
    }
    #h2-title4 {
        width: 221px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 26px;
    }
}

@media only screen and (max-width: 469px) {
    #h2-title1 {
        height: auto;
        margin-top: 19px;
        margin-left: auto;
        clear: none;
        width: 117px;
        margin-right: auto;
        font-size: 22px;
        float: none;
    }
    #h2-title2 {
        height: auto;
        margin-top: 19px;
        margin-left: auto;
        clear: none;
        width: 113px;
        margin-right: auto;
        font-size: 22px;
        float: none;
    }
    #h2-title3 {
        height: auto;
        margin-top: 19px;
        margin-left: auto;
        clear: none;
        width: 117px;
        margin-right: auto;
		margin-bottom: 15px;
        font-size: 20px;
        float: none;
    }
    #h2-title4 {
        height: auto;
        margin-top: 19px;
        margin-left: auto;
        clear: none;
        width: 99px;
        margin-right: auto;
        font-size: 22px;
        float: none;
    }

    #h2box {
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}




/*トップ下文字*/
#mojibox {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#mojibox1 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(54, 50, 50);
}

#mojibox4 {
    float: left;
    height: 147px;
    margin: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
}

#mojibox5 {
    float: left;
    height: 64px;
    margin: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/top-down.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#mojibox2 {
    float: none;
    height: 245px;
    margin: 0px auto;
    clear: none;
    width: 1400px;
}

#mojibox6 {
    float: none;
    height: 64px;
    margin: 0px auto;
    clear: none;
    width: 1400px;
}

#t-moji {
    float: left;
    font-size: 16px;
    width: 776px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 27px;
    margin-left: 22.497768%;
    margin-top: 37px;
    clear: none;
    min-height: 57px;
    color: rgb(231, 231, 231);
}

#mojibox3 {
    float: left;
    height: auto;
    margin-left: 29.216518%;
    margin-top: 50px;
    clear: both;
    width: 34.857143%;
}

#t-moji1 {
    float: left;
    font-size: 25px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(231, 231, 231);
}

#t-moji2 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 17.540725%;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(231, 231, 231);
    margin-right: 0%;
}

#t-moji3 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5.452009%;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    color: rgb(47, 47, 47);
    margin-right: 0%;
}

#t-moji4 {
    float: left;
    font-size: 19px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    color: rgb(47, 47, 47);
    margin-right: 0%;
}

@media only screen and (max-width: 1400px) {
    #mojibox2 {
        width: 100%;
    }

    #mojibox6 {
        width: 100%;
    }

    #mojibox3 {
        width: 488px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 50px;
    }

    #t-moji{
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #t-moji4 {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 960px) {
    #t-moji {
        width: 81%;
    }

    #mojibox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #mojibox4 {
        height: 86px;
    }
}

@media only screen and (max-width: 767px) {
    #t-moji {
        font-size: 14px;
        line-height: 23px;
        height: auto;
        min-height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    #mojibox3 {
        margin-top: 57px;
        clear: none;
        margin-left: auto;
        width: 393.34375px;
        margin-right: auto;
    }

    #t-moji1 {
        font-size: 20px;
    }

    #t-moji2 {
        margin-top: 2px;
        margin-left: 17.539703%;
        clear: none;
        font-size: 16px;
    }

    #mojibox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #mojibox4 {
        height: 80px;
    }

    #t-moji4 {
        font-size: 14px;
        margin-top: 26px;
        margin-left: 1.826092%;
        clear: none;
    }

    #t-moji3 {
        margin-top: 24px;
        margin-left: 2.551775%;
        clear: none;
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    #t-moji4 {
        height: auto;
        width: 78.944073%;
        line-height: 18px;
        margin-top: 18px;
        margin-left: 3.797997%;
        clear: none;
    }

    #t-moji3 {
        margin-top: 20px;
        margin-left: 2.541577%;
        clear: none;
    }

    #t-moji2 {
        margin-top: 35px;
        margin-left: auto;
        clear: none;
        width: 97px;
        margin-right: auto;
        float: none;
    }

    #mojibox3 {
        margin: 40px auto 30px;
        clear: none;
        width: 229.34375px;
    }

    #mojibox2 {
        height: auto;
    }

    #mojibox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #mojibox4 {
        height: 60px;
    }
}

@media only screen and (max-width: 320px) {
    #t-moji4 {
        height: auto;
        margin-top: 17px;
        margin-left: 4.135742%;
        clear: none;
        width: 71.801758%;
        display: block;
    }

    #mojibox5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #mojibox4 {
        height: 44px;
    }

    #t-moji {
        line-height: 19px;
        width: 90%;
    }
}

#newsbox {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1200px;
}

.t-news {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 11.455729%;
    margin-top: 12px;
    clear: none;
    min-height: 0px;
}

.t-news1 {
    float: left;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
    margin-left: 1.6%;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(69, 69, 69);
}

@media only screen and (max-width: 1200px) {
    #newsbox {
        width: 100%;
    }

    .t-news1 {
        height: auto;
        width: 79.083333%;
    }
}

@media only screen and (max-width: 767px) {
    .t-news1 {
        height: auto;
        width: 74.478488%;
        line-height: 19px;
        font-size: 14px;
    }

    .t-news {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 320px) {
    .t-news1 {
        font-size: 12px;
        line-height: 17px;
    }
}


/*all*/

#allbox {
    float: none;
    height: 469px;
    margin: 100px auto 0px;
    clear: none;
    width: 1375px;
}

#all1 {
    float: right;
    height: 456px;
    margin: 0px 140.421875px 0px 0px;
    clear: none;
    width: 37.068182%;
    background-image:url("../img/all-right.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
    background-size: 100% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}

#all2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 74px;
    clear: none;
    width: 339.36px;
    margin-right: auto;
}

#all3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 66px;
    clear: none;
    width: 315px;
    margin-right: auto;
}

#all4 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 45px;
    clear: none;
    width: 383.203125px;
    margin-right: auto;
}

#t-all {
    float: left;
    font-size: 31px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(104, 104, 104);
}

#t-all1 {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 27px;
    clear: left;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(104, 104, 104);
    min-width: 0px;
}

#t-all2 {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 0px 0px 10px;
    clear: none;
    min-height: 0px;
    color: rgb(104, 104, 104);
}

#t-all3 {
    float: left;
    font-size: 17px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 23px;
    margin: 0px 0px 10px 2.328125px;
    clear: none;
    min-height: 0px;
    color: rgb(104, 104, 104);
}

#allspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(227, 135, 44);
}

#p-all {
    float: left;
    width: 500px;
    max-width: none;
    height: auto;
    margin-left: 10.909091%;
    margin-top: 12px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1400px) {
    #allbox {
        width: 98%;
        margin-top: 100px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        height: auto;
    }

    #all1 {
        margin-right: 5.82521%;
        margin-top: 0px;
        clear: none;
        width: 37.068182%;
        background-image:url("../img/all-right.jpg");
        background-attachment: scroll;
        -webkit-background-size: 100%;
        background-size: 100% 100%;
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #all4 {
        width: 85.86%;
    }

    #p-all {
        height: auto;
        width: 35.841837%;
        margin-top: 12px;
        margin-left: 12.531571%;
        clear: none;
    }
}

@media only screen and (max-width: 1024px) {
    #all1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 52px;
        clear: none;
        width: 505.328125px;
    }

    #p-all {
        margin-top: 12px;
        margin-left: 25%;
        clear: none;
        height: auto;
        width: 50%;
        float: none;
    }

    #allbox {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    #all1 {
        width: 60%;
        margin-left: 20%;
        margin-right: 0px;
        float: left;
        margin-top: 52px;
        clear: none;
        background-image:url("../img/all-right.jpg");
        background-attachment: scroll;
        -webkit-background-size: 100%;
        background-size: 100% 100%;
        height: 429px;
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #all4 {
        margin-top: 56px;
        margin-left: auto;
        clear: none;
        width: 81.096385%;
        margin-right: auto;
    }

    #t-all {
        font-size: 30px;
        height: auto;
        min-height: 35px;
        width: 100%;
        text-align: center;
    }

    #t-all1 {
        font-size: 18px;
        margin-top: 27px;
        margin-left: 0%;
        clear: both;
    }

    #t-all2 {
        font-size: 18px;
    }

    #all3 {
        margin-top: 57px;
        clear: none;
        margin-left: auto;
        width: 275.765625px;
        margin-right: auto;
    }

    #t-all3 {
        font-size: 14px;
    }

    #all2 {
        margin-top: 70px;
        margin-left: auto;
        clear: none;
        width: 91.442331%;
        margin-right: auto;
    }

    #p-all {
        width: 60%;
        margin-left: 20%;
        margin-right: 0px;
        float: left;
        margin-top: 12px;
        clear: none;
    }
}

@media only screen and (max-width: 599px) {
    #all1 {
        margin-top: 87px;
        width: 80%;
        margin-left: 10%;
    }

    #t-all {
        font-size: 24px;
    }

    #t-all1 {
        font-size: 18px;
    }

    #t-all2 {
        font-size: 16px;
    }

    #t-all3 {
        font-size: 14px;
        line-height: 18px;
    }

    #all2 {
        margin-top: 70px;
        margin-left: auto;
        clear: none;
        width: 84.564964%;
        margin-right: auto;
    }

    #all3 {
        margin-top: 40px;
        margin-left: auto;
        clear: none;
        width: 273.65625px;
        margin-right: auto;
    }

    #all4 {
        margin-top: 44px;
        margin-left: auto;
        clear: none;
        width: 89.179858%;
        margin-right: auto;
    }

    #p-all {
        width: 80%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 375px) {
    #all1 {
        margin-top: 61px;
        height: 333px;
        margin-left: 5%;
        width: 90%;
    }

    #t-all1 {
        clear: left;
        margin: 20px 0px 0px;
    }

    #all2 {
        margin-top: 50px;
        margin-left: auto;
        clear: none;
        width: 214.03125px;
        margin-right: auto;
    }

    #all3 {
        margin-top: 20px;
        margin-left: auto;
        clear: none;
        width: 250.84375px;
        margin-right: auto;
    }

    #all4 {
        margin-top: 25px;
    }

    #t-all {
        font-size: 20px;
    }

    #p-all {
        width: 90%;
        margin-left: 5%;
    }
}


#messabox {
    float: none;
    height: 235px;
    margin: 100px auto 100px;
    clear: none;
    width: 1400px;
}

#t-messa {
    float: left;
    font-size: 31px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(110, 110, 110);
}

#t-messa1 {
    float: left;
    font-size: 31px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 3.650408%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(110, 110, 110);
    margin-right: 0%;
}

#t-messa2 {
    float: left;
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 1.56054%;
    margin-top: 9px;
    clear: none;
    min-height: 0px;
    color: rgb(110, 110, 110);
    margin-right: 0%;
}

#t-messa3 {
    float: none;
    font-size: 22px;
    width: 342px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: auto;
    margin-top: 50px;
    clear: none;
    min-height: 0px;
    color: rgb(110, 110, 110);
    margin-right: auto;
}

#t-messa4 {
    float: none;
    font-size: 18px;
    width: 784px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: auto;
    margin-top: 50px;
    clear: none;
    min-height: 0px;
    color: rgb(110, 110, 110);
    margin-right: auto;
}

#t-messaspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(223, 21, 21);
}

#messabox1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 56px;
    clear: none;
    width: 540.000006px;
    margin-right: auto;
}

@media only screen and (max-width: 1400px) {
    #messabox {
        width: 100%;
        height: auto;
    }

    #t-messa4 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #t-messa4 {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 79.530639%;
        clear: none;
        margin-top: 35px;
        line-height: 23px;
    }

    #t-messa {
        font-size: 24px;
    }

    #t-messa1 {
        font-size: 24px;
    }

    #t-messa2 {
        font-size: 16px;
    }

    #messabox1 {
        margin-top: 56px;
        margin-left: auto;
        clear: none;
        width: 414.546875px;
        margin-right: auto;
    }

    #t-messa3 {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 35px;
        clear: none;
        width: 248px;
    }

    #messabox {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 469px) {
    #t-messa {
        font-size: 18px;
    }

    #t-messa1 {
        font-size: 18px;
    }

    #t-messa2 {
        font-size: 14px;
        margin-top: 12px;
        margin-left: 1.560439%;
        clear: left;
    }

    #t-messa3 {
        font-size: 14px;
        margin-top: 30px;
        clear: both;
        margin-left: 11.996935%;
        margin-right: 0px;
        float: left;
    }

    #messabox1 {
        margin-top: 30px;
        margin-left: 12%;
        clear: none;
        width: 203.984375px;
        margin-right: 0px;
        float: left;
    }

    #t-messa4 {
        margin-top: 30px;
        clear: both;
        margin-left: 10.234542%;
        margin-right: 0px;
        float: left;
    }
}

@media only screen and (max-width: 320px) {/*320****************************************************************/
    #messabox1 {
        margin-left: 10%;
        margin-right: 0px;
        float: left;
        margin-top: 35px;
        clear: none;
    }

    #t-messa3 {
        margin-top: 30px;
        clear: both;
        height: auto;
        margin-left: 10%;
        width: 240px;
        margin-right: 0px;
        float: left;
    }

    #t-messa4 {
        margin-top: 30px;
        clear: both;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10.234375%;
        margin-right: 0px;
        float: left;
    }
}


#genre {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1400px;
}

#genre1 {
    float: left;
    height: auto;
    margin-left: 4.142857%;
    margin-top: 0px;
    clear: none;
    width: 385px;
    border: 1px solid rgb(63, 63, 63);
}

#genre2 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-1.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#genre1-a {
    float: left;
    height: auto;
    margin-left: 4.142857%;
    margin-top: 0px;
    clear: none;
    width: 385px;
    border: 1px solid rgb(63, 63, 63);
}

#genre2-a {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-1.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#genre3 {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/3-1-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#genre3-b {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-1-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 1%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#t-genre {
    float: left;
    font-size: 16px;
    width: 149px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 19px;
    margin-left: 3.8%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 253, 253);
}

#genre4 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
    background-color: rgb(33, 104, 152);
    margin-bottom: 10px;
}

#p-genre {
    float: right;
    width: 19px;
    max-width: 100%;
    height: 19px;
    margin: 1px 5% 1px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#t-genre1 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 3%;
    margin-top: 4px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(253, 253, 253);
}

#genre5 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.642857%;
}

#genre6 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-3.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#genre5-a {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.642857%;
}

#genre6-a {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-3.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#t-genre2 {
    float: left;
    font-size: 16px;
    width: 149px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 19px;
    margin-left: 3.8%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 253, 253);
}

#genre7 {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/3-2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#genre7-b {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 1%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#genre8 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
    margin-bottom: 10px;
    background-color: rgb(150, 96, 142);
}

#t-genre3 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 3%;
    margin-top: 4px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(253, 253, 253);
}

#p-genre1 {
    float: right;
    width: 19px;
    max-width: 100%;
    height: 19px;
    margin: 1px 5% 1px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#genre9 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.142857%;
}

#genre10 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#genre9-a {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.142857%;
}

#genre10-a {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#t-genre4 {
    float: left;
    font-size: 16px;
    width: 149px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 19px;
    margin-left: 3.8%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 253, 253);
}

#genre11 {
    float: right;
    height: 77px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/3-3-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
   margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#genre11-b {
    float: right;
    height: 77px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-3-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
   margin-right: 1%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#genre12 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
    margin-bottom: 10px;
    background-color: rgb(36, 158, 152);
}

#t-genre5 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 3%;
    margin-top: 4px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(253, 253, 253);
}

#p-genre2 {
    float: right;
    width: 19px;
    max-width: 100%;
    height: 19px;
    margin: 1px 5% 1px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1400px) {
    #genre {
        width: 100%;
    }

    #genre1 {
        width: 27.5%;
    }
	    #genre1-a {
        width: 27.5%;
    }

    #genre11 {
        margin-left: 0px;
        margin-right: 5%;
        float: right;
        margin-top: 0px;
        clear: none;
    }

    #genre7 {
        margin-right: 5%;
    }

    #genre3 {
        margin-right: 5%;
    }
	#genre3-1 {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 1200px) {
    #genre1 {
        margin-left: 2%;
        width: 30%;
    }

    #genre9 {
        margin-right: 2%;
        width: 30%;
    }

    #genre5 {
        width: 30%;
        margin-right: 2%;
        margin-top: 0px;
        clear: none;
    }
    #genre1-a {
        margin-left: 2%;
        width: 30%;
    }

    #genre9-a {
        margin-right: 2%;
        width: 30%;
    }

    #genre5-a {
        width: 30%;
        margin-right: 2%;
        margin-top: 0px;
        clear: none;
    }

    #genre11 {
        margin-right: 1.5%;
        width: 120px;
    }

    #genre7 {
        margin-right: 1.5%;
        width: 120px;
    }

    #genre3 {
        margin-right: 1.5%;
        width: 120px;
    }
    #genre3-1 {
        margin-right: 1.5%;
        width: 120px;
    }

    #t-genre4 {
        margin-left: 2%;
    }

    #t-genre2 {
        margin-left: 2%;
    }

    #t-genre {
        margin-left: 2%;
    }

    #b-genre4 {
        width: 94%;
    }

    #genre12 {
        width: 94%;
    }

    #genre8 {
        width: 94%;
    }

    #t-genre1 {
        margin-left: 1.2%;
    }

    #t-genre5 {
        margin-left: 1.2%;
    }

    #t-genre3 {
        margin-left: 1.2%;
    }

    #p-genre {
        margin-right: 2.4%;
    }

    #p-genre2 {
        margin-right: 2.4%;
    }

    #p-genre1 {
        margin-right: 2.4%;
    }
}

@media only screen and (max-width: 960px) {
    #genre5 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #genre9 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #genre1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 50px;
    }
    #genre5-a {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #genre9-a {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #genre1-a {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 50px;
    }

    #genre2 {
        background-image:url("../img/2-1.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #genre6 {
        background-image:url("../img/2-3.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #genre10 {
        background-image:url("../img/2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #t-genre4 {
        margin-left: 6%;
    }

    #t-genre2 {
        margin-left: 6%;
    }

    #t-genre {
        margin-left: 6%;
    }

    #genre4 {
        width: 96%;
        margin-left: 2%;
    }

    #genre8 {
        width: 96%;
        margin-left: 2%;
    }

    #genre12 {
        width: 96%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 469px) {
    #genre5 {
        width: 92%;
    }

    #genre1 {
        width: 92%;
        margin-top: 30px;
    }

    #genre9 {
        width: 92%;
    }
    #genre5-a {
        width: 92%;
    }

    #genre1-a {
        width: 92%;
        margin-top: 30px;
    }

    #genre9-a {
        width: 92%;
    }

    #t-genre {
        font-size: 16px;
        line-height: 16px;
        height: auto;
        width: 146px;
        margin-left: 2%;
    }

    #t-genre2 {
        font-size: 16px;
        line-height: 16px;
        width: 146px;
        margin-left: 2%;
    }

    #t-genre4 {
        font-size: 16px;
        line-height: 16px;
        width: 154.5625px;
        margin-left: 2%;
        height: auto;
    }

    #genre3 {
        height: 66px;
        width: 125px;
        background-image:url("../img/3-1-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #genre3-b {
        height: 66px;
        width: 125px;
        background-image:url("../img/2-1-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #genre4 {
        margin-top: 10px;
        margin-left: 2%;
        clear: both;
        margin-bottom: 5px;
    }

    #genre2 {
        height: 66px;
        background-image:url("../img/2-1.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #genre7 {
        width: 125px;
        height: 66px;
        background-image:url("../img/3-2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
	    #genre7-b {
        width: 125px;
        height: 66px;
        background-image:url("../img/2-2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #genre11 {
        width: 125px;
        height: 66px;
        background-image:url("../img/3-3-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #genre11-b {
        width: 125px;
        height: 66px;
        background-image:url("../img/2-3-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #genre8 {
        margin-top: 10px;
        margin-left: 4.778412%;
        clear: both;
        margin-bottom: 5px;
    }

    #genre6 {
        height: 66px;
        background-image:url("../img/2-3.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #genre10 {
        height: 66px;
        background-image:url("../img/2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #genre12 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #t-genre1 {
        font-size: 12px;
        margin-top: 5px;
    }

    #t-genre3 {
        font-size: 12px;
        margin-top: 5px;
    }

    #t-genre5 {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 320px) {
    #t-genre {
        margin-left: 2%;
        width: 134px;
        font-size: 14px;
    }

    #t-genre2 {
        margin-left: 2%;
        width: 134px;
        font-size: 14px;
    }

    #t-genre4 {
        margin-left: 2%;
        width: 134px;
        font-size: 14px;
    }
}


/*ジャンル別メニュー*/
.menu1box {
    float: none;
    height: auto;
    margin: 0px auto 100px auto;
    clear: none;
    width: 1400px;
}

.menu1boxb {
    float: none;
    height: auto;
    margin: 0px auto 50px auto;
    clear: none;
    width: 1400px;
}

#t-jtitle1 {
    float: none;
    font-size: 25px;
    width: 125px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 25px;
    margin-left: auto;
    margin-top: 27px;
    clear: none;
    min-height: 0px;
    color: rgb(63, 63, 63);
    margin-right: auto;
}

#menu1box1 {
    float: left;
    height: auto;
    margin-left: 4.142857%;
    margin-top: 72px;
    clear: none;
    width: 385px;
    border: 1px solid rgb(63, 63, 63);
}

#menu1box2 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-1.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}


#menu1box3 {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-1-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#menu1box3-2 {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-3-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#menu1box3-3 {
    float: right;
    height: 77px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 146px;
    background-image:url("../img/2-2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 3%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

.t-menu1 {
    float: left;
    font-size: 17px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 19px;
    margin-left: 2%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 253, 253);
}

#menu1box4 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
    background-color: rgb(33, 104, 152);
    margin-bottom: 10px;
}
#menu1box4-2 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
    background-color: rgb(150, 96, 142);
    margin-bottom: 10px;
}
#menu1box4-3 {
    float: left;
    height: auto;
    margin-left: 4.781332%;
    margin-top: 25px;
    clear: both;
    width: 89.033943%;
   background-color: rgb(36, 158, 152);
    margin-bottom: 10px;
}
.p-yajirushi {
    float: right;
    width: 19px;
    max-width: 100%;
    height: 19px;
    margin: 1px 5% 1px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

.t-menu1-2 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5%;
    margin-top: 4px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(253, 253, 253);
}

#menu1box5 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 72px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.642857%;
}

#menu1box2-1 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-3.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}


#menu1box9 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 72px;
    clear: none;
    width: 27.5%;
    border: 1px solid rgb(63, 63, 63);
    margin-right: 4.142857%;
}

#menu1box2-3 {
    float: left;
    height: 77px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}


@media only screen and (max-width: 1400px) {
    .menu1box {
        width: 100%;
    }
    .menu1boxb {
        width: 100%;
    }


    #menu1box1 {
        width: 27.5%;
    }

    #menu1box11 {
        margin-left: 0px;
        margin-right: 8.195986%;
        float: right;
        margin-top: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 1200px) {
    #menu1box1 {
        margin-left: 2%;
        width: 30%;
    }
	    #menu1box4 {
        margin-left: 2%;
        width: 96%;
    }
	#menu1box4-2 {
        margin-left: 2%;
        width: 96%;
    }
	#menu1box4-3 {
        margin-left: 2%;
        width: 96%;
    }

    #menu1box9 {
        margin-right: 2%;
        width: 30%;
    }

    #menu1box5 {
        width: 30%;
        margin-right: 3%;
        margin-top: 72px;
        clear: none;
    }

    #menu1box11 {
        margin-right: 2.1%;
    }

    #menu1box7 {
        margin-right: 2.1%;
    }

    #menu1box3 {
        margin-right: 1.5%;
		width: 42%;
    }
	    #menu1box3-2 {
        margin-right: 1.5%;
		width: 42%;
    }
	    #menu1box3-3 {
        margin-right: 1.5%;
		width: 42%;
    }

    #t-menu1 {
        margin-left: 0%;
		font-size: 17px;
		width: 156px;
    }
}

@media only screen and (max-width: 960px) {
    .menu1boxb {
     margin-top: 130px;
  }
     .menu1box {
     margin-top: 30px;
  }
   #menu1box5 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #menu1box9 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 30px;
        clear: none;
        width: 85%;
    }

    #menu1box1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 50px;
    }

    #menu1box2 {
        background-image:url("../img/2-1.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #menu1box2-1 {
        background-image:url("../img/2-3.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #menu1box2-3 {
        background-image:url("../img/2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #t-menu1 {
        margin-left: 2%;
		font-size: 18px;
		width: 170px;
    }
}

@media only screen and (max-width: 469px) {/*320****************************************************************/
   .menu1box {
     margin-top: 0px;
  }
    #menu1box5 {
        width: 92%;
    }

    #menu1box1 {
        width: 92%;
        margin-top: 30px;
    }

    #menu1box9 {
        width: 92%;
    }

    .t-menu1 {
        font-size: 13px;
        line-height: 16px;
        height: auto;
        width: 120px;
        margin-left: 2%;
    }


    #menu1box3 {
        height: 66px;
        width: 120px;
        background-image:url("../img/2-1-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #menu1box3-2 {
        height: 66px;
        width: 120px;
        background-image:url("../img/2-3-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #menu1box3-3 {
        height: 66px;
        width: 120px;
        background-image:url("../img/2-2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
	
    #menu1box3b {
        height: 66px;
        width: 125px;
        background-image:url("../img/2-1-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #menu1box3-2b {
        height: 66px;
        width: 125px;
        background-image:url("../img/2-3-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    #menu1box3-3b {
        height: 66px;
        width: 125px;
        background-image:url("../img/2-2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
	


    #menu1box4 {
        margin-top: 10px;
        margin-left: 2%;
        clear: both;
        margin-bottom: 5px;
    }

    #menu1box2 {
        height: 66px;
        background-image:url("../img/2-1.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }



    #menu1box2-1 {
        height: 66px;
        background-image:url("../img/2-3.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #menu1box2-3 {
        height: 66px;
        background-image:url("../img/2-2.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #t-jtitle1 {
        font-size: 18px;
        height: auto;
        margin-top: 27px;
        margin-left: auto;
        clear: none;
        width: 94.140625px;
        margin-right: auto;
    }

    #t-menu1-2 {
        font-size: 12px;
        margin-top: 5px;
    }

}





/* title2 */
#title-b-2 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#t-b-2 {
    float: none;
    font-size: 27px;
    width: 86.00000148px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
    margin-left: auto;
    margin-top: 22px;
    clear: none;
    min-height: 0px;
    color: rgb(81, 81, 81);
    margin-right: auto;
}
@media only screen and (max-width: 469px) {
	#title-b-2 {
		margin-bottom: 30px;
	}
	#t-b-2 {
		font-size: 18px;
		width: 60px;
	}
}

#nav-3box {
    float: none;
    height: auto;
    margin: 20px auto 50px;
    clear: none;
    width: 1400px;
}


#box3a {
    float: none;
    height: 409px;
    margin: 30px auto 0px;
    clear: none;
    width: 343px;
}

#p-3-1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    clear: none;
    color: rgb(0, 0, 0);
}

#t-3-1 {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(53, 53, 53);
    margin-right: 0%;
}

#t-3-2 {
    float: left;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(76, 76, 76);
}

#ber1 {
    float: left;
    height: 20px;
    margin: 37px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(41, 31, 31);
    min-width: 0px;
}

#ber-t1 {
    float: left;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 15.198428%;
    margin-top: 4px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    color: rgba(255, 255, 255, 0.921569);
}



#p-3-2 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 4px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 6%;
}

#box3c {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 31px;
    clear: both;
    width: 100%;
}

#box3b {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 343px;
    margin-right: 0%;
}

#nav-3box1{
    float: left;
    height: 460px;
    margin: 40px 0px 0px 40px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
}

#nav-3box2 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
}

#nav-3box3 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: rgb(174, 174, 174);
    border-right-width: 1px;
    border-right-style: solid;
}
#nav-3box4 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px 40px;
    clear: both;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
}


#nav-3box5 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
}

#nav-3box6 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
	border-right-color: rgb(174, 174, 174);
    border-right-width: 1px;
    border-right-style: solid;
}


#nav-3box7 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px 40px;
    clear: both;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
}

#nav-3box8 {
    float: left;
    height: 460px;
    margin: 40px 0px 0px;
    clear: none;
    width: 32%;
    border-left-color: rgb(174, 174, 174);
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: rgb(174, 174, 174);
    border-right-width: 1px;
    border-right-style: solid;
}

@media only screen and (max-width: 1400px) {
    #nav-3box {
        width: 100%;
    }

    #nav-3box1 {
        width: 32%;
        margin-left: 2%;
    }

    #box3a {
        width: 343px;
        margin-top: 30px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }

    #ber1 {
        width: 100%;
        margin-left: 0%;
    }

    #box3b {
        width: 100%;
    }

   #nav-3box2 {
        width: 32%;
        margin-left: 0%;
    }


    #nav-3box3 {
        width: 32%;
        margin-left: 0%;
    }


    #nav-3box4 {
        width: 32%;
        margin-left: 2%;
    }

    #nav-3box5 {
        width: 32%;
        margin-left: 0%;
    }

    #nav-3box6 {
        width: 32%;
        margin-left: 0%;
    }

    #nav-3box7 {
        width: 32%;
        margin-left: 2%;
    }

    #nav-3box8 {
        width: 32%;
        margin-left: 0%;
    }

}

@media only screen and (max-width: 1200px) {

    #ber1 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 65px;
        background-color: rgb(41, 31, 31);
    }

    #t-3-1 {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #t-3-2 {
        margin-top: 16px;
        margin-left: 0%;
        clear: both;
    }

    #box3a {
        height: auto;
        margin-bottom: 50px;
        width: 89.556136%;
    }

    #nav-3box1 {
        height: auto;
    }

    #nav-3box2 {
        height: auto;
    }


    #nav-3box3 {
        height: auto;
    }

    #nav-3box4 {
        height: auto;
    }

    #nav-3box5 {
        height: auto;
    }

    #nav-3box6 {
        height: auto;
    }

    #nav-3box7 {
        height: auto;
    }


    #nav-3box8 {
        height: auto;
    }


}

@media only screen and (max-width: 767px) {
    #nav-3box1 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
    }

    #box3a {
        margin: 30px 0px 20px 2%;
        float: left;
        clear: none;
        width: 96.680569%;
    }

    #t-3-1 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #t-3-2 {
        margin-top: 20px;
        margin-left: 0%;
        clear: both;
        height: auto;
        width: 96.620974%;
    }

    #ber1 {
        margin-top: 50px;
        margin-left: 0%;
        clear: both;
        width: 90.904289%;
    }

    #box3c {
        width: 47.378731%;
        margin-top: 5px;
        margin-left: 2.5%;
        clear: none;
    }

    #p-3-1 {
        margin-bottom: 0px;
    }

    #box3b {
        width: 48.795234%;
    }

    #nav-3box2 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0px 0px 0px 2%;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
    }


    #nav-3box3 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
        margin-left: 2%;
        margin-top: 0px;
    }


   #nav-3box4 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        margin-top: 0px;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
    }

    #nav-3box5 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        margin-left: 2%;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
        margin-top: 0px;
    }

    #nav-3box6 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
        margin-top: 0px;
        margin-left: 2%;
    }

   #nav-3box7 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        margin-top: 0px;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
    }


    #nav-3box8 {
        width: 96%;
        border-right-color: rgb(174, 174, 174);
        border-right-width: 1px;
        border-right-style: solid;
        margin-left: 2%;
        border-top-color: rgb(174, 174, 174);
        border-top-width: 1px;
        border-top-style: dashed;
        margin-top: 0px;
    }


}

@media only screen and (max-width: 599px) {
    #ber1 {
        margin-top: 25px;
        width: 96.648411%;
    }

}

@media only screen and (max-width: 469px) {
    #box3c {
        clear: none;
        margin-top: 18.1875px;
        margin-left: auto;
        width: 97.157428%;
        margin-right: auto;
        float: none;
    }

    #p-3-1 {
        margin-bottom: 10px;
    }

    #box3b {
        width: 97.161242%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #nav-3box1 {
        width: 47.997735%;
        border-right-color: rgba(174, 174, 174, 0);
        margin: 0px 0px 0px 2%;
    }

    #ber1 {
        width: 100%;
    }

    #nav-3box2 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        width: 48%;
        border-top-color: rgba(174, 174, 174, 0);
    }

    #t-3-1 {
        font-size: 14px;
    }

    #t-3-2 {
        font-size: 11px;
        line-height: 15px;
    }

    #nav-3box3 {
        width: 47.997735%;
        border-right-color: rgba(174, 174, 174, 0);
        margin-top: 30px;
        border-top-color: rgba(174, 174, 174, 0);
    }


    #nav-3box4 {
        width: 47.997735%;
        border-right-color: rgb(174, 174, 174);
        clear: none;
        margin-top: 30px;
        margin-left: 0%;
        border-top-color: rgba(174, 174, 174, 0);
    }

    #nav-3box5 {
        margin-top: 30px;
        margin-left: 2%;
        clear: none;
        width: 48%;
        border-top-color: rgba(174, 174, 174, 0);
    }

    #nav-3box6 {
        width: 47.997735%;
        border-right-color: rgb(174, 174, 174);
        margin-top: 30px;
        border-top-color: rgba(174, 174, 174, 0);
        margin-left: 0%;
        border-left-color: rgba(174, 174, 174, 0);
    }

    #nav-3box7 {
        width: 47.997735%;
        border-right-color: rgba(174, 174, 174, 0);
        clear: none;
        margin-top: 30px;
        margin-left: 2%;
        border-top-color: rgba(174, 174, 174, 0);

    }


    #nav-3box8 {
        margin-top: 30px;
        margin-left: 0%;
        clear: none;
        width: 48%;
        border-top-color: rgba(174, 174, 174, 0);
    }


}

@media only screen and (max-width: 375px) {
    #box3b {
        width: 98.911381%;
    }

    #box3c {
        width: 98.907498%;
    }


    #t-3box1 {
        line-height: 16px;
    }

}

@media only screen and (max-width: 320px) {/*320****************************************************************/
    #box3a {
        width: 140.4px;
    }

    #t-3-1 {
        font-size: 13px;
        line-height: 16px;
    }

    #t-3-2 {
        line-height: 16px;
        font-size: 11px;
    }

    #nav-3box1 {
        width: 46.9%;
    }



}


/*tab1*/

#jtabbox2 {
    float: left;
    height: 194px;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top1.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#jtabbox2b {
    float: left;
    height: 194px;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top4.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#jtabbox2-4 {
    float: left;
    height: 194px;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top4.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#jtabbox2-5 {
    float: none;
    height: 194px;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top5.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#jtabbox2-6 {
    float: left;
    height: 194px;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top6.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#jtabbox1 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1462px;
    min-width: 0px;
}

#jtabbox4 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
}
#jtabbox4b {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
}
#jtabbox4-2 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
}
#jtabbox4-2a {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
}
#jtabbox4-2b {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
}
#jtabbox4-3 {
    float: left;
    height: auto;
    margin: 0px 0 100px 0;
    clear: none;
    width: 100%;
}
#jtabbox4-3a {
    float: left;
    height: auto;
    margin: 0px 0 100px 0;
    clear: none;
    width: 50%;
}
#jtabbox4-3b {
    float: left;
    height: auto;
    margin: 0px 0 100px 0;
    clear: none;
    width: 50%;
}


#jtabbox5 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
}


.t-tab1 {
    float: right;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-right: 6.155951%;
}

.jtabbox3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 85px;
    clear: none;
    width: 50%;
}

#jtabbox {
    float: left;
    height: auto;
    margin: 0px 0 80px 0;
    clear: none;
    width: 100%;
    min-width: 0px;
}
#jtabbox-b {
    float: left;
    height: auto;
    margin: 0px 0 80px 0;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#jtabbox1-2 {
    float: none;
    height: auto;
    margin: 80px auto 30px auto;
    clear: none;
    width: 1462px;
    min-width: 0px;
}
#jtabbox1-4 {
    float: none;
    height: auto;
    margin: 80px auto 30px auto;
    clear: none;
    width: 1462px;
    min-width: 0px;
}
#jtabbox1-5 {
    float: none;
    height: auto;
    margin: 80px auto 30px auto;
    clear: none;
    width: 1462px;
    min-width: 0px;
}
#jtabbox1-6 {
    float: none;
    height: auto;
	margin: 80px auto 30px auto;
    clear: none;
    width: 1462px;
    min-width: 0px;
}

#jtabbox2-2 {
    float: left;
    height: 194px;
    margin: 0px;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top2-2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: repeat repeat;
}


#jtabbox1-3 {
    float: none;
    height: auto;
    margin: 80px auto 0px;
    clear: none;
    width: 1462px;
    min-width: 0px;
}

#jtabbox2-3 {
    float: left;
    height: 194px;
    margin: 0px;
    clear: none;
    width: 1462px;
    min-width: 0px;
    background-image:url("../img/top3.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 1462px) {
    #jtabbox4 {
        height: auto;
    }

    #jtabbox1 {
        width: 100%;
    }

    #jtabbox2 {
        width: 100%;
    }

    #jtabbox1-2 {
        width: 100%;
    }

    #jtabbox2-2 {
        width: 100%;
    }
    #jtabbox2-4 {
        width: 100%;
    }
    #jtabbox2-5 {
        width: 100%;
    }
    #jtabbox2-6 {
        width: 100%;
    }


    #jtabbox1-3 {
        width: 100%;
    }
    #jtabbox1-4 {
        width: 100%;
    }
    #jtabbox1-5 {
        width: 100%;
    }
    #jtabbox1-6 {
        width: 100%;
    }

    #jtabbox2-3 {
        width: 100%;
    }

}

@media only screen and (max-width: 960px) {

    #jtabbox5 {
        clear: left;
        width: 100%;
    }

    #jtabbox4 {
        width: 100%;
    }
    #jtabbox4-2a {
        width: 100%;
    }
    #jtabbox4-2b {
        width: 100%;
    }
    #jtabbox4-3a {
        width: 100%;
		margin: 0px;
    }
    #jtabbox4-3b {
        width: 100%;
		margin: 0px;
    }


}

@media only screen and (max-width: 599px) {
    .t-tab1 {
        font-size: 18px;
        height: auto;
        margin-jeft: 0.5%;
		clear: both;
        width: 85.323142%;
    }

    #jtabbox4 {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
    }

    #jtabbox2 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
        background-image:url("../img/top1.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

   .jtabbox3 {
        margin-top: 53px;
        margin-left: 0%;
        clear: none;
    }

    #jtabbox2-2 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }

    #jtabbox2-3 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }
    #jtabbox2-4 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }
    #jtabbox2-5 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }
    #jtabbox2-6 {
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 320px) {/*320****************************************************************/
    .t-tab1 {
        line-height: 17px;
    }

}






/*おすすめ記事*/

#pickupbox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#pickupbox1 {
    float: left;
    height: 34px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(33, 33, 33);
}

#pickupbox2 {
    float: left;
    height: 591px;
    margin: 0px 0px 101px;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/picup-back.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#pickupbox3 {
    float: none;
    height: 682px;
    margin: 0px auto;
    clear: none;
    width: 1400px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#p-iphone1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 20.378348%;
    margin-top: 82px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#t-pickup {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-right: auto;
}

#pickupbox4 {
    float: left;
    height: auto;
    margin-left: 6.073661%;
    margin-top: 90px;
    clear: none;
    width: 474.000002px;
    margin-right: 0%;
}

#t-pickup1 {
    float: left;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
    margin-left: 8.7032%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
}



.t-pickup3 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 8.725607%;
    margin-top: 17px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(255, 255, 255);
}

#p-next {
    float: none;
    width: 371.142px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 303px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

@media only screen and (max-width: 1400px) {
    #pickupbox3 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        height: auto;
    }

    #pickupbox4 {
        width: 397.999994px;
        margin-top: 95px;
        margin-left: 5.744144%;
        clear: none;
    }

    #t-pickup1 {
        margin-left: 0%;
    }

    #t-pickup2 {
        margin-left: 0%;
    }

    .t-pickup3 {
        margin-left: 0%;
    }

    #t-pickup4 {
        margin-left: 0%;
    }

    #p-iphone1 {
        margin-top: 60px;
        margin-left: 0px;
        clear: none;
        margin-right: 3.706473%;
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    #pickupbox4 {
        margin-top: 95px;
        margin-left: 10.629272%;
        clear: none;
        width: 298px;
    }

    #p-iphone1 {
        margin-top: 81px;
        margin-left: 3.027344%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 34.533691%;
        margin-right: 6.170654%;
    }

    #pickupbox2 {
        height: 434px;
        background-image:url("../img/picup-back.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        margin-bottom: 76px;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #pickupbox3 {
        height: 502px;
    }

    #t-pickup1 {
        font-size: 18px;
    }

    #t-pickup2 {
        margin-top: 15px;
    }

    #p-next {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    #pickupbox2 {
        margin-bottom: 45px;
        height: auto;
    }

    #pickupbox3 {
        height: auto;
    }

    #pickupbox4 {
        margin-top: 94px;
        margin-left: 6.520942%;
        clear: none;
    }

    #p-next {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 599px) {
    #p-iphone1 {
        margin-top: 24px;
        margin-left: auto;
        clear: none;
        width: 206px;
        margin-right: auto;
        float: none;
    }

    #pickupbox4 {
        margin-top: 26px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
        width: 298px;
    }

    #pickupbox3 {
        position: static;
        top: 0px;
        left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 469px) {
    #p-iphone1 {
        max-width: 161.96301079px;
    }

    #pickupbox3 {
        height: 374px;
    }

    #pickupbox2 {
        height: 390px;
    }

    #p-next {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        margin-top: 17px;
        clear: both;
        width: 231.14px;
        max-width: none;
    }


    #t-pickup2 {
        margin-top: 15px;
        margin-left: 0%;
        clear: both;
    }

    .t-pickup3 {
        margin-top: 17px;
        margin-left: 0%;
        clear: both;
    }

    #t-pickup4 {
        margin-top: 17px;
        margin-left: 0%;
        clear: both;
    }
}

@media only screen and (max-width: 320px) {/*320****************************************************************/
    #t-pickup1 {
        font-size: 16px;
    }

    #t-pickup2 {
        font-size: 14px;
    }

    #t-pickup3 {
        font-size: 14px;
    }

    #t-pickup4 {
        font-size: 14px;
    }

    #pickupbox4 {
        margin-top: 26px;
        margin-left: auto;
        clear: none;
        width: 273.859375px;
        margin-right: auto;
    }
}



/**/

#pickup2 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#pickup2-1 {
    float: left;
    height: 34px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(33, 33, 33);
}

#pickup2-2 {
    float: left;
    height: 591px;
    margin: 0px 0px 101px;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-image:url("../img/picup-back3.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: repeat repeat;
}

#pickup2-3 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1400px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#t-pickup2 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-right: auto;
}

#pickup2-4 {
    float: left;
    height: auto;
    margin-left: 15.526786%;
    margin-top: 181px;
    clear: none;
    width: 502.234375px;
    margin-right: 0%;
}

#t-pickup2-1 {
    float: left;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
}

#t-pickup2-2 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 25px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(255, 255, 255);
}

#t-pickup2-3 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 17px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(255, 255, 255);
}

#p-pickup2-1 {
    float: left;
    width: 371.14px;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 68px;
    clear: both;
    color: rgb(0, 0, 0);
    margin-right: 0px;
}

#p-pickup2 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 8.1875%;
    margin-top: 146px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1400px) {
    #pickup2-3 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        height: 635px;
    }

    #pickup2-4 {
        width: 479px;
        margin-top: 150px;
        margin-left: 0px;
        clear: none;
        margin-right: 8.533482%;
        float: right;
    }

    #t-pickup2-1 {
        margin-left: 0%;
    }

    #t-pickup2-2 {
        margin-left: 0%;
    }

    #t-pickup2-3 {
        margin-left: 0%;
    }

    #p-pickup2 {
        float: left;
        width: 29.714286%;
        max-width: 100%;
        height: auto;
        margin-left: 10.65%;
        margin-top: 125px;
        clear: none;
        color: rgb(0, 0, 0);
    }
}

@media only screen and (max-width: 1024px) {
    #pickup2-4 {
        margin-top: 95px;
        margin-left: 0%;
        clear: none;
        width: 354px;
        margin-right: 3.063965%;
    }

    #pickup2-2 {
        height: 434px;
        margin-bottom: 76px;
    }

    #pickup2-3 {
        height: 502px;
    }

    #t-pickup2-1 {
        font-size: 18px;
    }

    #t-pickup2-2 {
        margin-top: 15px;
    }

    #p-pickup2-1 {
        margin-top: 52px;
    }

    #p-pickup2 {
        margin-top: 70px;
        margin-left: 10.591675%;
        clear: none;
        height: auto;
        width: 36.915588%;
    }
}

@media only screen and (max-width: 767px) {
    #pickup2-2 {
        margin-bottom: 45px;
        height: auto;
    }

    #pickup2-3 {
        height: auto;
    }

    #pickup2-4 {
        margin: 26px 24.401076% 38px 6.520942%;
        clear: none;
    }

    #p-pickup2-1 {
        margin-top: 51px;
    }

    #p-pickup2 {
        margin-top: 58px;
        margin-left: auto;
        clear: none;
        width: 283.14255995999997px;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (max-width: 599px) {
    #pickup2-4 {
        margin-top: 26px;
        margin-left: auto;
        clear: none;
        float: none;
        width: 358px;
        margin-right: auto;
    }

    #pickup2-3 {
        position: static;
        top: 0px;
        left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 469px) {
    #pickup2-3 {
        height: 374px;
    }

    #pickup2-2 {
        height: 375px;
    }

    #p-pickup2-1 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        margin-top: 17px;
        clear: both;
        width: 231.14px;
        max-width: none;
    }

    #t-pickup2-2 {
        margin-top: 15px;
        margin-left: 0%;
        clear: both;
    }

    #t-pickup2-3 {
        margin-top: 15px;
        margin-left: 0%;
        clear: both;
    }

    #p-pickup2 {
		float: none;
        margin-top: 10px;
        clear: none;
        margin-left: auto;
        height: auto;
        width: 162.5625px;
        margin-right: auto;
    }

    #pickup2-4 {
        margin-top: 24px;
        clear: none;
        margin-left: auto;
        width: 311.453125px;
        margin-right: auto;
        float: none;
    }

    #t-pickup2-1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    #t-pickup2-1 {
        font-size: 15px;
        margin-left: 3.1%;
    }

    #t-pickup2-2 {
        font-size: 14px;
        margin-top: 15px;
        margin-left: 0%;
        clear: both;
        padding-left: 11px;
    }

    #t-pickup2-3 {
        font-size: 14px;
        margin-top: 15px;
        margin-left: 0%;
        clear: both;
        padding-left: 11px;
    }

    #pickup2-4 {
        margin-top: 26px;
        margin-left: auto;
        clear: none;
        width: 303.86px;
        margin-right: auto;
    }

    #pickup2-3 {
        height: 320px;
    }

    #pickup2-2 {
        height: auto;
    }

    #p-pickup2-1 {
        float: none;
		clear: both;
        margin-top: -50px auto 0 auto;
    }
}



/*会社概要*/

#combox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    position: static;
    background-color: rgb(0, 0, 0);
    top: 0px;
    left: 0px;
}

#comboxs {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(234, 234, 234);
    position: static;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0%;
}

#combox3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    padding-bottom: 50px;
    margin-right: auto;
}

#titlebox {
    float: left;
    height: auto;
    margin-left: -0.00130208%;
    margin-top: 60px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    border-bottom-color: rgb(145, 145, 145);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-width: 0px;
}

#t-title {
    float: left;
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px 0px 10px;
    clear: none;
    min-height: 0px;
}

#t-title1 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 4px 0px 20px 16px;
    clear: none;
    min-height: 0px;
}

#combox5 {
    float: left;
    height: auto;
    margin: 40px 0px 0px 2%;
    clear: both;
    width: 96%;
    border-bottom-color: rgb(181, 181, 181);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

#t-title2 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
}

#combox6 {
    float: left;
    height: 25px;
    margin: 0px;
    clear: none;
    width: 140px;
}
#combox6-2{
	float: left;
    height: auto;
    margin: 0px 0px 10px 3.559028%;
    clear: none;
    width: 80%;
}

#t-title3 {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px ;
    clear: none;
    min-height: 0px;
}

@media only screen and (max-width: 1200px) {
    #comboxs {
        position: static;
        top: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        margin-right: 0%;
    }

    #combox {
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
    }

    #titlebox {
        width: 93.999566%;
        margin-left: 3%;
    }

    #combox3 {
        width: 100%;
    }

    #combox5 {
        width: 89.999729%;
        margin-left: 5%;
    }

    #combox6 {
        width: 140px;
        height: 25px;
    }
}

@media only screen and (max-width: 1024px) {


    #combox {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #comboxs {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        position: static;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 101;
        float: left;
    }
}

@media only screen and (max-width: 599px) {
    #combox {
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
    }


    #t-title3 {
        height: auto;
        margin-top: 0px;
        margin-left: 2.125px;
        clear: none;
        width: 70.176425%;
        line-height: 18px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 469px) {
    #t-title3 {
        font-size: 14px;
        margin-top: 0px;
        margin-left: 0.21875px;
        clear: none;
        height: auto;
        width: 90%;
    }

    #combox6 {
        width: 140px;
    }
#combox6-2{
	float: left;
    height: auto;
    margin: 0px 0px 10px 0%;
    clear: none;
    width: 100%;
}

}



/*代表挨拶*/
#greetingbox {
    float: none;
    height: auto;
    margin: 50px auto 50px;
    clear: none;
    width: 1400px;
}

#t-greeting {
    float: none;
    font-size: 1em;
    width: 83%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
    margin: 38px auto 50px;
    clear: none;
    min-height: 223px;
}

@media only screen and (max-width: 1400px) {
    #greetingbox {
        width: 100%;
    }

    #t-greeting {
        height: auto;
        width: 83%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        font-size: 16px;
        line-height: 26px;
        min-height: 178px;
    }
}

@media only screen and (max-width: 469px) {
    #t-greeting {
        font-size: 14px;
        line-height: 23px;
		margin-top: 60px;
    }
}


/*ロゴの由来*/

#originbox {
    float: none;
    height: auto;
    margin: 50px auto 50px;
    clear: none;
    width: 1400px;
}

#t-origin{
    float: left;
    font-size: 1em;
    width: 45.209821%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
    margin: 100px 0px 50px 10%;
    clear: none;
    min-height: 61px;
}

#originbox1 {
    float: left;
    height: auto;
    margin-left: 8%;
    margin-top: 38px;
    clear: none;
    width: auto;
}

#p-origin {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1400px) {
    #originbox {
        width: 100%;
    }

    #t-origin {
        height: auto;
        width: 44.857143%;
        margin-left: 10%;
        float: left;
        clear: none;
        font-size: 16px;
        line-height: 26px;
        min-height: 130px;
        margin-top: 100px;
        margin-right: 0px;
    }

    #originbox1 {
        margin-top: 38px;
        margin-left: 8%;
        clear: none;
    }
}

@media only screen and (max-width: 767px) {
    #t-origin {
        clear: none;
        margin-top: 33px;
        height: auto;
        width: 81.467976%;
        margin-left: 9.99837%;
    }

    #originbox1 {
        width: 251px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
}

@media only screen and (max-width: 469px) {
    #t-origin {
        font-size: 14px;
        line-height: 23px;
    }
}




/*アクセス*/

.google-maps {
position: relative;
padding-bottom: 40%; 
height: 0;
overflow: hidden;
margin-bottom: 50px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
#accessbox {
    float: none;
    height: auto;
    margin: 100px auto;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#accessbox2 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1400px;
    border-bottom-color: rgb(186, 186, 186);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

#p-access {
    float: left;
    width: auto;
    max-width: 100%;
    height: 300px;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#mapbox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#t-access {
    float: left;
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 7%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(55, 55, 55);
}

#t-access1 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 7%;
    margin-top: 30px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(55, 55, 55);
}

#t-access2 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 7%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(55, 55, 55);
}

#t-access4 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 20px 0% 30px 6.214286%;
    clear: none;
    min-height: 0px;
    color: rgb(55, 55, 55);
}

#accessbox3 {
    float: none;
    height: auto;
    margin: 2px auto 100px;
    clear: none;
    width: 1400px;
}

#t-access7 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 21px;
    margin-left: 7%;
    margin-top: 20px;
    clear: left;
    min-height: 0px;
    margin-right: 0%;
    color: rgb(55, 55, 55);
}

#t-accessspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(207, 61, 61);
}

@media only screen and (max-width: 1400px) {
    #accessbox {
        width: 100%;
    }

    #accessbox2 {
        width: 90%;
    }

    #accessbox3 {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {

    #t-access4 {
        clear: left;
        margin-top: 15px;
        margin-left: 7%;
    }

    #t-access {
        margin-left: 7%;
    }

    #t-access1 {
        margin-left: 7%;
    }

    #t-access2 {
        margin-left: 7%;
    }

    #t-access7 {
        clear: left;
        margin-top: 15px;
        margin-left: 7%;
    }
}

@media only screen and (max-width: 469px) {
    #t-access {
        font-size: 18px;
    }

    #t-access1 {
        font-size: 16px;
    }

    #t-access2 {
        font-size: 14px;
    }

    #t-access4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #t-access7 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    #t-access {
        margin-left: 5%;
    }

    #t-access1 {
        margin-left: 5%;
    }

    #t-access2 {
        margin-left: 5%;
    }

    #t-access4 {
        margin-left: 5%;
    }


    #t-access7 {
        margin-left: 5%;
    }
}


