@charset "utf-8";
@import "html5reset-1.6.1.css";

body {
	position:relative;
	background: #FFF;
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

nav:after {
	content: "";
	display: block;
	clear: both;
}
ul,li {
    list-style: none outside none;	
}

/**
 * Header
 */




/**
 * Navigation
 */
#siteheader {
	background-color: #ffffff;
    height: 50px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 10;
}

nav#global-nav {
	height: 50px;
    margin: 0 auto;
    width: 1100px;
}
nav#global-nav li {
	float: left;
}
nav#global-nav li#navBlog  {
	position: relative;
}
nav#global-nav li#navBlog ul {
	display: none;
	position: absolute;
	top: 0;
}
nav#global-nav li#navWebStore {
	position: relative;
}
nav#global-nav li#navWebStore ul {
	display: none;
	position: absolute;
	top: 0;
}

li.h55	{
	height: 55px;
}
li.h43	{
	height: 43px;
}
li.h45	{
	height: 45px;
}


.fixed {
	position: fixed !important;
	left: 0;
	top: 0 !important;
	width: 100%;
}

nav#sub-nav {
    position: absolute;
    right: 0;
    top: 11px;
    width: 250px;
}

nav#sub-nav li {
    float: right;
    margin-left: 5px;
}
nav#sub-nav li a{
color:#7f6e67;
text-decoration:none;
font-weight:nomal;
}

nav#sub-nav li a:hover;{
text-decoration:underline!important;
}

header#top #url {
    left: 0;
    position: absolute;
    top: 10px;
    color:#7f6e67;
}

nav#side {
    background-color: transparent;
    height: 273px;
    position: fixed;
    right: 0;
    top: 79px;
    width: 25px;
    z-index:999;
}
#side ul {
    list-style-type: none;
    width: 25px;
    height: 273px;
    padding: 0;
    margin: 0;
}

#side ul li#sideBtn1 {
      cursor: pointer;
    float: left;
    height: 56px;
    margin: 0 auto 5px;
    width: 25px;
}
#side ul li#sideBtn2 {
      cursor: pointer;
    float: left;
    height: 134px;
    margin: 0 auto 5px;
    width: 25px;
}
#side ul li#sideBtn3 {
      cursor: pointer;
    float: left;
    height: 134px;
    margin: 0 auto 5px;
    width: 25px;
}

#side ul li#sideBtn1 img,
#side ul li#sideBtn2 img,
#side ul li#sideBtn3 img {
    z-index: 9999;
}

/*newitem*/
#newitem-list {
	position: fixed;
	left: 0px;
	top: 413px;
	z-index:6666;
}
#newItem-list_Inner {
  position: absolute;
  left: 0px;
  top: 0px;
}
#newItem-list_Inner #newItem-list_Head,
#newItem-list_Inner #newItem-list_Prev,
#newItem-list_Inner #newItem-list_Next,
#newItem-list_Inner #newItem-list_Foot {
  position: absolute;
}
#newItem-list_Inner #newItem-list_Prev {
  left: 25px;
  top:0;
}
#newItem-list_Inner #newItem-list_Next {
  right: 25px;
    top:0;
}
#newItem-list_Inner #newItem-list_Foot {
  right: 0px;
}

/* -------------------------------- */
#newItem-list_Inner ul {
  position: relative;
  margin: 0;
  padding: 0 ;
}
#newItem-list_Inner li {
  float: left;
  list-style-type: none;
}
#newItem-list_Wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 45px;
  background:#ffffff;
  height:141px;
}
.ams img{
	height:141px!important;
}
.ams p {
	display:none;
}

/**
 * Common
 */
section.layer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
section.layer .bg {
	width: 100%;
	position: absolute;
	top: 0;
}
section.layer .content {
	width: 100%;
	position: absolute;
}
section.layer .content .inner {
	width: 1400px;
	margin: 0 auto;
}

.inner_main {
	text-align: center;
	position: absolute;
	margin:auto;
	width:100%;
	z-index:10;
}

#flower {
	width:100%;
	overflow:hidden;
}

#flower img {
	z-index:99;
	position: absolute;
}

/**
 * Main
 */
