@charset "utf-8";

/* Memo -------------------------

1. IE hack Last Setting

*/
/*-------------------------------
320 : iphone(tate)
480 : iphone(yoko)
768 : ipad(tate)
1024: ipad(yoko),PC
1920: PC
-------------------------------*/
@media screen and (min-width: 641px) {
.sp_only {
	display: none !important;
}
}

@media screen and (max-width: 640px) {
.pc_only {
	display: none !important;
}
}
/*-------------------------------
 Design Style
-------------------------------*/
h1#contname {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0.1em;
	max-width: 640px;
	margin: 20px auto 10px;
}

@media screen and (max-width: 640px) {
h1#contname {
	margin: 5px auto;
}
h4 {
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f5f6 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(37%, #f2f5f6), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f5f6 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f5f6 37%, #c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f5f6 37%, #c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f2f5f6 37%, #c8d7dc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	border-top: 5px solid #059164;
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 5px 4px;
	vertical-align: middle;
}
h4 span {
	background-image: url("/mirror-assets/cbd5b57454253f8b0df41ad5cd56a3adc709287cdae61ec88c42f08f8ab7745f.gif");
	background-position: 5px 6px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	padding-top: 0;
	padding-left: 2px;
	text-indent: 15px;
}
}
.form_style {
	max-width: 800px;
	margin: 0 auto;
}
.pankuzu li {
	min-width: 90px;
	background-color: #999999;
	margin-right: 15px;
}
.pankuzu li a {
	color: #999999;
	border: 1px solid #999999;
	background-color: #FFF;
	padding: 2px 5px;
	display: block;
	height: 100%;
	margin-right: 15px;
}
.pankuzu li.now {
	background-color: #7dbb00;
	background-image: url("/mirror-assets/af48e91ae53fe87f583473194ea482659157c0af77d6a505c7cff21c5854492b.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
}
.pankuzu li.now a {
	background-color: #FFFEFE;
	color: #7dbb00;
	border: 1px solid #7dbb00;
	margin-right: 18px;
}
.pankuzu li.before {
	background-color: #ed4960;
	background-image: url("/mirror-assets/af48e91ae53fe87f583473194ea482659157c0af77d6a505c7cff21c5854492b.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;/*
        &:hover{
          @include css3(transition,0.5s);
          background-color: $HOVER_COLOR;
        }
  */
}
.pankuzu li.before a {
	color: #ed4960;
	border: 1px solid #ed4960;
	margin-right: 18px;
	margin-right: 20px;/*
         &:hover{
            @include css3(transition,0.5s);
            color: $HOVER_COLOR;
            border: 1px solid $HOVER_COLOR;
          }
  */
}
h1.form_style, h2.form_style, h3.form_style, h4.form_style {
	max-width: 780px;
}
form.form_style .form_box {
	width: 100%;
	display: table;
	margin-top: 10px;
}
form.form_style .form_box dl {
	display: table-row;
	margin: 0;
}
form.form_style .form_box dl dt, form.form_style .form_box dl dd {
	height: 100%;
	min-height: 30px;
	display: table-cell;
	margin: 0;
	padding: 7px 5px 5px;
	border-top: 1px solid #bbbbbb;
	vertical-align: top;
}
form.form_style .form_box dl dt {
	background-color: #eaeaea;
	width: 120px;
	padding-left: 10px;
}
form.form_style .form_box dl dd {
	background-color: white;
}
form.form_style .form_box dl dd p {
	margin: 2px 0 0;
}
form.form_style .form_box dl dd label {
	cursor: pointer;
}
form.form_style .form_box dl:first-child dt, form.form_style .form_box dl:first-child dd {
	border-top: 0;
}
form.form_style .form_box select, form.form_style .form_box textarea, form.form_style .form_box input[type="text"], form.form_style .form_box input[type="password"], form.form_style .form_box input[type="datetime"], form.form_style .form_box input[type="datetime-local"], form.form_style .form_box input[type="date"], form.form_style .form_box input[type="month"], form.form_style .form_box input[type="time"], form.form_style .form_box input[type="week"], form.form_style .form_box input[type="number"], form.form_style .form_box input[type="email"], form.form_style .form_box input[type="url"], form.form_style .form_box input[type="search"], form.form_style .form_box input[type="tel"], form.form_style .form_box input[type="color"] {
	width: 200px;
	min-height: 20px;
	border-radius: 5px;
	border: 1px solid #AAB;
}
form.form_style .form_box dd.xxsmall select, form.form_style .form_box dd.xxsmall textarea, form.form_style .form_box dd.xxsmall input {
	max-width: 30px;
}
form.form_style .form_box dd.xsmall select, form.form_style .form_box dd.xsmall textarea, form.form_style .form_box dd.xsmall input {
	max-width: 60px;
}
form.form_style .form_box dd.xsmall2 select, form.form_style .form_box dd.xsmall2 textarea, form.form_style .form_box dd.xsmall2 input {
	max-width: 70px;
}
form.form_style .form_box dd.small select, form.form_style .form_box dd.small textarea, form.form_style .form_box dd.small input {
	max-width: 120px;
}

@media screen and (max-width: 640px) {
form.form_style .form_box select, form.form_style .form_box textarea, form.form_style .form_box input[type="text"], form.form_style .form_box input[type="password"], form.form_style .form_box input[type="datetime"], form.form_style .form_box input[type="datetime-local"], form.form_style .form_box input[type="date"], form.form_style .form_box input[type="month"], form.form_style .form_box input[type="time"], form.form_style .form_box input[type="week"], form.form_style .form_box input[type="number"], form.form_style .form_box input[type="email"], form.form_style .form_box input[type="url"], form.form_style .form_box input[type="search"], form.form_style .form_box input[type="tel"], form.form_style .form_box input[type="color"] {
	width: 94%;
	min-height: 20px;
}
form.form_style .form_box dd.xsmall2 select, form.form_style .form_box dd.xsmall2 textarea, form.form_style .form_box dd.xsmall2 input {
	max-width: 60px;
}
}/*End @media screen and (max-width: 640px)--- */
form.form_style .form_box select:focus, form.form_style .form_box textarea:focus, form.form_style .form_box input:focus {
	border: 1px solid #87cefa;
}
form.form_style .btn_box {
	width: 100%;
	text-align: right;
	display: block;
}
form.form_style .btn_box ul {
	list-style: none outside none;
}
form.form_style .btn_box li {
	display: inline-block;
	margin-right: 10px;
}
form.form_style .err, form.form_style .rule {
	font-size: 0.7em;
}
.detail_list {
	width: 600px;
	margin: 20px 0;
	display: table;
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
.detail_list dl {
	height: 100%;
	display: table-cell;
	overflow: hidden;
}
.detail_list dl.title {
	width: 14%;
}
.detail_list dl.place {
	width: 30%;
}
.detail_list dl.access {
	width: 10%;
}
.detail_list dl.b_price {
	width: 10%;
}
.detail_list dl.s_price {
	width: 12%;
}
.detail_list dl.struct {
	width: 10%;
}
.detail_list dl.history {
	width: 14%;
}
.detail_list dl dt {
	padding: 4px;
	font-size: 0.7em;
	text-align: center;
	background-color: #F2F2F2;
	min-height: 20px;
	font-weight: bold;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
.detail_list dl dd {
	padding: 4px;
	font-size: 0.7em;
	text-align: center;
	border-left: 1px #999999 solid;
	padding-bottom: 32767px;
	margin-bottom: -32763px;
	line-height: 1.26em;
	vertical-align: middle;
}
.detail_linkbox {
	width: 600px;
	margin: 10px 0;
}

@media screen and (max-width: 640px) {
.detail_list {
	width: 99%;
	margin: 5px 0;
	display: table;
	border: 0;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
.detail_list dl {
	display: table-row;
	overflow: hidden;
}
.detail_list dl.title, .detail_list dl.place, .detail_list dl.access, .detail_list dl.b_price, .detail_list dl.s_price, .detail_list dl.struct, .detail_list dl.history {
	width: auto;
}
.detail_list dl dt, .detail_list dl dd {
	display: table-cell;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	vertical-align: top;
}
.detail_linkbox {
	width: 99%;
	margin: 5px 0;
	text-align: right;
}
}/*End -- @media screen and (max-width: 640px)*/
 input:-moz-placeholder {
 　color: #eeeeee;
}
input::-webkit-input-placeholder {
 　color: #eeeeee;
}
 textarea:-moz-placeholder {
 　color: #eeeeee;
}
textarea::-webkit-input-placeholder {
 　color: #eeeeee;
}

/* ▼ テンプレート
------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
/* ▼ TOP／Index
------------------------------------------------------------------- */
#container_01 #sub_nav {
}

@media screen and (max-width: 640px) {
#container_01 #sub_nav {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#container_01 #sub_nav p {
	font-size: 16px;
	font-weight: bold;
}
#container_01 #sub_nav p span {
	color: #F0392B;
	font-size: 16px;
}
#container_01 #sub_nav form {
	text-align: center;
}
#container_01 #sub_nav form input[type="text"] {
	padding: 4px 5px;
}
#container_01 #sub_nav form button {
	vertical-align: top;
	height: 28px;
}
#container_01 #sub_nav .FS2_Search_textarea {
	width: 70%;
}
}

