@charset "UTF-8";
/* CSS Document */
.download__headline {
    margin-bottom:15px;
}

.download__table {
    width:100%;
    margin-bottom:30px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}

.download__table th,
.download__table td {
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:4px;
}

.download__table th {
    font-weight:bold;
}

.table__cell--no {
    width:90px;
}

.table__cell--no {
}

.table__cell--commenter {
    width:260px;
}

.table__cell--duration {
    width:90px;
}

.table__cell--size {
    width:90px;
}
 /* fonts 
========================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}


 /* Reset 
========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}


 /* Setting 
========================================*/
body {
	background-color: #FFFFFF;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	font-size:100%;
	font-weight:normal;
	text-align: left;
}
li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
  font-weight: normal;
  font-size:93%;
}
img {
	border: none;
}
 

 /* clearfix 
========================================*/
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; } 
.clearfix { display: block; }

.clear{
  clear:both;
  height:0;
  line-height:0;
}



/* ===============================================
   ベースレイアウト
   ===============================================*/
#container {
	margin: 0 auto;
	width: 900px;
	}
#books_list,
#books_detail {
	float: right;
	font-size: 93%;
	width: 725px;
	}
#left_sidebar {
	float: left;
	font-size: 93%;
	width: 155px;
	}
#right_sidebar {
	float: right;
	font-size: 93%;
	width: 155px;
}
#journals_detail {
	float: left;
	font-size: 93%;
	width: 725px;
}
#journals_list {
	float: left;
	font-size: 93%;
	width: 725px;
}
#journals_base {
	font-size: 93%;
}
#base {
	font-size: 93%;
}
#static {
    font-size: 93%;
}
#wrapper_env {
    background-color:#f05c13;
    border-bottom:1px solid #cccccc;
    color:#ffffff;
}
#wrapper_env p {
    text-align:center;
    font-size:116%;
    font-weight:normal;
    padding:8px;
    line-height:1;
}


/* ===============================================
   LINKセット
   ===============================================*/

/* -----------------------------------------------
   link
   -----------------------------------------------*/
#contents a:link {
  color: #336699;
  text-decoration:none;
}
#contents a:visited {
  color: #6A439C;
  text-decoration:none;
}
#contents a:hover,
#contents a:active {
  color: #003366;
  text-decoration: underline;
}
#headerBox #searchNavi a:link,
#footer a:link,
#headerBox #searchNavi a:visited,
#footer a:visited {
  color: #666666;
  text-decoration: none;
}
#headerBox #searchNavi a:hover,
#footer a:hover,
#headerBox #searchNavi a:active,
#footer a:active {
  color: #336699;
  text-decoration: underline;
}
#left_sidebar a:link,
#left_sidebar a:visited {
  color: #333333;
  text-decoration:none;
}
#left_sidebar a:hover,
#left_sidebar a:active {
  color: #336699;
  text-decoration: underline;
}
.booksBox a:link,
.booksBox a:visited {
  color: #333333;
  text-decoration:none;
}
.booksBox a:hover,
.booksBox a:active {
  color: #336699;
  text-decoration: underline;
}
#topicPath a:link,
#topicPath a:visited {
  color: #666666;
  text-decoration:none;
}
#topicPath a:hover,
#topicPath a:active {
  color: #336699;
  text-decoration: underline;
}
a.external {
    padding-right:14px;
    background: url(/images/contents/external.png) 100% 1px no-repeat;
}
span.external {
    padding-right:14px;
    background: url(/images/contents/external.png) 100% 1px no-repeat;
}

/* ===============================================
   共通パーツ
   ===============================================*/

/* -----------------------------------------------
   header
   -----------------------------------------------*/
#headerTop {
	height: 65px;
	}
#logo {
	float: left;
	padding: 12px 0;
	width: 181px;
	}
#headerBox {
	float: right;
	position: relative;
	width: 710px;
	}
#hnavi {
	height: 18px;
    /*
     * stemap あり
	margin: 7px 0 10px 434px;
	width: 276px;
	*/
    margin: 7px 0 10px 484px;
    width: 226px;
	}
#hnavi li {
	float: left;
	}
#searchBox span {
	background: url(/images/common/search.gif) left 3px no-repeat;
	height: 20px;
	padding-left: 80px;
	position: absolute;
    right: 370px;
	}
#textSearch {
	background-color:#F0F0F0;
	border:1px solid #C3C3C3;
	position: absolute;
	height: 18px;
    right: 225px;
	width:140px;
    line-height:18px;
    padding-left:2px;
}
#searchBox .search_btn {
	background: url(/images/common/search_btn.gif) left top no-repeat;
    border: 0px;
	height: 20px;
	position: absolute;
	right: 165px;
	text-indent: -9999px;
    width: 60px;
}
#searchNavi {
	position: absolute;
	right: 0;
	}
#searchNavi p {
	background: url(/images/common/arrow01.gif) left center no-repeat;
	color: #666666;
	display: inline;
	font-size: 85%;
	margin-left: 10px;
	padding-left: 8px;
	}
#gnavi {
	background: url(/images/common/gnavi_bg.gif) left top no-repeat;
	height: 70px;
	margin-bottom: 15px;
	}
#gnavi ul {
	margin: 0 auto;
	width: 898px;
	}
#gnavi li {
	float: left;
	height: 38px;
	}
#gnavi li.gnavi01 {
	width: 132px;
	}
