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

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
	font-size: 70%;
}
html {
	height: 100%;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;

}
/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}
form {
	margin: 0px;
}
.clearfix {
	clear: both;
}

/*--Text------------------------------------------------------------*/
body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5em;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;

}
* html body {/*IE6*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
*:first-child + html body {/*IE7*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1 {
	font-size: 120%;
}
h2,h3,h4,h5,h6 {
	font-size: 100%;
}
/*--Link------------------------------------------------------------*/

a:link {
	color: #006699;
}
a:visited {
	color: #990099;
}
a:hover,
a:active {
	color: #CC0000;
	text-decoration: underline;
}
#header {
	width: 100%;
	min-width: 1000px;
}




/*--------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------*/

#header #head-box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px; 		/*floatの解除*/
	position: relative; 	/*DWの正常プレビュー*/
	zoom: 1;				/*IE6レイアウト崩れ防止*/
	padding-bottom: 5px;
	overflow: hidden;
}
#header #head-box #logo {
	width: 350px;
	background-image: url(../images/symbol.png);
	background-repeat: no-repeat;
	padding-left: 82px;
	float: left;
	height: 81px;
}
#header #head-box #logo h2 {
	font-size: 14px;
	padding-left: 5px;
}
#header #head-box a {
	color: #333333;
}


#header #head-box #search {
	width: 530px;
	float: right;
	text-align: right;
	padding-top: 35px;
}
#header #head-box #search #in {
	border: 0;
	padding: 10px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	color: #aaa;
	border: solid #ccc 1px;
	width: 350px;
}
#header #head-box #search #in-b  {
	border: solid 1px #ccc;
	padding-top: 11px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 11px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
#header #navi {
	height: 50px;
	width: 100%;
	min-width: 1002px;
	background-image: url(../images/global_bg.png);
	background-repeat: repeat-x;
}
#header #navi ul {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}
#header #navi ul li {
	list-style-type: none;
	float: left;
}


#header #top-date-area {
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 1000px;
}
#header #top-date-area #float-box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#header #top-date-area #float-box p {
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
	float: left;
}

#header #date-area {
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
}
#header #date-area p {
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1000px;
}


#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 25px;
}
.heading {
	background-image: url(../images/heading_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
}
.heading .heading_title {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	font-size: 1.4em;

}
.heading .heading_link {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 1.2em;
}
.heading .heading_link a {
	color: #FFFFFF;
}
.heading2 {
	background-image: url(../images/heading_bg2.png);
	background-repeat: repeat-x;
	height: 45px;
	color: #FFFFFF;
}
.heading2 .heading_title {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	font-size: 1.4em;

}
.heading2 .heading_link {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 1.2em;
}
.heading2 .heading_link a {
	color: #FFFFFF;
}
.flag {
	border: 1px solid #999999;
}


#left {
	float: left;
	width: 685px;
	padding-bottom: 100px;
}
#left #newest {
	background-image: url(../images/newest_bg.png);
	background-repeat: repeat-y;
}
#left #newest .newest-box {
	padding: 15px;
	width: 310px;
	min-height: 255px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
}

#left #newest .caption {
	margin-top: 5px;
}
#left #newest .caption img {
	float: left;
	margin-right: 5px;
}


#left #newest .caption p {
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
	width: 270px;
	text-align: left;
}

#left #newest p span {
	font-size: 1em;
	line-height: 1.6em;
}


#left #newest #left-box {
	float: left;
}
#left #newest #right-box {
	float: right;
}
#left #newsest-bottom {
	clear: both;
	margin-bottom: 15px;
}
#left #newest-list {
	width: 653px;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#left #newest-list .newest3 {
	font-size: 1.4em;
}
#left #newest-list .newest3 img {
	float: left;
	margin-right: 5px;
}
#left #newest-list .newest3 p {
	float: left;
}


#left #newest-list .newest3 p span {
	font-size: 0.8em;
}
#left #newest-list .newest3_ph {
	width: 320px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#left #newest-list .newest3_ph p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 310px;
	text-align: left;
}
#left #newest-list .newest_item24  {
	float: left;
	width: 330px;
}
#left #newest-list .newest_item510 {
	width: 650px;
	background-color: #FFFFFF;
}


#left #newest-list .newest_item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	font-size: 1.4em;
	line-height: 1.4em;
	overflow: hidden;
}
#left #newest-list .newest_item: after {
	clear: both;
}
#left #newest-list .newest_item span {
	font-size: 0.8em;
}

