@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
--------------------------------------*/
#ui1262 {
	color: #111;
}

#ui1262 img {
	width: 100%;
	height: auto;
	border: none;
}

#ui1262 a:hover {
	text-decoration: none;
}

#ui1262 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#ui1262 .red {
	color: #ee0000;
}

#ui1262 .dn {
    display: none;
}

/* タイトル
------------------------------------- */
#ui1262 h1 {
	width: 1160px;
	margin: 0 auto 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* メインビジュアル
------------------------------------- */
#ui1262 .mainVisual {
	width: 1160px;
	margin: 0 auto;
}

/* ナビゲーション
------------------------------------- */
#ui1262 .mainNav {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background: #FFF;
}

#ui1262 .mainNav.navFix{
	position: fixed;
	top: 0;
	z-index: 9999;
}

#ui1262 .mainNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1160px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#ui1262 .mainNav ul li {
	width: 33%;
	margin: 0;
	padding: 0;
}

#ui1262 .mainNav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 0 10px;
	background: #000099;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}

#ui1262 .mainNav ul li a::after {
	position: absolute;
	right: 30px;
	top: 45%;
	display: inline-block;
	content: "";
	border: 8px solid transparent;
	border-top: 12px solid #ffffff;
}

#ui1262 .mainNav ul li a:hover{
	background: #0000cc;
}

/* 共通
------------------------------------- */
#ui1262 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui1262 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui1262 .section::after,
#ui1262 .section .inner::after {
  content: "";
  display: block;
  clear: both;
}

#ui1262 .section .inner .col2 {/* 2列 */
	float: left;	
	width: 580px;
	margin: 0;
	padding: 0;
}

#ui1262 .section .inner .col2 h3 {
	margin: 0;
	padding: 0 30px 20px;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.2;
}

#ui1262 .section .inner .col2 p {
	margin: 0;
	padding: 0 20px 30px 30px;
	font-size: 1.6rem;
}

#ui1262 .section .inner .colclr {
	clear: both;
	margin: 0;
	padding: 0;
}

#ui1262 .section .inner .colclr p {
	margin: 0;
	padding: 0 30px 20px;
	font-size: 1.2rem;
}

#ui1262 .section .inner .col2 .photo {
	margin: 0 0 20px 0;
	padding: 0;
}

#ui1262 .section .inner .col2 .photo p {
	padding: 0;
	text-align: right;
	font-size: 1.2rem;
}

#ui1262 .section .inner .col3 {/* 3列 */
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
}

#ui1262 .section .inner .col3.last {
	width: 400px;
}

#ui1262 .section .inner .col3 .bub01a {/* 吹き出し 左1 */
	padding-top: 55px;
	padding-left: 60px;
	font-size: 1.8rem;
}

#ui1262 .section .inner .col3 .bub01b {/* 吹き出し 左2 */
	padding-top: 55px;
	padding-left: 50px;
	font-size: 1.8rem;
}

#ui1262 .section .inner .col3 .bub02 {/* 吹き出し 右 */
	padding-top: 55px;
	padding-left: 140px;
	font-size: 1.8rem;
}

#ui1262 .section .inner .col3.last p {
	padding: 16px 20px 12px;
	font-size: 2.2rem;
	font-weight: bold;
}

#ui1262 .section .inner .col3.last .photo {
	border: 10px solid #FFF;
	background: #FFF;
	margin: 0 10px 20px;
	line-height: 0;
}

#ui1262 h2{
	margin: 0 0 30px 0;
	padding: 30px 20px 10px;
	border-bottom: 3px dotted #CCC;
	font-size: 3.0rem;
	font-weight: bold;
}

#ui1262 .btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: #c83232;
  padding: 10px 20px 10px 30px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

#ui1262 .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui1262 .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #c83232;
}

#ui1262 .btn:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #fff;
}

/* セクションごと #campaign
------------------------------------- */
#ui1262 #campaign {
	margin: 0 0 40px;
	padding: 20px 0;
	background: #f7f7f7;
}