#gnavi li.gnavi02 {
	width: 127px;
	}
#gnavi li.gnavi03 {
	width: 128px;
	}
#gnavi li.gnavi04 {
	width: 127px;
	}
#gnavi li.gnavi05 {
	width: 128px;
	}
#gnavi li.gnavi06 {
	width: 127px;
	}
#gnavi li.gnavi07 {
	width: 129px;
	}
#topicPath {
	color: #666666;
	float: left;
	font-size: 77%;
	padding-left: 10px;
	padding-top: 6px;
	width: 702px;
	}
#gnavi ul.navi {
	float: right;
	padding-top: 8px;
	width: 186px;
	}
#gnavi ul.navi li {
	padding-left: 10px;
	}

/* -----------------------------------------------
   footer
   -----------------------------------------------*/
#footer {
	background: url(/images/common/footer_line.gif) left top no-repeat;
	color: #666666;
	font-size: 85%;
	margin: 35px 0 30px;
	padding-top: 15px;
	}
#fnavi {
	float: left;
	width: 780px;
	}
#pageTop {
	float: right;
	width: 106px;
	}
#footer li {
	display: inline;
	padding-right: 10px;
	}
#footer li a {
	background: url(/images/common/arrow01.gif) left center no-repeat;
	padding-left: 8px;
	}
#copyright {
	clear: both;
	}


/* -----------------------------------------------
   left_sidebar
   -----------------------------------------------*/
#left_sidebar h3 {
	margin-bottom: 10px;
	}
#left_sidebar h4 {
	font-weight: bold;
    padding:3px 6px 2px 18px;
    cursor:pointer;
	}
#left_sidebar h4#ms {
    border-bottom: 1px solid #CCCCCC;
    }
#left_sidebar h4.open {
    background: url(/images/common/tree-0.png) 4px center no-repeat #F0F0EB;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    }
#left_sidebar h4.close {
    background: url(/images/common/tree-1.png) 4px center no-repeat #F0F0EB;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    }
#left_sidebar ul {
	margin-bottom: 15px;
	}
#left_sidebar li {
	background: url(/images/common/arrow03.gif) 4px center no-repeat;
	border-top: 1px dotted #CCCCCC;
	padding-left: 20px;
	padding-top: 3px;
	}
#left_sidebar li.firstChild {
	border-top: none;
	}
#left_sidebar li.current {
    background-color:#dfffdf;
    }
#left_sidebar p.btn {
	border-bottom: none;
    margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

/* -----------------------------------------------
   right_sidebar
   -----------------------------------------------*/
#right_sidebar p.btn {
	margin-bottom: 20px;
	}
#right_sidebar h2 {
	margin-bottom: 10px;
	}
#right_sidebar ul {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 30px;
	}
#right_sidebar li {
	padding-top: 20px;
	}
#right_sidebar p.photo {
	margin-bottom: 10px;
	text-align: center;
	}
#right_sidebar p.photo img {
	border: 1px solid #CCCCCC;
	}
#right_sidebar p.text {
	padding-left: 10px;
	}

/* -----------------------------------------------
   submenu
   -----------------------------------------------*/
#submenu {
	font-size: 93%;
	margin-bottom: 30px;
	}
#submenu p {
	background-color: #EBE6C8;
	margin-bottom: 10px;
	padding: 12px 20px 10px;
	}
#submenu p span {
	color: #33A01E;
	}
#submenu li {
	float: left;
	}
#submenu li.c_submenu01 {
	width: 141px;
	}
#submenu li.c_submenu02 {
	width: 153px;
	}
#submenu li.c_submenu03 {
	width: 113px;
	}
#submenu li.c_submenu04 {
	width: 140px;
	}
#submenu li.c_submenu05 {
	width: 140px;
	}
#submenu li.c_submenu06 {
	width: 213px;
	}
#submenu li.submenu01 {
	width: 147px;
	}
#submenu li.submenu02 {
	width: 190px;
	}
#submenu li.submenu03 {
	width: 209px;
	}
#submenu li.submenu04 {
	width: 145px;
	}
#submenu li.submenu05 {
	width: 209px;
	}


/* ===============================================
   コンテンツパーツ
   ===============================================*/

/* -----------------------------------------------
   書籍・雑誌-一覧
   -----------------------------------------------*/
.parts_booksList {
	background: url(/images/contents/bg_bottom-1.gif) left bottom no-repeat;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	width: 725px;
	}
.parts_booksList .inner {
	background: url(/images/contents/bg_top-1.gif) left top no-repeat #F0F0EB;
	padding: 20px 20px 0;
	}
.parts_booksList .photo {
	float: left;
	width: 108px;
	}
.parts_booksList .photo img {
	border: 1px solid #CCCCCC;
	}
.parts_booksList .text {
	float: right;
	width: 560px;
	}
.parts_booksList .title span {
	font-size: 108%;
	font-weight: bold;
	}
.parts_booksList .price {
	font-weight: bold;
	margin-top: 25px;
	}
.parts_booksList .alternative {
    font-weight: bold;
    }
.parts_booksList .stock0 {
	color: #CC0000;
	font-weight: bold;
	}
.parts_booksList .stock1 {
    color: #333333;
    font-weight: bold;
    }
.parts_booksList .textBox {
	width: 360px;
	}
.parts_booksList .btnBox {
	bottom: 20px;
	position: absolute;
	right: 20px;
	width: 190px;
	}
