/*
Theme Name:こどもの本の童話館グループのテーマ
*/

/* ---------リセット---------　*/

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;  }
  

body {
    font-size:12px;
    line-height:130%;
    font-family:"ＭＳ Ｐゴシック",Arial;
    text-align:center;
    background-position:center top;
    color:#333;
    background:url(images/group_back.jpg) repeat;
    } 

.txt-green {
    color:#690;
    }

.txt-large {
    font-size:14px;
    }

.txt-small {
    font-size:11px;
    }

.txt-strong {
    font-weight:bold;
    }

.txt-navy {
    color:#1c246c;
    }

.txt-red {
    color:#ff0000;
    }

.txt-indent {
    text-indent:1em;
    }

.clear {
    clear:both;
    }

.mgnTB {
    margin:10px 0;
    }

.mgnT {
    margin-top:10px;
    }

.mgnB {
    margin-bottom:10px;
    }

.no-return {
    white-space:nowrap;
    }

.txt-right {
    text-align:right;
    }
 

.border-joge {
    padding:10px;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    }

img {
    border:none;
    }

img.clearer {
    clear:both;
    }

img.border {
    border:1px solid #999;
    }

img.middle {
    vertical-align:middle;
    }

img.block {
    display:block;
    }

img.left, table.left {
    float:left;
    margin:0 15px 15px 0;
    }

img.right {
    float:right;
    margin:0 0 15px 15px;
    }

img.stitle {
    clear:both;
    display:block;
    margin:15px 0;
    }

a:link,a:visited {
    color:#1c246c; /* 紺色 */
    }

a:hover {
    color:#06f; /* 濃い目の水色 */
    }

.valign-middle {
    vertical-align:middle;
    }

table {
    border-collapse:collapse;
    }

/* ---------リセットここまで---------　*/

.pdf {    /* PDFのアイコンを出す */
    background:url(images/sicon-pdf.gif) no-repeat right center;
    padding:3px 20px 3px 0;
    }

/*
========================================================
メイン＆トップページのスタイル
========================================================
*/

/* ---------大わく---------　*/

#container {
    width:925px;
    text-align:left; /* bodyの中央寄せを解除 */
    margin:0 auto; /* この大枠自体は中央寄せ */
    padding:0;
    background-color:#fff;
    position:relative;
    }

p#to-this-page-top {
    position:absolute;
    bottom:40px;
    right:20px;
    }

/* ---------ヘッダー---------　*/
#header {
    margin:0 10px;
    height:75px;
    /*clear:both;*/
    }

#header h2 {
    width:420px;
    height:75px;
    margin:0;
    border:0;
    float:left;
    }
	   
#header h3 {
    width:360px;
    margin:5px 0 0 0;
    border:0;
    float:right;
    }


/* ---------横メニュー---------　*/
 
#menu,#main {
    margin:0 10px;
    padding:0;
    }

/* ---------2段目横メニュー---------　*/
   
#menu02 {
    margin:5px 10px 0 10px;
    padding:0;
    height:30px;
    }

#menu02 h2 {
    float:left;
    }

#menu02 h3 {
    float:right;
    }

#menu02 h3 img {
    margin-left:5px;
    }

/* ---------トップページ左のわく---------　*/	

#content {
    width:610px;
    float:left;
    margin:5px 0 0 0;
    padding:0;
    background-color:#FFFFFF;
    }

#content .syousai{
    float:right;
    }	

#content .thumbnail {
    float:left;
    margin:5px;
    width:100px; /* 縦（高さ）は自動調整 */
    }	
	
/* ---------左の枠２こ（まずは左）---------　*/

#waku_l,#waku_r {
    margin:10px 0 0 0;
    padding:0;
    width:300px;
    background-color:#ece9d8;
    }

#waku_l {
    float:left;
    }

#waku_r {
    float:right;
    }

#waku_l h4,#waku_r h4 {
    margin-top:5px;
    font-style:inherit;
    color:#006;
    font-size:12px;
    }

#waku_r p {
    margin:5px;
    }

/* ---------新着情報---------　*/
	
#newsbar {
    clear:both;
    }

#news_txt {
    width:600px;
    margin:0;
    padding:5px 0 5px 0;
    }

#news_txt table {
    width:100%;
    }

#news_txt td {
    padding:3px;
    }