#ui1262 #campaign .inner {
	width: 1100px;
}

#ui1262 #campaign h2 {
	width: 100%;
	margin: 0;
	padding: 10px 0 5px;
	background: #000099 url(bg_campaign_h2.png) center no-repeat;
	border: none;
	color: #FF0;
	text-align: center;
}

#ui1262 #campaign .campRow {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

#ui1262 #campaign .campBox {
	flex-basis: 520px;
	margin: 0 10px;
	padding: 0;
	background: #FFF;	
	border-radius: 0 0 5px 5px;
}

#ui1262 #campaign .campBox h3 {
	margin: 0;
	padding: 10px 20px 5px;
	background: #006;
	font-size: 1.9rem;
	font-weight:  bold;
	color: #FFF;
	text-align: center;
	border-bottom: 5px solid #FF0;
	border-radius: 5px 5px 0 0;
}

#ui1262 #campaign .campBox p {
	padding: 10px 20px;
	font-size: 1.5rem;
}

#ui1262 #campaign .campImg {
	float: left;
	width: 170px;
	padding: 0 10px;
}

#ui1262 #campaign .campTxt {
	float: right;
	width: 350px;
	padding: 0 20px 0 10PX;
}

#ui1262 #campaign .campTxt dl {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#ui1262 #campaign .campTxt dt {
	float: left;
	width: 55px;
	font-weight: bold;
	color: #00C;
}

#ui1262 #campaign .campTxt dd {
	float: right;
	width: 265px;
	margin: 0;
	padding: 0;
}

#ui1262 #campaign .campTxt dd b span {
	font-size: 120%;
	line-height: 0.8;
}

#ui1262 #campaign .campBtn {
	clear: both;
	margin: 0;
	padding: 0 20px 10px 240px;
}

#ui1262 #campaign .campBtn a {
	padding: 5px 20px 5px 30px;
}

#ui1262 #campaign #campaign03.campBox {
	flex-basis: 100%;
	margin-top: 10px;
}

#ui1262 #campaign #campaign03.campBox ol {
	padding: 20px 140px 10px;
	list-style: decimal;
}

#ui1262 #campaign #campaign03.campBox li {
	padding: 0 0 5px;
}

#ui1262 #campaign #campaign03.campBox p {
	margin: 0 20px;
	background: #ffffdd;
	text-align: center;
}

#ui1262 #campaign #campaign03.campBox .campBtn {
	padding: 0 340px 10px;
}

/* 職域0以外用 */
#ui1262 #campaign #campaign03.campBox p.cp2 {
	background: #ffeeff;
}

#ui1262 #campaign .campTxt2 {
	width: 400px;
	margin: 0 auto;
	padding: 10px;
}

#ui1262 #campaign .campTxt2 dl {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

#ui1262 #campaign .campTxt2 dt {
	float: left;
	width: 35%;
	font-weight: bold;
	color: #00C;
}

#ui1262 #campaign .campTxt2 dd {
	float: right;
	width: 65%;
	margin: 0;
	padding: 0;
}

#ui1262 #campaign #campaign03.campBox dd b span {
	font-size: 120%;
	line-height: 0.8;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 {
	padding: 0 200px 10px;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li {
	margin: 0;
	padding: 0;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li.halfL {
	float: left;
	width: 49%;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li.halfR {
	float: right;
	width: 49%;
}

#ui1262 #campaign #campaign03.campBox p.crBtm {
	clear: both;
	background: #fff;
	font-size: 1.2rem;
}

#ui1262 #campaign #campaign04.campBox {
	flex-basis: 100%;
	margin-top: 10px;
}

#ui1262 #campaign #campaign04 p {
    text-align: center;
}

/* 商品コンポーネント */
.compItemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 10px;
    padding: 0 10px 10px;
    background: #6c6c6c;
}