.parts_booksList .btnBox li {
	float: left;
	height: 25px;
	width: 90px;
	}
.parts_booksList li.detail {
	width: 100px;
	}
.parts_booksList .cart_btn {
	margin-top: 10px;
	}
.parts_booksList .input_btn {
	background: url(/images/contents/btn_cart.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 190px;
	}
/* Operaのみ適用 */
*+html:first-child .parts_booksList .input_btn {
padding-left: 400px;
}
.parts_booksList span.nobr {
    white-space: nowrap;
}

/* -----------------------------------------------
   書籍・雑誌-詳細
   -----------------------------------------------*/
.parts_booksDetail {
    margin-bottom:30px;
    }
.parts_booksDetail .detailPhotoBox {
	float: left;
	width: 226px;
	}
.parts_booksDetail .detailTextBox {
	}
.parts_booksDetail .detailRight {
    float: right;
    width: 479px;
    }
.detailPhotoBox .photo {
	margin-bottom: 30px;
	}
.detailPhotoBox .photo img {
	border: 1px solid #CCCCCC;
	}
.detailPhotoBox .readBtn {
	margin-bottom: 15px;
	text-align: center;
	}
.detailPhotoBox .cart_btn {
	margin: 0 18px 15px;
	}
.detailPhotoBox p {
	font-weight: bold;
	text-align: center;
	}
.detailPhotoBox p.stock0 {
    color: #CC0000;
    }
.detailPhotoBox p.stock1 {
    color: #333333;
    }
.detailPhotoBox p.alternative {
    margin-top:10px;
    font-size:100%;
    font-weight: bold;
    text-align:left;
    }
.detailTextBox .title {
	margin-bottom: 10px;
	}
.detailTextBox .title span.series {
    font-size: 108%;
    font-weight: bold;
    }
.detailTextBox .title span {
	font-size: 152%;
	font-weight: bold;
	}
.detailTextBox .title span.subTitle {
	font-size: 108%;
	font-weight: bold;
	}
.detailTextBox ul {
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0;
	padding-bottom: 15px;
	}
.detailTextBox .price {
	font-size: 108%;
	font-weight: bold;
	}
.detailTextBox .list li {
	list-style: disc inside;
	}
.detailTextBox .listLink {
	border-bottom: none;
	margin: 0 0 15px;
	padding-bottom: 0;
	}
.detailTextBox .listLink a,
.detailTextBox .link a{
	background: url(/images/common/arrow02.gif) left center no-repeat;
	padding-left: 10px;
	}
.detailTextBox .listLink .errataBtn a,
.detailTextBox .link .errataBtn a{
	background: none;
	padding-left: 0;
	}
.detailTextBox .link {
	margin-bottom: 15px;
	text-align: right;
	}
.detailTextBox .headline {
	background-color: #E1EBEB;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding: 8px 8px 6px;
	}
.detailTextBox .sentence {
	margin-bottom: 15px;
	}
.detailTextBox .lead {
    border-bottom: 1px solid #CCCCCC;
    margin: 15px 0;
    padding-bottom: 15px;
    }
.detailTextBox ul.sentence {
	border-bottom: none;
	margin: 0 0 15px;
	padding-bottom: 0;
	}


/* -----------------------------------------------
   全て選択　かごに入れる
   -----------------------------------------------*/

.parts_checkAll .checkBox {
	background: url(/images/contents/bg_bottom-1.gif) left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
.parts_checkAll .checkBox .inner {
	background: url(/images/contents/bg_top-1.gif) left top no-repeat #F0F0EB;
	padding: 10px 10px 0;
	}
.parts_checkAll .checkBtn {
	float: left;
	position: relative;
	width: 470px;
}
.parts_checkAll .checkBtn .chk_all {
	display: block;
	height: 12px;
	left: 7px;
	position: absolute;
	top: 7px;
	width: 12px;
}
.parts_checkAll .checkBtn label {
	background: url(/images/contents/checkbox.gif) left top no-repeat;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 85px;
}
.parts_checkAll .checkBox p {
	float: right;
	width: 235px;
	}
.inputBtnAll .input_btn {
	background: url(/images/contents/btn_checkall.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 235px;
	}
/* Operaのみ適用 */
*+html:first-child .inputBtnAll .input_btn {
padding-left: 600px;
}



/* -----------------------------------------------
   お問い合わせ・お客様情報入力フォーム
   -----------------------------------------------*/

.parts_form table {
	margin-bottom: 25px;
	width: 700px;
	}
.parts_form th {
	background-color: #E1E1E1;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 10px;
	width: 130px;
	}
.parts_form .box {
	vertical-align: top;
	}
.parts_form .box2 {
    width:300px;
    vertical-align: top;
    }
.parts_form td {
	background-color: #F0F0EB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 10px;
	}
.parts_form .sub {
	width: 150px;
	}
.parts_form .notice1 {
	background: url(/images/contents/notice-1.gif) right center no-repeat #F0F0EB;
	}
.parts_form .notice2 {
	background: url(/images/contents/notice-2.gif) right center no-repeat #E1E1E1;
	}
.parts_form .notice3 {
	background: url(/images/contents/notice-1.gif) right 12px no-repeat #F0F0EB;
	}
.parts_form .notice4 {
	background: url(/images/contents/notice-3.gif) right center no-repeat #E1E1E1;
	}
.parts_form .notice5 {
	background: url(/images/contents/notice-3.gif) right 12px no-repeat #E1E1E1;
	}
.parts_form input,
.parts_form textarea {
	border: 1px solid #CCCCCC;
	padding: 3px 0;
	}
.parts_form label {
	margin-right: 5px;
	}
.parts_form .textM {
	width: 120px;
}
.parts_form #zip1 {
	margin: 0 5px;
	width: 70px;
	}
.parts_form #zip2 {
	width: 70px;
	}
.parts_form #address1,
.parts_form #address2,
.parts_form #address3 {
	width: 340px;
	}
