@charset "UTF-8";
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #515151;
}

a {
    color: #515151;
    text-decoration: none;
}
a:visited {
    color: #515151;
}
a:hover {
    color: #515151;
}
a:active {
    color: #515151;
}

img {
    vertical-align: top;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    /*overflow: hidden;*/
    *zoom: 1;
    /*height: 55px;*/
    background: url(images/header/header-line.png) no-repeat 0 bottom;
    background-size: 320px 2px;
}
header h1 {
    /*float: left;*/
    width: 164px;
    padding: 5px 0 2px 0;
}
#header{
    background-color: #FFF;
}
header ul {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
header ul li {
    float: left;
    padding-left: 19px;
}
header ul li + li {
    margin-left: 3px;
}
header ul.access {
    margin: 3px 5px 0 0;
}
header ul.access li {
    padding-left: 0;
}
header ul.access li + li {
    margin-left: 5px;
}
header .icon-shop {
    background: url(images/common/icon/shop.png) no-repeat 0 1px;
    background-size: 16px 16px;
}
.icon-map {
    background: url(images/common/icon/map.png) no-repeat 6px 11px;
    background-size: 16px 16px;
}
.drawer-main{
    text-align: center;
}
.drawer-brand{
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 10px 0;
}
.drawer-header button{
    width: 40px !important; 
    height: 33px !important; 
    padding: 5px 5px 5px !important;
}
.drawer-menu{
    float: none;
}
.drawer-menu li{
    float: none;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    /*background: url(images/common/icon/arrow.png) no-repeat 6px 9px;*/
}
.drawer-menu li + li {
    margin-left: 0px;
}
.drawer-menu li a{
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 10px 0 10px 30px;
}
.drawer-menu li a:hover{
    background-color: #d2d2d2;
    color: #FFF !important;
}
.drawer-menu li a img{
    vertical-align: middle;
    margin-right: 7px;
}

.drawer-overlay{
    padding-top: 41px;
}
#mv {
    position: relative;
}
#mv ul {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    top: 196px;
    left: 0;
}
#mv ul li {
    float: left;
    margin-left: 4px;
}
#mv .mv-cv {
    position: absolute;
    top: 188px;
    right: 5px;
}

#gnav {
    border-bottom: 1px solid #313131;
}
#gnav ul {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #636363;
    background: -moz-linear-gradient(top, #323232, #161313 50%);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#323232), color-stop(50%, #161313));
}
#gnav ul li {
    float: left;
    font-size: 12px;
    text-align: center;
    color: white;
}
#gnav ul li + li {
    padding-left: 2px;
    background: url(images/common/gnav-line.png) no-repeat 0 0;
    background-size: 1px 34px;
}
#gnav ul li a {
    display: block;
    width: 51px;
    line-height: 30px;
    height: 30px;
    padding-top: 4px;
    color: white;
    text-decoration: none;
}
#gnav ul li a:visited {
    color: white;
    text-decoration: none;
}
#gnav ul li a:hover {
    color: #d9d9d9;
    text-decoration: none;
}

