@charset "utf-8";
/*------------------------------------------------
 * タイトル：トップページ用ＣＳＳファイル
 * 説明    ：
 *
 * 著作権  ：
 * 会社名  ：
 *
-------------------------------------------------*/

/*------------------------------------------------
 外部ＣＳＳのインポート
------------------------------------------------*/
@import "common.css";		/* 共通CSS */

/*------------------------------------------------
 ライトボックス
------------------------------------------------*/
/* ライトボックス */
div#boxRight {
	background: url(../images/cardlist/bgMiddleCardList.gif) repeat-y;
}

div#contentsArea {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* リード文章 */
div#readText {
	width: 100%;
	margin-bottom: 20px;
}

/* パンくず */
p#pankuzu {
	margin-bottom: 10px;
	font-size: 70%;
	color: #999999;
}

/* カード情報 */
div.cardInfo {
	width: 600px;
	padding: 15px 0 15px 0;
	border-top: solid 1px #b6a70e;
}

div.photoCard {
	float: left;
	width: 100px;
}

div.cardCaption {
	position: relative;
	width: 490px;
	float: right;
}

p.cardTitle {
	line-height: 1.5em;
	border-bottom: solid 1px #999999;
}

span.cardName {
	font-size: 100%;
	font-weight: bold;
	color: #e32d91;
}

p.cardTitle img {
	vertical-align: middle;
}

div.cardText {
	position: relative;
	margin-top: 5px;
}

p.textMain {
	width: 390px;
}

p.btnShow {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}



	



