@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,figure,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;}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,
.containTitleTxt_GG a:hover h3{
	color: #098576 !important;
}
.containTitleTxt_GG .over h4,
.containTitleTxt_GG a:hover h4{
	color: #098576 !important;
}
.containTitleTxt_GG .over h5,
.containTitleTxt_GG a:hover h5{
	color: #098576 !important;
}
.containTitleTxt_GG .over p,
.containTitleTxt_GG a:hover p{
	color: #098576 !important;
	text-decoration: underline !important;
}
.containTitleTxt_GG .over dt,
.containTitleTxt_GG a:hover 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:  'Hiragino Sans','ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
*/  font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}

#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_global{
			margin: 0 20px 0 0;
		}
		#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.nav_column span{
		display: inline-block;
		margin: 0 5px;
	}	
	#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{
	width: 1100px;
	margin: 60px auto 30px;	
}

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

/**
*  foot logo
**/

#footLogo {
	width: 1100px;
	margin: 60px auto 30px;
	text-align: center;
}
		#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;
	}


	#for-woman #topicPath #breadCrumbs a,
	#for-woman #breadCrumbs a:link,
	#for-woman #breadCrumbs a:visited {
		color: #1b0d78;
	}
	#for-woman #breadCrumbs a:hover,
	#for-woman #breadCrumbs a:focus,
	#for-woman #breadCrumbs a:active {
		color: #1b0d78;
	}
	#topicPath .lastTopics{
		color: #000;
	}


/**
*  breadCrumbs
**/
#breadCrumbs {
	clear: both;
	float: left;
}
	#breadCrumbs li {
		display: inline;
		color: #ee3229;
		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;
	}
	#breadCrumbs li:last-child{
		color: #000;
	}



/**
*  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 + img {
	display: block;
	padding: 10px 0 0;	
}

#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;
	}
	.blog .contentPanel .entry .entryTxt .catch {
		display: none;
	}

	.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{
	position: absolute;
	top: 0;
	right: 0;
}
#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;*/
		}









/*
//----------------------------------------
// pickup
//----------------------------------------
*/



#top #pickup-List  h4 {
	display: inline-block;
	padding: 0 8px;
	margin: 0 0 15px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#top #pickup-List h4 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;
}
#top #pickup-List .list-content .entry{
	padding: 0 0 15px;
}


#pickup-List{
  margin: 60px 0 0 !important;
}

#pickup-List .list-content .entryImg {
	float: none;
	width: 186px;
	height: 137px;
	overflow: hidden;
}


#pickup-List .list-content{
	position: relative;
	float: left;
	width: 186px;
}

#pickup-List .list-content + .list-content{
	margin: 0 0 0 12px;

}

#pickup-List .list-content .entryTxt{
	float: none;
	margin: 10px 0 0;
	width: 100%;
}


#pickup-List .list-content .entryTxt h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin: 0 0 8px;
}



#pickup-List .list-content .entryTxt .catch{
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ee3229;
}


#pickup-List .list-content .entryTxt .date{
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.pickup-list-wrap{
	border-bottom: 1px solid #999;
}


/*	#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;
	}

	.recommendArticle {
	  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 a .count{
	color: #fff;
	font-size: 11px;
	line-height: 21px;
	font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}





li.top-fb-share{
	border-radius: 3px;
    background: #4267b2 url(/images/sns/fb-share.png) 5px 0 no-repeat;
}
li.top-tw{
	position: relative;
/*	width: 87px;
*/	border-radius: 3px;
	background: #33ccfd url(/images/sns/twitter.png) 5px 0 no-repeat;
}
li.top-hatena{
	border-radius: 3px;
    background: #00a4de url(/images/sns/hatena.png) 5px 0 no-repeat;
}



li.top-fb-share a{
	display: block;
	height: 20px;
}
li.top-fb-share a .count{
	display: inline-block;
	margin: 0 5px 0 54px;
}
li.top-tw a.sns_link{
	float: left;
	display: block;
	height: 20px;
	width: 70px;
}
li.top-tw a.tweet-count{
	float: right;
	padding: 0 5px;
	font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
	display: inline;
	top:0;
	right: 5px;
	height: 20px;
	line-height: 21px;
	font-size: 11px;
	color: #fff;
}




li.top-hatena  a{
	display: block;
	height: 20px;
    background: #00a4de url(/images/sns/hatena.png) 5px 0 no-repeat;
}
li.top-hatena a .count{
	font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
	display: inline-block;
	margin: 0 5px 0 93px;
	line-height: 21px;
	font-size: 11px;
	color: #fff;
}
.tackBlock.topDot li,
.bookmark li{
	text-align: center;
}

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


#pictureEntry .bookmark{
	margin: 0 0 15px 0;
}

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



li.top-tw span.baloon{
	display: inline-block;
	width: 72px;
	height: 20px;
	line-height: 21px;
    background: url(/images/sns/balloon.gif) 0 0 no-repeat;
}
li.top-hatena span.baloon{
	display: inline-block;
	width: 91px;
	height: 20px;
	vertical-align: middle;
	line-height: 21px;
    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: 30px 0 0;
/*	margin: 20px 0 0;
*/	position: relative;
}
#contentWrap .tackBlock{
	margin: 15px 0 0;