.compItemBox .compItem {
    flex-basis: 505px;
    max-width: 505px; /* IE11対策 */
    margin: 10px 10px 0 0;
    padding: 10px;
    background: #fff;
}

.compItemBox .compItem:nth-child(2n) {
    margin-right: 0;
}

.compItemBox .compItemImg {
    float: left;
    width: 155px;
    margin: 0 10px 10px 0;
}

.compItemBox .compItemTxt {
    float: left;
    width: 320px;
    margin: 0 0 10px 0;
}

.compItemBox .compItemTxt dl {

}

.compItemBox .compItemTxt dt {
    font-size: 120%;
    font-weight: bold;
    color: #003490;
}

.compItemBox .compItemTxt dd {

}

.compItemBox .compItemTxt dd.compItemPrc {
    font-size: 120%;
    font-weight: bold;
    color: #f60000;
    margin-bottom: 10px;
}

.compItemBox .compItemTxt dd.compItemPrc span {
    font-size: 140%;
}

.compItemBox .compItemBtn {
  position: relative;
  display: block;
  width: 200px;
  color: #fff !important;
  background: #c83232;
  padding: 5px 20px 5px 30px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  margin-left: 120px;
}

.compItemBox .compItemBtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

.compItemBox .compItemBtn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #c83232;
}

.compItemBox .compItemBtn:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #fff;
}

.compItemBox .compItemSpc {
    clear: both;
    width: 100%;
    padding: 5px;
    background: #efefef;
    font-size: 90%;
}

.compItemBox .compItemSpc span {
    white-space: nowrap;
}

/* セクションごと #section01
------------------------------------- */
#ui1262 #section01 p {
	margin: 0;
	padding: 30px 40px;
	font-size: 1.6rem;
}

/* セクションごと #section02
------------------------------------- */
#ui1262 #section02 {
	background: #dff6fd;
}

#ui1262 #section02 .inner {
	background: url(bg_section2_1.png) 0 0 no-repeat;
}

#ui1262 #section02 .inner .last {
	background: #b0e9fc url(bg_section2_2.png) 0 0 no-repeat;
}

/* セクションごと #section04
------------------------------------- */
#ui1262 #section04 {
	background: #e7feb5;
}

#ui1262 #section04 .inner {
	background: url(bg_section4_1.png) 0 0 no-repeat;
}

#ui1262 #section04 .inner .last {
	background: #aef05f url(bg_section4_2.png) 0 0 no-repeat;
}

/* セクションごと #section06
------------------------------------- */
#ui1262 #section06 {
	background: #fef5de;
}

#ui1262 #section06 .inner {
	background: url(bg_section6_1.png) 0 0 no-repeat;
}

#ui1262 #section06 .inner .last {
	background: #febf7b url(bg_section6_2.png) 0 0 no-repeat;
}

/* セクションごと #section07
------------------------------------- */
#ui1262 #section07 .photo {
	padding-top: 30px;
}

/* セクションごと #section08
------------------------------------- */
#ui1262 #section08 {
	background: #f7f7f7;
}

#ui1262 #section08 h2 {
	padding: 30px 0 0;
	text-align: center;
	border-bottom: none;
}

#ui1262 #section08 .row {
	padding: 0 0 30px 0;
}

#ui1262 #section08 .row::after,
#ui1262 #section08 .item dl.spec01::after,
#ui1262 #section08 .item dl.spec02::after {
  content: "";
  display: block;
  clear: both;

}

#ui1262 #section08 .item {
	float: left;
	width: 360px;
	margin: 0 0 0 20px;
	padding: 20px 10px 10px;
	background: #FFF;
}

#ui1262 #section08 .item dl {
	margin: 0;
	padding: 0;
}

#ui1262 #section08 .item dt,
#ui1262 #section08 .item dd {
	margin: 0;
	padding: 0 0 5px;
}

#ui1262 #section08 .item dd.itemcatch {
	font-size: 1.8rem;
}

