@charset "utf-8";

/*
Theme Name: スマホボックス
Author URI: http://www.smapho-box.com/
DESCRIPTION: 「スマホボックス」公式テンプレート
Version: 1.0
*/


/* Reset 
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear { clear: both}
.clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
    content: " ";
}
* html .clearfix {/* IE6 */
    zoom: 1;
}
*:first-child+html .clearfix {/* IE7 */
    zoom: 1;
}

img, iframe {
     max-width: 100%;
}

/*--		__common
----------------------------------------------------*/
body{
    font-size: 13px;
    line-height: 17px;
}
li{
    list-style: none;
}
a{
    color: #e21a7e;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #fdcd1a;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fdcd1a;
	color:#fff ;
}
/*--		__layout
----------------------------------------------------*/
#header{
    position: relative;
    background: url('images/common/bg_pattern.jpg') top left repeat;
}
#header_inner{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
}
#header2 {
  height: 127px;
  padding: 0 14px;
  background: url(images/top/header_bottom_bar.gif) no-repeat bottom;
  background-size: 100% 5px;
}
#header2 .inner {
  width: 980px;
  margin: 0 auto 0;
  text-align: left;
  position: relative;
}
#contents{
    margin: 0 auto;
    width: 980px;
    padding: 20px 0 65px;
}
#main{
	float: left;
	width: 710px;
	margin: 0 20px 0 15px;
}
#sidebar{
    float: right;
    width: 220px;
}
#footer_top{
    position: relative;
    background: url('images/common/bg_pattern.jpg') top left repeat;
    height: 195px;
}
#footer_top_inner{
    margin: 0 auto;
    width: 950px;
    padding: 20px;
	overflow: hidden;
}
#footer_bottom_inner{
    margin: 0 auto;
    width: 950px;
}

/*--		__header
----------------------------------------------------*/

#header_inner .left{
    float: left;
    margin: 0 0 5px 15px;
    padding-top: 6px;
}
#header_inner .left p{
}
#header_inner .right{
    float: right;
    margin: 0 15px 5px 0;
}
#header_inner .right ul{
  overflow: hidden;
  *zoom:1;
  margin-top: 30px;
}
#header_inner .right ul li{
  float: left;
}
#header_inner .right ul li + li{
  margin-left: 10px;
}
#header_inner .right .btn {
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -244px; width: 142px; height: 36px;
}
#header_inner .right .btn a {
	width: 142px; height: 36px;
	text-indent: -9999px;
	display: block;
}
#header_inner h1{
    font-weight: normal;
    margin-left: 12px;
    font-size: 14px;
}
#header_inner nav{
    clear: both;
    height: 45px;
    padding: 0 15px;
    background: url('images/common/navi_bg.png') 15px 0 no-repeat;
}
#header_inner nav li{
    float: left;
}
#header_inner nav li a{
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
#header_inner nav .short a{
    width: 100px;
}
#header_inner nav li a:hover{
    opacity:0.5;
    filter: alpha(opacity=50);
    text-shadow: 0 0 10px #ffc700;
    -moz-text-shadow: 0 0 10px #ffc700;
    -webkit-text-shadow: 0 0 10px #ffc700;
}
#header_inner .catch{
    background: url('images/top/catch_bg.png') 0 10px no-repeat;
    margin: 15px 0 10px;
    padding-left: 360px;
}
#header_inner .header_contacts{
    background: url('images/top/header_contacts_bg.png') top center no-repeat;
    position: relative;
    width: 590px;
    height: 115px;
}
#header_inner .header_contacts a{
    position: absolute;
    right: 10px;
    bottom: 8px;
}
#header .header_bottom_bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
}
#header .bar {
	background: url(images/sprite.png) repeat-x;
	background-position: 0 -290px; height: 5px;
}

#header2 h1 {
  font-size: 13px;
  padding: 7px 0;
}
#header2 p.txt {
  font-size: 13px;
  padding: 7px 0;
}
#header2 .access {
  position: absolute;
  top: 36px;
  left: 820px;
  overflow: hidden;
  *zoom: 1;
}
#header2 .access li {
  float: left;
  width: 142px;
}
#header2 .access li + li {
  margin-left: 10px;
}
#header2 nav ul {
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0 7px;
  border-left: 4px solid #aee3e4;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
}
#header2 nav ul li {
  float: left;
  width: 98px;
  border-right: 4px solid #aee3e4;
  padding: 2px 0;
}
#header2 nav ul li + li {
  width: 148px;
}
#header2 nav ul .short{
  width: 98px;
}
#header2 a {
  color: #333333;
  text-decoration: none;
}
#header2 a:visited {
  color: #333333;
  text-decoration: none;
}
#header2 a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

