@charset "utf-8";
/* ----------------------------------------
common.css for smartphone
2011.05.31
---------------------------------------- */

/* ----------------------------------------
header
---------------------------------------- */
#header {
	width: 100%;
	min-width: 320px;
	margin: 0 0 8px 0;
}
/* ロゴ */
#header h1 {
	min-width: 300px;
	margin: 0;
	padding: 0 10px;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
}
#header h1 a {
	border: none;
	font-weight: normal;
	text-decoration: none;
}

/* ----------------------------------------
詳細ページ
---------------------------------------- */
/* 各種ボタン2 */
#dtl-main #dtl-cl-button-2 {
	clear: both;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
}

/* ----------------------------------------
footer
---------------------------------------- */
/* ページトップ */
#pageTop {
	width: 100%;
	min-width: 320px;
	margin: 0;
}
#pageTop p {
	margin: 0;
	padding: 12px 11px;
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	font-size: 108%;
	font-weight: bold;
	text-align: right;
}
#pageTop p a {
	color: #666;
	text-decoration: none;
}