#news_txt td.news-date {
    width:120px;
    }

/* ---------右側のバナー欄---------　*/	   
	   
#sidebar {
    clear:both;
    margin:5px 0 0 0;
    width:285px;
    float:right;
    }

#sidebar img {
    margin:0 0 5px 0;
    clear:both;
    }

#sidebar .name {
    clear:both;
    border:1px solid #999999;
    margin:0px;
    padding:5px;
    }
	
#sidebar .name h2 {
    font-size:12px;
    margin:5px 0;
    }

/* ---------フッター上のテキストリンク---------　*/	 

#footer_txt {
    font-size:10px;
    color:#666;
    line-height:100%;
    text-align:center;
    padding-top:30px;
    clear:both;
    }

#footer_txt a:link,#footer_txt a:visited {
    color:#666;
    }

#footer_txt a:link,#footer_txt a:hover {
    color:#999;
    }

/* ---------フッター---------　*/
 
#footer {
    padding:2px 0;
    line-height:100%;
    background-color:#19338f;
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
    margin-top:5px;
    clear:both;
    }

/*
====================
パンくずリスト
====================
*/
 
h2#breadcrumb {
    font-size:10px;
    font-weight:normal; /* h2のデフォルト（太字）を解除 */
    line-height:30px; /* 縦を中央揃えにする */
    }

/*
====================
各ページのタイトル画像
====================
*/

#new_title_image {
    display:block;
    background:url(images/main/titleback.jpg) no-repeat;
    width:905px;
    height:73px;
    line-height:73px;
    color:#000;
    font-size:18px;
    font-weight:bold;
    margin:10px auto;
    } 

#new_title_image p {
    padding-left:70px;
    }

/*
====================
新着情報詳細ページ
====================
*/

/* ---------新着情報詳細左カラム---------　*/

#main #news_detail {
    float:left;
    display:block;
    width:625px;
    margin-right:40px;
    }
	
#main #news_detail p {
    margin-left:30px;
	margin-top:25px;
    width:570px;
    }	
	
	#main #news_detail img{
    margin-left:30px;
	margin-top:25px;
    /*width:570px;*/
    }
	

	
	
/*
====================
出版詳細ページ
====================
*/

/* ---------出版詳細左カラム---------　*/

#main #syuppan_detail {
    float:left;
    display:block;
    width:625px;
    margin-right:40px;
    }

#main #syuppan_detail img#cover{
    float:left;
    margin:25px 40px 0 30px;
    border:1px solid #ccc;
   }

#main #syuppan_detail #book_title_and_info {
    width:350px;
    float:left;
    }

#main #syuppan_detail h4 {
    font-size:18px;
    line-height:30px;
    color:#1c246c;
    margin-top:25px;
    }

#main #syuppan_detail table#book_info{
    border-top:3px solid #1c246c;
    border-bottom:3px solid #1c246c;
    }

#main #syuppan_detail table#book_info th { /* テーブル　左の列 */
    border-bottom:1px solid #ccc;
    padding:4px;
    width:75px;
    text-align:center;
    font-weight:normal;
    }

#main #syuppan_detail table#book_info td {
    border-bottom:1px solid #ccc;
    padding:4px;
    width:259px;
    text-align:left;
    }

#main #syuppan_detail img#ohanashi_image {
    display:block;
    clear:both;
    margin:0 0 10px 30px;
    padding-top:35px; /* マージンだと効かないブラウザ有 */
    }

#main #syuppan_detail p {
    margin-left:30px;
    width:570px;
    }
	
/* ---------出版詳細右カラム（＝出版カテゴリーリスト）---------　*/

#main #syuppan_category_list {
    width:230px;
    float:right;
    display:block;
    margin-right:5px;
    }

#main #syuppan_category_list li.categories {
    list-style:none;
    margin-top:20px;
    font-size:12px;
    font-weight:bold;
    color:#1c246c;
    margin:20px 0 0 0px;
    }

#main #syuppan_category_list li.cat-item{
    list-style:none;
    margin-top:20px;
    font-size:10px;
    /*color:#1c246c;*/
    margin:0 0 0 15px;
    font-weight:normal;
    }

/*
====================
出版カテゴリーページ
====================
*/

/* ---------左カラム---------　*/
#syuppan_ichiran {
    width:595px;
    display:block;
    margin-left:15px;
    float:left;
    position:relative;
    }

