
/* 機能一覧
---------------------------------------------------------------------- */

body#service_goope div.box {
	margin: 0 0 20px 0;
	}
	body#service_goope div.box h5 {
		margin: 0 0 10px 0;
		}
	body#service_goope div.box table {
		margin: 0 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		}
		body#service_goope div.box table th {
			padding: 0;
			text-align: right;
			border-bottom: 1px solid #fff;
			border-left: 1px solid #fff;
			background: #fff;
			white-space: nowrap;
			width: 120px;
			}
		body#service_goope div.box table td.icon {
			padding: 5px;
			text-align: center;
			width: 65px;
			}
		body#service_goope div.box table td {
			padding: 10px 0;
			border-bottom: 1px solid #fff;
			border-left: 1px solid #fff;
			line-height: 20px;
			}



		body#service_goope div.point {
			display: none;
			}
			body#service_goope div.point {
				margin-bottom: 20px;
				width: 566px;
				height: 152px;
				}
				div#point_top {
					background: url(http://goope.jp/service/img/function/point/top.png) no-repeat;
					}
				div#point_info {
					background: url(http://goope.jp/service/img/function/point/info.png) no-repeat;
					}
				div#point_photo {
					background: url(http://goope.jp/service/img/function/point/photo.png) no-repeat;
					}
				div#point_menu {
					background: url(http://goope.jp/service/img/function/point/menu.png) no-repeat;
					}
				div#point_calendar {
					background: url(http://goope.jp/service/img/function/point/calendar.png) no-repeat;
					}
				div#point_contact {
					background: url(http://goope.jp/service/img/function/point/contact.png) no-repeat;
					}
				div#point_map {
					background: url(http://goope.jp/service/img/function/point/map.png) no-repeat;
					}
				div#point_mobile {
					background: url(http://goope.jp/service/img/function/point/mobile.png) no-repeat;
					}
				div#point_coupon {
					background: url(http://goope.jp/service/img/function/point/coupon.png) no-repeat;
					}
				div#point_recruit {
					background: url(http://goope.jp/service/img/function/point/recruit.png) no-repeat;
					}
					
				body#service_goope div.point p {
					font-size: 12px;
					padding: 60px 230px 0 20px;
					margin: 0 !important;
					line-height: 20px;
					}
					div#point_photo p,
					div#point_calendar p {
						color: #fff;
						}


		body#service_goope a.open {
			cursor: pointer;
			}
		body#service_goope a.open_text {
			cursor: pointer;
			text-decoration: underline;
			}

/* 導入事例
---------------------------------------------------------------------- */

div.case_box {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px 10px;
	}

	div.case_box div.capture {
		float: left;
		margin: 0 0 10px 5px;
		}
		div.case_box div.capture img {
			padding: 5px;
			border: 1px solid #ccc;
			background: #fff;
			}

	div.case_box h5 {
		font-size: 16px;
		margin: 10px 0 10px 0;
		}
		div.case_box h5 a {
			font-size: 16px;
			}
	div.case_box p.case_url {
		font-size: 11px;
		margin: 5px 0 10px 180px;
		padding: 0 0 10px 15px;
		border-bottom: 1px solid #ccc;
		}


	div.case_box p.case_explain {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 0 195px;
		color: #333;
		}
		div.case_box p.case_url a {
			color: #ff3355;
			}

	div.case_box:hover div.capture img {
		border: 1px solid #e9e6ba;
		background: #f5f4e3;
		}

	div.case_box div.detail {
		margin-top: 10px;
		}
		div.case_box div.detail a {
			padding: 3px 10px;
			background: #ff3355;
			color: #fff;
			}
		div.case_box div.detail a:hover {
			background: #cc0000;
			color: #fff;
			}

