@charset "EUC-JP";

/*
Magazine[PC] CSS Setting
*/


/********************************************************* *
*	Magazine Top
********************************************************** */


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


/*  Content Title
---------------------------------------------------------- */

.existing_wrap .feature_top {
	background: url(/magazine/img/img_main_bg.png) no-repeat
}

.existing_wrap .feature_top .feature_title_area {
	width: 960px;
	margin: 10px 0 15px 0;
	float: left;
	position: relative;
}

#main .feature_title_area h2 {
	background: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
}

.existing_wrap .feature_top .feature_title_area h2 {
	margin-bottom: 15px
}

.existing_wrap .feature_top .feature_title_area p {
	font-size: 10px;
	width: 55%;
	height: 130px;
	padding: 10px;
	line-height: 1.6;
}


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


/*  Side Navi
---------------------------------------------------------- */

.existing_wrap .feature_top .feature_navi_area {
	width: 235px;
	height: 355px;
	background: url(/magazine/img/bg_feature_navi.png) no-repeat;
	float: right;
	margin-bottom: 15px;
	position: relative;
	zoom: 1;
	padding: 0;
}

.existing_wrap .feature_top .feature_navi_area h3 {
	position: absolute;
	top: 0;
	z-index: 29;
}

.existing_wrap .feature_top .feature_navi_area div.scrollarea {
	margin-top: 46px;
	max-height: 285px;
	overflow: hidden;
	z-index: 1;
}

.existing_wrap .feature_top .feature_navi_area ul {
	width: 233px;
	padding: 1px;
}

.existing_wrap .feature_top .feature_navi_area ul li {
	background-color: #fff
}

.existing_wrap .feature_top .feature_navi_area ul li a {
	display: block;
	background: url(/magazine/img/ico_link_01.gif) no-repeat;
	background-position: right 50%;
	padding: 13px 25px 13px 15px;
	font-size: 13px;
	color: #333;
	border-bottom: 2px solid #e6e6e6;
	text-decoration: none;
}

.existing_wrap .feature_top .feature_navi_area ul li:hover {
	background-color: #f2f8ff
}

.existing_wrap .feature_top .feature_navi_area ul li a:hover {
	border-bottom: 2px solid #cccccc
}


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


/*  Column block
---------------------------------------------------------- */

.existing_wrap .feature_top .feature_column {
	float: left;
	width: 230px;
	height: 270px;
	padding: 4px 5px 6px 5px;
	margin: 0px 0px 10px 0px;
	background: url(/magazine/img/bg_feature_column.png) no-repeat;
	zoom: 1;
	position: relative;
	display: none;
}

.existing_wrap .feature_top .feature_column.bl-hover {
	background: url(/magazine/img/bg_feature_column_o.png) no-repeat
}

.existing_wrap .feature_top .feature_column .column_photo {
	background-color: #333333;
	width: 230px;
	height: 170px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.existing_wrap .feature_top .feature_column .column_photo a {
	display: block;
	width: 230px;
	height: 170px;
	overflow: hidden;
}

.existing_wrap .feature_top .feature_column .column_photo .icon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(/magazine/img/bg_article_icon_01.gif);
	background-repeat: no-repeat;
	z-index: 29;
	top: 0;
	left: 0;
}

.existing_wrap .feature_top .feature_column .column_photo img {
	vertical-align: middle!important;
	max-width: 230px!important;
}

.existing_wrap .feature_top .feature_column .column_info {
	position: absolute;
	bottom: 6px;
	z-index: 29;
	width: 210px;
	height: 80px;
	padding: 10px 10px;
}

.existing_wrap .feature_top .feature_column .column_info span {
	display: inline-block;
	font-size: 84%;
}

.existing_wrap .feature_top .feature_column .column_info .column_category {
	background-color: #999;
	color: #ffffff;
	padding: 1px 5px;
	line-height: 14px;
}

