@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;

}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}

li{
	list-style-type: none
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}

p{
	font-size:16px;
	line-height:140%;
	margin:10px 5px 30px;
	clear:both;}

img{
	display:block;

}
a img {
	border: none;
	background:none!important;
	margin:0;
}
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

a:hover img.top{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100)";
background:none!important;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#004DA1;
	font-weight:bold;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #004DA1;
	font-weight:bold;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}



/*全体幅*/
.container {
	width: 960px!important;
	background-color: #FFF;
	margin: 0 auto;
	overflow: hidden;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.content {
	padding:0px;
	margin:0;
	width: 960px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearLeft {
clear: left;
}
/*------------スマホの場合非表示-----------*/
.pc_no{
	display:none;
}

/*------------メニュー------------*/
#nav{
	background-image:url(../imgs/nav_bg.png);
	margin:0;
	padding:0;
 	height:50px;
}
#menu{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-size:14px;
}

#menu li:first-child{
  display: block;
  float: left;
  width: 16.3%;
  height:50px;
  margin:0;
  padding: 0;
  border-left:thin solid #039;
  border-right:thin solid #039;

  }

#menu li{
  display: block;
  float: left;
  width: 16.3%;
  height:50px;
  margin:0;
  padding: 0;
  border-right:thin solid #039;
  }

#menu li a{
  display: block;
  color: #fff;
  height:35px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  padding-top:15px;
}
#menu li a:hover{
  display: block;
  height:35px;
  background:#09F;
  padding: 0px;
  border-bottom:3px solid #FF0;
  padding-top:15px;
}

#menu li.gyou a{
  display: block;
  color: #fff;
  height:44px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  padding-top:6px;
}
#menu li.gyou a:hover{
  display: block;
  height:44px;
  background:#09F;
  padding: 0px;
  border-bottom:3px solid #FF0;
  padding-top:6px;
}

#toggle{
 display: none;
}

/*@media only screen and (max-width: 768px) {
    #menu li{
    width: 32.6%;
	height:50px;
    border-bottom: 1px solid #444;
  }
}*/

/*------フッター------*/
#footer{
	font-size:12px;
	color:#333;
	margin:0 30px;
	padding:5px;
	border-top:1px solid #999;
	line-height:125%;
	width:890px;
	clear:both;
}

#footer ul{
	text-align:center;
	font-size:11px;
	line-height:120%;
	width:890px;
	clear:both;
	text-align: center;
}
#footer li{
	margin:0px;
	padding:5px;
	display: inline-block;
  	*display: inline;
  	*zoom: 1;

}
#footer li:first-child{
	margin:0;
	padding:5px;
	border:1px solid #999;
	font-size:11px;
	display: inline-block;
  	*display: inline;
  	*zoom: 1;
}


#copyright{
	clear:both;
	font-size:12px;
	color:#FFF;
	text-align:center;
	margin:0;
	padding:5px;
	background-color:#033889;
}
/*------TOPに戻る-------*/
#pageTop{
	text-decoration: none;
	font-size:40px;
	background:#000;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
#pageTop:hover{
	background:#333;
	}

/*------hタグ-------*/
h1{
	color:#004DA1;
	border-bottom:2px solid #004DA1;
	clear:both;
	font-size:25px;
}
h2{
	background-image:url(../imgs/h2.png);
	font-size:18px;
	clear:both;
}

h3{
	border-left:3px solid #999;
	border-bottom:1px dotted #ccc;
	padding:5px;
	margin:0;
	font-size:16px;
	display:block;
	font-weight:normal;
}
/*------TOPページ-------*/
#TOP{
	width:100%;
	padding:0;
	margin:0 auto 0px;
	background-color:#FEF5A8;
}

#TOP h2{
	width:860px;
	border:none;
	background-color:#F90;
	background-image:none;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	padding:10px 20px 5px;
	margin:0;
	clear:both;
}
#TOP p{
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-size:18px!important;
}

#TOP img{
display: block;
margin:5px auto;

}

.flowR{
	color:#E9544F;
	font-weight:bold;
}
.flowG{
	color:#40B266;
	font-weight:bold;
}
.flowB{
	color:#0D7DA0;
	font-weight:bold;
}
/*------買取対象品-------*/
#KAITORI ul.item{
	width:100%;
	padding:0;
	margin:0 auto 0px;
	clear:both;
	font-size:11px

}

