@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
html{
	overflow:-moz-scrollbars-vertical;
}
body{
	color: #231f20;
	font-size: 80%;
	line-height: 1.5;
	text-align:center;
	margin: 0 auto;
	font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka,  Helvetica, Arial, Sans-serif;
	background: #FFF;
}
/*-------------------------------------------------
	common
-------------------------------------------------*/
#container{
	margin: 0 auto;
}
.wrapper{
	margin: 0 auto;
	width: 720px;
	text-align: left;
}
h2#logo, #footerLogo{
	display: block;
	text-indent: -9999px;
	outline:none;
	line-height:1px;
	font-size:1px;
}
img{
	border: 0;
}
table	{
	border-collapse:collapse;
	border-spacing: 0;
}
ul,ol,li{
	list-style-type: none;
}
.txtL{
	text-align: left!important;
}
.txtR{
	text-align: right!important;
}
.txtC{
	text-align: center!important;
}
.fntS{
	font-size: 86%!important;
}
.clear{
	clear: both;
}
.red{
	color: #cd131b;
}
/*-------------------------------------------------
	link
-------------------------------------------------*/
a:link{
	color: #6f7170;
	text-decoration: none;
}
a:visited{
	color: #6f7170;
	text-decoration: none;
}
a:hover{
	color: #cd131b;
	text-decoration: none;
}
a:active{
	color: #cd131b;
	text-decoration: none;
}
a:focus{
	outline: 0;
}
a img{
	border: 0;
}
/*-------------------------------------------------
	header
-------------------------------------------------*/
#header{
	border-top: 10px solid #231f20;
	height: 38px;
	position: static;
	border-bottom: 2px solid #6b7276;
}
#logo{
	display: block;
	width: 136px;
	height: 38px;
	float: left;
	background: url(../img/logo_mini.gif) 0 0 no-repeat;
}
#lang {
	position:relative;
	display: inline;
	float: right;
	top:10px;
	right: 0;
}
/*-------------------------------------------------
	contents
-------------------------------------------------*/
.contents{
	margin: 30px auto 20px;
  clear: both;
}
.contents h4{
	margin: 30px 0 15px;
	padding: 0 14px 1px;
	font-size: 110%;
	font-weight: bold;
	border-left: 6px solid #cd131b;
	border-bottom: 1px dotted #96a2a7;
	line-height: 1.6;
	color: #333;
}
.contents h4.toplead{
	margin-top: 0;
}
.contents h4 span{
	margin-left: 1em;
	font-size: 86%;
}
.contents h5{
	margin: 5px 0;
	padding: 0 20px;
	font-size: 107%;
	font-weight: bold;
	line-height: 1.7;
}
.contents p{
	padding: 0 20px;
	margin-bottom: 1em;
	line-height: 1.3;
}
span.num{
	color:#FFF;
	font-weight: bold;
	margin-right: 0.8em;
	background: #cd131b;
	padding: 2px 7px;
}
.contents ul{
	margin-bottom: 1em;
	line-height: 1.6;
}
.contents ul li{
	padding: 0 20px 0.4em 0px;
	list-style-type: disc;
	margin-left: 40px;
}
.contents ol{
	margin-bottom: 1em;
	line-height: 1.3;
}
.contents ol li{
	padding: 0 20px 0.4em 0px;
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 1em;
}
.contents a:link, .contents a:visited{
	color: #008fca;
	text-decoration: underline;
}
.contents a:hover, .contents a:active{
	color: #cd131b;
	text-decoration: none;
}
#trackingList{
	width: 602px;
	margin: 0 auto;
}
#trackingList img{
	margin-bottom: 20px;
}
#trackingList ul{
}
#trackingList ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
.exbox{
	width: 660px;
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 20px;
	background: #f5f5f5;
}
.updatebox {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.updatebox h5{
	color:#cd131b;
	line-height: 1.3;
}
.thanksbox{
	border: 1px solid #999;
	width: 80%;
	margin: 10px auto;
	padding: 40px;
	text-align: center;
	background: #EFEFEF;
}
.thanksbox h5{
	color: #cd131b;
	font-size: 140%;
	margin-bottom: 1em;
}
.thanksbox p{
	font-size: 110%;
	margin-bottom: 2em;
}
h5.red_bar{
	background: #cd131b;
	margin: 0 20px 10px;
	padding-left: 0.5em;
	color: #FFF;
}
.fltL{
	float: left;
	margin-left: 20px;
	_margin-left: 0;
	_padding-left: 20px;
}
.fltR{
	margin: 0 20px;
	_margin: 0 ;
	_padding: 0 20px;
	float: right;
}
.fltL h5, .fltR h5, .fltL p, .fltR p{
	padding: 0;
}
.fltL img, .fltR img{
}
.adjB5{
	margin-bottom: 5px;
}
.adjB10{
	margin-bottom: 10px;
}
.adjB15{
	margin-bottom: 15px;
}
.adjB20{
	margin-bottom: 20px;
}
/*-------------------------------------------------
	2column(L-R)width�v660px
-------------------------------------------------*/
.w420{
	width: 420px;
}
.w240{
	width: 240px;
}
/*-------------------------------------------------
	table
-------------------------------------------------*/
table.type01{
	width: 85%;
	margin: 0 auto 20px;
}
table.type01 th, table.type01 td{
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	text-align: left;
	font-weight: 0;
	padding: 5px 20px;
}
table.type02{
	width: 860px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 20px 20px;
}
table.type02 th, table.type02 td{
	border: 1px solid #CCC;
	font-weight: 0;
	padding: 10px;
	width: 33%;
	vertical-align: top;
}
table.type02 th{
	color: #FFF;
	padding: 5px 10px;
	background: #cd131b;
}
table.type02 th.reset, table.type02 td.reset{
	background: transparent;
	border: none;
}
table.type03{
	width: 600px;
	margin: 0 auto 20px;
}
table.type03 th, table.type03 td{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}
table.type03 th{
	width: 150px;
  background: #EEE;
	text-align: center;
}
table.type04{
	width: 100%;
	margin: 0 auto 20px;
}
table.type04 th, table.type04 td{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
table.type04 th{
	width: 150px;
  background: #EEE;
	vertical-align: middle;
}
.contents_btm{
  height: 10px;
  background: url(../img/contents_bg_btm.gif) left bottom no-repeat;
}

/*-------------------------------------------------
	top
-------------------------------------------------*/
#lead{
	margin: 18px auto 20px;
}
.clmnL{
	width: 700px;
	margin-right: 20px;
	float: left;
}
.clmnR{
	width: 240px;
	float: right;
}
h3{
	margin-top: 5px;
	border-bottom: 2px solid #777;
	padding-bottom: 1px;
	width: 100%;
}
#ttl_logistics{
	display: block;
	height: 25px;
	background: url(../img/ttl_logistics.gif) 9px 0 no-repeat;
}
#ttl_newinfo{
	display: block;
	height: 25px;
	background: url(../img/ttl_newinfo.gif) 9px 0 no-repeat;
}
#ttl_tracking{
	display: block;
	height: 25px;
	background: url(../img/ttl_tracking.gif) 0 0 no-repeat;
}
.clmnL p{
	width: 650px;
	margin: 1em auto;
}
.clmnL table{
	margin: 8px 0 0;
}
.clmnL table th, .clmnL table td{
	vertical-align: top;
	text-align: left;
}
.clmnL table th{
	font-weight: normal;
	width: 9em;
	padding: 0.7em 2em;
	border-bottom: 1px dotted #aaa;
}
.clmnL table td{
	padding: 0.7em 2em;
	line-height: 1.3;
	border-bottom: 1px dotted #aaa;
}
#bnr li{
	margin-top: 12px;
}
.clmnR .box_track{
	line-height: 1.8;
	border: 1px solid #CCC;
	padding: 9px;
	width: 220px;
}