/*	position: absolute;
*/	bottom: 0;
	right: 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 */
}






.ver2.bookmark li a{
	border-radius: 3px;

}

.ver2 li a .count{
	color: #fff;
	font-size: 11px;
	line-height: 21px;
	font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
.ver2 li.top-fb-share a{
	display: block;
	height: 20px;
    background: #4267b2 url(/images/sns/fb-share.png) 5px 0 no-repeat;
}
.ver2 li.top-fb-share a .count{
	display: inline-block;
	margin: 0 5px 0 54px;
}
.ver2 li.top-tw a{
	display: block;
	height: 20px;
	background: #33ccfd url(/images/sns/twitter.png) 5px 0 no-repeat;
}
.ver2 li.top-tw a .count{
	display: inline-block;
	margin: 0 5px 0 75px;
}
.ver2 li.top-hatena  a{
	display: block;
	height: 20px;
    background: #00a4de url(/images/sns/hatena.png) 5px 0 no-repeat;
}
.ver2 li.top-hatena a .count{
	display: inline-block;
	margin: 0 5px 0 93px;

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

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


.ver2 #pictureEntry .bookmark{
	margin: 0 0 15px 0;
}

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



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




/*
//----------------------------------------
// recommend ok
//----------------------------------------
*/
#stories #recommend,
#news #recommend,
#tieup #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,
	#tieup #recommend h4,
	#for-woman #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,
	#tieup #recommend ul,
	#for-woman #recommend ul{
		padding: 0 0 20px;
	}
	#stories #recommend ul li a,
	#voices #recommend ul li a,
	#news #recommend ul li a,
	#tieup #recommend ul li a,
	#for-woman #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,
	#tieup #recommend ul li a:hover,
	#for-woman #recommend ul li a:hover{
		text-decoration: underline;
	}

	#stories #recommend  ul li,
	#voices #recommend  ul li,
	#news #recommend  ul li,
	#tieup #recommend  ul li,
	#for-woman #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,
		#tieup #recommend .keyword ul li,
		#for-woman #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,
		#tieup #recommend .keyword ul li a,
		#for-woman #recommend .keyword ul li a{
			color: #000;
		}
		#stories #recommend .keyword,
		#voices #recommend .keyword,
		#news #recommend .keyword,
		#tieup #recommend .keyword,
		#for-woman #recommend .keyword{
			margin-bottom: 20px;
		}
		#stories #recommend .related,
		#voices #recommend .related,
		#news #recommend .related,
		#tieup #recommend .related,
		#for-woman #recommend .related{
			margin: 0 0 20px;
		}

		#stories #recommend .related ul li,
		#voices #recommend .related ul li,
		#news #recommend .related ul li,
		#tieup #recommend .related ul li,
		#for-woman #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;
*/
margin: 20px 0 0;
padding: 0 0 20px;

}
.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 .photoGrapher{
	margin: 15px 0 0;
	font-size: 14px;
	font-family: Helvetica, Arial;
}

.entryDetail .entryDetailHeadline .photoGrapher span{
	font-weight: bold;
}

.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: 5px 0 0;
/*	margin: 0 0 25px;
*/	color: #000;
/*	width: 350px;
*/	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;
}*/
.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;

}


/*#tieup .btmLink{
	margin: -35px 0 0;
}

*/

.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;
}

/*
//----------------------------------------
// ページャー改修
//----------------------------------------
*/


/*.nextPageTitle{
	margin: 30px 0 0;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.nextPageTitle a{
	display: inline-block;
	padding: 0 15px;
	min-width: 390px;
	height: 30px;
	color: #ee3229 !important;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ee3229;
}
.nextPageTitle a .arrow_next{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 4px;
	height: 12px;
	background: url(/images/common/arrow_red_next.gif) 0 50% no-repeat;
}
*/

#contentWrap .entryPagenate .indexNavi {
	margin: 30px 0 0;
}



.nextPageTitle{
	margin: 30px 0 0;
	text-align: center;

}
.nextPageTitle a{
	display: inline-block;
	padding: 5px 15px;
	margin: auto;
	min-width: 390px;
	color: #ee3229 !important;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ee3229;


}

.nextPageTitle a span{
	position: relative;
	display: block;
}

.nextPageTitle a em:nth-child(1){
	position: absolute;
	top: 50%;
	padding: 0 0 0 10px;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	

}
.nextPageTitle a em:nth-child(1):before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	margin: -6px 10px 0 0;
	width: 4px;
	height: 12px;
	background: url(/images/common/arrow_red_next.gif) 0 50% no-repeat;

}

.nextPageTitle a em:nth-child(2){
	display: inline-block;
	padding: 0 0 0 90px;
	text-align: left;
}



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


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

	  Amazone タイアップ

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

#contentTitle #lead,
#entryHead #lead{
	margin: 10px 0 0;
}