#info-shop {
    background: #f2f2f2;
    padding-bottom: 10px;
}
#info-shop h2 {
    display: block;
    font-size: 15px;
    background-size: 15px 15px, auto auto;
    background-image: url(images/home/access/ac_off.png), -moz-linear-gradient(top, #323232, #161313 50%);
    background-image: url(images/home/access/ac_off.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#323232), color-stop(50%, #161313));
    background-position: 271px center;
    background-repeat: no-repeat, repeat;
    color: white;
    padding: 11px 0 11px 20px;
}
#info-shop h2.active {
    background-image: url(images/home/access/ac_on.png), -moz-linear-gradient(top, #323232, #161313 50%);
    background-image: url(images/home/access/ac_on.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#323232), color-stop(50%, #161313));
}
#info-shop > ul {
    display: none;
    margin: 10px 5px;
}
#info-shop > ul li {
    overflow: hidden;
    *zoom: 1;
    background: white;
    padding: 3px 10px 12px 2px;
    margin-bottom: 9px;
}
#info-shop > ul li .img {
    float: left;
    margin-bottom: 13px;
}
#info-shop > ul li ul.details {
    float: right;
    width: 170px;
    margin-top: 2px;
}
#info-shop > ul li ul.details li {
    background-repeat: no-repeat;
    background-size: 34px 20px;
    background-position: 0px 10px;
    padding: 12px 0 10px 40px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 0;
}
#info-shop > ul li ul.details li.address {
    background-image: url(images/home/access/address.png);
}
#info-shop > ul li ul.details li.tel {
    background-image: url(images/home/access/tel.png);
}
#info-shop > ul li ul.btn {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-left: 7px;
}
#info-shop > ul li ul.btn li {
    text-align: right;
    padding: 0;
}
#info-shop > ul li ul.btn li + li {
    margin-left: 6px;
}
#fix h2 {
    background-repeat: no-repeat, repeat;
    background-position: 5px center, 0 0;
    background-size: 12px 14px, auto auto;
    background-image: url(images/common/icon/arrow-white.png), -moz-linear-gradient(top, #323232, #161313 50%);
    background-image: url(images/common/icon/arrow-white.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#323232), color-stop(50%, #161313));
    font-size: 15px;
    color: white;
    padding-left: 20px;
}
#fix .display {
    height: 220px;
    padding: 5px;
    background: url(images/home/fix/display/bg.jpg) no-repeat 5px 5px;
    background-size: 310px 220px;
}
#fix .battery {
    height: 160px;
    padding: 5px;
    padding-top: none;
    background: url(images/home/fix/battery/bg.jpg) no-repeat 5px 5px;
    background-size: 310px 160px;
}
#fix ul {
    margin-top: 6px;
    margin-right: 7px;
    text-align: right;
}
#fix ul li {
    margin-bottom: 3px;

}
#fix .more {
    height: 60px;
    padding-top: 10px;
    background: url(images/home/fix/more-bg.png) no-repeat 0 0;
    background-size: 320px 70px;
    text-align: center;
}

#banner {
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 10px;
}
#banner .fix {
    position: relative;
    height: 160px;
    padding: 5px;
    background: url(images/home/banner/fix-bg.jpg) no-repeat 5px 5px;
    background-size: 310px 160px;
}
#banner .fix ul.badge {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    z-index: 10;
    top: 53px;
    left: 180px;
}
#banner .fix ul.badge li {
    float: left;
}
#banner .fix ul.badge li + li {
    position: relative;
    left: -5px;
}
#banner .fix .more {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 185px;
}
#banner .access {
    position: relative;
    height: 170px;
    padding: 0px 5px;
    background: url(images/home/banner/access-bg.jpg) no-repeat 5px 5px;
    background-size: 310px 160px;
}
#banner .access .more {
    position: absolute;
    bottom: 15px;
    left: 185px;
}

.cv {
    background-color: #fff0b2;
    padding: 10px;
}
footer{
    margin-bottom: 35px;
}
footer .category,
footer .information {
    background-color: #fff0b2;
    padding-bottom: 10px;
}
footer .category h2,
footer .information h2 {
    padding-bottom: 10px;
}
footer .category ul,
footer .information ul {
    overflow: hidden;
    *zoom: 1;
    margin: 0 10px;
    border: 1px solid #cccccc;
    border-bottom: none;
}
footer .category ul li,
footer .information ul li {
    background: url(images/common/icon/arrow.png) no-repeat 6px 13px white;
    background-size: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 149px;
    float: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 18px;
    height: 34px;
    padding-top: 10px;
}
footer .category ul li:nth-child(even),
footer .information ul li:nth-child(even) {
    border-right: none;
}
footer .information ul li {
    float: none;
    border-right: none;
    width: 300px;
}
footer .pagetop {
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 2px solid #201e1e;
}
footer .copyright {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 5px;
}
.fix-footer{
    overflow: hidden;
    width: 100%;
    background: url(images/common/bg_pattern.png) repeat;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 3px;
}
.fix-footer a{
    position: relative;
    display: block;
    float: left;
    width: 49%;
    font-size: 130%;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
    /*    border-right: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;*/
}
.fix-footer a:after, .fix-footer a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}
.fix-footer a:before {
    height: 4px;
    border-radius: 0 0 2px 2px;
    background-color: #d2d2d2;
}
.fix-footer a:after {
    height: 2px;
    bottom: 2px;
    border-radius: 0 0 3px 3px;
    background-color: #FFF;
}
.fix-footer a span{
    font-size: 60%;
}
.fix-footer a img{
    vertical-align: top;
    margin-right: 3px;
}

