/* #PC ========================================================================================================== */
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    margin-bottom: 80px;
	padding-bottom: 0px;
	float: left;
}
.contents_in {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.contents1 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
	z-index: 1;
}
.out_course, .in_course {
    height: auto;
    width: 50%;
    min-width: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-top: 15px solid #FFFFFF;
    float: left;
	padding-bottom: 30px;
}
.out_course {
    background-image: url(../imgs/out_back.jpg);
}
.in_course {
    background-image: url(../imgs/in_back.jpg);
}
.out_course_in {
    width: 500px;
    float: right;
}
.in_course_in {
    width: 500px;
}
.course_ball {
    height: auto;
    width: 280px;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-left: -70px;
}
.course {
    height: auto;
    width: 350px;
    position: relative;
	float: left;
	margin-top: 30px;
    margin-left: -70px;
}
.btn_box {
    width: 30%;
    float: left;
    position: relative;
    margin-right: 1.5%;
	margin-bottom: 7px;
}
.obi_out {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    background: linear-gradient(-90deg, #000000, #244160);
}
.obi_in {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    background: linear-gradient(-90deg, #00692f, #000000);
}
.contents2 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    background-image: url(../imgs/08.png);
    border-bottom: 1px solid #CCCCCC;
	z-index: 1;
}
.golfer {
    width: 240px;
    height: 360px;
    float: left;
    margin-top: -30px;
	margin-left: -100px;
}
.layout {
    width: 400px;
    height: auto;
    float: left;
	margin-top: 25px;
	margin-left: 30px;
}
.table_box {
    width: 240px;
    height: auto;
    float: left;
	margin-left: 30px;
}
table.score {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 18px;
	margin-top: 35px;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border-top: #b3b3b3 1px solid;
    border-left: #b3b3b3 1px solid;
    text-align: center;
}
table.score th {
    padding-top: 9px;
    padding-bottom: 9px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #b3b3b3 1px solid;
    border-right: #b3b3b3 1px solid;
}
table.score td {
    padding-top: 9px;
    padding-bottom: 9px;
	vertical-align: middle;
    text-align: left;
    border-bottom: #b3b3b3 1px solid;
    border-right: #b3b3b3 1px solid;
}
table.score th.r1,
table.score th.r2,
table.score td.r1,
table.score td.r2 {
    width: 50%;
    text-align: center;
}
table.score th.r1 {
    background-color: #244160;
    color: #FFFFFF;
}
table.score th.r2 {
    background-color: #dce1e6;
}
table.score td.r2 {
    background-color: #dce1e6;
}
.text_box {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents {
    min-width: 100%;
}
.contents_in {
    width: 100%;
}
.contents1 {
    min-width: 100%;
}
.out_course, .in_course {
    min-width: 50%;
}
.out_course_in {
    width: 100%;
    float: right;
}
.in_course_in {
    width: 100%;
}
.course_ball {
    width: 280px;
    margin-top: -60px;
    margin-left: 45px;
}
.course {
    height: auto;
    width: 325px;
    position: relative;
	float: left;
	margin-top: 5px;
    margin-left: 25px;
}
.btn_box {
    width: 48%;
    float: left;
    position: relative;
	margin-left: 1%;
    margin-right: 1%;
	margin-bottom: 7px;
}
.contents2 {
    min-width: 100%;
}
.golfer {
    display: none;
}
.layout {
    width: 86%;
	margin-top: 40px;
	margin-left: 7%;
}
.table_box {
    width: 86%;
	margin-left: 7%;
	margin-bottom: 60px;
}
table.score {
    font-size: 30px;
    line-height: 30px;
	margin-top: 40px;
    border-top: #b3b3b3 2px solid;
    border-left: #b3b3b3 2px solid;
}
table.score th {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #b3b3b3 2px solid;
    border-right: #b3b3b3 2px solid;
}
table.score td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #b3b3b3 2px solid;
    border-right: #b3b3b3 2px solid;
}
.text_box {
    width: 80%;
    font-size: 25px;
    line-height: 45px;
}

}/* @media only screen and (max-width: 750px) */
