@charset "UTF-8";

html {-webkit-text-size-adjust:100%;}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	/*background:#fff;*/
	background:url(../img/common/head_bg.jpg) scroll repeat-x top left;
}
#page {
	margin:0;
	padding:0;
	width:100%;
	min-width:970px;
	position:relative;
}
.basic-page a:hover {
	opacity:0.8;
}
.basic-page strong {
	font-weight: bold;
}

.mt0 { margin-top   :  0px; }
.mt3 { margin-top   :  3px; }
.mt5 { margin-top   :  5px; }
.mt10{ margin-top   : 10px; }
.mt15{ margin-top   : 15px; }
.mt20{ margin-top   : 20px; }
.mt30{ margin-top   : 30px; }

.mr0 { margin-right :  0px; }
.mr5 { margin-right :  5px; }
.mr10{ margin-right : 10px; }
.mr15{ margin-right : 15px; }
.mr20{ margin-right : 20px; }
.mr30{ margin-right : 30px; }
.mr40{ margin-right : 40px; }

.mb0 { margin-bottom:  0px; }
.mb4 { margin-bottom:  4px; }
.mb5 { margin-bottom:  5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }

.ml0 { margin-left  :  0px; }
.ml5 { margin-left  :  5px; }
.ml10{ margin-left  : 10px; }
.ml15{ margin-left  : 15px; }
.ml20{ margin-left  : 20px; }

.basic-page .AreaR { float: right; }
.basic-page .AreaL { float: left; }

.basic-page img {
	max-width:none;
}
 .for_pc {
	display: block !important;
}
 .for_spn {
	display: none !important;
}
.for_spn_360,
.for_spn_380 {
	display:none;
}
 sup {
	font-size:50%;
}
 .note {
	font-size:12px !important;
}
.basic-page h1,
.basic-page h2,
.basic-page h3,
.basic-page ul,
.basic-page li {
	margin:0;
	padding:0;
}
.basic-page p{
	margin:0;
	padding:0;
	line-height:130%;
}
.basic-page ul li{
	list-style-type:none;
}

/* clear */
.clear{
	clear:both;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


/* header */
#page #globalheader {
  /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
  text-align: center;
  width:100%;
  padding: 0;
  height:126px;
  border-bottom: 3px solid #004098;
  margin-bottom:15px;
  /*position: absolute;
  top: 0;
  z-index:22;*/
}
#page #globalheader_in {
  width:950px;
  height:126px;
  margin:0 auto;
  position:relative;
}
/*.global_fixed {
    position: fixed;
    top: 0;
    width:100%;
}*/
#globalheader h1 {
	padding:0;
	margin:18px 0 0 30px;
	float:left;
	height:96px;
}
#globalheader h1 img {
	padding:0;
	margin:0;
}
#globalheader h1 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#fff;
}
#page #globalheader_in #g_navi {
	padding:0;
	margin:0 0 0;
	position: absolute;
	right:5px;
	top: 30px;
}
#page #globalheader_in #g_navi li {
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	float:right;
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
}
#page #globalheader_in #g_navi li a {
  color: #000;
  display: table-cell;
  font-size: 12px;
  line-height:140%;
  font-weight:bold;
  text-decoration: none;
  width:170px;
  height:40px;
  padding:0 2px 0;
  vertical-align:middle;
  overflow:hidden;
}
#page #globalheader_in #g_navi li:first-child {
	background: #fcebf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcebf2 0%, #fcebf2 50%, #f7c5db 51%, #fadce9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcebf2 0%,#fcebf2 50%,#f7c5db 51%,#fadce9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcebf2 0%,#fcebf2 50%,#f7c5db 51%,#fadce9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcebf2', endColorstr='#fadce9',GradientType=0 ); /* IE6-9 */
}
#page #globalheader_in #g_navi li:last-child {
	margin-right:10px;
	background: #fef4db; /* Old browsers */
	background: -moz-linear-gradient(top,  #fef4db 0%, #fef4db 50%, #fddd8f 51%, #feecc1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fef4db 0%,#fef4db 50%,#fddd8f 51%,#feecc1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fef4db 0%,#fef4db 50%,#fddd8f 51%,#feecc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef4db', endColorstr='#feecc1',GradientType=0 ); /* IE6-9 */
}
#page #globalheader_in #g_navi li a:visited,
#page #globalheader_in #g_navi li a:link {
	text-decoration: none;
	color:#000;
}
#page #globalheader_in #g_navi li a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color:#000;
}
#page #globalheader_in #g_navi li .t_fs {
	font-size: 14px;
	display:block;
}

