@charset "utf-8";
/*---------------------------------------------------------------------------------------------
  共通
---------------------------------------------------------------------------------------------*/
/* タイトル下部マージン（下層ページ）
================================================= */
#container .layout {
	margin: 0 0 10px;
}
/* フリーHTMLスペース
================================================= */
#contents .freeHtmlBox {
	margin: 0 0 15px;
}
/* ページ送り
================================================= */
#contents .pagingBox {
	margin: 0 0 10px;
	padding: 7px 7px 7px 20px;
	background: #EEEEEE;
}
#contents .pagingBox p.pages {
	float: left;
	margin: 0;
	padding: 5px 0 0;
	font-size: 93%;
}
#contents .pagingBox ul.pageNavi {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 93%;
}
#contents .pagingBox ul.pageNavi li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	color: #ABABAB;
}
#contents .pagingBox ul.pageNavi li span {
	display: inline-block;
	padding: 4px 6px;
}
#contents .pagingBox ul.pageNavi li.current span {/* 選択中 */
	border: #999999 1px solid;
	background: #999999;
	color: #FFFFFF;
}
#contents .pagingBox ul.pageNavi li.next {
	margin: 0;
}
#contents .pagingBox ul.pageNavi li a {
	display: inline-block;
	padding: 4px 6px;
	border: #999999 1px solid;
	background: #FFFFFF;
	color: #999999;
	text-decoration: none;
}
#contents .pagingBox ul.pageNavi li.previous a,
#contents .pagingBox ul.pageNavi li.next a {/* 前へ・次へ */
	display: inline-block;
	border: none;
	background: none;
	color: #1772B8;
}
/* フォーム
================================================= */
/* 注意書き */
#contents .formBox dl.formCtnBox {
	margin: 0 0 10px;
	padding: 10px 20px;
	border: #DDDDDD 1px solid;
	font-size: 93%;
}
#contents .formBox dl.formCtnBox dt {
	margin: 0 0 5px;
}
#contents .formBox dl.formCtnBox dd {
	margin: 0;
}
/* フロー */
#contents .formBox ul.flowBox {
	margin: 0;
	padding: 10px 0 20px;
}
#contents .formBox ul.flowBox li {
	float: left;
	width: 201px;
	margin: 0 21px 0 0;
	padding: 7px 0;
	border: #999999 1px solid;
	background: #FFFFFF;
	color: #999999;
	text-align: center;
}
#contents .formBox ul.flowBox li.current {
	border: #999999 1px solid;
	background: #999999;
	color: #FFFFFF;
}
#contents .formBox ul.flowBox li.csrFlow {
	width: 8px;
	height: 14px;
	padding: 20px 0 0;
	border: none;
	background: url(../img/layout/form_csrFlow.gif) no-repeat left center;
}
#contents .formBox ul.flowBox li.boxR {
	margin: 0;
}
/* フォーム */
#contents .formBox p.formCmntBox {
	margin: 0 0 10px;
	border-bottom: #CCCCCC 1px solid;
}
#contents .formBox p.formCmntBox span.red {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0 0 7px;
	border-bottom: #000000 1px solid;
	font-size: 85%;
}
#contents .formBox p.formCmntBox span.tit {
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 -1px;
	padding: 0 0 7px;
	border-bottom: #000000 1px solid;
	font-size: 116%;
}
#contents .formBox p.formCmnt {/* フォーム上のコメント */
	line-height: 1.2;
	margin: 0 0 5px;
	font-size: 85%;
}
#contents .formBox table.tblForm {
	width: 100%;
	margin: 0 0 20px;
	font-size: 93%;
}
#contents .formBox table.tblForm th {
	width: 180px;
	line-height: 1.2;
	padding: 12px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background: #EEEEEE;
	font-weight: normal;
	text-align: left;
}
#contents .formBox table.tblForm th .required {
	margin-right: 5px;
	padding: 0 3px;
	border-radius: 5px;
	background-color: #D24A4A;
	color: #FFF;
}
#contents .formBox table.tblForm td {
	padding: 12px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #CCCCCC 1px solid;
}
#contents .formBox table.tblForm td p.starCtn {
	margin: 2px 0 0 100px;
	font-size: 93%;
}
#contents .formBox table.tblForm td .formSubBox {
	margin: 0 0 7px;
}
#contents .formBox table.tblForm td .tel {
	margin: 10px 0 0;
	padding: 10px 0;
	border: 2px solid #EBEBEB;
	background-color: #F6F6F6;
	text-align: center;
}
#contents .formBox table.tblForm td .tel address {
	margin: 10px auto 0;
	color: #066;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana;
}
#contents .formBox table.tblForm td input {
	padding: 5px;
	border: #CCCCCC 1px solid;
}
#contents .formBox table.tblForm td textarea {
	width: 100%;
	margin-bottom: 10px;
}
#contents .formBox table.tblForm td .reserveTel {
	margin: 10px 0 0;
	font-weight: bold;
}
#contents .formBox table.tblForm td .reserveTel p {
	font-size: 154%;
}
/* フォームボタン */
#contents .formBox .formBtnBox {
	margin: 0;
	padding: 0;
	text-align: center;
}
#contents .formBox .formBtnBox ul {
	width: 710px;
	margin: 0 auto;
	padding: 0;
}
#contents .formBox .formBtnBox ul li {
	display: inline;
	margin: 0;
	padding: 7px 20px;
	font-weight: bold;
	text-align: center;
}
#contents .formBox .formBtnBox ul li img {
	vertical-align: middle;
	margin: 0 0 3px 10px;
}
#contents .formBox .formBtnBox ul li.back {
	background: #D5D5D5;
	margin: 0 20px 0 0;
}
#contents .formBox .formBtnBox ul li.pre {
	background: #FF3333;
}
#contents .formBox .formBtnBox ul li a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	*padding: 7px 20px;
}
#contents .formBox .privacy {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
#contents .formBox .colRed {
	margin-top: 10px;
	color: #D24A4A;
}
/*---------------------------------------------------------------------------------------------
  フリーページ
---------------------------------------------------------------------------------------------*/
#contents .freeBox .freeBoxInn {
	overflow: hidden;
}


