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

construction

#container (1000px)
	│
	├#head (1000px)
	│
	├#contentWrap (973px)
	│├.content (666px)
	│└.sidePanel (306px)
	│
	└#foot  (1000px)

-----------------------------------------------------------------

-- YUI

-- IE6 PNG FIX

-- common class
   ├ text decoration
   ├ float
   ├ border
   ├ dot
   ├ margin
   ├ padding
   ├ cleckableArea
   └ clearfix

-- base layout
   ├ anchor
   ├ header
   ├ footer
   └ content

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

/*==================================================================
//
//  YUI
//
==================================================================*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*==================================================================
//
//  IE6 PNG FIX
//
==================================================================*/
*html .pingFix {
	behavior: url(/js/lib/iepngfix.htc);
}
/*img, div, ul, li { behavior: url(/test/nwj/iepngfix.htc) }*/

/*==================================================================
//
//  common class
//
==================================================================*/

h3,
.entryTitle p,
.entryDetail .entryDetailHeadline .author{
	-webkit-font-smoothing: antialiased;
}


/* text decoration
============================================================*/
.txtRed {
	color: #ee3229;
}
.txtBold {
	font-weight: bold;
}

/* float
============================================================*/
.fltLeft {
	padding: 0px;
	margin: 0px;
	float: left;
}
.fltRight {
	padding: 0px;
	margin: 0px;
	float: right;
}
/*==========================================================*/

/* border
============================================================*/
.borderSide {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/*==========================================================*/

/* dot
============================================================*/
.topDot {
	background: url(/images/common/commonDot.gif) repeat-x left top;
}
.bottomDot {
	background: url(/images/common/commonDot.gif) repeat-x left bottom;
}
.footerDot {
	background: url(/images/common/footerDot.gif) repeat-x left bottom;
}
/*==========================================================*/

/* margin
============================================================*/
/**
*  top
**/
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 45px!important;}
.mt50 {margin-top: 50px!important;}
/**
*  bottom
**/
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
/**
*  left
**/
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}
.ml45 {margin-left: 45px!important;}
.ml50 {margin-left: 50px!important;}
/**
*  right
**/
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}
.mr45 {margin-right: 45px!important;}
.mr50 {margin-right: 50px!important;}
/*==========================================================*/

/* padding
============================================================*/
/**
*  top
**/
.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}
.pt30 {padding-top: 30px!important;}
/**
*  bottom
**/
.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb30 {padding-bottom: 30px!important;}
/**
*  left
**/
.pl5 {padding-left: 5px!important;}
.pl10 {padding-left: 10px!important;}
.pl15 {padding-left: 15px!important;}
.pl20 {padding-left: 20px!important;}
.pl25 {padding-left: 25px!important;}
.pl30 {padding-left: 30px!important;}
/**
*  right
**/
.pr5 {padding-right: 5px!important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px!important;}
.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}
.pr30 {padding-right: 30px!important;}
/*==========================================================*/

/* clickableArea
============================================================*/
.clickable {
	cursor: pointer !important;
}

/*
テキスト→黒色 / アンダーライン*/
.containTxt_B .over a {
	color: #333333 !important;
	text-decoration: underline !important;
}

/*
タイトル→赤色
テキスト→赤色*/
.containTitleTxt_RR .over h3, 
.containTitleTxt_RR a:hover h3{
	color: #ee3229 !important;
}
.containTitleTxt_RR .over h4,
.containTitleTxt_RR a:hover h4 {
	color: #ee3229 !important;
}
.containTitleTxt_RR .over h5,
.containTitleTxt_RR a:hover h5 {
	color: #ee3229 !important;
}
.containTitleTxt_RR .over p,
.containTitleTxt_RR a:hover p {
	color: #ee3229 !important;
	text-decoration: underline !important;
}
.containTitleTxt_RR .over dt,
.containTitleTxt_RR a:hover dt {
	color: #ee3229 !important;
	text-decoration: underline !important;
}



/*
タイトル→緑色
テキスト→緑色*/
.containTitleTxt_GG .over h3 {
	color: #098576 !important;
}
.containTitleTxt_GG .over h4 {
	color: #098576 !important;
}
.containTitleTxt_GG .over h5 {
	color: #098576 !important;
}
.containTitleTxt_GG .over p {
	color: #098576 !important;
	text-decoration: underline !important;
}
.containTitleTxt_GG .over dt {
	color: #098576 !important;
	text-decoration: underline !important;
}
/*
タイトル→青色
テキスト→青色*/
.containTitleTxt_BB .over h3, 
.containTitleTxt_BB a:hover h3{
	color: #00376d !important;
}
.containTitleTxt_BB .over h4,
.containTitleTxt_BB a:hover h4 {
	color: #00376d !important;
}
.containTitleTxt_BB .over h5,
.containTitleTxt_BB a:hover h5 {
	color: #00376d !important;
}
.containTitleTxt_BB .over p,
.contentPanel .containTitleTxt_BB a:hover p {
	color: #00376d !important;
	text-decoration: underline !important;
}
.containTitleTxt_BB .over dt,
.containTitleTxt_BB a:hover dt {
	color: #00376d !important;
	text-decoration: underline !important;
}


/*
アンダーラインのみ*/
.containTitleTxt_UL .over h3 {
	text-decoration: underline !important;
}
.containTitleTxt_UL .over h4 {
	text-decoration: underline !important;
}
.containTitleTxt_UL .over h5 {
	text-decoration: underline !important;
}
.containTitleTxt_UL .over p {
	text-decoration: underline !important;
}
.containTitleTxt_UL .over dt {
	color: #ee3229 !important;
	text-decoration: underline !important;
}

/*
タイトル→黒色
テキスト→赤色*/
.containTitleTxt_BR .over a {
	color: #BC1B02 !important;
	text-decoration: underline !important;
}
/*==========================================================*/

