@charset "UTF-8";
/* CSS Information ========================
 * Table of Contents:
 * +reset
 * +base
 * +header
 * +footer
======================================== */
/* ========================================
 * +reset
======================================== */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-wrap: break-word;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break:break-all;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

[hidden] {
  display: none;
}

mark {
  background: none;
}

input {
  opacity: 1;
  outline:none;
}
input[type=checkbox],
input[type=radio],
select,
label {
	cursor:pointer;
}

a {
	color:#376ea2;
  text-decoration: none;
	outline:none;
}
a:hover {
  text-decoration: underline;
}

/*----------------------------------
 mixin
----------------------------------*/
/* ========================================
 * +base
======================================== */
html, body {
  height: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

/* ========================================
 * +tagLine
======================================== */
#tagLine {
  min-width: 1060px;
  background: #c2161d;
  height: 17px;
}
#tagLine .txt {
  min-width: 1000px;
  margin: 0 20px;
  font-weight: normal;
  color: #fff;
  font-size: 11px;
  padding: 0;
}
#tagLine span {
  font-weight: bold;
  color: #fffc00;
  padding-left: 25px;
}

/* ========================================
 * +header
======================================== */
#header {
  height: 54px;
  min-width:1060px;
}
#header > .inner {
  position: relative;
  min-width: 1000px;
	max-width:1880px;
  margin: 0 auto;
	padding:0 20px;
}
#header .siteLogo {
  padding-top: 14px;
}
#header .siteLogo img {
  background: #FFF; /* IE8 alpha */
}
#header .supportNav {
  position: absolute;
  height: 18px;
  top: 24px;
  left: 255px;
  right: 320px;
}
#header .supportNav li {
  float: left;
}
#header .supportNav li img {
  display: block;
}
#header .banner {
  position: absolute;
  top: 1px;
  right: 20px;
}

/* ========================================
 * +globalNav
======================================== */
#globalNav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: url(../../img/globalnav/bg_globalnav_01.png) 0 0 repeat-x;
  height: 41px;
  padding-top: 7px;
  position: relative;
  z-index: 100;
  min-width:1060px;
}
#globalNav h2 img {
  vertical-align: bottom;
}
#globalNav > .inner {
  min-width: 1000px;
	max-width:1880px;
  margin: 0 auto;
	padding:0 20px;
}
#globalNav .nav01 {
  position: relative;
  float: left;
  background: url(../../img/bg_line_01.png) 109px 0 no-repeat;
}
#globalNav .nav01:hover{
	cursor:pointer;
}
#globalNav .nav01 .productNav {
  position: absolute;
  top: 39px;
  left: -4px;
  z-index: 10;
}
#globalNav .nav01 .productNav:after {
  position: absolute;
  bottom: -8px;
  background: url(../../img/globalnav/bg_nav01_02.png) 0 100% no-repeat;
  width: 181px;
  height: 8px;
  content: "";
}
#globalNav .nav01 .productNav.active:after {
  background: url(../../img/globalnav/bg_nav01_02_02.png) 0 100% no-repeat;
}
#globalNav .nav01 .productNav.active > ul {
  background: url(../../img/globalnav/bg_nav01_01_02.png) 0 0 repeat-y;
}
#globalNav .nav01 .productNav > ul {
  background: url(../../img/globalnav/bg_nav01_01.png) 0 0 repeat-y;
  position: relative;
  z-index: 1;
  padding-bottom:30px;
}
#globalNav .nav01 .productNav > ul > li {
  padding: 0 10px 10px 11px;
  margin: 0 10px 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productNav .originalMenuList{
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -15px;
}
.productNav .originalMenuList li > a{
  padding: 5px 0;
  display: block;
}
#globalNav .nav01 .productNav > ul > li.maker {
  border-top: 1px dotted #bbb;
  padding-top: 16px;
}
#globalNav .nav01 h3 {
  color: #d50a12;
}
#globalNav .nav01 h3 a {
  color: #d50a12;
  background: url(../../img/icon_arrow_01.png) 0 3px no-repeat;
  padding-left: 13px;
}
#globalNav .nav01 .catNav {
  width: 145px;
  padding-top: 20px;
}
#globalNav .nav01 .catNav:before {
  content: "";
  width: 173px;
  height: 3px;
  background: #c71219;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}
