@charset"UTF-8";

/* リセット ▼ ここから ▼
------------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
  font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
  overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
  list-style:none;
}

table{
  border-collapse: collapse; 
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
  /**/
}

.both {
	clear:both;
}

li img {
 vertical-align:bottom;
}

/* リセット ▲ ここまで ▲
------------------------------------------------------------------------*/

/* 初期設定 ▼ ここから ▼
------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.8;
  background: #fbfbf4;
  border-top: 4px solid #c6ab7d;
}

a {
  color: #000;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.ClearType {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}

/* 初期設定 ▲ ここまで ▲
------------------------------------------------------------------------*/



/* 各ページ共通 ▼ ここから ▼
------------------------------------------------------------------------*/

#wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

/* header
----------------------------------------*/

header {
  width: 980px;
  height: 116px;
}

#heddingArea {
  width: 980px;
  height: 77px;
}

#h1Logo {
  margin: 15px 0 0 2px;
  width: 143px;
  height: 44px;
  float: left;
}

#heddingRight {
  margin-right: 2px;
  width: 308px;
  height: 69px;
  float: right;
}

#headerBtn {
  margin-bottom: 6px;
  width: 308px;
  height: 31px;
  overflow: hidden;
  position: relative;
}

.headerBtn01 a,
.headerBtn02 a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.headerBtn01 a {
  width: 141px;
  height: 31px;
  background: url(../img/header/header_btn01_off.png) no-repeat;
  position: absolute;
  left:0;
  top:0;
}

.headerBtn01 a:hover {
  background: url(../img/header/header_btn01_on.png) no-repeat;
}

.headerBtn02 a {
  width: 160px;
  height: 31px;
  background: url(../img/header/header_btn02_off.png) no-repeat;
  position: absolute;
  left:148px;
  top: 0;
}

.headerBtn02 a:hover {
  background: url(../img/header/header_btn02_on.png) no-repeat;
}

.headerPhone {
  width: 307px;
  height: 32px;
}

/* nav グローバルナビ
----------------------------------------*/

#navHeader {
  width: 980px;
  height: 39px;
  border-top: 2px solid #f0eada;
  border-bottom: 2px solid #f0eada;
}

.contentsNav {
  float: left;
}

.navListleft {
  margin-left: 10px;
}

.navListleft,
.navList {
  padding: 0 10px;
  float: left; 
}

.navListleft:hover,
.navList:hover {
  background: #f0eada;
}

header nav a {
  line-height: 39px;
  display: block;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
  text-decoration: none;
}


/* pageTop トップへ戻るバー
------------------------------------*/

#pageTopOuter {
  margin-top: 80px;
  width: 100%;
  height: 34px;
  background: #333;  
}

#pageTop {
  margin: 0 auto;
  width: 980px;
  height: 34px;
  text-align: center;
  cursor: pointer;
}

#pageTop a {
  display: block;
}

/* footer
------------------------------------*/

footer {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 100%;
  clear: both;
  overflow: hidden;
}

#footerUpper {
  margin: 15px auto;
  width: 976px;
  height: 80px;
  font-size: 11px;
}

/* 所在地 */
#footerAbout {
  width: 280px;
  height: 80px;
  float: left;
}

address {
  margin-top: 5px;
}

/* ソーシャル等ボタン */
#social {
  margin-top: 15px;
  width: 556px;
  height: 50px;
  float: right;
}

.footerBtnShop,
.footerBtnFb {
  margin-right: 8px;
  float: left;
}

.footerBtnTw {
  margin: 0;
  float: left;
}

.footerBtnShop a,
.footerBtnFb a,
.footerBtnTw a
 {
  width: 180px;
  height: 50px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footerBtnShop a {
  background: url(../img/footer/footer_btn_shop_off.png) no-repeat;
}

.footerBtnShop a:hover {
  background: url(../img/footer/footer_btn_shop_on.png) no-repeat;
}

.footerBtnFb a {
  background: url(../img/footer/footer_btn_fb_off.png) no-repeat;
}

.footerBtnFb a:hover {
  background: url(../img/footer/footer_btn_fb_on.png) no-repeat;
}

.footerBtnTw a {
  background: url(../img/footer/footer_btn_tw_off.png) no-repeat;
}

.footerBtnTw a:hover {
  background: url(../img/footer/footer_btn_tw_on.png) no-repeat;
}

/* 会社案内〜サイトマップ */
#footerBottom {
  margin: 25px auto;
  width: 976px;
  height: 12px;
  font-size: 11px;
}

