@charset "euc-jp";

/** 共通項目 **/

/*---------------------------------------------
 format
---------------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

body{
}

body, textarea {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

table {
	border-collapse:separate;
	font-size: 12px;
}

fieldset, img {
	border:0;
}

img {
	-ms-interpolation-mode: bicubic;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

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

a {
	text-decoration: none;
	color: #001EBE;
}

a:hover {
	text-decoration: underline;
	color: #CBAC60;
}

input[type="text"] {
	height: 16px;
	line-height: 16px;
}

body {
	color: #333333;
	text-align: center;
	font-size:13px;
}

/*---------------------------------------------
 clearfix
---------------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*---------------------------------------------
 container
---------------------------------------------*/
/** コンテナ **/
div#container{
	width: 980px;
	text-align: center;
	margin: 0 auto;
}


/*---------------------------------------------
 header
---------------------------------------------*/

#headerLeftLogo{
    width:550px;
    height:60px;
    background-repeat:no-repeat;
    background-image:url(/images/logo.jpg);
    margin-bottom:2px;
    float:left;
}

.login_txt{
	display:table-cell;
	width: 430px;
	height:60px;
	vertical-align: bottom;  
	text-align:right;
}

#headerLeftLogo > a{
    width:420px;
    height:60px;
    display:block;
}

#headerSubMenu{
	width:430px;
	text-align:right;
    list-style-type:none;
    margin:3px 0px;
}
#headerSubMenu > li{
    float:right;
    padding-left:10px;
}

#headerMenu{
    list-style-type:none;
    margin:5px 0px 10px 0px;
}

#headerMenu > li{
	background-image:url("/images/headerMenubg.png");
    width:162px;
    height:24px;
    float:left;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #FF9999;
    
}

#headerMenu > li > a{
    display:block;
    width:162px;
    height:24px;
    color:white;
    line-height:24px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight:bold;
    text-decoration:none;
}

#headerMenu > li:hover{
    opacity:0.8;
}


/*---------------------------------------------
 footer
---------------------------------------------*/
div#footer{
	clear: both;
	margin-top: 45px;
}

div#footer ul{
	padding: 10px 0 15px 0;
	border-top: 1px dashed #CCCCCC;
	text-align: center;
}

div#footer ul li{
	padding: 2px 5px;
	display: inline;
	border-right: 1px solid #CCCCCC;
}

div#footer ul li.last{
	border-right-style: none;
}

div#footer p{
	margin-bottom: 10px;
	/*
	background-color: #FF9BAF;
	color: #FFFFFF;
	*/
	line-height: 20px;
	font-size: 10px;
	letter-spacing: 1px;
}

/*---------------------------------------------
 contents_area
---------------------------------------------*/
div#contents_area{
    width:980px;
    margin-top:5px;
    border-top:1px solid #FFCCCC;
    //background-image:url("/images/topbottom.gif");
    background-repeat:no-repeat;
	overflow: visible;
	padding-top:15px;
}

/*---------------------------------------------
 content
---------------------------------------------*/
div#content{
	float: right;
	text-align: left;
	width: 770px;
	position: relative;
	overflow: visible;
	margin-left:10px;
}


div#content div#centerContent{
	width:580px;
	float:left;
	margin-right:10px;
}

div#content div#rightContent{
	width:180px;
	float:left;
}

div#content div#stickerLeftContent{
	width: 70px;
	float:left;
}

div#content div#stickerRightContent{
	margin-left: 0px;
	vertical-align:middle;
}

#SS_User_regist > #container > #contents_area > #content > .clearfix > #stickerLeftContent > form > input[type="image"] {
    width: 44px;
    height: auto;
}

/*---------------------------------------------
 left-side
---------------------------------------------*/
div#sidebar {
	float: left;
	width: 180px;
	text-align: left;
	overflow: hidden;
}

div#sidebar .side_cat_title {
	height: 38px;
	overflow: hidden;
}

div#sidebar #side_cat_list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(/images/side_cat_bottom.gif) left bottom no-repeat;
}

div#sidebar #side_cat_list li {
	margin-top: 6px;
	height: 55px;
	overflow: hidden;
}

/*---------------------------------------------
 modal window
---------------------------------------------*/
div.modalWrapper,
div.modalWrapperToken {
	display: none;
}

div.modalBody {
	position: fixed;
	z-index: 1000;
	background: #FFF;
	border: 2px solid #333;
	left: 50%;
	top: 50%;
	min-width: 300px;
	text-align: left;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

div.modalBK {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	background-color: #ccc;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

div.modalWrapper div,
div.modalWrapperToken div {
	color: #000 !important;
	font-size: 12px;
	text-align: justify;
}

div.modalWrapper div.modalClose,
div.modalWrapperToken div.modalClose {
	cursor: pointer;
	padding: 5px;
	border-bottom: 2px dotted #333;
	background-color: #333;
	color: #FFF !important;
}

div.modalWrapper div.modalContents,
div.modalWrapperToken div.modalContents {
	max-height: 300px;
	padding: 5px 5px;
	overflow: auto;
}

div.modalWrapper div.modalContents *,
div.modalWrapperToken div.modalContents * {
	color: #000 !important;
}

div.modalWrapper div.modalContents ol,
div.modalWrapperToken div.modalContents ol {
	margin-top: 10px;
}

div.modalWrapper div.modalContents ol li,
div.modalWrapperToken div.modalContents ol li {
	list-style: decimal inside;
	padding: 2px 0;
}

div.modalWrapper div.modalContents ol li a,
div.modalWrapperToken div.modalContents ol li a {
	cursor: pointer;
}


.to-corporate {
	display: none;
}
.postage-calculator {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 230px;
	margin-left: 800px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	border: 1px solid #bbb;
	font-size: 13px;
}
@media screen and (min-width:1300px) {
	.postage-calculator {
		right: auto;
	}
}
.postage-calculator .heading {
	text-align: center;
	border-bottom: 1px solid #bbb;
	font-size: 110%;
	line-height: 1.4;
}
.postage-calculator .heading h3 {
	width: 50%;
	float: left;
	background-color: rgba(255, 153, 102, 0.9);
	border-right: 1px solid #bbb;
}
.postage-calculator .heading div {
	margin-left: 50%;
	background-color: rgba(255, 255, 255, 0.9);
}
.postage-calculator .content {
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
.postage-calculator .content input[type="text"] {
	box-sizing: border-box;
	height: 2em;
}
.postage-calculator .content input[name^="dummy_postal_code"] {
	width: 5em;
	text-align: center;
}
.postage-calculator .content table {
	width: 100%;
	margin: 5px 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
.postage-calculator .content th,
.postage-calculator .content td {
	border-bottom: 1px solid #bbb;
	line-height: 1.8;
}
.postage-calculator .content .to-corporate tr:last-child th,
.postage-calculator .content .to-corporate tr:last-child td {
	border-color: #f00;
}
.postage-calculator .content td {
	text-align: right;
}
.postage-calculator .content td {
	font-size: 120%;
}
.postage-calculator .content .help-text {
	display: block;
	font-size: 90%;
}
.postage-calculator .content input[name="corporate_name"] {
	width: 100%;
	text-align: center;
}
