@charset "shift_jis";

/* ---------------------------------------- *

    name     ：style.css
    contents ：clear/baseset
    data     ：08/11/12 e.adachi
    file     ：all

 * ---------------------------------------- */



/* ------------------------------ *
    見出し
 * ------------------------------ */

h2 {
	max-width: 100%;
	height: 24px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 24px;
	font-weight: bold;
}
h3 {
	width: 100%;
	margin: 20px 0 10px;
	padding: 3px 0 6px;
	font-weight: bold;
	
}
	h3 span {
		display: block;
		padding-left: 20px;
	}
h4 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 108%;
}







/* ------------------------------ *
    基本カラム
 * ------------------------------ */

body {
	text-align: center;
}
div#page {
	width: 800px;
	margin: 0 auto;
	font-size: 77%;
}
	/* --- ヘッダ --- */
	div#head {
		width: 100%;
		height: 110px;
		position: relative;
	}
		div#head .link { /* プライマリメニュー */
			width: auto;
			height: auto;
			position: absolute; bottom: 23px; right: 0;
			line-height: 1.1em;
			overflow: hidden;
		}
		div#head .title { /* 昭文社出版案内ロゴ */
			position: absolute; top: 20px; left: 280px;
		}
		div#head .mapple { /* MAPPLEロゴ */
			position: absolute; top: 12px; left: 0;
		}
		div#head .shobunsha { /* 昭文社ロゴ */
			position: absolute; top: 22px; right: 0;
		}
		div#head h1 { /* パンくず */
			position: absolute; bottom: 23px; left: 0;
			line-height: 1.1em;
		}
		
	/* --- コンテンツ --- */
	div#wrap {
		zoom: 100%; /*IE6*/
		overflow: hidden; /*IE7 and Firefox*/
	}
	* html div#wrap {
		overflow: visible;
	}
		
		div#main {
			float: right;
			width: 610px;
			margin-bottom: 30px;
		}
		div#side {
			float: left;
			width: 175px;
			height: 100%;
		}
				div.menu .list strong {
					display: block;
					margin-top: 15px;
					margin-bottom: 5px;
					overflow:hidden;
				}
					div.menu .list strong a {
						display: block;
						max-width: 100%;
						height: 2em;
						line-height: 2em;
						padding-left: 1em;
						text-decoration: none;
						color: #333;
						font-weight: normal;
						padding-right: 5px;
					}
				div.menu .list p {
					display: block;
					overflow:hidden;
				}
					div.menu .list p a {
						display: block;
						max-width: 100%;
						line-height: 1.5em;
						padding-left: 1.2em;
						text-decoration: none;
						color: #333;
						padding-right: 5px;
					}
				div.menu .list span {
					display: block;
					color: #888;
					padding-left: 0;
					font-size: 93%;
					margin-bottom: 5px;
					line-height: 1em;
				}
			.search {
				padding: 10px 0;
				border-bottom: 3px double #a9b9db;
				text-align: right;
			}
				.search p {
					margin-bottom: 5px;
					line-height: 1.1em;
				}
				.search input {
					width: 100px;
					height: 18px;
				}
	
	/* --- フッタ --- */
	div#foot {
		width: 100%;
		height: 62px;
	}
		div#foot p {
			margin-top: 15px;
			float: left;
			width: 70%;
			line-height: 1.1em;
		}
		div#foot address {
			float: left;
			width: 70%;
			margin-top: 10px;
		}
		div#foot img {
			margin-top: 7px;
			float: right;
		}



/* ------------------------------ *
    ページ別ユニーク設定
 * ------------------------------ */
 
/* --- index.html(ホーム) ---*/
table.info { /* インフォメーション */
	width: 100%;
	margin-bottom: 3px;
}
	table.info th,
	table.info td {
		padding: 3px 0;
	}
	table.info th {
		width: 100px;
	}

