@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------------------
	[id$="_area"]
---------------------------------------------------------- */
#main-contents section[id$="_area"] {
	width: 1000px;
	margin: 0 0 70px;
	overflow: hidden;
}

#main-contents section[id$="_area"] h2 {
	margin:0 auto 28px;
	background:url(/golf/image_cmn_new/ttl_h2_bg.png) 0 0 no-repeat;
	width: 1000px;
	height:56px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding:5px 0 0 25px;
	font-size:30px;
}

.h2_box{
    position:relative;
}
.subttl2{
    position:absolute;
    font-size:18px;
    top:15px;
    left:300px;
}
#main-contents section[id$="_area"] .sub_lead {
	width:720px;
	margin: 0 auto 20px;
}

#main-contents section[id$="_area"] div[class^="area_inner"] {
	width: 550px;
	float: left;
	margin:0 0 0 25px;
}

#main-contents section[id$="_area"] .area_inner p {
	line-height: 1.5;
}

#main-contents section[id$="_area"] figure[class^="area_image"] {
	width: 330px;
	float: right;
	margin:0 25px 0 0;
	overflow: hidden;
}
.cart_flex{
	display: flex;
	width:790px;
	margin:20px auto;
}
.cart_flex p{
	margin:10px 0 0 15px;
}
.cart_blck{
	display: block;
}
.subttl{
	font-size:19px!important;
	font-weight: 600;
    color: #ff0505;
}

.pad{
	padding:0 0 0 1.5em;
}


/* ----------------------------------------------------------
	cartA_area
---------------------------------------------------------- */

#main-contents #cartA_area {
	margin-top:50px;
}


/* ----------------------------------------------------------
	outline
---------------------------------------------------------- */
.outline {
	width: 567px;
	margin: 20px 0 0 0;
	border: 2px solid #499840;
}

.outline th {
	width: 265px;
	height: 45px;
	background: #f1ffef;
	border: 1px solid #5ba753;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
    padding: 5px;
    line-height: 1.4;
}

.outline td {
	width: 120px;
	height: 45px;
	border: 1px solid #5ba753;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.4;
}

.outline .top th {
	background: #5ba753;
	border: 1px solid #ccc;
	color: #fff;
}

.outline .top .blank {
	background: #fff;
	border: 2px solid #ccc;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.area_image img{
    width:330px;
    height:180px;
    object-fit: cover;
    /*margin-top:10px;*/
}
.cart_lead{
    width:925px;
    margin:auto;
    display: flex;
}
.cart_lead p{
    margin-left:1em;
    line-height: 1.5;
}

/*li{
    text-indent:-1em;
    margin-left:1em;
}
*/