@charset "Shift_JIS";

/* tab
------------------------------------------------*/
ul.tabs
{
	padding: 0;
	list-style: none;
	height: 32px;     /* border-left: 1px solid #999; */
	width: 835px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
ul.tabs li
{
	height: 30px; /*31*/                   /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /* -1px*/            /*--Pull the list item down 1px--*/
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	float: left;
}
ul.tabs li a
{
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;         /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	color: #333;
	text-decoration: none;
}
ul.tabs li a:hover
{
  background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover
{                                 /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #FBFDBD;
	color: #000;
}

.tab_container
{
	width: 835px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	clear: both;
	padding: 0px;
	margin-right: 0px;
	/* margin-bottom: 30px; */
	margin-left: 0px;
}

.tab_content {
}

.tab_content table#table_new2 th {
	background-color:#FBFDBD;
}

.tab_content h2
{
}

.tab_content h3 a
{
  color: #254588;
}

.tab_content img
{
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}



/* container
------------------------------------------------*/
#main_wrap {
	width: 1060px;
	background-color: #fff;
	margin: 0 auto;
}
#main {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 30px; */
	padding-bottom: 30px;
}
#newcontainer {
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #dedede;
	margin-bottom: 30px;
	/* [disabled]width: 875px; */
	overflow: hidden;
	clear: both;
}
#newcontainer a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#newcontainer .mouseOver:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

#newcontainer #step {
	margin-top: 30px;
	margin-bottom: 30px;
}
.oneclm_ #cart_new2 .c_left {
	width: 322px;
}
#newcontainer #cart_new h2 {
	display: inline;
	padding-left: 20px;
	font-size: 24px;
	vertical-align: middle;
}
#newcontainer #table_new,
#newcontainer .table_new {
	border: 1px solid #777;
	width: 895px;
}
#newcontainer table.mb {
	margin-bottom:30px !important;
}
#table_new tr th {
	background-color: #f8f8f8;
	border: 1px solid #777;
}
#table_new tr td {
	border: 1px solid #777;
}
#table_new tr .table_new {
	width: 88px;
}
#table_new input.radio {
	border:none;
}
table.carttable_ th {
	text-align:center;
}
table.carttable_ td.prarea_ {
	background-color: #FFF9C8;
}
table.carttable_ th.cart_total_ {
	text-align:right;
}

#Continue {
	width: 257px;
	float: left;
	padding-left: 62px;
	padding-right: 72px;
	overflow: hidden;
}
#Continue p {
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	font-size: 100%;
}
#Continue #left {
	float: left;
	width: 116px;
}
#Continue #right {
	float: right;
	width: 116px;
	text-align: right;
	padding-right: 20px;
}
#Free {
	width: 380px;
	text-align: left;
	float: right;
	overflow: hidden;
	background-image: url(../img/sys/cart-complimentary.png);
	background-repeat: no-repeat;
	height: 121px;
}
#Free p {
	margin-top: 94px;
	margin-left: 18px;
	margin-bottom: 0px;
}
#Free p a {
	color:#ff0000;
}
#Free p a.tt-fade span{
    display: none;
    width: 200px;
    padding: 5px;
    margin: 10px 0 0 -10px;
}
#Free p a.tt-fade:hover span{
    display: inline;
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #FFF7EE;
    color: #666;
    font-size: 10px;
    line-height: 1.6em;
}

#Advance {
	/* [disabled]width: 895px; */
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Twoselected {
	border: 1px solid #999;
	padding: 20px 55px;
	/* [disabled]width: 835px; */
	overflow: hidden;
}
#Twoselected #member {
	float: left;
	width: 360px;
	border: 1px solid #999;
	overflow: hidden;
	/* [disabled]margin-right: 20px; */
}
#Twoselected #member p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
#Twoselected #member #tume {
	margin-top: 20px;
}

#Twoselected #member h3 {
	margin-bottom: 0px;
	margin-top: 15px;
}
#Twoselected .heightLine .inner {
	padding: 10px 25px 0;
	height: 270px;
	overflow: hidden;
}

#Twoselected #member span {
	margin-left: 20px;
}

#Twoselected #nomember {
	float: right;
	width: 360px;
	border: 1px solid #999;
	overflow: hidden;
}
#Twoselected #nomember .red {
	text-align: center;
	margin: 10px;
}

#Twoselected .heightLine .button {
	padding-top: 10px;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
	margin-top:10px;
}

#Carriage {
	clear: both;
	border: 1px solid #999;
	margin-top: 30px;
	margin-bottom: 30px;
	/* [disabled]width: 835px; */
	padding-top: 10px;
}
#Carriage div {
	background-image: url(../img/sys/underbar2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 720px;
	margin-left: 50px;
	height: 40px;
}
#Carriage div h3 {
	display: inline;
	margin-left: 10px;
	vertical-align: text-bottom;
}
#Carriage p {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#Carriage p img {
	vertical-align: baseline;
}

