/*--------------------------------------------------
global Header
---------------------------------------------------*/
.header .container {
	position: relative;
}
.header .header_pr {
	position: absolute;
	top: 10px;
	right: 0px;
}
.header .header_buttons li.sns_buttons {
	margin-top: 37px;
}

/*--------------------------------------------------
.header
---------------------------------------------------*/
/* ヘッダー文章（ロゴ上） */
.header_text01 {
	display:block;
	width:240px;
	float:left;
}

/* ヘッダー文章（センター） */
.header_text02 {
	width:550px;
	display:block;
	padding-top:7px;
	margin-left:258px;
}

.header_text02 h1 {
	display:inline;
}

/* ヘッダーロゴ */
.header_logo {
	margin-top:-13px;
}

/*--------------------------------------------------
#prfile2015Wrap
---------------------------------------------------*/
#prfile2015Wrap {
	width:970px;
	margin:auto;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#prfile2015Wrap .image {
	padding-bottom:15px;
}

/*--------------------------------------------------
#prfile2015Nav
---------------------------------------------------*/
#prfile2015Nav {
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	padding-top:3px;
	padding-bottom:3px;
}

#prfile2015Nav span {
	color:#70AF2C;
}

#prfile2015Nav ul {
	overflow:hidden;
}

#prfile2015Nav li {
	width:189px;
	padding-left:3px;
	padding-right:2px;
	float:left;
	background:url(../img/nav_vBorder.png) no-repeat left center;
}

#prfile2015Nav li.noBorder {
	background:none;
	width:192px;
	padding-left:0;
}

#prfile2015Nav li a {
	text-align:center;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.5;
	transition: all  0.3s ease;
}

#prfile2015Nav li a:hover {
	text-decoration:none;
	background:#E8F2D1;
	border-radius:5px;
}

#prfile2015Nav li.Now a {
	background:#E8F2D1;
	border-radius:5px;
}

#prfile2015Nav li.none a,
#prfile2015Nav li.none a span {
	color:#999;
}

#prfile2015Nav li.none a:hover {
	background:#FFF;
}

/*--------------------------------------------------
#bookCoverWrap
---------------------------------------------------*/
#bookCoverWrap {
	background:url(../img/book_cover.jpg) no-repeat 0 0;
	padding-left:284px;
	margin-bottom:30px;
}

#bookCoverBox {
	background:#EDEDED;
	padding:15px;
	border-left:1px solid #FFF;
}

#bookCoverBox p {
	font-size:13px;
	line-height:1.7;
}

#bookCoverBoxBottom {
	background:#8FC62C;
	padding:15px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	color:#FFF;
	line-height:1.5;
}

#bookCoverBoxBottom strong {
	font-size:18px;
	display:block;
	font-weight:bold;
	text-indent:-5px;
}


.pageTitle {
	position:relative;
	border-bottom:1px solid #111;
	padding-bottom:10px;
	margin-bottom:15px;
}

.pageTitle h3 {
	font-size:16px;
}

.pageTitle p {
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
}

/* サンプルページ */
#samplePageWrap {
	overflow:hidden;
	clear:both;
	padding-bottom:15px;
}

.samplePageImageWrap {
	overflow:hidden;
	clear:both;
	margin-left:-15px;
}

.samplePageBox {
	width:313px;
	float:left;
	padding-left:15px;
	padding-bottom:15px;
}

.samplePageBox a {
	border:1px solid #CCC;
	display:block;
	transition: all  0.3s ease;
}

.samplePageBox a:hover {
	border:1px solid #70AF2C;
	opacity:0.8;
}

.samplePageBox img {
	display:block;
	width:100%;
}

/* 本誌掲載について */
#keisaiWrap {
	overflow:hidden;
	clear:both;
	border:1px solid #111;
	padding:15px;
	background:url(../img/keisai_title.png) no-repeat left;
	padding-left:160px;
	margin-bottom:30px;
}

#keisaiWrap p {
	padding-left:15px;
}

#keisaiWrap p a {
	color:#70AF2C;
	text-decoration:underline;
}

#keisaiWrap p a:hover {
	text-decoration:none;
}

/* 掲載者リスト */
#keisaiListWrap {
	clear:both;
	margin-bottom:50px;
	position:relative;
}

#keisaiListWrap h3 {
	font-size:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#keisaiListLink {
	position:absolute;
	top:0;
	right:0;
}

#keisaiListLink li {
	float:left;
	padding-left:20px;
}

#keisaiListLink li a {
	font-size:14px;
	display:block;
	line-height:30px;
	background:#CCC;
	padding-left:8px;
	padding-right:8px;
	border-radius:15px;
	transition: all  0.3s ease;
}

#keisaiListLink li a:hover {
	text-decoration:none;
	background:#8FC62C;
	color:#FFF;
}

.keisaiListBox {
	clear:both;
}

.keisaiListBox h4 {
	font-size:16px;
	font-weight:bold;
	background:#CCC;
	padding-left:10px;
	line-height:40px;
	margin:0;
	position:relative;
}

.keisaiListBox h4 a {
	position:absolute;
	top:0;
	right:0;
	line-height:40px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	background:#B3B3B3;
}

.keisaiListBox h4 a strong {
	background:url(../img/keisai_list_arrow.png) no-repeat left;
	padding-left:16px;
}

.keisaiListBox th,
.keisaiListBox td {
	font-size:13px;
	line-height:1.5;
	vertical-align:top;
	padding:7px;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.keisaiListBox th {
	width:15%
}

.keisaiListBox td a {
	color:#70AF2C;
	font-size:12px;
	text-decoration:underline;
}

.keisaiListBox td a:hover {
	text-decoration:none;
}

.keisaiListBox .odd {
	background:#F2F2F2;
}