.parts_form #email,
.parts_form #emailc {
	width: 300px;
	}
.parts_form #message {
	height: 225px;
	width: 340px;
	}
.parts_form .small {
	color: #666666;
	font-size: 85%;
	margin-top: 5px;
	}
.parts_form span {
	display: block;
	}
.parts_form span input {
	border: none;
	margin-right: 5px;
	padding: 0;
	}
.parts_form .submit_btn {
	margin-top: 30px;
	}
.parts_form .submit_btn p {
	text-align: center;
	}
.parts_form .submit_btn input,
.parts_form .submit_btn textarea {
	border: none;
	padding: 0;
	}
.parts_form .has_error {
	background-color: #FFEBE1;
	border: 1px solid #CC0000;
	}
.parts_form input.tipped {
	color: #BBBBBB;
}

/* -----------------------------------------------
   入力画面エラー
   -----------------------------------------------*/
#cart_message {
	background-color: #FFEBE1;
	border: 1px solid #CC0000;
	margin-bottom: 30px;
	padding: 10px 20px;
	}
#cart_message p {
	margin-bottom: 0;
	}
p.error_message {
	color: #CC0000;
	font-weight: bold;
	}
#cart_entry_customer input.has_error {
	background-color: #FFEBE1;
	border: 1px solid #CC0000;
	}
#cart_container td p.error_message {
	color: #CC0000;
	font-weight: normal;
	margin: 10px 0 0;
	}
#cart_entry_procedure input.no_choice {
	border: 1px solid #CC0000;
	padding: 5px;
	}




/* ===============================================
   ページ別
   ===============================================*/

/* -----------------------------------------------
   #001 トップページ
   -----------------------------------------------*/

#top_contentsBox {
	float: left;
	width: 485px;
	}
#top_bnrBox {
	float: right;
	width: 220px;
	}
#topInformation {
	border: 1px solid #E69619;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	}
#topInformation .title {
	background-color: #E69619;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding: 4px;
}
#topInformation dt {
	color: #CC0000;
	font-weight: bold;
}
#topInformation dd {
	margin-bottom: 20px;
}
#topInformation hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #E69619;
    height: 1px;
    }
#top_contentsBox .box {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	width: 453px;
	}
#top_contentsBox h2.title {
	float: left;
	padding-top: 2px;
	width: 173px;
	}
#top_contentsBox p.allBtn {
	float: right;
	width: 112px;
	}
#top_contentsBox .itemList {
	margin: 20px auto 0;
	width: 422px;
	}
#top_contentsBox .itemList ul {
	margin: 0 -49px 30px 0;
	width: 471px;
	}
#top_contentsBox .itemList li {
	float: left;
	width: 157px;
	}
#top_contentsBox .icon {
	display: block;
	padding-bottom: 10px;
	}
#top_contentsBox .photo img {
	border: 1px solid #CCCCCC;
	}
#infoBox {
	padding-top: 10px;
	}
#infoBox h2 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	}
#infoBox li {
    margin-left:70px;
    padding-bottom:4px;
    text-indent:-70px;
    }
#infoBox span {
	background: url(/images/common/arrow02.gif) left center no-repeat;
	margin-left: 6px;
	padding-left: 8px;
	}
#top_bnrBox li {
	border: 1px solid #E69619;
	background-color: #FFFFF5;
	margin-bottom: 10px;
    line-height:1px;
	}
#top_bnrBox .text {
	line-height: 1.5;
	padding: 8px;
	}
#top_bnrBox .text span {
	font-weight: bold;
	}
#top_bnrBox li#banner_infectionfair {
    border: 1px solid #e5007f;
    background-color: #FFFFFF;
    }
#top_bnrBox li#banner_infectionfair .text {
    padding: 8px 4px;
    }

/* -----------------------------------------------
   #002 新刊案内
   -----------------------------------------------*/

#books h1 {
	background-color: #F5F0E1;
	font-size: 122%;
	font-weight: bold;
	padding: 12px 15px 10px;
	width: 695px;
	}
.booksBox {
	margin-bottom: 25px;
	}
.booksBox h2 {
	background: url(/images/contents/icon_title.gif) left 1px no-repeat;
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 22px;
	}
h2.middle {
	margin-top: 20px;
}

/* -----------------------------------------------
   #003 分類別一覧
   -----------------------------------------------*/

.option ul {
	margin-bottom: 10px;
	}
.option li {
	float: left;
	margin-right: 15px;
	}
.option p {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.page {
	margin-bottom: 15px;
	}
.page p.pageguide1 {
	float: left;
	font-weight: bold;
	width: 525px;
	}
.page p.pageguide1 a{
	font-weight: bold;
	}
.page p.pageguide2 {
	float: right;
	text-align: right;
	width: 200px;
	}
.page p.pageguide1 span {
	margin-right: 25px;
	}
.page p.pageguide1 span .nowPage {
	color: #999999;
	font-weight: normal;
	margin-right: 0;
	}

/* -----------------------------------------------
   #004 書籍詳細
   -----------------------------------------------*/

#booksDetail h1 {
	background-color: #F5F0E1;
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 12px 15px 10px;
	width: 695px;
	}

