@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
#redirect_header_sp{
    display: none;
}

#redirect_header{
    width: 100%;
    min-width: 980px;
    height: 27px;
    text-align: left;
    z-index: 100;
    padding: 22px 0 25px;
    border-top: 4px solid #efefef;
		border-bottom: 1px solid #cccccc;
}

#redirect_header.fixed{
    position: fixed;
    top: 0;
}

#redirect_header a{
    font-size: 14px;
    color: #050505;
    display: block;
}
#redirect_header a:hover{
    opacity: 0.7;
}

#redirect_header_inner{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#redirect_header .logo{
    width: 185px;
    float: left;
}

/* ------------------------------------------------------------
*
    #main_content
*
------------------------------------------------------------ */
#main_content{
    width: 980px;
    margin: 0px auto;
    padding: 100px 0;
}
#main_content *{
    box-sizing: border-box;
}
#main_content .inner {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#main_content .inner a {
	text-decoration: underline;
}

#main_content .inner .ttl {
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 32px;
}

#main_content .inner .text {
	font-size: 16px;
	line-height: 1.8;
}

#main_content .inner .button {
    display: block;
    width: 300px;
    margin: 100px auto 0;
    padding: 20px 0px;
    border: 1px solid #e5e5e5;
    color: #282828;
    font-size: 14px;
    text-align: center;
    background: url(/golf/common/image_common/icon_arrow_circle_left.png) no-repeat 20px center;
    border-radius: 5px;
}

#main_content .inner .button_top {
    display: block;
    width: 340px;
    margin: 50px auto 0;
    padding: 20px 0px;
    border: 1px solid #e5e5e5;
    color: #282828;
    font-size: 14px;
		line-height: 1.5;
    text-align: center;
    background: url(/golf/common/image_common/icon_arrow_circle_right.png) no-repeat 20px center;
    border-radius: 5px;
		text-decoration: none;
}

}