@charset "UTF-8";

html {
	background-color: #600;
}

body {
	background-color: #600;
	padding-top: 80px;
}


/* layout */

#content {
	background: #fff url("./images/bg_content.png") center center repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#main {
	padding-bottom: 60px;
}

#sidebar-left {
	padding-top: 112px;
}

#sidebar-right {
}

footer {
	text-align: center;
	color: #fff;
	background: #825333 url("./images/bg_navbar.jpg") center center repeat;
	margin-right: -15px;
	margin-left: -15px;
	padding: 20px;
}


/* main */

#main h2 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	border-left: 5px solid #a90e10;
	margin: 30px 0 15px 0;a90e10
	padding: 8px 0 8px 15px;
}

ul.media-covers {
	margin: 10px -5px;
	padding: 0;
}
ul.media-covers li {
	display: inline-block;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul.media-covers li img {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	width: 80px;

}
ul.media-covers2 {
	margin: 5px -5px;
	padding: 0;
}
ul.media-covers2 li {
	display: inline-block;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul.media-covers2 li img {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	width: 118px;

}
ul.media-covers3 {
	margin: 5px -5px;
	padding: 0;
}
ul.media-covers3 li {
	display: inline-block;
	list-style: none;
	margin: 5px;
	padding: 0;
	
}
ul.media-covers3 li img {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	width: 95px;
}

ul.notice-listed {
	color: #a90e10;
	margin: 20px 0 30px 20px;
	padding: 0;
}
ul.notice-listed li {
	font-size: 14px;
	list-style: square;
	margin: 0;
	padding: 0;
}

.caption {
	font-size: smaller;
	margin-top: 10px;
}

.figure {
	text-align: center;
	margin: 20px 0;
}
.figure img {
	max-width: 100%;
	height: auto;
}


/* left sidebar */

#sidebar-left p.recentVotes {
	font-size: 14px;
	white-space: nowrap;
}
#sidebar-left p.recentVotes strong {
	font-size: 20px;
}
#sidebar-left aside {
	margin-bottom: 30px;
}
#sidebar-left aside .sidebar-title {
	font-size: 16px;
	margin: 10px 0;
}
#sidebar-left aside img.banner {
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	margin: 5px 0;
	max-width: 100%;
}
#sidebar-left aside img.banner-small {
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	margin: 5px 0;
	max-width: 70%;
}


/* right sidebar */

#sidebar-right aside {
	margin-bottom: 30px;
}
#sidebar-right aside .sidebar-title {
	margin: 15px 0;
}
#sidebar-right aside .each-box {
	margin: 15px 0;
}


/* footer */

footer p {
	margin-top: 0;
	margin-bottom: 15px;
}


/* home, municipality */

#page-home .mainvisual,
#page-municipality .mainvisual {
	margin-top: 30px;
}
#page-home .mainvisual img,
#page-home .centerBanner img {
	width: 100%;
	height: auto;
}

#page-home h1 {
	color: #fff;
	background-color: #c0a999;
	border-bottom: 5px solid #a90e10;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	margin: 30px 0 20px 0;
	padding: 8px 15px 5px 15px;

}
#page-home h2,
#page-municipality h2 {
	background: none;
	border: none;
	border-bottom: 1px solid #a90e10;
	margin: 10px 0 -3px 0;
	padding: 0 0 3px 0;
}

#page-home .centerBanner,
#page-municipality .centerBanner {
	margin: 30px 0;
}
#page-municipality .mainvisual img,
#page-municipality .centerBanner img {
	width: 100%;
	height: auto;
}

#page-home .adjust {
	margin-top: 6px;
	margin-right: 6px;
}

#page-home .prefectures {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 20px;
}
#page-home .prefectures dl {
	font-size: 13px;
	margin: 10px 0;
	padding: 0;
}
#page-home .prefectures dl dt {
	color: #a90e10;
	font-weight: bold;
}
#page-home .prefectures dl dd {
	color: #999;
	word-wrap: break-word;
}
#page-home .prefectures dl dd a {
	display: inline-block;
}


/* media detail */

#page-media-detail .snsButtons {
	margin-top: 30px;
	margin-bottom: 30px;
}

#page-media-detail .present {
	display: none;
	margin-top: 60px;
}


/* faq */

#page-faq #main dl {
	font-size: 18px;
	margin: 20px 0;
	padding: 0;
}
#page-faq #main dl dt {
	color: #a17e66;
	font-weight: bold;
	text-indent: -29px;
	margin: 10px 0 10px 29px;
	padding: 0;
}
#page-faq #main dl dd {
	text-indent: -29px;
	margin: 10px 0 20px 29px;
	padding: 0;
}


/* requirements */

#page-requirements table > thead > tr {
	color: #fff;
	background-color: #600;
}
#page-requirements table > tbody > tr {
	background-color: #fff;
}
#page-requirements table > tbody > tr > th {
	white-space: nowrap;
}


/* entry form */

#page-entry-form .errormessage {
	display: none;
	color: #c00;
	font-size: 14px;
	background-color: #fee;
	margin: -20px 0 20px 0;
	padding: 10px 20px;
}


/* present */

#page-present .twitterButtons {
	margin-top: 30px;
	margin-bottom: 60px;
}

#page-present .formArea {
	display: none;
	margin-top: 60px;
}


/* ranking */

#page-ranking table > thead > tr {
	color: #fff;
	background-color: #600;
}
#page-ranking table > tbody > tr:nth-of-type(odd) {
	background-color: #fff0f0;
}
#page-ranking table > tbody > tr:nth-of-type(even) {
	background-color: #fff9f9;
}

#page-ranking th {
	white-space: nowrap;
}

#page-ranking td.num {
	width: 5%;
	white-space: nowrap;
}
#page-ranking td.cover {
	text-align: center;
	width: 70px;
}
#page-ranking td.cover img {
	width: 60px;
	height: auto;
}
#page-ranking td.count {
	text-align: right;
	width: 5%;
	white-space: nowrap;
}


/* loading */

#overlay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10000;
}
#loading {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	margin-top: -40px;
	z-index: 10001;
}
#loading p {
	color: #fff;
	margin-top: 10px;
}


/* bootstrap */

.navbar {
	background: #825333 url("./images/bg_navbar.jpg") center center repeat;
	border-color: #965124;
}
.navbar-brand {
	padding: 10px 15px;
}
.navbar-text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar-nav > li > a {
	color: #fff !important;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	color: #666 !important;
}

.page-header {	
	color: #a90e10;
	font-weight: bold;
	text-shadow: 0 1px 3px #ccc;
	border-color: #ccc;
}	
.page-header2 {	
	color: #a90e10;
	font-weight: bold;
	text-shadow: 0 1px 3px #ccc;

}
.img-t{ 
    max-width: 100%; 
    height:auto;
}
.img-t2{
	max-width: 100%;
	height: auto;
	margin-bottom: -200%;
    