#left #newest-list .newest_item img {
	margin-bottom: 40px;
	margin-right: 7px;
	float: left;
}
#left .middle_ad {
	margin-bottom: 15px;
}
#left .middle_ad .ad_box_l {
	width: 336px;
	border: 1px solid #999999;
	float: left;
}
#left .middle_ad .ad_box_l table tr td {
	height: 280px;
	vertical-align: middle;
	border-width: 0px;
	text-align: center;
	width: 336px;
}
td #div-gpt-ad-1408611400093-2 {
	text-align: center;
}

#left .middle_ad .ad_box_r {
	width: 336px;
	float: right;
	border: 1px solid #999999;
	text-align: center;
}
#left .middle_ad .ad_box_r table tr td {
	height: 280px;
	vertical-align: middle;
	border-width: 0px;
	width: 336px;
	text-align: center;
}

#left .country_new {
	width: 663px;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#left .country_new .country_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}
#left .country_new .country_box .thumb {
	float: left;
	margin-right: 10px;
	text-align: center;
	min-width:120px;
}
#left .country_new .country_box .country_news {
	float: left;
	width: 530px;
}
#left .country_new .country_box .country_news .country_name {
	font-size: 1.4em;
}
#left .country_new .country_box .country_news .country_name span {
	font-size: 0.8em;
}

#left .country_new .country_box .country_news .country_name img {
	vertical-align: bottom;
	margin-right: 5px;
}
#left .country_new .country_box .country_news .country_txt {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.7em;
	width: 525px;
}
#left .country_new .country_box .country_news .country_txt span {
	font-size: 0.9em;
	line-height: 1.6em;
}


#left #country-disp {
	border-style: none;
	padding-bottom: 15px;

}
#left #country-disp img {
	float: left;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#left #country-disp p {
	float: left;
	white-space: nowrap;
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#left .pager {
	text-align: center;
	font-size: 1.5em;
}
#left .search_non {
	color: #000000;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}
#left .sns_box {
	margin-bottom: 15px;
}
#top-date-area .top_sns_box {
	width: 500px;
	float: right;
	text-align: right;
}







#right {
	width: 300px;
	float: right;
	margin-left: 15px;
}
#right #ad-box1 {
	margin-bottom: 15px;
}
#right #ad-box4 {
	margin-bottom: 15px;

}
#right #ad-box5 {
	margin-bottom: 15px;

}


#right .lanking {
	width: 278px;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#right .lanking p {
	font-size: 1.2em;
	line-height: 1.6em;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	padding-left: 33px;
}
#right .lanking #lank1 {
	background-image: url(../images/lank_ico1.png);
	background-repeat: no-repeat;
}
#right .lanking #lank2 {
	background-image: url(../images/lank_ico2.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank3 {
	background-image: url(../images/lank_ico3.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank4 {
	background-image: url(../images/lank_ico4.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank5 {
	background-image: url(../images/lank_ico5.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank6 {
	background-image: url(../images/lank_ico6.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank7 {
	background-image: url(../images/lank_ico7.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank8 {
	background-image: url(../images/lank_ico8.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank9 {
	background-image: url(../images/lank_ico9.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
}
#right .lanking #lank10 {
	background-image: url(../images/lank_ico10.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0% 10px;
	border-bottom-style: none;
}
#right .other_country {
	width: 278px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#right .other_country .one_country {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#right .other_country .one_country .country_name {
	font-size: 1.2em;
	line-height: 1.6em;
}
#right .other_country .one_country .country_name .flag {
	margin-right: 5px;
}

#right .other_country .one_country .country_txt {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 40px;
}





#footer {
	height: 180px;
	background-color: #003399;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 1000px;
}
#footer #foot-box  {
	color: #FFFFFF;
	font-size: 1.4em;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer #foot-box .foot_menu {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer #foot-box .foot_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #foot-box .foot_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #foot-box p.copyright  {
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}

iframe.twitter-share-button {
    width: 90px !important;
}

div#___plusone_0 {

	width: 65px!important;

}
div.sns_b {
	float: right;
}
div.sns_b2 {
	float: left;
}
div.facebook {
	margin-right: 5px;
	width: 90px;
	height: 20px;
	overflow: hidden;
}
div.facebook2 {
	margin-right: 5px;
}
.yahoo_ad468_60 {
	width: 468px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.yahoo_ad_text1 {
	width: 680px;
	margin-bottom: 10px;
}
.yahoo_ad_text2 {
	width: 680px;
	margin-bottom: 25px;
}
#left .ad468_60 {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}

@media ( min-width: 897px ){
	#sp_menu_content,
	#sp_search_content,
	#sp_country_navi {
		display: none;
	}
}