@media screen and (max-width: 413px) {
#container_01 #sub_nav p {
	font-size: 13px;
	font-weight: bold;
}
#container_01 #sub_nav p span {
	color: #F0392B;
	font-size: 13px;
}
}
#container_02 #main_st #t_brandlist #brand_itiran span {
}

@media screen and (max-width: 640px) {
#container_02 #main_st #t_brandlist #brand_itiran span {
	background-position: 5px 6px;
	padding-top: 0;
}
}
#container_02 #main_st #news_area {
}
#container_02 #main_st #news_area #n_title img {
}
#container_02 #main_st #news_area #n_title #n_line {
}
#container_02 #main_st #news_area #n_contents {
}
#container_02 #main_st #news_area #n_contents dt {
}
#container_02 #main_st #news_area #n_contents img {
}
#container_02 #main_st #news_area #n_contents dd {
}
#container_02 #main_st #news_area #n_contents dd a {
}
#container_02 #main_st #news_area #n_contents dd a:hover {
}
#container_02 #main_st #news_area #n_contents span {
}
#container_02 #main_st #news_area #n_contents #n_link {
}
#container_02 #main_st #news_area #n_contents #n_link a {
}
#container_02 #main_st #news_area #n_contents #n_link a:hover {
}
#container_02 #main_st #news_area #n_contents #n_ex {
}
#container_02 #main_st #news_area #n_contents #n_ex #n_title_text {
}
#container_02 #main_st #news_area #n_contents #n_ex #n_text {
}
#container_02 #main_st #news_area #n_contents #n_ex dt {
}
#container_02 #main_st #news_area #n_contents #n_ex #n_img {
}
.text_link_jisin {
}
#container_02 #main_st #news_area #n_contents #n_ex #n_right {
}
#container_02 #main_st #news_area #n_contents #news_line {
}

@media screen and (max-width: 640px) {
#container_02 #main_st #news_area {
	float: none;
	height: auto;
	margin-bottom: 10px;
	width: auto;
}
#container_02 #main_st #news_area #n_contents, #container_02 #main_st #news_area #sp_news {
	float: none;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: auto;
}
#container_02 #main_st #news_area #n_contents img, #container_02 #main_st #news_area #sp_news img {
	float: none;
	height: auto;
	margin-right: 5px;
	max-width: 100%;
}
#container_02 #main_st #news_area #n_contents #n_link, #container_02 #main_st #news_area #sp_news #n_link {
	float: none;
	width: auto;
}
#container_02 #main_st #news_area #n_contents #n_ex, #container_02 #main_st #news_area #sp_news #n_ex2 {
	float: none;
	width: auto;
}
#container_02 #main_st #news_area #n_contents #n_ex #n_title_text {
	float: none;
	margin-bottom: 5px;
	margin-top: 18px;
	width: auto;
}
#container_02 #main_st #news_area #sp_news #n_ex2 #text_title {
	float: none;
	margin: 5px;
	width: auto;
}
#container_02 #main_st #news_area #sp_news #n_ex2 #news_bn {
	float: none;
	height: auto;
	margin: 5px;
	width: auto;
}
#container_02 #main_st #news_area #n_contents #n_ex #n_text, #container_02 #main_st #news_area #sp_news #n_ex2 #n_text {
	height: auto;
	float: none;
	margin-top: 5px;
	width: auto;
}
#container_02 #main_st #news_area #n_contents #n_ex dl, #container_02 #main_st #news_area #sp_news #n_ex2 dl {
	float: right;
	width: 67%;
}
#container_02 #main_st #news_area #n_contents #n_ex #n_img, #container_02 #main_st #news_area #sp_news #n_ex2 #n_img {
	float: left;
	height: auto;
	margin-left: 5px;
	width: 30%;
}
#container_02 #main_st #news_area #n_contents #n_ex dt {
	font-weight: bold;
	width: 100%;
}
#container_02 #main_st #news_area #sp_news #n_ex2 #news_date {
	float: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px 5px;
	width: 100%;
}
#container_02 #main_st #news_area #n_contents #n_ex #n_right, #container_02 #main_st #news_area #sp_news #n_ex2 #n_right {
	float: none;
	width: auto;
}
#container_02 #main_st #news_area #n_contents #news_line, #container_02 #main_st #news_area #sp_news #news_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	float: none;
	margin: 10px 0;
	width: 100%;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
#container_02 #main_st #m_rank {
	margin-bottom: 20px;
}
#container_02 #main_st #m_rank .bx-has-pager {
	display: none;
}
#m_rank #n_title img {
}
#m_rank #n_title #n_line {
}
#container_02 #main_st #m_rank #rank_fream {
	max-width: 645px;
}

@media screen and (max-width: 640px) {
#container_02 #main_st #m_rank {
	width: 100%;
	float: none;
	margin-bottom: 5px;
}
#container_02 #main_st #m_rank .bx-has-pager {
	display: block;
}
#m_rank #n_title img {
	margin: 0px;
	padding: 0px;
	float: none;
}
#m_rank #n_title #n_line {
	height: 5px;
	margin-top: 25px;
}
#container_02 #main_st #m_rank #rank_fream {
	float: none;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#container_02 #main_st #m_rank #rank_fream iframe {
	width: 100%;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
