 @charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#HD {
	border-bottom: 1px solid #DEDEDE;
}

#MB {
	margin: 0 auto;
	width: 960px;
	float: none;
}

#MB .mainImg {
	margin-bottom: 20px;
	text-align: center;
}

#MB .errorBox {
	margin-bottom: 40px;
	padding: 12px 0 0 68px;
	border: 3px solid #EDEDED;
}

#MB .errorBox .photoBox {
	float: right;
}

#MB .errorBox .textBox {
	padding-top: 79px;
	width: 512px;
	float: left;
}

#MB .errorBox .textBox h1 {
	margin-bottom: 21px;
	font-size: 1.6em;
}

#MB .errorBox .textBox p {
	margin: 0 0 0 2px !important;
	font-size: 1.2em;
	line-height: 1.4 !important;
}


/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#error_404 #MB .errorBox01 {
	margin-bottom: 20px;
	padding: 30px 0;
	border: 3px solid #EDEDED;
}

#error_404 #MB .errorBox01 .subError {
	margin: 0 auto;
	width: 580px;
}

#error_404 #MB .errorBox01 .subError p {
	margin: 0 !important;
	font-size: 1.2em;
	line-height: 1.6;
}

#error_404 #MB .errorBox01 .subError h1 {
	margin-bottom: 4px;
	font-size: 2.2em;
}

#error_404 #MB .link {
	margin: 0 auto 30px;
	width: 99px;
	clear: both;
}

#error_404 #MB .link a {
	display: block;
	background: url(../../img/p/catalog/tha_link_on.jpg) no-repeat;
}

#error_404 #MB .link a:hover img {
	opacity: 0; 	
	filter: alpha(opacity=0);	
　　-moz-opacity:0; 
}

#error_404 #MB h2 {
	margin: 0 0 15px;
}

#error_404 #MB .comDetailBox h3 {
	border-bottom: none;
}

#error_404 #MB .linkList li {
	display: inline;
	color: #7F7F7F;
	font-size: 1.2em;
}

#error_404 #MB .linkList li a {
	margin-left: 5px;
	color: #0070C0;
	text-decoration: underline;
}

#error_404 #MB .linkList li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	500
------------------------------------------------------------*/
#error_500 #MB {
	min-height: 446px;
}

#error_500 #MB .errorBox {
	padding-bottom: 125px;
	margin-bottom: 0;
	background: url(../../img/p/error/error_bg.jpg) no-repeat right top;
}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access #MB h2 {
	margin-bottom: 17px;
	clear: both;
}

#access #MB p {
	margin: 0 0 19px 2px;
	font-size: 1.2em;
	line-height: 1.6;
}

#access #MB  .inner {
	margin-bottom: 18px;
	padding-bottom: 32px;
	clear: both;
	border-right: 1px solid #DEDEDE;
	background: url(../../img/p/error/acc_line.gif) repeat-x left bottom;
}

#access .inner .subInner {
	width: 478px;
	border-left: 1px solid #DEDEDE;
}

#access .inner .subInner .photoBox {
	padding-left: 56px;
}

#access .inner .subInner .photoBox .photo {
	margin-bottom: 7px;
}

#access .inner .subInner .photoBox .photo img {
	display: block;
}

#access .inner .subInner .photoBox p {
	margin: 0 !important;
	font-size: 1.4em !important;
	font-weight: bold;
	text-align: center;
	width: 422px;
}

#access .inner01 {
	margin: 0;
	padding: 0;
	background: none;
}

#access .subInner a {
	text-decoration: underline;
}

#access .subInner a:hover {
	text-decoration: none;
}