#ui1262 #section08 .item dd.itemname {
	font-size: 1.6rem;
}

#ui1262 #section08 .item dl.spec01 {
	font-size: 1.6rem;
	padding: 5px;
}

#ui1262 #section08 .item dl.spec01 dt{
	float: left;
	width: 130px;
}

#ui1262 #section08 .item dl.spec01 dd {
	float: left;
	width: 200px;
}

#ui1262 #section08 .item dl.spec02 {
	font-size: 1.3rem;
	padding: 5px;
}

#ui1262 #section08 .item dl.spec02 dt{
	float: left;
	width: 90px;
}

#ui1262 #section08 .item dl.spec02 dd {
	float: left;
	width: 240px;
}

#ui1262 #section08 ul.banner {
	margin: 0;
	padding: 0 80px;
	list-style: none;
}

#ui1262 #section08 ul.banner li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* セクションごと #section08 目玉品
------------------------------------- */
#ui1262 #section08 #featuredArea {
	margin: 0 80px;
}

#ui1262 #section08 #featuredArea .ctsArea {
  color: #fff;
  background: #6c6c6c;
  /*margin-left:155px;*/
  padding:5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#ui1262 #section08 #featuredArea .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#ui1262 #section08 #featuredArea .ctsHead h2 {
  float: left;
  font-size: 200%;
  padding: 10px 20px 6px 50px;
  background: url(../ui3070/ttl_ico.gif) no-repeat 15px 50%;
  margin: 0;
}

#ui1262 #section08 #featuredArea .ctsHead p {
  float: left;
  margin-top:10px;
}

#ui1262 #section08 #featuredArea .tSaleTxt {
  color:#ff0;
  font-weight:bold;
  font-size:120%;
}

#ui1262 #section08 #featuredArea.IE7 .itemArea {
  padding-bottom: 3px;
}

#ui1262 #section08 #featuredArea .itemArea a {
  display: block;
  background:#fff no-repeat;
  float: left;
  width: 485px;
  margin:5px;
  position:relative;
  text-decoration:none;
  cursor:pointer;
}

#ui1262 #section08 #featuredArea.IE7 .itemArea a {
  padding-bottom: 5px;
}

#ui1262 #section08 #featuredArea .img {
  display: block;
  float: left;
  margin: 10px 0;
  width: 155px;
  min-height:120px;
}

#ui1262 #section08 #featuredArea .block00 {
  display: block;
  position:relative;
}

#ui1262 #section08 #featuredArea .ctxt {
  display: block;
  float:left;
  padding-top:10px;
  font-weight: bold;
  font-size: 120%;
  line-height: 130%;
  width: 330px;
  background: none;
}

#ui1262 #section08 #featuredArea .model {
  display: block;
  float:left;
  font-size: 100%;
  margin: 5px 0;
  color: #333;
  width: 330px;
}

#ui1262 #section08 #featuredArea .dct {
  float: left;
  display: block;
  font-size: 115%;
  text-align: center;
  background: url(../ui3070/dct_back.png) no-repeat center top;
  width: 75px;
  height: 50px;
  line-height: 105%;
  padding-top: 11px;
  font-weight: bold;
  color: #f00;
  /*margin-left:-10px;*/
}

#ui1262 #section08 #featuredArea .block01 {
  display: block;
  float: left;
  min-width: 255px;
  padding-bottom:10px;
}

#ui1262 #section08 #featuredArea .price {
  display: block;
  float: left;
  margin-top: 5px;
  line-height:100%;
  color:#f60000;
  font-weight:bold;
  font-size:160%;
}

#ui1262 #section08 #featuredArea .pHead {
  display: block;
  font-size:70%;
}

#ui1262 #section08 #featuredArea .pJpy {
  font-size:70%;
}

#ui1262 #section08 #featuredArea .btn01 {
  width: 110px;
  position: absolute;
  display: block;
  color: #fff !important;
  background: #c83232;
  padding: 4px 4px 3px 0px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-align: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  right:5px;
  bottom:10px;
}