#container_02 #main_st #t_brandlist {
}
#container_02 #main_st #t_brandlist #brand_itiran h3 {
}
#container_02 #main_st #t_brandlist #brand_itiran li {
	width: 25%;
}
#container_02 #main_st #t_brandlist #brand_itiran li p {
	width: 150px;
	margin: 0 auto;
}
#container_02 #main_st #t_brandlist #brand_itiran li a img {
}
#container_02 #main_st #t_brandlist #brand_itiran span {
}
#container_02 #main_st #t_brandlist #brand_itiran span.default {
	background: none;
	text-indent: 0;
	padding-top: 0;
}
#container_02 #main_st #t_brandlist #brand_itiran a {
	margin: 0 auto;
}
#container_02 #main_st #t_brandlist #brand_itiran a:hover {
}
#container_02 #main_st #t_brandlist #brand_itiran .brand_2line {
}
#container_02 #main_st #t_brandlist #brand_itiran .brand_2line #bra_ichiran_end {
}
#bra_ichiran_end {
}
#bra_ichiran_center {
}
#container_02 #main_st #t_brandlist #brand_itiran {
}

@media screen and (max-width: 640px) {
#container_02 #main_st #t_brandlist, #container_02 #main_st #t_linklist {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#container_02 #main_st #t_brandlist #brand_itiran h3, #container_02 #main_st #t_linklist #link_itiran h3 {
	width: auto;
	height: 35px;
	float: none;
}
#container_02 #main_st #t_brandlist #brand_itiran li, #container_02 #main_st #t_linklist #link_itiran li {
	float: none;
	width: 49%;
	height: auto;
	display: inline-block;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 0px;
}
#container_02 #main_st #t_brandlist #brand_itiran li a img, #container_02 #main_st #t_linklist #link_itiran li a img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#container_02 #main_st #t_brandlist #brand_itiran .brand_2line, #container_02 #main_st #t_linklist #link_itiran .brand_2line {
	margin-top: 0;
	border: 0;
	float: none;
	width: auto;
}
#container_02 #main_st #t_brandlist #brand_itiran .brand_2line #bra_ichiran_end {
	float: none;
	margin-left: 0;
}
#bra_ichiran_end {
	float: none;
}
#bra_ichiran_center {
	float: none;
	margin-left: 0;
}
#container_02 #main_st #t_brandlist #brand_itiran, #container_02 #main_st #t_linklist #link_itiran {
	width: auto;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}

/*#t_categorylist*/
@media screen and (max-width: 640px) {
#container_02 #main_st #t_categorylist {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#container_02 #main_st #t_categorylist #category_itiran h3 {
	width: auto;
	height: 35px;
	float: none;
}
#container_02 #main_st #t_categorylist #category_itiran li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: none;
	height: auto;
	line-height: 150%;
	width: auto;
	padding: 0;
}
#container_02 #main_st #t_categorylist #category_itiran li a, #container_02 #main_st #t_categorylist #category_itiran li a:active, #container_02 #main_st #t_categorylist #category_itiran li a:hover, #container_02 #main_st #t_categorylist #category_itiran li a:link {
	color: #006666;
	text-decoration: none;
}
#container_02 #main_st #t_categorylist #category_itiran li a:hover {
	text-decoration: underline;
}
#container_02 #main_st #t_categorylist #category_itiran li:hover {
}
#container_02 #main_st #t_categorylist #category_itiran {
	width: auto;
}
#container_02 #main_st #t_categorylist #category_itiran #local_navi01, #container_02 #main_st #t_categorylist #category_itiran #local_navi02, #container_02 #main_st #t_categorylist #category_itiran #local_navi03, #container_02 #main_st #t_categorylist #category_itiran #local_navi04, #container_02 #main_st #t_categorylist #category_itiran #local_navi05, #container_02 #main_st #t_categorylist #category_itiran #local_navi06, #container_02 #main_st #t_categorylist #category_itiran #local_navi07, #container_02 #main_st #t_categorylist #category_itiran #local_navi08 {
	background-image: none;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
	width: 100%;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
/* ▼ FAQ
------------------------------------------------------------------- */
#container_02 #main_st h1#faq_title {
	margin-bottom: 10px;
}
#container_02 #main_st #qa_navi {
	margin-bottom: 30px;
}
#container_02 #main_st #qa_navi li {
	float: left;
	overflow: hidden;
}
#container_02 #main_st #qa_navi li#nav-faq-item {
	max-width: 150px;
}
#container_02 #main_st #qa_navi li#nav-faq-shopping {
	max-width: 200px;
}
#container_02 #main_st #qa_navi li#nav-faq-member {
	max-width: 185px;
}
#container_02 #main_st #qa_navi li#nav-faq-other {
	max-width: 110px;
}
#container_02 #main_st #faq {
}
#container_02 #main_st #faq h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 100%;
}
#container_02 #main_st #faq a {
	font-weight: bold;
	color: #006666;
}
#container_02 #main_st #faq a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
#container_02 #main_st #faq .faq-content {
	background-color: #d7ebec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#container_02 #main_st #faq .faq-content dl {
	border: #fff 2px solid;
	padding: 8px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#container_02 #main_st #faq .faq-content dl dt {
	font-size: 108%;
	font-weight: bold;
	background-image: url("/mirror-assets/045aa01cc8317f033e035e51b7d997483821f7b37e035aa6e91a2c779dda580e.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#container_02 #main_st #faq .faq-content dl dt p {
	height: 30px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 0px 40px;
	background-image: url("/mirror-assets/cd0439fe8171fe55c278d848b16b228a85d16817a1658d0dc9216bf02a8ec75b.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container_02 #main_st #faq .faq-content dl dd {
	background-image: url("/mirror-assets/c7ca3278eef423cb9bc0023d8548626f9c8494e134f41b1655c9561be167f91a.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#container_02 #main_st #faq .faq-content dl dd p {
	line-height: 18px;
	margin: 0 0 10px 0;
	padding-left: 50px;
}
#container_02 #main_st #faq .faq-content .m20 {
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	font-size: 12px;
}
#container_02 #main_st #faq .qa_brand {
	width: 645px;
	float: left;
	margin-bottom: 15px;
}
#container_02 #main_st #faq .qa_brand ul {
	width: 621px;
	height: inherit;
	border: 2px #669999 solid;
	padding: 10px;
	float: left;
}
#container_02 #main_st #faq .qa_brand li {
	width: 45%;
	height: inherit;
	padding: 5px 0px 5px 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
	background-repeat: no-repeat;
	background-position: 20px 10px;
	float: left;
}
#container_02 #main_st #faq_main {
	width: 645px;
	float: left;
}