/*--		__sidebar
----------------------------------------------------*/
#sidebar h2{
    margin-top: 10px;
}
#sidebar h2 img{
    vertical-align: bottom;
}
#sidebar .bnr_shop li {
	margin-bottom: 10px;
}
#sidebar .latest_info ul{
    border-left: 3px solid #ffc700;
    border-right: 3px solid #ffc700;
    border-bottom: 3px solid #ffc700;
    margin: 0;
    padding: 0;
    width: 214px;
    height: 575px;
    overflow-y: scroll;
}
#sidebar .latest_info li{
    background: url('images/common/side_latest_line.gif') left bottom no-repeat;
    padding: 10px;
    font-size: 12px;
}
#sidebar .latest_info li h3{
    font-size: 12px;
}
#sidebar .category ul{
    border-left: 3px solid #ffc700;
    border-right: 3px solid #ffc700;
    border-bottom: 3px solid #ffc700;
    margin: 0;
    padding: 0;
    width: 214px;
}
#sidebar .category li{
    background: url('images/common/side_category_line.gif') left bottom no-repeat;
    padding: 10px 5px;
}
#sidebar .category li.level1 h3{
    font-size: 14px;
    font-weight: bold;
}
#sidebar .category li.level1 h3 a {
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -331px; width: 10px; height: 9px;
    padding-left: 15px;
}
#sidebar .category li.level2 p{
    font-weight: normal;
}
#sidebar .category li.level2 p a {
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -302px; width: 7px; height: 9px;
    padding-left: 15px;
    margin-left: 15px;
}
#sidebar .category li.level3 p{
    background: url('images/common/side_category_grandchild.gif') 0 6px no-repeat;
    padding-left: 15px;
    margin-left: 15px;
    font-weight: normal;
}
#sidebar .category li:last-child{
    background: none;
}
#sidebar .category a{
    color: #000;
}
#sidebar .guarantee p{
    border-left: 3px solid #ffc700;
    border-right: 3px solid #ffc700;
    border-bottom: 3px solid #ffc700;
    margin: 0;
    padding: 10px;
    width: 194px;
}
#sidebar .calendar{
    margin-bottom: 15px;
}
#sidebar .calendar-inner{
    border-left: 3px solid #ffc700;
    border-right: 3px solid #ffc700;
    border-bottom: 3px solid #ffc700;
    margin: 0;
    padding: 10px;
    width: 194px;
    font-size: 13px;
}
#sidebar .calendar .first{
    margin-bottom: 15px;
}
#sidebar .calendar th,
#sidebar .calendar td{
    width: 30px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
#sidebar .calendar td{
    border: 1px solid #000;
}
#sidebar .calendar .holiday{
    color: #ff0000;
}
#sidebar .calendar .caution{
    text-align: right;
}
#sidebar .calendar .caution span{
    color: #ff0000;
}
#sidebar .sannomiya{
    margin-top: 15px;
}
/*--		__footer
----------------------------------------------------*/
#footer_top .bar {
	background: url(images/sprite.png) repeat-x;
	background-position: 0 -226px; height: 8px;
}
#footer_top .footer_top_bar{
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
}
#footer_top a{
    color: #000;
    text-decoration: underline;
}
#footer_top a:hover{
    text-decoration: none;
}
#footer_top .shop_info{
    float: left;
    margin-right: 20px;
}
#footer_top .shop_info h6 {
	font-size: 13px;
	font-weight: bold;
}
#footer_top .shop_info h6 a {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -199px;
	width: 17px; height: 17px;
    padding: 2px 0 0 17px;
}
#footer_top .shop_info p{
    margin: 0 0 15px 17px;
}
#footer_top .service{
    float: left;
    margin-right: 15px;
    width: 280px;
}
#footer_top .service li{
    float: left;
}
#footer_top .service li.clear{
    clear: both;
}
#footer_top .service li:before{
    content: "・";
}
#footer_top .service li.clear:before{
    content: "";
}
#footer_top .service h6{
	font-size: 13px;
	font-weight: bold;
}
#footer_top .service h6 span {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -174px;
	width: 15px; height: 15px;
    padding: 2px 0 0 17px;
}
#footer_top .service ul{
    margin: 0 0 15px 17px;
}
#footer_bottom {
    margin-top: 1px;
    border-top: 1px solid #ffc700;
    padding: 8px 0;
}
#footer_bottom a{
    color: #000;
}
#footer_bottom li{
    float: left;
    vertical-align: top;
    margin-right: 30px;
}
#footer_bottom .access a {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -108px; width: 4px; height: 6px;
    padding-left: 8px;
}
#footer_bottom .price a {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -123px; width: 4px; height: 6px;
    padding-left: 8px;
}
#footer_bottom .contact a {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -139px; width: 4px; height: 6px;
    padding-left: 8px;
}
#footer_bottom .faq a {
    background: url('images/sprite.png') no-repeat;
	background-position: 0 -155px; width: 4px; height: 6px;
    padding-left: 8px;
}
#footer_bottom p.copyright{
    clear: both;
    padding-top: 15px;
    text-align: center;
}