#main {
	height: 0px;
}
#main .img {
	margin: 0 auto;
}
#main .content .inner {
	position: relative;
}
#main .content .inner .img {
	position:absolute;
	left:50%;
	margin:0 0 0 -600px;
}



#main .content .inner .img1 {
	position:absolute;
	left:25%;
	margin:0 0 0 -300px;
}
#main .content .inner .img2 {
	position:absolute;
	left:75%;
	margin:20px 0 0 -280px;
}

#main .content .inner #main-title {
	/*margin: 67px 0 0 55px;*/
	position: absolute;
}
#main .content ul {
	position: absolute;
	right: 525px;
    top: 400px;
}
#main .content li {
	float: left;
	width: 130px;
	list-style: none;
}



/**
 * Concept
 */

#front_concept {
	height: 600px;
	background: url(../images/bg_front_concept.jpg) no-repeat top center ;
}

#concept {
	height: 1016px;
	padding-top: 58px;
	background: url(../images/bg_concept.jpg) no-repeat top center ;
}
#concept .inner {
	position:relative;
}
#concept .bg {
	top: 327px;
	z-index:-10;
}
#concept header {
	position: absolute;
	top: 30px;
	left: 0px;
}
#concept #brand-concept {
	position: absolute;
	top: 30px;
	left: 312px;
}
#concept .book-img img {
	position: absolute;
	top: 224px;
	left: -551px;
}
#concept #season-concept {
	position: absolute;
	top: 242px;
	left: 704px;
}




/**
 * renaikeikakuWrapper
 */
#cocodealWrapper	{
	height: 438px;
	margin: 60px 0 0 0;
	background: url(../images/bg_concept_170721.jpg) no-repeat;
	background-color: #aa8a95;
	background-position : center center;
}
#cocodealWrapper header {
	height: 438px;
	width: 1400px;
}
#cocodealWrapper header h1 {

}


/**
 * newstopicWrapper
 */
#newstopicWrapper	{
	/*height: 667px;*/
	height: 584px;
	background: url(../images/bg_news_170721.jpg) no-repeat;
	background-position : center center;
	/*background-color: #eae8e8;*/
}

#newstopicWrapper	.inner	{
	position: relative;
}

#newstopicWrapper	.inner	#newstopicWrapperBg	{
	position: absolute;
}
#newstopicWrapper	.inner	#newscontentWrapper	{
	position: absolute;
	z-index: 100;
	top:100px;
	left: 680px;
	width: 480px;
	height: 380px;
	overflow: hidden;
}

#newstopicWrapper	.inner	#newscontentWrapper li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 37px 0;
}

#newstopicWrapper	.inner	#newscontentWrapper li.fast {
	padding: 0;
}

#newstopicWrapper	.inner	#newscontentWrapper li table img {
	
	height: auto;
	margin: 20px 20px 0 0;
}

#newstopicWrapper	.inner	#newscontentWrapper li table td {
	vertical-align: top;
	padding: 0;
}
#newstopicWrapper	.inner	#newscontentWrapper li table td a {
	text-decoration: none;
	color: #000000;
	line-height: 125%;
}
.newsdate{
	color: #829aa5;
}

#newstopicWrapper	.inner	#newscontentWrapper li table th {
	font-size: 14px;
	padding: 0 0 0px 0;
	text-align: left;
}
#newstopicWrapper	.inner	#newscontentWrapper li table th a {
	text-decoration: none;
	font-size: 16px;
	color: #829aa5;
}

/**
 * Catalog


#catalog {
	height: 1415px;
}
#catalog .bg {
	top: 327px;
	z-index:-10;
}
#catalog header {
	margin: 60px auto 40px;
	text-align:center;
}

#catalog table td {
	vertical-align: top;
	line-height:0;
}

 */

 /**
 * weeklycoordinate
 */
#weeklycoordinate	{
	margin-top:40px;
	height: 450px;
}
#weeklycoordinate header {
	height: 80px;
	width: 1200px;
	text-align: center;
	padding: 40px 0 0 0;
}
#weeklycoordinate header h1 {
 margin: 0 0 34px 0;
}
#weeklycoordinate header ul {

}

#weeklycoordinate header ul li {
	display: inline-block;
	height: 15px;
	border-right: 1px #e5e5e5 solid;
	width: 103px;
}
#weeklycoordinate header ul li a {
	text-decoration: none;
	color: #000000;
}
#weeklycoordinate header ul li#last {
	border: none;
}