@media screen and (max-width: 640px) {
#container_02 #main_st #qa_navi {
	margin-bottom: 10px;
}
#container_02 #main_st #qa_navi li {
	width: 50%;
	height: 38px;
}
#container_02 #main_st #qa_navi li#nav-faq-item, #container_02 #main_st #qa_navi li#nav-faq-shopping, #container_02 #main_st #qa_navi li#nav-faq-member, #container_02 #main_st #qa_navi li#nav-faq-other {
	max-width: none;
}
#container_02 #main_st #qa_navi li img {
	max-width: 100%;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
/* ▼ サイトマップ
------------------------------------------------------------------- */
#container_02 #main_st #sitemap {
	width: inherit;
	height: 24px;
	padding-bottom: 20px;
	background-image: url("/mirror-assets/e3b20f93b718f19450320bad1a29c543a755c1e5bcf98d123d875e28ebef07da.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#container_02 #main_st #map_left {
	width: 205px;
	height: inherit;
	padding-right: 10px;
	float: left;
}
#container_02 #main_st #map_right {
	width: 430px;
	height: inherit;
	float: right;
}
/* ▼ サイトマップ変更CSS追加 ここから　20160606*/
#container_02 #main_st #map_left2 {
	width: 645px;
	height: inherit;
	padding-right: 10px;
	float: left;
}
#container_02 #main_st #map_right2 {
	width: 430px;
	height: inherit;
	float: right;
}
/* ▼ サイトマップ変更CSS追加 ここまで　20160606*/

#container_02 #main_st #map_right ul.map_product_l {
	width: 210px;
	height: inherit;
	float: left;
	padding-right: 15px;
}
#container_02 #main_st #map_right ul.map_product_r {
	width: 200px;
	height: inherit;
	float: left;
}
#container_02 #main_st .sitemap_title01 {
	width: 205px;
	height: 25px;
	background-image: url("/mirror-assets/12907d1ae1c4310107fd0d7701c6560ba0a025302f9f657eab7719aa304951c3.gif");
	background-repeat: repeat-x;
	background-position: 0px 20px;
	padding: 0px 0px 15px;
}
#container_02 #main_st .sitemap_title02 {
	width: 430px;
	height: 25px;
	background-image: url("/mirror-assets/12907d1ae1c4310107fd0d7701c6560ba0a025302f9f657eab7719aa304951c3.gif");
	background-repeat: repeat-x;
	background-position: 0px 20px;
	padding: 0px 0px 15px;
}
#container_02 #main_st .sitemap_title03 {
	width: 205px;
	height: 25px;
	background-image: url("/mirror-assets/12907d1ae1c4310107fd0d7701c6560ba0a025302f9f657eab7719aa304951c3.gif");
	background-repeat: repeat-x;
	background-position: 0px 45px;
	padding: 25px 0px 15px;
}
#container_02 #main_st .sitemap_title04 {
	width: 430px;
	height: 25px;
	background-image: url("/mirror-assets/12907d1ae1c4310107fd0d7701c6560ba0a025302f9f657eab7719aa304951c3.gif");
	background-repeat: repeat-x;
	background-position: 0px 45px;
	padding: 25px 0px 15px;
	clear: both;
}
#container_02 #main_st .about_sitemap li {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	padding: 0px 0px 15px 20px;
	letter-spacing: 0.2em;
}
#container_02 #main_st .about_sitemap li a {
	font-size: 12px;
	color: #006666;
	text-decoration: underline;
}
#container_02 #main_st .mapdeco_01 {
	background-image: url("/mirror-assets/c09bd7e1765ad58c046b6900f9654534069db53d511e0f8887fde2849e198b34.gif");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display: block;
}
#container_02 #main_st .mapdeco_02 {
	background-image: url("/mirror-assets/f31724f0d9e2f90fb3586d738d489fdf06e07f8e160f3cba1916b131290b792f.gif");
	background-repeat: no-repeat;
	background-position: 10px 3px;
	display: block;
}
#map_home, #map_shop, #map_qa, #map_company, #map_about, #map_product, #map_online {
	width: inherit;
	height: 18px;
	margin-left: 10px;
}
#map_home a, #map_shop a, #map_qa a, #map_company a, #map_product a, #map_online a {
	width: inherit;
	height: auto;
	display: block;
	background-image: none;
	background-repeat: repeat;
	background-position: 0px 0px;
	text-indent: 0px;
}
#map_home a img, #map_qa a img, #map_company a img, #map_product a img, #map_online a img {
	max-width: 98%;
}
#map_home a:hover, #map_shop a:hover, #map_qa a:hover, #map_company a:hover, #map_product a:hover, #map_online a:hover {
	background-image: none;
	background-repeat: repeat;
}

@media screen and (max-width: 640px) {
#container_02 #main_st #map_left, #container_02 #main_st #map_right, #container_02 #main_st #map_right ul.map_product_l, #container_02 #main_st #map_right ul.map_product_r {
	width: auto;
	height: inherit;
	float: none;
}
#container_02 #main_st #map_right {
	padding: 25px 0 15px;
}
#container_02 #main_st .sitemap_title01, #container_02 #main_st .sitemap_title02, #container_02 #main_st .sitemap_title03, #container_02 #main_st .sitemap_title04 {
	height: 25px;
	width: auto;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
/* ▼ リクルート
------------------------------------------------------------------- */
#container_02 #rec_contents {
	/*
  width: 700px;
  */
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;/*
  clear: both;
  */
}
#container_02 #rec_contents p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
#container_02 #rec_contents dl {
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}
#container_02 #rec_contents dt {
	clear: left;
	float: left;
	font-size: 12px;
	color: #333333;
	width: 8em;
	line-height: 150%;
}
#container_02 #rec_contents dd {
	font-size: 12px;
	margin-left: 8em;
	color: #333333;
	line-height: 150%;
}
#container_02 #rec_contents .clea_1 {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 700px;
	height: 1px;
}
#container_02 #rec_contents #rec_intro {
	margin-bottom: 15px;
}
#container_02 #rec_contents #rec_summary {
/*
  width: 660px;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: right;
  margin-top: 20px;
  float: left;
  */
}
#container_02 #rec_contents #rec_summary #title {
	margin-bottom: 20px;
}
#container_02 #rec_contents #rec_summary #summary1 table {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-top: 5px;
}
#container_02 #rec_contents #rec_summary #summary1 {
	margin-bottom: 20px;
	font-size: 13px;
}
#container_02 #rec_contents #rec_summary #summary2 {
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
}
#container_02 #rec_contents #rec_summary #summary2 table {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-top: 5px;
}
#container_02 #rec_contents #rec_summary #summary3 table {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-top: 5px;
}
#container_02 #rec_contents #rec_summary #summary3 {
	font-size: 13px;
	color: #666666;
}
#container_02 #rec_contents #rec_summary #summary1 .ex_sub {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
#container_02 #rec_contents #rec_summary #summary2 #rec_syokumu {
	margin-right: 5px;
	margin-left: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
	width: 490px;
}
#container_02 #rec_contents #rec_summary #summary3 #rec_syokumu {
	margin-right: 5px;
	margin-left: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
	width: 490px;
}
#container_02 #rec_contents #rec_contacts {
	/*clear: both;*/
	float: left;
	margin-bottom: 20px;/*margin-left: 20px;*//*margin-top: 20px;*//*width: 660px;*/
}
#container_02 #rec_contents #rec_contacts #title {
	margin-bottom: 20px;/*height: 40px;*//*width: 660px;*//*clear: both;*/
}
#container_02 #rec_contents #rec_contacts #con1 {
	margin-bottom: 10px;
}
#container_02 #rec_contents #rec_contacts #con2 {
	margin-bottom: 20px;
}
#container_02 #rec_contents #rec_contacts #con2 #con_but {
	position: relative;
}
#container_02 #rec_contents #rec_contacts #con2 #con_but .btn img {
	bottom: 20%;
	max-width: 314px;
	position: absolute;
	right: 10%;
	width: 50%;
}
#container_02 #rec_contents #rec_contacts #con3 {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	padding-left: 10px;
}