/*---------------------------------------------------------------------------------------------
  メニュー・料金
---------------------------------------------------------------------------------------------*/
/* 表示方法等 */
#contents .menuBox .sortBox {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: #EEEEEE 1px solid;
  font-size: 93%;
}
#contents .menuBox .sortBox .innL {
  float: left;
}
#contents .menuBox .sortBox .innR {
  float: right;
}
#contents .menuBox .sortBox dl {
  float: left;
  margin: 0 20px 0 0;
}
#contents .menuBox .sortBox dl dt {
  float: left;
  margin: 0 5px 0 0;
}
#contents .menuBox .sortBox dl dd {
  float: left;
  margin: 0 5px;
}
#contents .menuBox .sortBox dl dd a {
  text-decoration: none;
}
#contents .menuBox .sortBox dl dd a.list {
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/layout/ec_btnList.gif) no-repeat left bottom;
  text-indent: -9999em;
}
#contents .menuBox .sortBox dl dd a.window {
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/layout/ec_btnWindow.gif) no-repeat left bottom;
  text-indent: -9999em;
}
/* 横表示 */
#contents .menuBox .w_menuBoxInn {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px;
}
#contents .menuBox .w_menuBoxInn .inner {
	float: left;
	width: 201px;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: #DDDDDD 1px solid;
}
#contents .menuBox .w_menuBoxInn .innR {
	margin: 0 0 -500px 0;
}
#contents .menuBox .w_menuBoxInn .inner .phBox {
	margin: 0 0 10px;
}
#contents .menuBox .w_menuBoxInn .inner .phBox dl.favrtBox {
	margin: 7px 0 0;
	font-weight: bold;
	font-size: 85%;
}
#contents .menuBox .w_menuBoxInn .inner .phBox dl.favrtBox dt {
	display: inline;
	width: 120px;
	margin: 0 5px 0 0;
	padding: 3px 7px;
	border: #E5E5E5 1px solid;
	background: url(../img/layout/menu_bgFavrt.jpg) repeat-x;
	color: #CCCCCC;
	text-align: center;
}
#contents .menuBox .w_menuBoxInn .inner .phBox dl.favrtBox dt a {
	display: inline-block;
	color: #FF9900;
	text-decoration: none;
}
#contents .menuBox .w_menuBoxInn .inner .phBox dl.favrtBox dd {
	display: inline;
	height: 17px;
	margin: 0;
	padding: 3px 0 3px 17px;
	background: url(../img/layout/menu_icoNum.gif) no-repeat left center;
	color: #FF6600;
}
#contents .menuBox .w_menuBoxInn .inner dl.txtBox {
	line-height: 1.3;
	margin: 0;
	font-size: 93%;
}
#contents .menuBox .w_menuBoxInn .inner dl.txtBox dt h4 {
	margin: 0 0 5px;
}
#contents .menuBox .w_menuBoxInn .inner dl.txtBox dd {
	margin: 0;
}
#contents .menuBox .innBtm {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0 0 10px;
	background: url(../img/layout/menu_bdrBtm.gif) no-repeat left bottom;
}
#contents .menuBox .bdr01 { /* 1/3表示 */
	width: 223px;
}
#contents .menuBox .bdr02 { /* 2/3表示 */
	width: 466px;
}
#contents .menuBox .bdr03 { /* 3/3表示 */
	width: 709px;
}
/* 縦表示 */
#contents .menuBox .h_menuBoxInn {
	margin: 0 0 10px;
	padding: 10px;
	border: #DDDDDD 1px solid;
}
#contents .menuBox .h_menuBoxInn .phBox {
	float: left;
	width: 201px;
	margin: 0 0 10px;
}
#contents .menuBox .h_menuBoxInn .phBox dl.favrtBox {
	margin: 7px 0 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 85%;
}
#contents .menuBox .h_menuBoxInn .phBox dl.favrtBox dt {
	display: inline;
	width: 120px;
	margin: 0 5px 0 0;
	padding: 3px 7px;
	border: #E5E5E5 1px solid;
	background: url(../img/layout/menu_bgFavrt.jpg) repeat-x;
	color: #CCCCCC;
	text-align: center;
}
#contents .menuBox .h_menuBoxInn .phBox dl.favrtBox dt a {
	display: inline-block;
	color: #FF9900;
	text-decoration: none;
}
#contents .menuBox .h_menuBoxInn .phBox dl.favrtBox dd {
	display: inline;
	height: 17px;
	margin: 0;
	padding: 3px 0 3px 17px;
	background: url(../img/layout/menu_icoNum.gif) no-repeat left center;
	color: #FF6600;
}
#contents .menuBox .h_menuBoxInn dl.txtBox {
	float: right;
	width: 476px;
	line-height: 1.3;
	margin: 0;
	font-size: 93%;
}
#contents .menuBox .h_menuBoxInn dl.txtBox dt h4 {
	margin: 0 0 5px;
}
#contents .menuBox .h_menuBoxInn dl.txtBox dd {
	margin: 0;
}
#contents .menuBox .h_menuBoxInn dl.txtBox dd img {
	max-width: 100%;
	height: auto !important;
}


/*---------------------------------------------------------------------------------------------
  もっと写真を見る
---------------------------------------------------------------------------------------------*/
#contents .photoBox .photoBoxInn {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px;
}
#contents .photoBox .photoBoxInn .inner {
	float: left;
	width: 140px;
	margin: 0 20px 20px 0;
	padding: 10px 10px;
	border: #DDDDDD 1px solid;
}
#contents .photoBox .photoBoxInn .innR {
	margin: 0 0 -500px 0;
}
#contents .photoBox .photoBoxInn .inner .phBox {
	margin: 0 0 7px;
}
#contents .photoBox .photoBoxInn .inner dl.txtBox {
	line-height: 1.3;
	margin: 0;
	font-size: 93%;
}
#contents .photoBox .photoBoxInn .inner dl.txtBox dt h4 {
	margin: 0 0 5px;
}
#contents .photoBox .photoBoxInn .inner dl.txtBox dd {
	margin: 0;
}
#contents .photoBox .innBtm {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0 0 10px;
	background: url(../img/layout/photo_bdrBtm.gif) no-repeat left bottom;
}
/* 縦表示 */
#contents .photoBox .h_photoBoxInn {
	margin: 0 0 10px;
	padding: 10px;
	border: #DDDDDD 1px solid;
}
#contents .photoBox .h_photoBoxInn .phBox {
	float: left;
	width: 201px;
	margin: 0 0 10px;
}
#contents .photoBox .h_photoBoxInn .phBox dl.favrtBox {
	margin: 7px 0 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 85%;
}
#contents .photoBox .h_photoBoxInn .phBox dl.favrtBox dt {
	display: inline;
	width: 120px;
	margin: 0 5px 0 0;
	padding: 3px 7px;
	border: #E5E5E5 1px solid;
	background: url(../img/layout/menu_bgFavrt.jpg) repeat-x;
	color: #CCCCCC;
	text-align: center;
}
#contents .photoBox .h_photoBoxInn .phBox dl.favrtBox dt a {
	display: inline-block;
	color: #FF9900;
	text-decoration: none;
}
#contents .photoBox .h_photoBoxInn .phBox dl.favrtBox dd {
	display: inline;
	height: 17px;
	margin: 0;
	padding: 3px 0 3px 17px;
	background: url(../img/layout/menu_icoNum.gif) no-repeat left center;
	color: #FF6600;
}
#contents .photoBox .h_photoBoxInn dl.txtBox {
	float: right;
	width: 476px;
	line-height: 1.3;
	margin: 0;
	font-size: 93%;
}
#contents .photoBox .h_photoBoxInn dl.txtBox dt h4 {
	margin: 0 0 5px;
}
#contents .photoBox .h_photoBoxInn dl.txtBox dd {
	margin: 0;
}
#contents .photoBox .h_photoBoxInn dl.txtBox dd img {
	max-width: 100%;
	height: auto !important;
}