#relatedList {
    margin-top: 30px;
    margin-bottom: 30px;
    }

#relatedList h3 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 10px;
	}
#relatedList li {
	float: left;
	border-left: 1px solid #CCCCCC;
	width: 192px;
	}
#relatedList li.firstChild {
	border-left: none;
	width: 169px;
	}
#relatedList li.lastChild {
	width: 168px;
	}
#relatedList p {
	padding-left: 24px;
	margin-bottom: 10px;
	width: 145px;
	}
#relatedList li.firstChild p {
	padding-left: 0;
	}
#relatedList p.photo {
	text-align: center;
	}
#relatedList p img {
	border: 1px solid #CCCCCC;
	}

/* -----------------------------------------------
   #005 簡易検索
   -----------------------------------------------*/
.listIcon {
	margin-bottom: 10px;
}

/* -----------------------------------------------
   #009 #020 #030 雑誌最新号
   -----------------------------------------------*/

#journals_detail  {
	margin-bottom: 80px;
	}
#journals_detail h2 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

#journals_detail .price {
	font-size: 100%;
	margin-bottom: 20px;
	}
#journals_detail .detailTextBox .headline {
	background-color: #EBE6C8;
}
#journals_detail .detailTextBox p.recipe_author {
    font-weight:bold;
    padding-bottom: 20px;
}
#journals_detail .comingBox h2 {
	border-bottom: 1px solid #CCCCCC;
	margin: 30px 0 10px;
	padding-bottom: 10px;
	}

/* -----------------------------------------------
   #010 #021 #032 雑誌バックナンバー
   -----------------------------------------------*/

#journals_list h2 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
#journals_list .backnumber_guide,
#journals_detail .backnumber_guide {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	}
#journals_list .backnumber_guide li,
#journals_detail .backnumber_guide li {
	display: inline;
	}
#journals_list .center,
#journals_detail .center {
	font-size: 122%;
	font-weight: bold;
	margin: 0 30px;
	}
#journals_list .bottom,
#journals_detail .bottom {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
    }
.journalsList_check {
	float: left;
	width: 37px;
	}
.journalsList_outline {
	float: right;
	width: 648px;
	}
.journalsList_check input {
	margin-top: 68px;
	}
#journals_list .parts_booksList .text {
	float: right;
	width: 520px;
	}
#journals_list .parts_booksList .textBox {
	width: 320px;
	}



/* -----------------------------------------------
   #016 #027 #038 雑誌年間購読
   -----------------------------------------------*/
#subscribe h2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}
#subscribe .lead {
	margin-bottom: 25px;
	}
#subscribe .price {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 138%;
	font-weight: bold;
	height: 25px;
	margin-bottom: 30px;
	padding: 25px;
	text-align: center;
	}
#subscribe h3 {
	font-weight: bold;
	margin-bottom: 20px;
	}
#subscribe .image {
	margin-bottom: 20px;
	}
#subscribe .subscription {
	background: url(/images/contents/bg_bottom-3.gif) left bottom no-repeat;
	padding-bottom: 20px;
	position: relative;
	margin: 45px 0 30px;
	width: 900px;
	}
.subscription .inner {
	background: url(/images/contents/bg_top-3.gif) left top no-repeat #F0F0EB;
	padding: 20px 20px 0;
	}
.subscription .photo {
	float: left;
	width: 108px;
	}
.subscription .photo img {
	border: 1px solid #CCCCCC;
	}
.subscription .text {
	float: right;
	width: 732px;
	}
.subscription h4 {
	font-size: 107%;
	font-weight: bold;
	}
.subscription .issue {
	color: #CC0000;
	font-size: 138.5%;
	font-weight: bold;
	}
.subscription .volumes {
	color: #CC0000;
	}
.subscription .priceS {
	font-weight: bold;
	}
.subscription .btnBox {
	bottom: 20px;
	position: absolute;
	right: 20px;
	width: 190px;
	}
#subscribe .checkText {
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	}

#subscribe .parts_checkAll .checkBox {
	background: url(/images/contents/bg_bottom-3.gif) left bottom no-repeat;
}
#subscribe .parts_checkAll .checkBox {
	background: url(/images/contents/bg_top-3.gif) left top no-repeat #F0F0EB;
	}

#subscribe .checkList {
	margin: 20px 0;
	}
.checkList li {
	margin-bottom: 5px;
	}
.checkList li input {
	margin-right: 5px;
	}
.checkList .soldOut {
	color: #CC0000;
	}
.subscription .input_btn {
	background: url(/images/contents/btn_cart.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 190px;
	}
/* Operaのみ適用 */
*+html:first-child .subscription .input_btn {
padding-left: 400px;
}

/* -----------------------------------------------
   #032 正誤表一覧
   -----------------------------------------------*/
#errata_container {
	padding-top: 10px;
	}
#errata_container #sub {
	float: left;
	width: 135px;
	}
#errata_container #main {
	float: right;
	width: 725px;
	}
#errata_container .lead {
	margin-bottom: 20px;
	}
#errata_container h2 {
	background-color: #F5F0E1;
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 12px 15px 10px;
	width: 695px;
	}
