@charset "UTF-8";
.column:after, .list_01:after, #main .nav .inner .sns:after, #main .nav .inner .box:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

.column .left {
  float: left;
}
.column .right {
  float: right;
}

body {
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  min-width: 950px;
  width: 100%;
}
.ie8 body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

.note_01 {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 20px;
  margin-top: 18px;
}

.note_02 {
  font-size: 12px;
  line-height: 20px;
}
.note_02.type {
  color: #8c8c8c;
}
.note_02 li {
  margin-top: 10px;
  position: relative;
  padding-left: 1.5em;
}
.note_02 li .mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.note_02.num {
  margin-top: 30px;
}
.note_02.num li {
  padding-left: 2em;
}

.dl_01 {
  margin-top: 35px;
}
.dl_01 dt {
  background: url(/sp/pitrec_dnh20/images/list-bg_02.png) no-repeat center left;
  color: #fff;
  padding: 11px 12px;
}
.dl_01 dd {
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
.dl_01 dd ol li {
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 48px;
  margin-top: 10px;
}
.dl_01 dd ol li:first-child {
  margin-top: 0;
}
.dl_01 dd ol li.num1 {
  background-image: url(/sp/pitrec_dnh20/images/use-icon_01.png);
}
.dl_01 dd ol li.num2 {
  background-image: url(/sp/pitrec_dnh20/images/use-icon_02.png);
}
.dl_01 dd ol li.num3 {
  background-image: url(/sp/pitrec_dnh20/images/use-icon_03.png);
}

.list_01 {
  margin-top: 12px;
}
.list_01 li {
  font-size: 13px;
  float: left;
  line-height: 22px;
  margin-top: 12px;
  margin-right: 25px;
  width: 205px;
}
.list_01 li[class] span {
  font-size: 24px;
  color: #000;
  padding-left: 40px;
  padding-top: 4px;
}
.list_01 li span {
  font-size: 17px;
  color: #e60012;
  display: block;
  margin-bottom: 8px;
}

.list_02, .list_03 {
  font-size: 14px;
  list-style: disc;
  line-height: 24px;
  margin: 26px 0 0 1em;
}

.list_03 {
  color: #808080;
  font-size: 12px;
}

.btn_01:hover,
.btn_02:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.tbl_01 {
  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;
  width: 100%;
  font-size: 12px;
  border-top: #ccc 1px solid;
  margin-top: 60px;
  line-height: 22px;
}
.tbl_01 th, .tbl_01 td {
  padding: 9px 25px 7px 10px;
  border-bottom: #ccc 1px solid;
}
.tbl_01 th {
  background: #f0f0f0;
  text-align: left;
}
.tbl_01 .th1 {
  width: 26%;
}
.tbl_01 .td1 {
  width: 74%;
}
.tbl_01 sup {
  font-size: 9px;
  color: #666;
  vertical-align: top;
}
.tbl_01 sup.strong {
  font-size: 12px;
  color: #e60012;
}
.tbl_01 .link_01 {
  font-size: 12px;
}

strong {
  color: #e60012;
}

small {
  font-size: 13px;
}

.link_01 {
  font-size: 14px;
  position: relative;
  padding-left: 8px;
}
.link_01:before {
  border-top: 4px solid  transparent;
  border-right: 4px solid  transparent;
  border-bottom: 4px solid  transparent;
  border-left: 4px solid #333;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 35%;
  left: 0;
  width: 0;
}

.center {
  text-align: center !important;
}

/*	nav
-----------------------------------------*/
#main {
  background: none;
}
#main .nav {
  background: #fff;
  border-bottom: #d7d7d7 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 950px;
  z-index: 10;
}
#main .nav .inner {
  margin: 0 auto;
  width: 950px;
}
#main .nav .inner .logo_01 {
  padding: 11px 0 0;
  float: left;
}
#main .nav .inner .sns {
  float: right;
  margin-top: 10px;
}
#main .nav .inner .sns li {
  float: left;
}
#main .nav .inner .list {
  text-align: right;
  display: table;
  width: 930px;
}
#main .nav .inner .list li {
  display: inline-block;
  padding-bottom: 10px;
  margin-left: 20px;
}
#main .nav .inner .list li:first-child {
  margin-left: 0;
}
#main .nav .inner .list li a {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  display: table;
  padding: 0 0 10px;
  text-decoration: none;
}
#main .nav .inner .list li:hover {
  background: url(/sp/pitrec_dnh20/images/nav-icon.png) no-repeat center bottom;
}
#main .nav .inner .list li:hover a {
  color: #e50011;
}
#main .nav .inner .list li.current {
  background: url(/sp/pitrec_dnh20/images/nav-icon.png) no-repeat center bottom;
}
#main .nav .inner .list li.current a {
  color: #e50011;
}

/*	nav-販売終了
-----------------------------------------*/
#main .nav.note_end-sale {
}
#main .nav.note_end-sale .inner {
  position: relative;
}
#main .nav.note_end-sale .inner::before {
  content: "※こちらの製品は販売終了いたしました。";
  position: absolute;
  top: 17px;
  left: 260px;
  letter-spacing: 0;
  color: #e80e1e;
  font-weight: bold;
  font-size: 16px;
}