/* clearfix
============================================================*/
.clearfix:after {
  content: url(/images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*==========================================================*/

/*==================================================================
//
//  base layout
//
==================================================================*/
html,body {
/*	background-color: #C2C2B9;
*/	margin: 0px;
	padding: 0px;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*	text-align: center;
*/}
/*#container {
	width: 1100px;
	color: #333333;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}*/
#contentWrap{
	width: 1100px;
	color: #333333;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* anchor(base)
============================================================*/
a,
a:link,
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #C01D04;
}
/*
a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #C01D04;
}
*/
/*==========================================================*/

/* color
============================================================*/
.bg_col_rd {
	background: #ee3229 !important;
	color: #fff;
}
.bg_col_bl {
	background: #00376d !important;
	color: #fff;
}
.bg_col_gr {
	background: #098576 !important;
	color: #fff;
}
.bg_col_bk {
	background: #333 !important;
	color: #fff;
}

.txt_col_rd {
	color: #ee3229 !important;
}
.txt_col_bl{
	color: #00376d !important;
}
.txt_col_gr {
	color: #098576 !important;
}
/*h2.bg_col_rd,
h2.bg_col_bl,
h2.bg_col_gr{
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}*/


/*==========================================================*/
/* btmLink
============================================================*/

.btmLink{
	margin: 15px 0 0;
}
.btmLink a{
	font-size: 15px;
}
.btmLink a:hover{
	text-decoration: underline;
}
.btmLink a span.arrow_btm_link{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 4px;
	height: 12px;
}

.txt_col_rd.btmLink a{
	font-weight: bold;
	color: #ee3229 !important;
}
.txt_col_bl.btmLink a{
	font-weight: bold;
	color: #00376d !important;
}
.txt_col_gr.btmLink a{
	font-weight: bold;
	color: #098576 !important;
}

.txt_col_rd.btmLink a:hover{
	text-decoration: underline;
}
.txt_col_bl.btmLink a:hover{
	text-decoration: underline;
}
.txt_col_gr.btmLink a:hover{
	text-decoration: underline;
}

/*==========================================================*/
/* listLink
============================================================*/

.listLink{
	margin-bottom: ;
}
.listLink{
	margin: 15px 0 80px;
	text-align: right;
}
.listLink a{
	font-size: 15px;
}
.listLink a:hover{
	text-decoration: underline;
}
.listLink a span.arrow_btm_link{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 4px;
	height: 12px;
}

.txt_col_rd.listLink a{
	font-weight: bold;
	color: #ee3229 !important;
}
.txt_col_bl.listLink a{
	font-weight: bold;
	color: #00376d !important;
}
.txt_col_gr.listLink a{
	font-weight: bold;
	color: #098576 !important;
}

.txt_col_rd.listLink a:hover{
	text-decoration: underline;
}
.txt_col_bl.listLink a:hover{
	text-decoration: underline;
}
.txt_col_gr.listLink a:hover{
	text-decoration: underline;
}

/*==========================================================*/
/* arrow
============================================================*/

.txt_col_rd.btmLink a span.arrow_btm_link,
.txt_col_rd.listLink a span.arrow_btm_link{
	background: url(/images/common/arrow_red.gif) 0 50% no-repeat;
}
.txt_col_bl.btmLink a span.arrow_btm_link,
.txt_col_bl.listLink a span.arrow_btm_link{
	background: url(/images/common/arrow_blue.gif) 0 50% no-repeat;
}
.txt_col_gr.btmLink a span.arrow_btm_link,
.txt_col_gr.listLink a span.arrow_btm_link{
	background: url(/images/common/arrow_green.gif) 0 50% no-repeat;
}



span.arrow_btn_link.arrow_red{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 4px;
	height: 12px;
}
span.arrow_btn_link.arrow_bl{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 4px;
	height: 12px;
}
span.arrow_btn_link.arrow_red_next{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 4px;
	height: 12px;
}
span.arrow_btn_link.arrow_red_prev{
	display: inline-block;
	margin: 0 0 0 10px;
	width: 4px;
	height: 12px;
}

span.arrow_btn_link.arrow_red{
	background: url(/images/common/arrow_red.gif) 0 50% no-repeat;
}
span.arrow_btn_link.arrow_red_next{
	background: url(/images/common/arrow_red_next.gif) 0 50% no-repeat;
}
span.arrow_btn_link.arrow_red_prev{
	background: url(/images/common/arrow_red_prev.gif) 0 50% no-repeat;
}
span.arrow_btn_link.arrow_bl{
	background: url(/images/common/arrow_black.gif) 0 50% no-repeat;
}
.arrow_left_w{
	display: inline-block;
	margin: 0 0 0 5px;
	width: 4px;
	height: 10px;
	background: #000;
	background: url(/images/header/arrow_left_w.png) 0 50% no-repeat;
}



h2 span.arrow_btm_ttl{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 17px;
	height: 32px;
	vertical-align: bottom;
	background: url(/images/common/arrow_btm_ttl.png) 0 50% no-repeat;
}

#top #content h2 span.arrow_btm_ttl{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 17px;
	height: 28px;
	vertical-align: bottom;
	background: url(/images/common/arrow_btm_ttl.png) 0 50% no-repeat;
}
h4 span.arrow_btm_ttl{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 17px;
	height: 32px;
	vertical-align: bottom;
	background: url(/images/common/arrow_btm_ttl.png) 0 50% no-repeat;
}
.entryDetail h4{
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
}



/* border
============================================================*/

.border_btm{
	border-bottom: 1px solid #999;
}
.border_top{
	border-top: 1px solid #999;
}


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

/* header Bnr
============================================================*/
#bnrHead {
	padding: 10px 0;
	text-align: center;
}
/*
/*==========================================================*/

/* header
============================================================*/
#head {
	height: 95px;
	background: #FFFFFF;
	border-top: 4px solid #ee3229;
	border-bottom: 1px solid #ee3229;
	padding-top: 0;
}
.header_inner{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 95px;
}

/*
//----------------------------------------
// naviWrap
//----------------------------------------
*/
#naviWrap {
}
/**
*  navi
**/
	#naviWrap #navi {
		float: right;
	}
		#naviWrap #navi li {
			float: left;
			padding: 4px 0 0;
			height: 24px;
			font-size: 12px;
			text-align: center;
		}
		#naviWrap #navi li a{
			display: block;
			font-weight: bold;
			color: #ee3229;
		}