.existing_wrap .feature_top .feature_column .column_info .column_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.existing_wrap .feature_top .feature_column .column_info .new {
	background-color: #FF0000;
	color: #ffffff;
	padding: 0 2px;
	text-align: center;
	display: inline;
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.existing_wrap .feature_top .feature_column .column_info a {
	clear: both;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 7px 0;
	color: #333333;
	text-decoration: none;
}


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


/*  Column block 1st/2nd/3rd
---------------------------------------------------------- */


/* 1st Column */

.existing_wrap .feature_top .feature_column.new1st {
	background: none;
	float: left;
	width: 475px;
	height: 355px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	overflow: hidden;
}

.existing_wrap .feature_top .feature_column.new1st .column_photo {
	background-color: #333333;
	width: 475px;
	height: 355px;
	line-height: 355px;
}

.existing_wrap .feature_top .feature_column.new1st .column_photo a {
	width: 475px;
	height: 355px;
	line-height: 355px;
}

.existing_wrap .feature_top .feature_column.new1st .column_photo img {
	position: relative;
	vertical-align: middle;
	max-width: 475px!important;
}

.existing_wrap .feature_top .feature_column.new1st .column_info {
	position: absolute;
	bottom: 0px;
	z-index: 29;
	width: 435px;
	height: auto;
	padding: 15px 20px;
	background-image: url(/magazine/img/bg_column_caption.png);
}

.existing_wrap .feature_top .feature_column.new1st .column_info a {
	color: #fff
}

.existing_wrap .feature_top .feature_column.new1st .column_info a.column_title {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 0;
}

.existing_wrap .feature_top .feature_column.new1st .column_info a.column_desc {
	margin: 0
}


/* 2nd Column */

.existing_wrap .feature_top .feature_column.new2nd {
	background: none;
	float: left;
	width: 240px;
	height: 177px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #777;
	overflow: hidden;
}


/* 3nd Column */

.existing_wrap .feature_top .feature_column.new3rd {
	background: none;
	float: left;
	width: 240px;
	height: 177px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.existing_wrap .feature_top .feature_column.new2nd .column_photo, .existing_wrap .feature_top .feature_column.new3rd .column_photo {
	width: 240px;
	height: 177px;
	line-height: 177px;
}

.existing_wrap .feature_top .feature_column.new2nd .column_photo a, .existing_wrap .feature_top .feature_column.new3rd .column_photo a {
	display: table-cell;
	width: 240px;
	height: 177px;
	overflow: hidden;
}

.existing_wrap .feature_top .feature_column.new2nd .column_photo img, .existing_wrap .feature_top .feature_column.new3rd .column_photo img {
	max-width: 240px!important
}

.existing_wrap .feature_top .feature_column.new2nd .column_info, .existing_wrap .feature_top .feature_column.new3rd .column_info {
	position: absolute;
	bottom: 0px;
	z-index: 29;
	width: 220px;
	height: auto;
	padding: 10px 10px;
	background-image: url(/magazine/img/bg_column_caption.png);
}

.existing_wrap .feature_top .feature_column.new2nd .column_info a.column_title, .existing_wrap .feature_top .feature_column.new3rd .column_info a.column_title {
	color: #fff;
	margin: 0;
}

#main.feature_top a:hover {
	color: #333
}

#main.feature_top .feature_column.new1st .column_info a:hover, #main.feature_top .feature_column.new2nd .column_info a:hover, #main.feature_top .feature_column.new3rd .column_info a:hover {
	color: #fff
}


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


/*  Column block advertisement
---------------------------------------------------------- */

.existing_wrap .feature_top .feature_column.adv .column_photo {
	background: none;
	width: 230px;
	height: 270px;
}

.existing_wrap .feature_top .feature_column.adv .column_photo .icon {
	background-image: url(/magazine/img/bg_article_icon_01_ad.gif)
}

.existing_wrap .feature_top .feature_column.adv .column_photo a {
	width: 230px;
	height: 270px;
}


/********************************************************* *
*	Magazine Category / List
********************************************************** */


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


/*  Content Title
---------------------------------------------------------- */

.existing_wrap .feature_category .feature_title_area {
	position: relative
}

.existing_wrap .feature_category .feature_title_area .category_title_img {
	margin-bottom: 15px
}

.existing_wrap .feature_category .feature_title_area .category_title_txt {
	background-image: url(/magazine/img/bg_article_title_01.gif);
	background-repeat: repeat;
}

.existing_wrap .feature_category .feature_title_area .category_title_txt h2 {
	background-image: url(/magazine/img/bg_article_icon_01.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	padding: 15px 15px 10px 15px;
	display: block;
	font-weight: bold;
	line-height: 20px;
}

.existing_wrap .feature_category .feature_title_area p {
	font-size: 14px;
	line-height: 22px;
}


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


/*  Column block
---------------------------------------------------------- */

.existing_wrap .topicsItem {
	padding: 10px;
	/* border-top: 1px solid #eeeeee; */
}

.existing_wrap .feature_category .feature_column {
	padding: 10px;
	margin: 0px;
	zoom: 1;
	position: relative;
}


.existing_wrap .feature_category .feature_column .column_photo {
	background-color: #333333;
	width: 160px;
	height: 120px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
}

.existing_wrap .feature_category .feature_column .column_photo a {
	width: 160px;
	height: 120px;
	display: block;
	zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #333333;
}

.existing_wrap .feature_category .feature_column .column_photo .icon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(/magazine/img/bg_article_icon_01.gif);
	background-repeat: no-repeat;
	z-index: 29;
}