/*---------------------------------------------------------------------------------------------
  ショッピング
---------------------------------------------------------------------------------------------*/
/* 表示方法等 */
#contents .ecBox .sortBox {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: #EEEEEE 1px solid;
	font-size: 93%;
}
#contents .ecBox .sortBox .innL {
	float: left;
}
#contents .ecBox .sortBox .innL dl {
	float: left;
	margin: 0 20px 0 0;
}
#contents .ecBox .sortBox .innL dl dt {
	float: left;
	margin: 0 5px 0 0;
}
#contents .ecBox .sortBox .innL dl dd {
	float: left;
	margin: 0 5px;
}
#contents .ecBox .sortBox .innL dl dd a {
	text-decoration: none;
}
#contents .ecBox .sortBox .innL dl dd a.list {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/layout/ec_btnList.gif) no-repeat left bottom;
	text-indent: -9999em;
}
#contents .ecBox .sortBox .innL dl dd a.window {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/layout/ec_btnWindow.gif) no-repeat left bottom;
	text-indent: -9999em;
}
#contents .ecBox .sortBox .innR {
	float: right;
}
/* 横表示 */
#contents .ecBox .w_ecBoxInn {
	margin: 0 0 10px;
	padding: 10px 0 15px;
	border-bottom: #EEEEEE 1px solid;
}
#contents .ecBox .w_ecBoxInn .inner {
	float: left;
	width: 155px;
	margin: 0 30px 0 0;
}
#contents .ecBox .w_ecBoxInn .innR {
	margin: 0;
}
#contents .ecBox .w_ecBoxInn .inner .phBox {
	overflow: hidden;
	width: 155px;
	height: 110px;
	margin: 0 0 7px;
}
#contents .ecBox .w_ecBoxInn .inner dl {
	line-height: 1.3;
	margin: 0;
	text-align: center;
}
#contents .ecBox .w_ecBoxInn .inner dl dt h4 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 93%;
}
#contents .ecBox .w_ecBoxInn .inner dl dt h4 a {
	display: block;
	text-decoration: none;
}
#contents .ecBox .w_ecBoxInn .inner dl dd {
	margin: 0 0 5px;
	font-size: 85%;
}
/* 縦表示 */
#contents .ecBox .h_ecBoxInn {
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: #EEEEEE 1px solid;
}
#contents .ecBox .h_ecBoxInn .phBox {
	float: left;
	overflow: hidden;
	width: 155px;
	height: 120px;
	margin: 0 20px 0 0;
}
#contents .ecBox .h_ecBoxInn dl {
	float: right;
	width: 535px;
	line-height: 1.3;
	margin: 0;
}
#contents .ecBox .h_ecBoxInn dl dt h4 {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: #DDDDDD 1px solid;
	font-weight: normal;
	font-size: 100%;
}
#contents .ecBox .h_ecBoxInn dl dt h4 a {
	display: block;
	text-decoration: none;
}
#contents .ecBox .h_ecBoxInn dl dd {
	margin: 0 0 7px;
	font-size: 85%;
}
#contents .ecBox .h_ecBoxInn dl dd.price {
	font-size: 108%;
}
/* 商品ステート（共通）
================================================= */
#contents .ecBox ul.stateBox,
#contents .ecDtlBox ul.stateBox {
	margin: 0;
	padding: 0;
}
#contents .ecBox ul.stateBox li,
#contents .ecDtlBox ul.stateBox li {
	float: left;
	width: 49px;
	line-height: 1.3;
	margin: 0 3px 3px 0;
	padding: 2px 0;
	color: #FFFFFF;
	font-size: 77%;
	text-align: center;
}
#contents .ecBox ul.stateBox li.st01,
#contents .ecDtlBox ul.stateBox li.st01 {
	background: #F4AAAA;
}
#contents .ecBox ul.stateBox li.st02,
#contents .ecDtlBox ul.stateBox li.st02 {
	background: #B0D3AD;
}
#contents .ecBox ul.stateBox li.st03,
#contents .ecDtlBox ul.stateBox li.st03 {
	background: #D3CDAD;
}
#contents .ecBox ul.stateBox li.st04,
#contents .ecDtlBox ul.stateBox li.st04 {
	background: #DBBCD2;
}
#contents .ecBox ul.stateBox li.st05,
#contents .ecDtlBox ul.stateBox li.st05 {
	background: #99B7D0;
}
#contents .ecBox .boxBtm {
	border: none;
}


