@charset "utf-8";
/* CSS Document */

#map {
	width: 100%;
	height: 82vh;
}

.orderChar {
	clear: both;
	margin-bottom: 20px;
}

.orderChar ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 20px;
}


.orderChar ul li {
	width: 20%;
	float: left;
	margin-bottom: 20px;
}

.orderChar ul li a {
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #373AAB;
}

.table_detail table {
	width: 100%;
	margin-top: 15px;
}

.table_detail th {
	padding: 5px;
	background-color: #EEF3FD;
	border: 1px solid #ccc;
}

.table_detail td {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.icon_ul img {
	width: inherit;
}

.icon_ul li {
	padding: 5px;
	float: left;
}

#sd_btn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#sd_btn li {
	text-align: center;
	margin-bottom: 10px;
}

#sd_btn li a {
	text-decoration: none;
}



/*####################################################
store_list
*/

#sl_title {
background-color:#EAF4FF;
width:94%;
padding:10px;
margin-left:auto;
margin-right:auto;
}

.list_navigation {
margin-left:10px;
width:80%;
margin-top:15px;
margin-bottom:15px;
font-size:12px;
float:left;
}

.parent {
width:48px;
text-align:center;
float:left;
margin-right:10px;
}

.next {
width:48px;
text-align:center;
float:left;
}

.parent a,
.next a {
padding:5px;
display:block;
border:1px solid #CCCCCC;
}

.parent a:hover {
display:block;
border:1px solid #1363B3;
}

.list_navigation ul {
width:200px;
float:left;
}

.list_navigation ul li {
width:30px;
float:left;
margin-right:10px;
text-align:center;
}

.list_navigation ul li a {
padding:5px;
display:block;
background-color:#F0F9FD;
border:1px solid #3098FF;
}

.list_navigation ul li a:hover {
background-color:#3098FF;
border:1px solid #3098FF;
color:#FFFFFF;
}

.list_navigation ul li p {
padding:5px;
display:block;
}

.text_navigation {
	width:80%;
	padding:10px;
	text-align:center;
	float:left;
}

#sl_sambox {
width:90%;
padding:5px;
min-height:60px;
border:1px solid #999999;
margin-left:auto;
margin-right:auto;
}

#sl_sambox_top {
width:90%;
margin-left:auto;
margin-right:auto;
min-height:28px;
border-bottom:1px solid #CCCCCC;
margin-bottom:5px;
}

#sl_sambox_top h3 {
font-weight:bold;
width:100%;
border-right:1px solid #CCCCCC;
}

#sl_sambox_top address {
width:100%;
text-align:center;
}

#sl_sambox_top dl {
min-height:24px;
background-color:#E8EEF7;
}

#sl_sambox_top dt {
background-image:url(../images/store_list/sl_dt.jpg);
background-repeat:no-repeat;
width:40px;
height:24px;
text-indent:-9999px;
}

#sl_sambox_top dd {
width:40px;
text-align:center;
padding-top:2px;
}


/*----BOX本番----*/

.sl_box {
width:94%;
	border:1px solid #3098FF;
	margin-bottom: 15px;
margin-left:auto;
margin-right:auto;
}

.sl_box:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.sl_box a {
	display: block;
	text-decoration: none;
}

.sl_box_top {
padding:2px;

margin-left:auto;
margin-right:auto;
min-height:28px;
margin-bottom:5px;
}

.sl_box_top h3 {
font-weight:bold;
padding-left:5px;
margin-top:2px;
}

.sl_box_top address {
	padding: 5px;
}

.sl_box_top dl {
min-height:24px;
background-color:#E8EEF7;
}

.sl_box_top dt {
background-image:url(../images/store_list/sl_dt.jpg);
width:40px;
height:24px;
text-indent:-9999px;
float:left;
}

.sl_box_top dd {
width:40px;
float:left;
text-align:center;
padding-top:2px;
}

.sl_box p {
padding:5px;
}

.sl_box ul {
	display: none;
}

.sl_box ul li {
padding-right:6px;
}

.sl_box_bottom {
min-height:30px;
margin-bottom:10px;
}

.text_noscript {
padding:10px;
margin-left:10px;
margin-top:10px;
}
/*----*/

	.top_dicon {
		width: 30px;
		margin-left: 30px;
		margin-top: 10px;
		vertical-align: bottom;
	}

.ui-listview > .ui-li-has-thumb > .ui-btn, .ui-listview > .ui-li-static.ui-li-has-thumb {
    min-height: 1em !important;
    padding-left: 6.25em;
}

.top_list li,
.top_list li a {
	background: -webkit-linear-gradient(#fff, #e6e6e6) !important;

}

.btn_tetsuzuki{
	display:block;
    width:90%;
    height:30px;
    line-height:30px;
	margin: 30px auto 0 auto;
}
.btn_tetsuzuki a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none !important;
    background:#D4642E;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF !important;
    font-size:0.85em;
    font-weight:bold;
    border-radius:15px;
    box-shadow:0px 0px 0px 4px #D4642E ;
    transition: all 0.5s ease;
	text-shadow:0 0 !important;
}
/*.btn_tetsuzuki a:hover{
    background:#F07134;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #D4642E ;
}*/


.btn_soudan{
	display:block;
    width:90%;
    height:30px;
    line-height:30px;
	margin: 30px auto 0 auto;
}
.btn_soudan a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none !important;
    background:#1978D4;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF !important;
    font-size:0.85em;
    font-weight:bold;
    border-radius:15px;
    box-shadow:0px 0px 0px 4px #1978D4 ;
    transition: all 0.5s ease;
	text-shadow:0 0 !important;

}
/*.btn_soudan a:hover{
    background:#3983D4;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #1978D4 ;
}*/