#carousel_2	.carousel_box {
	width: 240px;
	height: 327px;
}
#carousel_2_wrapper	{
	width: 1200px;
	overflow: hidden;
}
#carousel_2_wrapper	.carousel_box	img 	{
	width: 240px;
	height: 327px;
}
#carousel_2{
    width:1200px;
    float:left;
    text-align:left;
    overflow: hidden;
}
#carousel_2 li{
    float:left;
    display:inline;
   	width: 240px;
	height: 327px;
    text-align:center;
    position: relative;
}
div.sliderOverray	{
	width: 240px;
	height: 327px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
table.sliderBody	{
	width: 240px;
	height: 327px;
    color: #ffffff;
    position: absolute;
    top:0;
    left: 0;
    display: none;
    line-height: 1.6em;
    text-align: center;
    padding: 50px 0;
}
table.sliderBody td	{
	vertical-align: middle;
	padding: 10px;
	font-size: 11px;
}

#weeklycoordinate	.inner	{
	position: relative;
}

#weeklycoordinate	.inner	a#foo2_prev {
	background: url(../images/btn_arrow_left.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 255px;
}
#weeklycoordinate	.inner  a#foo2_next {
	background: url(../images/btn_arrow_right.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 255px;
	right: 0;
}

a.prev span, a.next span {
    display: none;
}


/**
 * Collection
 */
#collection	{
	height: 820px;
}
#collection header {
	height: 70px;
	padding: 0;
	text-align: center;
	margin-top:60px;
}
#collection header h2{
	margin:0;
}
#collection header ul {
	height: 200px;
	margin: 25px auto 0 auto;
	text-align: center;
	width: 466px;
}
#collection header ul li{
	float: left;
	height: 50px;
}
#collection header ul li img {

}
#collection header ul li a#bTabCatalog.active {
	background-image: url(../images/bTab16_2aw.gif);
	display: block;
	/*width: 244px;
	height: 50px;*/
	width: 233px;
	height: 59px;
}
#collection header ul li a#bTabCatalog.active img {
	display: none;
}
#collection header ul li a#bTabNewsPaper.active {
	background-image: url(../images/bTab17ss.gif);
	display: block;
	/*width: 244px;
	height: 50px;*/
	width: 233px;
	height: 59px;
}
#collection header ul li a#bTabNewsPaper.active img {
	display: none;
}


#catalogWrapper	{
margin-top: 70px; 
}

#newsPaperWrapper	{
margin-top: 0px; 
}

#contents3,
#contents32	{
	position: absolute;
    width: 1400px;
	height: 533px;
	 z-index: 1600;
	 overflow: hidden;
}

#TenDesignersSlide,
#TenDesignersSlide2 {
   height: 533px;
   /*  margin-top: 1200px; */
   margin-left: 120px;
    position: absolute;
    width: 1200px;
    z-index: 1620;
}
#carousel_1,
#carousel_12 {
    background: none repeat scroll 0 0 #EFEFEF;
    height: 533px;
    margin: 0 auto;
    overflow: hidden;
     width: 1200px;
}
#carousel_1 .carousel_box,
#carousel_12 .carousel_box {
    background: none repeat scroll 0 0 #252525;
    color: #FFFFFF;
    float: left;
    font-size: 123%;
    height: 533px;
    line-height: 140px;
    text-align: center;
    width: 400px;
}
#carousel_1 .main,
#carousel_12 .main {
    background: none repeat scroll 0 0 #252525;
    color: #FFFFFF;
    float: left;
    font-size: 123%;
    height: 533px;
    line-height: 140px;
    text-align: center;
    width: 400px;
}
#contents3sub,
#contents3sub2 {
    height: 533px;
   /*  margin-top: 1600px; */
    position: absolute;
    width: 1400px;
    z-index: 2000;
}

#slideNav,
#slideNav2 {
   height: 533px;
   left: 520px;
   position: absolute;
   width: 400px;
   z-index: 2000;
}