/* nav */
#page nav#g_menu {
  text-align: left;
  padding:0 0 0;
  position: absolute;
  bottom: 12px;
  left:330px;
}
#page #global_menu {
  display: table;
  text-align: center;
  margin:0 auto;
  padding:0;
}
#page #global_menu li {
  display: table-cell;
  vertical-align: middle;
  width:80px;
}
#page #global_menu li:last-child {
  width:240px;
}
#page #global_menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  line-height:120%;
  font-weight:bold;
  text-decoration: none;
  padding: 7px 0;
}
#page #global_menu li a:visited,
#page #global_menu li a:link {
	text-decoration: none;
	color:#000;
}
#page #global_menu li a:hover {
	text-decoration: none;
	color:#008bd8;
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#fff;*/
}

/*  sidemenu  */
#sidemenu {
	float:left;
	width:172px;
}
#side_navi li {
	margin-bottom:10px;
	text-align:center;
}
#side_navi li a {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	width:100%;
	border: 1px solid #000;
	display:block;
}
#side_navi li a span.page_t {
	width:100%;
	display:block;
	background: #004098; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #004098 13%, #004098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#004098 13%,#004098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#004098 13%,#004098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004098',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size: 14px;
	letter-spacing:2px;
	font-weight:bold;
	padding:12px 0 8px;
	border-radius: 0 0 5px 5px; /* CSS3草案 */
	-webkit-border-radius: 0 0 5px 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 0 0 5px 5px; /* Firefox用 */
}
#side_navi li:last-child a span.page_t {
	font-size: 11px;
	letter-spacing:0;
}
#side_navi li a span.page_c {
	padding:18px 0 13px;
	font-size: 15px;
	font-weight:bold;
	display:block;
}
#side_navi li#s_navi03 a span.page_t {
	font-size: 13px;
	letter-spacing:0;
}
#side_navi li a:visited,
#side_navi li a:link {
	text-decoration: none;
	color:#000;
}
#side_navi li a:hover {
	text-decoration: none;
	color:#000;
}

#side_navi li#sn_01,
#side_navi li#sn_02,
#side_navi li#sn_03,
#side_navi li#sn_04 {
	margin-bottom:7px;
}
#side_navi li#sn_01 a,
#side_navi li#sn_02 a,
#side_navi li#sn_03 a,
#side_navi li#sn_04 a {
	border: 1px solid #b2b2b2;
}
#side_navi li#sn_01 a span,
#side_navi li#sn_02 a span,
#side_navi li#sn_03 a span,
#side_navi li#sn_04 a span {
	width:100%;
	display:block;
	background: #f3f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f4f4 0%, #f3f4f4 50%, #dcdddd 51%, #ebecec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f3f4f4 0%,#f3f4f4 50%,#dcdddd 51%,#ebecec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f3f4f4 0%,#f3f4f4 50%,#dcdddd 51%,#ebecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#ebecec',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size: 12px;
	font-weight:bold;
	padding:13px 0 11px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