#KAITORI ul.item li{
	background-color:#FFF;
	border:1px solid #999999;
	margin:2px;
	padding:4px;
	text-align:center;
	float:left;
	width:125px;
	height:170px;
}

#KAITORI ul.item img{
	width:125px;
}

#KAITORI p{
	padding:20px 0 0 0;
	line-height:120%
	}

/*------買取の流れ-------*/
#flow{
	margin:0;
	padding:0;
	width:700px;
}

#flow ul{
	padding:0;
	margin:10px 0px 30px;
	text-align:center;

}
#flow li{

  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}
#flow_red{
	width:700px;
	border:1px solid #E9544F;
	margin-bottom:30px;
}

#flow_red h2{
	background-color:#E9544F;
	background-image:none!important;
	height:28px;
	color:#FFF;
	padding-top:5px;
	font-size:16px;
	font-weight:normal;
}

#flow_green{
	width:700px;
	border:1px solid #40B266;
	margin-bottom:30px;
}

#flow_green h2{
	background-color:#40B266;
	background-image:none!important;
	height:28px;
	color:#FFF;
	padding-top:5px;
	font-size:16px;
	font-weight:normal
}

#flow_blue{
	width:700px;
	border:1px solid #0D7DA0;
	margin-bottom:30px;
}

#flow_blue h2{
	background-color:#0D7DA0;
	background-image:none!important;
	height:28px;
	color:#FFF;
	padding-top:5px;
	font-size:16px;
	font-weight:normal
}

#flow_red img{
	float:right;
	margin:5px;
}

#flow_green img{
	float:right;
	margin:5px;
}

.add{
	font-size:17px;
	text-align:center;
	background-color:#ffffdf;
	margin:-20px 20px 0;
	padding:10px;
	width:640px;
	border:2px solid red;
}
.add2{
	font-size:16px;
	text-align:left;
	background-color:#ff0000;
	color:#fff;
	margin:0 20px;
	padding:10px;
	width:640px;
	border:2px solid red;
}
/*------買く売るコツ-------*/
#point{
	margin:0;
	padding:0;
}

#point ul{
	margin:10px 0 0 40px;
	padding:0;
}

#point li{
	margin:0;
	padding:0;
	list-style-type: disc;
}

#point img{
	float:right;
	margin-left:20px;
}
/*------ヤマダpt進呈-------*/
#yma_p{
	margin:0;
	padding:0;
}

#yma_p ul{
	padding:0;
	margin:5px 0px 30px;
	text-align:center;
	font-size:12px;
}
#yma_p li{
	border:1px solid #999;
	padding:5px;
	margin:0px 5px;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 5px;
}
#yma_p img{
	width:200px;
}

#yma_p b{
	color:#004DA1;
	font-weight:bold;
}

.shinki a{
	text-align:center;
	border:1px solid red;
	padding:5px;
	margin:0 auto;
	color:red;
	font-size:18px;
	text-decoration: none;
}

.shinki a:hover{
	background-color:orange;
	text-align:center;
	border:1px solid red;
	padding:5px;
	margin:0 auto;
	color:red;
	font-size:18px;
	text-decoration: none;
}
/*------ymd_200pt------*/
.ymd_200pt1block {
	background-image:url(../imgs/ymd_p200pt01.png);
	height:217px;
	}
.ymd_200pth2{
	font-size:18pt;
	background-image:none!important;
	padding-top:20px;
	line-heigh:120%;
	}
.ymd_200ptp{
	font-size:10pt!important;
	margin:0;
	padding:0px 20px;
	}
.ymd_200ptpoint{
	font-size:24pt;
	background-color:#FF0000;
	padding:10px;
	line-height:140%;
	color:#FFF;
}

.ymd_200pt2block {
	background-image:url(../imgs/ymd_p200pt02.png);
	height:217px;
	}
.ymd_200ptp2{
	color:red;
	font-weight:bold;
}
/*------FAQ-------*/
ul.accordion {
	width:100%;
	margin:0 auto 0;
	padding:0px;
	font-size:16px;
	}
ul.accordion a {
	display:block;
	padding:10px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background-color:#CCC;
	margin:0;
	}

ul.accordion span {
	display:block;
	padding:10px;
	margin:0;
	color:#000;
	background-color:#EEE;
	}

ul.accordion ul {
	display:none;
		margin:0; }

ul.accordion > li {
	background-color:#FFF;
		margin:0; }