#slideNav .left,
#slideNav2 .left {
    cursor: pointer;
    left: 0;
    top: 45%;
}
#slideNav .right,
#slideNav2 .right {
    cursor: pointer;
    right: 0;
    top: 45%;
}
#s02preBtn,
#s02preBtn2 {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 45%;
}
#s02nextBtn,
#s02nextBtn2 {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 45%;
}


/**
 * shop*/



/*
#shop .content_block {
    width: 960px;
    margin: 0 auto;
}
#shop .tab_control {
    margin-bottom: 35px;
}
#shop .tab_control li {
    display: inline;
    float: left;
    height: 15px;
    opacity: 1;
} 
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#tab_control_1 	{
	margin: 0 0 0 41px;
	width: 69px;
}
#shop .tab_control li.active img {
    display: none;
}
#tab_control_1.active 	{
	background-image:url(../images/tab_hokkaidou_on.gif);
}
#tab_control_2 	{
	margin: 0 0 0 42px;
	width: 56px;
}
#tab_control_2.active 	{
	background-image:url(../images/tab_kantou_on.gif);
}
#tab_control_3 	{
	margin: 0 0 0 43px;
	width: 111px;
}
#tab_control_3.active 	{
	background-image:url(../images/tab_koushinetsu_on.gif);
}
#tab_control_4 	{
	margin: 0 0 0 43px;
	width: 55px;
}
#tab_control_4.active 	{
	background-image:url(../images/tab_kansai_on.gif);
}
#tab_control_5 	{
	margin: 0 0 0 43px;
	width: 98px;
}
#tab_control_5.active 	{
	background-image:url(../images/tab_chuugoku_on.gif);
}
#tab_control_6	{
	margin: 0 0 0 42px;
	width: 97px;
}
#tab_control_6.active 	{
	background-image:url(../images/tab_kyushuu_on.gif);
}
#tab_control_7 	{
	margin: 0 0 0 43px;
	width: 135px;
}
#tab_control_7.active 	{
	background-image:url(../images/tab_primary_on.gif);
}

#shop_inner {
    height: 978px;
    top: 80px;
    width: 1075px;
    margin:0 0 0 -40px;
}

#shop_inner ul {
    width: 1075px;
    text-align: center;
}

#shop ul li {
    border: 3px solid #829aa5;
    /*float: left;*/
    height: 246px;
    /*margin: 0 25px 25px 0;*/
    margin: 0 auto;
    position: relative;
    width: 357px;
}
#shop .tab ul li dl {
	position: relative;
	text-align: center;
}
#shop .shop_image	{
	position: absolute;
	left: 14px;
	top: 31px;
}
#shop .shop_name {
    font-size: 12px;
    color: #b3b3b3;
    /*font-weight: bold;*/
    margin: 46px 0 0 0;
    text-decoration: none;
    line-height: 30px;
    /* width: 270px; */
    /*left: 127px;
    top: 14px;
    position: absolute;*/
}
#shop .shop_name.textSmall	{
	font-size: 12px;
}
#shop .shop_name.textSmall2	{
	font-size: 11px;
}
#shop .shop_address {
    font-size: 12px;
    color: #829aa5;
    line-height: 18px;
    margin: 8px 0 0 0;
    text-decoration: none;
    /* width: 270px; */
    /*left: 127px;
    top: 38px;
    position: absolute;*/
    
}
#shop .shop_map {
	margin: 20px 0 0 0;
    /*left: 127px;
    position: absolute;
    top: 128px;*/
}
#shop .shop_blog {
    left: 176px;
    position: absolute;
    top: 128px;
}

*/
/**
 * staff_coordinate
 */
 #staff_coordinate	{
	height: 549px;
}
#staff_coordinate header {
	text-align: center;
	padding: 50px 0 0 168px;
	float: left;
}

#staff_coordinate	ul	{
	float: left;
	width: 510px;
	margin: 50px 0 0 0;
}
#staff_coordinate	ul li{
	float: left;
	width: 154px;
	height: 227px;
	position: relative;
}
#staff_coordinate	ul li img {
	position: absolute;
	top:0;
	left: 0;
	width: 154px;
	height: 227px;
	cursor: pointer;
}



/**
 * staff_coordinate
 */