@media screen and (max-width: 640px) {
#container_02 #rec_contents #rec_contacts {
	width: 100%;
}
#container_02 #rec_contents img {
	max-width: 100%;
}
#container_02 #rec_contents #rec_contacts #con3 {
	padding-left: 0;
}
}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 481px) {
}
/* 19.06.20追加 */

.recruit .ttl {
	font-size: 20px;
	border-left: 10px solid #008d60;
	border-bottom: 2px solid #008d60;
	padding: 9px 0 5px 15px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 1em;
}
.recruit #rec_contents {
	margin-bottom: 5em;
}
.recruit #rec_contents table, .recruit #rec_contents table th, .recruit #rec_contents table td {
	border: 1px solid #dedede;
	border-collapse: collapse;
}
.recruit #rec_contents table {
	width: 100%;
}
.recruit #rec_contents table th {
	width: 5em;
	background-color: #e9f8f8;
	-moz-text-align-last: justify;
	padding: 1em 4em;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
}
.recruit #rec_contents table td {
	padding: 1em;
}
.recruit #rec_contents table .btn {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 0.75em;
	text-decoration: underline;
}
.recruit #rec_contents table .btn:hover {
	text-decoration: none;
}
.recruit #rec_contents table .btn::before, .recruit #rec_contents table .btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.recruit #rec_contents table .btn::before {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
.recruit #rec_contacts {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}
.recruit #rec_contacts #con2 {
	position: relative;
	height: 145px;
}
.recruit #rec_contacts #con2 img {
	position: absolute;
}
.recruit #rec_contacts #con2 img.cont_tel_ttl {
	top: 20px;
	left: 20px;
}
.recruit #rec_contacts #con2 img.cont_tel_txt {
	top: 20px;
	left: 250px;
}
.recruit #rec_contacts #con2 img.cont_mail_ttl {
	top: 100px;
	left: 20px;
}
.recruit #rec_contacts #con2 img.cont_mail_txt {
	top: 100px;
	left: 250px;
}
.recruit #rec_contacts #con3 {
	font-size: 17px;
	line-height: 1.75;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.recruit #rec_contents table th {
	padding: 1em;
	width: auto;
	white-space: nowrap;
	text-align: left;
}
.recruit #rec_contacts #con2 {
	height: auto;
	width: 98%;
	margin: 0 auto;
}
.recruit #rec_contacts #con2 img {
	position: static;
	max-width: 100%;
	margin-bottom: 1em;
}
}
/* ▼ 会社情報
------------------------------------------------------------------- */

