@charset "Shift_JIS";
/* -------------------------------------------------------------------
   デフォルト CSS
   
   ブラウザのデフォルトCSSのリセット
   基本となるフォントサイズ、フォントファミリーの指定
   基本となるハイパーリンクの表示指定
      
------------------------------------------------------------------- */

/* ----------------------------------------
   Reset CSS 
---------------------------------------- */
body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	text-indent: 0;
	vertical-align: baseline;
	background-color: transparent;
	/*word-wrap: break-word;*/
}

input,textarea{
	vertical-align:middle;
}
select,option{
	vertical-align:middle;
}

#frmNfe31101\:name1,
#frmNfe31101\:name2,
#frmNfe31101\:nameKana1,
#frmNfe31101\:nameKana2,
#frmNfe31101\:domesticZipcode1,
#frmNfe31101\:domesticZipcode2,
#frmNfe31101\:addressHouseNumber,
#frmNfe31101\:addressBuildingName{
	border:1px solid #bbb;
	height:17px !important;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: bold;
	font-size:100%;
}

ul li {
	list-style: none outside;
	vertical-align:bottom;
}

table {
	border-collapse:collapse;
}

img {
	border: none;
	vertical-align:top;
        padding-right: 0;
}

i{
	font-style:normal;
}

/* ----------------------------------------
   General CSS 
---------------------------------------- */
body {
	color: #333333;
	font-family: "Meiryo",sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}

html:not(:target) body {
	font-size: 12px;
}

/* ----------------------------------------
   Link
---------------------------------------- */
a {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #E55871;
	text-decoration: none;
}


/* ----------------------------------------
   ホバーしたリンク画像の透明化
---------------------------------------- */
a:hover img {
	filter:alpha(opacity=70); /*IE*/
	opacity:0.7;
}

/*
.step01,
.step02{
  position: relative;
  display:inline-block;
  margin-left: 20px;
  padding: 0 10px 0 5px;
  background: #666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.step01::before,
.step02::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-right: 14px solid #666;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
*/