@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: #1d54a7;
}

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

input[type="text"] {
	height: 23px;
	line-height: 16px;
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
}

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:420px;
    height:60px;
    background-repeat:no-repeat;
    background-image:url(/images/logo.png);
    margin-bottom:2px;
    float:left;
}
#hyoka {
    width: 160px;
    float: left;
}
.count {
    font-family: Arial;
}
a.n08 {
    position: relative;
}
.maru {
    position: absolute;
    top: -35px;
    left: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    width: 15px;
    height: 15px;
    color: white;
    background-color: #c00;
    z-index: 1;
}
.login_txt{
	display:table-cell;
	width: 400px;
	height:60px;
	vertical-align: bottom;  
	text-align:right;
    float: right;
}

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

#headerSubMenu{
	width:400px;
	text-align:right;
    list-style-type:none;
    margin:0 0 3px 0;
}
#headerSubMenu > li{
    float:right;
    padding-left:10px;
}
#headerSubMenu > li:nth-child(3)  {
    padding-left: 0;
}
#headerSubMenu > li:nth-child(2) {
    padding-left: 0;
}
#headerMenu{
    list-style-type:none;
    margin:5px 0px 5px 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 #cccccc;
    background: #ffffff;
    /* background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);*/
    /* background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);*/
    /* background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);*/
}

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

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

li.nav6 {
    border-right: 1px solid #cccccc;
}

#headerMenu > li > a:hover {
    color: gray;
}

/*ドロップダウンメニュー*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 980px;
  margin: 5px auto 5px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 15.8%;
  float: left;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.dropmenu li:first-child{
	margin-left: 0px;
}
.dropmenu li:last-child{
	margin-right: 0px;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 10px 10px 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
  background: -webkit-
	  linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  color: #222222;
  font-size: 1.1em;
  line-height: 1;
  text-decoration: none;
  /*border: 1px solid #D6D6D6;*/
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  /*border-top: 1px solid #828c95;*/
  background: #363636; /* Old browsers */
  /*background: -moz-linear-gradient(top, #363636 1%, #505050 3%, #5b5b5b 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, #363636 1%,#505050 3%,#5b5b5b 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #363636 1%,#505050 3%,#5b5b5b 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#5b5b5b',GradientType=0 );*/ /* IE6-9 */
  text-align: left;
  color: white;
}
.dropmenu li:hover > a{
  color: white;
  background: #363636; /* Old browsers */
  /*background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #0e0e0e 0%,#7d7e7d 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 );*/ /* IE6-9 */
}
.dropmenu > li > a {
    border: 1px solid #D6D6D6;
}
.dropmenu li a:hover{
  background: gray;
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
  margin: 0;
  width: 220px;
}
#dropmenu li:nth-child(3) ul li {
    width: 180px;
}
#dropmenu li:nth-child(4) ul li {
    width: 155px;
}
#dropmenu li:nth-child(5) ul li {
    width: 155px;
}
#dropmenu li:nth-child(6) ul li {
    width: 155px;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}
#dropmenu li a img {
    vertical-align: middle;
    margin-right: 5px;
}
/*ドロップダウンメニューここまで*/

/*---------------------------------------------
 header_keyword
---------------------------------------------*/
.top_keyword {
    border: solid 1px #D6D6D6;
    width: 980px;
    text-align: left;
    box-sizing: border-box;
}
.top_keyword li {
    display: inline-table;
    padding-left: 10px;
	color: gray;
}
.top_keyword a{
	color: gray;	
    text-decoration: underline;	
}
.top_keyword a:hover {
    color: #c00000;
}
.top_keyword li:first-child {
    padding-right: 10px;
    background-color: #D6D6D6;
    color: #111111;
}

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

div#footer ul{
	padding: 10px 0 15px 0;
	border-top: 1px dashed #CCCCCC;
	text-align: center;
    margin-right: calc(50.9% - 50vw);
    margin-left: calc(50% - 50vw);
}

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

div#footer ul li:last-of-type {
    border: none;
}

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;*/
}

/*footer*/
.footer1{
    display: block;
    width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
}
.footer2{
    float: left;
    width: 326px;
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer3{
    float: left;
    width: 327px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: dashed 1px #E4E4E4;
    border-right: dashed 1px #E4E4E4;
}
.footer4{
    float: left;
    width: 326px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.footer_h1 {
    font-size: 14px;
    font-weight: normal;
    background-image: url(/images/guide/footer_h2.jpg);
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-size: 312px 30px;
}
h1.footer_h2 {
    font-size: 14px;
    font-weight: normal;
    background-image: url(/images/guide/footer_h2.jpg);
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-size: 297px 30px;
}
.footer_p {
    margin-bottom: 40px;
}
.footer_p a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 0.1%;
}
.footer_p a:hover {
    color: #c00000;
    border-bottom: 1px solid #c00000;
    padding-bottom: 0.1%;
}
.footer_hr {
    height:0px;
    border: 3px solid #EEEEEE;
    margin-bottom: 15px;
    margin-right: calc(50.9% - 50vw);
    margin-left: calc(50% - 50vw);
}
.clear {
    clear: both;
}
.footer-breaking-out{
	margin-right: calc(50.9% - 50vw);
    margin-left: calc(50% - 50vw);
	background-color: #f4f4f4;
}
.footer-container{
	padding-right: calc(50.9vw - 50%);
	padding-left: calc(50vw - 50%);
    padding-top: 1em;
}


/*---------------------------------------------
 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;
    z-index: 9999;
}
@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, 1);
}
.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;
}




/*topへ戻るボタン*/
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}