/*--------------------------------------------------------------------------
  pageLink
--------------------------------------------------------------------------*/
p.pageLink02 {
	margin:5px 0;
}
p.pageLink02 a{
	float: right;
	background: url("/images/pc/new/common/green_arrow.gif") no-repeat 0 50%;
	padding-left: 18px;
	text-align:left;
	font-weight: bold;
	display: block;
}

.lineLinkleft {
	overflow: hidden;
	padding: 6px 20px;
}
.lineLinkleft li {
	float: left;
	min-width: 120px;
	margin: 10px 0 10px 0;
}
.lineLinkleft li a {
	float: left;
	padding-left: 20px;
	font-weight: bold;
	background: url(/images/pc/new/common/cate_koumoku.gif) no-repeat 0 50%;
}


.lineLinkright {
	float: right;
	overflow: hidden;
	padding: 6px 20px;
}
.lineLinkright li {
	float: left;
	min-width: 120px;
	margin: 10px 0 10px 15px;
	display:inline;
}
.lineLinkright li a {
	float: left;
	padding-left: 20px;
	font-weight: bold;
	background: url(/images/pc/new/common/cate_koumoku.gif) no-repeat 0 50%;
}

/*--------------------------------------------------------------------------
  listlink
--------------------------------------------------------------------------*/
.listlink {
	overflow: hidden;
}
.listlink ul li {
	float: left;
	min-width: 122px;
	margin: 0 20px 20px 0;
}
.listlink ul li a {
	padding-left: 10px;
	background: url(/images/pc/new/common/gray_icn_arrow.gif) no-repeat 0 50%;
}

/*--------------------------------------------------------------------------
  anchor
--------------------------------------------------------------------------*/
.anchor {
	overflow: hidden;
}
.anchor li {
	float: left;
	min-width: 120px;
	margin: 0 20px 10px 0;
}
.anchor li a {
	float: left;
	padding-left: 20px;
	font-weight: bold;
	background: url(/images/pc/new/common/green_arrow02.gif) no-repeat 0 50%;
}



/*--------------------------------------------------------------------------
 float
--------------------------------------------------------------------------*/
.left {
display: block;
float: left;
margin: 0 1em 0.5em 0;
}

.right {
display: block;
float: right;
margin: 0 0 0.5em 1em;
}

/*--------------------------------------------------------------------------
 hanten
--------------------------------------------------------------------------*/
.hanten {
	color:#ffffff;
	background-color:#02717A;
	font-weight:bold;
	padding:2px 5px;
	line-height:1.5em;
}
/*--------------------------------------------------------------------------
 special
--------------------------------------------------------------------------*/
#special{
	width:100%;
	height:90px;
	background-color:#fff;
	position:fixed;
	top: 0;
	z-index:100;
	box-shadow: 1px 1px 5px #666;
}
* html #special{ background-color:#f93e5c; }
/* IE10-specific styles go here */

#special a{
	width:100%;
	height:90px;
	display:block;
	margin:0 auto;
	text-align:center
}
#special a:hover{
	width:100%;
	height:90px;
	display:block
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity:0.65;
}

/*--------------------------------------------------------------------------
 css3_test
--------------------------------------------------------------------------*/