#footerNav {
  float: left;
  background: url(../img/footer/footer_partition.png) right 3px no-repeat;
}

#footerNav li {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  background: url(../img/footer/footer_partition.png) 0 3px no-repeat;
}

#footerNav li a:link,
#footerNav li a:visited
 {
	text-decoration: none;
}

#footerNav li a:hover,
#footerNav li a:active {
	text-decoration: underline;
}

/* コピーライト */
#copy {
  width: 150px;
  text-align: right;
  float: right;
}



/* 共通コンポーネント ▲ ここまで ▲
------------------------------------------------------------------------*/


/* トップページ コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/


/* #eyecatch
----------------------------------------*/

#eyeCatch {
  margin-top: 16px;
  width: 980px;
  height: 370px;
  overflow: hidden;
}


/* article
----------------------------------------*/

#mainContents {
  margin-top: 20px;
}


/* section #bannerArea (バナー)
----------------------------------------*/

#bannerArea {
  width: 980px;
  height: 155px;
  font-size: 13px;
}

/* bnr = バナー */
.bnrBox {
  margin-right: 20px;
  width: 378px;
  height: 153px;
  border: 1px solid #c6ab7d;
  background: #fbf8dc;
  display: block;
  float: left;
}

.bnrH2 {
  width: 378px;
  height: 106px;
}

.bnrBottom {
  width: 378px;
  height: 47px;
}

.bnrCaption {
  margin: 6px;
  width: 318px;
  float: left;
  line-height: 1.4;
}

/* ボタン [＞] */
.arrow {
  width: 48px;
  height: 47px;
  float: right;
}

/* カラム最右 */
#welcome  {
  width: 180px;
  height: 155px;
  background: #fff url(../img/welcome/welcome_line_top_bg.png) repeat-x top;
  float: right;
}

#welcomeInner {
  margin: 20px 15px 0;
  width: 150px;
}

#welcomeTitle {
  margin: 0 auto;
  width: 87px;
}

#welcomeCaption {
  font-size: 12px;
  line-height: 1.6;
}

/* section #seasonArea (季節のチーズケーキ)
----------------------------------------*/

#seasonArea {
  margin-top: 20px;
  width: 380px;
  background: url(../img/season/season_bg.gif) repeat;
  float: left;
}

#seasonAreaInner {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 380px;
  background: url(../img/season/season_deco.png) no-repeat top;
}

#seasonH2 {
  margin: 0 auto;
  padding: 30px 0 30px 0;
  width: 250px;
  height: 29px;
}

/* figure */
.seasonPhoto {
  margin: 0 auto;
  width: 270px;
  height: 189px;
  border: 4px solid #fff;
  position: relative;
  overflow: hidden;
}

/* ケーキ画像切り抜き */
.seasonCakeimg {
  position: absolute;
  top: -50px;
  bottom: -75px;
}

/* figcaption */
.seasonFigcap {
  margin: 15px auto 0;
  width: 344px;
  height: 24px;
  font-size: 15px;
  color: #725c49;
  border-left: solid #b39366 3px;
  border-right: solid #b39366 3px;
  background: #fff;
  text-align: center;
}

.seasonCap {
  margin: 15px 15px 5px 15px;
  padding-bottom: 1em;
  width: 350px;
  border-bottom: dotted 1px #000;
}

#seasonBottom {
  margin: 0 auto;
  width: 350px;
  height: 31px;
}

/* オンラインショップへボタン */
.seasonBtn {
  float: right;
}