#globalNav .nav01 .catNav .normalList > li {
  margin-right: -20px;
  padding-right: 20px;
}
#globalNav .nav01 .catNav .normalList > li > a:hover {
  background: url(../../img/icon_arrow_02.png) 100% center no-repeat;
}

#globalNav .nav01 .catNav li a {
  padding: 5px 0;
  display: block;
}
#globalNav .nav01 .catNav li a:hover {
	text-decoration: none;
}
#globalNav .nav01 .subCatNav {
  width: 441px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 181px;
  background: url(../../img/globalnav/bg_nav01_03.png) 0 0 repeat-y;
}
#globalNav .nav01 .subCatNav:before {
  content: "";
  width: 440px;
  height: 3px;
  background: #c71219;
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
}
#globalNav .nav01 .subCatNav:after {
  position: absolute;
  bottom: -8px;
  background: url(../../img/globalnav/bg_nav01_04.png) 0 100% no-repeat;
  width: 441px;
  height: 8px;
  content: "";
}
#globalNav .nav01 .subCatNav .inner {
  padding: 18px;
}
#globalNav .nav01 .subCatNav ul {
  float: left;
  width: 50%;
}
#globalNav .nav01 .subCatNav ul li {
  margin-right: 20px;
}
#globalNav .nav01 li + .ranking {
  margin-top: 20px;
}
#globalNav .nav01 ul > .ranking {
  margin-bottom: 20px;
}
#globalNav .nav01 .ranking {
  list-style: none;
  margin: 0;
}

#globalNav .nav01 .ranking .unit {
  position: relative;
  min-height: 43px;
}
#globalNav .nav01 .ranking .unit .img {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
}

#globalNav .nav01 .ranking img {
  max-height: 43px;
  max-width: 43px;
  text-align: center;
  padding: 0px;
  display: block;
}

#globalNav .nav01 .ranking .unit .txt, #globalNav .nav01 .ranking .unit .price {
  margin-left: 50px;
}
#globalNav .nav01 .ranking .unit .txt {
  font-weight: bold;
  color: #376ea2;
}
#globalNav .nav01 .ranking .unit .txt:hover {
  text-decoration: underline;
}
#globalNav .nav01 .ranking .unit .price {
  color: #999;
}
#globalNav .nav01 .ranking .unit .price ins {
  color: #d50a12;
  text-decoration: none;
	padding-left:3px;
}
#globalNav .nav01 .ranking .unit .price del {
  color: #999;
}
#globalNav .nav01 .ranking .title {
  font-weight: bold;
  margin-bottom: 5px;
}
#globalNav .nav02 {
  width: 338px;
  height: 39px;
  float: right;
}
#globalNav .nav02 .box {
  width: 228px;
  background: #ccc;
  position: absolute;
  top: 39px;
  right: -4px;
  z-index: 10;
  background: url(../../img/globalnav/bg_nav02_02.png) 0 100% no-repeat;
  padding-bottom: 9px;
  font-size: 11px;
}
#globalNav .nav02 .box:after {
  content: "";
  width: 220px;
  height: 3px;
  background: #c71219;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}