/*--フォントサイズ--*/
#fontSize li.hover {
	background-color: #009966;
}

#fontSize li.active {
	background-color: #00CC66;
}

/*#fontSize li {
	list-style: none;
	margin-right: 5px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #fff;
	font-size: 10x;
	font-weight: bold;
	line-height: 1.0;
	cursor: pointer;
	padding: 5px;
	float: left;
	background-color: #CCCCCC;
}*/
#header_new {
	/* [disabled]background-position: top; */
	width: 980px;
	height: 70px;
	/* [disabled]padding-top: 20px; */
	position: relative;
}
#header_new_left {
	float: left;
	width: 570px;
	/* [disabled]padding-top: 5px; */
}
#header_new_right {
	position: absolute;
	top: 30px;
	left: 594px;
	width: 155px;
	background-image: url(../img/sys/fontsize.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	/* [disabled]margin-top: 20px; */
}
#header_new_right_tel {
	position: absolute;
	right: 0px;
	top: 18px;
	width: 180px;
}

/*--fontsize--
div#changeArea{
	line-height: 1.5;
}
div#changeArea ul#fontSize {
	*zoom: 1;
	margin-bottom: 10px;
}
div#changeArea ul#fontSize:after {
	content: "";
	display: block;
	clear: both;
}
div#changeArea ul#fontSize li {
	cursor: pointer;
}
#font {
	padding-top: 5px;
	padding-left: 75px;
}
#font #fontSize li {
	padding: 0px;
	margin: 0px;
}*/

td {
	font-size: 100%;
}
a:link {
	color: #039;
	font-size: 100%;
}

* {
margin: 0;
padding: 0;
zoom: 1;/*forIE6,7*/
}

/**********************entry_css***************************/

.must {
	padding-right: 10px;
	padding-left: 10px;
}
#newcontainer #cart_button {
	width: 232px;
	margin-right: 321.5px;
	margin-left: 321.5px;
}
#bottomRight_new p .must img {
	line-height: 1em;
	vertical-align: text-top;
}
#bottomRight_new p {
	margin-bottom: 10px;
	line-height: 1;
}
#table_new2 tr th .must img {
	line-height: 1;
	display: inline-block;
	vertical-align: text-top;
}
#table_new2 tr th {
	background-color: #efefef;
	/* [disabled]color: #727171; */
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #777;
	border-left-color: #777;
	text-align: left;
}
#table_new2 tr td {
	padding: 10px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}
#table_new2 .Input {
	font-size: 80%;
	color: #F60;
	text-align: right;
	float: right;
}
#table_new2 tr td .seimei {
	width: 35px;
	display: inline-block;
	text-align: right;
}
#table_new2 tr td {
	width: 560px;
}
#table_new2 tr .thsize30 {
	width: 30px;
}
#table_new2 tr .thsize70 {
	width: 113px;
}
#table_new2 tr td .rei_new {
	padding-left: 10px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#table_new2 tr td #address {
	padding-left: 20px;
	line-height: 2;
	height: 30px;
	display: inline-block;
	padding-top: 5px;
}
.entyr_subtitle {
	background-image: url(../img/sys/entry_titile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 116%;
	height: 35px;
	line-height: 2em;
	margin-top: 30px;
	color: #666;
	margin-bottom: 10px;
}
.entyr_subtitle2 {
	background-image: url(../img/sys/entry_titile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 116%;
	height: 35px;
	line-height: 2em;
	margin-top: 30px;
	color: #666;
	margin-bottom: 10px;
	clear:both
}
.psize {
	margin-top: 10px;
	margin-bottom: 10px;
}
.backto_new {
	text-align: right;
	padding-top: 20px;
	/* [disabled]padding-right: 20px; */
	padding-left: 20px;
	padding-bottom: 20px;
	clear: both;
}
#scroll {
	height: 100px;
	width: 835px;
	overflow: hidden;
}
#riyoukiyaku {
	margin-top: 30px;
	border: 1px solid #CCC;
	height: 100px;
	overflow: auto;
	width: 900px;
	/* [disabled]margin-right: 5px; */
	margin-bottom: 30px;
}
#riyoukiyaku h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #063;
	font-weight: bold;
	font-size: 14px;
}
#riyoukiyaku dl {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#riyoukiyaku dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#riyoukiyaku dl dd {
	margin-top: 5px;
}
.left_button {
	float: left;
	width: 417px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.right_button {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 232px;
	overflow: hidden;
	padding-left: 186px;
}
.right_button2 {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 360px;
	overflow: hidden;
	padding-left: 58px;
}
ul#neworder {
	margin-bottom:20px;
}
#neworderli {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	clear: both;
}
#wan {
	/* [disabled]width: 835px; */
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
}
#cart_new2 {
	width: auto;
	background-repeat: repeat-x;
}
#cart_new2 h2 {
	display: inline;
	padding-left: 20px;
	font-size: 24px;
	vertical-align: middle;
}
#bottomRight_new .new_order_button {
	width: 232px;
	margin-left: 603px;
}