.seasonBtn a {
  width: 162px;
  height: 31px;
  background: url(../img/season/btn_shop_small_off.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.seasonBtn a:hover {
  background: url(../img/season/btn_shop_small_on.png) no-repeat;
}


/* section  what's New (最新ニュース)
----------------------------------------*/

.noticeBox {
  margin-top: 20px;
  width: 578px;
  border: 1px solid #c6ab7d;
  background: #fff;
  font-size: 13px;
  float: right;
}

.noticeTitle {
  width: 578px;
  height: 19px;
  background: #c6ab7d;
}

.lineBottom {
  border-bottom: 1px dotted #000;
}

.newsDate {
  padding: 6px 0 12px 10px;
  width: 89px;
  height: 13px;
  float: left;
}

.newsDetails {
  padding: 6px 0 12px 0;
  width: 414px;
  height: 13px;
  float: right;
}

/* 画像:お知らせ */
.info {
  padding-left: 65px;
  background: url(../img/notice/news_icon_info.png) 0 9px no-repeat;
}

/* 画像:メディア */
.media {
  padding-left: 65px;
  background: url(../img/notice/news_icon_media.png) 0 9px no-repeat;
}

.noticeBottom {
  width: 578px;
  height: 40px;
}

/* 下部ボタン */
.noticeBtn {
  margin: 8px 10px 10px 0;
  padding: 0 5px;
  background: #edeadb;
  float: right;
}

.noticeBtn:hover {
  background: #f7f4cc;
}

.noticeBottom a {
	display: block;
}

.noticeBottom a:link,
.noticeBottom a:visited,
.noticeBottom a:hover,
.noticeBottom a:active
 {
	text-decoration: none;
}


/* section Event Schedule (催事情報)
----------------------------------------*/

.eventDate {
  padding: 6px 0 12px 10px;
  height: 13px;
  color: #725c49;
  font-weight: 700;
  float: left;
}

.eventDetails {
  padding: 6px 0 12px 13px;
  height: 13px;
  float: left;
}

/* 地域表示 */
.attention {
  margin-right: 13px;
  padding: 1px 5px;
  background: #fff9b6;
  font-weight: normal;
}

/* トップページ コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/

/* 下層ページ共通（見出し・パンくず・ページネーション） ▼ ここから ▼
------------------------------------------------------------------------*/

#PageTitle {
  padding: 12px 0 5px 2px;
  width: 980px;
  height: 47px;
  font-size: 18px;
  font-weight: 500;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
  background: url(../img/shop_list/h1_bg_line.gif) left bottom repeat-x;
}

.breadList {
  margin: 0 auto;
  width: 976px;
  height: 38px;
  line-height: 38px;
  list-style: none;
　margin-left: 2px;
}

.breadList li {
  float: left;
}

.gt {
  margin: 0 5px;
}

/* ページネーション(プラグイン置き換え分ダミー)
----------------------------------------*/

/*#paginationOuter {
  margin: 0 auto;
  width: 980px;
}
*/
/*#paginationBox {
  width: 780px;
  float: right;
}
*/
#pagination {
  margin-top: 10px;
	height: 15px;
	text-align: left;
}

.paginationList {
  margin-left: 3px;
	width: 15px;
	height: 15px;
	font-size: 10px;
	background-color: #fff;
	border: solid 1px #333;
	color: #333;
	text-align: center;
	float: left;
}

.paginationDot {
  width: 40px;
  height: 15px;
	float: left;
}

.nextPage {
  margin-left: 5px;
  width: 6.5em;
  height: 15px;
	float: left;
}

/* 下層ページ共通（見出し・パンくず・ページネーション） ▲ ここまで ▲
------------------------------------------------------------------------*/

/* ガトーよこはまのこだわり　コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/
#conceptArea {
	background:#fff;
	border:3px solid #ebe3d0;
}
#cLeft {
	float:left;
	width:440px;
	padding:35px 43px;
}
#cRight {
	float:right;
	width:447px;
}
#cRight h4 {
	font-size:16px;
	font-weight:600;
}
#conceptArea h3 {
	margin-bottom:30px;
}
#cLeft p {
	font-size:14px;
	line-height:24px;
	padding-bottom:25px;
}
#conceptArea figure {
	text-align:center;
}
.gName {
	text-align:right;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:700;
	font-size:18px!important;
	margin-top:35px;
}
.bgcolor {
	background:#fbf8dc;
	padding:30px;
	margin:-10px 0 50px;
}
.bgcolor h4 {
	text-align:center;
	color:#59493f;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:16px;
	margin-bottom:15px;
}
.bgcolor p {
	padding-bottom:20px;
}

/* ガトーよこはまのこだわり　コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/

/* 商品紹介 コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/
#introArea {
	background:#fff;
	border:3px solid #ebe3d0;
	text-align:center;
	padding:10px 0 40px 56px;
}
#introArea h3 {
	margin:0 0 20px -56px;
}
.itemBox {
	width:918px;
	height:auto;
}
.introItem {
	width:250px;
	margin:0 56px 20px 0;
	float:left;
	text-align:left;
}
.introItem h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.English {
	color:#b28f52;
	font-size:11px;
	font-weight: 700;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border-top:1px solid #b28f52;
}
.description {
	font-size:12px;
}
.price {
	border-top:1px dotted #b28f52;
	padding-top:3px;
	margin-top:3px;
}
.shopOnly {
	background:#fccaa9;
	padding:2px 5px;
}
.hosoku {
	margin:40px 0 0 -56px;
	font-size:11px;
}
	

/* 商品紹介　コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/


/* 店舗のご案内ページ コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/

/* #shopGallery (ギャラリー)
----------------------------------------*/