#syuppan_ichiran p#category_name {
    margin-bottom:30px;
    border-left:5px solid #930;
    padding:3px 0 3px 10px;
    font-size:15px;
    font-weight:bold;
    color:#930;
    }



#syuppan_ichiran .each_book {
    margin:15px 15px 15px 0;
    width:280px;
    height:152px;
    float:left;
    }

#syuppan_ichiran .each_cover {
    float:left;
    width:100px; /* 縦（高さ）は自動調整 */
    clear:both;
    margin:0 10px 30px 0;
    border:1px solid #ccc; /* 本の表紙の枠 */
    }

#syuppan_ichiran .each_book h4 {
    font-size:14px;
    display:inline;
    line-height:150%;
    }

/* ---------pagenavi---------　*/

.wp-pagenavi {
    clear:both;
    margin:10px auto;
    text-align:center;
    float:right;
    font-size:10px;
    }

.upper-pagenavi { /* 上のページナビだけに適用 */
    position:absolute; /* 絶対指定 */
    right:0;
    top:0;
    }

.wp-pagenavi .pages {
    display:block;
    float:left;
    width:70px;
    border:1px solid #999;
    padding:5px;
    margin-right:3px;
    background-color:#eee;
    }

.wp-pagenavi .current,.wp-pagenavi a { /* ページナビの現在のページ番号 */
    display:block;
    float:left;
    border:1px solid #999;
    padding:5px;
    margin-right:3px;
    }

.wp-pagenavi .current { /* 現在のページ番号の背景色 */
    background-color:#ade; 
    }

.wp-pagenavi a { /* その他のページ番号の背景色 */
    background-color:#cde;
    }

/*
====================
童話館出版トップ（紹介ページ）
====================
*/

#syuppan_about_col {
    margin:0 20px;
    padding-left:280px;
    background:url(images/syuppan/cut01.jpg) no-repeat left top;
    }

#syuppan_about_col p {
    margin:0 0 10px 0;
    }

    



/*
====================
ニュース一覧ページ
====================
*/
#news_ichiran {
    width:610px;
    display:inline;
    margin:0 55px 0 0px;
    float:left;
    }

/*
====================
今月の１冊
====================
*/

div.monthly_category { /* スタッフ（女性）のイラストは背景画像 */
    background:url(images/monthly/staff.jpg) no-repeat right bottom;
    width:905px;
    }

.monthly_category #staff_comment {
    width:635px;
    clear:both; 
    margin:0 0 0 30px;
    padding-top:30px;
    }

.monthly_category #staff_comment div#staff_comment_text {
    /*padding:5px 75px 20px 20px;*/
    background:url(images/monthly/fukidashi02.jpg) repeat-y;
    }

.monthly_category #staff_comment div#staff_comment_text p {
    width:540px;
    padding:10px 0;
    margin-left:30px;
    text-indent:-1em;
    }

/*
====================
絵本のある子育て
====================
*/

#kosodate_menubar {
    height:32px;
    padding:7px 0 20px 0;
    }

div.kosodate_each_box {
    margin:10px;
    clear:both;
    }

div.kosodate_each_box img.left {
    float:left;
    margin:0 15px 15px 0;
    }

div.kosodate_each_box img.right {
    float:right;
    margin:0 0 15px 15px;
    }

div.kosodate_each_box img.kosodate_title {
    display:block;
    margin-bottom:10px;
    }

div.kosodate_each_box h5 {
    color:#690;
    font-size:14px;
    margin:10px 0 20px 0;
    }


#newest_kosodate {
    margin:20px;
    }

#newest_kosodate img {
    display:block;
    float:left;
    margin-right:20px;
    }

#newest_kosodate h4{
    display:inline;
    width:300px;
    color:#1c246c;
    font-size:16px;
    line-height:25px;
    border-bottom:2px solid #1c246c;
    }

#newest_kosodate p {
    margin:10px 0;
    }

img#back_number_title_image {
    clear:both;
    display:block;
    margin:0 auto;
    padding:20px 0 0 0;
    }

#kosodate_back_number {
    display:inline; /* 左寄せ＆左マージン指定のため */
    width:110px;
    float:left;
    margin:20px;
    text-align:center;
    }