#container_02 #main_st #company .pf_link {
	/*height: 56px;*/
  /*width: 645px;*/
	margin-bottom: 20px;
	margin-top: 10px;/*float: left;*/
}
#container_02 #main_st #company .pf_link ul {
	text-align: center;/*height: 56px;*//*width: 645px;*//*float: left;*/
}
#container_02 #main_st #company .pf_link li {
	display: inline-block;
	margin: 0 20px;
	width: 18%;/*float: left;*//*height: 56px;*//*width: 161px;*/
}
#container_02 #main_st #company .pf_link li img {
	max-width: 100%;
}
#container_02 #main_st #company h2#t_group {
	/*width:244px;*/
  /*height:20px;*/
	background-image: url("/mirror-assets/a86dad65c93e04a3e21377fbaa338d9a6043eb20ee2a03a5f77813f39a9b849f.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 20px;
}
#container_02 #main_st #company #group_outline {
	margin-left: 40px;
	margin-bottom: 50px;
}
#container_02 #main_st #company #group_outline img {
	max-width: 100%;
}
 @media screen and (max-width: 640px) {
#container_02 #main_st #company .pf_link li {
	width: 48%;
	margin: 0;
}
#container_02 #main_st #company .pf_link li img {
	max-width: 100%;
}
#container_02 #main_st #company #group_outline {
	margin: 0;
}
#container_02 #main_st #company .movie_tt {
	margin-bottom: 15px;
}
#container_02 #main_st #company .movie {
}
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
#container_02 #main_st .cmp01 h2#company_us {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url("/mirror-assets/a68fe06a530991a3b333c7e44eebbfeffb2f0141c37718eee428d1c0ec89880e.jpg");
}
#container_02 #main_st .cmp01 p#key1 {
/*
  background-image: url("/mirror-assets/2436cf1352aca7aecb283a7ec15f8a386932398daf2baeed809ac03d43b6e7a2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  */
}
#container_02 #main_st .cmp01 p#key2 {
/*
  background-image: url("/mirror-assets/2dc206d3aab6504e18617b0a0897d23ce53621f4c6d4ee60136a58e1b0b6f66b.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  */
}
#container_02 #main_st .cmp01 p#key3 {
/*
  background-image: url("/mirror-assets/3d019a86ce810d4d6cb6d4c1c63e8778896e3fe33c05aff86d4347b8a25ce571.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  */
}
#container_02 #main_st .cmp01 p#key4 {
/*
  background-image: url("/mirror-assets/5a4b99fc6843bc3402297d255163fa71b8d5194a93648d074f5438b31531a9ed.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  */
}
 @media screen and (max-width: 640px) {
#container_02 #main_st .cmp01 p#key1 {
 text-align: center;
}
#container_02 #main_st .cmp01 p#key2 {
 text-align: center;
}
#container_02 #main_st .cmp01 p#key3 {
 text-align: center;
}
#container_02 #main_st .cmp01 p#key4 {
 text-align: center;
}
#container_02 #main_st .cmp01 p#key1 img, #container_02 #main_st .cmp01 p#key2 img, #container_02 #main_st .cmp01 p#key3 img, #container_02 #main_st .cmp01 p#key4 img {
 max-width: 100%;
}
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
#container_02 #main_st .cmp02 h2#t_outline {
	/*width:80px;*/
  /*height:20px;*/
	background-image: url("/mirror-assets/3ddfa76c16ef4c1ad32ff2437c6e4f06b7145fd043b065bab1e12c48a0902b6a.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#container_02 #main_st .cmp02 table.profile {
	font-size: 12px;
	color: #333333;
	border-top: 1px #c4c4c4 solid;
}
#container_02 #main_st .cmp02 table.profile th {
	background-color: #d6ebeb;
	vertical-align: text-top;
	text-align: left;
	padding: 10px 10px;
	width: 24%;
	font-weight: normal;
	border-bottom: 1px #c4c4c4 solid;
}
#container_02 #main_st .cmp02 table.profile td {
	text-align: left;
	padding: 10px 10px;
	border-bottom: 1px #c4c4c4 solid;
}
#container_02 #main_st .cmp02 table.profile #pl_area {
	width: 520px;
	float: left;
}
#container_02 #main_st .cmp02 table.profile .pl_upper {
	width: 520px;
	float: left;
	margin-bottom: 20px;
}
#container_02 #main_st .cmp02 table.profile .pl_lower {
	width: 520px;
	float: left;
}
#container_02 #main_st .cmp02 table.profile .pl_left {
	float: left;
	width: 238px;
	vertical-align: top;
}
#container_02 #main_st .cmp02 table.profile .pl_left .capital-data {
	font-size: 12px;
	line-height: 120%;
}
#container_02 #main_st .cmp02 table.profile .pl_left .branch-data {
	font-size: 12px;
	line-height: 120%;
}
#container_02 #main_st .cmp02 table.profile .pl_right {
	float: right;
	width: 280px;
}
#container_02 #main_st .cmp02 table.profile .pl_right #plr_map1 {
	height: 202px;
	width: 280px;
	border: 1px solid #999999;
}
#container_02 #main_st .cmp02 table.profile .pl_right #plr_map2 {
	height: 202px;
	width: 280px;
	border: 1px solid #999999;
}
#container_02 #main_st .cmp02 table.profile #link_text {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
#container_02 #main_st .cmp02 table.profile #link_text a {
	color: #333333;
	text-decoration: none;
}
#container_02 #main_st .cmp02 table.profile #link_text a:hover {
	color: #006633;
	text-decoration: none;
}
#container_02 #main_st .cmp02 table.history-data {
	width: 80%;
	margin: 10px 10px 10px 0px;
}
#container_02 #main_st .cmp02 table.history-data th {
	background: none;
	padding: 0px 0px 5px;
	width: 25%;
	border-bottom: 0px;
}
#container_02 #main_st .cmp02 table.history-data td {
	background: none;
	padding: 0px 0px 5px;
	border-bottom: 0px;
}
#container_02 #main_st .cmp02 table.capital-data, #container_02 #main_st .cmp02 table.branch-data {
	margin: 0;
}
#container_02 #main_st .cmp02 table.capital-data th, #container_02 #main_st .cmp02 table.branch-data th {
	background: none;
	border-bottom: 0px;
	padding: 0px 0px 5px 0px;
	text-indent: -6px;
}
#container_02 #main_st .cmp02 table.capital-data td, #container_02 #main_st .cmp02 table.branch-data td {
	padding: 0px 0px 5px 0px;
	border-bottom: 0px;
}
 @media screen and (max-width: 640px) {
#container_02 #main_st .cmp02 table.profile #pl_area, #container_02 #main_st .cmp02 table.profile .pl_upper, #container_02 #main_st .cmp02 table.profile .pl_lower, #container_02 #main_st .cmp02 table.profile .pl_left, #container_02 #main_st .cmp02 table.profile .pl_right {
 width: auto;
 float: none;
}
#container_02 #main_st .cmp02 table.profile .pl_right #plr_map1, #container_02 #main_st .cmp02 table.profile .pl_right #plr_map2 {
 height: 202px;
 width: 95%;
}
#container_02 #main_st .cmp02 table.history-data {
 height: auto;
 width: auto;
}
#container_02 #main_st .cmp02 table.capital-data {
 margin: 10px 10px 5px 0px;
}
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
#container_02 #main_st .cmp03 h2#company_gr {
	/*float: left;*/
  /*width: 645px;*/
  /*height: 25px;*/
	text-indent: -9999px;
}
#container_02 #main_st .cmp03 h2#t_group {
	/*width:244px;*/
  /*height:20px;*/
	background-image: url("/mirror-assets/a86dad65c93e04a3e21377fbaa338d9a6043eb20ee2a03a5f77813f39a9b849f.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 20px;
}
 @media screen and (max-width: 640px) {
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
#container_02 #main_st .cmppr h2#t_aboutpr {
	width: 320px;
	height: 26px;
	background-image: url("/mirror-assets/972dbc9274dc82bd4866ff2634adb6decc27f9a080f94338025ae9fcacd68293.jpg");
	background-repeat: no-repeat;
	background-position: left 0 top 6px;
	text-indent: -9999px;
	padding-bottom: 20px;
	padding-top: 10px;
	float: left;
}
#container_02 #main_st .cmppr .pr_new h2#t_aboutpr {
	padding-bottom: 8px;
}
#container_02 #main_st .cmppr .press {
	font-size: 12px;
	color: #333333;
	border: 1px #c4c4c4 solid;
	line-height: 150%;
}
#container_02 #main_st .cmppr .press th {
	background-color: #d6ebeb;
	vertical-align: text-top;
	text-align: left;
	padding: 5px;
	min-width: 96px;
	font-weight: normal;
	border-bottom: 1px #c4c4c4 solid;
	color: #033;
}
#container_02 #main_st .cmppr .press td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px #c4c4c4 solid;
	color: #033;
	line-height: 150%;
}
#container_02 #main_st .cmppr .press img {
	border: 1px #cccccc solid;
}
#container_02 #main_st .cmppr .press a:link {
	color: #033;
	line-height: 150%;
 border-bottom-color:color:#033;
	font-weight: 100;
}
#container_02 #main_st .cmppr .press a:visited {
	color: #033;
	line-height: 150%;
 border-bottom-color:color:#033;
	font-weight: 100;
}
#container_02 #main_st .cmppr .press a:hover {
	color: #006666;
	line-height: 150%;
 border-bottom-color:color:#006666;
	font-weight: 100;
}
#container_02 #main_st .cmppr .press a:active {
	color: #033;
	line-height: 150%;
 border-bottom-color:color:#033;
	font-weight: 100;
}
 @media screen and (max-width: 640px) {
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: auto;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#company.cmppr .prs_btn {
	width: 324px;
	float: right;
}
#company.cmppr .prs_btn li {
	float: left;
	margin-left: 14px;
}
#company.cmppr .prs_btn.pc-hide {
	display: none;
}
/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion dl {
	top: 0;
	left: 0;
	width: 600px;
}
#tabAccordion dl dt {
	top: 143px;
	left: 17px;
	width: 87px;
	font-weight: bold;
	position: absolute;
	border: #c4c4c4 1px solid;
	background: #f0f0f0;
	box-sizing: border-box;
}
#tabAccordion dl:nth-child(2) dt {
	left: 111px;
}
#tabAccordion dl:nth-child(3) dt {
	left: 205px;
}
#tabAccordion dl:nth-child(4) dt {
	left: 299px;
}
#tabAccordion dl:nth-child(5) dt {
	left: 393px;
}
#tabAccordion dl dt a {
	padding: 10px 0 7px;
	font-weight: normal;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	color: #313131;
}
#tabAccordion dl dt.btnAcv {
	border-bottom: 1px solid #fff;
	background: #fff;
	z-index: 1;
}
#tabAccordion dl dt.btnAcv a {
	color: #0a895e;
	font-weight: bold;
}
 @media only screen and (min-width: 768px) {
 #tabAccordion dl dt:hover > a {
 background: #fff;
}
}
#tabAccordion dl dd {
	padding-top: 21px;
	width: 645px;
	text-align: left;
	overflow-y: auto;
	display: none;
	box-sizing: border-box;
	border-top: 1px solid #c4c4c4;
	margin-top: 20px;
}
#tabAccordion dl dd p {
	padding-bottom: 2em;
	line-height: 2em;
}
#tabAccordion dl dd .press {
	width: 645px;
}