#ui1262 #section08 #featuredArea.IE7 .btn01,#ui1262 #section08 #featuredArea.IE8 .btn01 {
  padding: 4px 5px 3px 5px;
  text-align: center;
}

#ui1262 #section08 #featuredArea .btn01:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui1262 #section08 #featuredArea.IE8 .btn01:before {
  display: none;
}

#ui1262 #section08 #featuredArea .btn01:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #c83232;
}

#ui1262 #section08 #featuredArea .btn01:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #fff;
}

#ui1262 #section08 #featuredArea .spec {
  display: block;
  background: #efefef;
  float: left;
  margin: 0 5px 5px 5px;
  font-size: 90%;
  padding: 5px;
  line-height: 120%;
  color:#333;
  /*width:465px;*/
}

#ui1262 #section08 #featuredArea .spec span {
  white-space:nowrap;
}

/* セクションごと #section09
------------------------------------- */
#ui1262 #section09 h2 {
	padding: 30px 0 0;
	text-align: center;
	border-bottom: none;
}

#ui1262 #section09 h3 {
    margin: 0 20px 20px;
    padding: 10px 30px;
    font-size: 2.0rem;
	font-weight: bold;
    text-align: center;
}

#ui1262 #section09 .row {
	margin: 0 0 20px 0;
	padding: 20px 0;
}

#ui1262 #section09 .row::after {
  content: "";
  display: block;
  clear: both;
}

#ui1262 #section09 .row.cat01 {
	background: #fef5de;
}

#ui1262 #section09 .row.cat01 h3 {
	background: #febf7b;
}

#ui1262 #section09 .row.cat02 {
	background: #dff6fd;
}

#ui1262 #section09 .row.cat02 h3 {
	background: #b0e9fc;
}

#ui1262 #section09 .row.cat03 {
	background: #e7feb5;
}

#ui1262 #section09 .row.cat03 h3 {
	background: #aef05f;
}

#ui1262 #section09 .item {
	float: left;
	width: 360px;
	margin: 0 0 0 20px;
	padding: 10px;
	background: #FFF;
}

#ui1262 #section09 .item dl {
	margin: 0;
	padding: 0;
}

#ui1262 #section09 .item dt,
#ui1262 #section09 .item dd {
	margin: 0;
	padding: 0 0 5px;
}

#ui1262 #section09 .item dt {
    font-size: 1.8rem;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#ui1262 #section09 .item dd {
    font-size: 1.3rem;
}

#ui1262 #section09 .item dd.halfL {
	float: left;
	width: 54%;
}

#ui1262 #section09 .item dd.halfR {
	float: right;
	width: 44%;
}

#ui1262 #section09 .btn {
  font-size: 1.6rem;
}

/* セクションごと #section10
------------------------------------- */
#ui1262 #section10 {
	border-bottom: 40px solid #f7f7f7;
}

#ui1262 #section10 .inner {
	padding-bottom: 40px;
}

#ui1262 #section10 .itemPhoto {
	float: left;
	width: 500px;
}

#ui1262 #section10 .itemTxt {
	float: right;
	width: 630px;
}

#ui1262 #section10 .itemTxt h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
}

#ui1262 #section10 .itemTxt h3 span {
    font-size: 2.2rem;
	font-weight: normal;
}

#ui1262 #section10 .itemTxt .itemTxtInner {
	margin: 0;
	padding: 10px;
	border: 1px dotted #ccc;
}

#ui1262 #section10 .itemTxt h4 {
	margin: 0;
	padding: 0;
	font-size: 2.0rem;
	font-weight: bold;
}

#ui1262 #section10 .itemTxt ul {
	margin: 0;
	padding: 20px 30px 10px;
	list-style: disc;
	font-size: 1.5rem;
}

#ui1262 #section10 .itemTxt ul li {
	padding:  0 0 5px;
	font-size: 1.5rem;
}