#contentTitle #lead p,
#entryHead #lead p{
	font-size: 15px;
	line-height: 1.8;
	line-break: normal;
	word-break: break-all;


}
#contentTitle #lead a,
#entryHead #lead a{
	text-decoration: underline;
}
#contentTitle #lead a:hover,
#entryHead #lead a:hover{
	text-decoration: none;
	color: #ee3229;
}

#tieup .entryDetail .entryDetailBodyCopy h4{
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 20px;
	padding-left: 18px;
	border-left: 2px solid #ee3229;
	margin-bottom: 1.4em;
}

#tieup .entryDetail .entryImage{
	text-align: center;
	margin: 30px auto 35px;
	width: auto;
}

#tieup .entryDetail .entryImage img{
	width: 720px;
	height: auto;
}


#tieup .entryDetail .entryImage .cap{
	margin: 0.5em auto 0;
	text-align: left;
	line-height: 1.5;
}




/*----日本再発見----*/

.other-entry{
	margin: 50px 0 0;
}
.other-entry h2{
	margin: 0 0 20px;
}
.other-entry ul{
	padding: 20px 0 15px;
}
.other-entry li{
	font-size: 14px;
	font-weight: bold;
}
.other-entry li{
	margin: 0 0 15px;
}
.other-entry li a:hover{
	color: #ee3229;
	text-decoration: underline;
}

.bnr_tieup_nippon1{
	display: none;
}
.bnr_tieup_nippon2{
	display: none;

}
/*.bnr_tieup_nippon4{
	display: none;
}
*/
.other-entry .list-lifestyle,
.other-entry .list-world,
.other-entry .list-culture,
.other-entry .list-business,
.other-entry .list-technology{
	display: none;

} 






/*----広告ページ----*/

/*.mode_ad.ad_189271 .nextPageTitle{
	display: none;
}*/

.mode_ad #bnrHead{
	display: none;
}

.mode_ad .adsbygoogle{
	display: none !important;
}
.mode_ad #latestStoriesList .entry_wrap:nth-child(4),
.mode_ad #latestStoriesList .entry_wrap:nth-child(5){
	display: none !important;
}
.mode_ad .middlerecWrap{
	display: none !important;
}
.mode_ad .middlerecWrap{
	display: none !important;
}
.mode_ad .yjp_ads{
	display: none;
}
.mode_ad .ad_txt_top{
	display: none;
}




/*----広告ページ----*/



.digital_img .sp{
	display: none;
}
.digital_img .pc{
	display: block;
}




/*----イメージリスト ３----*/

.story_img_list li{
	float: left;
	list-style-type: none;
}

.story_img_list li + li{
	margin: 0 0 0 15px;
	
}





/*----woman パンくず----*/

.nav-woman li:nth-child(3){
	display: none !important;

}

/*----woman パンくず----*/




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

	woman

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



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

	header 調整　180706 
	後で#for-womanは外す。
	
----------------------------*/

#pageNaviWrap{
	left: 443px;
}

#pageNaviWrap li + li{
	margin-left: 35px;	
}

#pageNaviWrap li a{
	font-size: 12px;	
}


/*#pageNaviWrap li.v2{
	display: none;
}*/

#pageNaviWrap li.v2{
	display: block;
}
#pageNaviWrap{
	padding: 1px 0 4px 0;
}

#pageNaviWrap li.nav-woman a{
/*	display: none;
*/	width: 86px;
	height: 17px;
	text-indent: -9999px;
	background: url(../../woman/img/nav_woman.png) 0 50% no-repeat;
	background-size: 100% 100%;
}




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

	日本再発見追加時
	
----------------------------*/


/*#for-woman #pageNaviWrap{
	left: 410px;
}*/

/*#for-woman #pageNaviWrap li + li{
	margin-left: 26px;	
}
*/



/*----header---*/


#for-woman #categoryNaviWrap li a{
	font-size: 11px;
	color: #1b0d78 !important;
}



.woman-header{
	display: none;
}

#for-woman #head{
	border-top: 4px solid #1b0d78;
	border-bottom: none;
}

#for-woman #contentHead{
	display: none;
}

#for-woman .woman-header{
	display: block;
	margin: 0 0 15px;
	height: 60px;
	background: #1b0d78;
}

#for-woman .woman-header{
	display: block;
	margin: 0 0 15px;
	height: 60px;
	background: #1b0d78;
}

/*#for-woman .woman-header h2{
	width: 203px;
	height: 60px;
	text-indent: -9999px;
	background: url(../../woman/img/logo_woman.png) 0 50% no-repeat;
	background-size: 203px 37px;
}*/
#for-woman .woman-header a{
	display: block;
	width: 203px;
	height: 60px;
	text-indent: -9999px;
	background: url(../../woman/img/logo_woman.png) 0 50% no-repeat;
	background-size: 203px 37px;
}


#for-woman .woman-header-inner{
	width: 1100px;
	margin: auto;
}

#for-woman #pageNaviWrap li a{
	color: #1b0d78;
}



#for-woman #naviWrap #navi li.nav_global a{
	color: #1b0d78;
}

#for-woman #naviWrap #navi li.nav_global .icon {
	background: url(../../woman/img/icon_global_w.gif) 0 50% no-repeat;
}

