@charset "UTF-8";

/*   
Theme Name: インタビュー本番
Description:インタビュー本番
Author: diamondblog
Version: 2014.01.21
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆全体的なルール
	◆header.php(全ページ共通)
	◆#outline内
		◇left_column(index.php)
		◇right_column(right_column.php)
	◆(5)footer.php(全ページ共通)
========================================== */

/*  -----------------------------------------
　◆全体的なルール
 ----------------------------------------- */

body {
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
	background-color:#002244;
}


a { text-decoration: none; }
a:link { color: #333333; } 
a:active { color: #333333; }
a:visited { color:#333333; }
a:hover { color:#999999; }

.clear {
    clear: both;
}


/*  -------------------
　◆グローバルメニュー （レイアウトなどは /data/www/www.diamondblog.jp/htdocs/css/common common.css）
--------------------- */


#common_menu ul li span.interview {/** メニュー文字色 **/
	color: #489ef5;
	font-weight: bold;
}


/*  -------------------
　◆カテゴリメニュー（レイアウトなどは /data/www/www.diamondblog.jp/htdocs/css/common common.css）
--------------------- */

.category_position {
	background: url(images/position_arrow.png) no-repeat 208px bottom;
}

.category_menu {
	background-color: #2473c3;
}

.cate_h3 {/** 矢印アイコンは共通側（変更すると他のコンテンツページも変更） **/
	width: 135px;
	color: #ffde00;
}

.cate_menu {
    line-height: 17px;
}


.cate_menu li a:link { color: #ffde00; } 
.cate_menu li a:active { color: #ffde00; }
.cate_menu li a:visited { color:#ffde00; }
.cate_menu li a:hover {/** hover時の画像は共通側（変更すると他のコンテンツページも変更） **/
	color:#feef87;
	background: url(/images/common/common_header/category_menu_arrow_on.png) no-repeat 0 3px!important;
}



/* #left_column
=========================================================================================== */

#left_column {
	width: 638px!important;
}


/*  -----------------------------------------
　◆ タイトル部分
 ----------------------------------------- */

.interview_title {
    width: 638px;
    margin: 0;
    padding: 0;
    height: 100px;
    background: url("images/interview_title_bg.gif") no-repeat;
}

.interview_title_txt {
	width: 361px;
	_width: 365px;
	float: left;
	margin: 0;
	padding: 75px 0 0 5px;
	font-weight: normal;
	font-size: 13px;
}


/*  -----------------------------------------
　◆ スライド画像部分 slide_img.php
 ----------------------------------------- */

.slide_box {
	width: 638px;
	height: 315px;
	margin: 0;
	padding: 0;
	background: url("images/slide_bg.gif") no-repeat;
}

.slider {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
}

.slider li {
	list-style: none;
	float: left;
}



caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*  -------------------
　#main_img スライダー画像部分
-----------------------*/ 

#main_img {
    width: 631px;
    height: 298px;
    margin: 0;
    padding: 0px 0 0 0;
    text-align: center;
}

#slider {
	width: 631px;
	height: 293px;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	position:relative;
}


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider img:hover {
	opacity: .60;
    filter: alpha(opacity=60);
}

#slider a {
	border:0;
	display:block;
}


/*  ---------------------
　ボタン部分
------------------------- */ 

.nivo-controlNav {
	position: absolute;
	left: 571px;
	bottom: -21px;
}

.nivo-controlNav a {
	display:block;
	width: 15px;
	height: 22px;
	text-indent:-9999px;
	border:0;
	margin: 0px;
	float:left;
}

.nivo-controlNav a.nivo-control0 {
	background:url(images/main_bt.gif) no-repeat;
}

.nivo-controlNav a.nivo-control1 {
	background:url(images/main_bt.gif) no-repeat;
}

.nivo-controlNav a.nivo-control2 {
	background:url(images/main_bt.gif) no-repeat;
}

.nivo-controlNav a.nivo-control3 {
	background:url(images/main_bt.gif) no-repeat;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/*  -----------------------------------------
　◆ スライド画像下のインフォメーション (information.php)
------------------------------------------ */ 

.info_box {
	width: 638px;
	height: 91px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url("images/information_bg.gif") no-repeat;
}

.info {
	width: 558px;
	float: left;
	list-style: none;
	margin: 0;
    padding: 5px 0 0 58px;
}

.info li {
    height: 18px;
    line-height: 18px;
}

.info_time {
	float: left;
	width: 15%;
	color: #ff0066;
	border-bottom: 1px dashed #bbbbbb;
}

.info_title {
	float: left;
	width: 85%;
	border-bottom: 1px dashed #bbbbbb;
	overflow: hidden;
}

.info_title a:link { color: #000000; } 
.info_title a:active { color: #aaaaaa; }
.info_title a:visited { color:#000000; }
.info_title a:hover { color:#aaaaaa; } 



/*  -----------------------------------------
　◆#left_column内(トップ　最新インタビュー・サッカーノート・グラビア・カクトーク)
------------------------------------------ */ 

.contents_new,
.contents_soccer,
.contents_gravure,
.contents_grappling
 {
	width: 609px;
	height: 358px;
	margin: 10px 0 0 0;
	padding: 0 15px 0 14px;
}
	.contents_new {
		background: url("images/interview_new_bg.gif") no-repeat;
	}
	.contents_soccer {
		background: url("images/interview_soccer_bg.gif") no-repeat;
	}
	.contents_gravure {
		background: url("images/interview_gravure_bg.gif") no-repeat;
	}
	.contents_grappling {
		background: url("images/interview_grappling_bg.gif") no-repeat;
	}


.more {
    width: 609px;
    height: 30px;
    margin: 0;
    padding: 5px 0 0 0;
}

.contents_new .more .more_btn,
.contents_soccer .more .more_btn,
.contents_gravure .more .more_btn,
.contents_grappling .more .more_btn
 {
	width: 64px;
	height: 15px;
	line-height: 15px;
	float: right;
	font-size: 10px;
	color: #000000;
	padding: 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		2px 1px 2px rgba(255,255,255,1),
		-2px -1px 2px rgba(255,255,255,1);
	text-align: center;
}
	.contents_new .more .more_btn {
		background: url("images/new_more_btn_bg.gif") repeat-x;
		border: 1px solid #ceb70d;
	}
	.contents_soccer .more .more_btn {
		background: url("images/soccer_more_btn_bg.gif") repeat-x;
		border: 1px solid #0dce20;
	}
	.contents_gravure .more .more_btn {
		background: url("images/gravure_more_btn_bg.gif") repeat-x;
		border: 1px solid #ce0dba;
	}
	.contents_grappling .more .more_btn {
		background: url("images/grappling_more_btn_bg.gif") repeat-x;
		border: 1px solid #2d0dce;
	}


.contents_new .more a:link,
.contents_soccer .more a:link,
.contents_gravure .more a:link,
.contents_grappling .more a:link
 { color: #000000; } 

.contents_new .more a:active,
.contents_soccer .more a:active,
.contents_gravure .more a:active,
.contents_grappling .more a:active
 { color: #000000; }

.contents_new .more a:visited,
.contents_soccer .more a:visited,
.contents_gravure .more a:visited,
.contents_grappling .more a:visited
 { color:#000000; }

.contents_new .more a:hover,
.contents_soccer .more a:hover,
.contents_gravure .more a:hover,
.contents_grappling .more a:hover
 { color:#aaaaaa; } 


.box_left {
    width: 277px;
    height: 286px;
    float: left;
    margin: 1px 0 0 0;
    padding: 10px 0 0 16px;
    background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cecece;
}

.img_box {
	width: 262px;
	height: 162px;
	margin: 0;
	padding: 6px 0 0;
    text-align: center;
	background: url("images/contents_img_bg.gif") no-repeat;
}

.box_left h3 {
	color: #5daeff;
	font-size: 14px;
	margin: 4px 0 0;
}

.box_left h3 span {
    font-size: 10px;
}

.box_left h3 a:link { color: #5daeff; } 
.box_left h3 a:active { color: #5daeff; }
.box_left h3 a:visited { color:#5daeff; }
.box_left h3 a:hover { color:#aad5ff; } 

.box_left p {
	width: 266px;
	height: 49px;
	margin: 6px 0 0;
	padding: 0;
	overflow: hidden;
}

.read_more {
    width: 266px;
    height: 17px;
    margin: 0;
    padding: 5px 0 0 0;
}

.read_more .read_more_btn {
	width: 54px;
	height: 12px;
	line-height: 12px;
	float: right;
	font-size: 10px;
	color: #000000;
	padding: 1px 5px;
	background: url("images/read_more_btn_bg.gif") repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-align: center;
	font-weight: bold;
}

.read_more a:link { color: #ffffff; } 
.read_more a:active { color: #ffffff; }
.read_more a:visited { color:#ffffff; }
.read_more a:hover { color:#aaaaaa; } 


.box_right {
    width: 296px;
    height: 298px;
    float: right;
    margin: 1px 0 0 0;
    padding: 0px 6px 0 0px;
}

.box_right ul {
	list-style: none;
}

.box_right li {
	list-style: none;
	width: 294px;
	height: 93px;
	margin: 0 0 7px;
	padding: 0;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cecece;
}

.box_right .thun_img {
    width: 110px;
    height: 82px;
    margin: 6px 0 0 0;
    padding: 0 0 0 7px;
    float: left;
    overflow: hidden;
}

.box_right .thun_img img {
	border: 1px solid #cecece;
}

.box_right .text_area {
    width: 170px;
    height: 83px;
    margin: 3px 0 0 0;
    padding: 0;
    float: right;
    overflow: hidden;
}

.box_right .text_area .h3_01 {
	color: #ffd83e;
	font-size: 12px;
}

.box_right .text_area .h3_01 a:link { color: #f3c81e; } 
.box_right .text_area .h3_01 a:active { color: #f3c81e; }
.box_right .text_area .h3_01 a:visited { color:#f3c81e; }
.box_right .text_area .h3_01 a:hover { color:#ffeca0; }

.box_right .text_area .h3_02 {
	color: #ffb482;
	font-size: 12px;
}

.box_right .text_area .h3_02 a:link { color: #ffb482; } 
.box_right .text_area .h3_02 a:active { color: #ffb482; }
.box_right .text_area .h3_02 a:visited { color:#ffb482; }
.box_right .text_area .h3_02 a:hover { color:#fdd6bc; }

.box_right .text_area .h3_03 {
	color: #7dd6ff;
	font-size: 12px;
}

.box_right .text_area .h3_03 a:link { color: #7dd6ff; } 
.box_right .text_area .h3_03 a:active { color: #7dd6ff; }
.box_right .text_area .h3_03 a:visited { color:#7dd6ff; }
.box_right .text_area .h3_03 a:hover { color:#caeefe; }

.box_right .text_area h3 span {
    font-size: 10px;
}

.box_right .text_area p {
	margin: 5px 0 0 0;
}



/*  -----------------------------------------
　◆ アーカイブ
------------------------------------------ */ 

.archive {
	width: 631px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 5px 0 2px;
}

.archive h3 {
	color: #c70f0f;
	font-size: 28px;
	margin: 0 0 3px;
}

.archive h3 span {
	color: #c70f0f;
	font-size: 12px;
}

.archive_box {
	width: 606px;
	height: 350px;
	margin: 0px 0 0 0;
	padding: 0 0px 0 30px;
	-webkit-box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	background-color: #000000;
	border-top: 6px solid #c70f0f;
}

.archive_box a:link { color: #d7d7d7; } 
.archive_box a:active { color: #d7d7d7; }
.archive_box a:visited { color:#f7a4a4; }
.archive_box a:hover { color:#f3f1f1; } 

.archive_box ul {
    list-style: none;
    margin: 20px 0 0 0;
}

.archive_box ul li {
    list-style: none;
    border-bottom: 1px dotted #6e6e6e;
    float: left;
    width: 277px;
    height: 22px;
    line-height: 22px;
    margin: 0 14px 0 0;
    _margin: 0 7px 0 0;
    padding: 0 0px 0 3px;
    overflow: hidden;
}



/*  -----------------------------------------
　◆ インタビュイーリスト
------------------------------------------ */ 

.interviewee {
	width: 631px;
	height: auto;
	margin: 45px 0 0 0;
	padding: 0 5px 0 2px;
}

.interviewee h3 {
	color: #069fc0;
	font-size: 28px;
	margin: 0 0 3px;
}

.interviewee h3 span {
	color: #069fc0;
	font-size: 12px;
}

.interviewee_box {
	width: 606px;
	margin: 0px 0 0 0;
	padding: 0 0px 30px 30px;
	-webkit-box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	background-color: #000000;
	border-top: 6px solid #069fc0;
}

.interviewee_box a:link { color: #89e4f7; } 
.interviewee_box a:active { color: #89e4f7; }
.interviewee_box a:visited { color:#cff7ff; }
.interviewee_box a:hover { color:#cff7ff; } 

.interviewee_box ul {
    list-style: none;
    margin: 20px 0 0 0;
}

.interviewee_box ul li {
    list-style: none;
    border-bottom: 1px dotted #6e6e6e;
    float: left;
    width: 83px;
    height: 22px;
    line-height: 22px;
    margin: 0 14px 0 0;
    _margin: 0 7px 0 0;
    padding: 0 0px 0 3px;
    overflow: hidden;
}



/*  -----------------------------------------
　◆ 各もっと見る先ページ部分
------------------------------------------ */ 

.contents_body_new,
.contents_body_soccer,
.contents_body_gravure,
.contents_body_grappling
 {
	width: 639px;
	float: left;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0px 0px;
}
	.contents_body_new {
		background: url("images/new_body_bg.gif") repeat;
	}
	.contents_body_soccer {
		background: url("images/soccer_body_bg.gif") repeat;
	}
	.contents_body_gravure {
		background: url("images/gravure_body_bg.gif") repeat;
	}
	.contents_body_grappling {
		background: url("images/kakutalk_body_bg.gif") repeat;
	}


.contents_body_new .contents_title {
	width: 605px;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 34px;
	color: #000000;
	background: url("images/new_title.png") no-repeat;
	font-size: 14px;
}

.list_box {
    width: 619px;
    float: left;
    margin: 0px 0 0 0;
    padding: 10px 10px;
}

.list_box ul {
	list-style: none;
}

.list_box li {
	list-style: none;
	width: 619px;
	height: 93px;
	margin: 0 0 7px;
	padding: 0;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cecece;
}

.list_box .thun_img {
    width: 110px;
    height: 82px;
    margin: 6px 0 0 0;
    padding: 0 0 0 7px;
    float: left;
    overflow: hidden;
}

.list_box .thun_img img {
	border: 1px solid #cecece;
}

.list_box .text_area {
    width: 485px;
    height: 88px;
    margin: 3px 0 0 0;
    padding: 0 5px 0 0;
    float: right;
    overflow: hidden;
}

.list_box .text_area .h3_title {
	color: #ffd83e;
	font-size: 13px;
}

.list_box .text_area .h3_title a:link { color: #3782F9; } 
.list_box .text_area .h3_title a:active { color: #3782F9; }
.list_box .text_area .h3_title a:visited { color:#3782F9; }
.list_box .text_area .h3_title a:hover { color:#3782F9; }

.list_box .text_area h3 span {
    font-size: 10px;
}

.list_box .text_area p {
	margin: 5px 0 0 0;
}





/* ここまで #left_column
=========================================================================================== */




/* #right_column
=========================================================================================== */

#right_column {
	width: 350px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}

.right_brn_area {
   width: 350px;
   margin: 5px auto;
   padding: 0;
}

.add_contents {
	text-align: center;
	padding-top: 20px;
}


/*  -----------------------------------------
　◆アーカイブ
------------------------------------------ */ 

.right_archive {
	width: 350px;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.right_archive ul {
	width: 341px;
	height: auto;
	float: left;
	background: url("images/right_archives_ul_bg.gif") repeat-y;
	background: url("images/right_archives_li_bg.gif") repeat-y\9;
	*background: url("images/right_archives_li_bg.gif") repeat-y;
	_background: url("images/right_archives_li_bg.gif") repeat-y;
	margin: 0;
	padding: 5px 0 0 9px;
	*padding: 5px 0 10px 9px;
	_padding: 5px 0 10px 9px;
	list-style: none;
}

.right_archive li:not(:target) {
    background: none \9; /* IE9 */
}

.right_archive li {
	width: 330px;
	float: left;
	height: 80px;
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	background: none \9;
	*background-color: none;
	_background-color: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
}

#right_column .right_archive a { text-decoration: none; }
#right_column .right_archive a:link { color: #666666; } 
#right_column .right_archive a:active { color: #000000; }
#right_column .right_archive a:visited { color:#666666; }
#right_column .right_archive a:hover { color: #000000; }

.right_archive .archive_img {
    float: left;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    padding: 9px 0 0px 10px;
    width: 70px;
	margin: 0;
}

.right_archive .archive_img img {
    vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px #aaaaaa;
	-moz-box-shadow: 3px 3px 5px #aaaaaa;
	box-shadow: 3px 3px 5px #aaaaaa;
}

.right_archive .archive_text {
    float: right;
    font-size: 12px;
    line-height: 150%;
    overflow: hidden;
    padding: 5px 3px 0px 0px;
	width: 240px;
	height: 70px;
	margin: 0;
}

.right_archive .archive_text h4 {
	color: #3782f9;
	font-weight: normal;
	font-size: 12px;
}

.right_archive .archive_text h4 img {
	padding: 0px 5px 0 0;
	vertical-align: -2px;
}

.right_archive .archive_text .archive_text a:link{
	color:#666666;
}

#right_column .right_archive_btn {
	vertical-align: top;
	margin: 0;
	padding: 0;
}


/*  -----------------------------------------
　◆オススメブロガー部分
------------------------------------------ */

.recommended_box {
    width: 348px;
    height: 200px;
    margin: 10px auto 0;
    padding: 0;
    border: 1px solid #cccccc;
}

.recommended_box h3 {
    width: 314px;
    height: 19px;
    font-size: 12px;
    padding: 7px 0 0 34px;
    background: url("images/recommended_blogger_title.gif") no-repeat;
}

.recommended_blogger {
    width: 302px;
    line-height: 20px;
    margin: 17px auto 0;
    padding: 0;
    font-size: 12px;
    color: #3366cc;
}
.recommended_blogger a { text-decoration: none; }
.recommended_blogger a:link { color: #3366cc; } 
.recommended_blogger a:active { color: #3366cc; }
.recommended_blogger a:visited { color:#3366cc; }
.recommended_blogger a:hover { color: #9cbdff; }

.recommended_blogger h4 {
    background: url("images/recommended_icon_01.gif") no-repeat 0 2px;
    padding: 0 5px 0 20px;
    color: #000000;
    font-size: 12px;
}

.recommended_photo {
    width: 302px;
    line-height: 20px;
    margin: 17px auto 0;
    padding: 0;
    font-size: 12px;
    color: #3366cc;
}
.recommended_photo a { text-decoration: none; }
.recommended_photo a:link { color: #3366cc; } 
.recommended_photo a:active { color: #3366cc; }
.recommended_photo a:visited { color:#3366cc; }
.recommended_photo a:hover { color: #9cbdff; }

.recommended_photo h4 {
    background: url("images/recommended_icon_02.gif") no-repeat 0 1px;
    padding: 0 5px 0 20px;
    color: #000000;
    font-size: 12px;
}


/* ここまで #right_column
=========================================================================================== */



/* single
=========================================================================================== */

.post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
}

.post h2 {
	margin: 0px;
	font-size: 14px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	color: #c00000;
}

.post h2 a:link { color: #000000; } 
.post h2 a:active { color: #c00000; }
.post h2 a:visited { color:#000000; }
.post h2 a:hover { color:#c00000; } 

.post h2 .title_style1 {
    background: url("images/title_bg.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    height: 22px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
}

.center {
    text-align: center;
}

.post .article_body {
    clear: both;
    line-height: 18px;
}



.interview_right_n {
	width: 604px;
	display: inline-block;
	padding: 0 0 20px 0;
}

.interview_left_n {
	width: 604px;
	display: inline-block;
	padding: 0 0 20px 0;
}

.interview_text_n{
	width: 340px;
	float:left;
}

.interview_image_n{
	width: 250px;
	float:right;
	padding-bottom:10px;
}

.interview_left_n .interview_text_n{
	width: 340px;
	float:right;
}

.interview_left_n .interview_image_n{
	width: 250px;
	float:left;
	padding-bottom:10px;
}

.interview_text_n .question{
	color:#712623;
	font-weight:bold;
	padding-bottom:8px;
}

.interview_text_n .answer{
	padding-bottom:15px;
}

.interview_image_n p{
	font-size:10px;
	color:#712623;
	font-weight:bold;
	text-align:center;
}


div.post ul.prenex_bt {
	width: 570px;
	margin: 0 auto 25px !important;
}

div.post .prenex_bt li {
	width: auto;
	float: left;
	height: 33px;
	list-style: none;
}

.pre_bt {
	float: left;
	padding: 0 10px 0 0;
}

.next_bt {
	padding: 0 0px 0 0;
	float: right !important;
}



/* ここまで single
=========================================================================================== */








/*  -----------------------------------------
　◆ 広告部分
 ----------------------------------------- */
/*  ---------------------
　 left_column 広告css
------------------------- */ 

.ad_area {
	margin: 15px 0 15px 0;
	width: 630px;
	height: 250px;
}

.ad_area .left {
    float: left;
    width: 310px;
}

.ad_area .right {
    float: right;
    width: 310px;
}

.ad_box {
    margin: 10px 0 30px;
    width: 630px;
}

.adcenter {
	text-align: center;
	padding:16px 0;
	clear: both;
}


/*  ---------------------
　 right_column 広告css
------------------------- */ 


.right_ad {
    margin: 0;
    padding: 0;
    width: 350px;
    text-align: center;
    padding-bottom:20px;

}

.right_ad2 {
	background-color: #CCCCCC;
    margin: 10px auto 0;
    padding: 10px 0;
    text-align: center;
    width: 350px;
}

.right_ad3 {
    margin: 10px auto 0;
    padding: 0px 0;
    text-align: center;
    width: 350px;
}


/*  ---------------------
　 もっと見る先の広告css
------------------------- */ 

div#AdingoAdFree2 {
    height: auto;
    margin: auto;
    padding: 0 10px 12px 10px;
    width: auto;
    clear: both;
}

.adOverture {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left !important;
	letter-spacing: normal !important;
}

.adOverture {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif !important;
	text-align: left !important;
	letter-spacing: normal !important;
}

div#AdingoAdFree2 div.Adingoinner {
	border: 0px solid #CCCCCC;
	zoom: 1;
}

div#AdingoAdFree2 div.Adingoinner {
	border: 0px solid #CCCCCC;
	zoom: 1;
}

div.AdingoLayout{
	border-bottom:1px dotted #CCCCCC;
	line-height: 22px;
	background: url(images/pr_icon.jpg) no-repeat 0 5px;
	padding: 0 0 3px 32px;
	clear: both;
}

div.AdingoLayout a:link,
div.AdingoLayout a:visited,
div.AdingoLayout a:active {
	text-decoration: none;
}

div.AdingoLayout a:link{
	color: #333333;
	text-decoration: underline;
}

div.AdingoLayout a:visted{
	color: #333333;
	text-decoration: underline;
}

div.AdingoLayout a:hover{
	color: #333333;
}

div#AdingoAdFree2 div.Adingoinner {
	border: 0px solid #CCCCCC;
	zoom: 1;
}

body div.overtureimone {
	height: 16px;
}

body div.overtureimone ul {
	margin: 0;
	padding: 3px 6px 0 9px;
	_padding: 5px 6px 0 0;
	display: block;
	color: #cccccc;
	font-size: 11px;
	list-style: none;
	text-align:left;
}

body div.overtureimone li {
    float: left;
}

body div.overtureimone a {
    color: #cccccc;
}

/* 追加 */
.mini_photo {
	width: 200px;
	float: left;
}

.mini_text {
	float: left;
	padding: 0 10px 10px 10px;
}

.pro_box {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
	width: 100%;
}

.titlestyle1 {
	background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); border-radius: 5px ; padding: 5px 10px;
}

.sf_image{
	width:90%;
}


.youtube_img_link img {
	width: 80%;
}






/*--------------------------------------------------
	右カラムスライド用追加　スライド バナー画像 部分
--------------------------------------------------*/

.contents_block #slider_length_info ul li,
.contents_block #slider_length_choices ul li,
.contents_block #slider_length_cinema ul li
 {
	width: 100%;
	height: 68px;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: #fff;
}
	.contents_block #slider_length_info ul li:last-child,
	.contents_block #slider_length_choices ul li:last-child,
	.contents_block #slider_length_cinema ul li:last-child
	 {
		margin: 0;
	}

.contents_block #slider_length_info ul li img,
.contents_block #slider_length_choices ul li img,
.contents_block #slider_length_cinema ul li img
 {
	width: 100%;
}

	.contents_block #slider_length_info ul li img:hover,
	.contents_block #slider_length_choices ul li img:hover,
	.contents_block #slider_length_cinema ul li img:hover
	 {
		opacity:0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}

#right_column .right_h3_title {
	height: 38px !important;
}


.right_contents h3
 {
	background: #000;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: visible !important;
	text-indent: 0 !important;
	border-radius: 7px !important;
}
	.right_contents h3 a {
		font-size: 11px;
	}
	.right_contents h3 a:link,
	.right_contents h3 a:visited { color: #ff5277; } 
	.right_contents h3 a:active,
	.right_contents h3 a:hover { color: #ffbecc; }



/*****=========================================*****

	スライダー共通 ブロガーからのお知らせ・ダイヤモンドブログのイチオシ！

*****=========================================*****/

.contents_block .bx-wrapper {
	padding: 20px 0;
	position
}

/*--------------------------------------------------
	スライド ページング 部分
--------------------------------------------------*/
.contents_block {
	 margin: 20px;
}


.contents_block .bx-prev,
.contents_block .bx-next {/* テキストページング（スライドスクリプト prevText: '前のスライダー' nextText: '次のスライダー'部分） */
	position: absolute;
	width: 147px;
	height: 15px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	left: 25%;
}
	.contents_block .bx-prev {
		top: -5px;
		background: url("/images/portal_img/portal_splite.png") no-repeat 0px -290px;
	}
	 .contents_block .bx-next {
		bottom: -5px;
		background: url("/images/portal_img/portal_splite.png") no-repeat -147px -290px;
	}

.contents_block .bx-pager {
	display: none;
}