/*	mainVisual
-----------------------------------------*/
.mainVisual {
  background: none;
  position: relative;
  margin-top: 80px;
  min-width: 950px;
  overflow: hidden;
}
.mainVisual .inner {
  text-align: center;
  height: 440px;
  position: relative;
  margin: 0 auto;
  width: 950px;
}
.mainVisual .inner .logo_02 {
  text-align: right;
  padding: 13px 0 17px;
  margin-right: 25px;
}
.mainVisual .inner .part_01 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-top: 20px;
  z-index: 2;
}
.mainVisual .inner .part_02 {
  display: none;
  position: absolute;
  top: 55px;
  left: 202px;
  z-index: 2;
}
.mainVisual .btn_01 {
  text-align: right;
  margin-right: 20px;
}
.mainVisual .btn_02 {
  text-align: right;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 110px;
}

/*	header
-----------------------------------------*/
.header {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -moz-linear-gradient(#ffffff, #f0f0f0);
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: linear-gradient(#ffffff, #f0f0f0);
}
.header .inner {
  text-align: center;
  margin: 0 auto;
  width: 950px;
  position: relative;
}
.header .inner .day {
  position: absolute;
  top: 155px;
  left: 360px;
}
.header .inner h1 {
  margin-top: 50px;
}
.header .inner .part_05 {
  margin-top: 55px;
}
.header .inner .part_06 {
  font-size: 16px;
  margin-top: 41px;
  line-height: 32px;
}

/*	movie
-----------------------------------------*/
.movie {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 950px;
}
.movie p {
  text-align: center;
  margin-top: 80px;
}
.movie p a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/*	content
-----------------------------------------*/
.content .bg {
  position: relative;
  margin: 0 auto;
  height: 500px;
}
.content .bg .inner {
  height: 530px;
  width: 900px;
}

/*	use
-----------------------------------------*/
#use {
  background: #f1f1f1;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -moz-linear-gradient(left, #ffffff, #f1f1f1);
  background: -webkit-linear-gradient(left, #ffffff, #f1f1f1);
  background: linear-gradient(to right, #ffffff, #f1f1f1);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
#use .bg {
  background: url(/sp/pitrec_dnh20/images/use-img_01.png) #fff 50% 50% no-repeat fixed;
}
#use .column {
  background: url(/sp/pitrec_dnh20/images/use-img_02.png) no-repeat center 130px;
  position: relative;
  padding: 80px 0;
}
#use .column .inner {
  margin: 0 auto;
  padding: 0 25px;
  width: 900px;
}
#use .column .inner .right {
  width: 375px;
}
#use .column .inner .right .txt {
  margin-top: 23px;
  line-height: 30px;
}

/*	touch
-----------------------------------------*/
#touch {
  background: url(/sp/pitrec_dnh20/images/touch-bg_01.png) no-repeat right bottom #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(left, #f1f1f1, #ffffff);
  background: -webkit-linear-gradient(left, #f1f1f1, #ffffff);
  background: linear-gradient(to right, #f1f1f1, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF1F1F1', endColorstr='#FFFFFFFF');
}
#touch .bg {
  background: url(/sp/pitrec_dnh20/images/touch-img_01.png) #fff 50% 50% no-repeat fixed;
}
#touch > .inner {
  margin: 0 auto;
  padding: 80px 25px;
  width: 900px;
}
#touch > .inner .column.left {
  width: 525px;
}
#touch > .inner .right.hdg3_01 {
  margin-left: 50px;
  width: 166px;
}
#touch > .inner .right.txt {
  line-height: 30px;
  width: 360px;
}

/*	details
-----------------------------------------*/
.details {
  background-color: #fff;
}
.details .bg {
  background: url(/sp/pitrec_dnh20/images/touch-img_03.png) #fff 50% 50% no-repeat fixed;
}
.details > .inner {
  margin: 0 auto;
  padding: 60px 25px;
  width: 900px;
}
.details > .inner .column .left {
  width: 380px;
}
.details > .inner .column .left .txt {
  margin-top: 40px;
  line-height: 30px;
}
.details > .inner .column .right {
  width: 491px;
}