#kosodate_back_number img {
    width:100px;
    height:95px;
    display:block;
    }

.cap_related_each_book img {
    width:100px;
    display:block;
    }

#kosodate_back_number h4 {
    font-size:10px;
    font-weight:normal; /* h4のデフォルト（太字）を解除 */
    }

#kosodate_back_number a:link img ,#kosodate_back_number a:visited img,.cap_related_each_book a:link img,.cap_related_each_book a:visited img {
    border:1px solid #ccc;
    }

#kosodate_back_number a:hover img,.cap_related_each_book a:hover img{
    border:1px solid #1c246c;
    }

/*
====================
元会員の方へ（紙結い）ページ
====================
*/

/*
左カラム（表紙と内容の部分）
*/

#ex-members_Lcol {
    width:262px;
    margin:0 18px 0 38px;
    float:left;
    display:inline; /*　左寄せ＆左マージン指定のため　*/
    }
	
#ex-members_Lcol p {
    font-weight:bold;
    }

#ex-members_Lcol ul li {
    list-style-position:outside;
    margin-left:15px;
    font-size:10px;
    }

/*
右カラム（創刊の説明部分）
*/

#ex-members_Rcol {
    width:587px;
    float:right;
    }

#ex-members_Rcol p {
    margin:10px 30px 20px 0;
    }
	
#ex-members_Rcol p span.cc { /* cc は Change Color の略 */
    color:#900;
    }
	
/*
下カラム（お便り部分）
*/

#ex-members_Bcol { /* [Bottom]のB */
    clear:both;
    width:866px;
    margin:20px 0 0 39px;
    }

#ex-members_Bcol p {
    margin-bottom:20px;
    line-height:140%;
    width:835px;
    }

p#otayori_midashi {
    font-size:14px;
    font-weight:bold;
    margin-top:25px;
    margin-bottom:0; /* 無名のp（ひとつ↑）のmargin-bottom:20px;を無効化 */
    }

/*
====================
童話館基金ページ
====================
*/

img#about_this{ /* 基金ＰとCAPＰと子育てＰの最初の大きい画像 */
    display:block;
    margin:0 0 10px 0;
    }

#fund_col,#cap_col,#outline_col {
    margin:0 40px;
    }

#fund_col p,#cap_col p,#outline_col p,.kosodate_each_box p {
    margin:10px 0 20px 0;
    }

#fund_col .fund_gaiyo {
    width:260px;
    height:150px;
    float:left;
    margin:0 10px 20px 0;
    background-color:#e2f2cc;
    }

#fund_col .fund_gaiyo p {
    margin:0 0 0 5px; /* 上・右・下はリセットするため０と指定 */
    line-height:200%;
    color:#1c246c;
    font-weight:bold;
    }

#fund_col .fund_gaiyo ol li { /* olは番号つきリスト */
    margin:5px 10px 5px 30px;
    }

#fund_col p.katsudo_title {
    color:#690;
    font-weight:bold;
    margin:10px 0 3px 0;
    font-size:14px;
    text-decoration:underline;
    clear:both;
    }

#fund_col p.katsudo_explain {
    margin:0 0 20px 0;
    }

#fund_col img.photo {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    }

/*
====================
童話館出版の本トップ
====================
*/

#main .syuppan_top_each_category1 {
    background:url(images/syuppan/age02.jpg) repeat-y;
    }

#main .syuppan_top_each_category2 {
    background:url(images/syuppan/writer02.jpg) repeat-y;
    }

#main .syuppan_top_each_category3 {
    background:url(images/syuppan/other02.jpg) repeat-y;
    }

#main .syuppan_top_each_category { /* 1-3で共通のスタイルをまとめたもの */
    display:inline; /* 左寄せ＆左マージン指定のため */
    width:282px;
    float:left;
    margin:0 9px;
    }

#main .syuppan_top_each_category li.cat-item {
    list-style:none;
    font-size:12px;
    color:#1c246c;
    margin:5px 0 5px 10px;
    font-weight:normal;
    }

#main .syuppan_top_each_category img.each_category_foot{
    margin:0; /* フッター画像の下部に背景画像がはみ出て表示されるのを防ぐ */
    }

/*
====================
CAPページ
●#cap_col自体のスタイルは基金のところに記述（同じなので）
●ここに見当たらないスタイルはどこかで一緒に指定
====================
*/

