@charset "UTF-8";

/*----------------------------------------------

book-mobileサイト　style.css

Created : 2009.7
Modified : 

---------------------------------------------- */

/*全体・共通------------------------------------------*/
	
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
	
body {
	background-color: #F2F2F2;
	text-align: center;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 140%;
}

/*リンク----*/	
a  {
	text-decoration: none;
	color: #666666;
}

a:link:hover,a:visited:hover {
	text-decoration: none;
	color: #000099;
}

/*タイトル、協調文字----*/
h1 {
	text-indent:-5000px;
}
h2 {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	color: #666666;
	margin-top: 10px;
}
h3 {
	text-indent:-5000px;
}
/*クリアフィックス----*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix 	{display:inline-block;}

/* Hides from IE-mac |*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

/*フロートのクリア----*/
.clear{
	clear:both;
	line-height: 0px;
}

/*余白調整----*/
.padt5{
   padding-top: 5px;
}

/*ヘッダコンテナ----------------------------------*/
#header-container {
	width :780px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width :780px;
	height: 200px;
	text-align: left;
}

/*トップナビ----*/
#top-navi {
	height: 22px;
	list-style-type: none;
	font-size: 11px;
	text-align: left;
	padding-top: 130px;
	letter-spacing: 0.1em;
	width: 520px;
	padding-left: 30px;
}
#top-navi li{
	display:block;
	height: 22px;
	float: left;
	background-image: url(img/top-navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 103px;
}
#top-navi li a{
	display:block;
	height: 18px;
	width: 103px;
	text-align: center;
	padding-top: 4px;
	color: #7CCAF0;
}
#top-navi li a:hover{
	background-image: url(img/top-navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3366FF;
}
/*コンテンツコンテナ-------------------------------*/
#contents-container {
	width :780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/contents-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}

/*サイドBOX----*/
#side {
	width :245px;
	float: left;
	padding-left: 15px;
}

/*サイドナビ----*/
#side-navi {
	width :245px;
	list-style-type: none;
	text-align: left;
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#side-navi a{
	display: block;
	width :175px;
	height: 33px;
	padding-top: 37px;
	padding-left: 70px;
}
.side-navi-1 {
	background-image: url(img/side-navi-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-navi-2 {
	background-image: url(img/side-navi-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-navi-3 {
	background-image: url(img/side-navi-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-navi-4 {
	background-image: url(img/side-navi-4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-navi-5 {
	background-image: url(img/side-navi-5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}
.side-navi-6 {
	background-image: url(img/side-navi-6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-navi-7 {
	background-image: url(img/side-navi-7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*会社アドレス----*/
#side dl{
	width :180px;
	border: 1px solid #C7F2FF;
	margin-right: 6px;
	margin-left: 38px;
	text-align: left;
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side dt{
   font-weight: bold;
   padding-bottom: 5px;
}


/*右コンテンツ枠----------------*/
#contents {
	width: 470px;
	text-align: left;
	float: right;
	padding-right: 25px;
}
.index_txt {
	text-align:left;
	padding:2px 5px;
	border-width:1px 1px 1px 5px;
	border-color:#33ccff;
	border-style:solid;
	color:#000000;
	margin-top:10px;	
	margin-bottom:10px;
}
.navi_txt {
	text-align:left;
	border-width:1px 1px 1px 1px;
	padding:2px 5px;
	border-color:#33ccff;
	border-style:solid;
	color:#000000;
	margin-top:10px;	
	margin-bottom:10px;
}


/*フッターコンテナ---------------------------------*/
#footer-container {
	clear: both;
	width :780px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer-bg.jpg);
	background-repeat: no-repeat;
}

#copyright {
	font-size: 10px;
	color: #666666;
	letter-spacing: 0.3em;
	padding-top: 13px;
	text-align: center;
}



/*新刊紹介ページ------------------------------------*/
#newbook-banner {
	width: 470px;
	height: 65px;
	background-image: url(img/newbook-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#newbook-contents {
	width: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.newbook-box1{
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7F2FF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newbook-box1 img{
	float: left;
}
.newbook-box1 dl{
	float: right;
	width: 270px;
}
.newbook-box1 dt{
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FBB6D1;
	border-left-color: #FBB6D1;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
}