/*--		__clearfix
----------------------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}


/* style.css */

/*--		__top
----------------------------------------------------*/

.news_topics_title {
  padding: 25px 25px 20px 25px;
  background: #ffc700;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.news_topics {
  padding: 5px 10px;
  border-right: 3px solid #ffc700;
  border-left: 3px solid #ffc700;
  border-bottom: 3px solid #ffc700;
}
.news_topics li {
  display: flex;
  padding: 22px 15px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.news_topics li span {
  width: 150px;
  font-weight: bold;
  color: #e21a7e;
  line-height: 22px;
}
.news_topics li p {
  width: 100%;
  text-align: left;
  line-height: 22px;
}
.news_topics li:last-child {
  border: none;
}
#main h2{
    clear: both;
    background: url('images/common/h2_bg.gif') 0 0 no-repeat;
    width: 680px;
    height: 32px;
    margin: 30px 0 20px;
    padding: 8px 0 0 30px;
    font-size: 24px;
    font-weight: normal;
}
#main h2.first{
    margin: 0 0 20px;
}
#main h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
#main h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#main .minami_bnr {
    background: url('images/top/bnr_dotonbori.jpg') 0 0 no-repeat;
	width: 710px;
	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 .minami_bnr .btn1{
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -55px; width: 158px; height: 45px;
}
#main .minami_bnr .btn2{
	background: url(images/sprite.png) no-repeat;
	background-position: 0 0; width: 158px; height: 45px;
}
#main .minami_bnr a{
	width: 158px; height: 45px;
	display: block;
	text-indent: -9999px;
}
#main .display_bnr {
    background: url('images/top/bnr_display.jpg') 0 0 no-repeat;
	width: 710px;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
}
#main .display_bnr ul {
	position: absolute;
	top: 130px;
	left: 320px;
}
#main .display_bnr ul li {
	margin-bottom: 10px;
}
#main .display_bnr ul .device {
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	display: inline-block;
}
#main .display_bnr ul .price {
	font-size: 28px;
	font-weight: bold;
	color: #F00;
}
#main .display_bnr p {
	position: absolute;
	bottom: 8px;
	left: 340px;
	font-weight: bold;
}

#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 .contacts2{
    clear: both;
    position: relative;
    background: url('images/top/contacts2_bg.jpg') 0 0 no-repeat;
    width: 710px;
    height: 140px;
}
#main .contacts2 a{
    position: absolute;
    right: 60px;
    bottom: 15px;
}
#main .contacts3{
    clear: both;
    position: relative;
    background: url('images/top/contacts3_bg.jpg') 0 0 no-repeat;
    width: 710px;
    height: 140px;
}
#main .contacts3 a{
    position: absolute;
    right: 60px;
    bottom: 15px;
}
#main .contacts_hirakata{
    clear: both;
    position: relative;
    background: url('images/access/hirakata/contacts_hirakata.jpg') 0 0 no-repeat;
    width: 710px;
    height: 140px;
}
#main .contacts_hirakata 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;
}


/*add20140718*/
#main .default-table-style {
  margin-bottom: 30px;
  width: 100%;
}
#main .default-table-style .red {
  color: #e21a7e;
  font-weight: bold;
}
#main .default-table-style thead th {
  color: #fff;
  background-color: #333;
  text-align: center;
}
#main .default-table-style th,
#main .default-table-style td {
  vertical-align: middle;
  border: 1px dotted #cecece;
  padding: 7px;
  text-align: left;
}
#main .default-table-style tbody td.gray {
  background-color: #f2f2f2;
}
#main .default-table-style tbody td.orange {
  background-color: #fff8da;
}