.existing_wrap .feature_category .feature_column .column_photo img {
	max-width: 160px!important;
}

.existing_wrap .feature_category .feature_column .column_info {
	position: relative;
	float: right;
	z-index: 29;
	width: 455px;
	padding: 0;
}

.existing_wrap .feature_category .feature_column .column_info span {
	display: inline-block
}

.existing_wrap .feature_category .feature_column .column_info .column_category {
	background-color: #666666;
	margin-right: 10px;
	color: #ffffff;
	padding: 1px 5px;
	line-height: 1.4;
	float: left;
	font-size: 12px;
}

.existing_wrap .feature_category .feature_column .column_info .column_date {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0px 0px;
	line-height: 12px;
	display: block;
}

.existing_wrap .feature_category .feature_column .column_info .new {
	background-color: #FF0000;
	color: #ffffff;
	padding: 0 2px;
	text-align: center;
	display: inline;
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 14px;
}

.existing_wrap .feature_category .feature_column .column_info a.column_title {
	clear: both;
	color: #00375e;
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 5px 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
}

#main.feature_category .feature_column .column_info a:hover {
	color: #00375e
}

.existing_wrap .feature_category .feature_column .column_info a.column_next {
	clear: both;
	background-image: url(/magazine/img/ico_ed_link.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	color: #00375e;
	display: inline-block;
	font-size: 12px;
	line-height: 19px;
	padding-left: 20px;
	float: right;
}

.existing_wrap .feature_category .feature_column .column_info p {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin: 0 0 8px 0;
	color: #333333;
	text-decoration: none;
}

.existing_wrap .feature_category .feature_column.bl-hover {
	cursor: pointer;
	background-color: #f2f8ff !important;
}


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


/*  Author Area
---------------------------------------------------------- */

.existing_wrap .feature_category .author_block {
	padding: 10px 10px 10px 10px
}

.existing_wrap .feature_category .author_block .author_img {
	width: 100px;
	float: left;
	margin-right: 15px;
}

.existing_wrap .feature_category .author_block .author_img img {
	width: 100%
}

.existing_wrap .feature_category .author_block .author_txt {
	float: left;
	width: 510px;
}

.existing_wrap .feature_category .author_block dl dt {
	font-size: 14px;
	color: #00375e;
	font-weight: bold;
	margin-bottom: 5px;
}

.existing_wrap .feature_category .author_block dl dt span {
	font-size: 10px;
	color: #333;
	margin-right: 10px;
}

.existing_wrap .feature_category .author_block dl dd {
	font-size: 12px;
	line-height: 18px;
}

.existing_wrap .feature_category .author_block a {
	clear: both;
	background-image: url(/magazine/img/ico_ed_link.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	color: #00375e;
	display: inline-block;
	font-size: 12px;
	line-height: 19px;
	padding-left: 20px;
	margin-top: 3px;
	float: right;
}

.existing_wrap .feature_category .author_block.bl-hover {
	cursor: pointer;
	background-color: #f2f8ff !important;
}

.existing_wrap .feature_category .author_block.bdr {
	border: 1px solid #cccccc;
	padding: 20px;
}

.existing_wrap .feature_category .author_block.bdr .author_img {
	width: 100px;
	float: left;
	margin-right: 15px;
}

.existing_wrap .feature_category .author_block.bdr .author_txt {
	float: left;
	width: 480px;
}


/********************************************************* *
*	Magazine detail
********************************************************** */


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


/*  Common
---------------------------------------------------------- */


#ed_info {
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
}

#ed_info .ed_category {
	margin-right: 7px;
	background-color: #999999;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 5px;
	line-height: 14px;
}

#ed_info .ed_date {
	display: inline-block
}


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


/*  Division
---------------------------------------------------------- */

.existing_wrap .box_ed_block {
	margin: 0 0 25px 0
}

.existing_wrap .box_ed_block.mb_delete {
	margin: 0 0 0 0
}


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


/*  Box
---------------------------------------------------------- */


/*  Left img + text
---------------------------------------------------------- */

.existing_wrap .box_ed_block.leftimg .box_ed_image {
	float: left
}

