@charset "utf-8";
/*------------------------------------------------------------
	kango-roo.com/kokushi/固有の色や背景に
	関するスタイルをここに記述します。
------------------------------------------------------------*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
a:link {
	color: #575757;
}

a:visited {
	color: #575757;
}

a:hover {
	color: #575757;
}

a:active {
	color: #575757;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/* background: url(/pc/img/kokushi/kako/common/bg_body.png) repeat; */
}

#container {
	background: url(/sn/pc/img/common/bg_header.png) repeat-x top;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 30px;
}

#header h1.logo {
	float: left;
	padding: 5px 0 0;
	margin-right: 10px;

	width: auto;
	position: static;
	top: auto;
	left: auto;
}

#header h1,
#header .headLine {
	width: 320px;
	top: 15px;
	left: 337px;
}

#header .like {
	right: 350px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {
	clear: both;
}

#globalNavi li {
	float: left;
	padding: 18px 0 0;
}

#globalNavi li a {
	display: block;
	width: 189px;
	height: 60px;
}

#globalNavi li a:hover {
	background-color: #FFF;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#contsOuter {
	width: 709px;
	float: left;
	font-size: 1.167em;
}

#conts {
	width: 709px;
}

/*------------------------------------------------------------
	ぱんくず
------------------------------------------------------------*/
#pagePath li span {
	color: #666;
}

#pagePath li a {
	color: #444;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: url(/sn/pc/img/common/footer/bg_footer.png) repeat-x top;
}

#footer a {
	color: #444;
}

#footer .inner .pageTop a.sprite {
	background-position: -650px -105px;
}

/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#topImage {
	margin: 0 0 20px;
	width: 945px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 225px;
	float: right;
}

/* いいねボタン */
#sideBar .like {
	margin-bottom: 7px;
	text-align: left;
}

#sideBar .like p {
	margin-right: 10px;
	float: left;
}

/* サイト内検索 */
#sideBar .searchBox {
	margin-bottom: 7px;
	padding: 10px 0 0 10px;
	width: 210px;
	height: 60px;
	background: url(/sn/pc/img/common/side/side_search_bg.png) no-repeat;
	text-align: left;
}

#sideBar .searchBox img,
#sideBar .searchBox input {
	vertical-align: middle;
}

#sideBar .searchBox img {
	margin-right: 5px;
}

#sideBar .searchBox .search {
	border: 1px solid #CCC;
	width: 173px;
	margin-right: 2px;
	height: 1.4em;
	border-radius: 3px;
	-weblit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 12px;
}

#sideBar .searchBox .btn {
	cursor: pointer;
	border: none;
	background: url(/mv/pc/img/common/sprite/bg_img.png) no-repeat;
	text-indent: -9999px;
}

#sideBar .searchBox .btn {
	width: 23px;
	height: 23px;
	background-position: -85px 0;
}

#sideBar .tipped {
    color: #CCCCCC;
}

#sideBar .searchBox img,
#sideBar .searchBox input {
    vertical-align: middle;
}

/* ナスカレバナー */
#sideBar #nc {
	margin: 0 0 6px;
}

#sideBar #nc a {
	display: block;
	width: 224px;
	height: 140px;
	background: url(/pc/img/index/bn_nc_over.png) no-repeat;
}

/* 編集部へ */
#sideBar .opinion {
	background: url(/sn/pc/img/common/side/bg_opinion.png) no-repeat;
	margin: 5px 2px 10px;
	padding: 15px 14px 16px;
}

#sideBar .opinion a.sprite {
	display: block;
	width: 192px;
	height: 35px;
	background-position: -455px -105px;
}

#sideBar .opinion a:hover.sprite {
	background-position: -455px -141px;
}

#sideBar #twitter {
	margin: 0 2px 10px;
	height: 490px;
}

/* LikeBox */
#sideBar #likeBox {
	background: #FFF;
	margin: 10px 2px 10px;
}

/*------------------------------------------------------------
	ページャー
------------------------------------------------------------*/
.contsInner .pager {
	margin: 0 auto;
	width: 200px;
}

.contsInner .pager li.kokushi_prev {
	float: left;
}

.contsInner .pager li.kokushi_next {
	float: right;
}

.contsInner .pager li.kokushi_prev.none,
.contsInner .pager li.kokushi_next.none {
	pointer-events: none;
	cursor: default;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.error-message {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 12px;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*------------------------------------------------------------
	CSSスプライト
------------------------------------------------------------*/
.sprite {
	background: url(/pc/img/kokushi/kako/common/sprite/imgs.png) no-repeat;
}

.toTop span {
	margin: 3px 6px 0 0;
	width: 9px;
	height: 9px;
	background-position: -15px 0;
	display: block;
	float: left;
}

#sideBar .sprite,
#footer .sprite {
	background: url(/sn/pc/img/common/sprite/bg_img.png) no-repeat;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts .pageTtl {
	margin-bottom: 15px;
}

#conts .leadTxt {
	padding: 0 20px 15px;
	padding: 0 20px 20px \9;
	position: relative;
}

#conts .leadTxt .image {
	position: absolute;
	top: -38px;
	right: 2px;
	z-index: 0;
}

#conts .leadTxt p {
	margin-top: 15px;
	color: #666;
	line-height: 1.8;
}

#conts .leadTxt p.last {
	width: 300px;
}

#conts .snsBtn {
	margin-bottom: 20px;
	height: 20px;
	position: relative;
}

#conts .snsBtn .like,
#conts .snsBtn .tweet,
#conts .snsBtn .hatena {
	position: absolute;
	top: 0;
}

#conts .snsBtn .like {
	right: 57px;
}

#conts .snsBtn .tweet {
	right: 171px;
}

#conts .snsBtn .hatena {
    right: 0;
}

#conts .bold {
	font-weight: bold;
}

#conts .topicsBox {
	margin-bottom: 60px;
	position: relative;
}

#conts .contsInner {
	padding: 0 20px 10px;
	width: 669px;
	box-sizing: content-box;
	background: url(/pc/img/kokushi/kako/common/bg_conts.png) repeat-y!important;
}

#conts .topics {
	margin-bottom: -20px;
	padding-bottom: 10px;
	background: url(/pc/img/kokushi/kako/common/line/dot_line01.png) repeat-x bottom;
}

#conts .topicsBox .article {
	margin-top: 20px;
	padding: 15px;
	background: #FFF;
	overflow: hidden;
}

#conts .topicsBox .article .image {
	padding-right: 15px;
	float: left;
}

#conts .topicsBox .article .detail {
	width: 522px;
	float: left;
}

#conts .topicsBox .article .ttl {
	margin-bottom: 10px;
	padding-left: 21px;
	background: url(/pc/img/kokushi/index/icon01.png) no-repeat left 2px;
	zoom: 1;
}

#conts .topicsBox .article .ttl a {
	color: #333;
	font-weight: normal;
}

#conts .topicsBox .article p {
	color: #777;
}