/*---------------------------------------------------------------------------------------------
  ショッピング詳細
---------------------------------------------------------------------------------------------*/
/* 商品名
================================================= */
#contents .ecDtlBox .mainTit {
	margin: 0 0 15px;
	border: #DDDDDD 1px solid;
}
#contents .ecDtlBox .mainTit h2 {
	display: table-cell;
	width: 580px;
	line-height: 1.4;
	vertical-align: middle;
	margin: 0;
	padding: 10px 20px;
	border-right: #DDDDDD 1px solid;
	font-size: 116%;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .mainTit h2.variaNone {/* バリエーションなし */
	display: table-cell;
	width: 668px;
	line-height: 1.4;
	vertical-align: middle;
	margin: 0;
	padding: 10px 20px;
	border-right: none;
	font-size: 116%;
	*display: inline;
	*zoom: 1;
}
/* バリエーション */
#contents .ecDtlBox .mainTit p.varia {
	display: table-cell;
	width: 47px;
	vertical-align: middle;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	*display: inline;
	*zoom: 1;
}
/* 商品画像
================================================= */
#contents .ecDtlBox .phBox {
	margin: 0 0 20px;
	border: #DDDDDD 1px solid;
}
#contents .ecDtlBox .phBox .main {
	display: table-cell;
	width: 470px;
	margin: 0;
	padding: 20px 32px;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .phBox ul#thumb {
	display: table-cell;
	width: 110px;
	vertical-align: top;
	margin: 0;
	padding: 20px 30px;
	border-left: #DDDDDD 1px solid;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .phBox ul#thumb li {
	margin: 0 0 10px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .phBox ul#thumb li.btm {
	margin: 0;
}
/* インフォ
================================================= */
#contents .ecDtlBox .infoBox {
	height: auto;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: #DDDDDD 1px solid;
}
#contents .ecDtlBox .infoBox .infoBoxInnL {
	float: left;
	width: 400px;
	margin: 0 0 -500px;
	padding: 0 20px 500px 0;
	border-right: #DDDDDD 1px solid;
}
#contents .ecDtlBox .infoBox .infoBoxInnL h3 {
	line-height: 1.4;
	margin: 5px 0 10px;
	padding: 10px;
	background: #F2F2F2;
	font-size: 108%;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl {
	line-height: 1.4;
	margin: 0 0 7px;
	font-size: 93%;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dt {
	display: table-cell;
	width: 50px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dt.rePrice {/* 希望小売価格タイトル */
	width: 75px;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dt.price {/* 販売価格タイトル */
	vertical-align: middle;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dd {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 16px;
	text-indent: -16px;
	*display: inline;
	*zoom: 1;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dd span {/* 「：」マーク */
	margin: 0 5px 0 0;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dd span.price {/* 販売価格 */
	font-weight: bold;
	font-size: 161%;
}
#contents .ecDtlBox .infoBox .infoBoxInnL dl dd select {
	width: 160px;
}
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox {
	margin: 15px 0 0;
}
/* 在庫テキスト */
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .stockTxtBox {
	float: left;
	width: 198px;
	overflow: hidden;
	padding: 0 0 14px 22px;
	font-size: 93%;
	text-indent: -22px;
}
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .stockTxtBox span.stock {/* 在庫あり */
	padding: 0 0 14px 22px;
	background: url(../img/layout/ec_icoStock.gif) no-repeat left top;
}
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .stockTxtBox span.soldout {/* 在庫なし */
	padding: 0 0 14px 22px;
	background: url(../img/layout/ec_icoSoldout.gif) no-repeat left top;
}
/* カートボタン */
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .btnCart {
	float: right;
	width: 160px;
	height: 27px;
	line-height: 26px;
	background: url(../img/layout/ec_btnCart.jpg) no-repeat;
	font-weight: bold;
	font-size: 93%;
	text-align: center;
}
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .btnCart a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	_padding: 5px 0;
}
#contents .ecDtlBox .infoBox .infoBoxInnL .cartBox .btnCart img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
/* 商品情報テーブル */
#contents .ecDtlBox .infoBox .infoBoxInnR {
	float: right;
	width: 269px;
	margin: 0 0 -500px;
	padding: 0 0 500px;
}
#contents .ecDtlBox .infoBox .infoBoxInnR table.tblEcInfo {
	width: 100%;
	font-size: 93%;
}
#contents .ecDtlBox .infoBox .infoBoxInnR table.tblEcInfo th {
	width: 65px;
	line-height: 1.3;
	padding: 10px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #DDDDDD 1px solid;
	background: #F5F5F5;
	font-weight: normal;
	text-align: left;
}
#contents .ecDtlBox .infoBox .infoBoxInnR table.tblEcInfo td {
	padding: 10px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #DDDDDD 1px solid;
}
/* 支払方法 */
#contents .ecDtlBox .infoBox .infoBoxInnR table.tblEcInfo td.payment span {
	display: block;
	float: left;
	width: 49px;
	margin: 0 3px 3px 0;
	border: #CCCCCC 1px solid;
	background: #F5F5F5;
	font-size: 77%;
	text-align: center;
}
/* 商品説明
================================================= */
#contents .ecDtlBox dl.itemInfoBox {
	line-height: 1.4;
	margin: 0 0 20px;
}
#contents .ecDtlBox dl.itemInfoBox dt h4 {
	margin: 0 0 7px;
	font-weight: bold;
	font-size: 100%;
}
#contents .ecDtlBox dl.itemInfoBox dd {
	margin: 0;
	font-size: 93%;
}
/* 各ボタン
================================================= */
#contents .ecDtlBox .ecDtlBoxInn {
	margin: 0 0 25px;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	background: #F5F5F5;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li {
	height: 40px;
	line-height: 1.2;
	border-bottom: #DDDDDD 1px solid;
	font-size: 85%;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li.btnToko {
	border-top: #DDDDDD 1px solid;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li a {
	display: block;
	margin: 0 0 0 10px;
	color: #000000;
	text-decoration: none;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li.btnToko a {
	padding: 7px 10px 6px 25px;
	background: url(../img/layout/ec_icoToko.gif) no-repeat left center;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li.btnCart a {
	padding: 14px 10px 12px 25px;
	background: url(../img/layout/ec_icoCart.gif) no-repeat left center;
}
#contents .ecDtlBox .ecDtlBoxInn ul.btnBox li.btnBack a {
	padding: 14px 10px 12px 25px;
	background: url(../img/layout/ec_icoBack.gif) no-repeat left center;
}
/* 商品クチコミ
================================================= */
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox {
	float: right;
	width: 530px;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox h4 {
	margin: 0 0 10px;
	padding: 10px 0 0 30px;
	border-top: #DDDDDD 1px solid;
	background: url(../img/layout/ec_icoKuchikomi.gif) no-repeat left bottom;
	font-size: 100%;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: #ABABAB 1px dotted;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.memBox {
	float: left;
	width: 50px;
	margin: 0;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.memBox dt {
	margin: 0 0 2px;
	border: #DDDDDD 1px solid;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.memBox dd {
	line-height: 1.1;
	margin: 0;
	font-size: 77%;
	text-align: center;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.memBox dd a {
	text-decoration: none;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox {
	float: right;
	width: 470px;
	line-height: 1.3;
	margin: 0;
	font-size: 85%;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dt {
	margin: 0 0 7px;
	color: #F07E42;
	font-weight: bold;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dt a {
	color: #F07E42;
	text-decoration: none;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dd {
	margin: 0;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dd dl.starBox {
	margin: 0 0 2px;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dd dl.starBox dt {
	float: left;
}
#contents .ecDtlBox .ecDtlBoxInn .ecDtlKuchiBox .ecDtlKuchiBoxInn dl.dtlBox dd dl.starBox dd {
	float: right;
	margin: 0;
	color: #666666;
	font-size: 85%;
}


/*---------------------------------------------------------------------------------------------
  ショッピング＿クチコミ一覧
---------------------------------------------------------------------------------------------*/
#contents .ecKuchiBox h4 {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	background: url(../img/layout/ec_icoKuchikomi.gif) no-repeat left bottom;
	font-size: 100%;
}
/* 商品情報 */
#contents .ecKuchiBox .ecKuchiInfoBox {
	height: auto;
	overflow: hidden;
	margin: 0 0 20px;
	border: #DDDDDD 1px solid;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox {
	float: left;
	width: 517px;
	margin: 0 0 -500px;
	padding: 20px 20px 500px 20px;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox .phBox {
	float: left;
	overflow: hidden;
	width: 110px;
	height: 80px;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox dl {
	float: right;
	width: 397px;
	line-height: 1.3;
	margin: 0;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox dl dt h5 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 100%;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox dl dt h5 a {
	display: block;
	text-decoration: none;
}
#contents .ecKuchiBox .ecKuchiInfoBox .infoBox dl dd {
	margin: 0 0 5px;
	font-size: 85%;
}
/* 各ボタン */
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox {
	float: right;
	width: 150px;
	margin: 0 0 -500px;
	padding: 0 0 500px;
	border-left: #DDDDDD 1px solid;
	background: #F5F5F5;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li {
	height: 40px;
	line-height: 1.2;
	border-bottom: #DDDDDD 1px solid;
	font-size: 85%;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li.btnBack {
	border-bottom: none;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li a {
	display: block;
	margin: 0 0 0 10px;
	color: #000000;
	text-decoration: none;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li.btnToko a {
	padding: 7px 10px 6px 25px;
	background: url(../img/layout/ec_icoToko.gif) no-repeat left center;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li.btnCart a {
	padding: 14px 10px 12px 25px;
	background: url(../img/layout/ec_icoCart.gif) no-repeat left center;
}
#contents .ecKuchiBox .ecKuchiInfoBox ul.btnBox li.btnBack a {
	padding: 14px 10px 12px 25px;
	background: url(../img/layout/ec_icoBack.gif) no-repeat left center;
}
/* クチコミ一覧 */
#contents .ecKuchiBox .ecKuchiBoxInn {
	margin: 0 0 10px;
}
#contents .ecKuchiBox .ecKuchiBoxInn dl.memBox {
	float: left;
	width: 70px;
	margin: 0;
}
#contents .ecKuchiBox .ecKuchiBoxInn dl.memBox dt {
	margin: 0 0 5px;
	border: #DDDDDD 1px solid;
}
#contents .ecKuchiBox .ecKuchiBoxInn dl.memBox dd {
	line-height: 1.2;
	margin: 0;
	font-size: 85%;
	text-align: center;
}
#contents .ecKuchiBox .ecKuchiBoxInn dl.memBox dd a {
	text-decoration: none;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox {
	float: right;
	width: 628px;
	border: #DDDDDD 1px solid;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.starBox {
	margin: 0;
	padding: 5px 10px;
	border-bottom: #DDDDDD 1px solid;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.starBox dt {
	float: left;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.starBox dd {
	float: right;
	margin: 0;
	color: #666666;
	font-size: 85%;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.cmntBox {
	line-height: 1.4;
	margin: 0;
	padding: 10px;
	font-size: 93%;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.cmntBox dt {
	margin: 0 0 5px;
	color: #F07E42;
	font-weight: bold;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox dl.cmntBox dd {
	margin: 0;
}
/* クチコミ返信 */
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox .replyBox {
	float: right;
	width: 558px;
	border: #DDDDDD 1px solid;
	border-right: none;
	border-bottom: none;
	background: #F5FCF3;
	font-size: 93%;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox .replyBox p.replyName {
	margin: 0;
	padding: 5px 10px;
	border-bottom: #DDDDDD 1px solid;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox .replyBox dl.replyCmntBox {
	line-height: 1.3;
	margin: 0;
	padding: 10px;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox .replyBox dl.replyCmntBox dt {
	margin: 0 0 3px;
	color: #006600;
}
#contents .ecKuchiBox .ecKuchiBoxInn .dtlBox .replyBox dl.replyCmntBox dd {
	margin: 0;
}


/*---------------------------------------------------------------------------------------------
  お店のファンリスト
---------------------------------------------------------------------------------------------*/
/* ファンボタン */
#contents .fanBox ul.fanBtnBox {
	margin: 0 0 10px;
	padding: 0;
}
#contents .fanBox ul.fanBtnBox li {
	float: right;
	width: 120px;
	margin: 0;
	padding: 0;
	border: #CCCCCC 1px solid;
	font-size: 85%;
	text-align: center;
}
#contents .fanBox ul.fanBtnBox li img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#contents .fanBox ul.fanBtnBox li.icoFanAdd {
	border-right: #CCCCCC 1px solid;
}
#contents .fanBox ul.fanBtnBox li a {
	display: block;
	padding: 7px 0;
	color: #000000;
	text-decoration: none;
}
/* 一覧 */
#contents .fanBox .fanBoxInn {
	margin: 0 0 10px;
	padding: 10px 0 15px;
	border-bottom: #EEEEEE 1px solid;
}
#contents .fanBox .fanBoxInn dl {
	float: left;
	width: 334px;
	margin: 0 18px 0 0;
	padding: 5px;
	border: #DDDDDD 1px solid;
}
#contents .fanBox .fanBoxInn dl.last {
	margin: 0;
}
#contents .fanBox .fanBoxInn dt {
	float: left;
	width: 82px;
	margin: 0 0 5px;
	border: #DDDDDD 1px solid;
}
#contents .fanBox .fanBoxInn dd {
	float: right;
	width: 235px;
	margin: 0 5px;
}
#contents .fanBox .fanBoxInn dd.name {
	margin: 0 0 3px;
}
#contents .fanBox .fanBoxInn dd div.name a {
	text-decoration: none;
}
#contents .fanBox .fanBoxInn dd div.text {
	line-height: 1.4;
	margin: 0;
	font-size: 93%;
	word-break: break-all;
}
#contents .fanBox .boxBtm {
	border: none;
}


