@charset 'UTF-8';
/* **********************************************************************
 *
 *       Title:   東京クレジット外貨両替 sp_block.css
 *
 ********************************************************************** */
/* トップスライドショースタイル設定
======================================================= */

.slider {
	width: 100%;
	margin: 0 auto 10px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.mypattern{
	width: 100%;
}
.mypattern .slick-slide{
	width: 100%;
	margin: 0;
}
.head_menu {
	width: 94%;
	margin: 0 auto;
}
.head_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.head_menu ul li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 1px;
	box-sizing: border-box;
}
.head_menu ul li:first-child {
	margin: 0;
}
.head_menu ul li a,
.head_menu ul li a:visited {
	display: block;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	background: #fff;
}
.head_menu ul li a span {
	display: block;
	font-size: 1.0rem;
	font-weight: normal;
	color: #b7b7b7;
}
.head_menu ul li:first-child a {
	border-top: 3px solid #1985e8;
}
.head_menu ul li:first-child a p {
	background: url(../img/sp/arw.png) right 50% no-repeat;
	background-size: 6px auto;
	font-size: 1.4rem;
	line-height: 1.3;
}
.head_menu ul li:nth-child(2) a {
	border-top: 3px solid #df0000;
	padding: 19px 10px;
}
.head_menu ul li:nth-child(2) a p {
	background: url(../img/ico_blank.png) right 50% no-repeat;
	font-size: 1.4rem;
	line-height: 1.3;
}
.head_menu ul li:last-child a {
	border-top: 3px solid #ee8600;
}
.head_menu ul li:last-child a p {
	background: url(../img/sp/arw.png) right 50% no-repeat;
	background-size: 6px auto;
	font-size: 1.4rem;
	line-height: 1.3;
}
#top h2 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

#top h2 span {
	display: block;
	font-size: 1.2rem;
	color: #b7b7b7;
	font-weight: normal;
}