.existing_wrap .box_ed_block.leftimg .heading_ed_h2, .existing_wrap .box_ed_block.leftimg .heading_ed_h3, .existing_wrap .box_ed_block.leftimg .heading_ed_h4, .existing_wrap .box_ed_block.leftimg .heading_ed_h5, .existing_wrap .box_ed_block.leftimg .heading_ed_st, .existing_wrap .box_ed_block.leftimg .heading_ed_line, .existing_wrap .box_ed_block.leftimg .heading_ed_bg, .existing_wrap .box_ed_block.leftimg .heading_ed_type, .existing_wrap .box_ed_block.leftimg p, .existing_wrap .box_ed_block.leftimg strong, .existing_wrap .box_ed_block.leftimg ul, .existing_wrap .box_ed_block.leftimg ol, .existing_wrap .box_ed_block.leftimg table {
	float: right;
	overflow: hidden;
	margin-left: 15px;
}


/*  Right img + text
---------------------------------------------------------- */

.existing_wrap .box_ed_block.rightimg .box_ed_image {
	float: right
}

.existing_wrap .box_ed_block.rightimg .heading_ed_h2, .existing_wrap .box_ed_block.rightimg .heading_ed_h3, .existing_wrap .box_ed_block.rightimg .heading_ed_h4, .existing_wrap .box_ed_block.rightimg .heading_ed_h5, .existing_wrap .box_ed_block.rightimg .heading_ed_st, .existing_wrap .box_ed_block.rightimg .heading_ed_line, .existing_wrap .box_ed_block.rightimg .heading_ed_bg, .existing_wrap .box_ed_block.rightimg .heading_ed_type, .existing_wrap .box_ed_block.rightimg p, .existing_wrap .box_ed_block.rightimg strong, .existing_wrap .box_ed_block.rightimg ul, .existing_wrap .box_ed_block.rightimg ol, .existing_wrap .box_ed_block table {
	float: left;
	overflow: hidden;
	margin-right: 15px;
}


/* 1/2 Block
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_double .box_ed_image {
	width: 315px
}

.existing_wrap .box_ed_block.box_ed_double .heading_ed_h2, .existing_wrap .box_ed_block.box_ed_double .heading_ed_h3, .existing_wrap .box_ed_block.box_ed_double .heading_ed_h4, .existing_wrap .box_ed_block.box_ed_double .heading_ed_h5, .existing_wrap .box_ed_block.box_ed_double .heading_ed_st, .existing_wrap .box_ed_block.box_ed_double .heading_ed_line, .existing_wrap .box_ed_block.box_ed_double .heading_ed_bg, .existing_wrap .box_ed_block.box_ed_double .heading_ed_type, .existing_wrap .box_ed_block.box_ed_double p, .existing_wrap .box_ed_block.box_ed_double strong, .existing_wrap .box_ed_block.box_ed_double ul, .existing_wrap .box_ed_block.box_ed_double ol, .existing_wrap .box_ed_block.box_ed_double table {
	width: 315px
}

.existing_wrap .box_ed_block.box_ed_double .heading_ed_bg strong {
	width: 295px
}

.existing_wrap .box_ed_block.box_ed_double .heading_ed_line strong {
	width: 285px
}


/* 1/3 Block
---------------------------------------------------------- */


.existing_wrap .box_ed_block.box_ed_triple .box_ed_image {
	width: 205px
}

.existing_wrap .box_ed_block.box_ed_triple .heading_ed_h2, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_h3, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_h4, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_h5, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_st, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_line, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_bg, .existing_wrap .box_ed_block.box_ed_triple .heading_ed_type, .existing_wrap .box_ed_block.box_ed_triple p, .existing_wrap .box_ed_block.box_ed_triple strong, .existing_wrap .box_ed_block.box_ed_triple ul, .existing_wrap .box_ed_block.box_ed_triple ol, .existing_wrap .box_ed_block.box_ed_triple table {
	width: 425px
}

.existing_wrap .box_ed_block.box_ed_triple .heading_ed_bg strong {
	width: 405px
}

.existing_wrap .box_ed_block.box_ed_triple .heading_ed_line strong {
	width: 395px
}


/* 1/4 Block
---------------------------------------------------------- */


.existing_wrap .box_ed_block.box_ed_quadruple .box_ed_image {
	width: 150px
}

.existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_h2, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_h3, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_h4, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_h5, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_st, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_line, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_bg, .existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_type, .existing_wrap .box_ed_block.box_ed_quadruple p, .existing_wrap .box_ed_block.box_ed_quadruple strong, .existing_wrap .box_ed_block.box_ed_quadruple ul, .existing_wrap .box_ed_block.box_ed_quadruple ol, .existing_wrap .box_ed_block.box_ed_quadruple table {
	width: 480px
}

.existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_bg strong {
	width: 460px
}

.existing_wrap .box_ed_block.box_ed_quadruple .heading_ed_line strong {
	width: 450px
}


/* text + outline
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_outline {
	padding: 20px 20px 5px 20px;
	border: 1px solid #ccc;
}


/* text + bg
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_bg {
	padding: 20px 20px 5px 20px;
	background-image: url(/magazine/img/bg_article_title_01.gif);
	background-repeat: repeat;
}


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


/* multiple imgs
---------------------------------------------------------- */


/* multiple imgs*2
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_double .box_ed_column {
	width: 315px;
	float: left;
	margin-left: 15px;
}

.existing_wrap .box_ed_block.box_ed_double .box_ed_column:first-child {
	margin-left: 0px
}


/* multiple imgs*3
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_triple .box_ed_column {
	width: 205px;
	float: left;
	margin-left: 15px;
}

.existing_wrap .box_ed_block.box_ed_triple .box_ed_column:first-child {
	margin-left: 0px
}


/* multiple imgs*4
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_quadruple .box_ed_column {
	width: 150px;
	float: left;
	margin-left: 15px;
}

.existing_wrap .box_ed_block.box_ed_quadruple .box_ed_column:first-child {
	margin-left: 0px
}

.existing_wrap .box_ed_block .box_ed_column p, .existing_wrap .box_ed_block .box_ed_column strong, .existing_wrap .box_ed_block .box_ed_column ul, .existing_wrap .box_ed_block .box_ed_column ol {
	width: auto
}


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


/*  Img + wordwrap
---------------------------------------------------------- */

.existing_wrap .box_ed_block.wraparound.leftimg .box_ed_image {
	margin-right: 15px
}

.existing_wrap .box_ed_block.wraparound.rightimg .box_ed_image {
	margin-left: 15px
}


/* Img Left
---------------------------------------------------------- */

.existing_wrap .box_ed_block.wraparound.leftimg .box_ed_image {
	float: left
}

.existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_h2, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_h3, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_h4, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_h5, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_st, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_line, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_bg, .existing_wrap .box_ed_block.wraparound.leftimg .heading_ed_type, .existing_wrap .box_ed_block.wraparound.leftimg p, .existing_wrap .box_ed_block.wraparound.leftimg strong, .existing_wrap .box_ed_block.wraparound.leftimg ul, .existing_wrap .box_ed_block.wraparound.leftimg ol, .existing_wrap .box_ed_block.wraparound.leftimg table {
	float: none;
	overflow: visible;
	width: auto;
	margin-left: 0;
	margin-right: 0px;
}


/* Img right
---------------------------------------------------------- */

.existing_wrap .box_ed_block.wraparound.rightimg .box_ed_image {
	float: right
}

.existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_h2, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_h3, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_h4, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_h5, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_st, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_line, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_bg, .existing_wrap .box_ed_block.wraparound.rightimg .heading_ed_type, .existing_wrap .box_ed_block.wraparound.rightimg p, .existing_wrap .box_ed_block.wraparound.rightimg strong, .existing_wrap .box_ed_block.wraparound.rightimg ul, .existing_wrap .box_ed_block.wraparound.rightimg ol, .existing_wrap .box_ed_block table {
	float: none;
	overflow: visible;
	width: auto;
	margin-left: 0;
	margin-right: 0px;
}


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


/*  Heading
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_h2, .existing_wrap .box_ed_block .heading_ed_h3, .existing_wrap .box_ed_block .heading_ed_h4, .existing_wrap .box_ed_block .heading_ed_h5, .existing_wrap .box_ed_block .heading_ed_st, .existing_wrap .box_ed_block .heading_ed_line, .existing_wrap .box_ed_block .heading_ed_bg, .existing_wrap .box_ed_block .heading_ed_type {
	margin-bottom: 15px
}

.existing_wrap .box_ed_block h2, .existing_wrap .box_ed_block h3, .existing_wrap .box_ed_block h4, .existing_wrap .box_ed_block h5, .existing_wrap .box_ed_block strong {
	display: block;
	font-weight: bold;
	line-height: 140%;
}


/* H2
---------------------------------------------------------- */

#main .box_ed_block .heading_ed_h2 {
	background-image: url(/magazine/img/bg_article_title_01.gif);
	background-repeat: repeat;
}