/*---------------------------------------------------------------------------------------------
  新着情報
---------------------------------------------------------------------------------------------*/
#contents .newsBox .newsBoxInn {
	margin: 0 0 10px;
	padding: 15px 0;
	border-bottom: #DDDDDD 1px solid;
	font-size: 14px;
}
#contents .newsBox .innTop {
	margin: 0;
	border-top: #DDDDDD 1px solid;
}
#contents .newsBox .newsBoxInn dl.txt {/* 添付画像あり */
	float: left;
	width: 590px;
	line-height: 1.4;
	margin: 0;
}
#contents .newsBox .newsBoxInn dl.phNone {/* 添付画像なし */
	float: left;
	width: 710px;
	line-height: 1.4;
	margin: 0;
}
#contents .newsBox .newsBoxInn dl.txt dt {
	margin: 0 0 5px;
	font-size: 85%;
	float: left;
	width: 90px;
}
#contents .newsBox .newsBoxInn dl.txt dd {
	margin: 0 0 7px;
	font-size: 93%;
}
#contents .newsBox .newsBoxInn dl.txt dd h4 {
	margin: 0;
	font-size: 100%;
}
#contents .newsBox .newsBoxInn dl.txt dd h4 a {
	display: block;
	text-decoration: none;
}
/* 添付画像 */
#contents .newsBox .newsBoxInn dl.ph {
	float: right;
	width: 100px;
	margin: 0;
}
#contents .newsBox .newsBoxInn dl.ph dt {
	margin: 0 0 5px;
}
#contents .newsBox .newsBoxInn dl.ph dd {
	float: right;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../img/top/c_icoNewsPhBig.jpg) no-repeat left center;
	font-size: 93%;
}
#contents .newsBox .newsBoxInn dl.ph dd a {
	display: block;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
  新着情報（詳細ページ）
---------------------------------------------------------------------------------------------*/
#contents .newsBox #dtlBox {}
#contents .newsBox #dtlBox .tit {
	margin: 0 0 20px;
	padding: 15px 10px;
	background: #F0F0F0;
	border: #E7E7E7 1px solid;
}
#contents .newsBox #dtlBox .tit h3 {
	float: right;
	width: 588px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-size: 116%;
	font-weight: normal;
}
#contents .newsBox #dtlBox .tit span.date {
	float: left;
	width: 90px;
	margin: 1px 0 0 0;
	padding: 2px 0;
	background: #AAAAAA;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
}
#contents .newsBox #dtlBox .textBox {
	margin: 0 0 20px;
	font-size: 108%;
}
#contents .newsBox #dtlBox .textBox img {
	display: block;
	max-width: 730px;
}
#contents .newsBox #dtlBox .imgBox {
	width: 680px;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	border: #DDDDDD 5px solid;
}
#contents .newsBox #dtlBox .imgBox img {
	margin: 0 auto;
	max-width: 680px;
}
#contents .newsBox #dtlBox span.btnZoom a {
	display: block;
	width: 70px;
	margin: 10px auto 0;
	padding: 0 0 0 15px;
	background: url(../../../img/common/icoZoom.gif) no-repeat left 2px;
	color: #333333;
	font-size: 100%;
}
#contents .newsBox #dtlBox .snsBox {
	float: none;
	width: 690px;
	margin: 0 0 20px;

}
#contents .newsBox #dtlBox .mapBox {
	margin: 0 0 30px;
	padding: 15px;
	border: #DDDDDD 1px solid;
	clear: both;
}

#contents .newsBox #dtlBox .commentList {
	margin: 0;
	padding: 5px;
	background: #E2E2E2;
	border: #CCCCCC 1px solid;
}
#contents .newsBox #dtlBox .commentList h3 {
	margin: 0;
	font-weight: normal;
	font-size: 93%;
}
#contents .newsBox #dtlBox #commentTabWrapper {
	width: 690px;
	height: 33px;
}
#contents .newsBox #dtlBox #commentTabWrapper .switchTab {
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #dddddd;
	text-align: center;
}
#contents .newsBox #dtlBox #commentTabWrapper .switchTab a {
	display: block;
	width: 343px;
	height: 26px;
	padding: 5px 0 0;
	color: #000000;
	vertical-align: middle;
}
#contents .newsBox #dtlBox #commentTabWrapper .left {
	float: left;
	border-bottom: 1px solid #dddddd;
}
#contents .newsBox #dtlBox #commentTabWrapper .right {
	border-bottom: 1px solid #dddddd;
	float: right;
}
#contents .newsBox #dtlBox #commentTabWrapper a.active {
	background: none repeat scroll 0 0 #ffffff;
	font-weight: bold;
}

h2.side_headline {
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
	border-left: #DA5359 6px solid;
	font-size: 129%;
}
h2 span.subTit {
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
	font-weight: normal;
}
#contents .newsBox #dtlBox .facebookComment {
	width: 708px;
	margin: 0 0 20px;
	/*border-bottom: 1px solid #dddddd;
	border-collapse: collapse;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;*/
	table-layout: fixed;
}
#contents .newsBox #dtlBox .facebookComment .caution {
	width: 688px;
	margin: 5px 0 0;
	padding: 5px 10px;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
	color: #FF6600;
}

#contents .flyerBox #dtlBox .btnBack a,
#contents .newsBox #dtlBox .btnBack a {
	display: block;
	width: 80px;
	margin: 0 auto;
	padding: 8px;
	background: #F5F5F5;
	border: #D0D0D0 1px solid;
	font-weight: bold;
	color: #646464;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	position: relative; /* for old IE */
	behavior: url(/js/PIE.php); /* for old IE */
}
#contents .newsBox #dtlBox .btnBack a:hover {
	background: #FFFFFF;
}
#contents .newsBox #dtlBox #dtlTempSnsBox {
	margin: 0 0 10px;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
  お知らせメール
---------------------------------------------------------------------------------------------*/
#contents .omBox .omBoxInn {
	margin: 0 0 10px;
	padding: 15px 0;
	border-bottom: #DDDDDD 1px solid;
}
#contents .omBox .innTop {
	margin: 0;
	border-top: #DDDDDD 1px solid;
}
#contents .omBox .omBoxInn dl {
	float: left;
	width: 710px;
	line-height: 1.4;
	margin: 0;
}
#contents .omBox .omBoxInn dl dt {
	margin: 0 0 5px;
	font-size: 85%;
}
#contents .omBox .omBoxInn dl dd {
	margin: 0 0 7px;
	font-size: 93%;
}
#contents .omBox .omBoxInn dl dd h4 {
	margin: 0;
	font-size: 100%;
}

