@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; }

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

/* Navigation START */

#termsNavi{
    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;
}

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

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

/* Navigation END */

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

#terms_title h1{
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
}

#terms_pdf{
    padding-top: 16px;
    text-align: center;
    font-size: 14px;
}
.terms_pdf_dl {
    margin-bottom: 0;
}
.terms_pdf_dl a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
#terms_pdf p {
    margin-top: 0;
    color: #be0000;
}

#termsContainer{
/*    background-color: #e9e9ea; */
    padding: 40px 40px 10px;
}

#termsContainer .termsContents{
    margin: 20px 20px 40px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 5px;
}

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

#termsContainer .termsContents h3{
    border-bottom: dotted 1px #e0e0e0;
    font-size: 16px;
    font-weight: bold;
/*    margin-top: 10px; */
    margin-bottom: 15px;
    padding-bottom: 10px;
}

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

#termsContainer .termsContents p{
    margin-left: 15px;
    margin-bottom: 15px;
}

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

#termsContainer .termsContents ul li{
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 30px;
}

#termsContainer .termsContents ul{
    margin-bottom: 15px;
}

.terms_end{
	margin-top: 60px;
	text-align: right;
}

}

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

/* Navigation START */

#termsNavi{
    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;
}

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

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

/* Navigation END */

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

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

#termsContainer .termsContents{
    margin: 15px 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
}

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

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

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

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

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

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

#termsContainer .termsContents ul{
    margin-bottom: 15px;
}
#terms_pdf{
    padding-top: 8px;
    text-align: center;
    font-size: 14px;
}
.terms_pdf_dl {
    margin-bottom: 0;
}
.terms_pdf_dl a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
#terms_pdf p {
    margin-top: 0;
    color: #be0000;
}
}