#side_navi li#sn_01 a:hover span {
	background: #e2ecff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2ecff 0%, #e2ecff 50%, #aec7ff 51%, #ceddff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2ecff 0%,#e2ecff 50%,#aec7ff 51%,#ceddff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2ecff 0%,#e2ecff 50%,#aec7ff 51%,#ceddff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecff', endColorstr='#ceddff',GradientType=0 ); /* IE6-9 */
}
#side_navi li#sn_02 a:hover span {
	background: #fef5dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fef5dd 0%, #feeec6 50%, #fddd8e 51%, #feeec6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fef5dd 0%,#feeec6 50%,#fddd8e 51%,#feeec6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fef5dd 0%,#feeec6 50%,#fddd8e 51%,#feeec6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5dd', endColorstr='#feeec6',GradientType=0 ); /* IE6-9 */
}
#side_navi li#sn_03 a:hover span {
	background: #e2f4fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2f4fc 0%, #cfecfa 50%, #9fd9f6 51%, #cfecfa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2f4fc 0%,#cfecfa 50%,#9fd9f6 51%,#cfecfa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2f4fc 0%,#cfecfa 50%,#9fd9f6 51%,#cfecfa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f4fc', endColorstr='#cfecfa',GradientType=0 ); /* IE6-9 */
}
#side_navi li#sn_04 a:hover span {
	background: #fcecf3; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcecf3 0%, #fadfeb 50%, #f6bfd7 51%, #fadfeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcecf3 0%,#fadfeb 50%,#f6bfd7 51%,#fadfeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcecf3 0%,#fadfeb 50%,#f6bfd7 51%,#fadfeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecf3', endColorstr='#fadfeb',GradientType=0 ); /* IE6-9 */
}
#side_navi li#sn_02 a:hover {
	border: 1px solid #f6d073;
}
#side_navi li#sn_03 a:hover {
	border: 1px solid #9dd2ee;
}
#side_navi li#sn_04 a:hover {
	border: 1px solid #f0c4db;
}



/*  ブランドバナー */
#sidemenu_brand {
	width:172px;
	padding-top:15px;
}
#sidemenu_brand h2 {
	font-size: 12px;
	line-height:120%;
	text-align:center;
	padding-bottom:7px;
}
#sidemenu_brand ul {
	margin-left:20px;
	width:132px;
}
#lineup ul li,
#sidemenu_brand ul li {
	font-size: 12px;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	margin-bottom:5px;
	border: 2px solid #fcc672;
	width:132px;
	height:46px;
	overflow:hidden;
}
#lineup ul li a,
#sidemenu_brand ul li a {
	/*border: 2px solid #fcc672;*/
	width:132px;
	height:42px;
	display: table-cell;
	vertical-align: middle;
}
#lineup ul li a .brand_t,
#sidemenu_brand ul li a .brand_t {
	display:none;
}
#sidemenu_brand li a:visited,
#sidemenu_brand li a:link {
	text-decoration: none;
	color:#000;
}
#sidemenu_brand li a:hover {
	text-decoration: none;
	color:#000;
}
#lineup ul li#ban01,
#sidemenu_brand ul li#ban01 {
	background:url(../img/common/ban01_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban02,
#sidemenu_brand ul li#ban02 {
	background:url(../img/common/ban02_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban03,
#sidemenu_brand ul li#ban03 {
	background:url(../img/common/ban03_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban04,
#sidemenu_brand ul li#ban04 {
	background:url(../img/common/ban04_pc.png) scroll no-repeat center right;
}
/*#sidemenu_brand ul li#ban05 {
	background:url(../img/common/ban05_bg.png) scroll no-repeat center right;
}*/
#lineup ul li#ban06,
#sidemenu_brand ul li#ban06 {
	background:url(../img/common/ban05_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban07,
#sidemenu_brand ul li#ban07 {
	background:url(../img/common/ban06_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban08,
#sidemenu_brand ul li#ban08 {
	background:url(../img/common/ban07_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban09,
#sidemenu_brand ul li#ban09 {
	background:url(../img/common/ban08_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban10,
#sidemenu_brand ul li#ban10 {
	background:url(../img/common/ban10_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban11,
#sidemenu_brand ul li#ban11 {
	background:url(../img/common/ban11_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban12,
#sidemenu_brand ul li#ban12 {
	background:url(../img/common/ban12_pc.png) scroll no-repeat center right;
}
#lineup ul li#ban13,
#sidemenu_brand ul li#ban13 {
	background:url(../img/common/ban13_pc.png) scroll no-repeat center right;
}
#lineup ul li#no_data,
#sidemenu_brand ul li#no_data {
	visibility: hidden;
}
#lineup ul li a:hover,
#sidemenu_brand ul li a:hover {
	background: rgba(255,255,255,0.4);
}



/*  cont_area  */
.basic-page {
	width:950px;
	margin:0 auto;
	padding-bottom:10px;
}
main #cont_area {
    width:760px;
	float:right;
}
#main_top .basic-page {
	background:url(../img/top_under_mark_pc.png) scroll no-repeat bottom 7px center;
	padding-bottom:10px;
}
main .cont_area_bg {
	background-color:#fff5e9;
}
main #cont_area_in {
	padding:15px 35px 0;
	min-height:720px;
}

/*  h2  */
main .basic-page section h2.h2_style {
	color:#000;
	border:#000 solid;
	border-width:1px 1px 1px 7px;
	padding:5px 7px 3px;
	font-size:15px;
	line-height:120%;
	letter-spacing:2px;
	font-weight:normal;
	margin-bottom:10px;
}


/*  main_area  */
main #main_area {
    width:760px;
	height:500px;
	margin:0 0 15px;
	position:relative;
	z-index:2;
	overflow:hidden;
	display:block;
	text-align:center;
}
main #main_area img {
    width:100%;
}
main #main_area ul li {
	height:500px;
	width:100%;
	text-align:center;
	z-index:2;
}