#globalNav .nav02 .box .inner {
  background: url(../../img/globalnav/bg_nav02_01.png) 0 0 repeat-y;
  padding: 0 15px 20px;
}
#globalNav .nav02 .box .lead span {
  font-weight: bold;
}
#globalNav .nav02 .box .lead span .icon {
  vertical-align: middle;
}
#globalNav .nav02 .box p {
  padding-top: 15px;
}
#globalNav .nav02 .box input {
  vertical-align: middle;
  margin-right: 5px;
}
#globalNav .nav02 .box a {
  color: #376ea2;
}
#globalNav .nav02 .box .sum {
  border-top: 1px dotted #bbb;
  font-size: 12px;
  margin-top:10px;
}
#globalNav .nav02 .box .price {
  font-weight: bold;
}
#globalNav .nav02 .box .item {
  margin-top: 10px;
}
#globalNav .nav02 .box .item li {
  min-height: 30px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 40px;
}
#globalNav .nav02 .box .item li img {
  position: absolute;
  top: 0;
  left: 0;
}
#globalNav .nav02 .box .item li a {
  display: block;
}
#globalNav .login {
  float: left;
  width: 189px;
  background: url(../../img/bg_line_01.png) 184px 0 no-repeat;
  position: relative;
}
#globalNav .login h2 a {
  background: url(../../img/globalnav/btn_nav03_01.png) 0 0 no-repeat;
  width: 181px;
  height: 39px;
  display: block;
  overflow: hidden;
  letter-spacing: -1px;
  line-height: 39px;
}
#globalNav .login h2 a .txt01 {
  color: #444;
  font-size: 13px;
  padding-left: 10px;
}
#globalNav .login h2 a .txt02 {
  color: #444;
  font-size: 10px;
}
#globalNav .login h2 a .txt03 {
  color: #d50a12;
  font-size: 13px;
}
#globalNav .login h2 a.hover {
  background: url(../../img/globalnav/btn_nav03_01_on.png) 0 0 no-repeat;
  text-decoration: none;
}
#globalNav .login h2 a.hover .txt01, #globalNav .login h2 a.hover .txt02, #globalNav .login h2 a.hover .txt03 {
  color: #fff;
}
#globalNav .login .box {
  right: 4px;
}
#globalNav .cart {
  float: left;
  width: 149px;
  position: relative;
}
#globalNav .cart h2 a {
  background: url(../../img/globalnav/btn_nav03_02.png) 0 0 no-repeat;
  width: 149px;
  height: 39px;
  display: block;
  overflow: hidden;
  position: relative;
}
#globalNav .cart h2 a .txt01 {
  display: none;
}
#globalNav .cart h2 a .txt02 {
  display:inline-table;
  width:40px;
  margin-left:40px;
  color: #d50a12;
  font-size: 26px;
  text-align:center;
}
#globalNav .cart h2 a .txt03 {
  color: #333;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 78px;
}
#globalNav .cart h2 a .txt04 {
  color: #444;
  font-size: 10px;
  position: absolute;
  top: 18px;
  left: 78px;
}
#globalNav .cart h2 a.hover {
  background: url(../../img/globalnav/btn_nav03_02_on.png) 0 0 no-repeat;
}
#globalNav .cart h2 a.hover .txt01, #globalNav .cart h2 a.hover .txt02, #globalNav .cart h2 a.hover .txt03, #globalNav .cart h2 a.hover .txt04 {
  color: #fff;
}
#globalNav .nav03 {
  height: 34px;
  margin: 0 338px 0 128px;
  position: relative;
}
#globalNav .nav03 h2 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#globalNav .nav03 h2 span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
}
#globalNav .nav03 h2 .left {
  background: url(../../img/globalnav/bg_serachbtn_left.png) no-repeat;
  padding-left: 14px;
}
#globalNav .nav03 h2 .right {
  background: url(../../img/globalnav/bg_serachbtn_right.png) no-repeat right 0;
  padding-right: 23px;
}
#globalNav .nav03 h2 .center {
  background: url(../../img/globalnav/bg_serachbtn_center.png);
  padding-right: 5px;
}
#globalNav .nav03 .pulldownWrap.hover .left {
  background: url(../../img/globalnav/bg_serachbtn_left_on.png) no-repeat;
}
#globalNav .nav03 .pulldownWrap.hover .right {
  background: url(../../img/globalnav/bg_serachbtn_right_on.png) no-repeat right 0;
}
#globalNav .nav03 .pulldownWrap.hover .center {
  background: url(../../img/globalnav/bg_serachbtn_center_on.png);
}