#charges-list {
    background-image: url(images/common/bread-line.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 320px 2px;
    padding: 0 10px 15px;
}
#charges-list table {
    border-right: dotted 1px #cecece;
}
#charges-list table th, #charges-list table td {
    border-left: dotted 1px #cecece;
    padding: 2px;
}
#charges-list table th {
    width: 105px;
}
#charges-list table td {
    width: 38px;
}
#charges-list table td:nth-child(5) {
    width: 24px;
}
#charges-list table thead {
    font-size: 10px;
    color: white;
    background: #333333;
}
#charges-list table thead th, #charges-list table thead td {
    text-align: center;
}
#charges-list table tbody th, #charges-list table tbody td {
    font-size: 8px;
    border-bottom: dotted 1px #cecece;
}
#charges-list table tbody th {
    padding: 3px;
    color: #666666;
}
#charges-list table tbody td {
    text-align: center;
}
#charges-list table tbody td.gray {
    background: #f2f2f2;
}

.map {
    margin: 0 10px;
}

ol.root {
    margin: 10px 10px 0;
}
ol.root li {
    padding-bottom: 15px;
}
ol.root li + li {
    border-top: solid 1px #cecece;
    padding-top: 15px;
}
ol.root li img {
    padding-top: 8px;
}

#breadcrumb {
    overflow: hidden;
    *zoom: 1;
    background-image: url(images/common/bread-line.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 320px 2px;
    padding: 10px 0 10px 5px;
}
#breadcrumb div {
    font-size: 13px;
    display: inline-block;
    *display: inline;  
    *zoom: 1; 
}
#breadcrumb a {
    color: #e21a7e;
    text-decoration: underline;
}

.recruitment {
    margin: 10px;
}

h2 {
    font-size: 14px;
    padding: 10px 0;
}

h3 {
    font-size: 14px;
    padding: 10px 0 10px 15px;
}

h4 {
    font-size: 13px;
    border-left: solid 2px #e21a7e;
    padding-left: 5px;
    margin: 8px 0 0 10px;
}
.pink {
    color: #e21a7e;
}

#shop dl {
    padding: 0 15px 10px;
}
#shop dt {
    font-size: 14px;
    border-left:solid 2px #e21a7e;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding-left: 5px;
}
#shop dd {
    padding: 2px 0 0 8px;
}

.bnr_minami {
    width: 100%;
    background: url(images/home/bnr_dotonbori_sp.jpg) 0 0 no-repeat;
    position: relative;
    margin: 10px 0 5px;
    background-size: contain;
}
.bnr_minami ul {
    padding: 60px 0 10px 20px;
    overflow: hidden;
}
.bnr_minami li {
    padding-bottom: 5px;
}
.bnr_minami li a {
    width: 100%;
    display: block;
}
.bnr_minami li img {
    width: 35%
}