#cm	{
	height: 872px;
	background: url(../images/bg_cm.jpg) no-repeat top center ;
}
#cm header {
	text-align: center;
	padding: 52px 0 0 0;
}
#cm .inner {
	position: relative;
}
#cm div.img1 {
    left: 80px;
    position: absolute;
    top: 517px;
}
#cm div.img2 {
        left: 959px;
    position: absolute;
    top: 147px;
}
#cm  div.movie {
    left: 289px;
    position: absolute;
    top: 415px;
    background: url(../images/bg_movie.jpg) no-repeat top center;
    height: 443px;
    width: 668px;
    padding: 45px 0 0 36px;
}
#cm div.movie div.cover {
    position: absolute;

    z-index: 3;
}
.hover {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}


#banners {
	height: 416px;
	background: url(../images/banner_bg.jpg) repeat ;
	margin-top: 16px;
}
#banners .inner {
	position: relative;
}
#banners div.img1 {
    position: relative;
	float:left;
}
#banners div.img2 {
    position: relative;
	float:left;
}



#banners2 {
	height: 347px;
	background: url(../images/banner_ss2014bg.jpg) no-repeat center;
	margin-top: 16px;
}
#banners2 .inner {
	position: relative;
}
#banners2 div.img1 {
    position: relative;
	float:left;
}
#banners2 div.img2 {
	
}



#banner	{
	height: 152px;
	background: url(../images/cm2.jpg) no-repeat top center ;
	
}

#banner2 {
	height: 152px;
	background: url(../images/banner_knit.jpg) no-repeat top center ;
	
}

#banner h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#banner .inner {
	position: relative;
}


#banner2 h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#banner2 .inner {
	position: relative;
}



/**
 * webstore
 */


#bg_webstore {
	height:600px;
	display:block;
	background: url(../images/bg_webstore.jpg) no-repeat top center ;
}

#webstore {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 40px 0;

}

#webstore p a {
	color:#000000;
}

#webstore p a:hover {
	text-decoration:none;
}

#webstore .content {
	margin-top: 48px;
}

#webstore .bg {
	top: 327px;
	z-index:-10;
}

#webstore .content header {
	padding-bottom: 99px;
}
#webstore .content header h1 {
	float: left;
}
#webstore .content header p {
	float: left;
	margin: 6px 0 0 14px;
}
#webstore .content .pic {
	margin-bottom: 65px;
}
#webstore .content .jp {
	float: left;
}
#webstore .content .jp p {
	line-height:24px;
	margin-bottom:20px;
	font-size:12px;
}

#webstore .content .jp img {
	margin-bottom:2px;
}

#webstore .content section:after {
	content: "";
	display: block;
	clear: both;
}

#webstore .inner{
	width:745px;
}

/**
 * Shop list
 */
#shoplist {
	height: 700px;
	background: url(../images/bg_shoplist.jpg) no-repeat top center ;
}

#shoplist .inner .bg {
	width:auto;
	z-index:-10;
	position:absolute;
	top: -70px;
	right: 0px;
}

#shoplist .inner {
	position:relative;
}

#shoplist header {
	position:absolute;
	top: 55px;
	right:59px;
	z-index:2;
}
#shoplist .tabbox {
	position:absolute;
	top:140px;
	left:529px;
	z-index:2;
}
#shop-h {
	position:absolute;
	top:190px;
	left:529px;
	z-index:2;
	width:390px;
	height: 335px!important;
	overflow:hidden!important;
}

#shoplist .sectionBox {
    height: 335px;
    overflow: scroll;
    width: 370px;
}
#shoplist .hide{
	display: none;
}

#shoplist #tab-list {
 	display: inline-block;
}

#shoplist #tab-list li{
	list-style-type:none;
	float:left;
	margin:0 40px 0 0;
}

#shoplist li.shopName {
    font-weight: bold;
}

#shoplist li.shopName a {
      color: #000000;
}

#shoplist li.otherText {
    color: #969696;
}

#imagesWrapper{
	margin: 0 0 30px 0;
	text-align: center;
}



/**
 * footer
 */