#table_new3 {
	text-align: center;
	border-right: 1px solid #777;
}
#table_new3 tr th {
	background-color: #efefef;
	/* [disabled]color: #727171; */
	text-align: center;
	padding: 10px;
	border-collapse: collapse;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	font-size:120%;
    font-weight: bold;
}
#table_new3 tr td {
	text-align: center;
	padding: 5px;
	border-collapse: collapse;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
}
#table_new3 tr .wight270 {
	width: 270px;
}
#table_new3 tr .wigth250 {
	width: 360px;
}
#table_new3 tr .wight270 img{
	display: block;
	margin: 0px;
	width: 251px;
	padding-top: 5px;
	padding-right: 9.5px;
	padding-bottom: 5px;
	padding-left: 9.5px;
}

#Creditorder {
	overflow: hidden;
	margin-bottom: 30px;
}

	#Creditobox {
	float: left;
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-bottom: 20px; */
	width: 280px;
	margin-right: 28px;
}
#Creditobox_t {
	float: left;
	/* [disabled]margin-left: 19px; */
}

#coupon_caption {
	float:right;
	width:200px;
}
#table_new4 tr td ul li {
	list-style-type: circle;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#table_new4 tr th {
	background-color: #efefef;
	/* [disabled]color: #727171; */
	text-align: center;
	padding: 10px;
	height: 45px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
#table_new4 tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
	height: 400px;
	padding: 10px;
}
tr .wight20 {
	width: 20px;
	background-color: #CCC;
}

#table_new5 tr th .must img {
	line-height: 1;
	display: inline-block;
	vertical-align: text-top;
}
#table_new5 tr th {
	background-color: #FDFFAF;
	color: #727171;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-align: left;
	border: 1px solid #CCC;
}
#table_new5 tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
}
#table_new5 .Input {
	font-size: 80%;
	color: #F60;
	text-align: right;
	float: right;
}
#table_new5 tr td .seimei {
	width: 35px;
	display: inline-block;
	text-align: right;
}
#table_new5 tr td {
	width: 560px;
}
#table_new5 tr .thsize30 {
	width: 30px;
}
#table_new5 tr td .rei_new {
	padding-left: 10px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#table_new5 tr td #address {
	padding-left: 20px;
	line-height: 2;
	height: 30px;
	display: inline-block;
	padding-top: 5px;
}
#completion {
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#completion ul li {
	padding: 20px;
	text-align: center;
	font-size: 133%;
}
#get {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
#topbutton {
	width: 875px;
	padding-left: 321.5px;
	margin-bottom: 30px;
}
#card {
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #CCC;
	padding-left: 20px;
}
#card ul li {
	list-style-position: outside;
	list-style-type: disc;
}
#card ul {
	padding: 20px;
}
#card #cardtype {
	background-image: url(../img/sys/entry_titile.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	padding-left: 20px;
	font-size: 116%;
	margin-bottom: 10px;
	line-height: 2em;
	color: #F90;
}
#card #cardform {
	margin-left: 30px;
}
#cardbutton {
	margin-bottom: 80px;
	padding-left: 627px;
}
#cardbutton2 {
	padding-left: 612px;
	margin-bottom: 60px;
	clear: both;
}
#card ul li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
#card #card_rei {
	padding-left: 120px;
	margin: 0px;
}

/* ご注文内容の確認
------------------------------------------------*/
#estimate {
}
#estimate .spandual_ .rightfloat_ {
	width:420px;
}
#estimate table.destgoodslist_ th,
#estimate table.destgoodslist_ td {
	text-align:center;
}
#estimate .spandual_ table th {
	width:220px;
	text-align:left;
}
#estimate .spandual_ table td.alignright {
	text-align:right;
}