ul.accordion > li > p {
	}

/*質問*/
ul.accordion > li > p span {
	background-image:url(../imgs/faq_plus.png);
	background-repeat:no-repeat;
	background-position:100% 8px;
	border:1px solid #CCC;
	margin:0;
	padding:12px 36px 10px 10px;
	}
ul.accordion > li > p span.open {
	background-image:url(../imgs/faq_minus.png);
	background-repeat:no-repeat;
	background-position:100% 8px;
	border:1px solid #CCC;
	margin:0;
	padding:12px 36px 10px 10px;
	}

/*Ｑの画像*/
img.faq_q{
	margin:-6px 8px -8px 0;
	width:23px;
	height:23px;
	display:inline;
}

a.faq {
	color:#004DA1!important;
	font-weight:bold!important;
	background:none!important;
}
a:hover.faq {
	color:#09F!important;
	font-weight:bold!important;
	background:none!important;
}
/*答え*/
ul.accordion > li > ul > li {
	background:#FFF;
	background-image:url(../imgs/faq_A.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	border:1px solid #CCC;
	margin:0;
	padding:12px 10px 10px 40px;
	}

/*---------検索部分-----------*/
.keknsaku_t{
	 margin:0 0 0 30px;
}
#kensaku{
	width:198px;
	height:auto;
	border:1px solid #004EA2;
	margin:0;
	padding:0;
	background-color:#ffffe0;
}

#kensaku_p{
	width:100%;
	height:auto;
	border:1px solid #004EA2;
	margin:0;
	padding:0;
	background-color:#ffffe0;
}

#kensaku ul{
	margin:5px 0px;
	padding:0;
	font-size:16px;
}

#kensaku li.junle{
	margin-top:5px;
	padding:0 5px 0 25px;
	width:90%;
	background-image:url(../imgs/kensaku_icon.png);
	background-repeat:no-repeat;
	background-position:5px 0;
}

#kensaku li{
	padding:0 5px;
	width:97%;
}
.kensakumado{
	width:97%;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}
.kensakumado_key{
	width:95%;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}

.kensakumado_p{
	width:94%;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}
.kensakumado_p_key{
	width:88%;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}

.kingakunokensaku{
	margin-left:30px;
}

h1.kensaku{
	margin:30px 30px 0 30px
}
/*---------main.jspの検索部分-----------*/
#kensaku_m{
	width:878px!important;
	height:50px;
	border:1px solid #004EA2;
	margin: 0px auto;
	padding:10px 10px 20px;
	background-color:#ffffe0;
}

#kensaku_m ul{
	margin:5px 10px 10px;
	padding:0;
	clear:both;
	font-size:18px;
}

#kensaku_m li{
	float:left;
	margin-right:20px;
}

#kensaku_m li.junle{
	margin-top:0px;
	padding:0 5px 0 25px;
	background-image:url(../imgs/kensaku_icon.png);
	background-repeat:no-repeat;
	background-position:5px 0;
	float:left;
	margin-right:5px;
}

.kensaku_b{
	margin-left:30px;
}

.kensakumado_m{
	width:100%;
}
.kensakumado_m_key{
	width:440px;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}
/*---------parts.jsp検索部分-----------*/
#kensaku_p{
	width:99%;
	height:auto;
	border:1px solid #004EA2;
	margin: 0;
	padding:0;
	background-color:#ffffe0;
}

#kensaku_p ul{
	margin:5px 0px;
	padding:0;
	font-size:16px;
}

#kensaku_p li.junle{
	margin-top:5px;
	padding:0 5px 0 25px;
	width:100%;
	background-image:url(../imgs/kensaku_icon.png);
	background-repeat:no-repeat;
	background-position:5px 0;
}

#kensaku_p li{

	padding:0 5px;
	width:100%;
}
.kensakumado_p{
	width:90%;
	padding:0;
	font-size:14px;
	margin-bottom:0;
}
/*---------文字の装飾-----------*/
.word_red{
	color:#F00;
}
a.fleedial{
	color:#F00!important;
	font-size:26px!important;
	font-weight:bold!important;
	text-decoration: none;
}
.point_red{
font-weight:bold;font-size:20px;color:red;
}
/*---------注意事項-----------*/
.attention{
	border:2px solid #F00;
	width:676px;
	padding:10px;
	margin:0 0 30px 0;
	font-size:14px;
	line-height:130%;
}
.attention_title{
	background:#F00;
	color:#FFF;
	height:20px;
	font-size:16px;
	text-align:center;
	margin:0;
	padding:2px 0;
	font-weight:bold;
	width:700px;
}

