@charset "utf-8";
/* kangen/answer.html用CSSインポートファイル */

/* 基本 */
@import '../../../common/reset.css';
@import '../../../common/text.css';

/* レイアウト */
@import '../../../common/grid.css';
@import '../../../layout/frameLayout.css';
@import '../../../layout/headerImpl.css';

/* サイト内共通コンポーネント */
@import '../../../component/specialLinkList.css';
@import '../../../component/productLinkList.css';
@import '../../../component/linkMarks.css';
@import '../../../component/topicPath.css';
@import '../../../component/cartPanel.css';
@import '../../../component/directPutPanel.css';
@import '../../../component/productDataTable.css';

/* ページ内使用コンポーネント */


/*  ページ固有 */

#catchCopy {
	font-size: 140%;
	margin-bottom: 1em;
}

/* 商品リスト */
.handlingArticle {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 0.1em solid #999999;
	margin-bottom: 1em;
}

#pageThema {
	text-align: center;
	font-size: 180%;
	border-top: 0.1em solid #990000;
	border-bottom: 0.1em solid #990000;
	margin-bottom: 0.5em;
}

#primaryContents h3 {
	font-size: 200%;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-left: 0.3em solid #006600;
	border-bottom: 0.1em solid #006600;
}

/* Q&Aリスト */
.fqa h4 {
	font-size: 140%;
	margin-bottom: 0.5em;
	color: #CC0000;
}

.fqa p {
	font-size: 140%;
	margin-bottom: 1.0em;
}

.fqa span {
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
}

/* プライマリーコンテンツメニューリスト */
/* titlebanner */
#titleBanner {
	font-size: 100%;
	height: 10em;
	background: url(/img/products/kangen/titleBar_kangen.jpg) center left no-repeat;
}

#titleBanner h2,
#titleBanner p {
	visibility: hidden;	
}
#menuList {
	margin-bottom: 2em;
	background-color: rgb(45, 181, 181);
}

#menuList li {
	height: 3em;	
}

* html #menuList li {
	width: 24.5%;
}

#menuList a {
	height: 3em;
	text-indent: -9999px;
}

/* メニューリスト画像 */
#menuListRow01 {
	background: url(/img/products/kangen/menuList_KangenTop.png) center center no-repeat;
}

#menuListRow02 {
	background: url(/img/products/kangen/menuList_KangenPurchase.png) center center no-repeat;
}

#menuListRow03 {
	background: url(/img/products/kangen/menuList_KangenHowTo.png) center center no-repeat;
}

#menuListRow04 {
	background: url(/img/products/kangen/menuList_KangenHelp.png) center center no-repeat;
}


/* 目次 */
#pageIndex {
	margin-bottom: 2.0em;
}

#pageIndex h4 {
	font-size: 140%;
	margin-bottom: 0.5em;
}

#pageIndex li {
	margin-bottom: 0.5em;
}

#pageIndex img {
	width: 1.0em;
}

#pageIndex a {
	font-size: 120%;
	text-decoration: none;
}

#pageIndex a:hover {
	text-decoration: underline;
}

 