#globalNav .nav03 .search01 {
	height:26px;
  background: url(../../img/globalnav/bg_search_01.png) 0 0 repeat-x;
  border-top:1px solid #888;
  border-bottom:1px solid #888;
  margin-right:50px;
	padding:3px 50px 3px 10px;
}
#globalNav .nav03 .search01 input[type=text] {
	width:100%;
	padding-top:2px;
  line-height: 24px;
	height:24px;
  outline:none;
	border:none;
  font-size:14px;
}
#globalNav .nav03 .search02 {
  width: 37px;
  padding-right: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
#globalNav .search02 img {
	cursor:pointer;
}

#globalNav .nav03 .pulldown {
  border: 1px solid #999999;
  background: #fff;
  width: 180px;
  overflow-y: visible;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 10;
}
#globalNav .nav03 .pulldown a {
  color: #333;
  display: block;
  padding: 0 5px;
}
#globalNav .nav03 .pulldown a:hover {
  background: #3399ff;
  color: #fff;
  text-decoration: none;
}

/*-------------------ログイン後-------------------*/
.member #globalNav .nav02 {
  width: 448px;
}
.member #globalNav .nav02 .message {
  float: left;
  width: 188px;
  background: url(../../img/bg_line_01.png) 184px 0 no-repeat;
  position: relative;
}
.member #globalNav .nav02 .message h2 a {
  background: url(../../img/globalnav/btn_nav03_04.png) 0 0 no-repeat;
  width: 181px;
  height: 39px;
  display: block;
  overflow: hidden;
  letter-spacing: -1px;
}
.member #globalNav .nav02 .message h2 a .txt01 {
  color: #444;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 2px;
  display: block;
}
.member #globalNav .nav02 .message h2 a .txt02 {
  color: #444;
  font-size: 13px;
  padding-left: 10px;
  display: inline;
}
.member #globalNav .nav02 .message h2 a .txt03 {
  color: #444;
  font-size: 10px;
  display: inline;
}
.member #globalNav .nav02 .message h2 a .icon {
  padding-left: 5px;
  vertical-align: top;
}
.member #globalNav .nav02 .message h2 a.hover {
  background: url(../../img/globalnav/btn_nav03_04_on.png) 0 0 no-repeat;
  text-decoration: none;
}
.member #globalNav .nav02 .message h2 a.hover .txt01, .member #globalNav .nav02 .message h2 a.hover .txt02, .member #globalNav .nav02 .message h2 a.hover .txt03 {
  color: #fff;
}
.member #globalNav .nav02 .message .box {
  right: 3px;
  display: none;
}
.member #globalNav .nav02 .favorite {
  float: left;
  width: 111px;
  background: url(../../img/bg_line_01.png) 106px 0 no-repeat;
  position: relative;
}
.member #globalNav .nav02 .favorite h2 a {
  background: url(../../img/globalnav/btn_nav03_03.png) 0 0 no-repeat;
  width: 103px;
  height: 39px;
  display: block;
  overflow: hidden;
  letter-spacing: -1px;
  line-height: 39px;
}
.member #globalNav .nav02 .favorite h2 a .txt01 {
  color: #444;
  font-size: 13px;
  padding-left: 10px;
}
.member #globalNav .nav02 .favorite h2 a.hover {
  background: url(../../img/globalnav/btn_nav03_03_on.png) 0 0 no-repeat;
  text-decoration: none;
}
.member #globalNav .nav02 .favorite h2 a.hover .txt01 {
  color: #fff;
}
.member #globalNav .nav02 .favorite .box {
  right: 4px;
  display: none;
}
.member #globalNav .nav03 {
  margin: 0 448px 0 128px;
}

/* ========================================
 * +content
======================================== */
#content {
  padding-bottom: 202px;
}

#content > .inner , .inner1{
  min-width: 1000px;
  margin: 0 auto;
}

#content > .inner,#content > .inner1{
  padding: 30px 20px 0;
}

#content > .inner {
  max-width:1880px;
}
.inner1 {
  max-width:1360px;
}