/**
*  searchBlock
**/
		#naviWrap #navi li.nav_search{
			margin: 0 0 0 20px;
		}
		#naviWrap #navi li.nav_search form{
			float: right;
			font-size: 12px;
			background: url(/images/header/bg_search.gif) 0 100% no-repeat;
		}
		#naviWrap #navi li.nav_search input{
			margin: -4px 0 0;
			padding: 0;
			width: 163px;
			height: 21px;
			line-height: 22px;
		}
		#naviWrap #navi li.nav_search input:focus{
			outline: none;
		}

		#naviWrap #navi li .icon{
			display: inline-block;
			width: 23px;
			height: 14px;
			vertical-align: bottom;
			margin: 0 10px 0 0
		}
		#naviWrap #navi li.nav_global .icon{
			background: url(/images/header/icon_global.gif) 0 0 no-repeat;
		}
		#naviWrap #navi li.nav_search .icon{
			background: url(/images/header/icon_search.gif) 0 0 no-repeat;
		}


		#naviWrap #navi li.nav_magazine a,
		#naviWrap #navi li.nav_subscription a{
			display: inline;
			color: #fff;
		}
		#naviWrap #navi li.nav_magazine{
			margin: 0 -13px 0 0;
			width: 110px;
			height: 25px;
			line-height: 11px;
			background: url(/images/header/bg_magazine.gif) 0 0 no-repeat;
		}
		#naviWrap #navi li.nav_subscription{
			width: 112px;
			padding-left:15px; 
			height: 25px;
			line-height: 11px;
			background: url(/images/header/bg_subscription.gif) 0 0 no-repeat;
		}


/*
//----------------------------------------
// categoryNaviWrap
//----------------------------------------
*/

#categoryNaviWrap{
	position: absolute;
	top: 30px;
	right: 0;
}
	#categoryNaviWrap li{
		float: left;
	}
	#categoryNaviWrap li a{
		font-weight: bold;
		font-size: 12px;
	}
	#categoryNaviWrap li a:hover{
		text-decoration: underline;
	}
	#categoryNaviWrap li + li{
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		background: url(/images/keyword/dottes.png) 0 0 repeat-y;	
	}
/*
//----------------------------------------
// pageNaviWrap
//----------------------------------------
*/

#pageNaviWrap {
	margin-bottom: 0;
}
	#pageNaviWrap a,
	#pageNaviWrap a:link,
	#pageNaviWrap a:visited,
	#pageNaviWrap a,
	#pageNaviWrap a:link,
	#pageNaviWrap a:visited {
		color: #ee3229;
	}
	#pageNaviWrap a:hover,
	#pageNaviWrap a:focus,
	#pageNaviWrap a:active,
	#pageNaviWrap a:hover,
	#pageNaviWrap a:focus,
	#pageNaviWrap a:active {
		color: #C01D04;
	}

#pageNaviWrap {
	position: absolute;
	bottom: 0;
	left: 405px;
}
	#pageNaviWrap li {
		float: left;
	}
	#pageNaviWrap li a{
		display: block;
		color: #ee3229;
		font-weight: bold;
		font-size: 14px;
	}
/*	#pageNaviWrap li + li{
		margin: 0 0 0 40px;
	}*/
	#pageNaviWrap li + li{
		margin: 0 0 0 32px;
	}
/*
//----------------------------------------
// logoWrap
//----------------------------------------
*/
#logoWrap {
/*	background: url(/images/common/bgHead.gif) repeat-x 0px 0px;
	padding: 7px 13px 5px 21px;*/
}
/**
*  logo
**/
	h1 {
		float: left;
		font-size: 0;
		line-height: 0;
	}


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

/* footer
============================================================*/
#foot {
	padding: 60px 0;
	height: 300px;
	color: #FFFFFF;
	background: #232323;
	text-align: center;
}
/*
//----------------------------------------
// pageTop
//----------------------------------------
*/
#foot #pageTop {
	text-align: right;
	margin-right: 12px;
}
/*
//----------------------------------------
// footNaviWrap
//----------------------------------------
*/
#footInner {
	width: 1100px;
	margin: 0 auto;
}
	#footInner a,
	#footInner a:link,
	#footInner a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footInner a:hover,
	#footInner a:focus,
	#footInner a:active {
		text-decoration: underline;
	}

/**
*  footNavi
**/
	#footInner #footNavi li {
		display: inline-block;
		font-size: 12px;
		line-height: 11px;
	}
	#footInner #footNavi li + li{
		margin: 0 0 0 10px;
		padding: 0 0 0 11px;
		border-left: 1px solid #fff;
	}

/**
*  btSiteMap
**/
/*	#footNaviWrap #btSiteMap a {
		display: block;
		float: right;
		padding-left: 9px;
		background: url(/images/common/arrowWhite.gif) no-repeat left center;
	}
	#footNaviWrap #btSiteMap a:hover {
		background: url(/images/common/arrowBlack.gif) no-repeat left center;
	}*/
/*
//----------------------------------------
// copyright
//----------------------------------------
*/

#copyright p{
		font-size: 12px;
		line-height: 30px;
		color: #6f6f6f
}

/**
*  foot logo
**/

#footLogo {
	margin: 60px 0 30px;
}
		#footLogo li {
			display: inline-block;

		}

		#footLogo li + li{
			margin: 0 0 0 50px;

		}
		#footLogo li a{
			display: block;
			line-height: 30px;
			height: 30px;
		}

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

