@charset "utf-8";
/* GATE HOTEL */

/*Setting for the PC*/

body{
}
#headerSection.terms{
	height:695px!important;
	background-image:url(/osaka/images/bg-terms_.jpg)!important;
}
#globalMenuBar {
    /*margin-top: 458px;*/
}
.titleArea {
    display:inline-block;
    font-family: 'Raleway', sans-serif;
    position:absolute;
    top:544px;
    left:10px;
    /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}

/* entry area */
.pages{
    margin:0 auto;
    padding:60px;
}
#terms h2 {
    font-size:30px;
    color:#936D00;
    text-align:center;
    font-weight:normal;
    margin-bottom:60px;
}
#terms p.termsRead {
    font-size:14px;
    text-align:center;
    line-height:1.75;
}
#terms h3 {
    font-size:20px;
    font-weight:normal;
    color:#936D00;
    margin-top:60px;
    text-align:left;
    padding-bottom:10px;
}
hr.termsH3 {
    border:none;
    background-color:#936D00;
    height:1px;
    width:289px;
    margin-bottom:30px;
    text-align:left;
    margin-left:0;
}
#terms ol {
    line-height:1.75;
}
#terms ol li {
    font-size:14px;
    margin-left:1.5em;
    list-style-type: decimal;
}
#terms ol li ul li {
    font-size:14px;
    margin-left:1.5em;
    list-style-type: disc;
}
#terms ol li ol {
    margin-top:.5em;
    margin-bottom:1em;
    color:#000;
		counter-reset:item;
		maring-left:-1.5em;
}
#terms ol li ol li {
    list-style:none;
    padding-left:2em;
    text-indent:-2em;
		margin-left:0;
}
#terms ol li ol li:before{
    content:"(" counters(item, "-") ")";
    counter-increment:item;
     margin-right:0.5em;
}
#terms p.termsText {
    font-size:14px;
    line-height:1.75;
}
#terms p.termsText_r {
		text-align: right;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5)
{
body{
}
#headerSection.terms{
	background-image:url(/osaka/images/_bg-terms_.jpg)!important;
}
#globalMenuBar {
    margin-top: 0px;
 }
.titleArea {
    display:inline-block;
    font-family: 'Raleway', sans-serif;
    position:absolute;
    top:550px;
    left:20px;
    /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}
.pages {
    margin: 0 auto;
    padding: 0px;
}
#terms h2 {
    font-size: 20px;
    color: #936D00;
    text-align: center;
    font-weight: normal;
    margin-top:40px;
    margin-bottom: 40px;
}
#terms p.termsRead {
    font-size: 12px;
    text-align: left;
    line-height: 1.75;
    margin:0 10px .5em  10px;
}
#terms h3 {
    font-size: 18px;
    font-weight: normal;
    color: #936D00;
    margin-top: 40px;
    margin-left:10px;
    text-align: left;
    padding-bottom: 5px;
}
hr.termsH3 {
    border: none;
    background-color: #936D00;
    height: 1px;
    width: 289px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
}
#terms ol li {
    font-size: 12px;
    margin-left: 2em;
    margin-right:10px;
    list-style-type: decimal;
		margin: 0 1em .5em 3em;
}
#terms p.termsText {
    font-size: 12px;
    line-height: 1.75;
    margin:0 10px .5em 10px;
}
}