@charset "utf-8";

/* ========================================================
	contents css => コンテンツ共通用css
======================================================== */

/* パンくず
============================================================================================================ */
p#topicPath {
	padding: 0.4em 1em 0.5em;
	color: #023894;
}
p#topicPath a.home {
	padding-left: 15px;
	background: url(../images/home_icon.gif) no-repeat left;
}



/* メインエリア
============================================================================================================ */
div#mainArea {
	float: left;
	width: 720px;
	padding-top: 5px;
	background: url(../images/contents_border_top.gif) no-repeat;
}
div#mainInner {
	padding: 12px 19px;
	background: url(../images/contents_bg.gif) no-repeat top;
	border: 1px solid #e4e4e4;
	border-top-width: 0;
}

/* サイド
============================================================================================================ */
div#sideArea {
	float: right;
	width: 200px;
}
div#sideArea li {
	margin-bottom: 10px;
}

/* ページトップ
============================================================================================================ */
p.pagetop {
	margin: 10px 0 20px;
	text-align: right;
}



/* タブ
============================================================================================================ */
div#contentsArea div.tabcontents {
	padding-top: 0;
	background: none;
}
div#tab {
	border-bottom: 1px solid #ffc000;
}
div#tab ul {
	border-bottom: 3px solid #ffcc00;
	zoom: 1;
}
div#tab ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#tab li {
	float: left;
}
div#tab li.right {
	float: right;
}




/* 新着情報
============================================================================================================ */
div#contentsArea div.newcontents {
	padding-top: 0;
	background: none;
}
div.newsbox {
	margin-bottom: 15px;
	padding-top: 5px;
	background: url(../images/contents_border_top.gif) no-repeat;
}
div.newsbox div.inner {
	padding: 1px;
	background: url(../images/contents_bg.gif) no-repeat top;
	border: 1px solid #e4e4e4;
	border-top-width: 0;
}

div.newsbox div.title {
	margin: 0 19px;
	padding:12px 0 5px;
	border-bottom: 1px solid #e2e2e2;
}
div.newsbox div.title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.newsbox div.title p {
	float: left;
	padding-left: 20px;
	background: url(../images/point_circle.gif) no-repeat left;
	font-weight: bold;
	color: #999999;
}
div.newsbox div.title h2 {
	margin-left: 8em;
	padding: 3px 0;
	font-size: 114%;
	line-height: 1.3;
}

div.newsbox div.contents {
	margin: 0 19px;
	padding: 20px 0 30px;
	border-top: 2px solid #f1f1f1;
	zoom: 1;
}
div.newsbox div.contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.newsbox ul.navi {
	padding: 10px 20px;
	background-color: #f5f5f5;
	text-align: center;
	zoom: 1;
}
div.newsbox ul.navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.newsbox ul.navi li.prev {
	float: left;
	padding-left: 12px;
	background: url(../../news/images/arrow_prev.gif) no-repeat left;
}
div.newsbox ul.navi li.next {
	float: right;
	padding-left: 12px;
	background: url(../../news/images/arrow_next.gif) no-repeat left;
}
div.newsbox ul.navi li.top {
	margin: 0 270px;
}

p.page_swicth {
	position: relative;
	margin: 20px 20px 0;
	padding: 0 5em;
	text-align: center;
	zoom: 1;
}
p.page_swicth span.prev {
	position: absolute;
	left: 0;
	padding-left: 12px;
	background: url(../../news/images/arrow_prev.gif) no-repeat left;
}
p.page_swicth span.next {
	position: absolute;
	right: 0;
	padding-left: 12px;
	background: url(../../news/images/arrow_next.gif) no-repeat left;
}
p.page_swicth a.link_page,
p.page_swicth span.current_page {
	border: 1px solid #cccccc;
	margin: 0 5px;
	padding: 0 0.5em;
}


div#archive {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
div#archive h3 {
	border-bottom: 1px solid #cccccc;
}
div#archive dl {
	margin: 8px 10px;
	padding-bottom: 8px;
	background: url(../images/line.gif) repeat-x left bottom;
	zoom: 1;
}
div#archive dl.last {
	margin-bottom: 0;
	background: none;
}
div#archive dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#archive dt {
	padding-left: 10px;
	background: url(../../news/images/archive_point.gif) no-repeat left;
	font-weight: bold;
}
div#archive dd {
	padding-left: 10px;
}
div#archive dd li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
	white-space: nowrap;
}



/* つるまるについて
============================================================================================================ */

