<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* MEDIAQUERY INDEX PAGE */
/* XXX Line: PC
 * XXX Line: TABLET
 * XXX-XXX Line: SP
 *
 */

/* INITIALIZE */

body{
	-webkit-text-size-adjust: 100%;
}

main{
    margin: 0 auto;
    width: auto;
    max-width: 1000px;
}

h1,h2,h3{
	font-weight: normal;
    color: #333333;
}

.locationArea{
	max-width: 1000px;
}

a:link {
  color: #0077DD;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited { color: #0077DD; }
a:active { color: #0077DD; }

.bbs_exContents .ok{
    color: #FF5C26;
    font-weight: bold;
}

.bbs_exContents .ng{
    color: #00B285;
    font-weight: bold;
}

@media only screen and (min-width: 601px){

/* Navigation START */

#bbs_exNavi{
    margin-bottom: 30px;
}

.button {
    display: block;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #0077dd;
    border-radius: 5px;
    color: #0077dd;
}

.button.current{
    background-color: #0077dd;
    border: solid 1px #0077dd;
    color: #ffffff;
    position: relative;
}

.button.current::after{
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content:"";
    height: 0;
    width: 0;
    border-color: rgba(159, 136, 102, 0);
    border-top-color: #0077dd;
    border-width: 8px;
    margin-left: -8px;
}

.button:hover {
    background-color: #0077dd;
    border: 1px solid #0077dd;
    color: #FFFFFF;
}

#bbs_exNavi li{
    list-style-type: none;
    width: auto;
    display: inline-block;
    margin: 0
    padding: 0;
}

#bbs_exNavi li a{
    text-decoration: none;
}

/* Navigation END */

#bbs_exContainer {
    margin: 0 auto 30px;
    width: auto;
    max-width: 1000px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

#bbs_ex_title h1{
    font-size: 24px;
    padding-bottom: 10px;
}

#bbs_exContainer{
    background-color: #e9e9ea;
    padding: 40px 40px 10px;
}

#bbs_exContainer section.bbs_exContents{
    margin: 0 0px 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

#bbs_exContainer .bbs_exContents h2{
    border-bottom: solid 2px #0077dd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#bbs_exContainer .bbs_exContents h3{
    border-bottom: dotted 1px #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#bbs_exContainer .sub{
    margin-left: 20px;
}

#bbs_exContainer .bbs_exContents p{
    margin-bottom: 15px;
}

#bbs_exContainer .bbs_exContents ol li{
    list-style-type: decimal;
    margin-bottom: 15px;
    margin-left: 30px;
}

#bbs_exContainer .bbs_exContents ul li{
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 30px;
}

#bbs_exContainer .bbs_exContents ul{
    margin-bottom: 15px;
}

}

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

/* Navigation START */

#bbs_exNavi{
    margin-bottom: 30px;
}

.button {
    display: block;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #0077dd;
    border-radius: 5px;
    color: #0077dd;
}

.button.current{
    background-color: #0077dd;
    border: solid 1px #0077dd;
    color: #ffffff;
    position: relative;
}

.button.current::after{
    position: absolute;
    top: 40%;
    left: 0%;
    border: solid transparent;
    content:"";
    height: 0;
    width: 0;
    border-color: rgba(159, 136, 102, 0);
    border-top-color: #0077dd;
    border-width: 8px;
    margin-left: -9px;
}

#bbs_exNavi li{
    list-style-type: none;
    width: auto;
    margin: 0 40px 10px;
    padding: 0;
}

#bbs_exNavi li a{
    text-decoration: none;
}

/* Navigation END */

#bbs_exContainer{
    background-color: #e9e9ea;
    padding: 5px 0 10px;
    margin: 0 0 30px;
}

#bbs_ex_title h1{
    background-color: #0077dd;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}

#bbs_exContainer section.bbs_exContents{
    margin: 15px 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
}

#bbs_exContainer .bbs_exContents h2{
    border-bottom: solid 2px #0077dd;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#bbs_exContainer .bbs_exContents h3{
    border-bottom: solid 1px #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#bbs_exContainer .sub{
    margin-left: 10px;
}

#bbs_exContainer .bbs_exContents p{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
}

#bbs_exContainer .bbs_exContents ol li{
    list-style-type: decimal;
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.8;
}

#bbs_exContainer .bbs_exContents ul li{
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}

#bbs_exContainer .bbs_exContents ul{
    margin-bottom: 15px;
}

}</pre></body></html>