/*---------JSP[main.jsp]-----------*/
#gaito{
	text-align:center;
	font-size:18px;
	padding:0;
	margin:0;
	letter-spacing: 5px;
	font-weight:bold;
}
#gaito p{
	text-align:center;
	font-size:12px;
	padding:0;
	margin-bottom:5px;
	letter-spacing: 1px;
	font-weight:normal;
}

#gaito a {
	font-size:16px!important;
	margin:0;
    text-decoration: none;
	font-weight:normal;
	}

#gaito  a:hover {
	color:red;

    }
/*---------*/
#gaito2{
  float: right;
  font-size:16px!important;
  font-weight:nomal;
	}

#gaito2 ul{
	margin:0;
	padding:0;
	font-weight:nomal;
	}
#gaito2 li:first-child{
	float: left;
	list-style:none;
	padding:5px;
	font-weight:nomal;
}

#gaito2 li{
	float: left;
	list-style:none;
	font-weight:nomal;
}

.select-box {
  background: #FFF;
  color: #000;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 150px;
}

/*--------*/
#kekkaichiran{
	margin:0;
	padding:0;
	font-size:14px;
}

#kekkaichiran ul{
	width:auto;
	height:20px;
	margin-bottom:10px;
	clear:both;
	border:1px solid #CCC;
}

#kekkaichiran li{
	float:left;
	padding:8px 10px 8px 0;
}

#kekkaichiran li:last-child{
	float:right;
	padding:3px;
	right:0;
	left:auto;
}
/**買取査定上限額表示**/
#detail{
	font-size:14px;
	padding:10px;
	margin:0 30px;
}

.h2_detail{
	font-size:12px!important;
	font-weight:normal;
	padding:0;
	margin:0;
}
.money{
	text-align:center;
	font-size:24px;
	margin:20px 0 0;
}
.money2{
	text-align:center;
	font-size:34px;
	color:#F00;
	margin-bottom:20px;
	font-weight:bold;
}
#bn{
	text-align:center;
	padding:0;
}

#bn ul{
	padding:0;
	margin:10px 0px 30px;
	text-align:center;
}
#bn li{

  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 5px;
}
.researchmsg{
	text-align:center;
	font-size:16px;
	margin:20px auto;
}

#detail table{
	margin:0 auto 20px;
	width:100%;
	height:auto;
	border-collapse: separate;
	border-spacing: 2px;
}

#detail th{
	background-image:url(../imgs/h2.png);
	background-repeat:repeat-x;
	border:1px solid #CCC;
	padding:5px;
	width:20%;

}
#detail td{
	/*border:1px solid #CCC;*/
	padding:5px;
	font-weight:normal;
}

#detail input{
	border: none;
	background:none!important;
}
#detail input:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.dtl_title{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin:0 30px;
	padding:5px;
	text-align:center;
}

.dtl_t{
	float:left;
	width:445px;
	height:100px;
	text-align:center;
	padding:20px 0;
	margin:5px 15px 20px -10px;
	border:1px solid #ccc;
}
.dtl_phone{
	float:left;width:50%;text-align:center;padding:0；
}
.dtl_c{
	clear:both;
	border:2px solid #ff0000;
	color:red;
	font-weight:bold;
	margin:20px;
	padding:5px;
	font-size:16px;
	text-align:center;
}
.dtl_chushaku{
	clear:both;text-align:center;list-style-type:none;
}
/*検索部分(main.jsp)*/
#list TABLE {
  width:900px;
  vertical-align:middle;
  margin:0px auto 20px;
  border-collapse: collapse;
  font-size:14px;
}
#list TD.title {
  background-image: url(../imgs/h2.png);
  background-repeat: repeat-x;
  height: 20px;
  padding:0px 5px;
  text-align:center!important;
  vertical-align:middle;
  font-size:10pt;
  border:1px solid #999;
  _padding: 0px;
}

#list td,
#list th{
	padding: 5px;
	border: 1px solid #999;
}
#list th{
	font-weight: normal;
}
#list thead th{
  background-image: url(../imgs/h2.png);
   background-repeat: repeat-x;
}



