@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:information.css */
/* creation date:2014年7月17日 */
/* last updated:2014年7月17日 */
/* -------------------------------------------------- */
#mainVisual .inner {
	height: 140px;
}
#mainVisual h2 span {
	background-position: left 43px;
	padding-top: 43px;
}
#contents {
	position: relative;
}
/* --------------------------------------------------
main
-------------------------------------------------- */
#contents #main {
	width: 650px;
	margin-left: auto;
}
#contents #main h3 {
	margin-bottom: 10px;
}
#contents #main article {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-top: 20px;
}
#contents #main article .cf {
	background: url(../../images/common/bg_thrash_blue.png) repeat-x left bottom;
	margin-bottom: 12px;
	padding-bottom: 15px;
}
#contents #main article .cf h1 {
	width: 530px;
	font-weight: normal;
	font-size: 115%;
	margin-top: -3px;
	float: right;
}
#contents #main article .cf .font-num {
	width: 120px;
	color: #008cd6;
	font-style: italic;
	font-weight: bold;
}
#contents #main article .textBox p {
	line-height: 1.4;
}
/* --------------------------------------------------
wp-pagenavi
-------------------------------------------------- */
#contents #main .wp-pagenavi .current, #contents #main .wp-pagenavi .page {
	width: 30px;
	height: 30px;
	font-size: 115%;
	text-align: center;
	line-height: 30px;
	padding: 0;
	border: 1px solid #008cd6;
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}
#contents #main .wp-pagenavi .current, #contents #main .wp-pagenavi .page:hover {
	color: #fff;
	background: #008cd6;
}
#contents #main .wp-pagenavi .page {
	color: #008cd6;
}
#contents #main .wp-pagenavi .previouspostslink, #contents #main .wp-pagenavi .nextpostslink {
	color: #008cd6;
	font-size: 115%;
	border: none;
	padding: 0;
	margin: 0;
}
#contents #main .wp-pagenavi .previouspostslink {
	margin-right: 10px;
}
#contents #main .wp-pagenavi span {
	width: 53px;
	height: 30px;
	font-size: 115%;
	text-align: center;
	line-height: 30px;
	padding: 0;
	border: 1px solid #aaa;
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}
/* --------------------------------------------------
side
-------------------------------------------------- */
#contents #side {
	width: 280px;
	position: absolute;
	top: 45px;
}
 @media screen and (min-width: 1000px) {
/*画面は幅1000pxより大きい場合のみついてくる*/
#contents #side.fixed {
	position: fixed;
	top: 45px;
}
#contents #side.fixFinished {
	position: absolute;
	top: auto;
	bottom: 0px;
}
}
#contents #side .widget {
	margin-bottom: 20px;
}
#contents #side .widget:last-child {
	margin-bottom: 0px;
}
#contents #side .widget .widgettitle {
	color: #fff;
	text-shadow: 0px 2px #0075c9;
	font-size: 115%;
	letter-spacing: 0.06em;
	line-height: 40px;
	text-align: center;
	background: #008cd6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#contents #side .widget ul {
	background: #f8fcfe;
	padding: 10px 30px;
}
#contents #side .widget ul li {
	border-bottom: 1px solid #b2dcf3;
}
#contents #side .widget ul li:last-child {
	border-bottom: none
}
#contents #side .widget ul li a {
	color: #008cd6;
	letter-spacing: 0.09em;
	line-height: 50px;
	background: url(../../images/common/icon_triangle01.png) no-repeat 8px center;
	padding-left: 33px;
	display: block;
}
#contents #side .widget ul li a:hover {
	background-position: 10px center;
}