/* つるまるの紹介
----------------------------------------------------------------------------------------- */
div.aboutcontents div#mainInner {
	padding-top: 25px;
	padding-bottom: 30px;
}
div.aboutcontents h2 {
	margin-bottom: 15px;
}
div.aboutcontents p {
	padding-bottom: 1em;
}
div.aboutcontents div div {
	margin-bottom: 30px;
	border-bottom: 1px dotted #cccccc;
}
div.aboutcontents div div.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
div.aboutcontents div div ul {
	margin-bottom: 1em;
	zoom: 1;
}
div.aboutcontents div div ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.aboutcontents div div ul li {
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
}
div.aboutcontents div div ul li.right {
	float: right;
}

/* つるまるのこだわり
----------------------------------------------------------------------------------------- */
div.commitmentcontents div#mainInner {
	padding-top: 35px;
	padding-bottom: 30px;
}
div.commitmentcontents div div {
	zoom: 1;
}
div.commitmentcontents div div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.commitmentcontents div div h2,
div.commitmentcontents div div p {
	width: 458px;
}
div.commitmentcontents div div h2 {
	margin-bottom: 10px;
}
div.commitmentcontents div div p.ph {
	width: auto;
	padding: 1px;
	border: 1px solid #cccccc;
}
div.commitmentcontents div.ph_left {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #cccccc;
}
div.commitmentcontents div.ph_left h2,
div.commitmentcontents div.ph_left p {
	float: right;
}
div.commitmentcontents div.ph_left p.ph {
	float: left;
}
div.commitmentcontents div.ph_right {
	margin-bottom: 15px;
}
div.commitmentcontents div.ph_right h2,
div.commitmentcontents div.ph_right p {
	float: left;
}
div.commitmentcontents div.ph_right p.ph {
	float: right;
}


/* メニュー
============================================================================================================ */
div.menucontents h2 {
	margin-bottom: 10px;
	padding: 8px 16px;
	background: url(../../menu/images/title_bg.gif) no-repeat left;
}
div.menu_section {
	margin-bottom: 20px;
	zoom: 1;
}
div.menu_section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.menu_section div {
	float: left;
	width: 220px;
	margin-right: 10px;
}
div.menu_section div.last {
	margin-right: 0;
}
div.menu_section p {
	padding: 1px;
	border: 1px solid #dadada;
}
div.menu_section dt {
	padding: 14px 0 0;
	background: #e5e5e5 url(../../menu/images/menu_bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
}
div.menu_section dd {
	padding: 5px;
}



/* アレルギー
----------------------------------------------------------------------------------------- */
div.allergycontents div#mainInner {
	padding-bottom: 30px;
}
/* div.allergycontents h2 {
	padding: 0.5em 0 1em;
	font-weight: normal;
} */
div.allergycontents h2 {
	margin-bottom: 10px;
	padding: 8px 16px;
	background: url(../../menu/images/title_bg.gif) no-repeat left;
}

div.allergycontents table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
div.allergycontents table th,
div.allergycontents table td {
	padding: 0.4em 1em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
}
div.allergycontents table th.group,
div.allergycontents table tr.title th,
div.allergycontents table tr.line th,
div.allergycontents table tr.line td {
	border-bottom: 1px solid #cccccc;
}
div.allergycontents table tr.title th {
	background-color: #fdfdcb;
	font-weight: bold;
	text-align: center;
}
div.allergycontents table th.group {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
}
div.allergycontents table td {
	width: 10%;
	text-align: center;
}
div.allergycontents dl dt {
	margin-top: 1em;
	font-weight: bold;
}
div.allergycontents dl dd {
	padding-left: 1em;
	font-size: smaller;
	text-indent: -1em;
}





/* Q＆A
============================================================================================================ */
div.qacontents h2 {
	margin-bottom: 20px;
	border-bottom: 2px solid #f1f1f1;
	font-size: 114%;
}
div.qacontents h2 strong {
	display: block;
	padding: 2px 0 5px 32px;
	background: url(../../qa/images/icon_question.gif) no-repeat left;
	border-bottom: 1px solid #e2e2e2;
}
div.qacontents dl {
	padding-bottom: 20px;
}
div.qacontents dt {
	padding-left: 32px;
	padding-bottom: 10px;
	background: url(../../qa/images/icon_q.gif) no-repeat;
	color: #ffba00;
	font-weight: bold;
}
div.qacontents dd {
	margin-bottom: 1em;
	padding: 0 0 0.8em 32px;
	background: url(../../qa/images/icon_a.gif) no-repeat;
	border-bottom: 1px dotted #bfbfbf;
}