#content > .inner > .inner2, .inner1 > .inner2 {
	margin-top: 30px;
}

#content .pageTop {
  text-align: right;
  margin-top: 84px;
}
#content .pageTop a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
	display:none;
}
#content .pageTop a.fix {
  position: absolute;
  bottom: 202px;
}
#content span.suggestion,
#globalNav span.suggestion {
  color: #d50a12;
}
.mainMenu .section {
  border: 1px solid #bbb;
  position: relative;
  margin-top: 20px;
  padding: 0 12px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.mainMenu .section .title {
  margin-top: 25px;
}
.mainMenu .section ul {
  margin-top: 5px;
}
.mainMenu .section ul.noitemMenu {
	margin-top:-5px;
	font-weight:bold;
}

.mainMenu .section .btn {
  margin-top: 10px;
}
.mainMenu .catMenu {
  margin-top: 0;
  border-top: 3px solid #c71219;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding-top:25px;
}
.mainMenu .catMenu .title_list {
	font-weight:bold;
	margin-bottom:15px;
}
	
.mainMenu .catMenu .title {
  background: url(../../img/icon_arrow_01.png) 0 3px no-repeat;
  padding-left: 11px;
	margin-top:0px;
}
.mainMenu .catMenu .title a{
	color:#d50a12;
	font-weight:bold;
}

.mainMenu .catMenu li {
  padding: 5px 0;
}
.mainMenu .localMenu li {
  padding: 5px 0;
}
.mainMenu .checkboxList li {
  padding: 5px 0;
}
.mainMenu .selectMenu li {
  padding: 5px 0;
}
.mainMenu .selectMenu h2 {
	color:#d50a12;
	font-weight:bold;
}
.mainMenu .selectMenu label:hover {
  color: #c1282c;
  text-decoration: underline;
}
#selectCheckbox01 label.selected,
#selectCheckbox02 label.selected,
#selectCheckbox03 label.selected,
#selectCheckbox04 label.selected {
  color: #c1282c;
}

.mainMenu .point {
  border-top: 3px solid #c71219;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
  margin-top: 0;
  padding-top: 20px;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
  background: url(../../img/mainmenu/bg_point_02.png) 0 100% no-repeat;
}

.mainMenu .point .name {
  font-size: 14px;
}
.mainMenu .point .name a {
  color: #333;
  text-decoration: underline;
}
.mainMenu .point .link {
  text-align: right;
  margin-top: 15px;
}
.mainMenu p.btn img {
  cursor:pointer;
}

