@charset "utf-8";
/* ===================================================================
CSS information

 style info :デフォルトCSS

 *Last Modified: 2012-12-06
=================================================================== */


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	vertical-align: bottom;
	background: transparent;
	-webkit-text-size-adjust: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display: block;
}
body {
	font-size: 14px;
}
ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
legend {
	color: #000;
}
a {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body { color: #333; }
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #333; }


/* ----------------------------------------------------
	parts
---------------------------------------------------- */
.mb0 { margin-bottom: 0px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }

.mt0 { margin-top: 0!important; }
.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }

.pt5 {	padding-top:5px!important; }
.pt10 {	padding-top:10px!important; }
.pt15 {	padding-top:15px!important; }
.pt20 {	padding-top:20px!important; }
.pt30 {	padding-top:30px!important; }
.pt40 {	padding-top:40px!important; }
.pt50 {	padding-top:50px!important; }

.no_borderbtm {border-bottom:none!important; padding-bottom:0!important;}
.white_bordertop {border-top:1px solid #FFF; padding-top:20px!important;}


/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* ----------------------------------------------------
	page
---------------------------------------------------- */
#page {
	width: 100%;
	overflow: hidden;
}
.shopdetails nav img,
.shopdetails .shop img,
.shopdetails .about img,
.shopdetails .around img {
	width:100%;
	height:auto;
}
.shopdetails nav {
	margin:0 0 10px;
}
.shopdetails .shop {
	width:90%;
	margin:0 auto;
}
.shopdetails .join {
	background:#EFEFEF;
	margin-bottom:10px;
	padding:3%;
}
.shopdetails .join p {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background:#5eb99e;
	margin:0 0 5px;
	padding:2%;
}
.shopdetails .join h1 {
	font-size:14px;
}
.shopdetails .name {
	margin-bottom:10px;
}
.shopdetails .name .logo {
	float:left;
	width:10%;
	height:auto;
}
.shopdetails .name .inner {
	width:85%;
	float:right;
}
.shopdetails .name .inner h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
}
.shopdetails .name .inner p{
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
.shopdetails .photo {
	margin-bottom:10px;
}
.shopdetails .photo img {
}
.shopdetails .txt {
	margin-bottom:10px;
}
.shopdetails .info {
	margin-bottom:10px;
}
.shopdetails .info li {
	font-size:14px;
	color:#666666;
}
.shopdetails .pr {
	margin-bottom:10px;
}
.shopdetails .btn {
	margin:10px 0;
}
.shopdetails .btn a {
	display:block;
	margin:0 auto;
	padding:10px 0;
	color:#333333;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dedede));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background: linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.shopdetails .about {
	margin:30px 0 0;
	padding:20px 5%;
	background:#EFEFEF;
}
.shopdetails .about .txt {
	width:60%;
	float:left;
}
.shopdetails .about .img {
	width:40%;
	float:right;
}
.shopdetails .about .btn {
	margin:10px 0 0;
}
.shopdetails .about .btn a {
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#2be3ad), to(#089a6f));
	background: -webkit-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: -moz-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: -o-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #10ab7d;
}
.shopdetails h3{
	color:#FFF;
	background:#2c2c2c;
	padding:10px 5%;
}
.shopdetails .around {
}
.shopdetails .around div {
	padding:10px 5%;
	border-bottom:1px solid #CCC;
}
.shopdetails .around .logo {
	width:10%;
	float:left;
}
.shopdetails .around .name {
	width:74%;
	float:left;
	padding:0 3%;
	font-size:14px;
}
.shopdetails .around .name span{
	font-size:12px;
	color:#999999;
	margin:5px 0 0;
	display:block;
}
.shopdetails .around .name a{
	text-decoration:none;
}
.shopdetails .around .item{
	width:10%;
	text-align:center;
	float:right;
}
.shopdetails .dl_btm {
	background:#EFEFEF;
	margin:0;
	padding:10px 10%;
}
.shopdetails .dl_btm a {
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#2be3ad), to(#089a6f));
	background: -webkit-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: -moz-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: -o-linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	background: linear-gradient(top, #2be3ad 0%, #089a6f 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #10ab7d;
}


/* ----------------------------------------------------
	footer
---------------------------------------------------- */
footer{
}
footer div{
	background:#333;
	color:#FFF;
	padding:10px 5% 8px 5%;
}
footer div .txt{
	font-size:12px;
}
footer .pc{
	height:auto;
	float:left;
}
footer .pc a{
	color:#555555;
	text-decoration:none;
	display:block;
	border:1px solid #595959;
	padding:5px 10px 5px 34px;
	background:url(../../smp/img/common/bg_pc01.png) no-repeat 10px 0.4em;
	-webkit-background-size: 15px 14px;
	-moz-background-size: 15px 14px;
	-o-background-size: 15px 14px;
	-ms-background-size: 15px 14px;
	background-size: 15px 14px;
}
footer .sns{
	width:40%;
	float:right;
}
footer .sns li{
	float:right;
	width:25%;
	height:auto;
	padding:0 0 0 8%;
}
footer .sns img{
	width:100%;
	height:auto;
}
footer .copyright{
	color:#CCC;
	font-size:10px;
	background:#333;
	padding:0 5% 5px 5%;
}
footer .licence{
	font-size:10px;
	color:#CCC;
	background:#000;
	padding:3px 5%;
}