/*-------------------------------------------------
	footer
-------------------------------------------------*/
#footer{
	margin-top: 20px;
	height: 55px;
	width:100%;
	font-size: 12px;
	background: #231f20 url(../img/footer_bg.gif) top left;
}
#footerLogo{
	display: block;
	height: 33px;
	background: url(../img/footer_logo.gif) no-repeat right 7px;
}
#copy{
	font-size: 90%;
	margin: 1px 0 0 0;
	color: #FFF;
	text-align:right;
}
/*-------------------------------------------------
	form
-------------------------------------------------*/
.imgBtn{
	height:20px;
	margin-left:5px;
	vertical-align: middle;
}
.text00, .text5, .text01, .text02, .text03, .text04 .text05 {
	border: 1px solid #AAA;
	padding: 2px;
	margin: 3px 0;
	vertical-align: middle;
}
.text00 {
	width: 130px;
	height:18px;
}
.text5 {
	width: 50px;
	height:18px;
}
.text01 {
	width: 100px;
	height:18px;
}
.text02 {
	width: 200px;
	height:18px;
}
.text03 {
	width: 300px;
	height:18px;
}
.text04 {
	width: 500px;
	height:36px;
}
.text05 {
	width: 500px;
	height:54px;
}
select {
	height:22px;
	border: 1px solid #AAA;
	padding: 1px;
	font-size: 100%;
	vertical-align: middle;
}
select.lang {
	vertical-align: top;
	width: 100px;
}
.one-byte{
	ime-mode: disabled;
}
.btnArea{
	margin: -5px 0 0;
	text-align: center;
}
a.btn_form {
	position: relative;
	display: inline-block;
	text-decoration: none!important;
	border: none;
	height: 30px;
	color: #FFF;
	background: transparent url(../img/form_out.gif) 0 0 no-repeat;
	margin: 8px 10px 0;
	padding: 0 0 0 2em;
}
a.btn_form span {
	_position: relative;
	display: inline-block;
	font-size: 100%;
	line-height: 30px;
	white-space: nowrap;
	color: #FFF;
	background: transparent url(../img/form_out.gif) 100% 0 no-repeat;
	margin: 0px -10px 0 0;
	padding: 0px 2em 0px 0px;
}
a.btn_form:hover {
	color: #CCC;
	background: transparent url(../img/form_clnt.gif) 0 0 no-repeat;
}
a.btn_form:hover span {
	color: #CCC;
	background: transparent url(../img/form_clnt.gif) 100% 0 no-repeat;
}

/*-------------------------------------------------
	bar
-------------------------------------------------*/

.bar {
	margin-top: -12px;
	clear:both;
}
.bar p {
	text-align: center;
	font-size: 90%;
}
