﻿@charset "UTF-8";
/* CSS Document */

/* --------------もくじ--------------------------------- */

/* ①ヘッダーメニュー */
/* ②H1H2 */
/* ③右メニュー */
/* ④コンテンツ　*/


/* /////////////①ヘッダーメニュー//////////////////////////////////////// */

/* /////////////②H1H2//////////////////////////////////////// */

/* ---------------------------------------------------------
H1 テキスト部分
--------------------------------------------------------- */
h1.title {
	color:#FFFFFF;
	font-size: 16px;
	margin:0 0 0 140px;
	padding:10px 0 0 0;
	border-bottom:#FFFFFF 1px solid;
	width:413px;
	line-height:110%;
	}
	
h1.title_jica {
	color:#FFFFFF;
	font-size: 16px;
	margin:10px 0 0 248px;
	padding:10px 0 0 0;
	border-bottom:#FFFFFF 1px solid;
	width:300px;
	line-height:110%;
	}
	
p.title_tx {
	color:#333333;
	font-size: 12px;
	margin:0 0 0 140px;
	padding:5px 0 0 0;
	width:420px;
	line-height:120%;
	}
	

h1.blog_title {
	color:#FFFFFF;
	font-size: 16px;
	margin:0 0 0 195px;
	padding:10px 0 0 0;
	/*border-bottom:#FFFFFF 1px solid;*/
	width:420px;/* 2010.01.15修正360px */
	line-height:110%;
	}
	
h1.blog_title_long {/* 2010.01.08追記 あとで削除*/
	color:#FFFFFF;
	font-size: 16px;
	margin:0 0 0 195px;
	padding:10px 0 0 0;
	border-bottom:#FFFFFF 1px solid;
	width:420px;
	line-height:110%;
	}
	
p.blog_title_tx {
	color:#333333;
	font-size: 12px;
	margin:0 0 0 150px;
	padding:5px 0 0 0;
	width:400px;
	line-height:120%;
	}
	
/* ---------------------------------------------------------
H2
--------------------------------------------------------- */

/* H2リンク*/

h2 { color:#000000; font-size:14px; margin:0; padding:0 0 0 25px;}
h2 a:link { color:#000000; text-decoration: underline }
h2 a:hover { color:#333333; text-decoration: underline}
h2 a:visited { color:#333333; text-decoration: underline}


/* H2　Mサイズ　背景*/
div.title_m {
	width:465px;
	height: 28px;
	line-height:28px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	background:url(/images/blog_img/title_bg_m.gif) no-repeat;
	font-weight:bold;
	}
	
/* H2　Lサイズ　背景*/
div.title_l {

	height: 28px;
	line-height:28px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	background:url(/images/blog_img/title_bg_l.gif) no-repeat;
	font-weight:bold;
	}
	

/* H2　お金　背景　2008.08.13*/
div.title_money {

	height: 59px;
	line-height:59px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	background:url(/images/blog_img/money_title.gif) no-repeat;
	font-weight:bold;
	}
	

		

/* /////////////③右メニュー//////////////////////////////////////// */
/* ---------------------------------------------------------
右メニュー 
--------------------------------------------------------- */

/* 特派員系タイトル*/

#r_navi .tokuhain{
	width:280px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	background:url(/images/blog_img/left_blog_bg.gif) no-repeat;
	}


/* 人気特派員ランキング*/
	
#r_navi ul.ranking{
	width:290px;
	height:auto;
	font-size:12px;
	line-height:140%;
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
	}
	
#r_navi ul.ranking li.r01{
	margin:0;
	padding:0 0 0 20px;
	background:url(/images/blog_img/ra_crown1.gif) no-repeat left;
	list-style:none;
	}
	
#r_navi ul.ranking li.r02{
	margin:0;
	padding:0 0 0 20px;
	background:url(/images/blog_img/ra_crown2.gif) no-repeat left;
	list-style:none;
	}
	
#r_navi ul.ranking li.r03{
	margin:0;
	padding:0 0 0 20px;
	background:url(/images/blog_img/ra_crown3.gif) no-repeat left;
	list-style:none;
	}
	
#r_navi ul.ranking li.r04{
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	}

