/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

* { font-family: "Arial","Helvetica" !important; }

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
 /* Not required for Tabs, just to make this demo look better... */
 h1 {
 margin: 1em 0 1.5em;
 font-size: 18px;
 }
 h2 {
 margin: 2em 0 1.5em;
 font-size: 16px;
 }
 p {
 margin: 0;
 }
 pre, pre+p, p+p {
 margin: 1em 0 0;
 }
 code {
 }
 
 /* コンテンツエリアのcss */
.box {
width:630px;
height:100%;
padding:1px;
border:1px none #ccc;
position:relative;
border-radius: 10px;
font-size:12px;
color:#333;
text-align:left;
top:-2px
}
.box1 {
width:650px;
height:100%;
padding:1px;
border:1px solid #ccc;
position:relative;
border-radius: 10px;
font-size:12px;
color:#333;
text-align:left;
top:-2px;
}
.box2 {
width:300px;
height:100%;
padding:10px;
border:1px none #ccc;
position:relative;
border-radius: 10px;
font-size:12px;
color:#333;
text-align:left;
top:-2px;
margin: 0 auto;
}
<!--
hr {
border:none;
border-top:dotted 1px #AFAFAF;
height:1px;
color:#FFFFFF;
width:100%;
}
.h1{
  color:#333;
  text-align:center;
}
.h2{
  border-left: 10px solid #669966;
  border-bottom: 1px dotted #669966; 
  padding:1px;
  color:#333;
  text-align:center;
}
/* th */
.shiyou{
width: 650px;
border-collapse: collapse;
font-size:12px;
color:#333;
}
.shiyou th{
width: 25%;
padding: 6px;
font-size:12px 
text-align: left;
vertical-align: top;
color: #333;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.shiyou td{
padding: 6px;
font-size:12px 
background-color: #fff;
border: 1px solid #fff;
}
.ttl_61 {font-size : 12px;
border-bottom : 2px solid #73A4BC ;
border-left : 10px ridge #73A4BC ;
width:400px;
height : 25px;
padding:5px 0px 0px 9px;
}
/* 見出し */
.heading04{
	position:relative;
	padding:5px;
	background:#73A4BC;
	width:630px;
	top:10px;
	right:-8px;
	color:#FFFFFF;
	text-align:center;
	box-shadow:
		0 -10px 0 0 #9CBDCB,
		6px 0 0 0 #73A4BC,
		-14px 0 0 0 #73A4BC,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.heading04:before{
	content:" ";
	position:absolute;
	top:-10px;
	left:-14px;
	width:0;
	height:0;
	border-width:0 0 10px 14px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#9CBDCB;
}
.heading04:after{
	content:" ";
	position:absolute;
	top:-10px;
	left:100%;
	width:0;
	height:0;
	border-width:0 6px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#9CBDCB;
}

<!-- /*+++++++ 【スマホで文字サイズ自動拡大しない設定】+++++++　*/-->
body {
-webkit-text-size-adjust: 100%;
line-height:1.6em;
}
<!-- /*+++++++ 【スマホで文字サイズ自動拡大しない設定END】+++++++　*/-->

.goodsBoxLeft img{ padding: 5px; border: 1px solid #d7d7d7; width:230px;box-shadow: 0px 13px 5px -7px rgba(0, 0, 0, 0.1); }


.goodsBoxRight{float: center; width:230px; padding: 0 1px 1px 1px; color:#262402;}

.goodsBoxRight .caption{font-size:12px;color:#666;}
.goodsBoxRight .title{font-size:17px; font-weight:bold; color:#047c18; line-height:0.5em;}
.goodsBoxRight .itemNumber{font-size:12px;}
.goodsBoxRight .number{color:#bbbbbb;}
.goodsBoxRight .itemPrice{font-size:12px;}
.goodsBoxRight .price{font-size:20px; color:#FF0000; font-weight:bold;}
.goodsBoxRight .base{border-bottom:1px dotted #dcdcdc; margin-bottom:1px; padding-bottom:1px;}
.goodsBoxRight .doukon{font-size:13px;}
.goodsBoxRight .more a{ background-color:#73A4BC; color:#fff; font-size:12px; padding:5px; width:160px; display:block; text-align:center; border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-top:10px;}

.unit{font-size:13px;}
.bunner{margin-top:20px;}
.goodsBoxLeft .more a{ background-color:#73A4BC; color:#fff; font-size:12px; padding:5px; width:160px; display:block; text-align:center; border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-top:10px;}

/*　リンクの下線を非表示　*/
a{
text-decoration: none
}
a img {
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
a:hover img {
     opacity: 0.7; 
     filter: alpha(opacity=80);
}
.flame { 
border:1px solid #047c18; 
padding:5px; 
margin:0px;
width:240px;
line-height:1.3em;
height:20px;
border-radius:3px;
font-size:17px;
text-align:center;
color:#047c18;
}
/* cut */
.heading01{
	position:relative;
	padding:5px;
	font:bold 13px/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#CD5C5C;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	background:#eee;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}
.merumaga a{ 
background-color:#669966; 
color:#fff; 
font-size:12px; 
padding:5px; 
width:160px; 
display:block; 
text-align:center; 
border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-top:10px;
margin: 0 auto;
}