#estimate .spandual_ table.confirmtotal_ {
	margin-top:5px;
	border:1px solid #dd0000;
}
#estimate .spandual_ table.confirmtotal_ th {
	color:#ffffff;
	background-color:#dd0000;
	border-color:#d00;
}
#estimate .spandual_ table.confirmtotal_ td {
	color:#dd0000;
	font-size:150%;
	border-color:#d00;
	font-weight:bold;
}
#estimate_request {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 3px solid #F7A915;
}
#estimate_request h2 {
	color: #A57B06;
}
#estimate_request h2 span {
	font-size:80%;
	padding-left:15px;
	color:#333;
}
.estimatetitle {
	background-image: url(../img/sys/entry_titile.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	padding-left: 20px;
	font-size: 116%;
	margin-bottom: 10px;
	line-height: 2em;
	color: #666;
}
.estimate_table {
}
.estimate_table tr th {
	padding: 10px;
	color: #666;
	border: 1px solid #CCC;
	background-color: #efefef;
}
.estimate_table tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
.estimate_table tr .width323 {
	width: 323px;
}
.estimate_table tr .wtdth193 {
	width: 166px;
}
.estimate_table2 {
	margin-left: 344px;
}
.estimate_table2 tr th {
	padding: 10px;
	color: #666;
	border: 1px solid #CCC;
	background-color: #efefef;
}
.estimate_table2 tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
.estimate_table2 tr .wigth160{
	width: 165px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.estimate_table tr .width165 {
	width: 166px;
}
.estimate_table2 tr #non {
	margin: 0px;
	padding: 0px;
}
.wigth100 {
	width: 170px;
}
.estimate_table3 tr th {
	padding: 10px;
	color: #666;
	border: 1px solid #CCC;
	background-color: #efefef;
}
.estimate_table3 tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
}
.estimate_table4 tr th {
	padding: 10px;
	color: #666;
	border: 1px solid #CCC;
	background-color: #efefef;
}
.estimate_table4 tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
.estimate_table4 {
	margin-bottom: 10px;
}
.estimate_table3 {
	margin-bottom: 10px;
}
#estimate #hr {
	display: block;
	margin-bottom: 10px;
}
#estimate2 {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #F90;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.estimatetitle2 {
	background-image: url(../img/sys/entry_titile.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	padding-left: 20px;
	font-size: 116%;
	line-height: 2em;
	color: #F90;
}.estimatetitle2 #non3 {
	color: #666;
}
form textarea {
	width: 795px;
	height: 100px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 20px;
}
.left_button3 {
	float: left;
	width: 417px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.right_button3 {
	float: left;
	margin-bottom: 30px;
	width: 232px;
	overflow: hidden;
	padding-left: 186px;
}
#table_new2 tr td ul li #sps {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#table_new2 tr td #zyoubu {
	margin-top: 10px;
}
.right_button4 {
	float: left;
	margin-bottom: 30px;
	width: 247px;
	overflow: hidden;
	padding-left: 171px;
}
.psize label #check {
	height: 15px;
	width: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wight20 label #check {
	height: 13px;
	width: 13px;
	margin-top: 0px;
	text-align: center;
	background-color: #FDFFAF;
}
#newcontainer #box {
	display: none;
}
#cardform form tr .cardstyle {
	width: 82px;
}
#wan2 {
	width: 815px;
	margin-top: 20px;
	margin-bottom: 10px;
	left: 20px;
	padding-left: 585px;
}
tr .moto {
	width: 20px;
	text-align: left;
}
tr .moto2 {
	width: 100px;
}
tr .width120 {
	width: 159px;
}

.bottomFooter ul {
    float: right;
}
.bottomFooter li {
    float: left;
    margin-left: 15px;
}
.bottomFooter p {
    font-size: 10px;
    width: 200px;
    text-align: left;
}


/***　エラー制御　***/
div.control, #ziparea, #ziparea .rei_new, #address, #yArea, #mArea, #dArea, div.control2, #ziparea2, #address2 {
	float:left;
}
div.pstl_txt {
	padding-top: 10px;
}
div.rei_new {
	clear:both;
}
#ziparea {
	margin-bottom: 5px;
	width: 0500px;
}

#pref, #Ybirth, #Mbirth, #Dbirth, #pref2 {
	border: 1px solid ActiveBorder;
}

#address {
	margin-right:30px;
}

#address2 {
	margin:0 40px 0 20px;
}

/***　IE7　***/
*:first-child+html #err1,
*:first-child+html #err2,
*:first-child+html #err3,
*:first-child+html #err4,
*:first-child+html #err5,
*:first-child+html #err6,
*:first-child+html #err13,
*:first-child+html #err14,
*:first-child+html #err15,
*:first-child+html #err16,
*:first-child+html #err17,
*:first-child+html #err18 {
	margin-left:0 !important;
}

*:first-child+html span.seimei {
	vertical-align:top;
}

*:first-child+html div.rei_new {
	clear:both;
}

*:first-child+html ul.tabs {
	width:100%;
}
