@charset "utf-8";

/* common */
.kokumin a {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.whatsnew .list li a,
.decision .list a,
.backnumber .list a {color: #404040; display: block;}
.whatsnew .list li a:hover,
.decision .list a:hover,
.backnumber .list a:hover {text-decoration: none;}

/* header */
.h1-text {font-size: 12px; font-weight: normal; margin: 10px 0;}
.header-btm {margin-bottom: 10px; position: relative;}
.header-btm .sns-btn {top: 33px;}
.header-btm .inquiry-btn a {
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
.header-btm .inquiry-btn span {display: inline-block; /display: inline; zoom: 1;}
.header-btm .part .sns-btn {
    position: absolute;
    right: 0;
    top: 33px;
}
.header-btm .part .sns-btn .fb {margin-right: 15px;}
.header-btm .part .sns-btn .tw {margin-right: -35px;}
.nav {background: #9d9d9d; margin-bottom: 8px; width: 100%;}
.nav ul {
    background: #9d9d9d;
    display: table;
    letter-spacing: -0.31em;
    position: relative;
    width: 100%;
}
.nav li {
    background: #9d9d9d;
    display: table-cell;
    /display: inline;
    zoom: 1;
    letter-spacing: normal;
    table-layout: fixed; 
    text-align: center;
}
.nav li a {
    background: #9d9d9d;
    border-right: 1px solid #bababa;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.nav li:last-child a {border-right: 1px solid #fff;}
.nav li a:hover,
.nav li.on a {background: #777; text-decoration: none;}

/* main */
.main-title {
    background: transparent url(//img.aacdn.jp/allabout/feature/kokumin/bg_pict.png) no-repeat 100% 50%;
    margin-bottom: 20px;
    min-height: 160px;
    position: relative;
}
.main-title .heading {
    font-size: 30px;
    line-height: 1.2;
    margin: 15px 0;
}
.main-title .read {font-size: 14px;}
.cmn-block {margin-bottom: 50px;}
.cmn-block .heading {font-size: 24px; margin-bottom: 10px;}
.cmn-block .heading .small {
    color: #565656;
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
}
.cmn-block .heading .icon-ketsudan {
    background: transparent url(//img.aacdn.jp/allabout/feature/kokumin/icon_ketsudan.png) no-repeat 0 0;
    height: 42px;
    margin-right: 8px;
    width: 56px;
    vertical-align: middle;
}
.cmn-block .list {margin: 0 -15px 15px 0; position: relative;}
.cmn-block .list li {margin-right: 15px;}
.cmn-block .more a {color: #404040; font-size: 16px; font-weight: bold;}
.cmn-block .more .icon-arrow {
    background: transparent url(//img.aacdn.jp/allabout/feature/kokumin/icon_arrow_br.png) no-repeat 0 0;
    height: 14px;
    margin-right: 6px;
    vertical-align: -1px;
    width: 22px;
}
.whatsnew {background: #eaeaea; border-radius: 3px; padding: 5px 4px 8px;}
.whatsnew .has-grid {
    letter-spacing: -0.4em;
    word-spacing: normal !important;
}
.whatsnew .has-grid > li,
.whatsnew .has-grid > div {
    letter-spacing: normal;
}
.whatsnew .heading {
    border-left: 9px solid #c00;
    font-size: 18px;
    margin: 5px 5px 15px -4px;
    padding: 0 0 0 10px;
}
.whatsnew .list {margin: 0 -15px 5px 5px;}
.whatsnew .list li {margin-right: 10px; width: 320px;}
.whatsnew .list li a {
    background: #fff;
    border-radius: 3px;
    display: block;
    height: 175px;
    padding: 8px;
    position: relative;
}
.whatsnew .list .label {
    background: #a9a9a9;
    color: #fff;
    font-size: 11px;
    left: 0;
    padding: 1px 8px;
    position: absolute;
    top: 10px;
}
.whatsnew .list .detail {margin-top: 15px;}
.whatsnew .list .text {
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    width: 174px;
}
.whatsnew .photo {width: 120px;}
.whatsnew .list .title {font-size: 14px; line-height: 1.3; margin-bottom: 5px;}
.whatsnew .list .read {color: #666; font-size: 11px; line-height: 1.4;}
.whatsnew .list .date {color: #8f8f8f; font-size: 10px;}
.investigation .list .has-grid {
    letter-spacing: -0.4em;
    word-spacing: normal !important;
}
.investigation .list .has-grid > li,
.investigation .list .has-grid > div {
    letter-spacing: normal;
}
.investigation .list li {width: 489px;}
.investigation .list li a {color: #404040;}
.investigation .graph {margin-bottom: 5px;}
.investigation .title {font-size: 16px; margin-bottom: 3px;}
.investigation .read {margin-bottom: 10px;}
.investigation .guide-comment .baloon {
    color: #6c6c6c;
    position: relative;
    background: #f1f1f1;
    border-radius: 3px;
    padding: 10px;
    width: 379px;
}
.investigation .guide-comment .baloon:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-left-color: #f1f1f1;
    border-width: 10px;
    margin-top: -10px;
}
.investigation .guide-comment .baloon .text {margin-bottom: 10px;}
.investigation .guide-comment .baloon a {color: #005ead;}
.investigation .guide-comment .guide-photo {
    height: 80px;
    margin-left: 10px;
    width: 80px;
}
.decision .list li {width: 323px;}
.decision .interview {background: #f1f1f1; border-radius: 3px;}
.decision .list a {color: #404040;}
.decision .list a:hover {text-decoration: none;}
.decision .interview .word-box {
    display: table-cell;
    /height: 150px;
    padding: 10px;
    position: relative;
    width: 178px;
    vertical-align: middle;
}
.decision .interview .word-box .name {
    color: #6c6c6c;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.decision .interview .guest-photo img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 125px;
    max-height: 171px;
    overflow: hidden;
}
.backnumber .list li {border-bottom: 1px dotted #aaa; padding: 10px 3px;}
.backnumber .list .ranking-data {vertical-align: top;}
.backnumber .list .circle {
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    padding: 6px 15px;
    width: 47px;
}
.backnumber .list .text {font-size: 18px; width: 270px;}
.backnumber .list a:hover .text {text-decoration: underline;}
.backnumber .list .read {color: #6c6c6c; font-size: 11px; width: 320px;}
.backnumber .list .circle .num {font-size: 40px;}
.backnumber .list .rank01 {background: #dac72b;}
.backnumber .list .rank02 {background: #b8b7ac;}
.backnumber .list .rank03 {background: #bf9964;}
.bnr-area .bnr {margin-bottom: 10px;}


/* BODY ------------------------------------------------------------------------- */
.layout_unit {
	margin: 7px 0px 0 0px;
	padding: 15px 10px 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    min-height: 450px;
}
.layout_2col .layout_main {width: 660px;}/* トップ以外 */
.btm-content .layout_main {width: 685px;}/* トップの下部用 */
/* the-article */
.the-article {
	font-size: 14px;
	margin-bottom: 21px;
	position: relative;
}
.the-article .hd .title-date {
	background: #FFF;
	color: #000;
	border: 3px solid #ddd;
	border-color: #ddd;
	border-top: 2px solid #C00;
	margin-bottom: 21px;
	padding: 14px 7px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.the-article .hd .title-date .h3 {font-size: 18px;}
.the-article .hd .release {
    color: #aaa;
    font-size: 11px;
    margin: 0 0 5px;
    position: absolute;
    right: 6px;
    top: 22px;
}
.the-article .hd .date {
	color: #AAAAAA;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	position: absolute;
		top: 7px;
		right: 7px;
}
/* あわせて読みたい */
.title-box {border: 3px solid #efefef;}
.title-box .inner {
    border: 1px solid #ddd;
    position: relative;
}
.title-box h2 {
    font-size: 15px;
    padding: 7px 10px 5px;
}
.the-article .text-center img {margin: 1em 0;}
.the-article .right img {display: block; margin: 0 0 1em 1em;}
.the-article .left img {display: block;	margin: 0 1em 1em 0;}
.the-article h3 {
	border-left: 7px solid #C00;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 7px;
}
.article-list .label {
	background: #FFF;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    border: 3px solid #DDD;
    font-size: 16px;
	height: 35px;
	line-height: 38px;
	padding: 0 7px;
	margin-bottom: 14px;
}
.article-list .media .title {
    font-size: 16px;
	margin-bottom: 7px;
}
.article-list .media .date {
	color: #AAAAAA;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	position: absolute;
		top: 0;
		right: 0;
}
.label-bg {
	background: #555555;
	background: -moz-linear-gradient(top, #555555 0%, #555555 47%, #454545 49%, #454545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(47%,#555555), color-stop(49%,#454545), color-stop(100%,#454545));
	background: -webkit-linear-gradient(top, #555555 0%,#555555 47%,#454545 49%,#454545 100%);
	background: -o-linear-gradient(top, #555555 0%,#555555 47%,#454545 49%,#454545 100%);
	background: -ms-linear-gradient(top, #555555 0%,#555555 47%,#454545 49%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#454545',GradientType=0 );
	background: linear-gradient(top, #555555 0%,#555555 47%,#454545 49%,#454545 100%);
	color: #ffffff;
    padding: 5px 7px;
}
.article-list .label .icon-redwhitebar {
	background: url(//img.aacdn.jp/kokumin/brand/icon-redglaybar.png) no-repeat 0 0;
	padding: 0 0 3px 10px;
}
/* divider */
.list-divider-dotted,
.list-divider-solid {
    _zoom: 1;
    overflow: hidden;
}
.list-divider-dotted li {
	_background: url(//img.aacdn.jp/201107/all/line_01.gif) repeat-x left bottom; /* ONLY IE6 */
	border-top: 1px dashed #C4C4C4;
	_border-top: 0 none; /* ONLY IE6 */
	margin-top: -1px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.list-divider-solid li {
    border-top: 1px solid #EBEBEB;
    padding-top: 14px;
    padding-bottom: 14px;
}
/* gsArticle -------------------------------------------------------------------- */
#gsArticle table { margin: 0 auto; }
#gsArticle td { vertical-align: top; }
#gsArticle td img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.sponsor {
	background-color: #fafafa;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 7px;
}
.ie6 .sponsor { background-color: #fafafa; }
/* SIDEBER ---------------------------------------------------------------------- */

/******************************
記事本文用(article.cssから移植)
 ******************************/
#gsArticle{
margin-bottom: 1em;
font-size: 15px;
line-height: 1.6em;
}
#gsArticle table {
	text-align: left;
	border-collapse: collapse;
}
.right200,.left200,.right150,.left150{
background:#fff;
position:relative;
display: inline;
}
.left200 img,
.left150 img{
float:left;
}
.right200 img,
.right150 img{
float:right;
}
#gsArticle div.right200{
float: right; 
width: 200px;
height:auto;
margin: 6px 0 12px 15px;
}
#gsArticle div.left200{
float: left; 
width: 200px;
height:auto;
margin: 6px 15px 12px 0;
}
#gsArticle div.right150{
float: right; 
width: 150px;
height:auto;
margin: 6px 0 12px 15px;
}
#gsArticle div.left150{
float: left; 
width: 150px;
height:auto;
margin: 6px 15px 12px 0;
}
#gsArticle div.center150,
#gsArticle div.center200,
#gsArticle div.center300,
#gsArticle div.center400 {
background: #fff;
position:relative;
clear: both;
height:auto;
margin: 1em auto 12px;
text-align: center;
}
#gsArticle div.center200{
width: 200px;
}
#gsArticle div.center300{
width: 300px;
}
#gsArticle div.center400{
width: 400px;
}
#gsArticle div.right200 img,
#gsArticle div.left200 img,
#gsArticle div.right150 img,
#gsArticle div.left150 img,
#gsArticle div.center150 img,
#gsArticle div.center200 img,
#gsArticle div.center300 img,
#gsArticle div.center400 img{
margin-bottom:10px;
}
#gsArticle div.right200 a,
#gsArticle div.left200 a,
#gsArticle div.right150 a,
#gsArticle div.left150 a,
#gsArticle div.center150 a,
#gsArticle div.center200 a,
#gsArticle div.center300 a,
#gsArticle div.center400 a{
text-decoration:none;
}
#gsArticle a.article_gallery {
	display: block;
	position:relative;
}
#gsArticle .right200 a.article_gallery,
#gsArticle .left200  a.article_gallery,
#gsArticle .center200 a.article_gallery { width: 200px; }

#gsArticle .right150 a.article_gallery,
#gsArticle .left150 a.article_gallery,
#gsArticle .center150 a.article_gallery { width: 150px; }

#gsArticle a.article_gallery span {
	display: block;
	background: url(//img.aacdn.jp/img/guidemedia/frame/icon_article_gallery.png) no-repeat 100% 100%;
	height:25px;
	position:absolute;
		top:5px;
		right:5px;
	width:25px;
}
#gsArticle small,
#gsArticle p.cap{
color:#808080;
clear: both;
font-size:80%;
margin:0;
text-align: left;
}
#gsArticle small a,
#gsArticle p.cap a{
text-decoration:none;
}
#gsArticle h3 {
    border-left: 7px solid #CC0000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 0 7px;	
}
#gsArticle .BRClearAllClass{
clear:both;
display:block;
height:7px;
width:7px;
}
#gsArticle br.articleFloatClear{
clear:both;
}
#gsArticle small,
#gsArticle p.cap{
color:#808080;
clear: both;
font-size:80%;
margin:0;
text-align: left;
}
#gsArticle small a,
#gsArticle p.cap a{
text-decoration:none;
}
/************************
旧　記事スタイル
 ************************/
#gsArticle #setright,#article #setright{
float:right; 
margin: 0 0 10px 10px;
_margin: 0;
padding: 0;
_padding-left: 10px;
_padding-bottom: 10px;
}
#gsArticle #setleft,#article #setleft{
float:left; 
margin: 0 10px 10px 0;
}
.pcap{
color:#808080; 
font-size: 75%; 
line-height: 1.4em;
text-align: left;
}
.bo1{
font-weight: bold;
}