.radius {
	-moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari and Chrome */
  border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(http://brandear.jp/css/new/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.gradient{
	background-image: -moz-linear-gradient(top, #81a8cb, #4477a1); /* FireFox */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4477a1),color-stop(1, #81a8cb)); /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1')";
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1'); /* IE5.5+ */}

/*--------------------------------------------------------------------------
 css3_test
--------------------------------------------------------------------------*/

.rad_3 {
	-o-border-radius: 3px; /* opera */
	-moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari and Chrome */
  border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(http://brandear.jp/css/new/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.gr_red{
	background-image: -o-linear-gradient(top, #fd768d, #f93e5c); /* opera */
	background-image: -moz-linear-gradient(top, #fd768d, #f93e5c); /* FireFox */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f93e5c),color-stop(1, #fd768d)); /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd768d', endColorstr='#f93e5c')";
background: -ms-linear-gradient(top, #fd768d 0%,#f93e5c 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd768d', endColorstr='#f93e5c'); /* IE5.5+ */}


.gr_green{
	background-image: -o-linear-gradient(top, #c4db49, #abc91c); /* opera */
	background-image: -moz-linear-gradient(top, #c4db49, #abc91c); /* FireFox */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #abc91c),color-stop(1, #c4db49)); /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c4db49', endColorstr='#abc91c')";
	background: -ms-linear-gradient(top, #c4db49 0%,#abc91c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c4db49', endColorstr='#abc91c'); /* IE5.5+ */}


.gr_blue{
	background-image: -o-linear-gradient(top, #4685ec, #1357c7); /* opera */
	background-image: -moz-linear-gradient(top, #4685ec, #1357c7); /* FireFox */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1357c7),color-stop(1, #4685ec)); /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4685ec', endColorstr='#1357c7')";
	background: -ms-linear-gradient(top, #4685ec 0%,#1357c7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4685ec', endColorstr='#1357c7'); /* IE5.5+ */}


/*--------------------------------------------------------------------------
 imghover
--------------------------------------------------------------------------*/

a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}

a.imgscarot:hover img{
	-moz-transform:scale(0.85) rotate(8deg);
	-o-transform:scale(0.85) rotate(8deg);
	-webkit-transform:scale(0.85) rotate(8deg);
	transform:scale(0.85) rotate(8deg)
	}
.imgscarot img{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}

/*

a:hover{
text-shadow: 0 40px #ff0000,
0 -40px #0000ff,
200px 0 #008000,
-200px 0 #ffc0cb;
	}
a{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
*/

/*--------------------------------------------------------------------------
 sidepanel
--------------------------------------------------------------------------*/
#sidepanel {
	z-index: 100;
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 150px;
	color: #666666;
	overflow: hidden;
}
#sidepanel .wrap {
	width: 160px;
	overflow: hidden;
}
#sidepanel .open {
	float: left;
	width: 30px;
	padding: 0;
	color: #ffffff;
	overflow: hidden;
}
#sidepanel .main {
	height: 100px;
	background: url(/images/pc/new/common/sidepanel_bg.gif) no-repeat ;
	overflow: hidden;
}
#sidepanel .sns {
	padding: 10px 0 0 10px;
}
#sidepanel .sns li {
	margin-bottom: 9px;
	line-height: 0;
}
#sidepanel .sns iframe.twitter-share-button {
	width: 105px !important;
}

/*--------------------------------------------------------------------------
 moushikomi（コンテンツ内）
--------------------------------------------------------------------------*/
#contents .moushikomi {
width: 100%;
height: inherit;
margin: 30px 0;
text-indent: 0;
background: none;
}

.img_line p {
  float: left;
  margin: 10px 7px 20px;
  font-size: 11px;
}



/*--------------------------------------------------------------------------
 h1
--------------------------------------------------------------------------*/
/*
h1{
clear:both;
font-size:197%;
color:#02717a;
text-indent:35px;
line-height:30px;
text-align:left;
font-weight:bold;
background:url(/images/pc/new/common/h1_bg.gif) no-repeat;
font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "･ﾒ･鬣ｮ･ﾎｳﾑ･ｴ Pro W3", "･皈､･・ｪ", "Meiryo", "Verdana";
}*/
h1{
clear:both;
font-size:197%;
color:#02717a;
text-indent:35px;
line-height:30px;
text-align:left;
font-weight:bold;
background:url(/images/pc/new/common/h1_bg.gif) no-repeat;
font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤Ž¥¡¦Žª", "Meiryo", "Verdana";
}

#h1Top {
height:0px;
text-align:right;
font-size:77%;
color:#999999;
font-weight:normal;
background: none;
text-indent:0px;
line-height:1.3em;
}

* html #h1Top {
height:0px;
text-align:right;
font-size:77%;
color:#999999;
font-weight:normal;
background: none;
text-indent:0px;
line-height:1.3em;
display:block
}
#h1Top a{color: #999999;text-decoration:none}

#h1Brandkensaku {background:url(/images/pc/new/common/h1_kensaku.gif);}
#h1Kensaku_kekka {background:url(/images/pc/new/common/h1_kensaku_kekka.gif);}

/*--------------------------------------------------------------------------
  h2,h3,h4
--------------------------------------------------------------------------*/

h2{
	height:40px;
	clear:both;
	font-size:138.5%;
	color:#02717a;
	text-indent:15px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:40px;
	background:url(/images/pc/new/common/h2_bar.gif) no-repeat;
	text-align:left;
	overflow:hidden;
	}

h3{
	background:url(/images/pc/new/common/point_icon_green.gif) no-repeat 5px 50%;
	text-indent:30px;
	color:#02717a;
	font-size:123.1%;
	clear:both;
	font-weight:bold;
	border-bottom:1px #96bad8 dotted;
	border-top:1px #96bad8 dotted;
	padding:8px 0px;
	margin:10px 0px;
	text-align:left;
	background-color:#f8f8f8;
}

h4{
	color:#02717a;
	font-weight:bold;
	text-indent:30px;
	font-size:108%;
	text-align:left;
	clear:both;
	padding:5px 0px;
	margin:10px 0px;
	background:url(/images/pc/new/common/point_icon_green.gif) no-repeat 5px 50%;
	}

.t_green{
	padding:8px;
	margin: 15px 0 5px 0;
	text-align:center;
    font-weight: bold;
    font-size: 138.5%;
    letter-spacing: 0.1em;
	background-color: #2fb4bf;
    background-image: none;
    color: #ffffff;
}

/*--------------------------------------------------------------------------
  chuui
--------------------------------------------------------------------------*/
.chuui{
	color:#ef405b;
  font-size:17px;
	display:block;
	margin:3px 0px;
	clear:both
}

/*------koumoku*/
ul.koumoku{
margin:25px;
}
ul.koumoku li{
margin:6px 0px 6px 20px ;
line-height:1.4em ;
list-style-image:url(/images/pc/new/top/news_icn_arrow.gif);
}

/*------koumoku2*/
ul.koumoku2 {
margin:10px 25px;
}
ul.koumoku2 li {
margin:6px 0px 6px 20px ;
line-height:1.4em ;
list-style-image:none;
list-style-type:decimal;
}

/*--------------------------------------------------------------------------
  category
--------------------------------------------------------------------------*/

#category{
margin-bottom:10px;
}

#category li{
width: 332px;
float:left;
position:relative;
}

#category .categoryWaku{
margin:4px;
padding:2px;
border:#cad9e7 solid 1px;
}

#category .categoryWaku a{
width:100%;
height:105px;
display:block;
background-color: #f8f8f8;
}

#category .categoryWaku a:hover{
background-color: #f8f8f8;
cursor:pointer;
text-decoration:underline;
}

