@charset "utf-8";

/* =======================================

	works CSS
	※制作事例　CSS
	Last Up Date 2011/05/01

========================================== */


.pageDetail .entryBox {
	background-image: url(../../img/dot_line_02.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 50px;
	padding-bottom: 2px;
}
.pageDetail .entryBox h3 {
	background-image: url(../../img/hx/bg_h3_style01.png);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 50px;
	font-weight: bolder;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 20px;
}




.pageDetail .entryBox p.summary {
	font-size: 12px;
	color: #999999;
	background-image: url(../../img/dot_line_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 30px;
}
.pageDetail .entryBox .siteImage {
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #E0DFE3;
}

.pageDetail .entryBox ul {
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.pageDetail .entryBox li {
	margin-bottom: 5px;
	padding-left: 100px;
}
.pageDetail .entryBox li.client {
	background-image: url(../../img/works/icon_client.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageDetail .entryBox li.URL {
	background-image: url(../../img/works/icon_URL.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageDetail .entryBox li.category {
	background-image: url(../../img/works/icon_category.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageDetail .entryBox p.comment {
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.pageDetail .entryBox p.comment br {
	margin-bottom: 1em;
}




.pageDetail .entryBox .mrkArrow01 {
	font-size: 14px;
}

.pageList .entryBox {
	background-image: url(../../img/dot_line_02.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
	padding-bottom: 2px;
}
.pageList .entryBox .fltR {
	width: 400px;
}
.pageList .entryBox h4 {
	font-weight: bold;
	color: #0595F3;
	line-height: 30px;
	font-size: 16px;
}
.pageList .entryBox h4 a {
	color: #0595F3;
}

.pageList .entryBox p.summary {
	font-size: 12px;
	color: #999999;
	background-image: url(../../img/dot_line_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.pageList .entryBox ul {
	margin-bottom: 20px;
}
.pageList .entryBox li {
	margin-bottom: 3px;
	padding-left: 90px;
}
.pageList .entryBox li.client {
	background-image: url(../../img/works/icon_client.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageList .entryBox li.URL {
	background-image: url(../../img/works/icon_URL.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageList .entryBox li.category {
	background-image: url(../../img/works/icon_category.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageList .entryBox p.comment {
	font-size: 12px;
	margin-bottom: 20px;
}



.pageList .entryBox .fltL {
	width: 240px;
}
.pageList .entryBox .fltL img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pageList .entryBox .mrkArrow01 {
	font-size: 12px;
}