#shopGallery {
  margin: 0 auto;
  width: 360px;
  /*height: 464px; */
  float: left;
}

#shopSlider {
  margin: 0 0 10px!important; 
  width: 360px;
  height: 360px;
}

#shopCarousel {
  margin: 0 auto;
  width: 285px;
  margin-top: 10px;
}

#shopCarousel li {
  width: 85px;
  margin-right: 15px;
}

#shopCarousel img {
  width: 85px;
  display: block;
  opacity: .5;
  cursor: pointer;
}

#shopCarousel img:hover {
  opacity: 1;
}

#shopCarousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}

.flex-direction-nav a:hover {
  color: #000;
  opacity: 4;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0
  rgba(255,255,255,0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav a:link,
.flex-direction-nav a:visited,
.flex-direction-nav a:hover,
.flex-direction-nav a:active
 {
	text-decoration: none;
}

/* section shopDetails (店舗詳細)
----------------------------------------*/

#shopColRight {
  width: 780px;
  float: right;
}

#shopinfoArea {
  width: 734px;
  height:auto;
  background: #fff;
  border: 3px solid #ebe3d0;
  padding:28px 20px 45px 20px;
}

#shopDetails {
  width: 370px;
  float: left;
}

#shopDetails h1 {
  margin: 20px 0 15px;
  padding: 0 0 15px 22px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-bottom: 1px solid #d9c7a8;
  line-height: 1.0;
}

.shopCap {
  margin: 0 0 10px 22px;
  width: 345px;
  font-size: 13px;
}

#shopDetails address {
  margin-left: 22px;
}

#shopDetails address dl {
  margin-bottom: 15px;
}

#shopDetails address dt {
  width: 65px;
  height: 28px;
  line-height: 28px;
  font-weight: 700;
  font-size: 11px;
  border-bottom: 1px solid #d9c7a8;
  float: left;
}

#shopDetails address dd {
  width: 280px;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #d9c7a8;
  float: left;
}

.note01,
.note02 {
  padding: 5px 0 3px 10px;
  border: 1px solid #d9c7a8;
  font-size: 13px;
}

.note01 {
  margin-bottom: 15px;
  line-height: 1.6;
}

.note02 {
  margin: 0 0 15px 22px;
}

.note02 li {
  padding-left: 13px;
  line-height: 1.6;
  background: url(../img/shop_list/list_nakamaru.png) 6px center no-repeat;
}

#shopDetailsBttm {
	width: 728px;
}

.map {
  /*margin-left:20px;
  width: 728px;*/
  border: 1px solid #d9c7a8;
  clear: both;
  text-align:center;
}

.pageBtn {
  text-align:right;
  margin-top: 15px;
  float: right;
}

.pageBtn a {
	display:block;
	width:150px;
	text-align:center;
	overflow:hidden;
	background: #edeadb;
	line-height:20px;
}

.pageBtn a:hover {
  background: #f7f4cc;
}


#shopDetailsBttm a:link,
#shopDetailsBttm a:visited,
#shopDetailsBttm a:hover,
#shopDetailsBttm a:active
 {
	text-decoration: none;
}



/* Shop List (店舗一覧)
----------------------------------------*/

#shopSidebar {
  width: 180px;
}

#shopSidebar h3 {
  width: 180px;
  height: 20px;
}

#sidebarList {
  
}

#sidebarList li {
  width: 178px;
  height: 36px;
  border-bottom: 1px solid #c6ab7d;
  line-height: 36px;
}

#sidebarList li a {
  padding-left: 2px;
  display: block;
}

#sidebarList li a:hover {
  background: #fff;
}

#sidebarList li a:link,
#sidebarList li a:visited,
#sidebarList li a:hover,
#sidebarList li a:active
 {
	text-decoration: none;
}

/* 店舗のご案内ページ コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/



/* 投稿ページ共通（お知らせ・催事情報・メディア情報）コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/

/* サイドバー
----------------------------------------*/
#postSidebar {
  width: 235px;
  float:left;
}

#postSidebar h3 {
  width: 235px;
  height: 20px;
}

#postList li {
  width: 235px;
  border-bottom: 1px solid #c6ab7d;
  line-height: 20px;
}