#category h3{
width: 210px;
height:auto;
left:105px;
top:15px;
position:absolute;
font-weight:bold;
font-size:123.1%;
text-indent:20px;
background-image: url(/images/pc/new/common/cate_koumoku.gif);
background-position:0px 50%;
border:none;
margin:0px;
padding:0px
}

#category .smallCategory{
width: 210px;
left:105px;
top:40px;
position:absolute;
}

#category .image{
width: 87px;
height: 100px;
padding-top:3px
}

/*--------------------------------------------------------------------------
 imgbox_01
--------------------------------------------------------------------------*/
.imgbox_01 li {
	border-bottom: 1px dotted #96BAD8;
	margin:0 0 20px 30px;
}

.imgbox_01 .right {
	width:465px;
	float: right;
}

.imgbox_01 h4 {
	border: medium none;
	font-size: 123.1%;
	width: auto;
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: none !important;
	text-indent: 0 !important;
}

/*--------------------------------------------------------------------------
 imgbox_02
--------------------------------------------------------------------------*/
.imgbox_02 {
    background-color: #E8F3F8;
    border-bottom: 1px dotted #96BAD8;
    border-top: 1px dotted #96BAD8;
    margin: 5px;
    padding: 10px;
}
.imgbox_02 .nakawaku {
    background-image: url("/images/pc/new/common/slash_bg.gif");
    margin: 5px 0;
    padding: 10px;
}
.imgbox_02 .img {
    float: left;
    margin-right: 30px;
}
.imgbox_02 .text {
    float: left;
    width: 460px;
}
.imgbox_02 .nakawaku dt {
    background-position: 2px 50%;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #96BAD8;
    color: #02717A;
    font-size: 108%;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}
.imgbox_02 .nakawaku dd {
    margin: 5px 3px;
}