/* sections 共通 */
main .basic-page section {
	padding-bottom:0;
	padding-top:0;
}
main .basic-page section h2 {
	text-align:left;
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*  新着情報  */
main .basic-page #news {
	/*padding-left:10px;*/
	margin-left:-190px;
	width: 525px;
	float:left;
}
main .basic-page #news h2 {
	font-size: 16px;
	line-height:130%;
	font-weight:bold;
	padding-bottom:5px;
}
main .basic-page #news #news_area {
	padding:5px 0;
	border: 1px solid #c0c0c0;
	width:525px;
	height:211px;
	overflow: auto;
	background-color: rgba( 255, 255, 255, 1.0 );
}
main .basic-page #news #news_area li {
	align-items: top;
    border-bottom: 1px solid #cccccc;
    display: flex;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
}
main .basic-page #news #news_area li .day_t {
	padding-right:1em;
	display:table-cell;
}
main .basic-page #news #news_area li a {
	display:table-cell;
}
main .basic-page #news #news_area li .news_txt {
	display:table-cell;
}
main .basic-page #news #news_area li .day_t_pickup {
	line-height:200%;
}
main .basic-page #news #news_area li .news_pickup {
	font-size: 15px;
	font-weight:bold;
}
main .basic-page #news #news_area li:last-child {
    border-bottom: none;
}
main .basic-page #news #news_area li a:link,
main .basic-page #news #news_area li a:visited {
	text-decoration: underline;
	color:#000;
}
main .basic-page #news #news_area li a:hover {
	text-decoration: none;
	color:#000;
}


/*  商品ラインナップ  */
main .basic-page #lineup {
	width: 415px;
	float:right;
}
main .basic-page #lineup h2 {
	font-size: 16px;
	line-height:130%;
	font-weight:bold;
	padding-bottom:5px;
}
main .basic-page #lineup li {
    margin: 0 9px 9px 0;
    padding: 0;
	float:left;
}
main .basic-page #lineup li:nth-child(3),
main .basic-page #lineup li:nth-child(6),
main .basic-page #lineup li:nth-child(9) {
	margin-right:0;
}

