@charset "utf-8";
/* **********************************************************************************
 *	Alteration:		2013/12/11	A.Mi
 *	style info:		各page共通のベース用CSS
 ********************************************************************************** */

/* ========================================================================
	Base
======================================================================== */
/* base
------------------------------------------------------------------------ */
body {
}

/* Wrapper Column adjustment (clearfix, overflow)
---------------------------------------------------- */
#header:after,
#topicPath:after,
#mainCont:after,
#book:after,
.followLink:after,
#footer:after {content:".";display:block;clear:both;height:0;visibility:hidden;}

#header,
#topicPath,
#mainCont,
#book,
.followLink,
#footer {min-height:1px;}

* html #header,
* html #topicPath,
* html #mainCont,
* html #book,
* html .followLink,
* html #footer {height:1px;/*\*//*/height:auto;overflow:hidden;/**/}

/* Wrapper layout
---------------------------------------------------- */
#headWrap,
#footWrap {
	clear:both;
	width:100%;
}
#header,
#footer {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0 15px;
}

/* header
---------------------------------------------------- */
#headWrap {
	margin-top:15px;
	border-bottom:1px solid #CCC;
}

/* header
--------------------------------- */
#header {
	position:relative;
	height:45px;
}
#header #headLogo {
	float:left;
}
#header #subNavi {
	position:absolute;
	bottom:-1px;
	right:15px;
	width:270px;
	text-align:right;
}
#header #subNavi li {
	display:inline;
	padding-left:5px;
}

/* container
---------------------------------------------------- */
#topicPath {
	width:960px;
	color:#606060;
	font-size:0.83em;
	margin:10px auto 0;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
	#topicPath li {
		float:left;
		margin-right:1em;
			*border-right:1px solid #ccc;
			*padding-right:1em;
	}
	#topicPath li.current {
			*border-right:none;
			*padding-right:0;
	}
	#topicPath li:after {
		content:"＞";
		margin-left:1em;
	}
	#topicPath li.current:after {
		content:normal;
		margin-left:0;
	}
	#topicPath li a { color:#606060;}
	#pageTitle {
		float:right;
		margin:0 0 14px;
	}
#mainCont {
	width:990px;
	background:url(../images/share/bg_main.gif) top center repeat-y;
	margin:20px auto 30px;
}
	.indP #mainCont {
		background:none;
	}
#mainArea {
	float:right;
	width:630px;
	margin-right:15px;
}
#subCont,
.col3 {
	float:left;
	width:300px;
	margin:0 15px;
}

	#subCont .gNav,
	.col3 .gNav {
		margin-bottom:13px;
	}


/* contents
--------------------------------- */
#mainArea h2 {
	text-align:right;
	margin-bottom:20px;
	padding:10px 0;
	border:1px solid #CCC;
	border-width:0px 0px 1px;
}
#subCont ul {
	margin-bottom:20px;
}
#subCont a,
.col3 a {
	text-decoration:none;
}
.more {
	text-align:right;
	margin-top:10px;
}
.followLink {
	clear:both;
	padding-top:35px;
}
.back {
	float:left;
}
.next {
	float:right;
}


	#book {
		width:615px;
		float:left;
	}
	#book ul:after {
		content:"";
		display:block;clear:both;
	}

	#book li {
		box-sizing: border-box;
		float:left;
		width:150px;
		border:1px solid #dedede;
		letter-spacing:0;
		text-align:center;
		margin-right:5px;
		margin-bottom:5px;
		/*background: red;*/
	}
	#book li:nth-child(4n) {
		margin-right:0px;
	}
	#book li span,
	#book li a {
		display:block;
	}
	#book li span {
		padding:0 10px;
	}
	#book li span:first-child {
		margin:10px 0 5px;
	}
	.mosaic {
					/*background:#eee;*/
					/*border-radius: 5px;*/		/* CSS3草案 */
					/*-webkit-border-radius: 5px;	*//* Safari,Google Chrome用 */
					/*-moz-border-radius: 5px;*/	/* Firefox用 */
	}
	#book li .button {
		margin-top:5px;
		margin-bottom:10px;
	}






	#report li,
	#column li {
		list-style-position:outside;
		border-bottom:1px dotted #CCC;
	}
	#report:after {
		content:"";
		display:block;clear:both;
	}
	#report.col3{
		float:right!important;
	}
	#report li a,
	#column li a {
		display:block;
		background:url(../images/share/arrow.gif) left center no-repeat ;
		padding:8px 0px 6px 17px;
	}
	#report li a:hover,
	#column li a:hover {
		background-color:#eee;
	}
	#column li span {
		display:inline-block;
		width:3em;
		font-weight:bold;
	}
	#column li dt {
		margin:5px 0 3px;
		padding-left:5px;
		border-left:3px solid #3977de;
	}


/* footer
--------------------------------- */
#footWrap {
	padding-top:10px;
	border-top:1px solid #ccc;
}
#footer ul {
	color:#888;
}
	#footer ul li {
		display:inline;
		margin-right:10px;
		padding-left:5px;
		border-left:12px solid #888;
	}
	#footer ul li a {
		display:inline-block;
		color:#03F;
		padding:0 2px;
	}
#footer dl {
	text-align:right;
	margin:10px 0 8px;
}
	#footer dt {
		float:left;
	}
	#footer dd {
		display:inline;
		padding-left:20px;
	}

#copyright {
	text-align:right;
	margin-bottom:11px;
}

