@charset "UTF-8";
@import url('../_common/basic.css');


.copy-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bag-image {
	width: 200px;
	float: left;
}

.bag-image img {
	margin-bottom: 10px;
}

.bag-desc {
	width: 420px;
	float: right;
}

.bag-desc h4 {
	font-weight: bold;
	border-bottom: #ef0000 1px solid;
	margin-bottom: 5px;
}

.bag-desc ul {
	padding-left: 2.3em;
	padding-bottom: 5px;
	border-bottom: #ef0000 1px solid;
}

.bag-desc p:first-child {
	margin-top: 0px;
}

.bag-summary {
	clear: both;
}

.bag-min-price {
	color: #ef0000;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
}

.bag-pagetop {
	clear: both;
	text-align: right;
}

.indiv-menu {
	width: 320px;
}

#bag-ind-hard {
	float: left;
	margin-bottom: 15px;
}

#bag-ind-soft {
	float: right;
	margin-bottom: 15px;
}

#bag-ind-golf {
	clear: both;
	float: left;
}

.indiv-menu a {
	display: block;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	padding: 90px 10px 10px 0px;
	text-align: right;
	border: #999999 1px solid;
	text-shadow: #ffffff 0px 0px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkig-border-radius: 10px;
}

.indiv-menu a:link, .indiv-menu a:visited {
	color:      #000000;
}

.indiv-menu a:hover {
	text-decoration: none;
	background-color: #ffd6d6;
}


/***** for children *****/

.internal-photo {
	width: 370px;
	float: left;
	text-align: center;
}

.internal-copy {
	width: 240px;
	float: right;
	margin-right: 19px;
	font-size: 16px;
	line-height: 150%;
}

#internal-copy-top {
	font-weight:bold;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 40px;
}

.internal-repairpoint {
	width: 80%;
	margin: 0px auto;
	margin-bottom: 20px;
	border: #ef0000 3px double;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkig-border-radius: 10px;
}

.internal-repairpoint-content {
	margin: 15px;
}

.internal-repairpoint-content h4 {
	color: #ef0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
}

.internal-repairpoint-content img {
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

.internal-repairpoint-content ul {
	margin-bottom: 10px;
}

.internal-repairpoint-content .bag-exprice {
	clear: both;
	text-align: right;
}