#ui1262 #section10 .itemBtn {
	margin: 20px 0 0 0;
	padding: 0 0 0 300px;
}


@media screen and (max-width: 767px) {
	
#ui1262 .pc {
  display: none;
}

#ui1262 {
  padding: 20px 0;
}

/* タイトル
------------------------------------- */
#ui1262 h1 {
	width: 100%;
	padding: 0 5px;
	font-size: 1.1rem;
}

/* メインビジュアル
------------------------------------- */
#ui1262 .mainVisual {
	width: 100%;
}

/* ナビゲーション
------------------------------------- */
#ui1262 .mainNav {
	padding: 0 0 20px;
}

#ui1262 .mainNav ul {
	width: 100%;
	margin: 0;
}

#ui1262 .mainNav ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#ui1262 .mainNav ul li a {
	padding: 10px 0 20px;
	font-size: 1.2rem;
	line-height: 1.4;
}

#ui1262 .mainNav ul li a::after {
	position: absolute;
	right: 45%;
	top: 75%;
	display: inline-block;
	content: "";
	border: 5px solid transparent;
	border-top: 8px solid #ffffff;
}

/* 共通
------------------------------------- */
#ui1262 .section .inner {
	width: 100%;
}

#ui1262 .section .inner .col2 {/* 2列 */
	width: 100%;
}

#ui1262 .section .inner .col2 h3 {
	margin: 0;
	padding: 0 20px 15px;
	font-size: 2.3rem;
	font-weight: normal;
	line-height: 1.2;
}

#ui1262 .section .inner .col2 p {
	margin: 0;
	padding: 0 20px 30px;
	font-size: 1.3rem;
}

#ui1262 .section .inner .colclr p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 1.1rem;
}

#ui1262 .section .inner .col2 .photo {
	padding: 0 20px;
}

#ui1262 .section .inner .col2 .photo p {
	font-size: 1.1rem;
}

#ui1262 .section .inner .col3 {/* 3列 */
	width: 100%;
}

#ui1262 .section .inner .col3.last {
	width: 100%;
}

#ui1262 .section .inner .col3 .bub01a,
#ui1262 .section .inner .col3 .bub01b {/* 吹き出し 左1,2 */
    font-size: 1.3rem;
    margin: 15px 60px 15px 10px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #fff;
    border-radius: 10px;
}

#ui1262 .section .inner .col3 .bub02 {/* 吹き出し 右 */
font-size: 1.3rem;
    margin: 0 10px 15px 80px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #fff;
    border-radius: 10px;
}

#ui1262 .section .inner .col3.last p {
	padding: 15px 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#ui1262 h2{
	margin: 0 5px 20px;
	padding: 20px 15px 10px;
	border-bottom: 3px dotted #CCC;
	font-size: 2.0rem;
	font-weight: bold;
}

/* セクションごと #campaign
------------------------------------- */
#ui1262 #campaign {
	padding: 0;
}

#ui1262 #campaign .inner {
width: 100%;
}

#ui1262 #campaign .campRow {
	padding: 20px 10px 10px;
}

#ui1262 #campaign .campBox {
	flex-basis: 100%;
	margin: 0 0 20px 0;
}

#ui1262 #campaign .campBox h3 {
	font-size: 1.6rem;
	border-bottom: 10px solid #FF0;
}

#ui1262 #campaign .campBox p {
	font-size: 1.3rem;
}

#ui1262 #campaign .campImg {
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}

#ui1262 #campaign .campImg img {
	width: 50%;
}

#ui1262 #campaign .campTxt {
	float: left;
	width: 100%;
	padding: 10px 20px;
}

#ui1262 #campaign .campTxt dl {
	width: 100%;
	font-size: 1.3rem;
}

#ui1262 #campaign .campTxt dt {
	width: 18%;
}

#ui1262 #campaign .campTxt dd {
	width: 82%;
}

#ui1262 #campaign .campBtn {
	padding: 0 20px 20px;
}