/* footer */
#page #globalfooter {
	text-align: left;
	width:100%;
	padding: 0 0 0;
	border-top:6px #004098 solid;
}
#page #globalfooter_in {
	width:950px;
	margin:0 auto;
}
#page #globalfooter_in #ft_mark {
	margin-top:0;
	float:left;
}
#page #globalfooter_in #ft_txt {
	float:right;
	width:750px;
	padding-top:10px;
}
#page #globalfooter p {
	line-height:130%;
	font-size: 12px;
	margin:0;
	padding:0;
}
#page #globalfooter_in #t_campany {
	font-size: 16px;
	line-height:130%;
	padding-bottom:6px;
}
#page #globalfooter #ft_cr {
	float:right;
	width:750px;
}
#page #globalfooter #ft_cr_in {
	text-align:right;
	display: table-cell;
	vertical-align:middle;
	width:750px;
	height:31px;
}
#page #globalfooter #ft_cr p {
	line-height:130%;
	font-size: 11px;
}
#page #globalfooter a:visited,
#page #globalfooter a:link {
	text-decoration: none;
	color:#000;
}
#page #globalfooter a:hover {
	text-decoration: underline;
	color:#000;
}


/* ページTOP */
#fixedTop {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: none;
    background: #004098;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
#fixedTop:visited,
#fixedTop:link {
	text-decoration: none;
}
#fixedTop:hover {
	text-decoration: none;
}




@media only screen and (max-width: 641px) {
.basic-page img { max-width: 100%; }
#page {
	min-width:100%;
}
.for_pc {
	display: none !important;
}
.for_spn {
	display: block !important;
}
#page .basic-page .AreaR { float: none !important; }
#page .basic-page .AreaL { float: none !important; }

/* header 641 */
#page #globalheader {
  height: 150px;
  padding-bottom:10px;
}
#page #globalheader_in {
  width:100%;
  height: 150px;
  margin:0;
  padding:0 10px;
}
#globalheader h1 {
	padding:0;
	margin:19px 0 0 0;
	float:left;
	height:auto;
	width:45%;
}
#globalheader h1 img {
	width:100%;
	height:auto;
}

/* g_navi 641 */
#page #globalheader_in #g_navi {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 13px;
	width:45%;
	/*position:inherit;
	top:inherit;
	right:inherit;
	float:left;*/
}
#page #globalheader_in #g_navi li:last-child {
	margin-right:0;
	margin-top:10px;
}

/* nav 641 */
#page nav#g_menu {
  text-align: left;
  padding:0 0 0;
  position: absolute;
  bottom: 9px;
  left:0;
  width:100%;
}
#page #global_menu {
  display: table;
  text-align: center;
  margin:0;
  padding:0;
}
#page #global_menu li {
  display: table-cell;
  vertical-align: middle;
  width:70px;
}
#page #global_menu li:last-child {
  width:206px;
}
#page #global_menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
  padding: 2px 0;
}
#page #global_menu li a:visited,
#page #global_menu li a:link {
	text-decoration: none;
	color:#000;
}
#page #global_menu li a:hover {
	text-decoration: none;
	color:#008bd8;
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#fff;*/
}
#sidemenu_brand ul li#ban03 {
	background:url(../img/common/ban03_bg.jpg) scroll no-repeat center right;
}

main #cont_area {
    width:100%;
    float: none;
}
main#main_top {
	padding-bottom:110px;
	background-size: 100% auto;
}
#main_top .basic-page {
	background:url(../img/top_under_mark.png) scroll no-repeat bottom 7px center;
}