#errata_container table {
	width: 725px;
	}
#errata_container th {
	background-color: #F0F0EB;
	padding: 5px;
	}
#errata_container .title {
	border-right: 5px solid #FFFFFF;
	width: 640px;
	}
#errata_container .date {
	width: 80px;
	}
#errata_container .dateList {
	padding: 0 5px;
	}
#errata_container td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
	}
#errata_container .pageTop {
    margin-top: 20px;
    margin-bottom: 30px;
    }
#errata_container .pageTop a {
    float:right;
    }
#errata_container ul {
    margin-left:20px;
    margin-bottom: 20px;
    }
#errata_container li span {
    padding-right:2px;
    color:#33A01E;
    }


/* -----------------------------------------------
   #039 お問い合わせ
   -----------------------------------------------*/
#contact_container {
	padding-top: 10px;
	}
#contact_container #sub {
	float: left;
	width: 160px;
	}
#contact_container #main {
	float: right;
	width: 700px;
	}
#contact_container .sentence {
	margin-bottom: 15px;
	}

/* -----------------------------------------------
   #049 注文方法
   -----------------------------------------------*/
#order_container {
	padding-top: 10px;
	}
#order_container #sub {
	float: left;
	width: 160px;
	}
#order_container #main {
	float: right;
	width: 700px;
	}
.method1 .lead {
	font-weight: bold;
	}
.method1 .attention {
	color: #CC0000;
	margin-bottom: 25px;
	}
.method1 h2 {
	margin-bottom: 20px;
	}
.method1 .online,
.method1 .fax {
	border: 1px solid #CCCCCC;
	padding: 20px;
	}
.method1 .online {
	margin-bottom: 20px;
	}
.method1 ul{
	margin: 10px 0 40px;
	}
.method2 h2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
.method2 ul{
	margin-bottom: 30px;
	}


/* -----------------------------------------------
   #068 買い物かご
   -----------------------------------------------*/
#cart_container {
	padding-top: 10px;
	}
#cart_container #sub {
	float: left;
	width: 160px;
	}
#cart_container #main {
	float: right;
	width: 700px;
	}
#cart_container h1 {
	margin-bottom: 75px;
	}
#cart_container h2 {
	margin-bottom: 30px;
	}
#cart_container h3 {
	font-weight: bold;
	}
#cart_container h3.title {
	background-color: #F5F0E1;
	margin-bottom: 15px;
	padding: 5px 10px;
	}
#cart_container p {
	margin-bottom: 15px;
	}
#cart_container table {
	margin-bottom: 25px;
	width: 700px;
	}
#cart_items th {
	background-color: #66AA32;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
	}
#cart_items th.c2,
#cart_items th.c4,
#cart_items th.c5,
#cart_items th.c6,
#cart_items th.c7 {
	width: 90px;
	}
#cart_items th.c3 {
	border-left: none;
	padding-left: 30px;
	text-align: left;
	width: 165px;
	}
#cart_items td {
	background-color: #F0F0EB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 15px 0;
	text-align: center;
	}
#cart_items td.c3	{
	border-left: none;
	text-align: left;
	vertical-align: top;
	}
#cart_items .total{
	background-color: #E1E1E1;
	font-size: 122%;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	}
#cart_items .totalPrice	{
	background-color: #E1E1E1;
	border-left: none;
	font-size: 122%;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
	}
#cart_items .c_sum{
	text-align: center;
	}
#cart_items table form {
	display: inline;
	text-align:center;
	}
#cart_items .cart_num {
	text-align: center;
	width: 45px;
	}
#cart_items .update {
	padding-top: 5px;
	}
.cart_btn .continue_btn {
	float: left;
	width: 230px;
	}
.cart_btn .checkout_btn {
	float: right;
	width: 470px;
	}
.checkout_btn div {
	height: 55px;
	margin-bottom: 30px;
	}


/* -----------------------------------------------
   #059 062 入力画面
   -----------------------------------------------*/
#cart_container .order {
	margin-bottom: 175px;
	}
.checkout {
	margin-bottom: 45px;
	}
#cart_entry_customer h2 {
	margin-bottom: 15px;
	}
#cart_entry_procedure th {
	background-color: #E1E1E1;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 10px;
	}
#cart_entry_procedure label {
	margin-left: 5px;
	}
#cart_entry_procedure h2 {
	margin-bottom: 15px;
	}
#cart_container table.payment {
	margin-bottom: 0;
	width: 700px;
	}
#cart_container .pay {
	border-top: 5px solid #FFFFFF;
	}
#cart_entry_procedure .payment th {
	vertical-align: top;
	width: 300px;
	}
#cart_entry_procedure .payment td {
	background-color: #F0F0EB;
	border-left: 1px solid #FFFFFF;
	}
#cart_entry_procedure .payment span {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 10px;
	}
#cart_entry_procedure .payment li {
	color: #666666;
	font-size: 85%;
	margin-top: 5px;
	}
#cart_entry_procedure .payment #shop,
#cart_entry_procedure .payment #branchname {
	margin-left: 5px;
	width: 200px;
	}
.cart_btn p {
	text-align: center;
	}


/* -----------------------------------------------
   #060 #063 注文確認画面
   -----------------------------------------------*/
#cart_container .confirmTitle {
	margin-bottom: 145px;
	}