/*--------------------------------------------------------------------------
 imgbox_03
--------------------------------------------------------------------------*/
.imgbox_03 li {
	width: 322px;
	height: 105px;
	border: 1px solid #CAD9E7;
    float: left;
    margin:0 0 6px 6px;
}
.imgbox_03 .inner {
		height: 101px;
	    background-color: #F8F8F8;
	    margin: 2px;
}
.imgbox_03 .right {
	width: 205px;
	float: left;
	margin-left: 15px;
}
.imgbox_03 .right p {
	height: 65px;
	overflow: hidden;
}
.imgbox_03 .img {
	width: 87px;
	float: left;
    padding: 4px 0 4px 4px;
}
.imgbox_03 h3 {
    background-image: none;
    border: medium none;
    font-size: 123.1%;
    font-weight: bold;
    height: auto;
    margin: 8px 0 0 0;
    padding-top: 0;
    text-indent: 0;
}

/*--------------------------------------------------------------------------
 imgbox_04
--------------------------------------------------------------------------*/
.imgbox_04{
	padding:6px;
}
.imgbox_04 h3{
	height:49px;
	width:649px;
	text-indent:10px;
	background:no-repeat none 0px;
	border:none;
	margin:0px;
	padding:0px;
}
.imgbox_04 h3 img{
	padding-top: 5px;
}
.imgbox_04 ol > li{
	background-image:url(/images/pc/new/takuhai_nagare/imgbox_04_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:22px;
	padding-bottom:10px;
	position: relative;
}
.imgbox_04 img.nagare {
	position: absolute;
	bottom: -12px;
	left: 296px;
}
.imgbox_04 li.boxend{
	background-image:url(/images/pc/new/takuhai_nagare/imgbox_04_boxend.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.imgbox_04 span{
	color:#438216;
	font-weight:bold}
.imgbox_04 p{
	margin-bottom:10px
}
.imgbox_04 li h3{
	background-image:url(/images/pc/new/takuhai_nagare/imgbox_04_bg.gif);
}
.imgbox_04 dl{
	width:600px;
	margin-left: 30px;
	padding:0px;
}
.imgbox_04 dt{
	float: left
}
.imgbox_04 dd{
	float: right;
	width:430px;
	font-size:108%;
	line-height:1.4em
}

/*--------------------------------------------------------------------------
 imgbox_05
--------------------------------------------------------------------------*/
.imgbox_05 li.txt{
background-image: url(/images/pc/new/nglist/ngpoint_bg.gif);
background-repeat:no-repeat;
padding:15px 0px 0px 20px;
margin:8px 0px 8px 15px;
width:291px;
height:97px;
float:left;
position: relative;
font-weight:bold;
font-size:108%
}
.imgbox_05 .img{
position:absolute;
right:10px;
top:10px;
}
.imgbox_05 .img li{
float:right;
margin-left:3px
}

/*--------------------------------------------------------------------------
 imgbox_06
--------------------------------------------------------------------------*/

.imgbox_06 .img{
	display: block;
    float: left;
    border: 1px solid #bfbfbf;
}

.imgbox_06 .text {
    margin-left: 120px;
    text-align: left;
}

.imgbox_06 .title {
	clear: none;
	margin-bottom: 3px;
    margin-top: 0;
    padding: 0;
    width: auto;
    height: auto;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    text-indent: 0;
    background-image: none;    
}

.imgbox_06 .item {
    float: left;
    margin-top: 17px;
    width: 330px;
}

.imgbox_06 .item img {
    vertical-align: top;
}

.imgbox_06 .sankou{
	color: #ef405b;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}


.imgbox_06 .icn_01{
	padding: 3px;
	font-size:12px;
	font-weight:normal;
	background-color: #ef405b;
}

.imgbox_06 .price{
	vertical-align:middle;

}

/*--------------------------------------------------------------------------
  imgbox_07
--------------------------------------------------------------------------*/
.imgbox_07 {
	margin:0;
	padding:0;
}

.imgbox_07 ul {
	margin: 0;
	padding: 0;
}

.imgbox_07 li {
  float: left;
  /*position: relative;*/
	width: 325px;
	height: 145px;
	margin: 6px 0;
	border: 1px solid #a5c6df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.imgbox_07 .frame {
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  width: 316px;
}

.imgbox_07 h3 {
  background: none repeat scroll 0 0 #f8f8f8;
  border: none;
  font-weight: bold;
  margin: 5px 0;
  padding: 8px 0 8px 8px;
  text-indent:0;
  }

.imgbox_07 .detail {
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: 0;
	width: 316px;
}

.imgbox_07 .txt {
	float:left;
	padding:5px 0 5px 10px;
	width: 210px;
}

.imgbox_07 .image {
	float: right;
	padding: 3px 0 0 3px;
}

.imgbox_07 .mr10 {
	margin-right: 10px;
}

.imgbox_07 .pageLink {
	background: url("/images/pc/new/common/cate_koumoku.gif") no-repeat scroll 0 50% transparent;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin: 3px 0;
	font-size: 108%;
	line-height: 1.4em;
}

/*--------------------------------------------------------------------------
  imgbox_08
--------------------------------------------------------------------------*/
.box_frame { 
  margin:10px auto; 
  width: 653px; 
  border: 1px solid #a5c6df; 
  -moz-border-radius: 5px;    
  -webkit-border-radius: 5px; 
  border-radius: 5px;         
}
.imgbox_08 {
  margin: 20px;
}
.imgbox_08 li {
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom: 1px dotted #96BAD8; 
} 
.imgbox_08 li:last-child { 
  border-bottom: none; 
} 
.imgbox_08 .left { 
  float: left;
  padding-left: 40px;
  margin: 0;
  font-size: 14px; 
  line-height: 1.4em; 
}
.imgbox_08 .left h4 {
  margin: 0 0 10px;
  padding: 0;
  text-indent: -40px;
  font-size: 22px;
  color: #EF405B;
  background: none;
} 
.imgbox_08 .left h4 img {
  padding-right: 6px;
  vertical-align: middle;
} 
.imgbox_08 .right {
  float: right;
  margin: 0 10px 0 0;
} 

/*--------------------------------------------------------------------------
 imgbox_09 参考買取価格　縦並びIMG-text　3カラム
--------------------------------------------------------------------------*/
.imgbox_09 {
	margin: 10px 0;
}

.imgbox_09 .item {
    float: left;
    margin-right: 28px;
    margin-bottom: 30px;
    width: 202px;
}

.imgbox_09 .item_l {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; */
    width: 202px;
}

.imgbox_09 .img{
    border: 1px solid #bfbfbf;
}

.imgbox_09 .item img {
    vertical-align: top;
}

.imgbox_09 .item_l img {
    vertical-align: top;
}

.imgbox_09 .text {
  margin-top:2px;
  margin-left: 3px;
}

.imgbox_09 .title {
  margin-bottom: 3px;
  margin-top: 0;
  padding: 0;
  width: 199px;
  height: auto;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  text-indent: 0;
}

.imgbox_09 .sankou{
  color: #ef405b;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}

.imgbox_09 .icn_01{
	margin-right: 3px;
	padding: 3px;
	font-size:12px;
	font-weight:normal;
	background-color: #ef405b;
}

.imgbox_09 .price{
	vertical-align:middle;
}



/*--------------------------------------------------------------------------
 textbox
--------------------------------------------------------------------------*/
.textbox_01 li {
	margin: 0 0 10px 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #96BAD8;
}
.textbox_01 h4 {
	width: auto;
	height: auto;
	background-image: none;
	margin: 0;
	padding: 0 0 5px 0;
	border:none;
	line-height: 1.2;
	font-size: 123.1%;
	text-indent: 0;
}
.textbox_01 p {
	font-size: 12px;
}

#textbox_02 #contents{
margin-bottom:10px;
margin:0 auto;
text-align:center;
clear:left;
width:930px;
}

.textbox_02{
padding:30px 60px;
text-align:center;
}
.textbox_02 dl{
line-height: 1.3em;

}
.textbox_02 dt{ font-weight:bold;
font-size:108%;
text-indent:25px;
color:#02717a;
background-image:url(/images/pc/new/common/point_icon_green.gif);
background-repeat:no-repeat;
background-position:0px 50%;
text-align:left;
}
.textbox_02 .first{
	display:none;
}
.textbox_02 dd{
margin-bottom:10px;
padding:5px 0px 5px 20px;
border-bottom:dotted 1px #96bad8;
text-align:left;
}

.textbox_03 {
  margin: 0 5px 20px 15px;
  line-height: 1.5em;
}

.textbox_04 {
	padding-right: 30px;
	text-align: right;
}


/*--------------------------------------------------------------------------
 icn
--------------------------------------------------------------------------*/
.icn_01 {
    background-color: #EF405B;
    border-radius: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 5px;
    padding: 2px;
}

.icn_02 {
    background: url("/images/pc/new/common/cate_koumoku.gif") no-repeat 0 0 !important;
    padding-left: 20px !important;
	}

.icn_03 {
	background-color: #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 5px;
    padding: 2px;
}

.icn_04 li{
background-image:url(/images/pc/new/nglist/ng_icon.gif)  !important;
background-repeat:no-repeat;
background-position:0px 6px;
text-indent:20px;
margin-left:13px;
padding:3px
}

.icn_04 li.chuui{
background:none  !important;
text-indent:0;
}

.icn_05 {
	margin:5px;
	padding:0
}

.icn_05 ul {
	margin:5px;
	}
	
.icn_05 li {
	background: url("/images/pc/new/howto_mypage/arrow.gif") no-repeat scroll 5px 50%;
	color:#02717A;
	font-weight:bold;
	line-height:2em;
	padding-left:18px;
}

/*--------------------------------------------------------------------------
  yajirusi
--------------------------------------------------------------------------*/
.yajirusi{
background-image: url(/images/pc/new/top/news_icn_arrow.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 8px;
}
/*--------------------------------------------------------------------------
  cnbox
--------------------------------------------------------------------------*/

.cnbox, .cnboxBody, .cnboxHead, .cnboxHead div,
.cnboxleft, .cnboxleft div, .cnboxright {
	background:transparent url(/images/pc/new/common/cnbox.gif) no-repeat bottom right;
}
.cnbox{
	width: 640px;
	margin:10px auto; padding-right:15px;
	position:relative;
	line-height:1.4em;
}
.cnboxHead {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px;
}

.cnboxHead div {
	background-position:top left;
	margin:0px; padding:10px 0 5px 20px;
	border:0;
	height:auto !important; height:1%;
}
.cnboxBody{
	background-position:bottom left;
	margin-right:0px; padding:5px 0 10px 20px;
}

.cnboxBody p{
	margin:10px 0 20px 10px;
}
.cnboxBody table{
width:100%;
background-color:#edfeff
}

.cnboxleft {
  background-position: top right;
  margin-right: -15px;
  padding-right: 15px;
  position: relative;
}
.cnboxleft div { 
  background-position: top left;
  padding: 30px 0 20px 30px;
}
.cnboxleft div .midashi {  
  padding-top: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
} 

.cnboxright {
  background-position: bottom left;
  padding-bottom: 20px;
}
.cnboxright div {
  position: absolute;
  top: 30px;
  right: 50px;
}

/*
.cnboxBody div.right{
text-align:right
}
*/

.cnlayout01 li{
  float: left;
  width: 300px;
  margin: 0 0 20px 10px;
}
.cnlayout01 li.left{
  clear: both;
}
.cnlayout01 li h4{
  padding: 0;
  margin: 0 0 10px 0;
  color: #666;
  text-indent: 16px;
  background: url(/images/pc/new/top/news_icn_arrow.gif) no-repeat 5px 5px;
}
.cnlayout01 li p{
  margin: 0;
}
.cnlayout01 li span{
  font-size: 13px;
}

.cnlayout01 dl{
  padding: 15px;
  margin-bottom: 30px;
  background: #eee;
}
.cnlayout01 dt{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

/*--------------------------------------------------------------------------
 kakuBox
--------------------------------------------------------------------------*/
#kakuBox{
	margin-bottom:20px;
	border:solid 1px #9cbeda;
}
#kakuBox dl{
	margin:5px auto;
	position: relative;
	height:230px;
	width:660px;
}

#kakuBox dt{
	position:absolute;
	top:0px;
	left:0px;
}

#kakuBox dd{
	position:absolute;
	top:0px;
	left:250px;
	width:400px}

#kakuBox dd p{
	margin:10px 0px;
}
#kakuBox li{
	margin:1px 0px;
	padding:1px 0px;
	border-bottom: dotted 1px #9cbeda;
}