/* sidemenu 640 */
#sidemenu {
	float:none;
	display:block;
	width:100%;
	/*padding-top:15px;*/
}
#side_navi li {
	margin-bottom:0;
	text-align:center;
}
#side_navi li a {
	border-radius: 0; /* CSS3草案 */
	-webkit-border-radius: 0; /* Safari,Google Chrome用 */
	-moz-border-radius: 0; /* Firefox用 */
	width:100%;
	border: 1px solid #e0e0e0;
	display:block;
}
#side_navi li a span.page_t {
	width:100%;
	display:block;
	background: #004098; /* Old browsers */
	color:#fff;
	font-size: 11px;
	padding:12px 0 8px;
	border-radius: 0; /* CSS3草案 */
	-webkit-border-radius: 0; /* Safari,Google Chrome用 */
	-moz-border-radius: 0; /* Firefox用 */
}
#side_navi li a span.page_c {
	display:none;
}
#side_navi li#sn_01,
#side_navi li#sn_02,
#side_navi li#sn_03,
#side_navi li#sn_04 {
	margin-bottom:0;
}
#side_navi li#sn_01 a:visited span,
#side_navi li#sn_02 a:visited span,
#side_navi li#sn_03 a:visited span,
#side_navi li#sn_04 a:visited span,
#side_navi li#sn_01 a span,
#side_navi li#sn_02 a span,
#side_navi li#sn_03 a span,
#side_navi li#sn_04 a span {
	width:100%;
	display:block;
	background: #f3f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f4f4 0%, #f3f4f4 50%, #dcdddd 51%, #ebecec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f3f4f4 0%,#f3f4f4 50%,#dcdddd 51%,#ebecec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f3f4f4 0%,#f3f4f4 50%,#dcdddd 51%,#ebecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#ebecec',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size: 11px;
	padding:13px 0 11px;
	border-radius: 0; /* CSS3草案 */
	-webkit-border-radius: 0; /* Safari,Google Chrome用 */
	-moz-border-radius: 0; /* Firefox用 */
}


/*  ブランドバナー 640 */
#sidemenu_brand {
	width:100%;
	padding-top:15px;
}
#sidemenu_brand h2 {
	font-size: 12px;
	line-height:120%;
	text-align:center;
	padding-bottom:7px;
}
#sidemenu_brand ul {
	margin:0 12%;
	width:auto;
}
#sidemenu_brand ul li {
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	width:230px;
}
#sidemenu_brand ul li a {
	width:230px;
	height:42px;
	display: table-cell;
	vertical-align: middle;
}
#sidemenu_brand ul li a .brand_t {
	padding-left:10px;
	display:inline-block;
}
#sidemenu_brand ul li:nth-child(even) {
	float:right;
	margin-right:0;
}
#sidemenu_brand ul li#ban01 {
	background:url(../img/common/ban01_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban02 {
	background:url(../img/common/ban02_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban03 {
	background:url(../img/common/ban03_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban04 {
	background:url(../img/common/ban04_bg.jpg) scroll no-repeat center right;
}
/*#sidemenu_brand ul li#ban05 {
	background:url(../img/common/ban05_bg.jpg) scroll no-repeat center right;
}*/
#sidemenu_brand ul li#ban06 {
	background:url(../img/common/ban05_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban07 {
	background:url(../img/common/ban07_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban08 {
	background:url(../img/common/ban08_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban09 {
	background:url(../img/common/ban09_bg.jpg) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban10 {
	background:url(../img/common/ban10_bg.png) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban11 {
	background:url(../img/common/ban11_bg.png) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban12 {
	background:url(../img/common/ban12_bg.png) scroll no-repeat center right;
}
#sidemenu_brand ul li#ban13 {
	background:url(../img/common/ban13_bg.png) scroll no-repeat center right;
}

/*  main 641  */
#main_top .basic-page {
	width: auto;
	margin:0;
	padding-bottom:0;
}
.basic-page {
	width: auto;
	margin:0;
}
#main_top {
	background:url(../img/top_under_mark.png) scroll no-repeat bottom 7px center;
	padding-bottom:60px;
}
main #main_area {
	height:auto;
}

/*  main_area 641  */
main #main_area {
    width:100%;
	height:auto;
	position:relative;
	z-index:2;
	overflow:hidden;
	display:block;
}
main #main_area #main1 h2 img,
main #main_area #main2 h2 img,
main #main_area #main3 h2 img {
	width:100%;
	height:auto;
}
main #main_area ul li {
	height:auto;
}

/* sections 共通 641 */
main .basic-page section {
	min-width:100%;
	padding-bottom:60px;
	padding-top:60px;
}
main .basic-page section.sec_top {
	padding-bottom:30px;
	padding-top:30px;
}

/* news 641 */
main .basic-page #news {
    padding:0 10px;
	margin-bottom:20px;
	margin-left:0;
	float:none;
	width: 100%;
}
main .basic-page #news #news_area {
    width: 100%;
    height: 130px;
}
main .basic-page #news #news_area li .day_t_pickup {
	display:none;
}
main .basic-page #news #news_area li .news_pickup {
	font-size: 13px;
}

/*  商品ラインナップ 641  */
main .basic-page #lineup {
	padding:0 10px;
	width: 100%;
	float:none;
}
main .basic-page #lineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .basic-page #lineup li {
    margin: 0 0 7px 0;
    padding: 0;
	float:none;
}
main .basic-page #lineup li:nth-child(3),
main .basic-page #lineup li:nth-child(6),
main .basic-page #lineup li:nth-child(9) {
	margin-right:0;
}