#cap_col img.photo {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
    }

#cap_col p.cap_negai {
    color:#900;
    font-size:14px;
    font-weight:bold;
    }

#cap_col p.cap_news_title {
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    }

#cap_col div.cap_related_each_book {
    width:140px;
    float:left;
    display:inline; /* 左寄せ＆左マージン指定のため */
    margin:0 12px;
    /*text-align:center;*/
    }

#cap_col p.book_title {
    margin:5px 0 0 3px;
    font-size:14px;
    font-weight:bold;
    /*text-align:left;*/
    }

#cap_col p.special_price {
    margin:0;
    color:#f30;
    font-size:12px;
    font-weight:bold;
    /*text-align:right;*/
    }

#cap_related_website p {
    margin:0px 0 2px 0;
    }
#cap_related_website p.site_name {
    margin-top:10px;
    font-size:14px;
    font-weight:bold;
    color:#690;
    }

/*
====================
会社概要ページ
●#outline_col自体のスタイルは基金のところに記述（同じなので）
●ここに見当たらないスタイルはどこかで一緒に指定
====================
*/
#outline_col .outline_one_post {
    clear:both;
    }

#outline_col .outline_one_post img.name_img {
    display:block;
    margin-bottom:10px;
    }

#outline_col .outline_one_post img.photo {
    float:right;
    }

#outline_col .outline_one_post p {
    margin-left:15px;  /* 左以外のマージンは基金のところに記述 */
    border-left:3px solid #333;
    padding-left:10px;
    }

#outline_col .outline_one_post p.setsumei {
    width:350px;
    color:#690;
    border:none;
    padding-left:0;
    }
	

/*
====================
フォームページ
====================
*/

#form_col {
    margin:0 40px;
	}

#form_col p {
    margin:0 0 10px 0;
	font-size:12px;
	}

#form_col div.hint {
    width:400px;
    border:1px solid #999;
	background-color:#eee;
	font-size:11px;
	font-weight:normal;
	padding:1em;
	}

#form_col div.hint p {
    margin:0 0 0 1em;
	text-indent:-1em;
    font-size:11px;
	}
	
#form_col span.red {
    color:#f30;
	vertical-align:top;
	}

#form_col span.rei {
    font-size:11px;
	}

#form_col li {
    list-style:none;
	}

#form_col table {
    border:none;
	margin:20px auto;
	}

#form_col td{
    padding:3px;
	}
	
fieldset.start div {
    margin:10px 0 30px 20px;
	}

fieldset { border:1px solid #ccc; margin:0 0 36px 0; width:800px;}
input, textarea, select {font:12px Arial, Helvetica, sans-serif; padding:0;}
fieldset.action {margin-top:-20px;}
legend {background:#bfbf30; color:#fff; font-size:17px; padding:5px 10px; margin:0 0 0 10px; font-weight:bold;}
label { font-weight:bold; color:#666;}
label.opt {font-weight:normal;}
dl {clear:both; padding:10px;}
dt {float:left; width:170px; text-align:right; font-size:12px; line-height:20px; padding-left:15px;}
dd {float:left; font-size:12px; line-height:20px; padding-left:15px;}

span.must {font-size:11px; color:#f00;}


/*
====================
サポートセンター
====================
*/

#this_is_support_center {
    padding:0 10px 10px 250px;
    background:url(images/support_center/title_back.jpg) no-repeat left top;
    }

.support_center_2col {
    width:435px;
    background-color:#ece9d8;
    }

.support_center_2col p {
    margin:10px 20px;
    color:#1c246c;
    }

img#q_and_a_title {
    clear:both;
    margin-bottom:15px;
    padding-top:15px;
    }

div.q_and_a {
    border-bottom:1px dashed #999;
    padding:20px 10px 10px 0;
    margin-bottom:10px;
    }

div.q_and_a p {
    background:url(images/support_center/a.jpg) no-repeat left top;
    padding:0 15px 0 90px;

    }

div.q_and_a p.q {
    background:url(images/support_center/q.jpg) no-repeat left top;
    line-height:21px;
    min-height:35px;
    _height:35px;
    _overflow-y:visible;
    font-weight:bold;
    margin-bottom:10px;
    font-size:14px;
padding-top:7px;
    }

/*
====================
会員の方へ
====================
*/

img#tsushin-cover {
    margin-left:10px;
    float:left;
    
    }

img#tsushin-main {
    margin-right:10px;
    float:right;
    }

