@charset "utf-8";
#top .left-side {
	width: 390px;
	float: left;
}
#top .case_detail {
	margin: 0 auto 10px;
}
#top .banner {
	text-align: center;
}
#top .banner li{
	margin-bottom: 10px;
}
#top #case_photo {
	width: 390px;
	float: right;
}
#top #case_photo h4 {
	margin-bottom: 5px;
}
#album {
	margin-bottom: 10px;
	text-align: center;
}

.largeImage {
	border: solid 1px #ccc;
	width: 280px;
	padding: 5px;
	background-color: #666666
}
#album ul {
	margin: 0 auto;
	text-indent: 0px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
}
#album li {
	display: table-cell;
}
.thumbs img {
	border: solid 1px #ccc;
}
.thumbs img:hover {
	border-color: #036;
}
#main p {
	line-height: 1.5;
}
#main h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #806811;
	line-height: 1.4em;
	margin: 0px;
	padding: 15px 0 5px 0;
}
#feature {
	margin: 0 10px;
}
#feature li {
	list-style: none;
}
#bottom {
	margin: 20px 10px;
}
#bottom h4 {
	font-size: 1.2em;
}
#bottom #layout {
	margin-bottom: 30px;
}
#bottom figure {
	float: left;
}
#bottom .color_box {
	width: 300px;
	float: right;
	background-color: #996500;
	color: #FFF;
	margin-right: 25px;
}
#bottom .color_box h5 {
	font-size: 1.2em;
	border-bottom: 1px dashed #FFF;
	margin: 0px;
	padding: 3px;
	color: #FFF;
}
#bottom #case_owner {
	margin: 5px;
	border: 2px solid #FFF;
	padding: 5px;
}
#bottom #case_owner p {
	padding: 5px 10px;
}
#bottom #case_point {
	margin: 5px;
	border: 2px solid #FFF;
	background: url(../cases/img/case-success1.gif) no-repeat right bottom;
	padding: 5px 5px 50px 5px;
	line-height: 1.3em;
}
#bottom #case_point li {
	padding: 10px 10px 0 0;
	margin: 0 0 0 20px;
	list-style: outside disc;
}

#main .link {
	margin-bottom: 10px;
}

#main .link:before {
	content: "▶";
	color: #666;
	margin-right: 3px;
}
/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {
#album li img {
	width: 90px;
}
#bottom figure,
#top .left-side {
	width: 48%;
	margin: 0 0 0 1%;
}
#bottom .color_box,
#top #case_photo {
	width: 48%;
	margin: 0 1% 0 0;
}
}

/*===============================================
画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px) {
#top .case_detail {
	width: 100%;
}
#top #case_photo h4 {
	font-size: .9em;
}
#main h5 {
	font-size: 1.1em;
}
#album li img {
	width: 70px;
}
#bottom figure,
#bottom .color_box {
	width: 96%;
	width: 0 2%;
}
#bottom .color_box h5 {
	font-size: 1em;
}
#bottom figure {
	text-align: center;
	margin-bottom: 20px;
}
}

/*===============================================
画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
#top .left-side,
#top #case_photo {
	width: 96%;
	width: 0 2%;
}
#top .left-side {
	margin-bottom: 20px;
}
#album li img {
	width: 50px;
}
#bottom #case_owner p,
#bottom #case_point li {
	font-size: .9em;
}
}

/*===============================================
画面の横幅が320pxまで
===============================================*/
@media screen and (max-width: 320px) {
#album li img {
	width: 45px;
}
}