/* fotter 641 */
#page #globalfooter {
	text-align:center;
}
#page #globalfooter_in {
	width:100%;
	margin:0;
	padding:0 10px;
}
#page #globalfooter_in #ft_mark {
	width:30%;
}
#page #globalfooter_in #ft_txt {
	float:none;
	width:100%;
	padding-top:20px;
}
#page #globalfooter p {
	line-height:130%;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align: center;
}
#page #globalfooter_in #t_campany {
	font-size: 16px;
	line-height:130%;
	padding-bottom:25px;
	margin-left:35%;
	text-align: left;
}
#page #globalfooter #ft_cr {
	float:none;
	width:100%;
	clear:both;
}
#page #globalfooter #ft_cr_in {
    width: 100%;
    margin: 0;
	padding:5px 0;
	height: auto;
	display:block;
}
#page #globalfooter #ft_cr_in p {
	text-align:center !important;
	display:inline-block;
	width:100%;
	height:auto;
}

/* ページTOP */
#fixedTop {
    right: 10px;
    bottom: 10px;
}
	
#lineup ul li,
#sidemenu_brand ul li {
	font-size: 12px;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	margin-bottom:5px;
	border: 2px solid #fcc672;
	overflow:hidden;
}
#lineup ul li a,
#sidemenu_brand ul li a {
	/*border: 2px solid #fcc672;*/
	width:500px;
	height:13.5vw;
	display: table-cell;
	vertical-align: middle;
}
	
#lineup ul li#ban01, 
#lineup ul li#ban02, 
#lineup ul li#ban03, 
#lineup ul li#ban04,
#lineup ul li#ban05, 
#lineup ul li#ban06, 
#lineup ul li#ban07, 
#lineup ul li#ban08, 
#lineup ul li#ban09,
#lineup ul li#ban10, 
#lineup ul li#ban11,
#lineup ul li#ban12,
#lineup ul li#ban13,
#lineup ul li#no_data {
/*	background-size: cover;
	width: 49%;
    height: 13.5vw;
    margin: 0 0 2.5vw 0;*/
    width: 32%;
    height: 10.5vw;
    margin: 0 0 2.5vw 0;
    background-size: contain;
}
#sidemenu_brand ul li#ban01,
#sidemenu_brand ul li#ban02,
#sidemenu_brand ul li#ban03,
#sidemenu_brand ul li#ban04,
#sidemenu_brand ul li#ban05,
#sidemenu_brand ul li#ban06,
#sidemenu_brand ul li#ban07,
#sidemenu_brand ul li#ban08,
#sidemenu_brand ul li#ban09,
#sidemenu_brand ul li#ban10,
#sidemenu_brand ul li#ban11,
#sidemenu_brand ul li#ban12,
#sidemenu_brand ul li#ban13,
#sidemenu_brand ul li#no_data {
	background-size: contain;
    width: 48%;
    height: 13.5vw;
    margin: 0 0 2.5vw 0;
}
	