#main .minami_bnr {
    background: url('images/top/bnr_dotonbori.jpg') 0 0 no-repeat;
    width: 711px;
    height: 216px;
    position: relative;
    margin-bottom: 20px;
}
#main .minami_bnr ul {
    position: absolute;
    left: 28px;
    bottom: 22px;
}
#main .minami_bnr li {
    float: left;
    margin-right: 15px;
}
#main .gekiyasu_bnr {
    margin-bottom: 20px;
}
#main .gekiyasu_bnr li{
    float: left;
    margin-right: 20px;
    list-style: none;
}
#main .gekiyasu_bnr .last{
    margin: 0;

    position: relative;
}
#main .gekiyasu_bnr .last img{
    margin-bottom: 15px
}
#main .gekiyasu_bnr .last a{
    margin: 0;
}
#main .reason_bnr li{
    float: left;
    margin-right: 20px;
    list-style: none;
    height: 300px;
}
#main .reason_bnr .last{
    margin: 0;
}
#select_tab{
    background: url('images/top/tab_bg.gif') right bottom no-repeat;
    width: 710px;
    height: 36px;
    margin-bottom: 20px;
}
#select_tab li{
    float: left;
}
#select_tab li a{
    display: block;
    width: 86px;
    height: 36px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 28px;
    color: #fff;
}
#select_tab li a:hover,
#select_tab li.selected a{
    color: #000;
    text-decoration: none;
}
#select_tab a.iphone4{
    background: url('images/top/navi_iphone4_off.gif') right bottom no-repeat;
}
#select_tab a.iphone4:hover,
#select_tab .selected a.iphone4{
    background: url('images/top/navi_iphone4_on.gif') right bottom no-repeat;
}
#select_tab a.iphone4s{
    background: url('images/top/navi_iphone4s_off.gif') right bottom no-repeat;
}
#select_tab a.iphone4s:hover,
#select_tab .selected a.iphone4s{
    background: url('images/top/navi_iphone4s_on.gif') right bottom no-repeat;
}
#select_tab  a.iphone5{
    background: url('images/top/navi_iphone5_off.gif') right bottom no-repeat;
}
#select_tab  a.iphone5:hover,
#select_tab .selected a.iphone5{
    background: url('images/top/navi_iphone5_on.gif') right bottom no-repeat;
}
#main .none{
    display: none;
}
#main .menu_img{
    display: block;
    margin: 17px 10px;
}
#main .top_content a,
#main .menu_list a{
    text-decoration: underline;
}
#main .top_content a:hover,
#main .menu_list a:hover{
    text-decoration: none;
}
#main .top_content{
    clear: both;
    position: relative;
    background: url('images/top/menu_speed.jpg') right top no-repeat;
    width: 705px;
    height: 165px;
    margin-bottom: 20px;
    border: 2px solid #cecece;
}
#main .top_content h4{
    position: absolute;
    top: 20px;
    left: 140px;
    width: 450px;
    font-size: 24px;
    line-height: 25px;
}
#main .top_content .price{
    position: absolute;
    top: 95px;
    left: 140px;
    font-size: 20px;
}
#main .top_content .detail_btn{
    position: absolute;
    right: 30px;
    bottom: 20px;
}
#main .tab_content .menu_img img{
    width:125px;
}
#main .menu_list li{
    position: relative;
    float: left;
    width: 340px;
    height: 165px;
    margin: 0 20px 20px 0;
    border: 2px solid #cecece;
}
#main .menu_list .last{
    margin: 0 0 20px 0;
}
#main .menu_list .bnr{
    margin: 0 0 20px 0;
    border: none;
}
#main .menu_list h4{
    position: absolute;
    top: 20px;
    left: 140px;
    font-size: 13px;
    line-height: 15px;
}
#main .menu_list .price{
    position: absolute;
    top: 75px;
    left: 140px;
}
#main .menu_list .detail_btn{
    position: absolute;
    right: 10px;
    bottom: 20px;
}
#cv-area {
    margin: 30px 0;
}
#main .contacts{
    clear: both;
    position: relative;
    background: url('images/top/contacts_bg.jpg') 0 0 no-repeat;
    width: 710px;
    height: 140px;
}
#main .contacts a{
    position: absolute;
    right: 60px;
    bottom: 15px;
}
#main .like_campaign{
    background: url('images/top/like_campaign.jpg') 0 0 no-repeat;
    width: 690px;
    height: 65px;
    margin: 20px 0 40px;
    padding: 175px 10px 0;
}
#main .like_campaign span{
    color: #e21a7e;
}
.shoplink {
    background: url(images/common/icon/arrow.png) no-repeat 6px 13px white;
    background-size: 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 25px;
    height: 34px;
    padding-top: 8px;
}
.pricelink li {
    background: url(images/common/icon/arrow.png) no-repeat 6px 13px white;
    background-size: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 22px;
    height: 24px;
    padding-top: 8px;
}
.access table {
    border-top: 1px dotted #b1b1b1;
    margin: 0 auto 30px;
    width: 96%;
    font-size: 12px;
}
.access table th,
.access table td {
    padding: 12px 15px;
    border-bottom: 1px dotted #b1b1b1;
    white-space: normal;
}
.access table th {
    background: #f8f8f8;
}
.access table a {
    color: #6679b5;
    text-decoration: underline;
}
.access table a:visited {
    color: #6679b5;
    text-decoration: underline;
}
.access table a:hover {
    color: #43558b;
    text-decoration: underline;
}
.access table .red {
    color: #ea0000;
    font-weight: bold;
}
.access table div {
    margin-bottom: 20px;
}
.access table div p {
    margin-bottom: 0;
    background: url(images/access/arrow.jpg) no-repeat left center;
    padding: 2px 0 0 18px;
}
.access table div p a {
    color: #333333;
    text-decoration: none;
}
.access table div p a:visited {
    color: #333333;
    text-decoration: none;
}
.access table div p a:hover {
    color: #0d0d0d;
    text-decoration: underline;
}

