@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Basic(Layout) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2008.06.20 S.Takikawa
 * revision - 01
 *
 ********************************
*/

/********************************
 * CSS Wrapper
 * 
 * .recruit-search {}
 * .recruit        {}
 * .shop-search    {}
 * .shop           {}
 * .spot           {}
 * .def            {}
 * 
 ********************************/

/********************************
   Basic Layout CSS Setting ( ContentsPage Only ).
 ********************************/
#container {
	clear: both;
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
/*
	background-image: url(../img/bg_base.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAECEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAECEA;
*/
}

#header {
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#contents {
	float: left;
	width: 850px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../../img/bg_top_contents.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAECEA;
}

#footer {
	width: 850px;
	float: left;
	clear: both;
}


/********************************
   #header Layout CSS Setting
 ********************************/

#header #head-content {
	height: 65px;
	width: 850px;
	float: left;
	clear: both;
}

#header #head-content h1 {
	display: inline;
	float: left;
	width: 150px;
	height: 65px;
}

#header #head-content h2 {
	display: inline;
	float: right;
	width: 220px;
	height: 65px;
}

#header #head-content #head-banner {
	display: inline;
	float: left;
	width: 468px;
	height: 61px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EAECEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#header #head-smenu {
	height: 22px;
	width: 850px;
	clear: both;
	float: left;
	margin-top: 3px;
}

#header #head-smenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
	width: 830px;
}

#header #head-smenu ul li {
	display: inline;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 10px;
	list-style-type: none;
	line-height: 120%;
	background-position: left center;
}


#header #head-menu {
	height: 50px;
	width: 850px;
	clear: both;
	float: left;
}

#header #head-menu h3.menu-recruit {
	float: left;
	height: 50px;
	width: 250px;
}
#header #head-menu h3.menu-spot {
	float: left;
	height: 50px;
	width: 250px;
}
#header #head-menu h3.menu-shop {
	float: left;
	height: 50px;
	width: 350px;
}

#header #head-border {
	clear: both;
	height: 10px;
	width: 850px;
	overflow: hidden;
	font-size: 5px;
}
#header #head-border div.recruit{
	background-color: #6384A3;
	width: 250px;
	float: left;
	height: 10px;
}
#header #head-border div.spot{
	background-color: #CC6B4B;
	float: left;
	width: 250px;
	height: 10px;
}
#header #head-border div.shop{
	background-color: #5A8359;
	float: left;
	width: 350px;
	height: 10px;
}
#head-sub-contents {
	width: 850px;
	clear: both;
	background-color: #F9F9F9;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../../img/bg_head_sub_contents.gif);
	background-repeat: repeat-y;
}
#header #head-sub-contents div.recruit{
	width: 250px;
	float: left;
	height: auto;
}
#header #head-sub-contents div.spot{
	float: left;
	width: 250px;
}
#header #head-sub-contents div.shop{
	float: left;
	width: 350px;
}


/********************************
   #footer Layout CSS Setting
 ********************************/

#footer #foot-contents {
	width: 840px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAECEA;
	border-bottom-color: #EAECEA;
	float: left;
	clear: both;
	padding: 5px;
}

#footer #foot-contents #foot-menu {
	float: left;
	width: 660px;
	padding: 5px;
}

#footer #foot-contents #foot-qr-code {
	float: left;
	width: 160px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAECEA;
}

#foot-menu #wrapper-menu {
	padding: 5px;
	width: 650px;
	float: left;
}

#foot-menu #wrapper-menu h3 {
	margin-bottom: 5px;

}

#foot-menu #wrapper-menu p {
	line-height: 140%;
	margin-left: 5px;
}

#foot-menu #wrapper-menu #menu-1row {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
}
#foot-menu #wrapper-menu #menu-2row {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
}
#foot-menu #wrapper-menu #menu-3row {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
}
#foot-menu #wrapper-menu #menu-4row {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#foot-menu a:link {
  color: #333333;
}

#foot-menu a:visited {
  color: #333333;
}

#footer #copyrights {
	width: 850px;
	line-height: 150%;
	text-align: right;
	float: left;
	clear: both;
}

/********************************
   #contents Layout CSS Setting
 ********************************/

#contents div.recruit {
	width: 250px;
	float: left;
	height: auto;
}
#contents div.spot {
	float: left;
	width: 250px;
	overflow: hidden;
}
#contents div.shop {
	float: left;
	width: 350px;
	overflow: hidden;
}
#contents .block-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-top: 5px;
	margin-top: 5px;
}

#contents .bnr-border {
	border: 1px solid #F0F0F0;
	margin-top: 1px;
	margin-bottom: 1px;
}

#contents div.list-item {
	margin-top: 5px;
	border: 1px solid #F0F0F0;
}
.list-item a.thumbnail {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}
a.thumbnail:hover {
	background-color: #999999;
}
.list-item table {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
}
.list-item th{
	padding: 1px;
	font-weight: normal;
	vertical-align: top;
	background-color: #F8F8F8;
}

.list-item td {
	padding: 1px;
	vertical-align: top;
}
.list-item h3 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 110%;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
	overflow: hidden;
}

.list-item h4 {
	font-size: 11px;
	line-height: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
	padding: 0px;
}

.list-item h5 {
	font-size: 10px;
	line-height: 100%;
	color: #666666;
}

.list-item p.caption {
	font-size: 11px;
	line-height: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
	padding: 0px;
}


/********************************
   Common Custom CSS Setting
 ********************************/

.txtS {
	font-size: 10px;
}
.txtL {
	font-size: 11pt;
}
.clrRed {
	color: #CC3300;
}
.clrGreen {
	color: #336600;
}
.clrBlue {
	color: #0066CC;
}
.tboxS-arrow {
	font-size: 11px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 1px;
}
a.btn-box {
	background-image: url(../../img/bg_btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #CACECA;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 100%;
	display: block;
}
a.btn-box:link {
  color: #333333;
}

a.btn-box:visited {
  color: #333333;
}

a.btn-box:hover {
  color: #333333;
  background-image: url(../../img/bg_btn_o.gif);
}
a.btn-box:active {
  color: #333333;
}
p.guide-group {
	line-height: 130%;
	background-image: url(../img/mark_circle_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	/*	color: #AD330A; */
	color: #333333;
	clear: both;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