#for-woman #naviWrap #navi li.nav_search .icon {
	background: url(../../woman/img/icon_search_w.gif) 0 50% no-repeat;
}

#for-woman #naviWrap #navi li.nav_subscription {
	background: url(../../woman/img/bg_subscription.png) 0 0 no-repeat;	
}

#for-woman #naviWrap #navi li.nav_magazine {
	background: url(../../woman/img/bg_magagine.png) 0 0 no-repeat;	
}


#for-woman #contentTitle h2 {
	background: #1b0d78;
}

#for-woman #contentTitle .catch {
	font-weight: bold;
	font-size: 14px;
/*	height: 32px;
	line-height: 32px;*/
	color: #1b0d78;
}

#for-woman .nextPageTitle a {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	min-width: 390px;
/*	height: 30px;
*/	color: #1b0d78 !important;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #1b0d78;
}

/*#for-woman .nextPageTitle a .arrow_next{
	display: none;
}*/
/*
#for-woman .nextPageTitle a:before{
	content:"";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	vertical-align: middle;
	border-color: transparent transparent transparent #1b0d78;	
}*/

#for-woman .nextPageTitle a em:nth-child(1):before{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -2px 10px 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	vertical-align: middle;
	border-color: transparent transparent transparent #1b0d78;	

}

/*---- detail ---*/

#for-woman .entryDetail .entryDetailBodyCopy h4 {
	margin-bottom: 1.4em;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 20px;
	padding-left: 18px;
	border-left: 2px solid #1b0d78;

	
}
#for-woman .entryDetail .entryDetailBodyCopy p{
	margin-bottom: 1.4em;
}




/*---- contents ---*/




.woman_contentPanel .panelNoShadow{
	width: 801px;
	font-size: 0;

}

.woman_contentPanel .entry{
	display: inline-block;
	margin: 0 21px 30px 0;
	padding: 0 0 30px;
	width: 246px;
	vertical-align: top;
	overflow: hidden;
}
.woman_contentPanel .entry a:hover h3{
	color: #1b0d78;

	-webkit-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;

}



.woman_contentPanel .entry .entryImg img{
	height: 183px;
	width: auto;
}

.woman_contentPanel .entry .entryTxt{
	margin: 25px 0 0;
}

.woman_contentPanel .entry .catch{
	margin: 0 0 10px;
	font-size: 12px;
	color: #1b0d78;
	font-weight: bold;
}

.woman_contentPanel .entry h3{
	font-size: 16px;
	font-weight: bold;
	height: 3.8em;
	overflow: hidden;
	line-height: 1.3;
}

.woman_contentPanel .entry .date{
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #ceceb9;
}

.woman_contentPanel .entry.border_btm{
	border-bottom: 1px solid #ceceb9;

}








/*---- showcase ---*/


#for-woman #showcase{
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ceceb9;
}

#for-woman #showcase img{
	vertical-align: bottom;

}

#for-woman #slide-wrap{
	width: 780px;
	height: 520px;
}

#for-woman #showcase #slide-elm{
	position: relative;
	margin: 20px 0 0;

}
#for-woman #showcase .catch{
	font-size: 13px;
	color: #1b0d78;
	font-weight: bold;
}
#for-woman #showcase h3{
	margin: 15px 0 0;
	height: 2.5em;
	font-size: 28px;
	font-weight: bold;
}
#for-woman #showcase .date{
	margin: 15px 0 0;
	font-size: 13px;
	color: #ceceb9;
	font-weight: bold;
}








#for-woman #showcase .btn-next,
#for-woman #showcase .btn-prev{
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 100px;
	height: 100%;
	text-indent: -9999px;
	z-index: 100;
	opacity: 0;

	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;

}

#for-woman #showcase .btn-next{
	right: 0;
	background: url("../../woman/img/arrow_next.png") 66px 50% no-repeat;
	background-size: 20px 61px;
}

#for-woman #showcase .btn-prev{
	left: 0;
	background: url("../../woman/img/arrow_prev.png") 14px 50% no-repeat;
	background-size: 20px 61px;
}

#for-woman #showcase.on .btn-next,
#for-woman #showcase.on .btn-prev{

	opacity: 1;

}

#for-woman #showcase.on .btn-next:hover,
#for-woman #showcase.on .btn-prev:hover{

	opacity: 0.5;

}


#for-woman .entryDetail .entryDetailHeadline p.smallCap{
	color: #1b0d78;
}

#for-woman #contentWrap .indexNaviBottom{
	width: 780px;

}
#for-woman #contentWrap .indexNavi a{
	position: relative;
	color: #1b0d78;
}
#for-woman #contentWrap .indexNavi .current_page{
	background: #1b0d78;
}


#for-woman #contentWrap .next a{
	padding: 8px 0 8px 8px;
}
#for-woman #contentWrap .prev a{
	padding: 8px 8px 8px 0;
}

#for-woman #contentWrap .next a .arrow_btn_link,
#for-woman #contentWrap .prev a .arrow_btn_link{
	display: none;
}