#sidemenu_brand ul li a {
	height:13.5vw;
}
	

}

@media only screen and (max-width: 571px) {
/* header 571 */
#globalheader h1 {
	margin:25px 0 0 0;
	width:50%;
}
/*  ブランドバナー  561 */
#sidemenu_brand ul li {
	width:210px;
}
#sidemenu_brand ul li a {
	width:210px;
}

}

@media only screen and (max-width: 420px) {
/*  ブランドバナー 420 */
#sidemenu_brand {
	width:100%;
	padding-top:15px;
}
#sidemenu_brand h2 {
	font-size: 12px;
	line-height:120%;
	text-align:center;
	padding-bottom:7px;
}
#sidemenu_brand ul {
	margin:0 8%;
}
#sidemenu_brand ul li {
	font-size: 12px;
	line-height:120%;
	text-align:left;
	margin-bottom:5px;
	float:left;
	/*width:165px;*/
    width: 48%;
}
#sidemenu_brand ul li a {
	width:165px;
	height:13.5vw;
	display: table-cell;
	vertical-align: middle;
}
/* fotter 420 */
#page #globalfooter_in #ft_txt {
	padding-top:10px;
}
#page #globalfooter_in #t_campany {
	padding-bottom:10px;
}

}

@media only screen and (max-width: 380px) {
/* header 380 */
#page #globalheader_in #g_navi {
    margin: 0;
}
.for_spn_380 {
	display:block;
}

/* nav 380 */
#page nav#g_menu {
  bottom: 3px;
  left:0;
}
#page #global_menu li {
  width:79px;
}
#page #global_menu li:last-child {
  width:138px;
}

/*  ブランドバナー 380 */
#sidemenu_brand ul {
	margin:0 4%;
}

/* fotter 380 */
#page #globalfooter_in #t_campany {
	padding-bottom:6px;
}

}

@media only screen and (max-width: 361px) {
/* header 361 */
#page #globalheader_in #g_navi li a {
  font-size: 12px;
  width:163px;
  height:40px;
}
#globalheader h1 {
	margin:30px 0 0 0;
	width:50%;
}

/* nav 361 */
#page #global_menu li {
  width:75px;
}
#page #global_menu li:last-child {
  width:133px;
}

.for_spn_360 {
	display:block;
}

/*  ブランドバナー 360 */
#sidemenu_brand ul li {
	width:160px;
}
#sidemenu_brand ul li a {
	width:160px;
}
main#main_top {
	padding-bottom:90px;
}
}

@media only screen and (max-width: 320px) {
/* header 320 */
#page #globalheader_in #g_navi li a {
  font-size: 11px;
  width:143px;
  height:40px;
}
#page #globalheader_in #g_navi li .t_fs {
	font-size: 10px;
}
/* nav 320 */
#page #global_menu li {
  width:67px;
}
#page #global_menu li:last-child {
  width:119px;
}
#sidemenu_brand ul li#ban03 {
	background:url(../img/common/ban03_bg2.jpg) scroll no-repeat center right;
}
/*  ブランドバナー 320 */
#sidemenu_brand ul {
	margin:0 2.2%;
}
#sidemenu_brand ul li {
	margin-right:5px;
	width:150px;
}
#sidemenu_brand ul li a {
	width:150px;
}
/* fotter 320 */
#page #globalfooter_in {
    padding: 0 5px;
}

}