/*--------------------------------------------------------------------------
  ･ﾚ｡ｼ･ｸ･ﾈ･ﾃ･ﾗ｡ｦ
--------------------------------------------------------------------------*/
#pageTop{
	text-align:right;
	clear:both;
	padding:10px 2px;
}
/*--------------------------------------------------------------------------
  pankuzu
--------------------------------------------------------------------------*/
#pankuzu ul{
	margin:0 0 5px 7px;
	color:#666;
}

#pankuzu li {
	background:url(/images/pc/new/common/pankuzu_arrow.gif) 100% 4px no-repeat;
	font-size:77%;
	display:inline;
	padding-right:14px;
	margin-right:10px;
}

#pankuzu li.end {
	background:none;
	padding-right:0;
	margin-right:0;
}
/*--------------------------------------------------------------------------
  serch
--------------------------------------------------------------------------*/
#serch{
padding-bottom:6px; margin-bottom:6px
}
/*--------------------------------------------------------------------------
  brandList
--------------------------------------------------------------------------*/
#brandList .TabbedPanelsContent table{
width:640px;
}

#brandList .TabbedPanelsContent td{
background-image:url(/images/pc/new/toriatsukaibrand/all_icon.gif);
background-position:0px 5px;
background-repeat:no-repeat;
padding:2px 5px 2px 29px;
vertical-align:top;
width:285px;
font-weight:normal;
border-bottom:dotted 1px #96bad8 ;
text-align:left;
}