#ui1262 #campaign .campBtn a {
	font-size: 1.6rem;
	padding: 10px 20px 10px 30px;
}

#ui1262 #campaign #campaign03.campBox p b span {
	display: block;
}

#ui1262 #campaign #campaign03.campBox ol {
	padding: 20px 20px 10px 40px;
	font-size: 1.3rem;
}

#ui1262 #campaign #campaign03.campBox .campBtn {
	padding: 0 20px 20px;
}

/* 職域0以外用 */
#ui1262 #campaign .campTxt2 {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

#ui1262 #campaign .campTxt2 dl {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.3rem;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 {
	padding: 0 20px 10px;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li.halfL {
	float: left;
	width: 100%;
}

#ui1262 #campaign #campaign03.campBox .campBtn2 ul li.halfR {
	float: right;
	width: 100%;
}

#ui1262 #campaign .campBtn2 a {
	font-size: 1.4rem;
	padding: 14px 20px 14px 30px;
}

#ui1262 #campaign #campaign03.campBox p.crBtm {
	font-size: 1.1rem;
}

#ui1262 #campaign #campaign04 p {
    text-align: left;
}

/* 商品コンポーネント */
.compItemBox {
    margin: 0;
    padding: 0 10px 10px;
}

.compItemBox .compItem {
    flex-basis: 100%;
    max-width: 100%;
    margin:10px 0 0 ;
    padding: 5px;
}

.compItemBox .compItemImg {
    width: 35%;
    margin: 0 0 10px 0;
}

.compItemBox .compItemTxt {
    width: 65%;
    margin: 0 0 10px 0;
    padding: 0;
}

.compItemBox .compItemTxt dl {
    padding: 0 0 0 10px;
}

.compItemBox .compItemTxt dt {
    font-size: 1.6rem;
}

.compItemBox .compItemBtn {
  width: auto;
  font-size: 1.4rem;  
  margin-left: 0px;
}

.compItemBox .compItemSpc {
    padding: 5px;
    font-size: 1.2rem;
}

/* セクションごと #section01
------------------------------------- */
#ui1262 #section01 p {
	padding: 20px;
	font-size: 1.3rem;
}

/* セクションごと #section02
------------------------------------- */
#ui1262 #section02 {
	background: #dff6fd;
}

#ui1262 #section02 .inner {
	background: none;
}

#ui1262 #section02 .inner .last {
	background: #b0e9fc url(bg_section2_2.png) 0 0 no-repeat;
	background-size: 375px;
}

/* セクションごと #section04
------------------------------------- */
#ui1262 #section04 {
	background: #e7feb5;
}

#ui1262 #section04 .inner {
	background: none;
}

#ui1262 #section04 .inner .last {
	background: #aef05f url(bg_section4_2.png) 0 0 no-repeat;
	background-size: 375px;
}

/* セクションごと #section06
------------------------------------- */
#ui1262 #section06 {
	background: #fef5de;
}

#ui1262 #section06 .inner {
	background: none;
}

#ui1262 #section06 .inner .last {
	background: #febf7b url(bg_section6_2.png) 0 0 no-repeat;
	background-size: 375px;
}

/* セクションごと #section07
------------------------------------- */
#ui1262 #section07 .photo {
	padding-top: 0;
}

/* セクションごと #section08
------------------------------------- */
#ui1262 #section08 h2 {
	padding: 20px 0 0;
	text-align: center;
	border-bottom: none;
}

#ui1262 #section08 .row {
	padding: 0 0 20px 0;
}

#ui1262 #section08 .item {
	width: auto;
	margin: 0 10px 20px;
}

#ui1262 #section08 .item dd.itemname {
	font-size: 1.4rem;
}

#ui1262 #section08 .item dl.spec01 {
	font-size: 1.3rem;
	padding: 10px 5px;
}

#ui1262 #section08 .item dl.spec01 dt{
	float: left;
	width: 35%;
}