#postList li a {
  padding:8px 0 8px 2px;
  display: block;
}

#postList li a:hover {
  background: #fff;
}

#postList li a:link,
#postList li a:visited,
#postList li a:hover,
#postList li a:active
 {
	text-decoration: none;
}

.archive {
	margin:30px 0 5px;
}

.btn_recentEntry a {
  width: 235px;
  height: 50px;
  background:url(../img/posting/btn_recentEntry_off.gif) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin:30px 0;
}

.btn_recentEntry a:hover {
  background: url(../img/posting/btn_recentEntry_on.gif) no-repeat;
}


/* 記事エリア
----------------------------------------*/
#postListArea {
  width: 725px;
  float:right;
}

article .post {
	background:#fff;
	border:3px solid #ebe3d0;
	padding:20px 20px 35px;
	margin-bottom:20px;
}

.post h1 {
	font-size:15px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	padding-bottom:5px;
}
.postDate {
	font-size:11px;
	padding-bottom:5px;
}

/* 投稿ページ共通（お知らせ・催事情報・メディア情報） コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/

/* 催事情報　コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/

.area,.schedule {
	line-height:20px;
	margin-bottom:10px;
	padding:0 3px;
	float:left;
}
.area {
	background:#fff9b6;
	margin-right:15px;
}
.schedule {
	color:#725c49;
	font-weight:600;
	background:#edeada;
}

/* 催事情報　コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/

/* プリントチーズケーキ　コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/
#printArea {
	background:#fff;
	border:3px solid #ebe3d0;
	padding:22px 22px 40px;
}
.btn_printOrder a {
	background:url(../img/print/print_btn_toShop_off.gif) no-repeat;
	width:160px;
	height:35px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btn_printOrder a:hover {
	background:url(../img/print/print_btn_toShop_on.gif) no-repeat;
}
#pTop {
	width:930px;
}
#pBottom {
	margin-top:40px;
}
#ptLeft {
	float:left;
	width:430px;
}
#ptRight,#pbRight {
	float:right;
	width:480px;
}
#pbLeft {
	float:left;
	width:420px;
	padding-right:10px;
	border-right:1px dotted #c6ab7d;
}
.maru {
	color:#c6ab7d;
}
#printArea h4 {
	color:#c83a55;
}
#printArea p {
	margin:5px 0 10px 1em;
}
.bold {
	font-weight:700;
	padding-right:3px;
}
.mailto {
	color:#c83a55;
}
.red {
	color:#c00;
	font-size:11px;
}
/* プリントチーズケーキ　コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/


/* 会社案内　特定取引　採用情報　よくある質問　プライバシーポリシー　共通 ▼ ここから ▼
------------------------------------------------------------------------*/
#textcontentArea {
	background:#fff;
	border:3px solid #ebe3d0;
}
.pd {
	padding:40px 30px;
}
.maru {
	color:#c6ab7d;
}
.midashi {
	font-weight:bold;
}
.pb30 {
	padding-bottom:30px;
}
/* 会社案内　特定取引　採用情報　よくある質問　プライバシーポリシー　共通 ▲ ここまで ▲
------------------------------------------------------------------------*/

/* 会社案内　コンテンツ ▼ ここから ▼
------------------------------------------------------------------------*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.cmpMidashi {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:21px;
	border-bottom:1px solid #c6ab7d;
	margin-bottom:10px;
}
.cmprofile {
	width:576px;
	border-top:1px solid #c6ab7d;
	border-left:1px solid #c6ab7d;
	border-right:1px solid #c6ab7d;
}
.cmprofile dt,.cmprofile dd {
	float:left;
}
.cmprofile dt {
	width:130px;
	background:#f2efe9;
	padding:5px 0 5px 10px;
	border-right:1px solid #c6ab7d;
	border-bottom:1px solid #c6ab7d;
}
.cmprofile dd {
	width:425px;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #c6ab7d;
}
.groupcmp {
	border-left:5px solid #ef962d;
	padding-left:5px;
	margin-bottom:20px;
}
.groupcmp dt {
	font-weight:bold;
}
.staff {
	margin: 0 -30px;
}
.staff li {
	width:185px;
	text-align:center;
	float:left;
	margin:0 29px;
}
.staff li p {
	font-size:11px;
	margin-top:15px;
}

/* 会社案内　コンテンツ ▲ ここまで ▲
------------------------------------------------------------------------*/