/*---------------------------------------------------------------------------------------------
  求人
---------------------------------------------------------------------------------------------*/
/* 旧表示
================================================= */
#contents .recruitBox .recruitOldBox {
	padding: 15px;
	background: #F5F5F5;
}
#contents .recruitBox .recruitOldBox dl.txt {/* 添付画像あり */
	float: left;
	width: 565px;
	line-height: 1.4;
	margin: 0;
}
#contents .recruitBox .recruitOldBox dl.phNone {/* 添付画像なし */
	width: 680px;
	line-height: 1.4;
	margin: 0;
}
#contents .recruitBox .recruitOldBox dl.txt dt {
	margin: 0 0 5px;
	font-size: 85%;
}
#contents .recruitBox .recruitOldBox dl.txt dd {
	margin: 0 0 7px;
	font-size: 93%;
}
#contents .recruitBox .recruitOldBox dl.txt dd h4 {
	line-height: 1.3;
	margin: 0;
	font-size: 100%;
}
/* 添付画像 */
#contents .recruitBox .recruitOldBox dl.ph {
	float: right;
	width: 100px;
	margin: 0;
}
#contents .recruitBox .recruitOldBox dl.ph dt {
	margin: 0 0 5px;
}
#contents .recruitBox .recruitOldBox dl.ph dd {
	float: right;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../img/top/c_icoNewsPhBig.jpg) no-repeat left center;
	font-size: 93%;
}
#contents .recruitBox .recruitOldBox dl.ph dd a {
	display: block;
	text-decoration: none;
}
/* 新表示
================================================= */
#contents .recruitBox .recruitBoxInn {
	margin: 0 0 10px;
	padding: 15px;
	background: #F5F5F5;
}
#contents .recruitBox .recruitBoxInn .phBox {/* 添付画像あり */
	float: left;
	width: 110px;
}
#contents .recruitBox .recruitBoxInn .phNone {/* 添付画像なし */
	width: 110px;
	border: #DDDDDD 1px solid;
	text-align: center;
}
#contents .recruitBox .recruitBoxInn .phNone a {
	display: block;
	padding: 30px 0;
	color: #BBBBBB;
	text-decoration: none;
}
#contents .recruitBox .recruitBoxInn .txtBox {
	float: right;
	width: 555px;
}
#contents .recruitBox .recruitBoxInn .txtBox p.type {
	margin: 0 0 7px;
	padding: 0 0 3px;
	border-bottom: #CCCCCC 1px solid;
	font-weight: bold;
	font-size: 77%;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.txt {
	margin: 0 0 7px;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.txt dt {
	line-height: 1.2;
	margin: 0 0 5px;
	font-size: 85%;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.txt dd {
	margin: 0;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.txt dd h4 {
	line-height: 1.3;
	margin: 0;
	font-weight: normal;
	font-size: 93%;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.txt dd h4 a {
	text-decoration: none;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.dtl {
	margin: 0;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.dtl dt {
	display: inline;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #6FB7EC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}
#contents .recruitBox .recruitBoxInn .txtBox dl.dtl dd {
	display: inline;
	margin: 0 30px 0 0;
	font-size: 93%;
}


/*---------------------------------------------------------------------------------------------
  求人　詳細
---------------------------------------------------------------------------------------------*/
#contents .recruitDtlBox .recruitDtlBoxInn {
	margin: 0 0 20px;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .phBox {/* 添付画像あり */
	float: left;
	width: 160px;
	margin: 0 0 20px;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .phNone {/* 添付画像なし */
	width: 160px;
	/*padding: 40px 0;*/
	padding: 1px;
	border: #DDDDDD 1px solid;
	color: #BBBBBB;
	text-align: center;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox {
	float: right;
	width: 530px;
	margin: 0 0 20px;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox p.type {
	margin: 0 0 7px;
	padding: 0 0 3px;
	border-bottom: #CCCCCC 1px solid;
	font-weight: bold;
	font-size: 85%;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.txt {
	margin: 0 0 10px;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.txt dt {
	line-height: 1.2;
	margin: 0 0 7px;
	font-size: 85%;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.txt dd {
	margin: 0;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.txt dd h4 {
	line-height: 1.3;
	margin: 0;
	font-size: 100%;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.txt dd h4 a {
	text-decoration: none;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.dtl {
	margin: 0;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.dtl dt {
	display: inline;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #6FB7EC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}
#contents .recruitDtlBox .recruitDtlBoxInn .inner .txtBox dl.dtl dd {
	display: inline;
	margin: 0 30px 0 0;
	font-size: 93%;
}
#contents .recruitDtlBox .recruitDtlBoxInn ul.cate {
	margin: 0;
	padding: 0;
}
#contents .recruitDtlBox .recruitDtlBoxInn ul.cate li {
	float: left;
	margin: 0 2px 2px 0;
	border: #999999 1px solid;
	background: #FDFED4;
	font-size: 85%;
}
#contents .recruitDtlBox .recruitDtlBoxInn ul.cate li span {
	padding: 2px 8px;
	*white-space: nowrap;/*IE6で文字列が縦並びになってしまうものを解消*/
}


/*---------------------------------------------------------------------------------------------
  クチコミを見る・投稿する
---------------------------------------------------------------------------------------------*/
#contents .kuchikomiBox .btnKuchikomi {
	line-height: 1.3;
	padding: 10px 0 20px;
	text-align: center;
}
#contents .kuchikomiBox .btnKuchikomi img {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
#contents .kuchikomiBox .btnKuchikomi a {
	display: block;
}
/* クチコミ */
#contents .kuchikomiBox .kuchikomiBoxInn {
	margin: 0 0 10px;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox {
	float: left;
	width: 70px;
	margin: 0;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox dt {
	display: table;
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 0 5px;
	padding: 1px;
	border: #CCC 1px solid;
	text-align: center;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox dt p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox dt img {
	max-width: 66px;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox dd {
	line-height: 1.2;
	margin: 0;
	font-size: 85%;
	text-align: center;
}
#contents .kuchikomiBox .kuchikomiBoxInn dl.memBox dd a {
	text-decoration: none;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox {
	float: right;
	/*width: 628px;*/
	width: 100%;
	border: #DDDDDD 1px solid;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.starBox {
	margin: 0;
	padding: 5px 10px;
	border-bottom: #DDDDDD 1px solid;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.starBox dt {
	float: left;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.starBox dd {
	float: right;
	margin: 0;
	color: #666666;
	font-size: 85%;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.cmntBox {
	line-height: 1.4;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	font-size: 93%;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.cmntBox dt {
	margin: 0 0 5px;
	color: #FF3333;
	font-weight: bold;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.cmntBox dd {
	margin: 0;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox dl.cmntBox dd.handlename {
	float: right;
	margin-top: 5px;
}
/* クチコミ返信 */
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox .replyBox {
	float: right;
	width: 648px;
	border: #DDDDDD 1px solid;
	border-right: none;
	border-bottom: none;
	background: #F5FCF3;
	font-size: 93%;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox .replyBox p.replyName {
	margin: 0;
	padding: 5px 10px;
	border-bottom: #DDDDDD 1px solid;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox .replyBox dl.replyCmntBox {
	line-height: 1.3;
	margin: 0;
	padding: 10px;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox .replyBox dl.replyCmntBox dt {
	margin: 0 0 3px;
	color: #006600;
}
#contents .kuchikomiBox .kuchikomiBoxInn .dtlBox .replyBox dl.replyCmntBox dd {
	margin: 0;
}


/*---------------------------------------------------------------------------------------------
  クーポン
---------------------------------------------------------------------------------------------*/
#contents .couponBox .couponToolBox {
	margin: 0 0 10px;
	padding: 10px 20px 5px;
	border: #DDDDDD 1px solid;
	background: #F6F6F6;
}
#contents .couponBox .couponToolBox ul {
	margin: 0 0 11px;
	padding: 0;
}
#contents .couponBox .couponToolBox ul li {
	float: left;
	width: 207px;
	margin: 0 20px 0 0;
	padding: 2px 0;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 93%;
	text-align: center;
}
#contents .couponBox .couponToolBox ul li img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#contents .couponBox .couponToolBox ul li a {
	text-decoration: none;
}
#contents .couponBox .couponToolBox ul li.mobile {
	border: #B5DBBC 1px solid;
}
#contents .couponBox .couponToolBox ul li.mobile a {
	color: #006600;
}
#contents .couponBox .couponToolBox ul li.qr {
	border: #B3CCE6 1px solid;
}
#contents .couponBox .couponToolBox ul li.qr a {
	color: #3166A4;
}
#contents .couponBox .couponToolBox ul li.copy {
	margin: 0;
	border: #FCDAC9 1px solid;
}
#contents .couponBox .couponToolBox ul li.copy a {
	color: #ED5A14;
}
#contents .couponBox .couponToolBox p.toolCtn {
	margin: 0;
	color: #454545;
	font-size: 85%;
	text-align: center;
}
/* クーポン */
#contents .couponBox .coupon {
	margin: 0 0 40px;
	padding: 2px;
	border: #999999 1px dashed;
	background: url(../img/layout/coupon_bgImg.gif) repeat-y;
}
#contents .couponBox .coupon p.sampleTxt {
	color: #FF3333;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
}
#contents .couponBox .coupon p.couponTit {
	margin: 0;
	padding: 3px 0;
	background: #F4AAAA;
	color: #FFFFFF;
	font-size: 77%;
	text-align: center;
}
#contents .couponBox .coupon h4 {
	margin: 0;
	padding: 7px 10px;
	color: #666666;
	font-size: 93%;
	text-align: center;
}
#contents .couponBox .coupon h5 {
	line-height: 1.4;
	margin: 0 0 7px;
	padding: 5px 10px;
	background: #F4AAAA;
	color: #FFFFFF;
	font-size: 131%;
	text-align: center;
}
#contents .couponBox .coupon dl {
	line-height: 1.2;
	margin: 0 0 5px;
}
#contents .couponBox .coupon dl dt {
	float: left;
	width: 60px;
	margin: 0 10px;
	padding: 2px 0;
	background: #888888;
	color: #FFFFFF;
	font-size: 77%;
	text-align: center;
}
#contents .couponBox .coupon dl dd {
	float: left;
	width: 614px;
	margin: 0;
	font-size: 85%;
}
/* サンプルクーポン一覧 */
#contents .couponBox .couponListBox {
	float: left;
	overflow: hidden;
	margin: 0 auto 10px;
}
#contents .couponBox .couponListBox #explanatoryBox {
	margin-left: 20px;
	font-weight: bold;
	color: #FF0000;
}
#contents .couponBox .couponListBox .pageBox {
	margin: 0 0 15px;
	text-align: center;
}
#contents .couponBox .couponListBox .pageBox ul {
	display: inline-block;
}
#contents .couponBox .couponListBox .pageBox ul li {
	display: inline-block;
	float: left;
	margin: 0 7px;
	line-height: 35px;
}
#contents .couponBox .couponListBox .pageBox ul li i {
	color: #CCC;
}
#contents .couponBox .couponListBox .pageBox ul li i.active {
	color: #FFC109;
}
#contents .couponBox .couponListBox .pageBox ul li i.result {
	margin: 0 5px 0 0;
}
#contents .couponBox .couponListBox .pageBox ul li i.next {
	margin: 0 0 0 5px;
}
#contents .couponBox .couponListBox .pageBox ul li a {
	display: block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: #BDBDBD 1px solid;
	border-radius: 5px;
	color: #333;
	background-color: #F4F4F4;
}
#contents .couponBox .couponListBox .pageBox ul li a:hover {
	text-decoration: none;
	color: #FFC109;
}
#contents .couponBox .couponListBox .inn {
	width: auto;
	overflow: hidden;
	margin: 0 0 0 20px;
}
#contents .couponBox .couponListBox .inn2 {
	width: auto;
	overflow: hidden;
	margin: 0 0 0 5px;
}
#contents .couponBox .couponListBox .inn3 {
	float: left;
	width: 220px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
