/* ///////////// header /////////////*/
header{
  position: relative!important;
}
/* /////// titleares 各キャプションタイトル欄 ///////*/
.titlearea{
  width: 100%;
  border-bottom: solid 2px #0066CC;
}
.titlename{
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  color: #333300;
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.subtitle{
  font-family: 'Open+Sans', sans-serif;
  font-size: 1rem;
  color: #333300;
  display: inline-block;
}
.content-item {
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.content-item p{
  color: #AAAAAA;
  line-height: 2.1;
}
.content-item:hover {
	background: #0066FF;
  border: 2px solid #0066FF;
  border-radius: 10px;
}
.content-item p:hover {
	color: #FFFFFF;
}
/* ///////// fit for international customers ページ /////////*/
#fit{
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width:992px){
#fit{
	width: 98%;
	margin: 0 auto;
}
}
#fit a:link{
  color: #006cb7!important;
  border-bottom: 1px solid #006cb7!important;
}
#fit a:visited {
  color: #9400D3;
}
#fit a:hover {
  background: #FDF5E6;
}
#fit img{
  width: 100%;
  height: auto;
}
.company-title{
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.1;
}
p.heading{
	font-size: 1.4rem;
	text-align: center;
	color: #FFFFFF;
}
p.text{
	font-size: 1rem;
	line-height: 1.8;
}
p.undeliverable-brand{
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
}
.etc {
	font-size: 1rem!important;
}
table.no-send {
  width: 100%;
  margin:0 auto;
}
.no-send th, .no-send td{
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.no-send th{
	background: linear-gradient(#FFFFFF, #ff0000);
}

table.list{
  width: 100%;
  margin:0 auto;
}
.list th, .list td{
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.list th{
  background: linear-gradient(#F0FFF0, #006400);
}
.list th{
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:480px){
.list{
  margin: 0 -10px;
}
.list th, .list td{
width: 100%;
display: block;
border-top: none;
}
.list tr:first-child th{
  border-top: 1px solid #ddd;
}
}
table.bank-info{
  width: 80%;
  margin:0 auto;
}
.bank-info th{
	background: linear-gradient(#F0FFFF, #0066CC)!important;
}
@media only screen and (max-width:992px){
table.bank-info{
	 width: 100%;
}
}
table.shippment{
  width: 95%;
  margin:0 auto;
}
td.item{
	width: 18%;
}
@media only screen and (max-width:544px){
td.item{
	width: 100%!important;
}
}
/* ///////// button-area /////////*/
#button-area{
	width: 80%;
	margin: 0 auto;
}
.btn-outline-danger{
	border-width: 3px!important;
}
/* ///////// テキストカラー変更用 /////////*/
.caution{
	color: #DC143C;
	border-bottom: 1px dotted #DC143C;
}