footer {
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    z-index: 10;
    margin-top: 40px;
}
footer .inner {
	width: 1025px;
	margin: 0 auto;
	position: relative;
}
footer .inner:after {
	content: "";
	display: block;
	clear: both;
}
footer .inner	ul	{
	/*
	position: absolute;
	top:8px;
	*/
	margin: -180px 0 0 245px;
}
footer .inner	ul li	{
	display: inline-block;
	margin: 0 10px 0 0;
	border-right: 1px solid #ffffff;
	padding: 0 10px 0 0;
}
footer .inner	ul li.last	{
	border: none;
	margin: 0;
	padding: 0;
}
footer .inner	ul li a	{
	color: #e5e5e5;
	font-size: 10px;
	text-decoration: none;
	font-family: "Gill Sans";
}


footer .inner p {
	/*
	position: absolute;
	right: 0;
	top:9px;
	*/
	text-align:center;
	color: #8a8d88;
	font-size: 10px;
	font-family: "Gill Sans";
	margin-top: 20px;
}


/**
 * Subpage
 */

#recruit{
	font-size:14px;
	background:url(../images/pages/bg_recruit.png) top;
	background-repeat:repeat-x;
}

.txt_recruit td{
	padding:10px 0;
	line-height:24px;
}

.banr_recuruit td{
	vertical-align: middle!important;
}


/*ツールチップ-------------------------------------------*/
.tipsy { padding: 5px; font-size: 8px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.png); }
.tipsy-inner { padding: 2px 10px 2px 10px; background-color: rgba(0,0,0,0.7); color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

#flower_bg{
	width:2480px;
	position: relative;
	overflow:hidden;
}
#f-main {
    height: 1754px;
}
section.f-layer {
    overflow: hidden;
    position: absolute;
    z-index: 99;
}
#f-main .f-bg {
    height: 1754px;
}
section.f-layer .f-bg {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.f-bg img {
	z-index:99;
	position: absolute;
}

.sp_chg {
	text-align: center;
	margin-bottom: 15px;
}

/*PC　スマホ選択-------------------------------------------*/

#smart {
	display:none;
}
@media only screen and (max-width: 480px) {

}


/*1506追加 藤井リナMOVIE*/
#movie-section{
		width: 1020px;
		padding-top:70px;
		margin: 0 auto;
    position: relative;
}
.movie-banner{
		width: 986px;
		height: 496px;
		background: url("../images/bg_top_movie.jpg") no-repeat scroll center;
		margin-left: 10px
}
.movie-banner iframe{
	position: absolute;
	top: 234px;
	left: 230px;
}
.movie_btn{
	position: absolute;
	top: 414px;
	left: 790px;
}


.top_weeklybook_banner {
	margin-left: 30px;
}
/*170711追加 ショップリスト*/

 #shop	{
	 width: 80%;
	 max-width: 1200px;
	 margin: 0 auto;
}
#shop header {
	height: 170px;
	text-align: center;
	padding:  42px 0px 0px 0px;
	margin-top: 40px;
	margin-bottom: 100px;
}

	#shop_list{
		padding-top: 150px;
		
	}
.shop_box{
  display: inline-block;
  width: 370px;
  height: 344px;
  margin: 4px;
	position: relative;
 border: 1px solid #7c9ba5;
	text-align: center;
	color: #7c9ba5;
}
	.shop_name{
		text-align: center;
		font-size: 12px;
		margin-bottom: 22px;
	}
	.shop_txt{
		text-align: center;
		font-size: 12px;
		line-height: 62px;
	}
	.shop_inbox{
		width: 300px;
		margin: 40px auto;
		text-align: center;
	}
	.shop_detail{width: 162px;
		text-align: left;
		list-style: none;
		font-size: 12px;
		padding: 0 0 0 90px;
		}
	.pin_icon{
		background-image: url(../../img/pin_icon.jpg); 
		background-repeat: no-repeat;
		padding-left: 25px;
		height: 18px;
		margin-bottom: 6px;
	}
		.pin_icon a{
		text-decoration: none;
		border-bottom: 1px solid #7c9ba5;
			color: #7c9ba5;
	}
	.tel_icon{
		background-image: url(../../img/tel_icon.jpg); 
		background-repeat: no-repeat;
		padding-left: 25px;
		height: 18px;
		margin-bottom: 6px;
	}
	.time_icon{
		background-image: url(../../img/time_icon.jpg); 
		background-repeat: no-repeat;
		padding-left: 25px;
		height: 18px;
	}
	.blog_button{
		margin-top: 45px;
	}