@charset "utf-8";
/* TOC 
01 基本設定
02 CSS Hack
03 container（ページ全体を覆うコンテナの設定）
04 ヘッダ
05 contents（コンテンツ全般）
06 タイトル


*/

/* ============================== 01 基本設定 */

* { margin: 0; padding: 0; font-style:normal;}

body { margin: 0; padding: 0; font-family: Verdana, Arial, sans-serif; background-color: #FFFFFF; }

h1 { font-size: small; margin: 0; padding: 0; }
h2 { font-size: small; margin: 0; padding: 0; }
h3 { font-size: small; margin: 0; padding: 0; }
p { margin: 0; padding: 0; text-align: left;}
ul { margin: 0; padding: 0; list-style-type: none; }
ol { margin: 0; padding: 0; list-style-type: none; }
li { margin: 0; padding: 0; }
dl,dt,dd { margin: 0; padding: 0; list-style-type: none; }
a { color: #315fbc; text-decoration: none; }
a:link, a:visited { color: #315fbc; text-decoration: none; }
a:hover { color: #5987e4; text-decoration: underline; }
a:active { color: #5987e4; text-decoration: underline; }
a img { border: none; }

#shinchoshaBody td, #shinchoshaBody02 td, #header td, #footer td {
    color: #333333;
    font-family: HiraMaruPro-W4,HiraKakuPro-W3,Osaka,"MS Gothic","ＭＳ ゴシック","Lucida Grande",Helvetica,Arial,Tahoma,sans-serif;
}

.textB01{
	font-size: small;
    color: #333333;
    font-family: HiraMaruPro-W4,HiraKakuPro-W3,Osaka,"MS Gothic","ＭＳ ゴシック","Lucida Grande",Helvetica,Arial,Tahoma,sans-serif;
}

.textA01{
	font-size: 10px;
	}

/* 補足説明・注意書き */
.notes { font-size: small; color: #464646; line-height: 150%; margin-top: 10px; }
.notes li { margin-bottom: 5px; }

/* ============================== 02 CSS Hack */
/* 以下はfloatのバグをクリアするためのhack */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* 以下はロールオーバーのテキストを隠すためのhack */
.hidetxt { text-indent: -9999px; overflow: hidden; }

/* ============================== 03 container（ページ全体を覆うコンテナの設定） */

#navigation_container { margin: 0 auto; text-align: center; }
#container { margin: 0 auto; text-align: center;  }

/* ============================== 04 ヘッダ */
#header { height: 107px; text-align: center; }

/* ============================== 05 contents（コンテンツ全般） */



/*  ============================= 06 タイトル */
#title { width: 840px; background: url(../images/title.jpg) no-repeat; height: 450px; }


/*  ============================== 14 ページトップ */
#page_top { width: 840px; margin: 10px auto 0; line-height: 140%; text-align: right;}
/*#page_top p a { float: right; background: url(../images/listmarker_01_03.gif) no-repeat left center; padding: 0 0 0 9px; font-size: x-small; }
*/
#page_top p a { background: url(../images/listmarker_01_03.gif) no-repeat left center; padding: 0 0 0 9px; font-size: x-small; }

/* ============================== 15 footer */
/*#footer { width: 840px; margin: 10px 0 0 0; text-align: center; } 
edited by fujita 
*/
#footer { width: 840px; clear:both; text-align:center; margin-left:auto; margin-right:auto}

/* common bug fix（サイト全体で使っているcssのバグを取るためのもの。へんな名前のクラスだね） */
#subcol .width115 { width: 113px; }



/* hack */
* html body { background: url(null) fixed; }  
/* ie6 */
* html body { font-size: 100%; }
/* ie7 */
*:first-child+html body { font-size: 100%; }



/* clearfix */
.clearfix:after { content: "."; display: block; height: 0pt; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }



/*以下西野カスタマイズ*/

/* 汎用スタイル */
.floatLeft { float: left; }
.floatRight { float: right; }

.txt_c { text-align: center; }
.txt_r { text-align: right; }

.txt_RG {
    color: #444;
    font-size: 14px;
    line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.txt_12 {
    color: #444;
    font-size: 12px;
    line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.txt_BO {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

.txt_AL {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}

.txt_blue {	color: #0066CC; }
.txt_green { color: #006600; }
.txt_red { color: #FF0000; }

.bg_co_glay { background-color: #EFEFEF;	}

.MT_10 { margin-top: 10px; }
.MT_15 { margin-top: 15px; }
.MT_20 { margin-top: 20px; }
.MT_25 { margin-top: 25px; }
.MT_30 { margin-top: 30px; }
.MB_10 { margin-bottom: 10px; }
.MB_15 { margin-bottom: 15px; }
.MB_20 { margin-bottom: 20px; }
.pd_5 { padding: 5px; }
.pd_10 { padding: 10px; }

.in01 {
	padding-left:1em;
	text-indent:-1em;
}


.color_gray { background-color: #F7F7F7 ;}

.anchor {
	text-align: right;
	padding: 5px;
}

.heading{  
    border-left:8px solid #006600;  
    border-bottom: 1px solid #ccc;
    color: #006600;
    font-size: 16px;
	padding: .4em .6em;
	font-weight: bold;
}  

/* 背景画像 */
.wrapper {
	width: 100%;
	height: 12	00px;
	background: url(../images/jihi_bg.gif) no-repeat scroll;
}

/* コンテンツ */


div#contents{
	overflow: hidden;
	width: 880px;
	margin: 0px auto 0;
	background: #FFFFFF;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}


/* ▼▼トップページ▼▼ */
div.top-img {
	width: 878px;
	height: 775px;
	overflow: hidden;
	text-align: left;
	background: url(../images/top_img.jpg) no-repeat scroll 0 10px;
}

div.top_sales-point {
	width: 875px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* トップページナビ　*/
ul.top-nav {
	width: 160px;
	overflow: hidden;
	display: block;
	margin: 22px auto 0 23px;
}	

ul.top-nav li.top-nav-btn {
	margin-bottom: 5px;
}


ul.top-nav li.top-nav-btn a.button {
  display: inline-block;
  width: 156px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  border: 1px solid darkgray;
  border-radius: 10px ;
  font-size: 15px;
  color: #0e8006 !important;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #dcdcdc,3px 3px 8px rgba(220,220,220,0.5) inset;
}

ul.top-nav li.top-nav-btn a.button::before,
ul.top-nav li.top-nav-btn a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.top-nav li.top-nav-btn a.button:hover {
  background-color: rgba(0, 255, 174, 0.94) !important;
}


/* ☆☆左ナビゲーション☆☆ */
div#lfet_con {
	width: 241px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	_margin-left: 8px;
}

ul#left_nav {
	width: 239;
	height: 410px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #777777;
	border-radius: 4px;
	margin: 15px 0 0;
}

ul#left_nav li {
	width: 217px;
	height: 37px;
	overflow: hidden;
	margin: 0;
	_margin: 0;
}

/* ☆☆右コンテンツボックス☆☆ */
div.main_con {
	width: 583px;
	float: right;
	_margin: 20px 7px 0 0;
	text-align: left;
	margin: 20px 15px 0 0;
}

div.main_con h1 {
	width: 583px;
}

div.book-making-box_A {
	background-color: #F6FFFC;
	position: relative;
}

div.book-making-box_B {
	background-color: #FFFFFF;
	position: relative;
}

/* 偽勧誘電話にご注意下さい　*/
div#attention {
	width: 700px;
	overflow: hidden;
	border: 1px solid #FF0000;
	margin: 15px 0 0;
	background-color: #fdffc7;
	padding: 5px;
}


/* ▼▼本作りの流れ▼▼　*/

div.book-making-box {
	width: 583px;
	overflow: hidden;
}

/* 吹き出し　*/
.fukidashi_01 {
	position: absolute;
	overflow: hidden;
	width: 249px;
	height: 182px;
	top: -20px;
	left: -249px;
}

.fukidashi_02 {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 249px;
	height: 330px;
	left: -249px;
}

.fukidashi_03 {
	position: absolute;
	top: -31px;
	overflow: hidden;
	width: 249px;
	height: 125px;
	left: -249px;
}


.fukidashi_04 {
	position: absolute;
	top: -8px;
	overflow: hidden;
	width: 249px;
	height: 150px;
	left: -249px;
}

.fukidashi_05 {
	position: absolute;
	top: -13px;
	overflow: hidden;
	width: 249px;
	height: 160px;
	left: -249px;
}

/* 販売を御希望のかたへ　*/


/* ▼▼▼本作りの基礎知識▼▼▼　*/

div.book_basic_main_con {
	width: 583px;
	float: right;
	margin: 20px 15px 0 0;
	_margin: 20px 7px 0 0;
	text-align: left;
}

div.book_basic_con_box {

}


/* 上段テキストナビ　*/
ul#nav_book_basic, ul#nav_book_basic * {
    font:12px Verdana,sans-serif;
}
ul#nav_book_basic {
    list-style:none;
    margin:1em 0; padding:0;
}
ul#nav_book_basic li {
    display:inline;
    text-align:center;
    padding:0 0 0 .5em;
}
ul#nav_book_basic a:hover,
ul#nav_book_basic a#current {
    color:#006600;    border-bottom:3px solid #d1eac4;
    text-decoration:none;
}
ul#nav_book_basic a {
   color:#848684; font-weight:bold;
   border-bottom:3px solid #eee;
   text-decoration:none;
}

/* 名称リスト　*/
ul.book_list li{
	line-height: 1.5;
	margin: 1em 0;
}

/* ▼▼▼料金の目安▼▼▼　*/

div.con_table_box {
	overflow: hidden;
}

/* テーブル　*/
div.t_list {
	width: 285px;
	overflow: hidden;
}

table.table_price{
    border:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#F4F4F4;
    empty-cells:show;
    
}
table.table_price th{
    border:1px solid #CCCCCC;
    color:#FFFFFF;
    background-color:#006600;
    padding: 0.5em 0;
    text-align:center;
    font-size: 12px;
}
table.table_price td{
    border:1px solid #CCCCCC;
    padding:0.3em 1em;
    text-align:right;
    font-size: 15px;
}

/* ▼▼▼制作事例▼▼▼　*/

div.con_box {
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}

div.production_case_book {
	width: 160px;
	overflow: hidden;
}

div.production_case_txt {
	width: 412px;
}

p.book_data {
	line-height: 1.8em;
}

p.book_data img {
	margin-left: 15px;
	margin-bottom: -4px;
}

div.txtBoxSub {
color: #FFF;

background-color: #00AA02;
border: 1px solid #999999;
border-radius: 7px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#04bf2c', endColorstr = '#148f50');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#04bf2c', endColorstr = '#148f50')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #04bf2c, #148f50);
background-image: -ms-linear-gradient(top, #04bf2c, #148f50);
background-image: -webkit-linear-gradient(top, #04bf2c, #148f50);
background-image: linear-gradient(top, #04bf2c, #148f50);
background-clip: padding-box;
	padding: 6px;
	font-size: 14px;
	margin-top: 5px;
}


/* 著者プロフィール　*/
ul.production_case_profile {
	clear: both;
	overflow: hidden;
	width: 562px;
	_width: 583px;
	border: 1px solid #999999;
}

li.pro_txt {
	width: 305px;
	overflow: hidden;
}

li.pro_pic {
	width: 240px;
	overflow: hidden;
}

/* 図書編集室より　*/
div.tosho_box {
	width: 583px;
	overflow: hidden;
}

div.tosho_box_txt {
	width: 557px;
	_width: 583px;
	border-right: 3px solid #006600;
	border-bottom: 3px solid #006600;
	background-color: #FFFFE6;
	border-left: 3px solid #006600;
	overflow: hidden;
	line-height: 1.5;
	clear: both;
}

/* ▼▼▼ご相談会へのお申込み▼▼▼　*/

div.cl_mtg_btn {
	text-align: center;
	width: 100%;
}

/* ▼▼▼Q&A▼▼▼　*/
/* Q&Aリスト　*/
ul.qa_list {
	overflow: hidden;
	display: block;
}
ul.qa_list li {
	margin-top: 0.3em;
}

/* Q&Aボックス　*/
div.qa_box {
	width: 583px;
}

p.qa_q {
	display: block;
	color: #339900;
	padding-left: 70px;
	padding-bottom: 10px;
	padding-top: 5px;
	background: #EFEFEF url(../images/qa_img_q.gif) no-repeat scroll 31px 7px;
}

p.qa_a {
	display: block;
	padding: 10px 10px 5px 70px;
	background: #EFEFEF url(../images/qa_img_a.gif) no-repeat 29px 14px;
}

p.txt_c {
}

p.qa_p {
	background-color: #339900;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px 30px 0;
	display: block;
}

/* ▼▼▼図書編集室より▼▼▼　*/

.blog_profile {
	width: 160px;
	display: block;
	color: #FFFFFF;
	background-color:#006600;
}

.blog_profile img {
	margin-top: 5px;
}


/*IE6_fixed対策*/
/* -------------------------------- 
    固定配置要素のスタイル 
----------------------------------- */  