@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

.bimg a{
text-decoration: none;
}

.bimg a img{
border: 3px solid #FFF;
}

.bimg a:hover img {
border: 3px solid #FFBE32;
}


/* ---------------------------------------- 共通 */

a img { border-style:none; }


.tar{ text-align: right;}
.tal{ text-align: left;}
.tac{ text-align: center;}

.fr{ float: right;}
.fl{ float: left;}

.m0{ margin: 0!important;}

.mr0{ margin-right: 0px;}
.mr3{ margin-right: 3px;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}

.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}

.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}

.mb0{ margin-bottom: 0px!important;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}

.pt8{ padding-top:8px;}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {

  font-size: 75%;
  text-align: Left;
  
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka-UI, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */


#header {
  width: 690px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCB852;
}

#contents {
  background-color: transparent;
 /* float: right;*/
  width: 690px;
  padding: 20px 0px 10px;
/* 退避
  border-left: 1px solid #E5DAC3;
 */
}

#footer {
  width: 690px;
  color: #D7D090;
  background-color: #5E4B26;
  padding: 0.5em 0 1em;
  border-top: 4px solid #CCB852;
}


/* -- ■float解除■ -- */
.cl {  
    display: inline-block;  
}  
.cl:after {
    content: "";
    display: block;
    clear: both;
} 

/* ---------------------------------------- #header内の指定 */

#header_field {
  width: 690px;
  height: 200px;
  background:url(http://www.bestlife-ltd.com/auction/rule/img/bg_header.gif) bottom no-repeat;
}
.header_section {
  float: right;
  padding:5px;
  margin-right: 15px;
}

.header_section img {
  text-align: center;
}

.header_section .text {
  font-size: 83%;
  text-align: left;
}

.header_section strong {
  font-size: 117%;
  font-weight: bold;
}

.header_section b {
font-size: 24px;
  color: #cc6600;
}

/* -- 見出しレベル1 -- */
h1 {
  float: left;
  text-indent: -9999px;	
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  float: left;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  display: none;
  text-decoration: none;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
  display: none;
}


/* ---------------------------------------- #headernaviの指定 */

#headernavi {
  width: 690px;
 padding: 2px;
 background-color: #D9C14C;
 color: #999945;
 text-align: center;
} 

#headernavi a {
  padding: 2px 4px;
  color: #FFFFFF;
  text-decoration: none;
}

#headernavi a:hover {
  background-color: #E5E55C;
  color: #ff0000;
  text-decoration: underline;
}


/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h6 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 9px 5px;
  border: solid #5E4B26;
  border-width: 0px 0px 1px 10px;
  background-image: url("img/base_contents.gif") ;
  background-repeat: repeat-x;
}

h3 {
  color: #5E4B26;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 0px;
  padding: 1px 0 1px 10px;
  border: solid #F1C36F;
  border-width: 1px 5px 6px 2px;
  background-color: #F4C873;
  background-image: url("img/base_sidetitle.gif") ;
}

h4 {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 2px 0 1px 10px;
  border: dotted #EEC8AD;
  border-width: 2px;
  background-color: #CC8B5C;
}

h5 {
  color: #8C8C3F;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 8px solid #CC8B5C;
  
}

h6 { margin-top: 10px; }

/* -- 文字 退避
#contents p {
  line-height: 1.5;
  margin-bottom: 0.5em;
 -- */
 
/* -- パン屑リスト -- */
/*
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}


/* -- ■フェード インフォメーション■ -- */
#information {
	height: 150px;
	margin-bottom: 20px;
}

#information ul{
	height: 150px;
	overfow: hidden;
	list-style-type: none;
}



/* -- ●コンテンツタイトル● -- */
.contentstitle {
width: 692px;
margin-top: 0px;
padding: 0px;
background-color: #CC9759;
}

/* -- ●コンテンツボックス● -- */
.contentbox {
width: 670px;
padding: 10px;
margin-bottom: 0px;
background-color: #FFF;
border: solid #E5DCB8;
border-width: 0 2px 3px 0;
line-height: 1.5;
}

.contentbox .section{
width: 640px;
padding: 15px 15px 30px;
}

.contentbox .section2{
padding: 10px 15px 10px;
margin-bottom: 20px;
}

.contentbox .section4{
width: 606px;
border: dotted #EEC8AD;
border-width: 0 2px 2px;
padding: 10px 15px 10px;
margin-bottom: 20px;
}

.contentbox .section5{
border: solid #E2D9B5;
border-width: 2px;
padding: 8px 10px 8px;
margin-bottom: 20px;
background: #F7F5E3;
}

.contentbox .sectionB{
border: solid #E8E8FF;
border-width: 2px;
padding: 8px;
margin-bottom: 10px;
background: #D4D4FF;
}

.contentbox .process{
float: left;
width: 139px;
height: 325px;
padding-right: 36px;
background: url("img/arrow_triangle.jpg") no-repeat right center;
}

.contentbox .arrow{
padding-bottom: 45px;
margin-bottom: 3px;
background: url("img/arrow_under.gif") no-repeat center bottom;
}

.contentbox .l{
width: 320px;
float: left;
}

.contentbox .r{
width: 320px;
float: right;
}


/* -- ▼▼▼FAQ▼▼▼ -- */
.faq{
width: 636px;
margin: 15px 15px;
border: 2px dotted #E2D9B5;
}

.faq .q{
width: 630px;
padding: 0 3px 2px;
background: #E6DDA1;
font-size: 117%;
font-weight: bolder;
}

.faq .a{
padding: 5px 23px 3px;
background: #F7F5E3;
}

/* -- ▲▲▲FAQ▲▲▲ -- */


/* -- ●コンテンツ リスト● -- */
#contents ul { list-style: square outside; margin-left: 2em; }
#contents ol { list-style: decimal outside; margin-left: 2em; }
#contents li { margin-bottom: 0.8em; }




/* -- 以下 リスト関係 
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }
-- */


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

#footer a {color: #D7D090; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }




/* -- ■フォントタイプ■ -- */

.f_b{
font-weight: bold;	/* 太字 */
}

.f_n{
font-weight: normal;	/* 標準の太さ */
}

.f_l{
font-size: larger;	/* 1段階大きく */
}

.f_s{
font-size: smaller;	/* 1段階小さく */
}

.f_u{
text-decoration: underline;	/* アンダーライン */
}

.f_bk{
color: #000;	/* 黒文字 */
}

.f_red{
color: #E60000;	/* 赤文字 */
}

.f_blue{
color: #0000FF;	/* 青文字 */
}

.f_green{
color: #228b22;	/* 緑文字 */
}

.f_mark_y{
background-color: #FFFF99;	/* マーカーレモン */
}

.f_mark_b{
background-color: #D4D4FF;	/* マーカースカイ */
}

