@charset "UTF-8";




@media print,screen and (min-width: 769px) {

    .sp{
        display: none !important;
    }

#contents #box2 {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#box2 .leftArea {
    width: 200px;
    padding-left: 0px;
    padding-right: 30px;
}

#box2 .rightArea {
    width: 700px;
    padding-left: 20px;
}
#nameArea {
	padding-bottom: 3px;
}
#nameArea .name_ja {
	font-size: 150%;
	float: left;
	padding-right: 20px;
}
#nameArea .name_en {
	padding-top: 6px;
}

#box2 .finding {
    font-size: 95%;
    line-height: 1em;
    font-weight: bold;
    background-image: url(../../common/img/square.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-top: 30px;
    border-bottom: 1px dotted #C6ACCD;
    padding-bottom: 5px;
}

#box2 .rightArea table {
	clear: both;
	margin-bottom: 8px;

}


#box2 .rightArea table td {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 90%;
	line-height: 1.4em;
}
#box2 .rightArea table .year_long {
	width: 25%;


}
#box2 .rightArea table tr .incept {
	width: 50%;
}
#box2 .rightArea table tr .spacer {
	width: 15px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#box2 .rightArea table tr .pt0 {
	padding: 0px;
}
#contents .gotolist {
	text-align: right;
	padding-left: 540px;
	padding-top: 10px;

}
}




@media only screen and (max-width: 768px) {

    .pc{
        display: none!important;
    }
#contents #box2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#box2 .leftArea div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.belonging   {
    text-align: center;
    margin-top: 20px;
}



#nameArea {
    padding-bottom: 3px;
    text-align: center;
}
#nameArea .name_ja {
    font-size: 150%;
}
#nameArea .name_en {
    padding-top: 6px;
}
#box2 .finding {
    font-size: 95%;
    line-height: 1em;
    font-weight: bold;
    background-image: url(../../common/img/square.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-top: 30px;
    border-bottom: 1px dotted #C6ACCD;
    padding-bottom: 5px;
}
	

#box2 .rightArea table {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;

}


#box2 .rightArea table td {
    padding-bottom: 5px;
    padding-top: 3px;
    font-size: 90%;
    line-height: 1.4em;
}
#box2 .rightArea table .year {
    width: 28%;


}
#box2 .rightArea table .year_long {
	width: 25%;


}
#box2 .rightArea table tr .incept {
	width: 50%;
}
#box2 .rightArea table tr .spacer {
	width: 15px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#box2 .rightArea table tr .pt0 {
	padding: 0px;
}
#contents .gotolist {
	text-align: right;
	padding-left: 540px;
	padding-top: 10px;

}	
}