#for-woman #contentWrap .next a:before{
	content:"";
	position: absolute;
	left: 6px;
	top: 50%;
	margin: -3.5px 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #1b0d78;
}
#for-woman #contentWrap .prev a:after{
	content:"";
	position: absolute;
	right: 6px;
	top: 50%;
	margin: -3.5px 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 4px 3.5px 0;
	border-color: transparent #1b0d78 transparent transparent;
}

#for-woman .entryDetail .entryImage {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	width: 100px;
}
#for-woman .entryDetail .entryImage .cap {
	margin: 0.5em auto 0;
	text-align: left;
	line-height: 1.5;
}


.pager{
	position: absolute;
	top: 0;
	right: 0;
}




/*----side---*/


#sideWomanPanel h2{
	padding: 0 0 10px;
	text-indent: -9999px;
	border-bottom: 2px solid #1b0d78;

}




/*----ranking---*/

#sideRankingWomanPanel h2{
	background: url("../../woman/img/title_ranking.png") 0 0 no-repeat;
	background-size: 125px 17px;
}


#sideRankingWomanPanel .tab{
	margin: 0 0 15px;
	height: 40px;
}
#sideRankingWomanPanel .tab li{
	position: relative;
	float: left;
	width: 100px;
	height: 40px;
}

#sideRankingWomanPanel .tab li a{
	display: block;
	text-align: center;
	height: 40px;
	background-color: #e3e3cc;
}


#sideRankingWomanPanel .tab li.daily a{
	text-indent: -9999px;
	background:  #e3e3cc url("../../woman/img/tab_rank_daily.png") 50% -80px no-repeat;
	background-size: 100% auto;
}

#sideRankingWomanPanel .tab li.daily a:hover{
	background-position: 50% -40px;
}

#sideRankingWomanPanel .tab li.daily a.current{
	background-position: 50% 0;
	background-color:  #fff;
}



#sideRankingWomanPanel .tab li.weekly a{
	text-indent: -9999px;
	background:  #e3e3cc url("../../woman/img/tab_rank_weekly.png") 50% -80px no-repeat;
	background-size: 100% auto;
}

#sideRankingWomanPanel .tab li.weekly a:hover{
	background-position: 50% -40px;
}

#sideRankingWomanPanel .tab li.weekly a.current{
	background-position: 50% 0;
	background-color:  #fff;
}


#sideRankingWomanPanel .tab li.monthly a{
	text-indent: -9999px;
	background:  #e3e3cc url("../../woman/img/tab_rank_monthly.png") 50% -80px no-repeat;
	background-size: 100% auto;
}

#sideRankingWomanPanel .tab li.monthly a:hover{
	background-position: 50% -40px;
}

#sideRankingWomanPanel .tab li.monthly a.current{
	background-position: 50% 0;
	background-color:  #fff;
}




#sideRankingWomanPanel .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	text-indent: -9999px;

}


#sideRankingWomanPanel .num_1{
	background: url("../../woman/img/rank_1.png") 50% 50% no-repeat;
	background-size: 16px 20px;
}
#sideRankingWomanPanel .num_2{
	background: url("../../woman/img/rank_2.png") 50% 50% no-repeat;
	background-size: 21px 20px;
}
#sideRankingWomanPanel .num_3{
	background: url("../../woman/img/rank_3.png") 50% 50% no-repeat;
	background-size: 20px 20px;
}
#sideRankingWomanPanel .num_4{
	background: url("../../woman/img/rank_4.png") 50% 50% no-repeat;
	background-size: 20px 22.5px;
}
#sideRankingWomanPanel .num_5{
	background: url("../../woman/img/rank_5.png") 50% 50% no-repeat;
	background-size: 20px 21px;
}




#sideRankingWomanPanel .ranklist li{
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px 45px;
	border-bottom: 1px solid #e3e3cc;
}
#sideRankingWomanPanel .ranklist li a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sideRankingWomanPanel .ranklist li:hover h3{
	color: #1b0d78;

	-webkit-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}


#sideRankingWomanPanel .ranklist li:last-child{
	margin-bottom: 0;
}


#sideRankingWomanPanel .ranklist li:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
#sideRankingWomanPanel .ranklist li .ranking-img{
	float: left;
	width: 103px;
	height: 68px;
	overflow: hidden;
}
#sideRankingWomanPanel .ranklist li .ranking-img img{
	width: 100%;
	height: auto;
}
#sideRankingWomanPanel .ranklist li .ranking-txt{
	float: right;
	width: 150px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
#sideRankingWomanPanel .ranklist li .ranking-txt h3{
	font-size: 13px;
	font-weight: bold;

}

#sideRankingWomanPanel .ranklist.daily,
#sideRankingWomanPanel .ranklist.monthly{
	display: none;
}




#sideWomanPanel .sideWrap{
	margin: 50px 0 0;
}
#sideWomanPanel .side-bnr{
	margin: 50px 0 0;
}




/*----followme---*/

#sideSocialWomanPanel h2{
	margin: 0 0 20px;
	background: url("../../woman/img/title_followus.png") 0 0 no-repeat;
	background-size: 144px 17px;
}