/* パンくず */
#breadcrumb {
	margin: 0 0 10px;
}
#breadcrumb div {
	font-size: 13px;
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
}
#breadcrumb a {
  color: #333333;
  text-decoration: none;
}
#breadcrumb a:visited {
  color: #333333;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

/* 固定ページ */
#mv {
	max-width: 1130px;
	margin: 0 auto 0;
	text-align: left;
}
.access #main .map {
  margin-bottom: 25px;
}
.access #main h3 {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin-bottom: 25px;
  padding: 12px 0 12px 15px;
  background: #373737;
}
.access #main ol {
  overflow: hidden;
  *zoom: 1;
}
.access #main ol li {
  float: left;
  width: 352px;
  margin: 0 0 30px 6px;
  overflow: hidden;
}
.access #main ol li.first {
  margin-left: 0;
  clear: both;
}
.access #main ol li p {
  margin: 20px 0 0 15px;
  padding-left: 1em;
  text-indent: -2em;
}
.access #main ol li span {
  padding: 6px 8px;
  color: white;
  background: #df01c7;
}
.access #main table {
  border-top: 1px dotted #b1b1b1;
  margin-bottom: 30px;
  width: 100%;
}
.access #main table th,
.access #main table td {
  padding: 12px 0 12px 15px;
  border-bottom: 1px dotted #b1b1b1;
}
.access #main table th {
  background: #f8f8f8;
  width: 156px;
}
.access #main table a {
  color: #6679b5;
  text-decoration: underline;
}
.access #main table a:visited {
  color: #6679b5;
  text-decoration: underline;
}
.access #main table a:hover {
  color: #43558b;
  text-decoration: underline;
}
.access #main table .red {
  color: #ea0000;
  font-weight: bold;
}
.access #main table div {
  margin-bottom: 20px;
}
.access #main table div p {
  margin-bottom: 0;
  background: url(images/access/arrow.jpg) no-repeat left center;
  padding: 2px 0 0 18px;
}
.access #main table div p a {
  color: #333333;
  text-decoration: none;
}
.access #main table div p a:visited {
  color: #333333;
  text-decoration: none;
}
.access #main table div p a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}
.access #main #charges-list {
  padding: 20px 10px 15px;
}
.access #main #charges-list table {
  border-right: dotted 1px #cecece;
}
.access #main #charges-list table th,
.access #main #charges-list table td {
  border-left: dotted 1px #cecece;
  padding: 6px;
}
.access #main #charges-list table th {
  width: 317px;
}
.access #main #charges-list table td {
  width: 69px;
}
.access #main #charges-list table td.last {
  width: 47px;
}
.access #main #charges-list table thead {
  color: white;
  background: #333333;
}
.access #main #charges-list table thead th,
.access #main #charges-list table thead td {
  text-align: center;
  vertical-align: middle
}
.access #main #charges-list table tbody th,
.access #main #charges-list table tbody td {
  border-bottom: dotted 1px #b1b1b1;
  vertical-align: middle;
}
.access #main #charges-list table tbody th {
  padding: 8px;
  color: #666666;
  text-align: left;
}
.access #main #charges-list table tbody th .pink {
  color: #e21a7e;
  font-weight: bold;
}
.access #main #charges-list table tbody td {
  text-align: center;
}
.access #main #charges-list table tbody td.gray {
  background: #f2f2f2;
}
.access #main #charges-list table tbody td.orange {
  background: #fff8da;
}
.access #main #charges-list {
  padding: 20px 10px 15px;
}
.access #main #charges-list table {
  border-right: dotted 1px #cecece;
}
.access #main #charges-list table th,
.access #main #charges-list table td {
  border-left: dotted 1px #cecece;
  padding: 6px;
}
.access #main #charges-list table th {
  width: 317px;
}
.access #main #charges-list table td {
  width: 69px;
}
.access #main #charges-list table td.last {
  width: 47px;
}
.access #main #charges-list table thead {
  color: white;
  background: #333333;
}
.access #main #charges-list table thead th,
.access #main #charges-list table thead td {
  text-align: center;
  vertical-align: middle;
  background: #333333;
}
.access #main #charges-list table tbody th,
.access #main #charges-list table tbody td {
  border-bottom: dotted 1px #b1b1b1;
  vertical-align: middle;
}
.access #main #charges-list table tbody th {
  padding: 8px;
  color: #666666;
  text-align: left;
}
.access #main #charges-list table tbody th .pink {
  color: #e21a7e;
  font-weight: bold;
}
.access #main #charges-list table tbody td {
  text-align: center;
}
.access #main #charges-list table tbody td.gray {
  background: #f2f2f2;
}
.access #main #charges-list table tbody td.orange {
  background: #fff8da;
}
.shop #main table {
  border-top: 1px dotted #b1b1b1;
  margin-bottom: 30px;
  width: 100%;
}
.shop #main table th,
.shop #main table td {
  padding: 12px 15px 12px;
  border-bottom: 1px dotted #b1b1b1;
}
.shop #main table th {
  background: #f8f8f8;
}
.shop #main table a {
  color: #6679b5;
  text-decoration: underline;
}
.shop #main table a:visited {
  color: #6679b5;
  text-decoration: underline;
}
.shop #main table a:hover {
  color: #43558b;
  text-decoration: underline;
}
.shop #main table .address {
	width: 220px;
	border-left: 1px dotted #b1b1b1;
	border-right: 1px dotted #b1b1b1;
}
.shop #main table .tel {
	white-space: nowrap;
	width: 100px;
	border-left: 1px dotted #b1b1b1;
}
.price #main #charges-list {
  padding: 20px 10px 15px;
}
.price #main #charges-list table {
  border-right: dotted 1px #cecece;
}
.price #main #charges-list table th,
.price #main #charges-list table td {
  border-left: dotted 1px #cecece;
  padding: 6px;
}
.price #main #charges-list table th {
  width: 317px;
}
.price #main #charges-list table td {
  width: 69px;
}
.price #main #charges-list table td.last {
  width: 47px;
}
.price #main #charges-list table thead {
  color: white;
  background: #333333;
}
.price #main #charges-list table thead th,
.price #main #charges-list table thead td {
  text-align: center;
  vertical-align: middle
}
.price #main #charges-list table tbody th,
.price #main #charges-list table tbody td {
  border-bottom: dotted 1px #b1b1b1;
  vertical-align: middle;
}
.price #main #charges-list table tbody th {
  padding: 8px;
  color: #666666;
  text-align: left;
}
.price #main #charges-list table tbody th .pink {
  color: #e21a7e;
  font-weight: bold;
}
.price #main #charges-list table tbody td {
  text-align: center;
}
.price #main #charges-list table tbody td.gray {
  background: #f2f2f2;
}
.price #main #charges-list table tbody td.orange {
  background: #fff8da;
}
.price #main ul {
  overflow: hidden;
  *zoom: 1;
  margin: 30px 0;
}
.price #main ul li {
  float: left;
  margin-right: 30px;
}
.price #main ul li a {
  color: #0066ff;
  text-decoration: underline;
}
.price #main ul li a:visited {
  color: #0066ff;
  text-decoration: underline;
}
.price #main ul li a:hover {
  color: #0047b3;
  text-decoration: underline;
}
.faq #main section {
  margin-bottom: 23px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b1b1b1;
}
.faq #main section nav li {
  background: url(images/faq/bg.jpg) no-repeat left 4px;
  padding-left: 14px;
  font-size: 14px;
  margin-bottom: 5px;
}
.faq #main section nav li a {
  text-decoration: underline;
}
.faq #main section p {
  margin-bottom: 20px;
}
.faq #main section p img {
  padding-bottom: 5px;
}
.faq #main section p.topfaq {
  font-size: 13px;
  text-align: right;
  background: url(images/faq/arrow-top.jpg) no-repeat 630px 6px;
  margin-bottom: 0;
}
.faq a {
  color: #333333;
  text-decoration: none;
}
.faq a:visited {
  color: #333333;
  text-decoration: none;
}
.faq a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