/*	search
-----------------------------------------*/
#search {
  background: #f0f0f0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -moz-linear-gradient(left, #ffffff, #f0f0f0);
  background: -webkit-linear-gradient(left, #ffffff, #f0f0f0);
  background: linear-gradient(to right, #ffffff, #f0f0f0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  min-width: 100%;
}
#search .inner {
  margin: 0 auto;
  padding: 80px 25px;
  width: 900px;
}
#search .inner .column .left {
  width: 460px;
}
#search .inner .column .left .txt {
  line-height: 30px;
  margin-top: 15px;
}
#search .inner .column .right {
  width: 440px;
}
#search .inner .column .right .hdg2_01 {
  text-align: right;
}
#search .inner .column .right .img {
  margin-top: 32px;
}
#search .inner .list_01 li.meet {
  background: url(/sp/pitrec_dnh20/images/search-icon_01.png) no-repeat left top;
  /*float:none;
  width:440px;*/
}
#search .inner .list_01 li.company {
  background: url(/sp/pitrec_dnh20/images/search-icon_02.png) no-repeat left top;
}
#search .inner .list_01 li.name {
  background: url(/sp/pitrec_dnh20/images/search-icon_03.png) no-repeat left top;
}
#search .inner .list_01 li.entry {
  background: url(/sp/pitrec_dnh20/images/search-icon_04.png) no-repeat left top;
}
#search .inner .list_01 li.browse {
  background: url(/sp/pitrec_dnh20/images/search-icon_05.png) no-repeat left top;
}
#search .inner .list_01 li.keyword {
  background: url(/sp/pitrec_dnh20/images/search-icon_06.png) no-repeat left top;
}
#search .inner .list_01 li.mylist {
  background: url(/sp/pitrec_dnh20/images/search-icon_07.png) no-repeat left top;
}
#search .inner .hdg4_01 {
  font-size: 24px;
  margin-top: 40px;
}

/*	more
-----------------------------------------*/
#more {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #ffffff), color-stop(100%, #f0f0f0));
  background: -moz-linear-gradient(#ffffff 60%, #f0f0f0);
  background: -webkit-linear-gradient(#ffffff 60%, #f0f0f0);
  background: linear-gradient(#ffffff 60%, #f0f0f0);
  min-height: 200px;
}
#more .hdg {
  background: url(/sp/pitrec_dnh20/images/more-img_01.png) no-repeat top right;
  padding: 40px 25px;
  margin: 0 auto;
  width: 900px;
}
#more .hdg .hdg2_01 {
  margin-top: 40px;
}
#more .hdg .box {
  margin: 0 0 0 65px;
}
#more .hdg .box .txt {
  margin-top: 20px;
  line-height: 24px;
}
#more .inner {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 950px;
}
#more .inner .column.content {
  padding: 0 25px;
  border-top: #d7d7d7 1px solid;
}
#more .inner .column.content p {
  margin-top: 30px;
  line-height: 30px;
}
#more .inner .column.content .left {
  padding: 60px 25px 0 0;
  width: 490px;
}
#more .inner .column.content .right {
  border-left: #d7d7d7 1px solid;
  padding: 60px 0 0 25px;
  width: 358px;
}

/*	spec
-----------------------------------------*/
#spec {
  padding: 80px 0;
  margin: 0 auto;
  width: 950px;
}
#spec .hdg2_01 {
  background: url(/sp/pitrec_dnh20/images/spec-img_01.png) no-repeat 350px center;
  margin-left: 140px;
  padding: 18px 10px 13px 0;
}
#spec .left, #spec .right {
  width: 460px;
}

/*	option
-----------------------------------------*/
#option {
  background: #f0f0f0;
}
#option .inner {
  padding: 80px 25px;
  margin: 0 auto;
  width: 950px;
  position: relative;
}
#option .inner .hdg2_01 {
  text-align: center;
}
#option .inner .hdg3_01 {
  font-size: 22px;
  border-bottom: #ccc 1px solid;
  margin-top: 20px;
  padding-bottom: 20px;
}
#option .inner .hdg3_01 span {
  font-size: 16px;
  display: block;
  margin-top: 16px;
}
#option .inner .hdg4_01 {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 18px;
  padding-left: 21px;
  position: relative;
  line-height: 22px;
}
#option .inner .hdg4_01:before {
  background: #e60012;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
}
#option .inner .hdg4_01 .price {
  font-size: 14px;
  display: block;
  margin-top: 11px;
}
#option .inner .img {
  position: absolute;
  top: 180px;
  right: 25px;
}
#option .inner .column.case .left {
  margin-right: 21px;
}
#option .inner .column.case > .left:first-child {
  width: 290px;
}
#option .inner .column.goods {
  margin-top: 60px;
}
#option .inner .column.goods > .left, #option .inner .column.goods > .right {
  width: 438px;
}
#option .inner .column.goods .usb, #option .inner .column.goods .film {
  margin-top: 20px;
}
#option .inner .column.goods .film > .right {
  width: 215px;
}
#option .inner .column.goods .usb .title_01 {
  font-size: 14px;
  line-height: 22px;
  width: 215px;
}
#option .inner .column.goods .usb .title_01 .price {
  display: block;
}

/*	footer
-----------------------------------------*/
.footer {
  border-top: #d7d7d7 1px solid;
  text-align: center;
  padding: 15px 0 18px;
}
.footer p {
  display: inline-block;
}
.footer .link_01 {
  line-height: 1;
  margin-left: 15px;
  vertical-align: top;
}
.footer .link_01 a {
  font-size: 13px;
}

/*	etc
-----------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mobile .bg {
  background-attachment: scroll !important;
  height: 530px;
}
.mobile .list li {
  margin-top: 10px;
}
.mobile .list li a {
  font-size: 22px !important;
}
.mobile .list li:hover a {
  color: #000;
}
.mobile #main .nav {
  min-width: 640px;
  position: absolute;
}
.mobile .mainVisual {
  margin-top: 95px;
}
