@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
/*	border: 0;*/
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #3E3A39;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 40px;
	width: 1054px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 17px;
}

#gHeader .hBox {
	margin-bottom: 16px;
	padding: 5px 0 4px;
	background-color: #EA525E;
}

#gHeader .hBox h1 {
	margin: 0 auto;
	width: 1054px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#gHeader .hInner {
	margin: 0 auto;
	width: 1062px;
}

#gHeader .hInner .logo {
	float: left;
}

#gHeader .hInner .rBox {
	padding-top: 9px;
	width: 772px;
	float: right;
}

#gHeader .hInner .rBox .textLink {
	width: 620px;
	float: left;
}

#gHeader .hInner .rBox .textLink li {
	margin-right: 22px;
	display: inline;
}

#gHeader .hInner .rBox .textLink li img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#gHeader .hInner .rBox .link {
	padding-right: 5px;
	width: 146px;
	float: right;
}

#gHeader .hInner .rBox .link a {
	padding: 5px 3px 2px;
	display: block;
	color: #fff;
	font-size: 11px;
	background: #298E4A;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
    behavior: url(js/pie.htc);
}

#gHeader .hInner .rBox .link a:hover {
	background: #017F40;
}

#gHeader .hInner .rBox .link img {
	margin: -2px 6px 0 0;
	vertical-align: middle;
}
span#cart_badge{
	display:block;
	float:right;
	position:relative;
	top: -38px;
	left: 8px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;/* width,heightの半分 */
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #EF565C;
    color:#FFF;
    text-align: center;
    padding-top:3px;
    box-sizing:border-box;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 761px;
	float: right;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-left: 1px;
	width: 230px;
	float: left;
}

#sideBar .link {
	margin-bottom: 25px;
}

#sideBar .link a {
	padding: 30px 20px 23px 90px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/common/s_link_out.gif) no-repeat;
}

#sideBar .link a:hover {
	background: url(/img/common/s_link_over.gif) no-repeat;
}

#sideBar .title {
	margin-bottom: 28px;
	padding: 6px 20px 3px;
	font-size: 15px;
	letter-spacing: 2px;
	background-color: #DDD;
}

#sideBar .listTtl {
	margin-bottom: 16px;
	color: #268D48;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sideBar .sNavi {
	margin-bottom: 24px;
	padding-bottom: 6px;
	background: url(/img/common/s_line.gif) repeat-x left bottom;
}

#sideBar .sNavi li {
	margin: 0 -21px 11px 0;
	font-size: 15px;
	letter-spacing: 1px;
}

#sideBar .sNavi li a {
	padding-left: 15px;
	display: inline-block;
	background: url(/img/common/icon03.gif) no-repeat 2px 6px;
}

#sideBar .none {
	background-image: none;
}

#sideBar .sNavi01 {
	padding-bottom: 8px;
}

#sideBar .sNavi02 {
	margin-bottom: 54px;
	padding-bottom: 0;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 25px 0;
	overflow: hidden;
	background-color: #298E4A;
}

#gFooter p {
	margin: 0 auto;
	width: 1054px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.sp {
	display: none;
}
div#other_contact{
    height:60px;
    width:100%;
    border:1px solid ;
    margin:20px 0;
    text-align:center;
    padding:10px;
    box-sizing: border-box;
    color:#298E4A;
    background-color:#fff;
}
div#other_contact:hover{
    background-color:#298E4A;
    color:#fff;
}
table#temp_serials{
        width:auto;
}
div#window_area div#forgot p{
    text-align:left;
}
ol.orderedlist{
      margin-left:2.5em; 
      margin-top:1em;
}
ol.orderedlist li{
      list-style-type: decimal !important;
      list-style-position: outside !important;
}
#gMessageHeader {
	margin-bottom: 17px;
}

#gMessageHeader .hBox {
	margin-bottom: 16px;
	padding: 5px 0 4px;
	background-color: #EA525E;
	text-align: center;
}

#gMessageHeader .hBox span {
	margin: 0 auto;
	width: 1054px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	body {
		min-width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		margin-bottom: 0;
	}
	
	#gHeader .hBox {
		display: none;
	}
	
	#gHeader .hInner {
		padding: 10px 10px 10px 45px;
		width: auto;
		position: relative;
	}
	
	#gHeader .hInner .logo {
		padding-top: 5px;
		width: 150px;
	}
	
	#gHeader .hInner .logo img {
		width: 100%;
	}
	
	#gHeader .hInner .rBox {
		width: auto;
		float: none;
	}
	
	#gHeader .hInner .rBox .textLink {
		display: none;
	}
	
	#gHeader .hInner .rBox .link {
		margin-top: -3px;
		padding: 0;
		width: 100px;
	}
	
	#gHeader .hInner .rBox .link img {
		width: 18px;
	}
	
	#gHeader .hInner .rBox .link a {
		padding: 5px 3px;
		font-size: 10px;
	}
	
	#gHeader .hInner .spMenu {
		position: absolute;
		left: 0;
		top: 6px;
	}
	
	.spBox {
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
	}
	
	.spBox ul li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #00B050;
	}
	
	.spBox ul li a {
		padding: 10px 10px 10px 15px;
		display: block;
		color: #00B050;
		position: relative;
		text-decoration: none;
	}
	
	.spBox ul li a:before {
		margin-top: -8px;  
		width: 16px;  
		height: 16px;
		background: url(/img/common/icon02.png) no-repeat;
		background-size: 16px 16px;
		display: block;  
	  
		position: absolute;  
		top: 50%;  
		right: 12px;  
		content: "";  
	}
	
	.spBox ul li .on:before {
		margin-top: -8px;  
		width: 16px;  
		height: 16px;
		background: url(/img/common/icon02_over.png) no-repeat;
		background-size: 16px 16px;
		display: block;  
	  
		position: absolute;  
		top: 50%;  
		right: 12px;  
		content: "";  
	}
	
	.spBox ul li p {
		margin: 0 10px 0 15px;
		padding: 2px 8px;
		color: #fff;
		background-color: #00B050;
	}
	
	.spBox ul li ul {
		margin: 10px 10px 10px 15px;
	}
	
	.spBox ul li ul li {
		border: none;
		font-size: 13px;
	}
	
	.spBox ul li ul li a {
		padding: 0 0 2px 1em;
		text-indent: -1em;
	}
	
	.spBox ul li ul li a:before {
		background: none;
	}
	
	.spBox ul li .infoSp {
		display: none;
	}

	#main {
		margin: 0 0 30px;
		padding: 0 10px;
		width: auto;
	}
	
	/*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
	#conts {
		float: none;
		width: auto;
	}
	
	/*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
	#sideBar {
		display: none;
		padding: 0;
		float: none;
		width: auto;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 7px 0;
	}
	
	#gFooter p {
		width: auto;
	}
	span.datetime{
		display:block;
		width:100%;
	}
	span.datetime span.datetime_title{
		display:block;
		float:left;
		width:100px;
	}
	span.sp_100{
		display:block;
		width:100%;
	}
}