#sideSocialWomanPanel li{
	float: left;
}
#sideSocialWomanPanel li + li{
	margin: 0 0 0 9px;
}

#sideSocialWomanPanel li a{
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	border-radius: 100%;
	background: #1b0d78;
}


#sideSocialWomanPanel li a{
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	border-radius: 100%;
}

#sideSocialWomanPanel li a:hover{
	opacity: 0.7;

	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}


#sideSocialWomanPanel .btn_fb a{
	background: #1b0d78 url("../../woman/img/icon_fb.png") 50% 50% no-repeat;
	background-size: 10px 20px; 

}

#sideSocialWomanPanel .btn_tw a{
	background: #1b0d78 url("../../woman/img/icon_tw.png") 50% 50% no-repeat;
	background-size: 21px 17px; 

}

#sideSocialWomanPanel .btn_instagram a{
	background: #1b0d78 url("../../woman/img/icon_insta.png") 50% 50% no-repeat;
	background-size: 20px 20px; 

}

#sideSocialWomanPanel .btn_rss a{
	background: #1b0d78 url("../../woman/img/icon_rss.png") 50% 50% no-repeat;
	background-size: 18px 18px; 

}

#sideSocialWomanPanel .btn_line a{
	background: #1b0d78 url("../../woman/img/icon_line.png") 50% 50% no-repeat;
	background-size: 28px 10px; 

}

#sideSocialWomanPanel .btn_mail a{
	background: #1b0d78 url("../../woman/img/icon_mail.png") 50% 50% no-repeat;
	background-size: 18px 14px; 

}



/*----magazine---*/

#sideWomanPanel #sideMagazinePanel h2{
	margin: 0 0 20px;
	background: url("../../woman/img/title_magazine.png") 0 0 no-repeat;
	background-size: 238.5px 17px;
}


#sideWomanPanel #sideMagazinePanel h3{
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 10px;
	height: 25px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #1b0d78;
}


#sideWomanPanel #sideMagazinePanel .side-inner{
	padding: 15px;
	border: 4px solid #e3e3cc;
}

#sideWomanPanel #sideMagazinePanel .side-inner + .side-inner{
	margin: 10px 0 0;
}



#sideWomanPanel #sideLatestPanel .magImgWrap,
#sideWomanPanel #sideMookPanel .magImgWrap{
	text-align: center;
}
#sideWomanPanel #sideLatestPanel .magImgWrap img,
#sideWomanPanel #sideMookPanel .magImgWrap img{
	width: 140px;
	height: auto;
}



/*----issue---*/


#sideWomanPanel #sideLatestPanel h4{
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #1b0d78;
}

#sideWomanPanel #sideLatestPanel .date{
	display: inline-block;
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

#sideWomanPanel #sideLatestPanel p{
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: bold;
}

.mag-txt + .mag-txt{
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #e3e3cc;

}

#sideWomanPanel #sideLatestPanel .btBottomLeft li + li{
	margin: 10px 0 0;
}


#sideWomanPanel #sideLatestPanel .btBottomLeft a{
	position: relative;
	padding: 0 0 0 10px;
	color: #1b0d78;
	font-weight: bold;

}
#sideWomanPanel #sideLatestPanel .btBottomLeft a:before{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -3.5px 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #1b0d78;

}


/*----mook---*/

#sideWomanPanel #sideMookPanel h4{
	margin: 15px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #1b0d78;
}

#sideWomanPanel #sideMookPanel .sidePanelBody{
	text-align: center;
}
#sideWomanPanel #sideMookPanel .sidePanelBody p{
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: bold;
}
#sideWomanPanel #sideMookPanel .sidePanelBody p + p{
	font-size: 12px;
	color: #1b0d78;
}



/*----digital---*/


#sideWomanPanel #sideDigitalPanel .magImgWrap{
	float: left;
	width: 104px;
}
#sideWomanPanel #sideDigitalPanel .txt{
	float: right;
	width: 145px;

}

#sideWomanPanel #sideDigitalPanel .magImgWrap img{
	width: 104px;
	height: auto;
}

#sideWomanPanel #sideDigitalPanel:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

#sideWomanPanel #sideDigitalPanel h4{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;

}
#sideWomanPanel #sideDigitalPanel h4 span{
	margin: 10px 0 0;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #1b0d78;
}
#sideWomanPanel #sideDigitalPanel p{
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}




/*----preview---*/

/*#preview-setting{
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	background: #eee;
}*/

#preview-setting{
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 15px;
	background: #fff;

	border: 2px solid #000;
}


#preview-setting dl:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;

}
#preview-setting dl + dl{
	margin-top: 5px;
}
#preview-setting dt{
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
#preview-setting dd{
	float: right;
}

#preview-setting input{
	padding: 5px;
	border: 1px solid #000;
	outline: none;
}

#preview-setting .btn-preview{
	padding : 0;
	border: none;
	margin-top: 10px;
	border-style: none;
	height: 30px;
	width: 100%;
	background: #000;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;

}


/*----コメント欄---*/