#contents .couponBox .couponListBox .inn .list {
	float: left;
	width: 216px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: #BEBEBE 1px solid;
	position: relative;
}
#contents .couponBox .couponListBox .inn .icoSample {
	display: table;
	width: 216px;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: 0.3;
	text-align: center;
}
#contents .couponBox .couponListBox .inn .icoSample p {
	display: table-cell;
	vertical-align: middle;
}
#contents .couponBox .couponListBox .inn .icoSample img {
	width: 206px;
}
#contents .couponBox .couponListBox .inn .list .top {
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
	background-color: #BECE3C;
	color: #FFF;
	font-size: 87%;
	font-weight: bold;
	text-align: center;
}
#contents .couponBox .couponListBox .inn .list .logo {
	margin: 10px auto;
	text-align: center;
}
#contents .couponBox .couponListBox .inn .list .logo img {
	width: 123px;
}
#contents .couponBox .couponListBox .inn .list .term {
	margin: 0 0 3px;
	font-size: 87%;
	text-align: center;
}
#contents .couponBox .couponListBox .inn .list h4 {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 118%;
	line-height: 1.3;
	color: #006600;
}
#contents .couponBox .couponListBox .inn .list h4 a {
	color: #006600;
}
#contents .couponBox .couponListBox .inn .list h5 {
	margin: 0 0 5px;
	padding: 0 5px;
	color: #FF6600;
	font-size: 93%;
}
#contents .couponBox .couponListBox .inn .list .note {
	padding: 5px;
	overflow: hidden;
	border-top: #CCC 1px solid;
	border-bottom: #BECE3C 6px solid;
	background-color: #EFEFEF;
	text-align: left;
	font-size: 75%;
}
#contents .couponBox .couponListBox .inn .list .note p {
	font-weight: bold;
	font-size: 106%;
}
/*---------------------------------------------------------------------------------------------
  新クーポン
---------------------------------------------------------------------------------------------*/
.ctsCoupon {}