.sub .about {
	padding-bottom:6px;
  background: url(/img/sub/bg_about_01.png) left bottom no-repeat;
}
.sub .about .btnArea {
  margin:1px 0 0;
  background-color:#c71219;
  padding:10px;
}
.sub .about .btnArea .fleft {
  float:left;
  width:95px;
  text-align:center;
}
.sub .about .btnArea .fright {
  float:right;
  width:95px;
  text-align:center;
}
.sub .about ul {
  padding: 10px 14px 14px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.sub .about ul {
  padding: 10px 14px 9px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.sub .about ul li {
  padding-left: 32px;
  padding-top: 7px;
  line-height: 1.16;
}
.sub .about ul .list01 {
  background: url(/img/sub/icon_about_01.png) 0 center no-repeat;
}
.sub .about ul .list02 {
  background: url(/img/sub/icon_about_02.png) 0 center no-repeat;
}
.sub .about ul .list03 {
  background: url(/img/sub/icon_about_03.png) 0 center no-repeat;
}
.sub .about ul .list04 {
  background: url(/img/sub/icon_about_04.png) 0 center no-repeat;
}

.sub .ranking ol {
  margin-top: 12px;
}
.sub .ranking ol li {
  position: relative;
  min-height: 76px;
  margin-top: 12px;
}
.sub .ranking ol li a:hover {
  text-decoration: underline;
	color:#376ea2;
}
.sub .ranking ol li .img {
  position: absolute;
  top: 0;
  left: 0;
}
.sub .ranking ol li .img :hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
.sub .ranking ol li .txt {
  margin-left: 85px;
  font-size: 11px;
}
.sub .ranking ol li .txt span {
  display: block;
}
.sub .ranking ol li .txt span.suggestion {
  display: inline;
}
.sub .ranking ol li .txt .name {
  color: #376ea2;
  font-weight: bold;
}
.sub .ranking ol li .txt .name a {
	display:block;
}
.sub .ranking ol li .txt .corporate {
  color: #333;
}
.sub .ranking ol li .txt .price {
  color: #999;
}
.sub .ranking ol li .txt .price del {
  color: #999;
}
.sub .ranking ol li .txt .price ins {
  text-decoration: none;
  color: #d50a12;
	padding-left:3px;
}
.sub .ranking ol li .num {
  font-size: 12px;
  font-weight: bold;
  color: #d50a12;
}
.sub .ranking .num01 .num {
  background: url(../../img/sub/icon_ranking_01.png) 0 center no-repeat;
  padding-left: 29px;
}
.sub .ranking .num02 .num {
  background: url(../../img/sub/icon_ranking_02.png) 0 center no-repeat;
  padding-left: 29px;
}
.sub .ranking .num03 .num {
  background: url(../../img/sub/icon_ranking_03.png) 0 center no-repeat;
  padding-left: 29px;
}
.sub .tabNav {
  border-bottom: 2px solid #c71219;
}
.sub .tabNav li {
  height: 0;
  padding-top: 26px;
  overflow: hidden;
  float: left;
  margin-right: 3px;
}
.sub .tabNav li:hover, .sub .tabNav li.active {
  background-position: 0 0;
}
.sub .tabNav .tab01 {
  width: 90px;
  background: url(../../img/sub/btn_tab_01.png) 0 -26px no-repeat;
}
.sub .tabNav .tab02 {
  width: 105px;
  background: url(../../img/sub/btn_tab_02.png) 0 -26px no-repeat;
}
.sub .tabNav a {
  display: inline-block;
  width: 100%;
  height: 26px;
  position: relative;
  top: -26px;
  text-indent: -9999px;
}
.sub .js-more {
  display: none;
}
.sub .btn {
  text-align: center;
}
.sub .dateList {
	padding-bottom:10px;
}
.sub .dateList li {
  margin-top: 10px;
}
.sub .dateList .date {
  font-size: 10px;
  color: #666;
  float: left;
  width: 60px;
}
.sub .dateList a {
  font-size: 11px;
  margin-left: 60px;
  display: block;
}
.calendar {
  position: relative;
}
#pop {
	display:none;
}
#pop .calendar {
	width:220px;
}
.sub .calendar .month,
#pop .calendar .month {
  margin-top: 1px;
  background: #eff0f2;
  text-align: center;
  line-height: 30px;
}
.sub .calendar table,
#pop .calendar table {
  width: 100%;
  border: 10px solid #fff;
}
.sub .calendar table th, .sub .calendar table td,
#pop .calendar table th, #pop .calendar table td {
  text-align: center;
  font-weight: normal;
  padding: 2px 0;
  border: 1px solid #fff;
}
.sub .calendar table td,
#pop .calendar table td {
  color: #033333;
}
.sub .calendar table .holiday,
#pop .calendar table .holiday {
  background: #ddd;
}
.sub .calendar table .stopped,
#pop .calendar table .stopped {
  background: #c6daee;
}
.sub .calendar .calendarNav .prev,
#pop .calendar .calendarNav .prev {
  position: absolute;
  top: 30px;
  left: 23px;
}
.sub .calendar .calendarNav .next,
#pop .calendar .calendarNav .next {
  position: absolute;
  top: 30px;
  right: 23px;
}
.sub .calendar .calendarNav a img,
#pop .calendar .calendarNav a img  {
  border: 1px solid #eff0f2;
}
.sub .calendar .calendarNav a:hover img,
#pop .calendar .calendarNav a:hover img {
  border: 1px solid #d3d4d6;
}
.sub .calendar .supplement,
#pop .calendar .supplement {
  margin: 0 10px;
  border-top: 1px solid #bbb;
  padding: 10px 0 0 0;
}
.sub .calendar .supplement span,
#pop .calendar .supplement span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 15px;
}
.sub .calendar .supplement span img,
#pop .calendar .supplement span img {
  vertical-align: middle;
  margin-right: 3px;
}