/* content
============================================================*/
/*#contentWrap {
	padding-left: 12px;
	padding-right: 15px;
}*/
/*
そのコンテンツ→シャドウ有
下のコンテンツ→シャドウ有*/
/*.shadowThis_shadowBottom {
	margin-bottom: 9px;
}*/
/*
そのコンテンツ→シャドウ有
下のコンテンツ→シャドウ無*/
/*.shadowThis_noShadowBottom {
	margin-bottom: 9px;
}*/
/*
そのコンテンツ→シャドウ無
下のコンテンツ→シャドウ有*/
/*.noShadowThis_shadowBottom {
	padding-top: 3px;
	margin-bottom: 12px;
}*/
/*
そのコンテンツ→シャドウ無
下のコンテンツ→シャドウ無*/
/*.noShadowThis_noShadowBottom {
	padding-top: 3px;
	margin-bottom: 12px;
}*/
/*
//----------------------------------------
// News
//----------------------------------------
*/
.newest {
}
	.newest .panelBody,
	.newest .sidePanelNoShadowBody {
		padding: 2px 9px 6px;
	}
		.newest .entry {
			padding-top: 8px;
			padding-bottom: 7px;
		}
			.newest .entry p {
				line-height: 1.5;
				padding-left: 9px;
				background: url(/images/common/arrowRed.gif) no-repeat 0px 0.4em;
			}
			.newest .entry p a  {
				color: #333333;
				text-decoration: none;
			}
			.newest .entry .time {
				color: #666666;
				margin-left: 0.5em;
			}

				.newest .prPanel a,
				.newest .prPanel a:link,
				.newest .prPanel a:visited {
					color: #333333;
					display: block;
					padding: 9px 13px;
					margin-top: 10px;
					background: #E6E6E6;
					text-decoration: underline;
				}
				.newest .prPanel a:hover,
				.newest .prPanel a:focus,
				.newest .prPanel a:active {
					background: #D6D6D6;
				}
		
		.newest .btBottomRight {
			text-align: right;
			margin-top: 12px;
		}

/*
//----------------------------------------
// topicPath
//----------------------------------------
*/
#topicPath {
	margin-bottom: 25px;
}
	#topicPath #breadCrumbs a,
	#topicPath #breadCrumbs a:link,
	#topicPath #breadCrumbs a:visited,
	#topicPath #backToPrevious a,
	#topicPath #backToPrevious a:link,
	#topicPath #backToPrevious a:visited {
		color: #ee3229;
	}
	#topicPath #breadCrumbs a:hover,
	#topicPath #breadCrumbs a:focus,
	#topicPath #breadCrumbs a:active,
	#topicPath #backToPrevious a:hover,
	#topicPath #backToPrevious a:focus,
	#topicPath #backToPrevious a:active {
		color: #C01D04;
	}
	#topicPath .lastTopics{
		color: #000;
	}

/**
*  breadCrumbs
**/
#breadCrumbs {
	clear: both;
	float: left;
}
	#breadCrumbs li {
		display: inline;
		color: #ee3229;
/*		font-weight: bold;
*/		font-size: 13px;
	}
	#breadCrumbs li  + li{
		margin: 0 0 0 6px;
		padding: 0 0 0 14px;
		background: url(/images/common/arrow_nav.gif) 0 0 no-repeat;
	}

/**
*  backToPrevious
**/
#backToPrevious {
	border-right: 5px solid #B22100;
	padding-right: 10px;
	float: right;
}
/*
//----------------------------------------
// content
//----------------------------------------
*/
#content {
	float: left;
	width: 780px !important;
	margin: 5px 0 0;
}
	#content h2{
		display: inline-block;
		padding: 0 8px;
		height: 32px;
		line-height: 32px;		
		font-weight: bold;
		font-size: 16px;
		color: #fff;
	}

#content #contentTitle h2 {
	height: 32px;
	line-height: 32px;		
}
#content #contentTitle h2 span.arrow_btm_ttl{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 17px;
	height: 32px;
	vertical-align: bottom;
	background: url(/images/common/arrow_btm_ttl.png) 0 50% no-repeat;
}
/**
*  contentPanel
**/
.contentPanelTitle {

}
	.contentPanelTitle h2 {
	}
	.contentPanelTitle h2.text,
	.contentPanelTitle h3.text {
		color: #ee3229;
		font-weight: bold;
		line-height: 1.2;
		padding-left: 6px;
		border-left: 5px solid #ee3229;
	}
	.contentPanelTitle .allView {
		float: right;
	}


.contentPanel {
	
}
	.contentPanel .entry{
		padding: 15px 0;
	}
	.contentPanel .entry .entryImg {
		float: left;
		width: 186px;
		height: 137px;
		overflow: hidden;
	}
	.contentPanel .entry .entryTxt {
		float: right;
	}
	.contentPanel .containImg .entryTxt {
		width: 580px;
	}

	.contentPanel .entry .entryTxt .catch {
		margin: 0 0 7px;
		color: #ee3229;
		font-weight: bold;
	}
	.contentPanel .entry .entryTxt h3 {
		font-size: 20px;
		font-weight: bold;
		color: #333333;
/*		margin: 8px 0;
*/		margin: 0 0 8px;
	}
	.contentPanel .entry .entryTxt p.copy {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 8px;
	}
	.contentPanel .entry .entryTxt .date {
		font-size: 12px;
		font-weight: bold;
		color: #999;
	}

/**
*  contentPanel
**/
.contentPanel .entryDetailBodyCopy{
	padding: 0 30px 60px !important;
}

.contentPanel .entryDetailBodyCopy p{ 
	font-size: 16px;
	line-height: 28px;
}
.contentPanel .entryDetailBodyCopy p a{
	text-decoration: underline;
}

.contentPanel .entryDetailBodyCopy p a:hover{
	text-decoration: underline;
	color: #ee3229;
}

/**
*  サブタイトル
**/	
.entryDetail .entryDetailBodyCopy h4 {
}
		#news .entryDetail .entryDetailBodyCopy h4 {
			height: 34px;
			line-height: 34px;
			font-weight: bold;
			font-size: 20px;
			padding-left: 18px;
			border-left: 2px solid #ee3229;
		}
		#stories .entryDetail .entryDetailBodyCopy h4 {
			height: 34px;
			line-height: 34px;
			font-weight: bold;
			font-size: 20px;
			padding-left: 18px;
			border-left: 2px solid #ee3229;
		}


/**
*  dateBar
**/	
#contentWrap .contentPanel .dateBar {
	padding-top: 10px;
}
	#contentWrap .contentPanel .dateBar p {
		background-color: #C2C2B9;
		padding: 5px 12px 4px;
		font-weight: bold;
	}