div.tsushin-box-all {
    width:425px;
    }

div.tsushin-box-all p, div.tsushin-box-all h5, div.tsushin-box-all h6 {
    margin:10px;
    }

div.tsushin-box-all h5 {
    font-size:120%;
    color:#900;
    border-bottom:2px solid #900;
    padding-bottom:3px;
    }

div.tsushin-box-all h6 {
    font-size:110%;
    color:#432;
    }

div.tsushin-box-all li {
    margin:0 20px 0 30px;
    }

div.tsushin-box-lt { /* lt = left & top */
    clear:both;
    float:left;
    margin:20px 0 20px 10px;
    background-color:#F1C9DF;
    }

div.tsushin-box-rt { /* rt = right & top */
    float:right;
    margin:20px 10px 20px 0;
    background-color:#D9ECFF;
    }

div.tsushin-box-lb { /* lb = left & bottom */
    clear:both;
    float:left;
    margin:20px 0 20px 10px;
    background-color:#E2F2CC;
    }

div.tsushin-box-rb { /* rb = right & bottom */
    float:right;
    margin:20px 10px 20px 0;
    background-color:#FFEBAC;
    }

img.lemon-cover {
    float:left;
    margin:0 10px 10px 10px;
    width:150px;
    }

img.last-month {
    clear:both;
    display:block;
    margin:10px auto;
    }
    
#tsushin-last-month p {
    margin:10px 40px;
    text-indent:-1em;
   }

/*
====================
お申込み方法
====================
*/

.box-825 {
    clear:both;
    width:825px;
    margin:10px auto;
    }
.box-825 p {
    margin:10px 0;
    }

.box-825 p.larger {
    font-size:120%;
    font-weight:bold;
    }

.box-825 img.stitle {
    display:block;
    margin:15px 0;
    }

.box-825 li{
    list-style-position:outside;
    margin-left:30px;
    margin-bottom:10px;
    }

.propose-box-ssl01 {
    width:510px;
    float:right;
    padding-left:15px;
    margin-left:15px;
    border-left:1px solid #999;
    }

.box-825 td {
    border:1px solid #999;
    padding:5px;
    }

.box-825 th {
    border:1px solid #999;
    padding:5px;
    background-color:#ece9d8;
    }

/*
====================
お申込みQ&A
====================
*/

div.NN {
    display:none;
    margin:10px 200px 10px 10px;
    padding:10px;
    border:2px dotted #999;
    }

div.NN p {
    text-indent:1em;
    }

/*
====================
親のための本
====================
*/

div.parents-books {
    width:120px;
    margin-right:15px;
    float:left;
    text-align:center;
    }

div.parents-books img {
    border:1px solid #999;
    display:block;
    margin-bottom:5px;
    }

/*
====================
会員からのお便り
====================
*/

#members-otayori p {
    margin:10px 40px;
   }

#members-otayori h6 {
    color:#690;
    font-size:14px;
    font-weight:bold;
    margin:10px 0 0 40px;
}

/*
====================
リンク集
====================
*/

.links {
    color:#690;
    }

.links p {
    margin-left:60px;
    }

/*
====================
ぶっくくらぶトップページ
====================
*/
.box-bookclub-top {
    width:609px;
    float:left;
    margin-top:5px;
    }

.box-bookclub-top-01 {
    background:url(images/box-back-bookclub-top-01.jpg) no-repeat right bottom;
    }

.box-bookclub-top-02 {
    background:url(images/box-back-bookclub-top-02.jpg) no-repeat right bottom;
    }

.box-bookclub-top .box-title {
    display:block;
    margin-bottom:10px;
    }

.box-bookclub-top ul {
    margin:10px;
    }

.box-bookclub-top ul li {
    margin:10px 10px 25px 10px;
    list-style-image:url(images/box-listimage-bookclub-top.jpg) ;
    padding-left:3px;
    }

/*
====================
配本コース
====================
*/

img.course-name {
    display:block;
    margin-right:10px;
    margin-bottom:2px;
    float:left;
    }

img.course-name-right {
    display:block;
    margin-right:0px;
    margin-bottom:2px;
    float:left;