.contact #main table {
  border-top: 1px dotted #b1b1b1;
  margin: 20px 0 30px;
  width: 100%;
}
.contact #main table th,
.contact #main table td {
  padding: 12px 0 12px 15px;
  border-bottom: 1px dotted #b1b1b1;
}
.contact #main table th {
  background: #f8f8f8;
  width: 156px;
  vertical-align: middle;
}
.contact #main table a {
  color: #6679b5;
  text-decoration: underline;
}
.contact #main table a:visited {
  color: #6679b5;
  text-decoration: underline;
}
.contact #main table a:hover {
  color: #43558b;
  text-decoration: underline;
}
.contact #main table .red {
  color: #ea0000;
  font-weight: bold;
}
.contact #main table .condition .wpcf7-list-item {
	float: left;
	margin-right: 10px;
}
.contact .condition .wpcf7-not-valid-tip {
	clear: both;
}
.contact #main .btnsend {
	text-align: center;
}
.contact #main .btnsend input {
	text-align: center;
	padding: 5px 20px;
	width: 100px;
}
.ptit{
	clear: both;
	background: url('images/common/bread-line.png') 0 bottom repeat-x;
	width: 680px;
	margin: 20px 0 20px;
	padding: 8px 0 10px 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.single-repair .pricebox {
	color: red;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 30px 0 0 20px;
}
.single-repair .eyecatchpage {
	float: left;
}
.single-repair .detail {
	clear: both;
	padding: 20px 0;
	width:690px;
}
.single-repair .detail h2 {
	font-weight: bold;
	font-size: 16px !important;
	color: white;
	width: 675px !important;
	height: auto !important;
	margin-bottom: 25px !important;
	padding: 12px 0 12px 15px !important;	
	background: #373737 !important;	
}
.single-blog .detail h2 {
	background: none !important;
	border-left: 5px solid #E21A7E;
	font-size: 16px !important;
	padding: 5px 10px !important;
	height: auto !important;
}
.single-blog .date {
	padding-right: 10px;
}
.detail p {
	margin-bottom: 20px;
}
.single-blog .eyecatchpage {
	margin-bottom: 20px;
}
.single-blog .detail {
	clear: both;
	padding: 0 0 20px;
	margin-bottom: 20px;
	width:690px;
	border-bottom: 1px dotted #333;
}
.repair {
	overflow: hidden;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.postwrap {
	margin-top: 20px;
}
.repair .photo {
	float: left;
	margin-right: 20px;
}
.repair .txtrepair {
	float: left;
	width: 560px;
}
.repair .txtrepair a {
	color: #0d0d0d;
}
.repair .txtrepair h3 {
	background: none !important;
	font-size: 14px !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
.repair .txtrepair .pricebox {
	color: red;
	font-size: 14px !important;
	font-weight: bold;
	float: none !important;
	margin: 10px 0 10px 0 !important;
}
.repair .txtrepair .excerpt {
	margin: 10px 0;
}
.more-link a {
	color: #fff !important;
	display: block;
	padding: 5px 20px;
	width: 100px;
	background: #000;
	text-align: center;
	margin-top: 10px;
}
.more-link a:hover {
	display: block;
	color: #ffcb04 !important;
	text-decoration: none !important;
}

#social {
	overflow: hidden;
	clear: both;
}
#fb {
	/*float: left;*/
	margin-right: 20px;
	/*width: 365px;*/
}
#twitter {
	float: left;
	width: 365px;
}
.catbnr {
	margin: 20px 0;
}