/**
*  anchorNavi 
**/	
#contentTitle #anchorNavi{
	float: right;
}
#contentTitle #anchorNavi li{
	float: left;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}
#contentTitle #anchorNavi li + li{
	padding: 0 0 0 15px;
	background: url(/images/common/dot_side.gif) 0 0 repeat-y;
}
#contentTitle #anchorNavi li a{
	height: 32px;

}
#contentTitle #anchorNavi li.active a{
	padding: 0 0 0 8px;
	background: url(/images/common/arrow_blue.gif) 0 50% no-repeat;
}
#contentTitle #anchorNavi li + li{
	margin: 0 0 0 15px;
}

		#stories #contentTitle #anchorNavi li a,
		#stories #contentTitle #anchorNavi li a:link,
		#stories　#contentTitle #anchorNavi li a:visited {
			color: #ee3229;
		}
		#news #contentTitle #anchorNavi li a,
		#news #contentTitle #anchorNavi li a:link,
		#news　#contentTitle #anchorNavi li a:visited {
			color: #00376d;
		}
		#contentTitle #anchorNavi li a:hover,
		#contentTitle #anchorNavi li a:focus,
		#contentTitle #anchorNavi li a:active {
			text-decoration: underline;
		}





/*
//----------------------------------------
// indexNavi 
//----------------------------------------
*/



#contentWrap .indexNavi {
	font-family: arial,helvetica,clean,sans-serif;
}
	#contentWrap .indexNavi li {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		display: inline-block;
		background: url(/images/common/dot_side.gif) 0 0 repeat-y;
	}

	#contentWrap .indexNavi li + li{
	}

		#contentWrap .indexNavi li.prev {
			border: none;
			background: none;
		}
		#contentWrap .indexNavi li.next {
	}
		#contentWrap .indexNavi li a {
			width: 32px;
			height: 16px;
			color: #ee3229;
			text-decoration: none;
			display: block;
		}
		#contentWrap .indexNavi .current_page{
			width: 32px;
			height: 16px;
			background: #ee3229;
		}
		#contentWrap .indexNavi span.current_page,
		#contentWrap .indexNavi a{
			margin: 0 5px;
			padding: 8px 0;
		}

			*html #contentWrap .indexNavi li a {
				width: 20px;
			}
			#contentWrap .indexNavi li.prev a,
			#contentWrap .indexNavi li.next a {
/*				margin: 0 0 0 15px;
*/				width: 55px;
			}
			#contentWrap .entryPagenate .indexNavi{
				text-align: center;
			}
			#contentWrap .entryPagenate .indexNavi li.prev a{
				margin: 0 15px 0 0;
				width: 100px;
			}
			#contentWrap .entryPagenate .indexNavi li.next a {
				margin: 0 0 0 15px;
				width: 100px;
			}

		#contentWrap .indexNavi li a span {
			color: #C01D04;
		}
	
		#contentWrap .indexNavi li a,
		#contentWrap .indexNavi li a:link,
		#contentWrap .indexNavi li a:visited {
			color: #ee3229;
			text-decoration: none;
		}
		#contentWrap .indexNavi li a:hover,
		#contentWrap .indexNavi li a:focus,
		#contentWrap .indexNavi li a:active {
			color: #C01D04;
			text-decoration: underline;
		}
			
		#contentWrap .indexNavi li.current,
		#contentWrap .indexNavi li.current a,
		#contentWrap .indexNavi li.current a:link,
		#contentWrap .indexNavi li.current a:visited,
		#contentWrap .indexNavi li.current a:hover,
		#contentWrap .indexNavi li.current a:focus,
		#contentWrap .indexNavi li.current a:active {
			color: #FFFFFF;
/*			background: url(/images/common/bgIndexNavi) 2px 0 no-repeat;
*/			text-decoration: none;
			cursor: default;
		}


#contentWrap .indexNaviBottom {
	margin: 10px 0;
	text-align: right;
}

#contentWrap .entryPagenate .indexNavi li.cont{
	display: none;
}


/**
*  recommend
**/
#recommend {
	padding-top: 10px;
}
/*	#recommend .title {
		line-height: 1.2em;
		font-weight: bold;
		margin-top: 6px;
		padding-left: 6px;
		border-left: 5px solid #ee3229;
	}*/
/*	#recommend ul {
		padding: 12px 16px 16px;
	}*/
/*	#recommend ul li {
		color: #666666;
		list-style: none;
		padding-left: 8px;
		margin-bottom: 5px;
		background: url(/images/common/arrowRed.gif) 0 center no-repeat;
	}*/
		#recommend .keyword ul li {
			float: left;
			margin-bottom: 15px;
			margin-right: 15px;
		}
#recommend ul li a,
#recommend ul li a:link,
#recommend ul li a:visited {
	color: #333333;
	text-decoration: underline;
}
#recommend ul li a:hover,
#recommend ul li a:focus,
#recommend ul li a:active {
	color: #C01D04;
}
/**
*  bookmark
**/	
#contentWrap .bookmark {
	float: left;
	color: #666;
}
	#contentWrap .bookmark ul,
	#contentWrap .bookmark p {
		float: left;
	}
	#contentWrap .bookmark p {
		line-height: 20px;
	}
	#contentWrap .bookmark ul {
		margin-left: 0px;
	}
	#contentWrap .bookmark ul li {
		float: left;
		margin-right: 8px;
	}
	#contentWrap .bookmark ul .googleplus {
		margin-right: 0px;
	}
	#contentWrap .bookmark ul .twitter {
		margin-right: 8px;
		width: 102px;
	}
	#contentWrap .bookmark ul .facebook {
		margin-top: 0px;
		margin-right: 8px;
		width: 110px;
	}
	
		





/*==================================================================
//
//  2009.07.01〜　修正
//
==================================================================*/

/* header
============================================================*/
/*
//----------------------------------------
// pageNaviWrap
//----------------------------------------
*/
#pageNaviWrap {
	padding: 1px 11px 4px 15px;
}

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