#brandList .TabbedPanelsContent td img{
margin-right:1px;
}

#brandList .TabbedPanelsContent .kyouka{
background-image:url(/images/pc/new/toriatsukaibrand/kyouka_icon.gif);
background-position:0px 4px;
background-repeat:no-repeat;
}

#brandList .TabbedPanelsContent .ichibu{
background-image:url(/images/pc/new/toriatsukaibrand/ichibu_icon.gif);
background-position:0px 4px;
background-repeat:no-repeat;
}

#brandList .TabbedPanelsContent strong{
display:block;
font-weight: bold;
font-size:108%;
color:#666
}

#brandList .TabbedPanelsContentGroup span{
font-size:77%;
font-family:Arial, Helvetica,sans-serif;
height:auto;
color: #96bad8;
text-decoration:none

}
#brandList .cnboxBody .chuui{
text-align:center;
font-weight:bold;
font-size:108%;
}

#brandList .cnboxBody ul{
margin-left:40px;
}
#brandList .cnboxBody li{
margin:6px 0px;
color:#555;
}
.kyokaIcon{ list-style-image:url(/images/pc/new/toriatsukaibrand/kyouka_icon.gif)}
.defaultIcon{ list-style-image:url(/images/pc/new/toriatsukaibrand/all_icon.gif)}
.ichibuIcon{ list-style-image:url(/images/pc/new/toriatsukaibrand/ichibu_icon.gif)}
.ichibuIcon span{color: #ef405b;}

.sikyouFashion p{ margin-left:20px; margin-top:5px}
.sikyouFashion ul{ margin-left:50px; margin-top:5px}
.sikyouFashion li{ margin:3px 0px}
.sikyouFashion h4{ font-size:22px; border-bottom:1px solid #02717a}
.sikyouFashion span.BrandSuu{ font-size:30px}
.sikyouFashion span.date{ font-size:16px; color:#02717a}
#pageichiran {
	width:100%;
	font-size:10px;
	margin-bottom:40px;
	text-align:justify;
	word-wrap:break-word;
}



/*------･・ｯﾀ｡2｡ｦ----------*/

#brandList .TabbedPanelsContent td a{
color:#3366ff;
text-decoration:underline;
}
#brandList .TabbedPanelsContent td a:link{
color:#3366ff;
text-decoration:underline;
}
#brandList .TabbedPanelsContent td a:visited{
color:#3366ff;
text-decoration:underline;
}
#brandList .TabbedPanelsContent td a:hover{
color:#94c117;
text-decoration:underline;
}
#brandList .TabbedPanelsContent td a:active{
color:#3366ff;
text-decoration:none;
}