/* クレジットカード */
.top_credit {
	width: 100%;
	margin: 0 auto;
	padding: 140px 0 40px 0;
	background: url(../img/bg_top_credit.jpg) 50% 0 no-repeat;
	background-size: 80% auto;
}
.top_credit > p {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.top_credit > p.align{
	text-align: left;
}

.top_credit h2:after {
	content: "";
	display: block;
	border-bottom: 3px solid #1985e8;
	padding: 10px 0 0 0;
	width: 60px;
	margin: 0 auto 15px;
}
.credit_type {
	width: 90%;
	background: #eee;
	margin: 30px auto 40px;
	padding: 0;
}
.credit_type ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.credit_type > ul > li {
	margin: 0 0 40px;
	background: url(../img/bg_top_type01.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	padding: 50px 0 0 0;
}
.credit_type > ul > li:nth-child(2) {
	background: url(../img/bg_top_type02.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}
.credit_type > ul > li:last-child {
	background: url(../img/bg_top_type03.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}

.credit_type > ul > li img {
	display: none;
}
.credit_type .inner {
	padding: 0 20px;
}
.credit_type .tit {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 20px;
	color: #fff;
}
.credit_type .tit span {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
.credit_type .btn li {
	margin: 0 0 10px;
}
.credit_type .btn li:nth-child(2) {
	margin: 0 0 20px;
}
.credit_type .btn li:last-child {
	margin: 0;
}
.credit_type .btn li a,
.credit_type .btn li a:visited {
	display: block;
	border: 1px solid #acacac;
	background: #fff url(../img/arw_b.png) 97% 50% no-repeat;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	padding: 12px 10px 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
.credit_type .btn li.blank a,
.credit_type .btn li.blank a:visited{
	background: #fff url(../img/ico_blank.png) 97% 50% no-repeat;
}

.credit_type .btn li:last-child a {
	background: #0015a6 url(../img/ico_blank_w.png) 97% 50% no-repeat;
	border: none;
	color: #fff;
	text-align: left;
	padding: 12px 10px 10px;
}
.credit_type .btn li:last-child a span {
	background: url(../img/ico_ypass.png) 0 50% no-repeat;
	padding: 0 0 0 50px;
}

.btn.def a,
.btn.def a:visited {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 17px 0 15px 0;
	background: #333 url(../img/arw_w.png) 95% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

/* 両替・ローン */
.top_exloan .exchange {
	background: url(../img/bg_top_exchange.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.top_exloan .exchange .inner {
	padding: 50px 30px;
}
.top_exloan .exchange h2:after {
	content: "";
	display: block;
	border-bottom: 3px solid #df0000;
	padding: 10px 0 0 0;
	width: 50px;
	margin: 0 auto 15px;
}
.top_exloan .loan {
	background: url(../img/bg_top_loan.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.top_exloan .loan .inner {
	padding: 50px 30px;
}
.top_exloan .loan h2:after {
	content: "";
	display: block;
	border-bottom: 3px solid #ee8600;
	padding: 10px 0 0 0;
	width: 50px;
	margin: 0 auto 15px;
}
.top_exloan ul {
	list-style-type: none;
	margin: 20px 0 15px;
	padding: 0;
	overflow: hidden;
}
.top_exloan ul li {
	margin: 0 0 10px;
}

.top_exloan ul li a,
.top_exloan ul li a:visited {
	display: block;
	border: 1px solid #666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 12px 0 10px;
}
.top_exloan .exchange ul li a {
	background: url(../img/ico_blank_r.png) 95% 50% no-repeat;
}
.top_exloan .loan ul li a {
	background: url(../img/arw_o.png) 95% 50% no-repeat;
}
.btn.blank a,
.btn.blank a:visited {
	background: #333 url(../img/ico_blank_w.png) 95% 50% no-repeat;
}

/* お知らせ */
.top_news {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.top_news .topinfo {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	height: 220px;
	overflow: auto;
}
.top_news .topinfo li {
	margin: 0 0 20px;
}
.top_news .infobnr {

}
.top_news .infobnr a,
.top_news .infobnr a:visited {
	display: block;
	padding: 18px 20px 18px 15px;
	text-decoration: none;
	font-weight: bold;
}
.top_news .infobnr a br {
	display: none;
}
.top_news .infobnr .credit a {
	background: #f0f0f0 url(../img/arw_b.png) 95% 50% no-repeat;
	border-left: 4px solid #0081db;
	margin: 0 0 20px;
}
.top_news .infobnr .exchange a {
	border-left: 4px solid #d70000;
	background: #f0f0f0 url(../img/ico_blank_r.png) 95% 50% no-repeat;
}

.top_company_bnr {
	width: 90%;
	margin: 0 auto 70px;
}
.top_company_bnr ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.top_company_bnr ul li {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.top_company_bnr ul li a {
	display: block;
	width: 100%;
	padding: 11% 0;
	text-align: center;
}
.top_company_bnr ul li.about a,
.top_company_bnr ul li.about a:visited {
	background: url(../img/bg_bnr_about.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in;
}
.top_company_bnr ul li.outline a,
.top_company_bnr ul li.outline a:visited {
	background: url(../img/bg_bnr_outline.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in;
}
.top_company_bnr ul li.about a:hover,
.top_company_bnr ul li.outline a:hover {
	background: url(../img/bg_bnr_hover.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all .2s ease-out;
}
.top_company_bnr ul li.ssl {
	margin: 0;
	text-align: center;
	width: 50px;
}


/* 下層パーツ
======================================================= */
.block {
	clear: both;
	margin: 0 0 40px;
}

ul.alink {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

ul.alink li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.alink li a {
	display: block;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #c8c8c8;
	font-weight: bold;
}

ul.alink li a:link,
ul.alink li a:visited {
	color: #333333;
	text-decoration: none;
}

ul.alink li a span {
	padding: 0 14px 0 0;
	background: url(../img/sp/arw_down.png) no-repeat right 50%;
	background-size: 8px auto;
}


/* 会員規約
======================================================= */

h4 {
	font-size: 1.6rem;
	margin: 0 0 20px;
}
h5 {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 20px;
}
.code {
	font-size: 1.4rem;
	margin: 0 0px 20px 0px;
	padding: 0px;
}
.code dt {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.entry li{
	margin-top: 10px;
}
.qnone{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qnone li {
    margin-left: 1.6em;
    text-indent: -1em;
}
.qnone li.tes{
	padding-left: 1em;
	text-indent: -1em;
}
.qnone li .kdisc li {
	text-indent: 0;
}

.js-scrollable {
	overflow: auto;
	margin: 0 0 10px;
}

.kiyaku{
	width: 720px;
	margin: 20px 0px;
	text-align:left;
	border-collapse:collapse;
}
.kiyaku th{
	padding: 10px 5px 10px 5px;
	border: solid 1px #ccc;
	text-align:center;
	font-weight: bold;
}
.kiyaku td{
	padding: 10px 5px 10px 5px;
	border: solid 1px #CCCCCC;
}
.w95{
	width:95px;
}
.w140{
	width:140px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}

.kdisc{
	list-style-type:disc;
}

.oll {
	list-style-type: none;
	text-indent: -1.6em;
}

.pl5{
	padding-left:5px;
}

.code_grey{
	background-color: #f1f1f1;
	padding: 30px;
	margin: 0 0 30px;
}


/* BLOCK内スタイル設定
======================================================= */
span.texts {
	display: inline-block;
	font-size: 1.0rem;
}

span.textn {
	display: inline-block;
}

span.textl {
	display: inline-block;
	font-size: 1.8rem;
}

span.textll {
	display: inline-block;
	font-size: 2.0rem;
}

span.textxl {
	display: inline-block;
	font-size: 2.4rem;
}

span.textxxl {
	display: inline-block;
	font-size: 2.8rem;
}

table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

table.nbr ,table.tbr table.nbr {
	border-collapse: collapse;
	border-top: none;
	border-left: none;
}

table.nbr th ,table.tbr table.nbr th ,table.nbr td {
	padding: 0;
	color: #333333;
	border-right: none;
	border-bottom: none;
}

table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

table.tbr table.nbr td {
	padding: 0;
	color: #333333;
	border-right: none;
	border-bottom: none;
}

table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

table.tbr th ,table.nbr table.tbr th {
	font-weight: bold;
	padding: 10px;
	color: #333333;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #fafafa;
}

table.tbr td ,table.nbr table.tbr td {
	padding: 10px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

table.tbr {
	width: 100%;
}

table.sp_tbr th {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.sp_tbr td {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.sp_tbr td[data-title]:before {
	color: #666666;
	content: attr(data-title) ' :';
	font-weight: bold;
	padding: 0 10px 0 0;
	text-transform: none;
	display: block;
	float: left;
}

table.sp_tbr td span {
	display: block;
	overflow: hidden;
}

/*テーブルbasic02設定*/
iframe {
	overflow: hidden;
	max-width: 99%;
	height: auto;
	border: 1px solid #cccccc;
}

.photo-r ,.photo-l ,.photo-c {
	width: auto !important;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0 auto 20px;
	text-align: center;
	color: #333333;
}

.photo-r img ,.photo-l img ,.photo-c img {
	display: block;
	margin: 0 auto 10px;
}

/* リンク定義
======================================================= */
ul.link_un {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

ul.link_un li {
	margin: 0 0 5px;
}

.arw a {
	padding: 0 0 0 12px;
	background: url(../img/sp/arw.png) no-repeat 0 0.2em;
	background-size: 6px auto;
}

.blank a {
	padding: 0 0 0 16px;
	background: url(../img/ico_blank.png) no-repeat 0 5px;
}

.pdf a {
	padding: 1px 0 1px 21px;
	background: url(../img/ico_pdf.png) no-repeat 0 2px;
}

/* 引用定義
======================================================= */
blockquote {
	padding: 15px;
	background: #f5f5f5;
}

/* TOPへ戻る
======================================================= */
.top_back {
	clear: both;
	padding: 0 0 30px;
	text-align: center;
}

.top_back a {
	padding: 0 15px;
}

/* 汎用スタイル設定
======================================================= */
.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.ter {
	text-align: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.sp_none {
	display: none !important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

*:after {
	display: block;
	clear: both;
}


/* 本日のレート
======================================================= */

.ce_autocalc {
	background: #f4f4f4;
	margin: 10px 0 0 0;
	padding: 0 0 30px;
}
.ce_autocalc .tit {
	background: #585858;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 0;
}
.ce_autocalc .calcarea {
	padding: 20px;
}
.ce_autocalc .calcarea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ce_autocalc .calcarea li {
	display: block;
	text-align: left;
}
.ce_autocalc .calcarea li input,
.ce_autocalc .calcarea li select {
	font-size: 2.0rem;
	padding: 5px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
}
.ce_autocalc .calcarea li input {
	width: 65%;
}
.ce_autocalc .calcarea li select {
	width: 100%;
	box-sizing: border-box;
}
.ce_autocalc .calcarea li.calc {
	width: 100%;
	height: 30px;
	background: url(../img/arw_calc_down.png) 50% 50% no-repeat;
}
.ce_autocalc .btn {
	text-align: center;
}
.ce_autocalc .btn a,
.ce_autocalc .btn a:visited {
	display: block;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #df0000 url(../img/arw_w.png) 95% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.ce_autocalc .btn a:before {
	content: "";
	background: url(../img/ico_shopsearch.png) 0 50% no-repeat;
	background-size: 25px auto;
	padding: 6px 0 6px 35px;
}

.scroll{
	overflow: auto;
	white-space: nowrap;
	margin: 0 0 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
table.ratelist {
	width: 100%;
	font-weight: bold;
}
table.ratelist tr:nth-child(even) {
	background: #eee;
}
table.ratelist th {
	text-align: center;
	font-size: 1.4rem;
}
table.ratelist th.gray {
	background: #585858;
	color: #fff;
}
table.ratelist th span {
	display: block;
	font-size: 1.4rem;
}
table.ratelist th a,
table.ratelist th a:visited {
	background: url(../img/arw.png) 0 .1em no-repeat;
	padding: 0 0 0 15px;
	font-weight: normal;
	color: #333;
	font-size: 1.4rem;
}

p.caution {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left:1em;
	text-indent:-1em;
}


/* お問い合わせ設定
======================================================= */
.tel a {
	color: #333;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	background: url(../img/ico_tel.png) 0 0 no-repeat;
	padding: 0 0 0 30px;
}
.tel span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.attention {
	color: #d70000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.flow {
    width: 100%;
    height: 0;
    padding: 15% 0 0 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 20px;
}
.flow.f01 {
	background: url(../img/sp/flow01.gif) 0 0 no-repeat;
	background-size: 100% auto;
}
.flow.f02 {
	background: url(../img/sp/flow02.gif) 0 0 no-repeat;
	background-size: 100% auto;
}
.flow.f03 {
	background: url(../img/sp/flow03.gif) 0 0 no-repeat;
	background-size: 100% auto;
}

/* お問い合わせ table */

form table.tbr span {
    float: right;
    color: #fff;
    font-size: 1.1rem;
    background: #c00;
    padding: 2px 7px;
}

form ul,
form ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form input,
form select,
form label {
    width: 90%;
    padding: 5px;
    font-size: 1.4rem;
    vertical-align: middle;
}

form select#month,
form select#day {
    width: 30%;
}

form textarea {
    width: 90%;
    padding: 5px;
    font-size: 1.6rem;
    vertical-align: middle;
    resize: vertical;
}

form input[type="tel"] {
    width: 20%;
}

form input[type="radio"],
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -moz-transform-origin: left center;
    -moz-transform: scale( 1 , 1 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1 , 1 );
}

form ul.list_inline li {
    float: left;
    margin: 0 30px 0 0;
}

form ul.list_inline li input[type="checkbox"] {
    margin: 0 10px 0 0;
}

dl.subform {
    width: 100%;
    padding: 0 0 5px;
}

dl.subform dt {
    font-weight: bold;
}

form .agree_box {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

form .agree_box input[type="checkbox"] {
    margin: 0 5px 0 0;
    -moz-transform-origin: left center;
    -moz-transform: scale( 1 , 1 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1 , 1 );
}

form input.btn {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    background: #d70000 url(../img/arw_w.png) no-repeat 95% 50%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

form p.back {
    margin: 30px 0 0;
    text-align: center;
}

form p.back a {
    padding: 0 0 0 21px;
    background: url(../img/sp/arw.png) no-repeat 0 .2em;
    background-size: 13px auto;
}


/* お問い合わせ error */

#form_flow {
    font-size: 77%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#form_flow li {
    float: left;
    width: 28%;
    list-style-type: none;
}

#form_flow li.arw {
    width: 8%;
    padding: 7px 0 0 0;
    text-align: center;
}

#form_flow li .inner {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #d2d2d2;
}

label.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
    display: inline-block;
}

input.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

select.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

textarea.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

.contactform ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contactform input {
    vertical-align: middle;
}

.err_block {
    clear: both;
    margin-bottom: 17px;
    padding: 12px;
    background: #ffe8e8;
}

.err_block p {
    font-size: 100%;
    line-height: 1.6;
    color: #f00;
}

.err_block p.err_tit {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    color: #fff;
    background: #f00;
}

/* 店舗案内
======================================================= */

/* トップ */
ul.shop_icon {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: right;
	font-size: 1.0rem;
}
ul.shop_icon li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}
ul.shop_icon li:first-child {
	font-weight: bold;
	padding: 0;
}
ul li.si01 {
	background: url(../img/ico_shop01.png) 0 .1em no-repeat;
	background-size: 15px auto;
}
ul li.si02 {
	background: url(../img/ico_shop02.png) 0 .1em no-repeat;
	background-size: 15px auto;
}
ul li.si03 {
	background: url(../img/ico_shop03.png) 0 .1em no-repeat;
	background-size: 15px auto;
}
ul li.si04 {
	background: url(../img/ico_shop04.png) 0 .1em no-repeat;
	background-size: 15px auto;
}

.shop_box {
	border-top: 1px solid #c8c8c8;
	margin: 0 0 40px;
}
.shop_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shop_box > ul > li {
	padding: 20px 10px;
	overflow: hidden;
	border-bottom: 1px solid #c8c8c8;
}
.shop_box .detail {
	margin: 0 0 20px;
}
.shop_box .detail .name {
	float: left;
	width: 55%;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.5;
}
.shop_box .detail .btn {
	float: right;
}
.shop_box .detail .btn a,
.shop_box .detail .btn a:visited {
	display: inline-block;
	background: #d70000 url(../img/arw_w.png) 95% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 7px 20px 7px 15px;
}
.shop_box .info {
	clear: both;
}
.shop_box .info li {
	padding: 0 0 0 25px;
}
ul.info li.si01 {
	background: url(../img/ico_shop01.png) 0 .3em no-repeat;
	background-size: 15px auto;
}
ul.info li.si02 {
	background: url(../img/ico_shop02.png) 0 .3em no-repeat;
	background-size: 15px auto;
}
ul.info li.si03 {
	background: url(../img/ico_shop03.png) 0 .3em no-repeat;
	background-size: 15px auto;
}
ul.info li.si04 {
	background: url(../img/ico_shop04.png) 0 .3em no-repeat;
	background-size: 15px auto;
}

/* 店舗詳細 */

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop_ph {
    overflow: hidden;
}

.shop_ph ul {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shop_ph li {
	text-align: center;
    padding-bottom: 20px;
}

.ratebtn a,
.ratebtn a:visited {
	display: block;
	width: 200px;
	background: #d70000 url(../img/arw_w.png) 95% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 auto;
	border-radius: 5px;
}
.ratebtn a:before {
	content: "";
	background: url(../img/ico_nav02_on.png) 0 50% no-repeat;
	padding: 0 0 0 30px;
	margin: 0 auto;
}


/* よくある質問
======================================================= */

.faq_list dl {
	border-bottom: 1px solid #c8c8c8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
}
.faq_list dl:first-child {
	padding: 0 0 20px;
}
.faq_list dl:last-child {
	border: none;
	padding: 20px 0 0;
}
.faq_list dl dt {
	background: url(../img/ico_q.png) 0 0 no-repeat;
	padding: 0 0 0 35px;
	margin: 0 0 20px;
}
.faq_list dl dd {
	background: url(../img/ico_a.png) 0 0 no-repeat;
	padding: 0 0 0 35px;
}

/* 求人情報
======================================================= */

.rec_intro {
	background: #f6f6f6 url(../img/logo_mufg.gif) 50% 30px no-repeat;
	text-align: center;
	color: #d70000;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 80px 0 30px 0;
	margin: 0 0 40px;
}


/* 会員規約
======================================================= */

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 20px;
}
.code {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0px 20px 0px;
	padding: 0px;
}
.code dt {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.entry li{
	margin-top: 10px;
}
.qnone{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qnone li {
    margin-left: 1.6em;
    text-indent: -1em;
}
.qnone li.tes{
	padding-left: 1em;
	text-indent: -1em;
}
.qnone li .kdisc li {
	text-indent: 0;
}
.kiyaku{
	margin: 20px 0px;
	text-align:left;
	border-collapse:collapse;
	table-layout:fixed;
}
.kiyaku th{
	padding: 10px 5px 10px 5px;
	border: solid 1px #ccc;
	text-align:center;
	font-weight: bold;
}
.kiyaku td{
	padding: 10px 5px 10px 5px;
	border: solid 1px #CCCCCC;
}
.w95{
	width:95px;
}
.w140{
	width:140px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}

.kdisc{
	list-style-type:disc;
}

.oll {
	list-style-type: none;
	text-indent: -1.6em;
}

.pl5{
	padding-left:5px;
}

.code_grey{
	background-color: #f1f1f1;
	padding: 30px;
	margin: 0 0 30px;
}


/* プライバシーポリシー
======================================================= */

.policy{
	width: 100%;
	margin: 0 0px 0px 0px;
	text-align:left;
	border-collapse:collapse;
}

.policy th{
	padding: 10px;
	border: solid 1px #CCCCCC;
	vertical-align: top;
}

.policy td{
	padding: 10px;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
}

.policy td.vtop{
	vertical-align: top;
}

.policy th.middle{
	vertical-align: middle;
	text-align:center;
}

.policy_grey{
	background-color: #E6E6E6;
	font-weight: bold;
}
p.inside {
	text-indent: -1em;
    margin-left: 2em;
}
ul.inside {
	margin: 0 0 0 40px;
}


/* 会社情報
======================================================= */
table.about_tbl th {
	width: 20%;
}

/* 営業スケジュール
======================================================= */

p.red {
    font-weight: bold;
    color: #df0000;
}

.calender_info {
	margin: 20px 0;
}

.calender_info table {
	float: right;
	width: auto;
}

.calender_info table tr td {
	font-size: 1.0rem;
}

.calender_info table tr td:first-child {
	width: 70px;
	text-align: center;
}

.calender_info table tr td.gray {
	background: #ccc;
}

.calender_tbl {
	border: 1px solid #333;
}

.calender_tbl tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	word-break: break-all;
}

.calender_tbl tr td {
	width: 9%;
	padding: 1px;
	font-size: 1.0rem;
	text-align: center;
	vertical-align: middle;
}

.calender_tbl tr td:first-child {
	width: auto;
	text-align: left;
}

.calender_tbl tr td.sat {
	color: #0000FF;
}

.calender_tbl tr td.sun {
	color: #FF0000;
}

.calender_tbl tr td.black {
	background: #000;
	color: #fff;
	font-weight: bold;
}

.calender_tbl tr td.gray {
	background: #ccc;
}