#main .box_ed_block .heading_ed_h2 h2 {
	background-image: url(/magazine/img/bg_article_icon_01.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	padding: 15px 15px 10px 15px;
	display: block;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
}


/* H3
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_h3 h3 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding-bottom: 5px;
}


/* H4
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_h4 h4 {
	background-image: url(/magazine/img/bg_article_icon_02.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 7px 10px 7px 10px;
	color: #00375e;
}


/* strong
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_st strong {
	font-size: 14px
}


/* strong + outline
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_line strong {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 10px 14px;
}


/* strong + bg
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_bg strong {
	background-image: url(/magazine/img/bg_article_title_02.gif);
	background-repeat: repeat;
	color: #ffffff;
	padding: 8px 10px;
}


/* strong + type
---------------------------------------------------------- */

.existing_wrap .box_ed_block .heading_ed_type strong {
	border-bottom: 1px solid #e60012;
	font-size: 14px;
	padding: 5px 0px;
}


/* only text + bg [H5]
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_bg h5 {
	border-bottom: 1px solid #00375e;
	color: #00375e;
	font-size: 15px;
	padding-bottom: 10px;
}


/* only text + outline [H5]
---------------------------------------------------------- */

.existing_wrap .box_ed_block.box_ed_outline h5 {
	border-bottom: 1px solid #333333;
	color: #333333;
	font-size: 15px;
	padding-bottom: 10px;
}


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


/*  Paragraph
---------------------------------------------------------- */

.existing_wrap .box_ed_block p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
}

.existing_wrap .box_ed_block.box_ed_bg p {
	font-size: 12px
}

.existing_wrap .box_ed_block.box_ed_outline p {
	font-size: 12px
}


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


/*  List
---------------------------------------------------------- */

.existing_wrap .box_ed_block ul, .existing_wrap .box_ed_block ol {
	margin-bottom: 15px;
	line-height: 1.6;
}

.existing_wrap .box_ed_block ul li a, .existing_wrap .box_ed_block ol li a {
	color: #00375e
}

.existing_wrap .box_ed_block ul .disc {
	list-style-type: disc;
	list-style-position: inside;
}

.existing_wrap .box_ed_block ol .decimal {
	list-style-type: decimal;
	list-style-position: inside;
}