/* 20161220追加 */

.home-glass-bnr {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.home-glass-bnr li {
    font-size: 14px;
    display: inline-block;
    width: 48%;
    margin: 1%;
}

.home-glass-bnr li:nth-child(2n),.home-glass-bnr li:last-child{
	margin-right:0;
}

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

#charges-list .price-table th{
	border:1px dotted #cecece;
	padding:10px;
	text-align:left;
}

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

#charges-list .price-table tbody th{
	font-weight:bold;
	color:#e21a7e !important;
	width:34%;
}

#charges-list .price-table td{
	border:1px dotted #cecece;
	padding:10px;
	text-align:center;
	width:22%;
}

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

/*ドンマイ*/
td strong,
.top-don-text strong {
	font-weight: normal;
}

.top-don-text {
    border: 2px solid #4aa0e8;
    padding: 10px;
    margin: 18px 0;
}

/*
@media only screen and (min-width:668px) {
	#mv {
		display: none;
	}
}

@media only screen and (max-width:667px) {
	.catch {
		display: none;
	}
	#mv,
	#mv img,
	#header_inner {
    width: 100%;
	}
	#header {
    background: none;
	}
	#header_inner .header_contacts {
    width: 100%;
    height: auto;
	}
	#contents {
    width: 100%;
    display: inline-table;
	}
	#footer_top_inner {
    width: 100%
	}
	#footer_top .service {
    float: none;
    width: 100%;
	}
	#footer_top .shop_info {
    float: left;
	}
}
*/