/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
 #tabAccordion {
 width: 100%;
 height: auto;
 border: none;
}
 #tabAccordion dl {
 top: auto;
 left: auto;
 width: 100%;
 position: relative;
}
 #tabAccordion dl dt {
 top: auto;
 left: auto;
 width: 100%;
 position: relative;
 border-bottom: none;
}
 #tabAccordion dl:first-child dt {
 border-top: #c4c4c4 1px solid;
}
 #tabAccordion dl:nth-child(2) dt, #tabAccordion dl:nth-child(3) dt, #tabAccordion dl:nth-child(4) dt, #tabAccordion dl:nth-child(5) dt {
 left: auto;
 border-top: 1px solid #c4c4c4;
}
 #tabAccordion dl:last-child dt {
 border-bottom: #c4c4c4 1px solid;
}
 #tabAccordion dl dt {
 background-color:  #ededed;
}
 #tabAccordion dl dt a {
 padding: 4%;
 height: auto;
 line-height: 1em;
 text-align: left;
}
 #tabAccordion dl dt a:after {
 content: '';
 margin-top: -4px;
 top: 50%;
 right: 15px;
 width: 8px;
 height: 8px;
 font-size: 1em;
 font-weight: bold;
 line-height: 1.2em;
 display: block;
 position: absolute;
 border-top: 2px solid #666;
 border-right: 2px solid #666;
 -moz-transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
 #tabAccordion dl dt.btnAcv {
 border-left: 1px solid #c4c4c4;
 border-top: 1px solid #c4c4c4;
 border-right: 1px solid #c4c4c4;
 border-bottom: none;
 background: #fff;
}
 #tabAccordion dl dt.btnAcv a:after {
 content: none;
}
 #tabAccordion dl dd {
 top: auto;
 left: auto;
 padding: 20px;
 width: 100%;
 height: auto;
 position: relative;
 border-top: 1px solid #c4c4c4;
 border-bottom: #c4c4c4 1px solid;
}
 #tabAccordion dl dd {
 padding: 0;
 margin: 0 0 40px 0;
 padding: 20px 0 0;
 border-bottom: none;
}
 #tabAccordion dl dd .press {
 width: 100%;
}
 #company.cmppr .prs_btn {
 width: 100%;
 margin-bottom: 20px;
}
 #company.cmppr .prs_btn li {
 width: 49%;
 margin:  0;
}
 #company.cmppr .prs_btn li a img {
 width: 100%;
}
 #company.cmppr .prs_btn li:nth-child(2) {
 margin: 0 0 0 2%;
}
 #company.cmppr .prs_btn.pc-hide {
 display: block;
}
 #company.cmppr .prs_btn.sp-hide {
 display: none;
}
}
#container_02 #main_st .cmp04 h2#company_info {
	/*width:inherit;*/
  /*height:220px;*/
	padding-bottom: 10px;/*background-image:url("/mirror-assets/b40c1a6cf1b18a7d21042420a516472b74285d071f51b8cb2bcadc4373f17dd8.jpg");*//*background-repeat:no-repeat;*//*text-indent:-9999px;*/
}
#container_02 #main_st .cmp04 p#company_key {
	/*width:643px;*/
  /*height:198px;*/
  /*background-image:url("/mirror-assets/f0770610f127d4d724a3bb438c8768a3c898cc5517453c5d32190ba0f562eeb4.jpg");*/
  /*background-repeat:no-repeat;*/
	border: 1px #cccccc solid;/*text-indent:-9999px;*/
}
#container_02 #main_st .cmp04 h2#company_info img, #container_02 #main_st .cmp04 p#company_key img {
	max-width: 100%;
}
#container_02 #main_st .cmp04 #navi_company {
	padding: 20px 0px 30px;
}
#container_02 #main_st .cmp04 #navi_company li {
	display: inline-block;
}
#container_02 #main_st .cmp04 #navi_company li a {
	display: block;/*text-indent:-9999px;*//*height:80px;*/
}
#container_02 #main_st .cmp04 #navi_company li a img {
	max-width: 100%;
}
#container_02 #main_st .cmp04 #navi_company #com_navi01 {
/*background-image:url("/mirror-assets/d0fb39fdb60439d30d13547120babe435e113b63d63802f663eb03be036c4af5.gif");*/
  /*background-repeat:no-repeat;*/
  /*width:130px;*/
}
#container_02 #main_st .cmp04 #navi_company #com_navi01:hover {
/*background-image:url("/mirror-assets/e24d259780275c4656aab31066299307db1ac14154b90ab89649208ea37cb7b4.gif");*/
  /*background-repeat:no-repeat;*/
}
#container_02 #main_st .cmp04 #navi_company #us_navi02 {
/*background-image:url("/mirror-assets/c04fa4378d51404d28aeb2b52b1feff10965119c3f40c16030c29a9909f4fe6a.gif");*/
  /*background-repeat:no-repeat;*/
  /*width:130px;*/
}
#container_02 #main_st .cmp04 #navi_company #us_navi02:hover {
/*background-image:url("/mirror-assets/512405c8af6d188b6409ecd89b0e55d42a28d85176cc041556428f807934f270.gif");*/
  /*background-repeat:no-repeat;*/
}
#container_02 #main_st .cmp04 #navi_company #group_navi03 {
/*background-image:url("/mirror-assets/db5898377a97bf5278d6f002c50d76fbe1c02d7c938b591ab344dbddc535c1d2.gif");*/
  /*background-repeat:no-repeat;*/
  /*width:130px;*/
}
 
 @media screen and (max-width: 640px) {
#container_02 #main_st .cmp04 #navi_company li {
 width: 32.5%;
}
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
/* ▼ お問合せ
------------------------------------------------------------------- */
#container_02 #main_st .contact h2#contact {
	background-image: url("/mirror-assets/89b55c4bdd4933d4283530fd66c82817f79b280b604bd0e2ab310a41de8b45ad.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 25px;
	height: 24px;
}
#container_02 #main_st .contact h2#t_otoiawase_ichiran {
	width: 645px;
	height: 25px;
	background-repeat: repeat-x;
	background-position: 0px 20px;
	padding: 0px 0px 15px;
}
#container_02 #main_st #t_otoiawase_ichiran img {
	padding: 0px 10px;
}
#container_02 #main_st #rennraku {
	/*float: left;*/
  /*width: 645px;*/
	margin-bottom: 20px;
}
#container_02 #main_st #rennraku .link_tel, #container_02 #main_st #rennraku .link_fax {
	display: inline-block;
	width: 49%;
}
#container_02 #main_st #rennraku .link_tel img, #container_02 #main_st #rennraku .link_fax img {
	max-width: 100%;
}
#container_02 #main_st .contact .co_title {
	margin-bottom: 10px;
}
#container_02 #main_st .contact .con_ex {
	font-size: 12px;
	line-height: 15px;
}
#container_02 #main_st .contact .con_ex ul {
	padding-left: 50px;
}
#container_02 #main_st .contact .con_ex li {
	margin-bottom: 10px;
	padding-left: 5px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
}
#container_02 #main_st .contact #form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#container_02 #main_st .contact #form .table {
	width: 100%;
}
#container_02 #main_st .contact #form .asterisk {
	color: #05646a;
	font-weight: bold;
	padding: 0 5px;
}
#container_02 #main_st .contact #form .ftable {
	margin: 10px 0;
	display: table;
}
#container_02 #main_st .contact .ftable dl {
	display: table-row;
	background-color: #d6ebeb;
	text-align: left;
	font-weight: lighter;
	color: #212121;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#container_02 #main_st .contact .ftable dt {
	background-color: #e9f8f8;
	border: 1px solid #e2ecec;
	display: table-cell;
	font-size: 1.1em;
	font-weight: lighter;
	padding: 5px 5px 5px 10px;
	text-align: left;
	width: 180px;
	vertical-align: middle;
}
#container_02 #main_st .contact .ftable dd {
	background-color: #f8f6f6;
	border: 1px solid #eceaea;
	display: table-cell;
	font-size: 1.1em;
	padding: 5px 5px 5px 10px;
	width: 350px;
}
#container_02 #main_st .contact .ftable dd input.short {
	width: 25%;
}
#container_02 #main_st .contact .ftable dd input.long {
	width: 95%;
}
#container_02 #main_st .contact .ftable dd select {
	width: 98%;
}
#container_02 #main_st .contact .ftable dd select.shot {
	width: 25%;
}
#container_02 #main_st .contact .ftable dd input.sshot {
	width: 20%;
}
#container_02 #main_st .contact .ftable dd textarea {
	width: 95%;
}
#container_02 #main_st .contact .btable {
	width: 100%;
	margin: 5px 0;
}
#container_02 #main_st .contact .btable td {
	text-align: center;
}
 @media screen and (max-width: 640px) {
#container_02 #main_st #rennraku .link_tel, #container_02 #main_st #rennraku .link_fax {
 width: auto;
 margin-top: 5px;
 margin-bottom: 5px;
}
#container_02 #main_st .contact .con_ex ul {
 padding-left: 20px;
}
#container_02 #main_st .contact .con_ex li {
 padding-right: 10px;
 letter-spacing: 0.6px;
}
#container_02 #main_st .contact #form {
 width: 100%;
}
#container_02 #main_st .contact #form .table {
 width: 100%;
}
#container_02 #main_st .contact #form .table td {
 white-space: normal;
}
#container_02 #main_st .contact #form .table img {
 max-width: 100%;
 width: 100%;
}
#container_02 #main_st .contact #form .ftable {
 display: block;
}
#container_02 #main_st .contact .ftable dl {
 display: block;
 background-color: #FFFFFF;
 text-align: left;
 font-weight: lighter;
 color: #212121;
 padding: 0 0 5px 0;
}
#container_02 #main_st .contact .ftable dt {
 background-color: #e9f8f8;
 border: 1px solid #e2ecec;
 display: block;
 padding: 5px;
 width: 98%;
 vertical-align: middle;
}
#container_02 #main_st .contact .ftable dd {
 background-color: #f8f6f6;
 border: 1px solid #eceaea;
 display: block;
 padding: 5px;
 width: 98%;
}
#container_02 #main_st .contact .ftable dd span {
 display: block;
 margin-top: 5px;
 margin-bottom: 5px;
}
#container_02 #main_st .contact .ftable dd input.short {
 width: 40%;
}
#container_02 #main_st .contact .ftable dd input.long {
 width: 95%;
}
#container_02 #main_st .contact .ftable dd select {
 width: 98%;
}
#container_02 #main_st .contact .ftable dd textarea {
 width: 95%;
}
#container_02 #main_st .contact .btable {
 margin: 5px 0;
}
#container_02 #main_st .contact .btable td {
 text-align: center;
}
}
 @media screen and (max-width: 737px) {
}
 @media screen and (max-width: 481px) {
}
/*
.mail_contact{
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
  background-repeat:no-repeat;
  background-position:0px 3px;
  font-size:12px;
  color:#006666;
  font-weight:bold;
  text-decoration:underline;
  text-indent:30px;
  display:block;
}
.online_shop{
  width:164px;
  height:26px;
}
.online_shop a{
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
  background-repeat:no-repeat;
  text-indent:-9999px;
  display:block;
  width:164px;
  height:26px;
}
.online_shop a:hover{
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
  background-repeat:no-repeat;
}
.note_contact{
  padding:30px 0px 0px 20px;
}
.note_contact li{
  text-indent:-1.5em;
  font-size:12px;
  color:#333333;
  line-height:1.5em;
  padding-bottom:20px;
  letter-spacing:0.2em;
}
*/