/*--------------------------------------------------------------------------
  region
--------------------------------------------------------------------------*/

#region{
width:640px;
font-size:93%;
color:#666666;
background-color:#f8f8f8;
text-align:left;
clear:both;
}
#region .region01{
width:80px;
padding:5px 0 5px 10px;
clear:both;
font-weight:bold;
color:#b66790;

}
#region .region02{
width:510px;
margin-left:70px;
padding:2px 2px 2px 10px;
border-left:3px solid #02717a;
}


/*--------------------------------------------------------------------------
  clear
--------------------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------*/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */




/*--------------------------------------------------------------------------
 title
--------------------------------------------------------------------------*/
#mobilephone .title p,#voice .title p,#toriatsukai_brand .title p,#takuhai .title p, #takuhai_nagare .title p,#takuhai_kit .title p,#results .title p,#nglist .title p,#oklist .title p,#kaitori .title p,#tentou_map .title p,#kakunin_jikou .title p,#tips .title p,#staff .title p,#howto_mypage .title p,#about .title p,#company .title p,#media .title p,#message .title p,#rinen .title p,#toiawase .title p,#brandkensaku .title p,#kensaku_kekka .title p{
position:absolute;
top:24px;
left:35px;
color:#109999;
}



#eco #titleImage {
	height: 186px;
}

