@charset "utf-8";
/* CSS Document */

/* memo */
.memo1 {
    background: url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/common/memo_inner.png) repeat-y;
    background-size: contain;
    padding: 20px;
}
.memo1 h4 {
    font-size: 40px;
    line-height: 1.2;
	clear: both;
    font-weight: 700;
    margin: 0 0 15px;
}
.p0 {
    padding: 0;
    margin: 0;
}

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 0.9em;
	line-height:1.9em;
	min-width: 850px; 
}

/* header */
#headerWrap { 
	background: #000; 
	width: auto;
	height: auto; 
}

#header {
	width: 100%;
	height:688px;
	background: url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/tovasia_alpha/170615/img-top-end.jpg) top center no-repeat #000;
}



/* contents */


#content {
    width: 100%;
    margin: auto;
    max-width: 750px;
}
#content img{
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.6);
    width: 100%;
    margin: 1% 0;
}


.ssl {
	margin: 0 auto;
	padding: 10px;
	width: 750px;
	border-radius: 5px;
}
h2:first-child{
text-align:center;
}

h2{
    text-align: center;
    margin: 60px 0 20px!important;
    position: relative;
    font-size: 198%;
    color: #1b1b1b;
	line-height: 52px;
}

/*テキストボックス*/
.text-box { width: 930px;}

/* font設定*/
.text-right { text-align: right; }
.font-center { text-align:center; }
.colorWhite { color:#ffffff; }
.colorRed { color:#df2222; }
.colorGreen { color:#015a34; }
.colorBlue { color:#0066fe;}
.colorYellow { color:#f6ff00;}
.underline { text-decoration: underline; }
.font-bg-y { background: #fff100; }
.fontBold { font-weight: bold; }
.fontx0 { font-size: 12px; }
.fontx1 { font-size: 0.9em; }
.fontx1-5 { font-size: 1.2em; }
.fontx2 { font-size: 1.4em; padding: 6px 0; line-height: 1.3em;}
.fontx3 { font-size: 1.6em; padding: 6px 0; line-height: 1.5em;}
.f150{font-size:150%;}

/* footer */
#footer {
	width: auto;
	color: #fff;
	border-top: 1px solid #ddd;
	background-color: #292929;
}

#foot-box {
	margin: 0 auto;
	width: 930px;
	height: 100px;
	background-color: #292929;
	position:relative;
}

.page-top {
	position: absolute;
	top: -25px;
	right: 40px;
}

#foot-box a { text-decoration: none; color:#fff; }
#foot-box a:hover { text-decoration: underline;}

.hikyori{width: 400px;}

.bg-y {
    background: #fffd71;
}
.red {
    color: #b8000e;
}
.u-line {
    text-decoration: underline;
}
.f140 {
    font-size: 140%;
}

.bg_main {
    background-color: #444444;
}

.cta {
    position: relative;
}

.button{
    top: 46%;
    width: 680px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    #content {
        width: 100%;
        margin: auto;
        max-width: fit-content;
    }  
    body {
        display: contents;
    }
}