#Errm{
  font-size:14pt;
  padding:3px 5px;
  vertical-align:middle;
  text-align:center;
}

#Errm h2{
	color:#044DA1;
	font-size:20px;
	background-image:none;
	padding:5px;
}

#Errm ul{
  font-size:12pt!important;
  padding:0px;
  margin:40px;
  vertical-align:middle;
  text-align:left;
}

#Errm li{
	list-style-type: square;
}

#Errm li:first-child{
	list-style-type: none;
	margin-left:-20px;
	}

/*mibile.jsp*/
#mobile h3{
	font-size:18px;
	color:#004DA1;
	font-weight:bold;
	border:none;
	margin-top:15px;
	clear:both;
}

#mobile table{
	width:100%;
	border-collapse: collapse;
}

#mobile table th{
	border:1px solid #004DA1!important;
	background-color:#004DA1!important;
	color:#FFF!important;
	font-weight:bold;
	text-align:left;
	padding:5px 10px;
}

#mobile table td{
	border:1px solid #004DA1;
	color:#000;
	font-weight:normal;
	font-size:16px;
	padding:5px 10px;
}
table.das{
	border:none!important;
	width:500px!important;
}
table.das td{
	text-align:center!important;
	border:none!important;
	line-height:120%!important;
	font-size:16px!important;
}

table.das th{
	text-align:center!important;
	border:none!important;
	line-height:120%!important;
	font-size:18px!important;
	background-color:#FFF!important;
	color:#004DA1!important;
}

/*----- TOP画像リンク(お問い合わせ先はこちら) -----*/

.bg {
   background-image:url(../imgs/top_img.png)!important;
   width:960px!important;
   height:453px!important;
   margin-top:0!important;
   padding-top:0!important;
}

.top_btn{
  position: relative;
  top: 175px;
  left: 630px;
}

a img.top_btn {
	border: none;
	background:none!important;
}
a:hover img.top_btn{
opacity:1!important;
filter:alpha(opacity=100)!important;
-ms-filter: "alpha( opacity=100 )"!important;
background:none!important;
}


/*------２カラム-------*/
#main{
	float:left;
	width:700px!important;
	padding:30px 10px;
}

#side img{
	width:200px!important;
}
#sideWrap{
	position:relative;
	float:left;
	width:200px!important;
	margin:30px 10px!important;
	}

/*画像100%指定*/
.del{
	width:100%;
}
.full{
	width:700px;/*700px*/
}
.herf{
	width:350px;/*350px*/
}
/*サイド「ご利用ガイド」*/
#guide{
	width:198px;
	height:auto;
	margin:20px 0 0;
	padding:0;
}

#guide ul{
	margin:0 0 0 -40px;
}

#guide li{
	width:200px;
	text-align:center;
	margin:0;
}

#guide a{
	border:1px solid #004EA2;
	text-decoration: none;
	display:block;
	padding-top:10px;
	margin:0;
	height:30px;
	}
#guide a:hover{
	text-decoration: none;
	display:block;
	background-color:#004EA2;
	color:#fff
	}

/*------携帯買取注意事項-------*/
/*全体*/
dl.accordion {
	background:#E50011;
	width:98%;
	margin:0 auto 30px;
	background-color:#E50011;
	font-size:16px;
    border-bottom:20px solid red;
}

dl.accordion dt {
	background-image:url(../imgs/faq_plus.png)!important;
	background-repeat:no-repeat!important;
	background-position:100% 8px!important;
    border:1px solid #ccc;
    height:40px;
    text-indent:10px;
    line-height:40px;
    font-weight:bold; cursor:pointer;

	background:#eee;
	color:#000;
    }
dl.accordion dt.open {
	background-image:url(../imgs/faq_minus.png)!important;
	background-repeat:no-repeat!important;
	background-position:100% 8px!important;
	background:#eee;
	color:#000;

    }
dl.accordion dd {
	background:#FFF;
	padding:10px;
	margin:0!important;
	line-height:1.5;
	display:none;
	width:auto;
    border:1px solid #ccc;
	}

/*--linkのフォント--*/
.link01{
	font-size:20px;font-weight:bold;
}
/*--banner--*/
.bnr{
	margin:10px 0;max-width:200px;
}

/*新規会員*/
.shinkikaiin{
	text-align:center;border:2px solid #004DA1;padding:5px;margin:20px auto;color:red;font-size:18px;text-decoration: none;width:96%
	}