#pop {
	background:#fff;
	padding:10px;
	border:1px solid #bbb;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#pop .close{
	text-align:right;
	margin-bottom:5px;
}
#pop .close span {
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:url(../../img/module/btn_close_01.png) center center no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#pop .close span:hover {
	background:url(../../img/module/btn_close_01_on.png) center center no-repeat;
}

.sub .social .header {
  min-height: 35px;
  padding-left: 45px;
  color: #666;
  font-size: 10px;
}
.sub .social .twitter .header {
  background: url(../../img/sub/icon_twitter_01.png) 0 0 no-repeat;
}
.sub .social .simazo .header {
  background: url(../../img/sub/icon_simazo_01.png) 0 0 no-repeat;
}
.sub .social .body {
  margin-top: 10px;
}
.sub .social .body .more a {
  background: url(../../img/icon_arrow_04.png) 100% center no-repeat;
  color: #376ea2;
}
.sub .social .twitter {
  border-top: 2px solid #2b2b2b;
  padding-top: 10px;
}
.sub .social .simazo {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.sub .social .facebook {
  margin-top: 10px;
}
.sub .more {
  font-size: 10px;
}
.sub .banner {
  margin-bottom: 20px;
}
.sub .banner:last-child {
  margin-bottom: 0;
  margin-top:20px;
}
.sub .banner li {
  margin-top: 20px;
}
.sub .banner li:first-child {
  margin-top: 0;
}

/* ========================================
 * +footer
======================================== */
#footer {
  background: #2b2b2b fixed;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
  min-width:1060px;
  width: 100%;
}
#footer .footerNav {
	min-width:1000px;
	max-width:1880px;
  padding: 32px 20px 0;
	margin:0 auto;
  height: 120px;
  color: #efefef;
	text-align:center;
}
#footer .footerNav > div {
	display:inline-block;
	text-align:left;
}
#footer .footerNav h2 {
  float: left;
  width: 148px;
}
#footer .footerNav ul {
  float: left;
}
#footer .footerNav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #efefef;
  padding: 0 10px;
}
#footer .footerNav ul li:first-child {
  border-left: none;
  padding-left: 0;
}
#footer .footerNav p {
  padding: 10px 0 0 148px;
}
#footer .footerNav p a {
  text-decoration: underline;
}
#footer .footerNav a {
  color: #efefef;
}
#footer .copyright {
  background: #444343;
  height: 34px;
}
#footer .copyright span {
	min-width:1000px;
	max-width:1880px;
	padding:0 20px;
	margin:0 auto;
	display:block;
  color: #ccc;
  font-size: 10px;
  line-height: 34px;
	text-align:center;
}

#loader {
	text-align:center;
	line-height:418px;
	height:418px;
	vertical-align:middle;
}
#loader img {
	vertical-align:middle;
	margin-top:-20px;
}
#content.view_sp{
    padding-bottom:428px;
}
#footer #btn_view_sp {
  text-align:center;
  padding:60px 0;
  background:#b4b4b4;
}


/* ========================================
 * +margin padding
======================================== */
.bold {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15{
  margin-bottom: 15px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb30 {
  padding-bottom: 30px !important;;
}
.ml20 {
	margin-left:20px;
}

/* ========================================
 * +clearfix
======================================== */
.group,
.footerNav,
.subCatNav .inner,
.sub .about .btnArea {
  *zoom: 1;
}
.group:after,
.footerNav:after,
.subCatNav .inner:after,
.sub .about .btnArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}


/** Notices and Errors **/
#flashMessage.message {
	display:none;
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

#flashMessage.message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#flashMessage.message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