/* footer
============================================================*/
/*#foot {
	margin-top: 12px;
}*/
/*
//----------------------------------------
// pageTop
//----------------------------------------
*/
#foot #pageTop {
	margin-right: 16px;
	margin-bottom: 21px;
}

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

/* content
============================================================*/

/*
//----------------------------------------
// bookmark
//----------------------------------------
*/
#contentWrap .tackBlock {
	margin-top: 10px;
}
#contentWrap .btPrint a {
	float: right;
	color: #666;
	line-height: 20px;
	padding-left: 22px;
	background: url(/images/common/btPrint.gif) 0 4px no-repeat;
	text-decoration: none;
}
	#contentWrap .btPrint a:hover {
		color: #C01D04;
		text-decoration: underline;
	}

/*#contentHead {
	height: 25px;
}
*/

.neightborEntries {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 30px 20px 30px;
  font-size: 15px;
  background: url(/images/common/commonDotPaleGray.gif) repeat-x left bottom;
}
/*
.neightborEntries .archiveList {
  text-align: left;
  margin-bottom: 30px;
}
*/
.neightborEntries .archiveList {
  text-align: center;
  width: 250px;
  margin: 30px auto 10px;
  padding: 5px;
  background-color: #ddd;
}
.neightborEntries .archiveList a {
  text-decoration: none;
  display: block;
}
.neightborEntries .archiveList a:hover,
.neightborEntries .archiveList a:focus,
.neightborEntries .archiveList a:active {
  color: #C01D04;
}
.neightborEntries li span {
  font-weight: normal;
  border: 1px solid #bc1b02;
  padding: 4px;
  font-size: 13px;
}
.neightborEntries li span.linkArrow {
  background-color: #bc1b02;
  color: #fff;
}
.neightborEntries li a {
  text-decoration: none;
}
.neightborEntries li a:hover,
.neightborEntries li a:focus,
.neightborEntries li a:active {
  color: #C01D04;
  text-decoration: none;
}
.neightborEntries .prev {
  float: left;
  text-align: left;
}
.neightborEntries .next {
  float: right;
  text-align: right;
}
.neightborEntries .prev div {
  padding-right: 12px;
}
.neightborEntries .next div {
  padding-left: 12px;
}
.neightborEntries li .prevTitle,
.neightborEntries li .nextTitle {
  font-size: 12px;
  margin-top: 10px;
  width: 280px;
  text-overflow: ellipsis;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
/*
.entryPagenate {
  padding:20px 0;
  text-align: center;
}
#contentWrap .entryPagenate .indexNavi {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
#contentWrap .entryPagenate .indexNavi li {
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  border: 1px solid #bc1b02;
  margin: 0 3px 3px 0;
}
#contentWrap .entryPagenate .indexNavi li span {
  width: 1.5em;
}
#contentWrap .entryPagenate .indexNavi li a {
  width: 1.5em;
  text-decoration: none;
  padding-top: 1px;
}
#contentWrap .entryPagenate .indexNavi li span.current_page {
  background-image: none;
  height: 24px;
  background-color: #bc1b02;
  color: #fff;
  padding-top: 1px;
}
#contentWrap .entryPagenate .indexNavi li.prev a,
#contentWrap .entryPagenate .indexNavi li.next a {
  width: 7.5em;
}*/

#storeList h2 {
  clear: both;
  margin-top: 10px;
  font-size: 12px;
}
#storeList ul {
  height: 27px;
}
#storeList ul li {
  float: left;
  margin-right: 10px;
  background: #fff url(/images/store_btn_bg.gif) no-repeat 0 0;
}
#storeList ul li a {
  padding-top: 8px;
  padding-left: 28px;
  height: 27px;
  width: 82px;
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
#latestStoriesList{
  margin: 60px 0 0 !important;
}

		#latestStoriesList .contentPanelTitle {
		  padding-bottom: 0;
		}
		#latestStoriesList .contentPanelTitle h2 {
		  color: #ee3229;
		  line-height: 1.2em;
		  font-weight: bold;
		  padding-left: 6px;
		  border-left: 5px solid #ee3229;
		  font-size: 18px;
		}
		#latestStoriesList .contentPanelTitle .storiesListLink {
		  text-align: right;
		  font-weight: bold;
		  font-size: 16px;
		}
/*		#latestStoriesList a,
		#latestStoriesList a:link {
		  text-decoration: none;
		}
		#latestStoriesList a:hover .storiesListLink,
		#latestStoriesList a:focus .storiesListLink,
		#latestStoriesList a:active .storiesListLink {
		  color: #C01D04;
		  text-decoration: none;
		}*/

		.recommendArticle {
		  /*text-align: center;*/
		  font-size: 14px;
		  font-weight: bold;
		  margin-bottom: 10px;
		  margin-top: 10px;
		}
		.recommendArticle li {
		  background: url(/images/common/arrowRed.gif) 0 center no-repeat;
		}
		.recommendArticle a,
		.recommendArticle a:link,
		.recommendArticle a:visited {
		  color: #bc1b02;
		  padding: 8px 10px;
		  /*border: solid 1px #bc1b02;*/
		}


/*
//----------------------------------------
// sns ok
//----------------------------------------
*/


li.top-fb-share,
li.top-tw{
	width: 72px;
}

li.top-hatena{
	width: 91px;
}
li.top-fb-share a{
	display: block;
	height: 20px;
	width: 71px;
	text-indent:  -9999px;
    background: url(/images/sns/fb-share.gif) 0 0 no-repeat;
}
li.top-tw span.baloon + a{
	display: block;
	height: 20px;
	width: 72px;
	text-indent:  -9999px;
    background: url(/images/sns/twitter.gif) 0 0 no-repeat;
}
li.top-hatena span.baloon + a{
	display: block;
	height: 20px;
	width: 91px;
	text-indent:  -9999px;
    background: url(/images/sns/hatena.gif) 0 0 no-repeat;
}

.tackBlock.topDot li,
.bookmark li{
	text-align: center;
}

.tackBlock.topDot li span.baloon,
.bookmark li span.baloon{
	margin: 0 0 3px;
	font-size: 14px;
	padding: 8px 0 0;
	font-family: Helvetica,Arial;
	color: #5f5353;
}


