@charset "UTF-8";

/*****************************
	base.css
	ベースCSS

	01: 画面の基本設定
	02: ヘッダー
	03: コンテンツ
	04: フッター
	05： エラー設定

*****************************/

/*=01 画面の基本設定
--------------------------*/
html{
	font-family: verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
}
body{
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 0.9em;
	line-height: 150%;
	margin: 0 auto;
	padding: 0;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #0073a8;
}
a:visited {
	text-decoration: none;
	color: #9b72b0;
}
a:active {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #67b5b7;
}
img {
	border: 0;
}
/* フォントなし */
.noFont {
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
/* P */
p {
	margin: 1em 0;
	padding: 0;
}
p.btmTxt {
	font-size: 1.5ex;
}
/* リスト */
ul, dl {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
/* フォーム */
input[type="text"] {
	margin: 0 1px 0 0;
}
/* 下付き文字 */
sub {
	position: relative;
	top: -2px;
}

/*=02: ヘッダー
--------------------------*/
#header{
	background: url(../../../../common/img/header.png) 0 93px repeat-x;
	width: 100%;
	height: 141px;
	margin: -3px auto;
	padding: 0;
	z-index: 100;
}
#header #header_in{
	width:960px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
/* 企業ロゴ */
.logo {
	float: left;
	margin: 17px 0 0 10px;
	padding: 0;
	border: 0;
}
/* ログイン・マイページ・カートボタン　サイト内検索 */
.login_area:after {
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
.login_area {
	width:430px;
	float:right;
	padding-top:30px;
	height:36px;
	position:relative;
}
.login_area li {
	float:left;
	margin-left:5px;
	padding-top:2px;
	font-size:0.9em;
	text-align:center;
}
.login_area li a {
	color:#fff;
	padding-left:15px;
}
.login_area li a:hover {
	color:#fff;
	text-decoration:none;
}
.login_area li.login {
	background:url(../../../../../configure/img/login_btn.png) no-repeat;
	width:100px;
	height:25px;
}
.login_area li.mypage {
	background:url(../../../../../configure/img/mypage_btn.png) no-repeat;
	width:100px;
	height:25px;
	position:relative;
}
.login_area li.mypage img {
	position:absolute;
	top:4px;
	left:5px;
}
.login_area li.cart {
	background:url(../../../../../configure/img/cart_btn.png) no-repeat;
	width:100px;
	height:25px;
}
/* マイページプルダウン */
.mypage_link {
	display:none;
	border:1px #333 solid;
	background:#fff;
	width:140px;
	font-size:0.75em !important;
	position:absolute;
	top:0;
	left:0;
	height:130px;
	z-index:600;
}
.mypage_link dl {
	width:115px;
	margin:5px auto;
	padding-bottom:5px;
	border-bottom:1px #ccc solid;
	text-align:left;
}
.mypage_link dd {
	margin-left:10px;
}
.mypage_link p {
	width:140px;
	text-align:center;
	margin:0 0 5px;
}
/* サイト内検索 */
#srchBox {
	width:200px;
	height:25px;
}
#srchBox form {
	position:relative;
	width:205px;
	height:25px;
	overflow:hidden;
	background:url(../../../../../configure/img/search_back.png) no-repeat;
	text-align:left;
	margin-top:-2px;
}
#srchBox form #search_input {
	padding:0 5px;
	margin:3px 0 0;
	width:150px;
	height:18px;
	overflow:hidden;
	border:none;
	background-color:transparent;
}
#srchBox form #search_input.watermark {
	background:transparent url(/common/img/yjlogo_type4.gif) center 3px no-repeat;
}
#srchBox form #search_button {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	margin:0;
	width:40px;
	height:25px;
	overflow:hidden;
}
#srchBox form #search_button:hover,
.login_area li.mypage img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* ナビリンク */
#nav {
	clear:both;
	width:940px;
	height:30px;
	overflow:hidden;
	background-color:#FFFFFF;
	margin:0 auto;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	margin:0;
	padding:0;
	float:left;
}
/*パンくず*/
.crumbs:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
.crumbs {
	position:relative;
	margin:10px 0 0 20px;
}
.crumbs li {
	background:url(./../../../common/img/crumbs_list.png) right no-repeat;
	padding-right:20px;
	float:left;
}
.crumbs li.mark {
	background:none;
	padding-right:0;
}

/*=03: コンテンツ
--------------------------*/
/* ▼UPD 2015.03.24 R.Kato */
#wrapper{
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	font-size:14px;
}
/* ▲UPD 2015.03.24 R.Kato */

#wrapper:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}

#wrapper_noscript{
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	font-size:14px;
}

#wrapper_noscript:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}

/*=04: フッター
--------------------------*/
#footer {
	font-family:sans-serif;
	margin:0;
	padding:0;
	background:url(../../images/footer_bg.gif) repeat-x;
	text-align:center;
	clear:both;
}
.footer_in {
	width:940px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#fff;
}
.contact {
	border-top:4px solid #1F5FA9;
	border-bottom:2px solid #C8C8C8;
	padding:5px 0 2px;
	height:32px;
	margin:0;
	height:32px;
	list-style:none;
}
.contact li {
	margin:0 0 0 8px;
	padding:0;
	float:left;
}
.footer_link {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
.footer_link li {
	height:20px;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	margin:3px 0;
	border-right:1px solid #999;
}
address {
	padding:0 10px 0;
	text-align:right;
	font-style:normal;
}

/*=05: エラー設定
--------------------------*/
div.pageInner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

dl.registForm {
	width: 800px;
	margin: 2em 0;
}

div.error404{
	background:url(../../img/ja/bitech.png) left top no-repeat;
	width:800px;
	min-height:130px;
	padding:0 0 0 140px;
}
div.error404 #errorMsg{
	background:url(../../img/ja/404_Txt1.png);
	width:500px;
	height:62px;
}
div.error404 #errorHint{
	background:url(../../img/ja/404_Txt2.png);
	width:504px;
	height:20px;
	margin:20px 0 25px 0;
}
div.error404 ul li {
	background: url(../../img/ja/404Li.png) 0 5px no-repeat;
	margin: 5px;
	padding: 0 0 0 20px;
}
a.underline-hover {
    text-decoration: none !important;
}
a.underline-hover:hover {
    text-decoration: underline !important;
}