.existing_wrap .box_ed_block ul .arrow a {
	background-image: url(/magazine/img/ico_ed_link.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	color: #00375e;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
}


.existing_wrap .box_ed_block ul .blank a {
	background-image: url(/magazine/img/ico_ed_blank.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	color: #00375e;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
}

.existing_wrap .box_ed_block ul .strong {
	font-weight: bold
}

.existing_wrap .box_ed_block ul .stripe {
	padding: 5px 10px;
	overflow: hidden;
}

.existing_wrap .box_ed_block ul .stripe.even {
	background-color: #ccc
}

.existing_wrap .box_ed_block ul .stripe.odd {
	background-color: #dfdfdf
}

.existing_wrap .box_ed_block .paging {
	margin-top: 0
}


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


/*  Image
---------------------------------------------------------- */

.existing_wrap .box_ed_block .box_ed_image {
	margin-bottom: 15px
}

.existing_wrap .box_ed_image dt {
	text-align: center
}

.existing_wrap .box_ed_block .box_ed_image dt img {
	width: 100%
}

.existing_wrap .box_ed_image dd {
	font-size: 10px;
	color: #666;
	margin-top: 10px;
}


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


/*  Table
---------------------------------------------------------- */

.existing_wrap .box_ed_block .table_A_01 {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}

.existing_wrap .box_ed_block .table_A_01 th {
	background-color: #595959;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	padding: 7px;
	text-align: left;
}

.existing_wrap .box_ed_block .table_A_01 td {
	background-color: #f9f8f6;
	border: 1px solid #fff;
	padding: 7px;
	text-align: left;
}

.existing_wrap .box_ed_block .table_A_01 .tr_A_01 td {
	background-color: #e9e9e9;
	padding: 7px;
	text-align: left;
}


/********************************************************* *
*	Magazine Common Setting
********************************************************** */


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


/*  Common Footer Navi
---------------------------------------------------------- */

.existing_wrap .feature_common_links {
	margin: 30px 0px
}

.existing_wrap .feature_common_links h3 {
	clear: both;
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding: 2px 8px 2px 8px;
	background-image: url(/magazine/img/bg_article_icon_03.gif);
	background-repeat: no-repeat;
}

.existing_wrap .feature_common_links ul {
	margin-bottom: 10px;
	width: 540px;
	float: left;
	clear: both;
}

.existing_wrap .feature_common_links ul:after {
	clear: both;
	content: ".";
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
}

.existing_wrap .feature_common_links ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.existing_wrap .feature_common_links ul li a {
	display: block;
	color: #00375e;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	border: 1px solid #b2b2b2;
	background-image: url(/magazine/img/ico_link_02.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding: 5px 16px 5px 6px;
}

#main .feature_common_links ul li a:hover, #main .feature_common_links ul li.current a {
	color: #ffffff;
	border: 1px solid #b2b2b2;
	background-image: url(/magazine/img/ico_link_02_o.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #b2b2b2;
}

.existing_wrap .feature_common_links .more {
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
	float: right;
}

.existing_wrap .feature_common_links .more .show {
	display: block
}

.existing_wrap .feature_common_links .more .hide {
	display: none
}

.existing_wrap .feature_common_links .more.active .show {
	display: none
}

.existing_wrap .feature_common_links .more.active .hide {
	display: block
}

.existing_wrap .feature_common_links .more .show {
	font-size: 12px;
	background-color: #f2f8ff !important;
	padding: 3px 0 3px 0px;
	text-decoration: none;
	border: 1px solid #f2f8ff;
	width: 100px;
	text-align: center;
	line-height: 1.4;
}

.existing_wrap .feature_common_links .more .hide {
	font-size: 12px;
	background: #eeeeee;
	color: #989898;
	padding: 3px 0 3px 0px;
	text-decoration: none;
	border: 1px solid #eeeeee;
	width: 100px;
	text-align: center;
	line-height: 1.4;
}

.existing_wrap .feature_common_links .more .show:hover, .existing_wrap .feature_common_links .more .hide:hover {
	background-color: #f2f8ff !important
}

.existing_wrap .feature_common_links .more .show span, .existing_wrap .feature_common_links .more .hide span {
	display: inline-block;
	margin-right: 0.2em;
	font-family: -webkit-body;
}


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


/*  Navi Area
---------------------------------------------------------- */

.existing_wrap .feature_category .feature_navi_area {
	width: 300px;
	margin-bottom: 10px;
	position: relative;
	zoom: 1;
	padding: 0;
}

.existing_wrap .feature_category .feature_navi_area h3 {
	position: relative;
	z-index: 29;
}

.existing_wrap .feature_category .feature_navi_area div.scrollarea {
	position: relative;
	top: -8px;
	z-index: 1;
	border-bottom: 1px solid #c6c5c3;
	max-height: 275px;
	overflow: hidden;
}

.existing_wrap .feature_category .feature_navi_area ul {
	width: 300px
}

.existing_wrap .feature_category .feature_navi_area ul li {
	background-color: #fff
}

.existing_wrap .feature_category .feature_navi_area ul li a {
	display: block;
	background: url(/magazine/img/ico_link_01.gif) no-repeat;
	background-position: right 50%;
	padding: 13px 25px 13px 15px;
	font-size: 13px;
	color: #333;
	border: 1px solid #e6e6e6;
	text-decoration: none;
}

.existing_wrap .feature_category .feature_navi_area ul li.current, .existing_wrap .feature_category .feature_navi_area ul li:hover {
	background-color: #f2f8ff
}

.existing_wrap .feature_category .feature_navi_area ul li.current a, .existing_wrap .feature_category .feature_navi_area ul li a:hover {
	border: 1px solid #cccccc
}


/* ByMaker
---------------------------------------------------------- */


.existing_wrap .feature_category .feature_navi_area.ByMaker ul li {
	float: left
}

.existing_wrap .feature_category .feature_navi_area.ByMaker ul li a {
	vertical-align: middle;
	font-size: 11px;
	line-height: 40px;
	padding: 0 0;
	background-image: none;
	width: 148px;
}

.existing_wrap .feature_category .feature_navi_area.ByMaker ul li a:hover {
	background-color: #f2f8ff
}

.existing_wrap .feature_category .feature_navi_area.ByMaker ul li a img {
	vertical-align: middle;
	margin: 0 5px;
	max-height: 40px;
}


/* NewArticle
---------------------------------------------------------- */


.existing_wrap .feature_category .feature_navi_area.NewArticle div.scrollarea {
	max-height: 305px
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column {
	border-top: 1px solid #ececee;
	border-right: 1px solid #ececee;
	border-bottom: 1px solid #c6c5c3;
	border-left: 1px solid #ececec;
	padding: 0;
	margin: 0px;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_photo {
	background-color: #333333;
	width: 80px;
	height: 80px;
	margin: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_photo a {
	width: 80px;
	height: 80px;
	display: block;
	zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #333333;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_photo img {
	max-width: 80px!important;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_info {
	position: relative;
	float: left;
	z-index: 29;
	width: 190px;
	margin: 10px 0 0 0;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_info .column_date {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	line-height: 1.4;
	display: block;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 0px;
	margin-bottom: 3px;
}

.existing_wrap .feature_category .feature_navi_area.NewArticle .feature_column .column_info a.column_title {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin: 0 0;
	padding: 5px 0 0 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/magazine/img/bg_article_icon_04.gif);
	background-repeat: no-repeat;
}


/* PickUp
---------------------------------------------------------- */

.existing_wrap .feature_category .feature_navi_area.PickUp div.scrollarea {
	max-height: 305px
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column {
	border-top: 1px solid #ececee;
	border-right: 1px solid #ececee;
	border-bottom: 1px solid #c6c5c3;
	border-left: 1px solid #ececec;
	padding: 0;
	margin: 0px;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_photo {
	background-color: #333333;
	width: 80px;
	height: 80px;
	margin: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_photo a {
	width: 80px;
	height: 80px;
	display: block;
	zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #333333;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_photo img {
	max-width: 80px!important;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_info {
	position: relative;
	float: left;
	z-index: 29;
	width: 190px;
	margin: 10px 0;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_info .column_price {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	line-height: 1.4;
	display: block;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_info .column_price span {
	font-size: 16px;
	font-weight: bold;
	color: #e60b16;
	padding: 0 5px;
}

.existing_wrap .feature_category .feature_navi_area.PickUp .feature_column .column_info a.column_title {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
	color: #00375e;
	font-weight: normal;
	text-decoration: underline;
}


/* pager
---------------------------------------------------------- */

.existing_wrap .pager {
	padding: 20px 0;
	text-align: center;
}

.existing_wrap .pager a, .existing_wrap .pager span {
	margin: 0 2px;
	padding: 4px 10px;
	border: 1px solid #e4e4e4;
	zoom: 1;
}

.existing_wrap .pager a {
	text-decoration: none
}

.existing_wrap .pager .prevNext {
	background: url(/magazine/img/pager_bg.jpg) repeat-x scroll 0 0 transparent;
	padding: 4px 35px;
	color: #333333;
}

.existing_wrap .pager span {
	background-color: #e4e4e4;
	color: #333333;
}


/* backToTop
---------------------------------------------------------- */

.existing_wrap .backToTop {
	width: auto;
	float: none;
	background: none;
	margin-top: 0px;
}

.existing_wrap .backToTop a {
	display: block;
	color: #00375e;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/magazine/img/ico_link_03.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0px 0px 0px 15px;
	float: right;
}


/* sns btn
---------------------------------------------------------- */

#socp-buttons-bar {
	float: right;
	width: 300px;
	margin: -3px 0 5px 0;
	text-align: right;
}

.existing_wrap .fbbox {
	width: 110px;
	float: left;
}

.existing_wrap .ggbox {
	width: 75px;
	float: left;
}

.existing_wrap .twbox {
	width: 95px;
	float: left;
}


/* ANG_PRJ-1714 150205 kobashigawa
---------------------------------------------------------- */

.existing_wrap .passSection {
	margin: 42px auto 38px;
	width: 279px;
}

.existing_wrap .passSection .listParent {
	position: relative;
	width: 279px;
	height: 42px;
}

.existing_wrap .passSection .listParent li {
	position: absolute;
	top: 0;
	width: 129px;
}

.existing_wrap .passSection .listParent li a {
	display: block;
	padding-top: 10px;
	height: 32px;
	font-size: 142%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


/* hover?h?~ */

#contents .passSection .listParent li a:hover {
	color: #333333;
}

.existing_wrap .passSection .listParent .prev {
	background: url(/magazine/img/pass_prev.gif) no-repeat scroll left top;
	left: 0;
}

.existing_wrap .passSection .listParent .prev a {
	text-align: left;
	padding-left: 40px;
}

.existing_wrap .passSection .listParent .next {
	background: url(/magazine/img/pass_next.gif) no-repeat scroll left top;
	right: 0;
}

.existing_wrap .passSection .listParent .next a {
	text-align: right;
	padding-right: 35px;
}


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


/*  Clearfix
---------------------------------------------------------- */

.existing_wrap .clearfix:after {
	clear: both;
	content: ".";
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
}