#pictureEntry .bookmark{
	margin: 0 0 15px 0;
}
/*#pictureEntry #shareTool{
	float: left;
}*/

#magazine .bookmark + .bottomDot{
	clear: both;
	margin: 0 !important;
	height: 25px !important;
} 


li.top-fb-share span.baloon,
li.top-tw span.baloon{
	display: inline-block;
	width: 72px;
	height: 30px;
    background: url(/images/sns/balloon.gif) 0 0 no-repeat;
}
li.top-hatena span.baloon{
	display: inline-block;
	width: 91px;
	height: 30px;
	vertical-align: middle;
    background: url(/images/sns/balloon_l.gif) 0 0 no-repeat;
}
li.top-tw span.baloon a:hover{
	text-decoration: underline;
	
}



#contentWrap .btPrint a{
	padding: 2px 0 0 30px;
	height: 23px;
	background: url(/images/sns/print.gif) 0 0 no-repeat;
	font-size: 12px;
}
#contentWrap .entryDataWrap{
	margin: 20px 0 0;
	position: relative;
}
#contentWrap .tackBlock{
	float: right;
	margin: 0 0 12px 0;
}
#contentWrap .entryDetailData{
	float: left;
}
#contentWrap .entryDetailData a{
	text-decoration: underline;
}
#contentWrap .entryDetailData a:hover{
	text-decoration: none;
}
#contentWrap .entryDetailData a:hover .author{
	color: #ee3229 !important;
}
#contentWrap .bookmark ul li{
	margin-right: 10px;
}


#rssBlock{
	display: none;
}
#rssBlock.var-2{
	display: block;
}
#rssBlock.var-3{
	display: block;
}




.tackBlock.topDot li a:hover,
.side_sns li a:hover{
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}



/*
//----------------------------------------
// recommend ok
//----------------------------------------
*/
#stories #recommend,
#news #recommend{
	margin: -30px 0 0;
	padding-top: 10px;
	background-color: #fff !important;
}
#voices #recommend{
	padding-top: 10px;
	background-color: #fff !important;
}

	#stories #recommend h4,
	#voices #recommend h4,
	#news #recommend h4{
		display: inline-block;
		padding: 0 10px;
		margin: 0 0 20px;
		height: 32px;
		line-height: 32px;
		font-size: 17px;
	}
	#stories #recommend ul,
	#voices #recommend ul,
	#news #recommend ul{
		padding: 0 0 20px;
	}
	#stories #recommend ul li a,
	#voices #recommend ul li a,
	#news #recommend ul li a {
		text-decoration: none;
		color: #0000ff;
		font-size: 15px;
	}
	#stories #recommend ul li a:hover,
	#voices #recommend ul li a:hover,
	#news #recommend ul li a:hover{
		text-decoration: underline;
	}

	#stories #recommend  ul li,
	#voices #recommend  ul li,
	#news #recommend  ul li{
		color: #666666;
		list-style: none;
		padding: 0 10px;
		height: 26px;
		line-height: 26px;
		font-size: 15px;
		background: url(/images/common/arrowBlue.gif) 0 center no-repeat;
	}

		#stories #recommend .keyword ul li,
		#voices #recommend .keyword ul li,
		#news #recommend .keyword ul li{
			display: inline-block;
			color: #666666;
			background: #e6e6e6;
		}
		#stories #recommend .keyword ul li a,
		#voices #recommend .keyword ul li a,
		#news #recommend .keyword ul li a{
			color: #000;
		}
		#stories #recommend .keyword,
		#voices #recommend .keyword,
		#news #recommend .keyword{
			margin-bottom: 20px;
		}
		#stories #recommend .related,
		#voices #recommend .related,
		#news #recommend .related{
			margin: 0 0 20px;
		}

		#stories #recommend .related ul li,
		#voices #recommend .related ul li,
		#news #recommend .related ul li{
			font-size: 14px;
		}


/*カテゴリ名変更*/
a[href="/special/"] img{
	width: 113px;
}

#special h2 img[title="SPECIAL 特集"]{
	width: 188px;
}


#stories .entryDetailBodyBlock img{
    width: inherit;
    max-width: 100%;
    height: auto;
}


/*シネマ&ドラマ*/
/*a[href="/stories/movie/"] img{
	width: 113px;
}

#contentTitleBody.movie .cap{
	display: none;
}
#topicPath .movie{
	visibility: hidden;
}
#stories h2 img[title="シネマ＆ドラマ"]{
	width: 158px;
}
*/


.entryDetail .entryDetailHeadline{
	position: relative;
	margin: 15px 0 0;
}
.entryDetail .entryDetailHeadline .catch {
	color: #ee3229;
	font-weight: bold;
	line-height: 1.5;
}
.entryDetail .entryDetailHeadline p.smallCap {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color: #ee3229;
	line-height: 1.5;

}

.entryDetail .entryDetailHeadline h3 {
	margin-top: 3px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.entryDetail .entryDetailHeadline p.copy {
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.entryDetail .entryDetailHeadline .date {
	margin: 0 0 5px;
	width: 390px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.entryDetail .entryDetailHeadline .author {
	margin: 0 0 25px;
	color: #000;
	width: 390px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
		
/*
//----------------------------------------
// PR枠　TOP
//----------------------------------------
*/
/*TOP*/
.prWrap{
	margin: 15px 0;
	border: 6px solid #ccc;
}
/*#topWebPanel .entry_wrap .prWrap .catch{
	display: inline-block;
	text-align: center;
}*/
#topWebPanel .entry_wrap .prWrap .entry{
	padding: 10px;
	width: 500px;
	height: auto;
}
#topWebPanel .entry_wrap .prWrap .entryTxt{
	width: 304px;
}
#topWebPanel .entry_wrap .prWrap .entryImg{
	width: 181px;
	height: 135px;
}
#topWebPanel .entry_wrap .prWrap .date .iconPR{
/*	display: inline-block;
*/	margin: 0 0 0 10px;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color: #00376d;
	font-size: 14px;
}
.entryDataWrap .iconPR{
	margin: 0 10px 10px 0;
	text-align: right;
	font-weight: bold;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color: #00376d;
	font-size: 16px;
/*	position: absolute;
	right: 0;
	top: -20px;*/
}

