@charset "utf-8";

/* cssswitchlib.css */

/* <inline> */

.cssswitch-buttons {
	text-align: center;
}
.cssswitch-button-normal,
.cssswitch-button-pconly {
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.cssswitch-button-selected {
	display: none;
}

@media screen and (min-width:1px){
	
	.cssswitch-is-support-browser {
		width: 100px;
		height: 100px;
		position: absolute;
		top: -200px;
		left: 0px;
	}
	
}

/* </inline> */





/* base.css */

/* <inline> */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.gothic {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", HGPMinchoE, serif;
}
.cursive {
	font-family: HGPGyoshotai, cursive;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
body {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
figure, figurecaption {
	display: block;
}
main {
	display: block;
}
[type="submit"], [type="button"], [type="reset"] {
	font-size: 16px;
}
[type="text"], [type="password"] {
	font-size: 16px;
}
textarea {
	font-size: 16px;
}
select {
	font-size: 16px;
}
label > [type="radio"], label > [type="checkbox"] {
	margin-right: 10px;
}


/*
 * CSS3 support browser only
 */
@media screen and (min-width:1px){
	
	[type="submit"], [type="button"], [type="reset"] {
		border-width: 1px;
		padding-right: 50px;
		padding-left: 50px;
		padding-top: 8px;
		padding-bottom: 8px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	[type="text"], [type="password"] {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	textarea {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	select {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

}

/* </inline> */





/* Page base style */

/* <inline> */

html {
	background-image: url(/share/htmlbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 960px;
	*width: auto !important;
	*width: 960px;
}
body {
	background-image: url(/share/bodybg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	min-width: 960px;
	*width: auto !important;
	*width: 960px;
}
.head {
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 960px;
	position: relative;
}
.headtitle {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	margin-top: 32px;
}
.headlogo {
	margin-top: 5px;
	margin-right: auto;
	margin-left: 0px;
	width: 139px;
}
.headnavi {
	margin-top: 32px;
}
.headmenu {
	overflow: hidden;
}
.headmenu > li {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headmenu > li:first-child {
	background-image: url(/share/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.headmenu > li > a {
	background-image: url(/share/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	color: #FFF;
	padding: 16px 12px;
	overflow: hidden;
	display: block;
}
.headwhere {
	font-size: 12px;
	text-align: right;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 920px;
}
.headcontact {
	position: absolute;
	top: 19px;
	right: 0px;
}
.main {
	width: 710px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.maintitle {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 24px;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	margin-top: 1px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.side {
	margin-top: 20px;
	margin-left: 20px;
	width: 230px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* </inline> */

.sidebox {
	font-size: 14px;
}
.sidebox > dt {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-weight: bold;
	line-height: 1.5;
	background-color: #F8F8F8;
	background-image: url(/share/sideboxbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 13px;
}
.sidebox > dt > a {
	color: #000;
}
.sidebox > dt > a:hover,
.sidebox > dt > a:active,
.sidebox > dt > a:focus {
	color: #0042C6;
}
.sidebox > dd {
	background-color: #F8F8F8;
	padding-top: 1px;
	padding-bottom: 20px;
}
.sideboxpopular {
	margin-right: 10px;
	margin-left: 10px;
}
.sideboxpopular > dt {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	background-color: #FFF;
	margin-top: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sideboxpopular > dd {
	padding-bottom: 1px;
}
.sideboxpopularcountry > li {
	text-align: left;
	margin-top: 10px;
}
.sideboxpopularcountry > li > a {
	color: #00F;
	background-image: url(/share/sidelinkmk.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 27px;
	display: block;
}
.sideboxpopularcountry > li >a:hover,
.sideboxpopularcountry > li >a:active,
.sideboxpopularcountry > li >a:focus {
	color: #F00;
}
.sideboxpopularelectronics > li {
	text-align: left;
	margin-top: 10px;
}
.sideboxpopularelectronics > li > a {
	color: #00F;
	background-image: url(/share/sidelinkmk.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 27px;
	display: block;
}
.sideboxpopularelectronics > li > a:hover,
.sideboxpopularelectronics > li > a:active,
.sideboxpopularelectronics > li > a:focus {
	color: #F00;
}
.sideboxdetail {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.sideboxdetail > a {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #1A1A1A;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.sideboxdetail > a:hover,
.sideboxdetail > a:active,
.sideboxdetail > a:focus {
	color: #1A1A1A;
	background-color: #FFF;
}
.sideboxmessagefirst {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.sideboxmessage {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
}
.sideboximage {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.sideindustry {
	margin-top: 20px;
}
.sideindustry > dt > a {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	color: #000;
	background-image: url(/share/sideindustrybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #F8F8F8;
	padding: 25px 15px;
	display: block;
}
.sideindustry > dt > a:hover,
.sideindustry > dt > a:active,
.sideindustry > dt > a:focus {
	color: #0042C6;
	background-color: #FFF;
}
.sideindustry > dd {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	margin-top: 10px;
}
.foot {
	background-color: #4D4D4D;
	background-image: url(/share/footbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 40px;
	padding-top: 46px;
	position: relative;
	min-width: 960px;
	*width: auto !important;
	*width: 960px;
}
.footmenu {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	margin-top: 40px;
	width: 600px;
	vertical-align: top;
	position: relative;
	left: 360px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footmenu > li {
	width: 180px;
	margin-left: 20px;
	padding-top: 10px;
}
.footmenu > li.footmenutrans {
	position: absolute;
	top: 0px;
	left: 0px;
}
.footmenu > li.footmenucompany,
.footmenu > li.footmenulaw,
.footmenu > li.footmenufee,
.footmenu > li.footmenuflow,
.footmenu > li.footmenucontact,
.footmenu > li.footmenucart,
.footmenu > li.footmenuorder,
.footmenu > li.footmenumypage
{
	width: auto;
	margin-right: 200px;
	margin-left: 220px;
}
.footmenu > li.footmenusitemap {
	position: absolute;
	top: 28px;
	right: 0px;
}
.footmenu > li.footmenuhome {
	position: absolute;
	top: 0px;
	right: 0px;
}
.footmenu > li.footmenutop {
	width: 230px;
	position: absolute;
	top: -96px;
	right: 0px;
}
.footmenu > li > a {
	text-align: left;
	color: #FFF;
	background-image: url(/share/footmenubg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 27px;
	display: block;
	*zoom: 1;
}
.footmenu > li > a:hover,
.footmenu > li > a:active,
.footmenu > li > a:focus {
	color: #07E2ED;
}
.footmenu > li.footmenutop > a {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	color: #FFF;
	background-color: #4D4D4D;
	background-image: url(/share/footmenutopbg.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 16px 30px;
	display: block;
}
.footmenu > li.footmenutop > a:hover,
.footmenu > li.footmenutop > a:active,
.footmenu > li.footmenutop > a:focus {
	color: #FF0;
}
.footmenutrans > dl > dt {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footmenutranscategories > li {
	margin-top: 10px;
}
.footmenutranscategories > li > a {
	text-align: left;
	color: #FFF;
	background-image: url(/share/footmenubg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 27px;
	display: block;
	*zoom: 1;
}
.footmenutranscategories > li > a:hover,
.footmenutranscategories > li > a:active,
.footmenutranscategories > li > a:focus {
	color: #07E2ED;
}
.footaboutus {
	margin-top: 40px;
	margin-right: 90px;
	width: 270px;
	vertical-align: top;
	position: relative;
	right: 600px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footcopyright {
	text-align: center;
	color: #FFF;
	margin-top: 40px;
	padding-bottom: 50px;
}
.footcopyright > small {
	font-size: 16px;
}
.footcopyright > a {
	font-size: 16px;
	color: #FFF;	
}
.footcopyright > a:hover,
.footcopyright > a:active,
.footcopyright > a:focus {
	color: #FF0;
}
.cssswitch-button-normal,
.cssswitch-button-pconly {
	text-decoration: underline;
	color: #00F;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cssswitch-button-normal:hover,
.cssswitch-button-normal:active,
.cssswitch-button-normal:focus,
.cssswitch-button-pconly:hover,
.cssswitch-button-pconly:active,
.cssswitch-button-pconly:focus {
	color: #F00;
}
.subtitle {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	background-image: url(/share/subtitlebg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 40px;
	margin-right: -980px;
	margin-left: -980px;
	padding-right: 1000px;
	padding-bottom: 21px;
	padding-left: 1000px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.linkbutton {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #1A1A1A;
	padding: 10px 20px;
	display: block;
}
.linkbutton:hover,
.linkbutton:active,
.linkbutton:focus {
	color: #1A1A1A;
	background-color: #FFF;
}
.table {
	border-collapse: collapse;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.table > thead > tr > th {
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
	padding: 20px 40px;
	vertical-align: middle;
}
.table > tbody > tr > th {
	text-align: left;
	line-height: 1.5;
	white-space: nowrap;
	border: 1px solid #F0F0F0;
	padding: 20px 40px;
	vertical-align: middle;
}
.table > tbody > tr > td {
	text-align: left;
	line-height: 1.5;
	border: 1px solid #F0F0F0;
	padding: 20px 40px;
	vertical-align: middle;
}
.dltable {
	margin-top: 40px;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
	*position: relative;
}
.dltable > dt {
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	background-color: #F8F8F8;
	margin-bottom: -9980px;
	border-top: 1px solid #F0F0F0;
	border-right: 1px dotted #F0F0F0;
	border-left: 1px solid #F0F0F0;
	padding: 20px 30px 10000px;
	width: 177px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.dltable > dd {
	text-align: left;
	line-height: 1.5;
	margin-bottom: -9980px;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	padding: 20px 30px 10000px;
	width: 410px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.periodscolumn {
	padding-top: 0px !important;
}
.boxlist {
	text-align: left;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	padding-left: 1.5em;
}
.boxlist > li {
	margin-top: 1.5em;
}
.messagefirst {
	text-align: left;
	line-height: 1.5;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
}
.message {
	text-align: left;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-right: 40px;
	margin-left: 40px;
}





/* <inline> */

/*
 * CSS3 support browser only
 */
@media screen and (min-width:1px){

/* </inline> */

/* <inline> */

	.headmenu > li > a {
		background-color: rgba(255, 255, 255, 0);
		transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
	}
	.headmenu > li > a:hover,
	.headmenu > li > a:active,
	.headmenu > li > a:focus {
		background-color: rgba(255, 255, 255, 0.2);
	}
	
/* </inline> */

	.sidebox > dt {
		background-color: rgba(248, 248, 248, 0.7);
	}
	.sidebox > dd {
		background-color: rgba(248, 248, 248, 0.7);
	}
	.sideboxdetail > a {
		background-color: rgba(26, 26, 26, 0.7);
		transition: background-color 0.5s ease, color 0.5s ease;
		-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	}
	.sideboxdetail > a:hover,
	.sideboxdetail > a:active,
	.sideboxdetail > a:focus {
		background-color: rgba(255, 255, 255, 0.7);
	}
	.linkbutton {
		background-color: rgba(26, 26, 26, 0.7);
		transition: background-color 0.5s ease, color 0.5s ease;
		-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	}
	.linkbutton:hover,
	.linkbutton:active,
	.linkbutton:focus {
		background-color: rgba(255, 255, 255, 0.7);
	}

/* <inline> */

}

/* </inline> */





/* <mobile> */





	/* <inline> */

@media screen and (max-width:779px){

	/* </inline> */

	/* <inline> */

	html {
		background-image: url(/share/htmlbg-m480.png);
		background-position: right top;
		min-width: 480px;
		*width: auto;
	}
	body {
		background-image: none;
		min-width: 480px;
		*width: auto;
	}
	.head {
		width: 100%;
		min-width: 480px;
		overflow: hidden;
	}
	.headtitle {
		line-height: 1.5;
		white-space: normal;
		color: #FFF;
		background-color: #000;
		margin-top: 0px;
		margin-right: -980px;
		margin-left: -980px;
		padding: 5px 1000px;
		width: auto;
		display: inline-block;
	}
	.headlogo {
		margin-top: 14px;
		margin-left: 20px;
		width: 100px;
	}
	.headlogo > cite > a > img {
		width: 100%;
		height: auto;
	}
	.headnavi {
		margin-top: 14px;
	}
	.headmenu {
		background-color: rgba(0,0,0,0.1);
		margin-right: -1000px;
		margin-left: -1000px;
		padding-right: 1000px;
		padding-bottom: 10px;
		padding-left: 1000px;
		width: 480px;
		height: auto;
		vertical-align: top;
		display: inline-block;
	}
	.headmenu > li {
		background-image: none;
		margin-top: 10px;
		width: 235px;
	}
	.headmenu > li:nth-child(odd) {
		margin-right: 10px;
	}
	.headmenu > li > a {
		background-image: none;
		font-size: 14px;
		color: #FFF;
		background-color: rgba(0,0,0,0.4);
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.headmenu > li > a:hover,
	.headmenu > li > a:active,
	.headmenu > li > a:focus {
		background-color: rgba(0,0,0,0.8);
	}
	.headwhere {
		background-color: rgba(255,255,255,0.7);
		border-bottom: 1px dotted rgba(0,0,0,0.2);
		padding-right: 20px;
		padding-left: 20px;
		width: auto;
	}
	.headcontact {
		display: none;
	}
	.main {
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		min-width: 480px;
		overflow: hidden;
		display: block;
	}
	.maintitle {
		line-height: 1.5;
		white-space: normal;
		margin-right: -980px;
		margin-left: -980px;
		border-bottom: 1px dotted rgba(0,0,0,0.2);
		padding-left: 1000px;
		padding-right: 1000px;
		width: auto;
		display: inline-block;
	}
	.side {
		margin-left: 0px;
		width: 100%;
		min-width: 480px;
		overflow: hidden;
		display: block;
	}
	
	/* </inline> */
	
	.sidebox {
		margin-right: 10px;
		margin-left: 10px;
	}
	.sideboxpopularcountry > li {
		margin-top: 20px;
	}
	.sideboxpopularelectronics > li {
		margin-top: 20px;
	}
	.sideindustry {
		margin-right: 10px;
		margin-left: 10px;
	}
	.sideindustry > dt > a {
		text-align: center;
		padding-right: 115px;
		padding-left: 0px;
	}
	.sideindustry > dt > a:hover,
	.sideindustry > dt > a:active,
	.sideindustry > dt > a:focus {
		color: #0042C6;
		background-color: #FFF;
	}
	.sideindustry > dd {
		display: inline-block;
	}
	.foot {
		min-width: 480px;
		*width: auto;
	}
	.footmenu {
		text-align: center;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		width: 480px;
		left: 0px;
		display: block;
	}
	.footmenu > li {
		text-align: left;
		width: 225px;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 20px;
		vertical-align: top;
		display: inline-block;
	}
	.footmenu > li.footmenutrans {
		width: 460px;
		position: static;
	}
	.footmenu > li.footmenucompany,
	.footmenu > li.footmenulaw,
	.footmenu > li.footmenufee,
	.footmenu > li.footmenuflow,
	.footmenu > li.footmenucontact,
	.footmenu > li.footmenucart,
	.footmenu > li.footmenuorder,
	.footmenu > li.footmenumypage
	{
		width: 225px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.footmenu > li.footmenusitemap {
		position: static;
	}
	.footmenu > li.footmenuhome {
		position: static;
	}
	.footmenu > li.footmenutop {
		margin-right: auto;
		margin-left: auto;
		left: 0px;
	}
	.footmenu > li > a {
		background-color: #606060;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footmenutrans > dl > dt {
		color: #FFF;
		background-color: transparent;
		border-top: 1px solid #606060;
		border-bottom: 1px solid #606060;
	}
	.footmenutranscategories {
		border-bottom: 1px solid #606060;
		padding-bottom: 20px;
	}
	.footmenutranscategories > li {
		margin-top: 20px;
	}
	.footmenutranscategories > li > a {
		background-color: #606060;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footaboutus {
		margin-right: 0px;
		width: auto;
		position: static;
		display: block;
	}
	.footcopyright {
		font-size: 12px;
		text-align: left;
		margin-right: 20px;
		margin-left: 20px;
		padding-bottom: 40px;
		display: inline-block;
	}
	.table {
		margin-right: 10px;
		margin-left: 10px;
		border-bottom: 1px solid #F0F0F0;
		border-collapse: separate;
		display: block;
		overflow: hidden;
	}
	.table > thead,
	.table > tbody,
	.table > thead > tr,
	.table > tbody > tr,
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tbody > tr > td {
		width: 100%;
		float: left;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tbody > tr > td {
		text-align: left;
		white-space: normal;
		border-top: 1px dotted #F0F0F0;
		border-bottom: none;
		padding-right: 20px;
		padding-left: 20px;
	}
	.table > thead > tr > th:first-child,
	.table > tbody > tr > th:first-child,
	.table > tbody > tr > td:first-child {
		border-top: 1px solid #F0F0F0;
	}
	.dltable {
		margin-right: 10px;
		margin-left: 10px;
	}
	.dltable > dt {
		padding-right: 20px;
		padding-left: 20px;
		width: 30%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.dltable > dd {
		padding-right: 20px;
		padding-left: 20px;
		width: 70%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.boxlist {
		margin-right: 20px;
		margin-left: 20px;
	}
	.messagefirst {
		margin-right: 20px;
		margin-left: 20px;
	}
	.message {
		margin-right: 20px;
		margin-left: 20px;
	}

	/* <inline> */

}

	/* </inline> */





	/* <inline> */

@media screen and (max-width:479px){

	/* </inline> */

	/* <inline> */

	html {
		min-width: 320px;
	}
	body {
		min-width: 320px;
	}
	.head {
		min-width: 320px;
	}
	.headtitle {
		margin-left: -990px;
		margin-right: -990px;
	}
	.headlogo {
		margin-left: 10px;
	}
	.headmenu {
		text-align: left;
		width: 300px;
		position: relative;
		display: -webkit-inline-flex;
		-webkit-flex-flow: row wrap;
		-webkit-justify-content: space-between;
		display: inline-flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.headmenu > li {
		text-align: center;
		-webkit-order: 2;
		-webkit-flex: 0 0 300px;
		order: 2;
		flex: 0 0 300px;
	}
	.headmenu > li:nth-child(odd) {
		margin-right: 0;
	}
	.headmenu > li.headmenucompany,
	.headmenu > li.headmenucart,
	.headmenu > li.headmenumember,
	.headmenu > li.headmenurecruit {
		-webkit-flex: 0 0 145px;
		flex: 0 0 145px;
	}
	.headmenu > li.headmenucontact {
		-webkit-order: 3;
		order: 3;
	}
	.headmenu > li.headmenuhome {
		-webkit-order: 1;
		order: 1;
	}
	.headwhere {
		padding-right: 10px;
		padding-left: 10px;
		top: 274px;
	}
	.main {
		min-width: 320px;
	}
	.maintitle {
		margin-right: -990px;
		margin-left: -990px;
	}
	.side {
		min-width: 320px;
	}

	/* </inline> */

	.foot {
		min-width: 320px;
	}
	.footmenu {
		width: 320px;
	}
	.footmenu > li.footmenutrans {
		width: 225px;
		position: static;
	}
	.subtitle {
		margin-right: -990px;
		margin-left: -990px;
	}
	.linkbutton {
		padding-right: 10px;
		padding-left: 10px;
	}
	.dltable > dt {
		margin-bottom: 0px;
		border-top: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		border-left: 1px solid #F0F0F0;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		width: auto;
		display: block;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
	}
	.dltable > dd {
		margin-bottom: 0px;
		border-top: 1px dotted #F0F0F0;
		border-right: 1px solid #F0F0F0;
		border-left: 1px solid #F0F0F0;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		width: auto;
		display: block;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
	}
	.messagefirst {
		margin-right: 10px;
		margin-left: 10px;
	}
	.message {
		margin-right: 10px;
		margin-left: 10px;
	}
	.boxlist {
		margin-right: 10px;
		margin-left: 10px;
	}

	/* <inline> */

}

	/* </inline> */





	/* <inline> */

@media screen and (max-width:779px){

	@keyframes fadein {
		from{
			height: 10px;
			overflow: hidden;
		}
		to{
			height: 176px;
			overflow: hidden;
		}
	}
	@-webkit-keyframes fadein {
		from{
			height: 10px;
			overflow: hidden;
		}
		to{
			height: 176px;
			overflow: hidden;
		}
	}
	
	.rwd-head > .headnavi {
		position: relative;
	}
	.rwd-head > .headnavi > .headmenu {
		display: none;
		animation: fadeout 0.5s;
	}
	.rwd-headmenuon > .headnavi > .headmenu {
		display: inline-block;
		animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
	}
	.rwd-head > .headnavi > .rwd-headmenumobile {
		font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-weight: bold;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1;
		color: #000;
		background-image: url(/share/rwd-headmenumobilebg-off.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-top: 20px;
		padding-right: 64px;
		padding-bottom: 20px;
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: -54px;
	}
	.rwd-headmenuon > .headnavi > .rwd-headmenumobile {
		background-image: url(/share/rwd-headmenumobilebg-on.png);
	}
	
}

	/* </inline> */





	/* <inline> */

@media screen and (max-width:479px){
	
	@keyframes fadein {
		from{
			height: 10px;
		}
		to{
			height: 220px;
		}
	}
	@-webkit-keyframes fadein {
		from{
			height: 10px;
		}
		to{
			height: 220px;
		}
	}

	.rwd-headmenuon > .headnavi > .headmenu {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

}

	/* </inline> */





/* </mobile> */