#cart_container .creditBtn {
	background: url(/images/contents/bg_bottom-2.gif) left bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 700px;
	}
.creditBtn .inner .box {
	background: url(/images/contents/bg_top-2.gif) left top no-repeat;
	padding-top: 20px;
	}
.creditBtn .inner {
	background: url(/images/contents/bg_middle-2.gif) left top repeat-y;
	}
.creditBtn p {
	font-weight: bold;
	text-align: center;
	}
#cart_container .creditBtn .btn {
	margin-bottom: 0;
	}
#cart_items .add {
	background-color: #E1E1E1;
	padding: 5px 10px 5px 0;
	text-align: right;
	}
#cart_items .addPrice	{
	background-color: #E1E1E1;
	border-left: none;
	padding: 5px 0 5px 5px;
	text-align: center;
	}
.modifyBtn	{
	margin-bottom: 30px;
	}
#cart_entry_procedure .confirm th {
	vertical-align: top;
	}
#cart_entry_procedure .confirm td {
	background-color: #F0F0EB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 10px;
	}

/* -----------------------------------------------
   #061 #064 注文完了画面
   -----------------------------------------------*/
#cart_container .completeTitle {
	margin-bottom: 175px;
	}
#main .comment {
	font-size: 138.5%;
	font-weight: bold;
	}
#main .orderNo {
	background-color: #F0F0EB;
	margin-bottom: 40px;
	padding: 15px 15px 10px;
	}
#cart_container .orderNo p {
	margin-bottom: 0;
	text-align: center;
	}
.orderNo .no {
	font-size: 138.5%;
	font-weight: bold;
	}
#main .goTop {
	margin-top: 40px;
	text-align: center;
	}


/* -----------------------------------------------
   #052 個人情報保護方針
   -----------------------------------------------*/
#privacy_container {
    padding-top: 10px;
    }
#privacy_container #sub {
    float: left;
    width: 200px;
    }
#privacy_container #main {
    float: right;
    width: 700px;
    }
#privacy_container h2 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    }
#privacy_container ul {
    margin-bottom: 10px;
    }
#privacy_container li {
    list-style:decimal inside;
    }
#privacy_container p {
    margin-bottom: 10px;
    }
#privacy_container .lead {
    }


/* -----------------------------------------------
   #065 特定商取引法に基づく表記
   -----------------------------------------------*/
#transaction_container {
    padding-top: 10px;
    }
#transaction_container #sub {
    float: left;
    width: 200px;
    }
#transaction_container #main {
    float: right;
    width: 700px;
    }
#transaction_container .lead {
	margin-bottom: 35px;
	}
#transaction_container h2 {
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	padding-top: 15px;
	margin-top: 15px;
	}
#transaction_container .title {
	margin-bottom: 20px;
	}
#transaction_container .contact {
	margin-top: 20px;
	}
#transaction_container .last {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}

/* -----------------------------------------------
   #048 会社概要
   -----------------------------------------------*/
#company_container {
    padding-top: 10px;
    }
#company_container #sub {
    float: left;
    width: 200px;
    }
#company_container #main {
    float: right;
    width: 700px;
    }

/* -----------------------------------------------
   #043 採用情報
   -----------------------------------------------*/
#recruit_container {
    padding-top: 10px;
    }
#recruit_container #sub {
    float: left;
    width: 200px;
    }
#recruit_container #main {
    float: right;
    width: 700px;
    }

/* -----------------------------------------------
   #050 検索の使い方
   -----------------------------------------------*/
#help_container {
    padding-top: 10px;
    }

#help_container #sub {
    float: left;
    width: 200px;
    }

#help_container #main {
    float: right;
    width: 700px;
    }

#help_container h2 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    }

#help_container h2.first {
    margin-top: 0px;
    }

#help_container h3 {
    margin-bottom: 5px;
    font-size: 108%;
    font-weight: bold;
    }

#help_container p {
    margin-bottom: 15px;
    }


#static_container h1 {
    font-weight: bold;
    font-size: 152%;
    margin-bottom: 10px;
    }

#static_container h2 {
    background-color: #E1EBEB;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding: 8px 8px 6px;
    }

#static_container p {
    margin-bottom: 10px;
    }
#static_container p.author {
    text-align:right;
    margin-top: 20px;
    margin-bottom: 20px;
    }

/* -----------------------------------------------
   #006 #007 #008 詳細検索
   -----------------------------------------------*/
#advanced_container {
    padding-top: 10px;
    }
#advanced_container #sub {
    float: left;
    width: 200px;
    }
#advanced_container #main {
    float: right;
    width: 700px;
    }
#advanced_container h2 {
    background-color: #F5F0E1;
    font-size:122%;
    font-weight:bold;
    padding: 12px 15px 10px;
    margin-bottom:5px;
    }
.parts_form .search_btn {
    margin-top:5px;
    margin-right:15px;
    margin-bottom:5px;
    }
.parts_form .search_btn p {
    text-align:right;
    }
.parts_form .search_btn input {
    border: none;
    padding: 0;
    }
.parts_form input.search_textL {
    width:400px;
    font-size:100%;
    }
.parts_form input.search_textS {
    width:80px;
    font-size:100%;
    }
.parts_form input#b_isbn {
    width:50px;
    }
.parts_form input#b_isbn_x {
    width:10px;
    background-color:#AAAAAA;
    }
.parts_form td#b_isbn_box {
    font-size:116%;
    }