/*記事ページ*/

.entryDetail .entry_wrap .prWrap .entry{
	padding: 10px;
}
.entryDetail .entry_wrap .prWrap .entryTxt{
	width: 559px;
}
.entryDetail .entry_wrap .prWrap .entryImg{
	width: 172px;
	height: 128px;
}
.entryDetail .entry_wrap .prWrap .date .iconPR{
	margin: 0 0 0 10px;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color: #00376d;
	font-size: 14px;
}


/*インフォメーションページ*/
#about #contentPanel.aboutContent .contentPanelTitle p{
	font-size: 14px;
	font-weight: bold;
}
/*#about #contentPanel.aboutContent h3{
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
}
*/
.aboutContent .btn_apply{
	display: block;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	width: 250px;
	height: 50px;
	color: #fff !important;
	line-height: 50px;
	background: #ee3229;
}
.aboutContent .btn_apply:hover{
	background: #c02720;
}
.aboutContent .btn_apply .arrow_left_w{
	height: 50px;
	vertical-align: bottom;
}


/*
//----------------------------------------
// PRIUS タイアップ
//----------------------------------------
*/

#tieup .contentPanelTitle{
	position: relative;
	height: auto;
}
#tieup .contentPanelTitle img{
	margin: 10px 0 0;
	width: 100%;
}
#tieup .contentPanelTitle .indexNavi{
	position: absolute;
	top: 0;
	right: 0;
}
#tieup .contentPanelTitle #entryHead{
	margin:  10px 0 0;
}
#tieup .entryDetail .entryDetailBodyCopy p{
	line-height: 28px;
	margin-bottom: 1.4em;
}


#tieup #profileWrap {
	margin: 0 0 20px;
}
#tieup #profileWrap h2{
	font-size: 15px;
}
#tieup #authorProfile {
	padding: 20px 0 15px;
}
	#tieup #authorProfile .profileImg {
		float: left;
		width: 90px;
	}
	#tieup #authorProfile .profileTxt {
		float: right;
		width: 610px;
	}
		#tieup #authorProfile .profileTxt h3{
			margin: 0 0 15px;
			font-weight: bold;
			font-size: 18px;
			line-height: 1.4;
		}
		#tieup #authorProfile .profileTxt p {
			margin-top:2px;
			font-size: 15px;
			line-height: 28px;
		}



#pageNaviLeft li.nav_tieup{
	margin: 0 0 0 10px;
	height: 20px;
	overflow: hidden;
}
#pageNaviLeft li.nav_tieup a:hover img{
	margin: -20px 0 0;
}

.btn_tieup{
	margin: 0 0 20px;
	text-align: center;
}
.btn_tieup a{
	display: block;
	height: 40px;
	line-height: 42px;
	border: 1px solid #306fd1;
	color:#306fd1 !important;
	font-weight: bold;
	text-decoration: none;
}
.btn_tieup a:hover{
	border: 1px solid #97add1;
	color:#97add1 !important;
}

.btn_tieup a span.arrow_tieup{
	display: inline-block;
	margin: -3px 0 0 10px;
	height: 7px;
	width: 7px;
	background: #000;
	vertical-align: middle;
	background: url(/images/common/arrow_tieup.png) 0 0 no-repeat;
}
.btn_tieup a:hover span.arrow_tieup{
	background-position: 0 -7px;
}



.btn_tieup_top{
	margin: 0 auto 20px;
/*	width: 360px;
*/	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	background: #306fd1;
	vertical-align: middle;
}
.btn_tieup_top a{
	display: block;
	color: #fff !important;
	text-decoration: none;
}
.btn_tieup_top a:hover{
	background: #5183d2;
}
.btn_tieup_top a span{
	display: inline-block;
	margin: -2px 5px 0 0;
	vertical-align: middle;
}
.btn_tieup_top a span.arrow_tieup_btm{
	display: inline-block;
	margin: -3px 5px 0 0;
	height: 7px;
	width: 7px;
	background: #000;
	vertical-align: middle;
	background: url(/images/common/arrow_tieup_btm.png) 0 0 no-repeat;
}

#tieupNaviWrap{
	position: absolute;
	right: 0;
	bottom: 5px;
}
#tieupNaviWrap li.nav_tieup a{
	padding: 4px 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background:#557dce;
}
#tieupNaviWrap li.nav_tieup a:hover{
	background:#2a3b5c;
}


#sideTieupPanel .entry .time{
	font-size: 12px;
	color: #999;
}
#sideTieupPanel .entry{
	padding: 0 0 0 10px;
	background: url(/images/common/arrow_black.gif) 0 50% no-repeat;
}
#sideTieupPanel .entry + .entry{
	margin: 15px 0 0;
	padding: 15px 0 0 10px;
	border-top: 1px solid #bbb;
	background: url(/images/common/arrow_black.gif) 0 65% no-repeat;

}



.item-discription{
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	background: #E5E5E5;
}
.item-discription strong{
	margin: 0 0 15px;
	font-size: 16px;
	display: block;
	font-weight: bold;
}




/*
//----------------------------------------
// ライター個別ページ
//----------------------------------------
*/


.entryHeadWrap{
	padding: 15px 0;
}
#entryHead.writer{
	padding: 6px;
	background: url(/images/side/bg_side_contents.gif) 0 0;
}
#entryHead.writer .profile{
	background: #fff;
	padding: 15px;
}
#entryHead.writer .profile .name{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
#entryHead.writer .profile .intro p{
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 24px;
}
#entryHead.writer .profile .intro p a{
	text-decoration: underline;
}
#entryHead.writer .profile .intro p a:hover{
	text-decoration: none;
}

#contentWrap .indexNavi{
	display: none;
}



/*追加ブログ　非表示*/
/*.nishino{
	display: none;
}*/
/*.ootani{
	display: none;
}
*//*.ozaki{
	display: none;
}*/
/*.marukawa{
	display: none;
}*/