.contact {
    border-top: 1px dotted #b1b1b1;
    margin: 20px auto;
    width: 98%;
}
.contact th,
.contact td {
    padding: 12px 0 12px 15px;
    border-bottom: 1px dotted #b1b1b1;
}
.contact th {
    background: #f8f8f8;
    width: 30%;
    vertical-align: middle;
}
.contact a {
    color: #6679b5;
    text-decoration: underline;
}
.contact a:visited {
    color: #6679b5;
    text-decoration: underline;
}
.contact a:hover {
    color: #43558b;
    text-decoration: underline;
}
.contact .red {
    color: #ea0000;
    font-weight: bold;
}
.contact .wpcf7-list-item {
    display: block;
}
.btnsend {
    text-align: center;
}
.btnsend input {
    text-align: center;
    padding: 5px 20px;
    width: 100px;
    margin-bottom: 20px;
}


/* 20161124追加 */

/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------------------------------- */

#gnav.gnav2 ul li a{
	width:62px;
}

.sp-home-bnr li{
	font-size:14px;
	float:left;
	margin-bottom:10px;
}

.sp-home-bnr li:nth-child(2n){
	float:right;
}

.tax-info{
	background: url(images/home/bg_tax.png);
	background-size:25px auto;
	padding:10px;
	border-radius:5px;
	background-color:#FFFF00;
	margin-bottom:10px;
}

.tax-info p{
	background-color:#FFF;
	border-radius:3px;
	padding:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#df0752;
}

/* iPhone料金表 */

#price-list{
	margin:0 10px 10px;
}

#price-list h3{
	padding-left:0;
}

#price-list table{
	width:100%;
	margin:10px 0;
}

#price-list th{
	border:1px dotted #cecece;
	padding:5px;
	font-size:10px;
	text-align:left;
}

#price-list thead th{
	background-color:#333333;
	color:#FFF;
	text-align:center;
}

#price-list tbody th{
	font-weight:bold;
	color:#e21a7e;
	width:34%;
}

#price-list td{
	border:1px dotted #cecece;
	padding:5px;
	font-size:10px;
	text-align:center;
	width:22%;
}

#price-list tbody tr:nth-child(2n) td{
	background-color:#f2f2f2;
}