/*IE hack*/
:root #ie1 {
	height: 32px \0/IE9;
}
:root #ie2 {
	height: 32px \0/IE9;
}
/* ▼ 微調整用
------------------------------------------------------------------- */
.sns_btn {
	float: right;
}
.sns_btn div {
	border: 0 none !important;
	float: left;
	height: 23px !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	text-indent: 0 !important;
}
.detail_sns {
	margin-top: 35px;
}
 @media screen and (max-width: 640px) {
.detail_sns {
 margin-top: 0;
}
}
.wsbl_twitter {
	width: 100px;
}
/*************************************************

お問い合わせ（17.01.12追加）

*************************************************/
#container_02 #main_st .contact #form .must {
	display: inline-block;
	margin: 0 5px;
	padding: 1px 5px;
	color: tomato;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
button.submit_button {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 auto;
}
input, select, textarea, input, select, textarea {
	padding: 0.2em;
	border-width: 1px;
	border-color: #727272;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
select, .job_form, option {
	color: #515151;
	font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
}
input:hover {
	text-decoration: none;
	outline: none;
}

:placeholder-shown {
 font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
 font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
}


/* Firefox 18- */

:-moz-placeholder {
 font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
 opacity: 1;
}


/* Firefox 19+ */

::-moz-placeholder {
 font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
 opacity: 1;
}


/* IE 10+ */

:-ms-input-placeholder {
 font-family: "alphabets", Century Gothic, CenturyGothic, Futura, Verdana, "notosans_300-jis_1st", "notosans_300-jis_2nd", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
 border-radius: 0;
}
input[type="email"], input[type="text"], input[type="number"], input[type="tel"], input[type="search"], input[type="url"], textarea {
	padding: 0;
	background: #fff;
	border: 1px solid #727272;
	box-sizing: border-box;
	font-family: "alphabets", "notosans_300-jis_1st", "notosans_300-jis_2nd", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "Helvetica", sans-serif;
	color: #515151;
}
select {
	border: 1px solid #727272;
}