div.new table { /* 新刊＆おすすめ */
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
	div.new table th,
	div.new table td {
		padding: 10px 0;
		vertical-align: top;
	}
	div.new table th {
		width: 80px;
	}
		div.new table th p.img {
			text-align: center;
		}
			div.new table th p.img img {
				width: 80px;
				margin: 0 auto;
			}
		div.new table td p {
			margin-bottom: 5px;
			padding: 0 10px;
		}
		div.new table td p.name {
			font-weight: bold;
			font-size: 108%;
		}
		div.new table td p.btn {
			text-align: right;
		}


table.mapplesite { /* MAPPLEのWebサイト */
	float: left;
	width: 297px;
	height: 6em;
	margin: 0 3px 6px 3px;
}
	.mapplesite th,
	.mapplesite td {
		vertical-align: top;
		padding-right: 10px;
	}
	.mapplesite th {
		width: 65px;
	}
		.mapplesite th img {
			width: 65px;
			border: 1px solid #ccc;
		}
	.mapplesite td {
	}
		.mapplesite td p.name {
			margin-bottom: 0.5em;
			font-weight: bold;
			line-height: 1.1em;
		}
		.mapplesite td p.text {
			line-height: 1.2em;
		}

/* --- info.html(インフォメーションバックナンバー) --- */
.teisei ul {
	margin: 10px 0;
}
	.teisei ul li {
		line-height: 1.3em;
		background: url("../img/icon_disc.gif") no-repeat 0.1em 0.3em;
		padding-left: 1em;
		margin-bottom: 5px;
	}
		.teisei p.text {
			display: block;
			margin-bottom: 1em;
			line-height: 1.3em;
		}
		.teisei p.copy {
			display: block;
			margin: 2em 0;
			line-height: 1.1em;
			text-align: right;
		}

/* --- faq.html(よくある質問) --- */
.faq {
}
	.faq table {
		margin-bottom: 25px;
	}
		.faq tr.faq_q th,
		.faq tr.faq_q td {
			vertical-align: top;
		}
		.faq tr.faq_q th {
			width: 3em;
			color: #FF3333;
			font-weight: bold;
		}
		.faq tr.faq_q td {
		}
		.faq tr.faq_a th,
		.faq tr.faq_a td {
			vertical-align: top;
		}
		.faq tr.faq_a th {
			color: #3333FF;
			font-weight: bold;
		}
		.faq tr.faq_a td {
		}



/* ------------------------------ *
    アイコン
 * ------------------------------ */

.arw_right {
	text-align: right;
	line-height: 1.1em;
	overflow: hidden;
}
.arw_right a {
	padding-left: 10px;
}
.arw_top {
	text-align: right;
	padding-top: 30px;
	line-height: 1.1em;
}
.arw_top a {
	padding-left: 11px;
}



/* ------------------------------ *
    詳細ページ用
 * ------------------------------ */

.contbox {
	width: 100%;
	margin-bottom: 20px;
	line-height: 160% !important;
}
.contbox p.text {
	margin-bottom: 10px;
}
.contbox ol li {
	list-style-type: decimal !important;
	margin-bottom: 5px;
}
.contbox ul li {
	background: url("../img/icon_disc.gif") no-repeat 0 0.3em;
	padding-left: 13px;
	margin-left: 42px;
	margin-bottom: 5px;
}
*html .contbox ul li {
	background: url("../img/icon_disc.gif") no-repeat 0 0.4em;
	padding-left: 13px;
	margin-left: 38px;
}

.contbox * {
	line-height: 160% !important;
}


/* ------------------------------ *
    詳細ページ用（海外版）
 * ------------------------------ */

.contbox_f {
	width: 100%;
	line-height: 160% !important;
}
.contbox_f p.text {
	margin-bottom: 10px;
}
.contbox_f ol li {
	list-style-type: decimal !important;
	margin-bottom: 5px;
}
.contbox_f ul li {
	background: url("../img/icon_disc.gif") no-repeat 0 0.3em;
	padding-left: 13px;
	margin-left: 42px;
	margin-bottom: 5px;
}
*html .contbox_f ul li {
	background: url("../img/icon_disc.gif") no-repeat 0 0.4em;
	padding-left: 13px;
	margin-left: 38px;
}

.contbox_f * {
	line-height: 160% !important;
}

.btn_buy2 {
	margin: 5px;
	width: 270px;
	}

.con_2 {
	float: right;
	width: 270px;
	background-color: #ffffff;
	margin-left: 5px;
	}

.con_3{
	margin-bottom: 60px;
	}


.box{
	width: 610px;
	}

.right1{
padding-right: 10px;
float: left;
height:120px;
}

.li2{
list-style-type: none;
}

.top_m{
margin: 20px 0 10px 0;
}

.top_m dt{
font-size:14px;
}



/* --- 書籍仕様のテーブル --- */
.bookdata {
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
	.bookdata th,
	.bookdata td {
		padding-top: 15px;
	}
	.bookdata th {
		width: 55%;
	}
		.bookdata th table.tbl_spec {
			width: 270px;
			border: 2px solid #aaa;
			margin-left: auto;
		}
		.bookdata th table.tbl_spec th,
		.bookdata th table.tbl_spec td {
			border: 1px solid #ccc;
			padding: 2px 5px;
		}
		.bookdata th table.tbl_spec th {
			width: 25%;
			background: #E9EAEE;
			color: #3b3d45;
			font-weight: bold;
		}
		.bookdata th table.tbl_spec td {
			background: #fff;
		}
	.bookdata td {
		padding-left: 50px;
	}
		.bookdata td div.btn_buy p {
			margin-bottom: 3px;
		}
			.bookdata td div.btn_buy img {
				width: 151px;
				height: 27px;
			}


/* --- 海外版書籍仕様のテーブル --- */
.bookdetail {}
	.bookdetail th,
	.bookdetail td {}
	.bookdetail th {
		width: 55%;
	}
		.bookdetail th table.tbl_spec {
			width: 270px;
			border: 2px solid #aaa;
			margin-left: auto;
		}
		.bookdetail th table.tbl_spec th,
		.bookdetail th table.tbl_spec td {
			border: 1px solid #ccc;
			padding: 2px 5px;
		}
		.bookdetail th table.tbl_spec th {
			width: 25%;
			background: #E9EAEE;
			color: #3b3d45;
			font-weight: bold;
		}
		.bookdetail th table.tbl_spec td {
			background: #fff;
		}
	.bookdetail td {
		padding-left: 50px;
	}
		.bookdetail td div.btn_buy p {
			margin-bottom: 3px;
		}
			.bookdetail td div.btn_buy img {
				width: 151px;
				height: 27px;
			}



/* --- シリーズ一覧 --- */
.series-ichiran {
	width: 78%;
	margin: 10px auto 0;
	border: 2px solid #aaa;
	zoom: 100%; /*IE6*/
	overflow: auto; /*IE7 and Firefox*/
}
	/*\*/
	* html .series-ichiran {
		overflow: visible;
	}
	/**/

.series-ichiran div {
	padding: 2px 0 3px 12px;
}
*html .series-ichiran div {
	padding: 2px 0 11px 12px;
}
.series-ichiran strong {
	display: block;
	margin-bottom: 10px;
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	background: #E9EAEE;
}
.series-ichiran .memo {
	display: block;
	line-height: 1.1em !important;
	margin-bottom: 10px;
	padding-right: 10px;
	white-space: nowrap;
	background: none;
}
.series-ichiran p {
	float: left;
	white-space: nowrap;
	line-height: 1.1em !important;
	margin: 0 20px 10px 0;
	padding-left: 10px;
	background: url("../img/icon_disc.gif") no-repeat 0 0.2em;
}
.series-ichiran p.index {
	float: none;
	display: block;
	font-weight: bold;
	clear: both;
	padding: 0;
	background: none;
	border-left: 5px solid #aaa;
	padding-left: 5px;
}


table.enquete {
	width: 580px;
	margin: 0 auto;
	background: #fff6d7;
}
	table.enquete td {
		padding: 10px 15px;
	}
	table.enquete td img {
		display: block;
		margin-bottom: 10px;
	}
	table.enquete th {
		padding-right: 15px;
		vertical-align: middle;
	}

/*   なるほど地図帳世界／日本2010flash分離用 */
.wrapFlashBox {
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	text-align: center;
	border-top: solid 1px #a0b0d0;
}
.innerFlashBox {
	margin: auto;
	width: 720px;
}


/*   railway box ボーダー */
.railway_box{
width:100%; 
height:100%; 
border: solid 1px #333;
}

.railway_border{
text-align:center; 
vertical-align: middle; 
border: solid 1px #333;
}

.railway_box th{
background-color: #d1e7f5;
font-weight:bold;
}

.rail_l{
float: left; 
margin-right: 5px; 
width: 610px;
*margin-right: 0px;
}

.mapple_bt{
float: left; 
margin-right: 5px;
}