﻿/*-------------------------------------
各種コンテンツページ
・選挙関連

-------------------------------------*/
.max-img img {
	width: 100%;
}
/*
------------------------------------------------------------------------------------------------------
大分合同新聞広告賞
------------------------------------------------------------------------------------------------------
*/
.koukoku-box {
	width: 94%;
	clear: both;
	padding: 0 4%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.koukoku-box h2.koukoku-title {
	font-family: 'arial black';
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 10px;
	color: #007ee2;
}
.koukoku-box h2 {
	font-family: 'arial black';
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 10px;
}
.koukoku-img {
	text-align: center;
	margin: 10px auto;
}
.koukoku-img img {
	width: 90%;
	max-width: 600px;
}
.koukoku-box h3 {
	font-size: .8em;
}
.koukoku-box .concept {
	margin: 20px 0;
}
.koukoku-box .concept dl {
}
.koukoku-box .concept dt {
	width: 180px;
	font-size: .9em;
	border: 1px solid #007ee2;
	color: #007ee2;
	text-align: center;
	padding: 5px 10px;
	margin: 10px 0;
}
.koukoku-box .concept dd {
	font-size: .8em;
}
.koukoku-box .concept dd.pagelink a {
	font-size: 1.2em;
	font-weight: bold;
}
.koukoku-commentbox {
	background: #eee;
	padding: 4%;
}
.koukoku-commentbox h4 {
	font-family: 'arial black';
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #007ee2;
}
.koukoku-commentbox dl.comment {
	margin-bottom: 20px;
}
.koukoku-commentbox dl.comment dt {
	font-size: .9em;
	font-weight: bold;
}
.koukoku-commentbox dl.comment dd {
	font-size: .8em;
	margin-bottom: 10px;
}
.koukoku-profile {
	font-size: .8em;
	clear: both;
	margin: 4%;
	padding: 5%;
	border: 1px solid #007ee2;
	min-width: 600px;
}
.koukoku-profile h2 {
	font-family: 'arial black';
	font-weight: bold;
	color: #007ee2;
	font-size: 1.8em;
	margin-bottom: 10px;
}
.koukoku-profile .halfbox {
	width: 45%;
	min-width: 280px;
	padding: 0 0 20px;
	float: left;
}
.koukoku-profile .halfbox:nth-child(3) {
	width: 45%;
	float: right;
}
.koukoku-profile h3 {
	font-weight: bold;
	font-size: 1.3em;
	color: #007ee2;
	margin-bottom: 10px;
}
.koukoku-profile dl.name {
}
.koukoku-profile dl.name dt {
	float: left;
	margin-right: 20px;
}
.koukoku-profile dl.name dd {
}
.koukoku-profile dl.name dd span {
	font-weight: bold;
	font-size: 1.2em;
}
.koukoku-profile .shinsa-box {
	width: 100%;
	clear: both;
}
.koukoku-profile .shinsa-box dl {
	width: 20%;
	float: left;
}
.koukoku-profile .shinsa-box dl.name dt {
	width: 100%;
}
.koukoku-profile .shinsa-box dl.name dd {
	width: 100%;
}
/*
------------------------------------------------------------------------------------------------------
選挙関連
------------------------------------------------------------------------------------------------------
*/
.senkyo {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	font-family: monospace, monospace;
}
.senkyo .top-image img {
	width: 100%;
}
.senkyo ul {
	width: 96%;
	padding: 0 2%;
	float: left;
	clear: both;
	margin: 20px 0;
	border-bottom: 3px solid #007ee2;
}
.senkyo li a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 20px;
	float: left;
	margin-left: 3px;
	color: #007ee2;
	background-color: #eee;
}
.senkyo li.selectCh a {
	color: #fff;
	background-color: #007ee2;
}
.senkyo li a:hover {
	color: #fff;
	background-color: #007ee2;
}
.senkyo li.none a {
	font-weight: bold;
	float: left;
	margin-left: 3px;
	color: #ccc;
	background-color: #eee;
}
.senkyo li.none a:hover {
	opacity: 1;
	text-decoration: none;
	color: #ccc;
	background-color: #eee;
}
h3.senkyo {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 20px;
	color: #007ee2;
	font-weight: bold;
}
p.senkyo-sub {
	font-family: monospace, monospace;
	float: left;
	font-size: 15px;
	color: #333333;
	background: #d9e8f8;
	font-weight: bold;
	padding: 2px 10px;
	margin: 25px;
}
.senkyobox th.text-right, .senkyobox td.text-right {
	text-align: right;
}
.senkyobox p.topics {
	font-family: monospace, monospace;
	font-size: 25px;
	color: #FF0000;
	font-weight: bold;
	margin: 20px 0 30px;
}
.senkyobox .news-box {
	width: 70%;
	float: left;
	font-size: 14px;
}
.senkyobox .news-box ul {
	margin: 0;
}
.senkyobox .news-box li {
	float: left;
	clear: both;
	padding: 0 0 4px 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url("/images/list_icon01.png");
}
.senkyobox .news-box li span {
	font-size: 10px;
	color: #acacac;
}
.senkyobox .allBtn a {
	font-size: .8em;
	padding: 5px 10px;
	float: left;
	background-color: #007ee2;
	color: #fff;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.senkyobox .twitter-box {
	width: 28%;
	float: right;
	font-size: 14px;
}
.senkyobox .news-box h2, .senkyobox .twitter-box h2 {
	width: 95%;
	background: #007ee2;
	margin-bottom: 20px;
	padding: 5px 2.5%;
	color: #fff;
}
.senkyobox .link-box {
	width: 28%;
	float: right;
	font-size: 14px;
	background: #d9e8f8;
}
.senkyobox .link-box h2 {
	width: 95%;
	background: #007ee2;
	padding: 5px 2.5%;
	color: #fff;
}
.senkyobox .link-box ul {
	width: 96%;
	padding: 0 2% 10px;
	margin: 0;
}
.senkyobox .link-box li {
	width: 50%;
	margin: 5px 0 0;
	clear: none;
}
.senkyobox .link-box li a {
	float: left;
	width: 94%;
	height: 40px;
	padding: 20px 1% 5px;
	margin: 0 2%;
	text-align: center;
	color: #007ee2;
	font-weight: bold;
	background: #fff;
}
.senkyobox .link-box li a:hover {
	background: #007ee2;
	color: #fff;
	text-decoration: none;
}
.senkyobox .prospectiveBlock {
	font-family: monospace, monospace;
	width: 95%;
	float: left;
	clear: both;
	padding: 0 2.5% 25px;
	margin: 0 0 25px;
	border-bottom: #e1e1e1 1px solid;
}
.senkyobox .prospectiveBlock:nth-child(3) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.senkyobox .prospectiveBlock .leftbox {
	width: 120px;
	float: left;
}
.senkyobox .prospectiveBlock .rightbox {
	width: 70%;
	padding-left: 20px;
	float: left;
}
.senkyobox .prospectiveBlock p {
	padding: 10px 20px 10px 0;
	margin: 0;
}
.senkyobox .rightbox p {
}
.senkyobox .prospectiveBlock .kana {
	margin: 0;
	font-size: 11px;
	line-height: 10px;
}
.senkyobox .prospectiveBlock .name {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 10px;
}
.senkyobox .prospectiveBlock .name span.old {
	font-size: 14px;
}
.senkyobox .prospectiveBlock .history {
	font-size: 14px;
	line-height: 10px;
}
.senkyobox .prospectiveBlock table {
	width: 100%;
	max-width: 600px;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 10px 0 0;
	border: none;
	border-left: #e1e1e1 1px solid;
	border-top: #e1e1e1 1px solid;
}
.senkyobox .prospectiveBlock th {
	width: 10%;
	color: #2c2c2c;
	padding: 10px 0;
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
	background: #e9f5ff;
	vertical-align: middle;
	border: none;
	border-right: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}