#eco #titleImage p {
	color:#fff;
	position:absolute;
	top:120px;
	left:40px;
}

#about .logo{ float:right; margin:0px 0px 50px 10px}


#titleImage{position:relative;height:180px;}
#titleImage div{position:absolute;width: 664px;height:155px;}
#titleImage p{position:absolute;left:10px;top:5px;width: 664px;color: #109999;}



.title{
width:664px;
height:155px;
position:relative;
margin-bottom:10px;
}

#results .title{background:url(/images/pc/new/results/title_results.jpg);}




/*--------------------------------------------------------------------------
 sikyouFashion
--------------------------------------------------------------------------*/

.sikyouFashion{
background-color:#fff9d8;
padding:15px 20px;
margin:10px 0px
}
.sikyouFashion span{
font-weight:bold;
color:#ef405b;
display: inline;
margin-bottom:2px;
font-size:108%;
}

/*--------------------------------------------------------------------------
 halfbox
--------------------------------------------------------------------------*/
.boxWrap{
margin:20px 0px
}
.halfboxLeft{
float:left;
width:320px;
height:200px;
}
.halfboxRight{
float:right;
width:320px;
height:200px;
}
.halfboxLeft p, .halfboxRight p{
padding:10px
}

/*--------------------------------------------------------------------------
 genre_detail
--------------------------------------------------------------------------*/

#genre_detail li{ float:left; margin-left:12px; margin-bottom:15px}
#genre_detail p{ margin-bottom:5px}
#genre_detail p strong{ font-weight:bold; color:#FFF; background-color:#2eacb7; padding:8px; display:block; text-align:center}

/*--------------------------------------------------------------------------
 pageLink
--------------------------------------------------------------------------*/
.pageLinkleft{
	padding:6px 5px;
}
.pageLinkleft li{
background:url(/images/pc/new/common/cate_koumoku.gif) no-repeat 5px 50%;
text-indent:28px;
margin-bottom: 10px;
padding: 0; /* .halfboxLeft p, .halfboxRight p を打ち消すため */
font-weight:bold;
}
.pageLinkright{
padding:6px 20px;
float:right;
}
.pageLinkright li{
background:url(/images/pc/new/common/cate_koumoku.gif) no-repeat 5px 50%;
text-indent:28px;
margin-bottom: 10px;
font-weight:bold;
}

/*--------------------------------------------------------------------------
 line_Link
--------------------------------------------------------------------------*/
.lineLink  {
  font-weight:bold;
  font-size:120%;
  padding:15px;
  float: left;
}

.lineLink li {
  float: left;
  padding-left: 20px;
}

/*--------------------------------------------------------------------------
 socialButton
--------------------------------------------------------------------------*/
.socialButton {
  text-align: right;
}

/*--------------------------------------------------------------------------
 回遊バナー　sidenaviがある場合
--------------------------------------------------------------------------*/
.linkbana-2column {
	width: 664px;
	margin: 50px auto 20px;	
}
