@charset "shift_jis";
/* CSS Document */

html {
	width:100%;
}

body {
	color: #757777;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding-left: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.header {
	color: white;
	font-weight: bold;
	/*padding: 5px 0;*/
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 200;
}

.header a img {
	border: medium none;
}
#container{
	width:100%;
	max-width:640px;
	margin:0 auto;
}
#content {
	background: url("../images/diagbg.png") repeat scroll 0 0 white;
	padding: 7px 0;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.orderbox {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
}

#content h1 {
	border-bottom: 2px solid #fc9024;
	color: #007662;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -10px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#content p {
	padding: 5px;
	text-align: left;
}

#content p.planguide {
	color: #4a4742;
}

.subtext {
	color: #494d4b;
	font-size: 13px;
	font-weight: normal;
	padding-left: 7px;
	text-align: left;
	text-decoration: none;
}

.basketItem {
	border-bottom: 1px solid #999;
	text-align: left;
}

.cart_image {
    text-align: center;
	/*
	height:123px;
	*/
}

.prodImg {
	width:90%;
	/*
	width:184px;
	height:123px;
	*/
}

#content h2, #content .goodsname{
    font-size: 18px;
    margin: 0;
    padding-top: 15px;
}

#orderdetails {
    margin-top: 30px;
}
#orderdetails h3 {
    background-color: #9b9b9b;
    background-image: url("../images/h3_bg.gif");
    background-repeat: no-repeat;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    padding: 4px 0 4px 30px;
    text-align: left;
    /*width: 288px;*/
}
#orderdetails p {
    margin: 0;
    padding: 10px;
    text-align: left;
}

.headerSingle {
	color: white;
	font-weight: bold;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 200;
}

.jadma {
	width:120px;
	height:39px;
}

#footer {
    background: none repeat scroll 0 0 #fff;
}
#footer #footerLink {
    border-bottom: 1px dashed #c8e5f3;
    border-top: 1px dashed #c8e5f3;
    text-align: left;
}
#footer #footerLink ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
#footer #footerLink ul li {
    background-image: url("../images/footerListBg.gif");
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 1.8em;
    padding-left: 24px;
}
#footer #copyrights {
    color: #999;
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
#footer #copyrights img {
    margin-top: 10px;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #54585a;
    color: #fff;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.acd-content{
    background: #F5F5F5;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 1px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px 15px;
    visibility: visible;
}
#content .acd-check:checked + .acd-label + .acd-content p{
    line-height: 1.5;
}
.acd-label:after {
    background: #54585a;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #ffffff;
}
.acd-check:checked + .acd-label:after {
    content: '\f068';
}