@media only screen and (min-width:668px) {
	#mv,
	.mobile-part-1,
	.mobile-table,
	.fix-footer {
		display: none;
	}
}

/*ORIGINAL MOBILE START*/
@media only screen and (max-width:667px) {
	#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.gnav2 ul li a {
    width: 62px;
}
	
	
#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;
}

	.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;
}
	#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 .access {
    position: relative;
    height: 170px;
    padding: 0px 5px;
    background: url(images/home/banner/access-bg.jpg) no-repeat 5px 5px;
    background-size: 310px 160px;
}
	
.category ul,
.information ul {
    overflow: hidden;
    *zoom: 1;
    margin: 0 10px;
    border: 1px solid #cccccc;
    border-bottom: none;
}
	.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: 50%;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 10px 0;
}
	.fix-footer a:before {
    height: 4px;
    border-radius: 0 0 2px 2px;
    background-color: #d2d2d2;
}
	.fix-footer a:after, .fix-footer a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}
	.fix-footer a:after, .fix-footer a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}
	.fix-footer a img {
    vertical-align: top;
    margin-right: 3px;
}
	.fix-footer a span {
    font-size: 60%;
}
}
/*ORIGINAL MOBILE END*/

@media only screen and (max-width:667px) {
	.catch,
	.pc-part-1,
	.pc-table {
		display: none;
	}
}

@media only screen and (max-width:667px) {
	
	 th {
		 font-size: 11px;
	}
	
	td {
	font-size: 12px;
    width: 75%;
    word-break: break-all;
	}
	.access #main table th, .access #main table td {
    padding: 12px 2px 12px 8px;
	}
	
	.repair .txtrepair {
    width: 100%;
	}
	
		#mv,
	#mv img,
	#header_inner {
    width: 100%;
	}
	#header {
    background: none;
	}
	
	#header_inner h1,
	#header2 h1 {
    margin-left: 0;
    font-size: 10px;
    max-width: 78%;
	}
	#header_inner {
    width: 100%;
	}
	#header2 .inner {
    width: 100%;
	}
	#mv img {
		height: auto;
	}
	#main {
		clear: both;
    float: none;
    width: auto;
		max-width: 100%;
		margin: 0 8px 0 10px;
	}
	#contents {
    margin: 0 auto;
    width: 100%;
	}
	#main .like_campaign {
    width: 100%;
	}
	#sidebar {
		display: none;
    float: none;
    width: 100%;
	}
	#sidebar img {
    width: 100%;
	height: auto;
	}
	#sidebar .guarantee p {
    width: 100%;
	}
	#sidebar .latest_info ul {
		width: 100%;
	}
	#header_inner .right,
	#header_inner nav,
	#header_inner .header_contacts,
	#header2 .access,
	#main .contacts,
	.promo {
		display: none;
	}
	#main h2 {
    width: 92%;
    margin: 5px 0 16px;
    font-size: 13px;
	}
	
	#footer_top {
    height: auto;
	}
	#footer_top_inner {
    width: 100%;
		padding: 0;
	}
	#footer_bottom_inner,
	#footer_top .service,
	#footer_top .shop_info {
		width: 100%;
	}
	#footer_bottom_inner {
		display: none;
	}
	.home-glass-bnr img {
    width: 100%;
	}
	.ptit,
	.single-repair .detail {
    width: 100%;
	}
	.single-repair .detail h2 {
		width: 100% !important;
	}
	#main .contacts_hirakata,
	#main .contacts3 {
		display: none;
	}
	.breadcrumbs {
    padding: 10px;
    width: 100%;
    display: contents;
    clear: both;
    overflow: hidden;
	}
	section.lower {
    width: 100%;
    display: inline-block;
	}
}

.page-id-13 .shop #main table th, .shop #main table td {
    padding: 12px 5px 12px;
}

.page-id-13 .shop #main table .address {
    width: auto;
}

.page-id-13 .shop #main table .tel {
    width: auto;
}

.page-id-13 td {
    width: auto;
}

@media only screen and (max-width: 480px) {
	img.ext-image {
		width: 100%;
	}
}

h3.new-text {
    padding: 10px 0 8px 15px !important;
    background: url('images/common/bg_pattern.jpg') top left repeat !important;
    margin-bottom: 8px !important;
    margin-top: 12px;
	border-left: 6px solid #e33e7f;
}

section.map-area-title {
    margin-top: 22px;
}