@charset "utf-8";
/* --------------------------------

	(各ページ個別スタイル)

		* last update 2010/02/09
		* author : Nazal;
	
	
--------------------------------

	index
	
	1. gNav操作
	2. index.html
	3. publishing.html
	4. publishing-method.html
	5. csr.html
	6. message.html
	7. company-outline.html
	
	
--------------------------------- */

/* ==========================================================================================================

	 1. gNav操作
 
============================================================================================================*/

body#publishing #gNav {
	top: 464px;
}
body#publishingMethod #gNav {
	top: 575px;
}
body#csr #gNav {
	top: 645px;
}
body#message #gNav {
	top: 352px;
}
body#company #gNav {
	top: 311px;
}


/* ==========================================================================================================

	 2. index.html
 
============================================================================================================*/
body#home #topContent {
	position: relative;
	zoom : 1;
}
body#home #topContent li {
	position: absolute;
	top: -3px;
}
/*  ナビゲーションのセット
-----------------------------------*/
body#home li#cat01 {
	right: 120px;
}
body#home li#cat02 {
	right: 260px;
}
body#home li#cat03 {
	right: 400px;
}
body#home li#cat04 {
	right: 540px;
}
body#home li#cat05 {
	right: 680px;
}


/* ==========================================================================================================

	 3. publishing.html
 
============================================================================================================*/
body#publishing div.h1Group ul,
body#publishingMethod div.h1Group ul {
	
}
body#publishing div.h1Group li,
body#publishingMethod div.h1Group li {
	float: left;
	display: inline;
	margin-right: 27px;
}


/* ==========================================================================================================

	 4. publishing-method.html
 
============================================================================================================*/
body#publishingMethod .section p {
	padding-left: 18px;
}
body#publishingMethod .section p.exp {
	line-height: 2;
}


/* ==========================================================================================================

	 5. csr.html
 
============================================================================================================*/
body#csr .section.firstChild{  
    padding-left: 297px;
} 

body#csr .section.firstChild h2{
	position: relative;
    margin-left: -297px;
}

body#csr .section.firstChild p.firstChild{
	float: left;
	position: relative;
	display: inline;
    margin-left: -297px;
}


/* ==========================================================================================================

	 6. message.html
 
============================================================================================================*/
body#message .longTxt {
	margin-bottom: 3.5em;
}

body#message .longTxt p {
	padding: 0 20px;
	line-height: 2;
}


/* ==========================================================================================================

	 7. company-outline.html
 
============================================================================================================*/
body#company dl.general01 li {
	margin-bottom: 0.5em;
}


/* ==========================================================================================================

	 99. clearfix
 
============================================================================================================*/

/* start clearfix */
body#publishing div.h1Group ul:after,
body#publishingMethod div.h1Group ul:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html body#publishing div.h1Group ul,
* html body#publishingMethod div.h1Group ul { height: 1%; }
/* ie7 hack */
*:first-child+html body#publishing div.h1Group ul,
*:first-child+html body#publishingMethod div.h1Group ul { min-height: 1%;}
/* end clearfix */





















#mainContent .h1Group .booktitle {
	font-size: 25px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	clear: left;
}
#mainContent .longTxt .coment {
	border-top: 1px dotted #B2B2B2;
	padding-top: 15px;
}
#mainContent .h1Group .spec {
	width: 270px;
	float: left;
	margin-top: 105px;
	margin-left: 40px;
	margin-bottom: 80px;
	margin-right: 70px;
}
.h1Group p #bookimg {
	float: left;
	-webkit-box-shadow: 2px 2px 10px #B8B8B8;
	box-shadow: 2px 2px 10px #B8B8B8;
	margin-left: 20px;
}
.h1Group .booktitle .booktitlesub {
	font-size: 17px;
}
.h1Group .icon li {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 20px;
	border-top: 1px dotted #B8B8B8;
	padding-top: 20px;
	padding-bottom: 5px;
}
.icon li img {
	-webkit-box-shadow: 2px 2px 3px #B8B8B8;
	box-shadow: 2px 2px 3px #B8B8B8;
}
.icon li .icontext {
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
}
#mainContent .h1Group #booklist {
	border-bottom: 1px solid #B8B8B8;
	height: 90px;
	padding-top: 10px;
	margin-bottom: 25px;
}
.h1Group #booklist li {
	float: left;
	display: inline-block;
	margin-left: 20px;
	margin-right: 5px;
}