.ctsCoupon .ctsBox section.sub article {
	float: left;
	height: 207px;
	/*margin: 0 18px 11px;*/
	padding: 8px 8px 0 !important;
	border: none !important;
	background-color: #C7CDE1;
}
.ctsCoupon .ctsBox section.sub article.line1 {
	width: 694px;
	margin: 0;
	height: auto !important;
}
.ctsCoupon .ctsBox section.sub article.line2 {
	width: 300px;
	margin: 0 18px 11px;
}
.ctsCoupon .ctsBox section.sub article a {
	text-decoration: none;
}
.ctsCoupon .ctsBox section.sub article:last-child {
	margin-bottom: 0 !important;
}
.ctsCoupon .ctsBox section.sub article a:hover {
	opacity: 1 !important;
}
.ctsCoupon .box620B section.sub article.line3:nth-child(3n),
.ctsCoupon .box940B section.sub article.line4:nth-child(4n) {
	margin-right: 0 !important;
}
.ctsCoupon .box940 section.sub article.line3,
.ctsCoupon .box940 section.sub article.line2,
.ctsCoupon .box940B section.sub article.line3,
.ctsCoupon .box940B section.sub article.line2 {
	margin-bottom: 11px !important;
}
.ctsCoupon .box940B section.sub article.line4 {
	margin-right: 20px;
}
.ctsCoupon .box620 section.sub article.line1 {
	width: 100%;
	height: 207px;
}
.ctsCoupon .box300B section.sub article,
.ctsCoupon .box620B section.sub article,
.ctsCoupon .box940B section.sub article,
.ctsCoupon .box940B section.sub article.line2 {
	height: 220px;
}
.ctsCoupon .box620B section.sub article.line3 {
	width: 194px !important;
	height: 279px;
	margin: 0 19px 18px 0 !important;
}
.ctsCoupon .box940B section.sub article.line4 {
	width: 220px !important;
	height: 277px;
	margin-bottom: 21px !important;
}
/*** クーポン内容 ***/
.ctsCoupon .ctsBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.ctsCoupon .ctsBox section.sub article .couponHeader {
	position: relative;
	display: table;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.ctsCoupon .ctsBox section.sub article .couponHeader:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-top: 20px solid #C7CDE1;
}
.ctsCoupon .box620B section.sub article.line3 .couponHeader,
.ctsCoupon .box940B section.sub article.line4 .couponHeader {
	height: 90px;
}
.ctsCoupon .ctsBox section.sub article .couponHeader .service {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	color: #333;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.4;
}
.ctsCoupon .ctsBox section.sub article.line1 .couponHeader .service {
	padding: 10px;
	font-size: 139%;
}
.ctsCoupon .ctsBox section.sub article.line1 .couponHeader .service p {
	margin-top: 5px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
.ctsCoupon .ctsBox section.sub article.line1 .note .memo {
	margin-top: 4px;
	padding-top: 3px;
    border-top: #AAB1C4 1px dotted;
}
.ctsCoupon .ctsBox section.sub article.line1 .note span {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.ctsCoupon .ctsBox section.sub article.line2 .couponHeader .service {
}tsCoupon .ctsBox section.sub article.line2 .couponHeader .service {
}

/*** 注意事項 ***/
.ctsCoupon .ctsBox section.sub article .note {
	height: 67px;
	font-size: 93%;
	border-bottom: #AAB1C4 1px solid;
	color: #FFF;
}
.ctsCoupon .ctsBox section.sub article .note .time {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.ctsCoupon .box620B section.sub article.line3 .note .time,
.ctsCoupon .box940B section.sub article.line4 .note .time {
	white-space: normal;
}
.ctsCoupon .box300B section.sub article .note,
.ctsCoupon .box620B section.sub article .note,
.ctsCoupon .box940B section.sub article.line3 .note,
.ctsCoupon .box940B section.sub article.line2 .note {
	height: 70px;
}
.ctsCoupon .ctsBox section.sub article.line1 .note {
	height: auto;
}
.ctsCoupon .box620B section.sub article.line3 .note,
.ctsCoupon .box940B section.sub article.line4 .note {
	height: 103px;
}
/*** 店舗名 ***/
.ctsCoupon .ctsBox section.sub article .couponFooter {
	display: table;
	width: 100%;
	height: 50px;
	border-top: #c7d4f9 1px solid;
	color: #FFF;
}
.ctsCoupon .ctsBox section.sub article.line1 .couponFooter {
	padding: 10px 0;
	clear: both;
}
.ctsCoupon .ctsBox section.sub article.line1 .couponFooter .logo {
	float: right;
	margin-left: 10px;
}
.ctsCoupon .ctsBox section.sub article.line1 .couponFooter .logo img {
	height: 35px;
}
.ctsCoupon .ctsBox section.sub article .couponFooter p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.3;
}
.ctsCoupon .box620B section.sub article.line3 .couponFooter {
	height: 67px;
}
.ctsCoupon .box940B section.sub article.line4 .couponFooter {
	height: 65px;
}
article .couponFooter .imgBox {
    display: table-cell;
    width: 80px;
    height: 45px;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
}
article .couponFooter .imgBox img {
    width: 100%;
    max-height: 45px
}
article .couponFooter .name {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
}
article .couponFooter .name h3,
article .couponFooter .name h3 a {
    text-decoration: underline;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
}
.ctsCoupon .mainCtsBox {
	margin-bottom: 30px;
	border: #E5E5E5 3px solid;
}
.ctsCoupon .mainCtsBox .imgBox {
	margin: 7px;
	text-align: center;
}
.ctsCoupon .mainCtsBox .imgBox img {
	max-width: 100%;
}
/*** 全文表示 ***/
.dtlCoupon .ctsCoupon .ctsBox section.sub article {
	height: auto !important;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .couponHeader .service {
	padding: 10px;
	font-size: 139%;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .couponHeader .service p {
	margin-top: 5px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .note {
	padding-bottom: 8px;
	height: auto !important;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .note .memo {
	margin-top: 4px;
	padding-top: 3px;
	border-top: #BB2830 1px dotted;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .note .memo p {
	margin-top: 2px;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .note span {
	color: #CC0000;
	font-weight: bold;
	font-size: 108%;
}
.dtlCoupon .ctsCoupon .ctsBox section.sub article .couponFooter {
	padding: 10px 0;
}
#contents .mainBtnBox {
	margin-bottom: 30px;
	text-align: center;
}
#contents .mainBtnBox a {
	display: inline-block;
	width: 300px;
	text-decoration: none;
}
a.btn-main {
	padding: 0 20px;
	color: #333;
	font-size: 116%;
	text-align: left;
	line-height: 55px !important;
	border: #999 1px solid;
}
a.btn-main:hover {
	opacity: .7;
}
a.btn-main:hover {
	background-color: #EEE;
}
a.btn-main:after {
	float: right;
  content: " \f105";
  font-family: FontAwesome;
}
a.btn-main i {
	float: left;
	margin-right: 15px;
	font-size: 154%;
	color: #6484BD;
	line-height: 55px;
}
/*---------------------------------------------------------------------------------------------
  クーポン詳細
---------------------------------------------------------------------------------------------*/
.couponprint {
	float: none !important;
	margin: 0 auto;
}
.couponBox .couponGet {
	padding: 20px 0;
	border-top: #CCC 1px solid;
}
.couponBox .couponGet h3 {
	margin-bottom: 10px;
	padding: 0 0 0 35px;
	font-size: 116%;
	line-height: 30px;
}
.couponBox .couponGet h3.mail {
	background: url(/img/detail/icoMail.png) no-repeat left center;
	background-size: 26px;
}
.couponBox .couponGet h3.print {
	background: url(/img/detail/icoPrint.png) no-repeat left center;
	background-size: 26px;
}
.couponBox .couponGet p {
	margin-bottom: 15px;
}
.couponBox .couponGet p span {
	color: #FF0000;
	font-size: 93%;
}
.couponBox .couponGet input {
	width: 100%;
	margin-bottom: 20px;
}
.couponBox .couponGet a.btn {
	width: 160px;
	margin: 0 auto;
	background-color: #333;
	line-height: 50px;
	border-radius: 5px;
}
.couponBox .mainCtsBox .imgBox {
	margin: 7px;
	text-align: center;
}
.couponBox .mainCtsBox .imgBox img {
	max-width: 100%;
}
.couponBox a.couponUsed {
	background-color: #666;
	border-radius: 5px;
	line-height: 50px;
}

/*---------------------------------------------------------------------------------------------
  会社概要
---------------------------------------------------------------------------------------------*/
/* 画像 */
#contents .companyBox ul.phBox {
	margin: 0;
	/* padding: 15px 36px; */
	padding: 15px;
	border: #DDDDDD 1px solid;
}
#contents .companyBox ul.phBox li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
#contents .companyBox ul.phBox li.boxR {
	margin: 0;
}
/* インフォ */
#contents .companyBox table.tblCompany {
	width: 100%;
	line-height: 1.4;
	border-top: #DDDDDD 1px solid;
	border-left: #DDDDDD 1px solid;
}
#contents .companyBox table.tblCompany th {
	width: 20%;
	padding: 15px;
	border-right: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	font-weight: normal;
	text-align: right;
}
#contents .companyBox table.tblCompany td {
	padding: 15px;
	border-right: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
}
#contents .companyBox table.tblCompany td h4 {
	margin: 0;
	font-weight: normal;
}
#contents .companyBox table.tblCompany td img {
	margin: 0 0 3px;
}
#contents .companyBox table.tblCompany td a {
	text-decoration: none;
}
#contents .companyBox table.tblCompany td.map a {
	vertical-align: top;
	margin: 0 0 0 15px;
}

/* チャート
================================================= */
.chartBox {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 0 0;
	border-radius: 8px;
	background-color: #F4F4F4;
	text-align: center;
}
.chartBox {
	display:table;
}

.chartBox .canvasChart {
	width: 310px;
	margin: 0 auto;
	display:table-cell;
}
.chartBox .canvasEval {
	display:table-cell;
	vertical-align: middle;
}

.chartBox ul {
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 133%;
}
.chartBox ul li {
	margin: 0 10px 10px 0;
}
.chartBox ul li span {
	color: #ff3366;
	font-weight: bold;
}
.evalChartText p {
	padding: 0 10px 0 0;
	 color: #666666;
	 font-size: 85%;
	 text-align: right;
}