#advanced_container .parts_booksList {
    width:700px;
    }
#advanced_container .parts_booksList .text {
    width:535px;
    }
#advanced_container .textBox {
    width:335px;
    }


/* -----------------------------------------------
   #053 取り扱い書店
   -----------------------------------------------*/
#shop_container {
    padding-top: 10px;
    }
#shop_container #sub {
    float: left;
    width: 200px;
    }
#shop_container #main {
    float: right;
    width: 700px;
    }

#shop_container #main th {
    width: 128px;
    vertical-align:top;
    border-left:1px solid #CCCCCC;
    }

#shop_container #main td {
    width: 570px;
    vertical-align:top;
    border-left:1px solid #CCCCCC;
    }

#shop_container #main #area_menu {
    padding:6px;
    }

#shop_container #main #area_menu h2 {
    letter-spacing:0.1em;
    }

#shop_container #main #area_menu ul {
    padding-left:24px;
    letter-spacing:0.1em;
    }

#shop_container #main #shop_result {
    padding:6px;
    }

#shop_container #main #shop_result h3 {
    font-size:116%;
    font-weight:bold;
    border-bottom:1px solid #CCCCCC;
    }

#shop_container #main #shop_result div {
    padding:8px 0px;
    border-bottom:1px solid #CCCCCC;
    }

#shop_container #main #shop_result p.shop_nil {
    padding:16px 0px;
    }

#shop_container #main #shop_result div p {
    font-size:108%;
    font-weight:bold;
    }

#shop_container #main #shop_result div ul {
/*    padding-left:16px;*/
    }


#top_bnrBox li#announce-20110328 {
    border: 1px solid #0e3091;
    }

#top_bnrBox li#announce-20110812 {
    border: 1px solid #e4124f;
    }


#submenu h1 {
    margin-top:10px;
    margin-bottom:10px;
}

#announce_container h3 {
    margin-top:32px;
    padding:12px 0px 8px 0px;
    font-size:116%;
    font-weight:bold;
    border-top:1px solid #cccccc;
}

#announce_container #procedures h4 {
    margin-top:32px;
    font-size:116%;
    font-weight:bold;
}

#announce_container #procedures ul {
    padding:0px 0px 8px 45px;
}

#announce_container #procedures li {
    list-style:disc;
}

#announce_container div.seg {
    padding:0px 60px 0px 60px;
}

#announce_container p {
    line-height:170%;
    font-size:108%;
}

#announce_container p.dlink {
    padding:16px 0px;
    font-size:116%;
}

#announce_container h4 {
    margin-top:24px;
}

#announce_container ul li {
    text-indent:-1em;
    padding-left:1em;
}

#announce_container dl {
    font-size:108%;
}

#announce_container dl dd {
    padding:2px 0px;
}

#announce_container #company_map {
    width:630px;
    float:right;
}

#announce_container #company_info {
    width:260px;
    float:left;
}

#announce_container #company_info h4 {
    margin-top:0px;
    margin-bottom:12px;
    font-size:116%;
    font-weight:bold;
}

#announce_container #company_info h5 {
    margin-top:12px;
}

#announce_container .book_item {
    margin-top:32px;
    padding:20px 0px 0px 0px;
    border-top:1px solid #cccccc;
}

#announce_container .photo {
    width:110px;
    float:left;
}

#announce_container .book_info {
    width:770px;
    float:right;
}

#announce_container .book_info h4 {
    margin-top:0px;
    font-size:116%;
    font-weight:bold;
}

#announce_container .book_info ul {
    padding:8px 0px;
}


#announce_container #seminar_top h2 {
    margin-bottom:8px;
    padding:0px 0px 20px 0px;
    font-size: 156%;
    font-weight: bold;
    border-bottom:1px solid #cccccc;
}

#announce_container #seminar_top h3 {
    margin-top:0px;
    padding:8px 0px 0px 0px;
    border-top:none;
}

#announce_container #seminar_top div.point {
    margin-top:12px;
    margin-bottom:12px;
    padding:12px 24px;
    border:1px solid #75afda;
    background-color:#eaf6fd;
}

#announce_container #seminar_top div.point h4 {
    margin-top:0px;
    margin-bottom:8px;
    font-weight:bold;
}

#announce_container #seminar_top div.point p {
    margin-bottom:8px;
}

#announce_container #seminar_top p.addition {
    font-size: 93%;
}

#announce_container #seminar_top div.seg {
    padding:8px 0px 8px 60px;
    margin-bottom:8px;
}

#announce_container table {
    border-top:1px solid #333333;
    border-left:1px solid #333333;
}

#announce_container table th {
    background-color:#eaf6fd;
}

#announce_container table th,
#announce_container table td {
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding:4px;
}

#announce_container table td.union {
    border-bottom:none;
}

#announce_container table th.c1 {
    width:119px;
}

#announce_container table th.c2 {
    width:17px;
}

#announce_container table th.c3 {
    width:299px;
}

#announce_container table th.c4 {
    width:39px;
}

#announce_container table th.c5 {
    width:215px;
}

#announce_container table th.c6 {
    width:210px;
}

#announce_container table td.breather {
    background-color:#efefef;
}

#announce_container table td.headcell {
    text-align:center;
}

#announce_container p.addition {
    margin-top:4px;
    font-size: 93%;
}


#seminar_top p.ontv {
    color:#DD2222;
    font-size:116%;
    font-weight:bold;
}