#ui1262 #section08 .item dl.spec01 dd {
	float: left;
	width: 65%;
}

#ui1262 #section08 .item dl.spec02 {
	font-size: 1.3rem;
	padding: 5px;
}

#ui1262 #section08 .item dl.spec02 dt{
	float: left;
	width: 35%;
}

#ui1262 #section08 .item dl.spec02 dd {
	float: left;
	width: 65%;
}

#ui1262 #section08 .btn {
  font-size: 1.8rem;
}

#ui1262 #section08 ul.banner {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

/* セクションごと #section08 目玉品
------------------------------------- */
#ui1262 #section08 #featuredArea{
  background: none !important;
  margin: 0 10px;
}
#ui1262 #section08 #featuredArea .ctsArea{
  margin-left: 0;
}
#ui1262 #section08 #featuredArea .ctsArea h2{
  font-size: 2.2rem;
  background: url(../ui3070/ttl_ico.gif) no-repeat 10px 50%;
}
#ui1262 #section08 #featuredArea .ctsArea p{
  margin: 0 10px;
}
#ui1262 #section08 #featuredArea .itemArea a{
  width: auto;
  font-size: 1.0rem;
}
#ui1262 #section08 #featuredArea .img {
  width: 35%;
}
#ui1262 #section08 #featuredArea .itemArea a .spec{
  width: auto;
  height: auto !important;
  font-size: 1.2rem;
}
#ui1262 #section08 #featuredArea .itemArea a .ctxt{
  margin: 0;
  padding-right: 5px;
  font-size: 1.6rem;
  width: 65%;
}
#ui1262 #section08 #featuredArea .itemArea a .model{
  padding-right: 5px;
  font-size: 1.3rem;
  width: 65%;
}
#ui1262 #section08 #featuredArea .btn01{
  position: relative;
  width: auto;
  margin: 70px 0 0 10px;
  padding: 5px 5px 5px 25px;
  text-align: center;
  font-size: 1.4rem;
}
#ui1262 #section08 #featuredArea .dct{
  width: auto;
  height: auto;
  margin: 0;
  padding: 13px 10px 10px;
  background: url(../ui3070/dct_back.png) no-repeat center top / 100% 100%;
  font-size: 1.3rem;
}
#ui1262 #section08 #featuredArea .block01 {
  min-width: 150px;
}
#ui1262 #section08 #featuredArea .price{
  padding-right: 5px;
  padding-left: 5px;
  font-size: 2.0rem;
}
#ui1262 #section08 #featuredArea .btn01:before {
  left: 10px;
}
#ui1262 #section08 #featuredArea .btn01:after {
  left: 16px;
}

/* セクションごと #section09
------------------------------------- */
#ui1262 #section09 h3 {
    margin: 0 0 20px;
}

#ui1262 #section09 .item {
	width: auto;
	margin: 0 10px 20px;
}

#ui1262 #section09 .btn {
  font-size: 1.6rem;
}

/* セクションごと #section10
------------------------------------- */
#ui1262 #section10 .itemPhoto {
	float: none;
	width: 80%;
	margin: 0 auto;
}

#ui1262 #section10 .itemTxt {
	float: none;
	width: 100%;
}

#ui1262 #section10 .itemTxt h3 {
    margin: 20px 20px 10px;
    font-size: 2.4rem;
}

#ui1262 #section10 .itemTxt h3 span {
    font-size: 1.4rem;
}

#ui1262 #section10 .itemTxt .itemTxtInner {
	margin: 0 20px;
}

#ui1262 #section10 .itemTxt h4 {
	font-size: 1.8rem;
}

#ui1262 #section10 .itemTxt ul {
	padding:  10px 20px;
	font-size: 1.3rem;
}

#ui1262 #section10 .itemTxt ul li {
	line-height: 1.5;
}

#ui1262 #section10 .itemBtn {
	padding: 0 20px;
}

#ui1262 #section10 .btn {
  font-size: 1.8rem;
}

}