.comment-box{
	margin: 60px auto 0;
}
.ul-comment-counter .ul-comment-counter-btn.ul-comment-wide .ul-comment-logo{
	box-sizing: border-box;
	border-radius: 3px 0 0 3px!important;
}
.ul-comment-counter .ul-comment-counter-btn.ul-comment-wide .ul-comment-inner-counter{
	font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
	line-height: 20px;
	box-sizing: border-box;
	border-radius: 0 3px 3px 0 !important;
	font-size: 11px !important;
}


/*----book-box---*/

#buy-book-box{
	margin: 20px auto;
	padding: 20px 30px;
	width: 550px;
	border: 4px solid #ee3229;
	box-sizing: border-box;
}
#buy-book-box:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
#buy-book-box figure{
	float: left;
	margin: 0;
	padding: 0;
}
#buy-book-box figure a{
	display: block;
	width: 125px;
}
#buy-book-box .buy-book-txt{
	float: right;
	width: calc(100% - 155px);
}
#buy-book-box .buy-book-txt dt,
#buy-book-box .buy-book-txt dt a{
	font-size: 16px;
	font-weight: bold;
	color: #ee3229;
}
#buy-book-box .buy-book-txt dt{
	margin: 0 0 15px;
	line-height: 1.5;
	min-height: 3em;
}
#buy-book-box .buy-book-txt dt a:hover{
	text-decoration: underline;

}
#buy-book-box .buy-book-txt dd{
	font-size: 15px;
}
#buy-book-box .buy-book-txt dd + dd{
	margin: 10px 0 0;
}
#buy-book-box .buy-book-txt .btn-buy{
	position: relative;
	margin: 27px 0 0;
	background: #ee3229;
	display: block;
	height: 34px;
	width: 150px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
#buy-book-box .buy-book-txt .btn-buy:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 12px;
	margin: -11px 0 0;
	width: 19px;
	height: 20px;
	background: url(../../images/common/icon_cart.png) 0 0 no-repeat;
	background-size: 100% 100%; 
}







/*----コメント規約---*/

.terms-comment .lead{
	margin: 0 0 30px;
}
.terms-comment .col h5{
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.terms-comment .col + .col{
	margin: 30px 0 0;
}
.terms-comment .col ol{
	margin: 15px 0;
}
.terms-comment .date{
	text-align: right;
}






/*----magazin 最新---*/
/*
.magazinePanelWrap{
	display: none;
}

.magazinePanelWrap.latestMag a{
	display: inline-block;
	width: 180px;
}

*/



/*----magazin 最新---*/


.magazinePanelWrap.latestMagList h2{
	margin: 0 0 20px;
}


.magazinePanelWrap.latestMagList + .magazinePanelWrap.latestMagList{
	padding-top: 20px;
	border-top: 1px solid #000;
}

.magazinePanelWrap.latestMagList ul{
	font-size: 0;
}

.magazinePanelWrap.latestMagList li{
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
.magazinePanelWrap.latestMagList li a img{
	width: 100%;
	height: auto;
}
.magazinePanelWrap.latestMagList li + li{
	margin: 0 0 0 20px;
}
.magazinePanelWrap.latestMagList a .date{
	color: #999;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}
.magazinePanelWrap.latestMagList a h3{
	line-height: 1.5;
	font-weight: bold;
	font-size: 15px;
}









/*----ニュース速報 非表示---*/

/*.nav_headlines{
	display: none;
}

#topHeadLinesPanel,
#topHeadLinesPanel + .btmLink{
	display: none;
}


#latestheadlineslist{
	display: none;
}
*/




/*----スライド---*/

#entry-img-slide{
	position: relative;
	margin: 30px -30px;
	padding: 85px 65px 40px;
	background: #ebeced;
}
#entry-img-slide figure{
	margin: 0;
	padding: 0;
}

#entry-img-slide figcaption{
	margin: 15px 0;
	font-size: 13px;
	color: #000;
	line-height: 1.5;
}


.entry-slide-wrap{
	position: relative;
}





.entry-slide-thumb{
	text-align: center;
}
.entry-slide-thumb .thumb-list{
	position: relative;
	display: inline-block;
	margin: 0 4px;
	outline: none;
}
.entry-slide-thumb .thumb-list a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	border: 4px solid #ee3128;

	box-sizing: border-box;
}
.entry-slide-thumb .thumb-list a{
	display: block;
	outline: none;
}

.entry-slide-thumb .thumb-list.active a:after,
.entry-slide-thumb .thumb-list a:hover:after{
	display: block;
}

#entry-img-slide .slick-next,
#entry-img-slide .slick-prev{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 90px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #ee3128;

}
#entry-img-slide .slick-next{
	right: -47.5px;
}
#entry-img-slide .slick-prev{
	left: -47.5px;
}
#entry-img-slide .slick-next:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../images/common/slide-arrow-next.png") 50% 50% no-repeat;

	-webkit-transition: transform 200ms ease;
	-o-transition: transform 200ms ease;
	transition: transform 200ms ease;

}
#entry-img-slide .slick-prev:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../images/common/slide-arrow-prev.png") 50% 50% no-repeat;

	-webkit-transition: transform 200ms ease;
	-o-transition: transform 200ms ease;
	transition: transform 200ms ease;

}
#entry-img-slide .slick-next:hover:before{
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
#entry-img-slide .slick-prev:hover:before{
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}