#r_navi ul.ranking li a:link { color:#000099; text-decoration: underline }
#r_navi ul.ranking li a:visited { color: #0033CC; text-decoration: underline }
#r_navi ul.ranking li a:active { color:#0033CC; text-decoration: none ;}
#r_navi ul.ranking li a:hover { color:#0033CC; text-decoration: none ;}

	


/* /////////////④コンテンツ//////////////////////////////////////// */


	
/* ---------------------------------------------------------
リストもの
--------------------------------------------------------- */

.article_list {
	/*width:460px;*/
	width:auto;
	height:auto;
	margin:0 0 5px 5px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
	display:inline-block;
}


.article_list a:link { color:#000099; text-decoration: underline }
.article_list a:visited { color: #0033cc; text-decoration: underline }
.article_list a:active { color:#0033cc; text-decoration: none ; }
.article_list a:hover { color:#0033cc; text-decoration: none ;}



/*記事一覧*/
.article_list dt.a_photo{
	width:100px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
	
.article_list dd.a_article {
	width:340px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-size:12px;
	line-height:125%;
	}

.article_list dd.a_article h3 {
	width:auto;
	line-height:130%;
	padding:0;
	margin:0;
	font-size:12px;!important
	}
	
.article_list dd.a_article h3 img{
	padding:0 3px 0 0;
	}

/*特派員一覧*/
.article_list dt.t_photo{
	width:85px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
	
.article_list dd.t_article {
	width:355px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-size:12px;
	line-height:125%;
	}

.article_list dd.t_article h3 {
	width:auto;
	line-height:130%;
	padding:0;
	margin:0;
	font-size:12px;!important
	}
	
.article_list dd.t_article h3 img{
	padding:0 3px 0 0;
	}
	
/*お知らせアイコン*/
	
li.info{
	list-style:none;
	background:url(/images/blog_img/i_info.gif) no-repeat left;
	padding:2px 0 0 15px;
	margin:0;
	}

/* ---------------------------------------------------------
ブログ内最新記事一覧
--------------------------------------------------------- */

div.m_module_y ul.lastest {
	font-size:12px;
	width:455px;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
	}

div.m_module_y ul.lastest a:link { color:#000099; text-decoration:underline; }
div.m_module_y ul.lastest a:visited { color: #0033cc; text-decoration:underline; }
div.m_module_y ul.lastest a:active { color:#0033cc; text-decoration: none ; }
div.m_module_y ul.lastest a:hover { color:#0033cc; text-decoration: none ;}

	
div.m_module_y ul.lastest li.date{
	float:left;
	width:80px;
	height:16px;
	margin:2px 0;
	padding:0;
	list-style:none;
	}
	
div.m_module_y ul.lastest li.blogtitle{
	float:left;
	width:222px;
	height:16px;
	margin:2px 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1.2em;
	}
	
div.m_module_y ul.lastest li.category{
	float:left;
	width:130px;
	height:16px;
	margin:2px 0;
	padding:0;
	overflow:hidden;
	list-style:none;
	}

div.ad_tx_o-Notice_02 {
display: block;
margin: 0px;
clear: both;
}


/* ---------------------------------------------------------
月別記事一覧
--------------------------------------------------------- */

div.m_module_y ul.monthly {
	font-size:12px;
	width:455px;
	height:20px;
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	clear:both;
	}

ul.monthly a:link { color:#000099; text-decoration: underline }
ul.monthly a:visited { color: #0033cc; text-decoration: underline }
ul.monthly a:active { color:#0033cc; text-decoration: none ; }
ul.monthly a:hover { color:#0033cc; text-decoration: none ;}


div.m_module_y ul.monthly li.month{
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 4px;
	padding:0;
	}
	
div.m_module_y ul.monthly li.info{
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 3px;
	padding:0 0 0 15px;
	}
	
/* ---------------------------------------------------------
ブログ内最新記事一覧
--------------------------------------------------------- */

div.l_module_y ul.category_list {
	height:20px;
	font-size:12px;
	margin:6px 0;
	padding:10px 5px;
	border-bottom:#999999 1px dotted;
	clear:both;
	}
	
ul.category_list a:link { color:#000099; text-decoration: underline }
ul.category_list a:visited { color: #0033cc; text-decoration: underline }
ul.category_list a:active { color:#0033cc; text-decoration: none ; }
ul.category_list a:hover { color:#0033cc; text-decoration: none ;}

	
div.l_module_y ul.category_list li.date{
	float:left;
	width:180px;
	height:auto;
	margin:2px 0;
	padding:0;
	list-style:none;
	}
	
div.l_module_y ul.category_list li.blogtitle{
	float:left;
	width:505px;
	height:auto;
	margin:2px 10px;
	padding:0;
	list-style:none;
	}

	

/* ---------------------------------------------------------
ブログ内記事
--------------------------------------------------------- */
.article {
	/*width:755px;*/
	height:auto;
	margin:5px 0 5px 5px;
	padding:10px 0 0 10px;
	font-size:14px;
	line-height:180%;
	border-bottom:#999999 1px dotted;
	clear:both;
}

.article p{
	clear:both;
}

.article img{
	float:left;
	padding:10px 0;
	max-width: 100%;
	height: auto;
}

.article center img{
	float:none;
	padding:5px 10px;
}


.article_link {
	/*width:755px;*/
	height:auto;
	margin:0 0 15px 5px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:130%;
	text-align:right;
	clear:both;
}


.article a:link { color:#000099; text-decoration: underline }
.article a:visited { color: #0033CC; text-decoration: underline }
.article a:active { color:#0033CC; text-decoration: none ;}
.article a:hover { color:#0033CC; text-decoration: none ;}

.article_link a:link { color:#000099; text-decoration: underline }
.article_link a:visited { color: #0033CC; text-decoration: underline }
.article_link a:active { color:#0033CC; text-decoration: none ;}
.article_link a:hover { color:#0033CC; text-decoration: none ;}


/* 引用文 */

blockquote {
	width:500px;
	height: auto;
	margin:10px 0 10px 100px;
	padding:10px;
	border:#CCCCCC solid 2px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	/*background-color:#e1f9c8;*/
	background-color:#e1edf9;
	clear:both;
	}
	
blockquote p{
	margin:0;
	padding:0;
	}
	
/* google MAP用 */

div.gmap {
	width:500px;
	height: auto;
	margin:10px 0 10px 100px;
	padding:10px;
	border:#CCCCCC solid 2px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	clear:both;
	}
	
div.gmap p{
	margin:0;
	padding:0;
	}
		
/* ---------------------------------------------------------
ケータイ
--------------------------------------------------------- */
dt.mobile_qr{
	text-align:center;
	clear:both;
	}
	
dd.mobile_tx{
	width:auto;
	margin:0;
	padding:0;
	line-height:125%;
	clear:both;
	}	
/* ---------------------------------------------------------
関連リンク
--------------------------------------------------------- */
#search_taBox {
    margin: 0 0 15px;
	width: 100%;
}
#search_taBox .shift_left, #search_taBox .shift_right{
	width: 360px;
}
#search_taBox .shift_left h3{
	background: url(/com_img/m_ttBg_tour.png) no-repeat left bottom /100% ;
}
#search_taBox .shift_left p.tour_search{
	background-size: 100%;
}
#search_tourBox{
	width: 100%;
	box-sizing: border-box;
	background-size: 100%;
	height: 137px;
}
#search_tourBox span.update{
	bottom: 11px;
    right: 13px;
}
#search_airBox{
	width: 100%;
	box-sizing: border-box;
}

.g_links {
	width:421px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
}

.g_links ul {
	margin:0 0 5px 0;
	padding:0;
	clear:both;
}

.g_links li {
	/* float:left; */
	list-style:none;
	margin:3px 0 0 6px;
}


.g_links p {
margin:0 0 5px 0;
padding:0;
}

.g_links a {
margin:0 0 0 5px;
}

.g_links a:link { color:#000099; text-decoration: underline }
.g_links a:visited { color: #0033CC; text-decoration: underline }
.g_links a:active { color:#0033CC; text-decoration: none ;}
.g_links a:hover { color:#0033CC; text-decoration: none ;}


.g_links span{ color:#333333; text-decoration: underline; font-weight:bold; }
.g_links span a:link { color:#333333; text-decoration: underline; font-weight:bold; }
.g_links span a:visited { color: #333333; text-decoration: underline; font-weight:bold; }	


/* ---------------------------------------------------------
ソーシャルブックマーク
--------------------------------------------------------- */
.s_bookmark{
	width:98%;
	height:20px;
	text-align:right;
	padding:0;
}

/* ---------------------------------------------------------
ページング
--------------------------------------------------------- */
.link_page{
	margin:0 auto;
	text-align:center;
}

/* ---------------------------------------------------------
関連記事スライドボックス
--------------------------------------------------------- */
#JQSlidebox{
    >border-left: medium solid #555555;
    >border-top: medium solid #555555;
    width:500px;
    padding:10px;
    background-color:#ffffff;
    position:fixed;
    bottom:0px;
    right:-530px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow: 0 4px 15px #000000;
    z-index:1;
}
#JQSlidebox span{
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#JQSlidebox h2{
    font-size: 1.0em;
}
#JQSlidebox .next-article{
    margin-top: 5px;
}
#JQSlidebox .next-article a{
    display: inline-block;
}
#JQSlidebox .close{
    background: url(/images/blog_img/JQSlideboxClose.png) no-repeat;
    display: block;
    height: 15px;
    margin: 3px;
    float: right;
    width: 16px;
    text-indent: -99999px;
}
#JQSlidebox .close:hover{
    background:transparent url(/images/blog_img/JQSlideboxClose.png) -16px 0px no-repeat;
}
#JQuerySlidebox strong{
    display: inline-block;
    color: #000000;
    font-family:"Verdana";
    font-size:1.2em;
    margin-left: 10px;
    vertical-align: top;
    max-width: 240px;
}

/* ---------------------------------------------------------
関連記事ボックス 2012.03.22追加
--------------------------------------------------------- */
#connect {
	width:760px;
	margin:0;
	padding:0;
}
	
#connect dl.connect_box {
	padding-left:15px;
	width:135px;
	float:left;
}	
		
dl.connect_box dt {
	width:135px;
	height:135px;
	margin-bottom:8px;
	padding:0;
}
	
dl.connect_box dd {
	width:135px;
	font-size:13px;
	text-align:left;
	margin:0;
	padding:0;
}



/* ---------------------------------------------------------
リンク
--------------------------------------------------------- */
div.s_module a:link { color:#000099; text-decoration: underline }
div.s_module a:visited { color: #0033CC; text-decoration: underline }
div.s_module a:active { color:#0033CC; text-decoration: none ;}
div.s_module a:hover { color:#0033CC; text-decoration: none ;}

div.m_module a:link { color:#000099; text-decoration: underline }
div.m_module a:visited { color: #0033CC; text-decoration: underline }
div.m_module a:active { color:#0033CC; text-decoration: none ;}
div.m_module a:hover { color:#0033CC; text-decoration: none ;}

div.m_module_y a:link { color:#000099; text-decoration: underline }
div.m_module_y a:visited { color: #0033CC; text-decoration: underline }
div.m_module_y a:active { color:#0033CC; text-decoration: none ;}
div.m_module_y a:hover { color:#0033CC; text-decoration: none ;}

div.l_module_y a:link { color:#000099; text-decoration: underline }
div.l_module_y a:visited { color: #0033CC; text-decoration: underline }
div.l_module_y a:active { color:#0033CC; text-decoration: none ;}
div.l_module_y a:hover { color:#0033CC; text-decoration: none ;}


/* ---------------------------------------------------------
記事ランキング 2012.12.25 追加
--------------------------------------------------------- */
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}

.clearfix {
zoom:1;
overflow:hidden;
}

.ranking_box {
	width: 772px;
	margin: 10px 0;
	padding-bottom: 6px;
}

.ranking_list {
	list-style: none;
	font-size: 12px;
	margin: 14px 14px 0 14px;
	padding: 0;
}

	.ranking_list li {
		line-height: 130%;
		margin: 0 0 8px 0;
	}
	
	.postranking {
		width: 20px;
		height: 18px;
		display: block;
		float:left;
		font-weight:bold;
	}


/* ---------------------------------------------------------
	h1修正　2013.01.16 追記
--------------------------------------------------------- */
#tokuhain_titlebox {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
}

#tokuhain_titlebanner {

	height: 84px;
	margin: 10px 0 5px 0;
	background: url(/images/tokuhain_titlebg.png) top left no-repeat;
}

	h2.inner_title {
		font-size: 16px;
		font-weight: bold;
		padding: 16px 10px 0 0;
	}

	#tokuhain_titlebanner img {
		height: 50px;
		min-width: 75px;
		width: 75px !important;
		width: 75px;
		float:left;
		margin: 18px 26px 16px 14px;
	}

	#tokuhain_titlebanner p {
		font-size: 12px;
		padding: 4px 14px 0 0;
	}

#tokuhain_titlearea {
	width: 464px;
	float:right;
	padding: 5px 10px 0 10px;
}

	h1.tokuhain_pagetitle {
		height: auto !important;
		height: 215px;
		max-height: 215px;
		font-size: 32px;
		font-weight:bold;
		line-height: 115%;
		border-top: 3px solid #ededed;
		border-bottom: 3px solid #ededed;
		margin-bottom: 10px;
		padding: 10px;
		overflow: hidden;
		word-break: break-all;
	}
	
	.tokuhain_titleborder {
		margin-top: 12px;
		border-bottom: 1px dotted #999999;
		clear: both;
	}

#tokuhain_titlearea + div.ad{
	width:220px;
	height:265px;
	float:left;
	/*text-align: center;*/
}
div.info-extras {
	width: 220px;
	height: 50px;
	float: left;
}
div.info-extras .shift_right{
	float: left;
	padding-top: 5px;
}

/* 全ての記事月別 */
.tokuhain_module_monthly {
	/*width: 760px;*/
	height: auto;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: #CCC solid 1px;
	list-style: none;
	font-size: 12px;
	line-height: 130%;
}

.tokuhain_module_monthly ul.monthly {
	font-size:12px;
	width:455px;
	height:20px;
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	clear:both;
	}

ul.monthly a:link { color:#000099; text-decoration: underline; }
ul.monthly a:visited { color: #0033cc; text-decoration: underline; }
ul.monthly a:active { color:#0033cc; text-decoration: none ; }
ul.monthly a:hover { color:#0033cc; text-decoration: none ;}

.tokuhain_module_monthly ul.monthly li.month{
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 4px;
	padding:0;
	}
	
.tokuhain_module_monthly ul.monthly li.info{
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 3px;
	padding:0 0 0 15px;
	}

/* 各ブログトップのh1 */
h1.inner_title {
	font-size: 16px;
	font-weight: bold;
	padding: 16px 10px 0 0;
}

/* 新着記事枠 */
#tokuhain_newarticle {
	clear: both;
}

#tokuhain_newarticle h2 {
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 22px;
	border-bottom: 1px dotted #999;
}

#tokuhain_newarticle ul li {
	width: 110px;
	height: 150px;
	line-height: 130%;
	font-size: 12px;
	margin: 0 6px 0 0;
	float:left;
}

#tokuhain_newarticle ul li img {
	margin-bottom: 4px;
	border: none;
}

#tokuhain_newarticle ul li a.newarticle_thumb {
	display: block;
	width: 110px;
	height: 78px;
	position: relative;
	margin-bottom: 4px;
	text-align: center;
	background-color:#5C5F61;
	border: 1px solid #B3B3B3;
	overflow: hidden;
}

.layer_day {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	padding: 3px;
	position: absolute;
	left:0;
	bottom: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.8;
}

#tokuhain_newarticle a:link {color: #333; text-decoration:none;}
#tokuhain_newarticle a:visited {color: #333;}
#tokuhain_newarticle a:hover {color: #666; text-decoration: underline;}
#tokuhain_newarticle a:active {color: #333;}

#tokuhain_newarticle p {
	background-color: #efefef;
	margin: 3px 0 5px 0;
	padding: 2px 6px;
	clear: both;
	font-size: 12px;
}
#tokuhain_newarticle p a:link { text-decoration: underline;}


/* 記事ページ日付 2013/11/15記載*/

.tokuhain_days {
    font-size: 16px;
    font-weight:bold;
    margin: 0;
    padding: 0;
    line-height: 22px;
}


/* 記事ページ前の記事次の記事 2013/11/15記載*/

div.l_module_y{
	width: auto;
}