.senkyobox .prospectiveBlock td {
	width: 20%;
	padding: 10px 2.5%;
	margin: 5px 0;
	vertical-align: middle;
	border: none;
	border-right: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}
.senkyo-table {
	width: 100%;
	float: left;
	clear: both;
}
.senkyobox table {
	border-right: #e1e1e1 1px solid;
	border-top: #e1e1e1 1px solid;
}
.senkyobox table th {
	border-left: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}
.senkyobox table td {
	border-left: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}
.senkyo-table table, .senkyo-table table2, .senkyo-table table3 {
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0;
	font-size: 14px;
	font-family: monospace, monospace;
}
.senkyo-table table th, .senkyo-table2 table th, .senkyo-table3 table th {
	color: #2c2c2c;
	padding: 20px 0;
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
	background: #e9f5ff;
	vertical-align: middle;
}
.senkyo-table table {
	border-top: none;
}
.senkyo-table table th {
	color: #fff;
	background: #096ac9;
}
.senkyo-table th.graf {
	width: 50%;
}
.senkyo-table table td {
	padding: 10px 2%;
	vertical-align: middle;
}
.senkyo-table table td.name {
	font-size: 20px;
	font-weight: bold;
}
.senkyo-table th.toukaku {
	width: 5%;
}
.senkyo-table2 table {
	width: 100%;
	margin: 30px 0;
	float: left;
}
.senkyo-table2 table th {
	width: 20%;
	font-size: 14px;
	padding: 5px 2%;
	vertical-align: middle;
}
.senkyo-table2 td {
	width: 10%;
	font-size: 13px;
	padding: 5px 2%;
	text-align: left;
	vertical-align: middle;
}
.senkyo-table3 th {
	width: 5%;
}
.senkyo-table3 th.place {
	width: 8%;
}
.senkyo-table3 th.rate {
	width: 3%;
}
.senkyo-table3 th.updatetime {
	width: 8%;
}
.senkyo-table3 th.time {
	width: 10%;
}
.senkyo-table3 td {
	font-size: 13px;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
.senkyo-table3 tr:nth-child(odd) {
	background: #eee;
}
/*
------------------------------------------------------------------------------------------------------
印刷センター
------------------------------------------------------------------------------------------------------
*/
.spview {
	display: none;
}
.printcenter {
	margin-top: 20px;
	position: relative;
	background: #8bc1f2 url(/images/campaign/printcenter/bg.png) no-repeat top center;
}
.printcenter h5 {
	width: 100%;
	margin: 40px 0;
	text-align: center;
	line-height: 0px;
}
.printcenter h5 img {
	width: 90%;
	margin: 5%;
	max-width: 840px;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
.printcenter span {
	width: 75%;
	position: absolute;
	bottom: -7px;
	right: 0;
	padding: 0;
}
.printcenter span img {
	width: 100%;
	margin: 0;
}
#contents .printcenter a:hover {
	opacity: 1;
}
/*
------------------------------------------------------------------------------------------------------
GODOジュニア
------------------------------------------------------------------------------------------------------
*/
.godojrOpen {
	text-align: center;
}
.godojrOpen h2 img {
	width: 100%;
}
.godojrOpen h3 {
	width: 100%;
}
.godojrOpen h3 img {
	width: 100%;
	max-width: 658px;
	margin: 20px 0;
}
.godojrOpen h4 {
	font-family: 'arial black';
	color: #ed6c00;
	font-weight: bold;
	font-size: 1.6em;
}
.godojrOpen p {
	width: 70%;
	padding: 10px 15%;
}
.godojrEntry {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
}
.godojrEntry h3 {
	margin: 20px 0;
}
.godojrEntry ul {
	width: 100%;
	float: left;
	clear: both;
}
.godojrEntry li {
	width: 28%;
	margin: 0 2.5%;
	float: left;
}
.godojrEntry li img {
	width: 100%;
}
/*
------------------------------------------------------------------------------------------------------
メルマガ受信設定
------------------------------------------------------------------------------------------------------
*/

.flowbox {
	width: 100%;
	margin-bottom: 20px;
	clear: both
}
.flowbox h2 {
	font-family: 'arial black';
	color: #007ee2;
	font-weight: bold;
	font-size: 1.6em;
}
.flowbox p {
}
.flowbox h3 {
	font-family: 'arial black';
	font-weight: bold;
	font-size: 1.3em;
}
.flowbox dl {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	float: left;
	clear: both;
	border-bottom: solid 1px #eee;
}
.flowbox dt img {
	width: 95%;
	margin: 0 5% 0 0;
}
.flowbox dt {
	width: 60%;
	float: left;
}
.flowbox dd {
	width: 40%;
	float: right;
}

/*
------------------------------------------------------------------------------------------------------
合同主催イベントページ
------------------------------------------------------------------------------------------------------
*/
.godo_event{
	width: 100%;
	clear: both;
	}
.godo_event_blocks{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;

	}
.godo_event_blocks dl{
	width: 150px;
	height: 230px;
	overflow: hidden;
	float: left;
	margin: 10px 20px 10px 0;
	}

.godo_event_blocks dt{
	width: 150px;
	height: 150px;
	background: #eee;
	margin-bottom: 10px;

	}
.godo_event_blocks dd{
	font-size: .7rem;
	}
.godo_event_blocks dd span{
	font-size: .8rem;
	font-weight: bold;

}
/*
------------------------------------------------------------------------------------------------------
ジブリの大博覧会
------------------------------------------------------------------------------------------------------
*/
.ghibli-head {
	width: 100%;
	padding-bottom: 50px;
	float: left;
	clear: both;
}
.ghibli-head h2 {
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}
.ghibli-head p {
	width: 49%;
	margin: 0 0 0 1%;
	float: left;
}
.ghibli-head img {
	width: 100%;
}
.ghibli dl {
	border-bottom: solid 1px #eeeeee;
	clear: both;
	padding: 20px 0;
}
.ghibli dt {
	color: #1181df;
	font-weight: bold;
	width: 20%;
	padding: 0 0 0 20px;
	float: left;
}
.ghibli dd {
	width: 75%;
	float: left;
}
.ghibli dl:after {
	clear: both;
	content: "";
	display: block;
}
.ghibli-session {
	font-size: 13px;
	color: #fff;
	background: #1181df;
	width: 400px;
	text-align: center;
	padding: 8px;
	margin: 10px 0 0 auto;
}
.ghibli ul {
	width: 100%;
	/*margin-top: 50px;*/
	background: #eeeeee;
	float: left;
	clear: both;
}
.ghibli li {
	width: 48%;
	margin: 1% 1% 0 1%;
	float: left;
}
.ghibli li img {
	width: 100%;
}
.ghibli ul:after {
	clear: both;
	content: "";
	display: block;
}
/*
------------------------------------------------------------------------------------------------------
高校野球-過去の優勝校
------------------------------------------------------------------------------------------------------
*/
.koshienPastBictory ul {
    display: flex;
    flex-wrap: wrap;
}
.koshienPastBictory li {
    font-size: 1.2em;
    text-align: center;
    width: 24.5%;
    padding: 15px 5px;
    margin: 2px 0.25%;
    -moz-margin: 0.25%;
    -o-margin: 0.25%;
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    background-color: #F6F8FA;
}
.koshienPastBictory ul li:nth-child(2n+1) {
    background-color: #F1F8FF;
}
.koshienPastBictory ul li:nth-child(2n) {
    background-color: #F6F8FA;
}
.koshienPastBictory li span {
    color: #fff;
    font-size: 0.85em;
    width: 7em;
    margin: 0 auto;
    border-radius: 3px;
    display: block;
    background-color: #aaa;
}
.koshienPastBictory ul li:nth-child(2n+1) span {
    background-color: #007ee2;
}
.koshienPastBictory ul li:nth-child(2n) span {
    background-color: #2ECC71; /* #aaa; */
}



/*
------------------------------------------------------------------------------------------------------

スマホサイト設定

------------------------------------------------------------------------------------------------------
*/

@media only screen and (max-width: 699px) {
/*
------------------------------------------------------------------------------------------------------
選挙関連
------------------------------------------------------------------------------------------------------
*/
.spview {
	display: block;
	width: 100%;
	text-align: center;
}
.spview img {
	width: 90%;
	margin: 10px 5%;
}
.senkyo .top-image img {
	width: 100%;
}
.senkyo ul {
	width: 96%;
	padding: 0 2%;
	float: left;
	clear: both;
	margin: 20px 0;
	border-bottom: 3px solid #007ee2;
}
.senkyo li a {
	font-size: .7em;
	font-weight: bold;
	padding: 20px 10px;
	float: left;
	margin-left: 1px;
	color: #007ee2;
	background-color: #eee;
}
.senkyobox .prospectiveBlock .kana {
	margin: 0;
	font-size: 11px;
	line-height: 10px;
}
.senkyobox .prospectiveBlock .name {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 10px;
}
.senkyobox .prospectiveBlock .name span.old {
	font-size: 12px;
}
.senkyobox .prospectiveBlock .rightbox {
	width: 100%;
	float: left;
	padding-left: 0;
}
.senkyobox .news-box {
	width: 96%;
	margin: 10px 2%;
	float: left;
	font-size: 14px;
}
.senkyobox .link-box {
	width: 96%;
	margin: 10px 2%;
	float: left;
	font-size: 12px;
	background: #d9e8f8;
}
.senkyobox .link-box h2 {
	width: 95%;
	background: #007ee2;
	padding: 5px 2.5%;
	color: #fff;
}
.senkyobox .link-box ul {
	width: 96%;
	padding: 0 2% 10px;
	margin: 0;
}
.senkyobox .link-box li {
	width: 33%;
	margin: 5px 0 0;
	clear: none;
}
.senkyo-table th.graf {
	width: 40%;
}
.senkyo-table table td {
	padding: 10px 1%;
	vertical-align: middle;
}
.senkyo-table table th {
	font-size: 12px;
}
.senkyo-table table td {
	font-size: 11px;
}
.senkyo-table table td.name {
	font-size: 12px;
	font-weight: bold;
}
.senkyo-table2 table th {
	width: 14%;
	font-size: 11px;
	padding: 5px 1%;
}
.senkyo-table2 td {
	width: 14%;
	font-size: 11px;
	padding: 5px 1%;
}
.senkyo-table3 th {
	width: 5%;
	font-size: 11px;
}
.senkyo-table3 th.place {
	width: 8%;
}
.senkyo-table3 th.rate {
	width: 3%;
}
.senkyo-table3 th.updatetime {
	width: 8%;
}
.senkyo-table3 th.time {
	width: 10%;
}
.senkyo-table3 td {
	font-size: 11px;
	padding: 5px 0;
}
/*
------------------------------------------------------------------------------------------------------
GODOジュニア
------------------------------------------------------------------------------------------------------
*/
.godojrEntry h3 img {
	width: 80%;
	margin: 0 10%;
}
.godojrEntry ul {
	width: 100%;
	float: left;
	clear: both;
}
.godojrEntry li {
	width: 80%;
	margin: 0 10%;
	float: left;
}
/*
------------------------------------------------------------------------------------------------------
メルマガ受信設定
------------------------------------------------------------------------------------------------------
*/


.flowbox h2 {
	font-size: 1.6em;
}
.flowbox p {
}
.flowbox h3 {
	font-size: 1.3em;
}
.flowbox dl {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	float: left;
	clear: both;
	border-bottom: solid 1px #eee;
}
.flowbox dt img {
	width: 100%;
}
.flowbox dt {
	width: 90%;
	padding: 0 5%;
	float: left;
}
.flowbox dd {
	width: 90%;
	padding: 0 5%;
	float: left;
}
/*
------------------------------------------------------------------------------------------------------
大分合同新聞広告賞
------------------------------------------------------------------------------------------------------
*/
.koukoku-profile {
	min-width: 300px;
}
.koukoku-profile .halfbox {
	width: 100%;
	min-width: 300px;
	padding: 0 0 20px;
	float: left;
}
.koukoku-profile .halfbox:nth-child(3) {
	width: 100%;
	min-width: 300px;
	padding: 0 0 20px;
	float: left;
}
.koukoku-profile .shinsa-box dl {
	width: 45%;
	float: left;
	padding: 2.5%;
}
/*
------------------------------------------------------------------------------------------------------
ジブリの大博覧会
------------------------------------------------------------------------------------------------------
*/
.ghibli-head h2 {
	width: 80%;
	margin: 0 10%;
	float: left;
}
.ghibli-head p {
	width: 80%;
	margin: 0 10%;
	float: left;
}
.ghibli dt {
	 width: 100%;
	padding: 0 0 0 0;
	float: left;
}
.ghibli dd {
	width: 100%;
	float: left;
}
.ghibli ul {
	width: 100%;
	background: #eeeeee;
	float: left;
	clear: both;
}
.ghibli li {
	width: 80%;
	margin: 0 10%;
	float: left;
}
/*
------------------------------------------------------------------------------------------------------
高校野球-過去の優勝校
------------------------------------------------------------------------------------------------------
*/
.koshienPastBictory li {
    width: 49.5%;
}

}