#entry-img-slide .slick-disabled{
	display: none !important;
}


#entry-img-slide .slide-page{
	position: absolute;
	top: -45px;
	right: 0;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	font-size: 0;
	background: #ee3128;
}
#entry-img-slide .slide-page li{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

#entry-img-slide .slide-page .slide-page-num{
	font-weight: bold;
}


#entry-img-slide .slide-page .current-slide{
	padding: 0 10px 0 0;
}
#entry-img-slide .slide-page .total-slide{
	padding: 0 0 0 10px;
}



/*
	PR times link
--------------------------------------------------------------------------------------------------------*/

#press-release .contentPanel .entryDetail .entryImage{
	width: 100%;
	height: auto;
}
#press-release .entryImage img{
	width: 100%;
	height: auto;
}
#press-release .entryDetailBodyCopy{
	font-size: 16px;
	line-height: 1.8;
}
#press-release .entryDetailBodyCopy img{
	display: inline-block;
	margin: 20px 0;
}
#press-release .contentPanel .panelNoShadow > .entry .entryTxt h3 {
	margin: 0;
}
/*#press-release .contentPanel .panelNoShadow > .entry .entryTxt {
	float: none;
	width: 100%;
}
*/
a[href*="prtimes"]{
	margin: 10px 0 0;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #ee3229 !important;
}
a[href*="prtimes"]:hover{
	text-decoration: none;
}

.credit-prtimes{
	margin: 40px 0 0;
	text-align: right;
}

.credit-prtimes span{
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #000;
	line-height: 1;
	font-size: 14px;
}
.credit-prtimes span a{
	margin: 0;
	font-weight: normal;
}





/*
	magazine-info
--------------------------------------------------------------------------------------------------------*/

/* 191024
---------------*/

#magazine-info{
	position: relative;
	margin: 20px auto;
	padding: 10px;
	width: 100%;
	border: 5px solid #ccc;
	box-sizing: border-box;
}
#magazine-info:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
#magazine-info figure{
	float: left;
	width: 150px;
}
#magazine-info figure a{
	display: block;
	-webkit-transition: opacity ease 300ms;
	-o-transition: opacity ease 300ms;
	transition: opacity ease 300ms;
}
#magazine-info figure a:hover{
	opacity: 0.7;
}
#magazine-info figcaption{
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 10px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
#magazine-info figcaption br{
	display: none;
}

#magazine-info .txt{
	float: right;
	width: calc(100% - 170px);
	width: -webkit-calc(100% - 170px);
	height: 100%;
}




/*
	　記事下　コメントボタン
--------------------------------------------------------------------------------------------------------*/

/* 191024
---------------*/

/*.entryPagenate{
	position: relative;
	min-height: 40px;
}

.entryPagenate .ul-comment-counter{
	position: absolute;
	right: 0;
	bottom: 0;
}

*/
#contentWrap #shareToolBtm{
	margin: 40px -30px 0 -30px;
	padding-top: 20px;
	float: none;
	border-top: 1px solid #999;
}
#shareToolBtm ul{
	float: none

}



.contentPanel .link-entry{
	margin-top: 20px 0 0;
}
.contentPanel .link-entry a{
	position: relative;
	color: #098576;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}
.contentPanel .link-entry a:hover{
	text-decoration: none;
}
.contentPanel .link-entry a:before{
	content: "";
	display: inline-block;
	margin: 0 5px 0 0;
	width: 4px;
	height: 12px;
	background: url(/images/common/arrow_green.gif) 0 50% no-repeat;
}


/*　　　記事下　関連記事
------------------------------------------------------------------*/


/*.releted-entry{
	padding: 0 0 20px;
	margin: 0 0 60px;
	border-bottom:1px solid #999;
}

.releted-entry:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
.releted-entry .releted-box{
	margin: 0 0 0 -15px;
	font-size: 0;
}
.releted-entry .item{
	float: none;
	display: inline-block;
	width: 183px;
	margin: 0 0 0 15px;
	padding: 0;
	height: auto !important;
	vertical-align: top;
}
.releted-entry .item:nth-child(n+5){
	margin-top: 25px;
}
.releted-entry .item .thumbnail{
	position: relative;
	padding-bottom: 74.7%;
	width: 100% !important;
	height: auto !important;
}


.releted-entry .item img{
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: auto;
	height: 100%;

	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.releted-entry .item .title{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 13px;
	padding: 0;

}




*/


/*
.thumbnail {
    display: block;
}

.item {
    float: left;
    margin: 0;
    padding: 2px;
    background: #fff;
    overflow: hidden;
    width: 300px;
    height: 300px;
    font-family: Roboto, sans-serif;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: #555;
    padding: 6px;
    margin: 0;
    line-height: 1.3;
}

.tag {
    margin: 1px 6px;
    padding: 4px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    background-color: #6FAECE;
}

.item:hover {
    opacity: 0.9;
}

.item:hover h3 {
    color: #000;
}

*/



