@charset "utf-8";
/* CSS Document */
header,footer,section,figure,figcaption {display:block;}
body { background: #eeeeee !important;}

.p10 { padding:10px;}
.p20 { padding:20px;}
.p30 { padding:30px;}
.p40 { padding:40px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.bold { font-weight: bold;}

.clear {
    float: none;
    clear: both;
}

#container {
	width:1008px;
	margin:0 auto;
}

.mainArea {
    background: #043778;
    width: 100%;
    overflow: hidden;
    padding-bottom: 90px;
    position: relative;
}
.mainArea h2 {
    background: url(../img/headline.png) no-repeat;
    height: 46px;
    width: 1020px;
    text-indent: -9999px;
    margin: 20px auto;
    
}
.right_moive {
    float: right;
    width: 560px;
}

.left_word {
    float: right;
    width: 426px;
}

.left_word p {
    background: url(../img/logo_main.png) no-repeat;
    height: 236px;
    width: 392px;
    text-indent: -9999px;
    margin-top: 50px;
}

.innerbox {
    width: 1008px;
    margin: 0 auto;
    overflow: hidden;
}

nav {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    width: 1008px;
    background: #00295b; /* Old browsers */
    background: -moz-linear-gradient(left,  #00295b 0%, #115cb9 50%, #00295b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #00295b 0%,#115cb9 50%,#00295b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #00295b 0%,#115cb9 50%,#00295b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00295b', endColorstr='#00295b',GradientType=1 ); /* IE6-9 */
}
nav a {color:#fff;}
nav a:hover {color:#043778; text-decoration: underline;}
nav a:visited {color:#fff;}
nav ul {
}
nav li {
    float: left;
    line-height: 2em;
    padding: 8px 50px;
}
nav li:hover {
    color:#043778;
    background: #fff;
}

.mainContentarea {
    width: 1008px;
    margin: 0 auto;
    background: #fff;
    margin-top:-60px;
    position:relative;
}

.mainContentarea section {
    padding: 20px;
}

.mainContentarea .column {
    overflow: hidden;
}

.mainContentarea .leftColumn {
    float: left;
    width: 300px;
}

.mainContentarea .rightColumn {
    float: right;
    width: 660px;
    font-size: 14px;
    line-height: 1.6em;
}

.mainContentarea h3 {
    font-size: 32px;
    border-top:solid 1px #000;
    border-bottom:dotted 1px #000;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.mainContentarea h4 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContentarea section a {color:#043778;}
.mainContentarea section a:hover {color:#043778; text-decoration: underline;}
.mainContentarea section a:visited {color:#043778;}
p.lead {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.mainContentarea .external {}

.mainContentarea .external:after {
	content: url(../img/link.png);
	margin-left: 3px;
    margin-right: 4px;
}

.circle { margin-bottom: 20px;}
.circle li {
	background: url(../img/circle_blue.png) no-repeat scroll 0 6px;
	padding-left: 12px;
}

.netservice {
    overflow: hidden;
}
.netservice li {
    float: left;
    width: 190px;
    margin-right: 10px;
}

.participation ul {
    overflow: hidden;
    margin-bottom: 40px;
}

.participation  li {
    float: left;
    margin: 4px;
}

.rightColumn dt {
    font-weight: bold;
}
.rightColumn dd {
    margin-bottom: 20px;
}

.rightColumn dd span {
    display: block;
    font-size: 12px;
    color:#838484;
}
.voteBox {
    font-size: 14px;
    width: 956px;
    background: #282828;
	margin-bottom:10px;
    padding: 7px 0 7px 7px;
}
.voteBox .voteArea {
    overflow: hidden;
}

.voteBox .voteArea dl {
    background: #fff;
    width: 310px;
    height: 390px;
    float: left;
    margin: 0 8px 8px 0;
}

.voteBox .voteArea dt {
    font-weight: bold;
    width: 300px;
    margin: 5px auto 10px;
}
.voteBox .voteArea dd {
    width: 300px;
    margin: 5px auto 20px;
}

.voteBox .title {}

.voteBox .title em {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.voteBox .title span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.voteBox .btn {
    display: block;
    *display: inline;
    zoom: 1;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 8px;
    background: #043778;
    overflow: visible;
    font: bold 13px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.voteBox .btn:hover {
    background-color: #0d4fa4;
}
 
.voteBox .btn:active {
    background: #021936;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

.voteBox a.btn  { color: #fff;}
.voteBox a.btn:hover { color: #fff; text-decoration: none;}
.voteBox a.btn:visited { color: #fff;}

.guidecolumn {
    margin-bottom: 20px;
    font-size: 14px;
}

.guidecolumn .leftcolumn {
    background: #9b9b9b;
    width: 120px;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.guidecolumn .rightcolumn {
    float: left;
    width: 720px;
    margin-left: 10px;
    margin-top: 6px;
    line-height: 1.6em;
}
.guidecolumn .rightcolumn img {
    margin-right: 4px;
}
.guidecolumn .rightcolumn .pageLink {
    line-height: 2em;
    margin-top: 10px;
    display: inline-block;
}

.addtocalendar:before {
	content: url(../img/icn_cal.png);
    float: left;
    margin-right: 4px;
}

.pageLink:after {
	content: url(../img/arrow.png);
	margin-left: 4px;
}


.shereContents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.shereContents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

section {
    background: #fff;
}

.external {}

.external:after {
	content: url(../img/link.png);
	margin-left: 4px;
}

.snsshere {
	background: #10152a;
	text-align: right;
	overflow: hidden;
}
.snsshere li {
	float: right;
	margin-left: 8px;
}
.snsArea {
	text-align: center;
	overflow: hidden;
}

.snsArea ul {
	width: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.snsArea li {
	float: left;
	width: 52px;
}

.snsArea li:first-child {
	margin-right: 16px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.mainTitle .inner {
	height:562px;
}
}
@media screen and (max-width:640px){/* SP */
#container {
    width: 100%;
}

.mainContentarea section {
	padding:10px;
}

.mainArea h2 {
    width: 98%;
    min-height: 68px;
    text-indent: -9999px;
    background: url(../img/headline_sp.png) no-repeat;
    background-size: 100%;
    margin: 10px auto;
    
}
.mainContentarea h3 {
    font-size: 18px;
    border-top:solid 1px #000;
    border-bottom:dotted 1px #000;
    line-height: 1.8em;
    margin-bottom: 20px;
}
nav { display:none;}
.mainArea {
    padding-bottom: 0px;
}
.right_moive {
    float: none;
    width: 100%;
}

.right_moive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.right_moive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.left_word {
    float: none;
    width: 100%;
}

.left_word p {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    height: auto;
    min-height: 230px;
    width: 100%;
    text-indent: -9999px;
    margin-top: 50px;
}

.innerbox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mainContentarea {
    width: 100%;
    margin: 0 auto;
}

.mainContentarea .leftColumn {
    float: none;
    width: 100%;
}

.mainContentarea .leftColumn img {
	display:block;
	margin:0 auto 20px;
}


.mainContentarea .rightColumn {
    float: none;
    width: 100%;
}

.voteBox {
    font-size: 14px;
    width: 100%;
    background: #282828;
    padding: 0;
}
.voteBox .voteArea {
	overflow:auto;
}
.voteBox .voteArea dl {
    background: #fff;
    width: 100%;
    float: none;
    padding-bottom: 10px;
	height:auto;
}

.voteBox .voteArea dt {
    font-weight: bold;
    width: 100%;
    margin: 5px auto 10px;
}

.voteBox .voteArea dd {
    width: auto;
	padding:10px;
    margin: 5px auto 10px;
	display:block;
}

.voteBox .title {}

.voteBox .title em {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.voteBox .title span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.voteBox .btn {
    display: block;
    *display: inline;
    zoom: 1;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 8px;
    background: #043778;
    overflow: visible;
    font: bold 13px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.guidecolumn {
    margin-bottom: 20px;
    font-size: 14px;
}

.guidecolumn .leftcolumn {
    background: #9b9b9b;
    width: auto;
    height: 1.6em;
    line-height: 1.6em;
    border-radius: 0;
    text-align: left;
	padding:4px;
    float: none;
}

.guidecolumn .rightcolumn {
    float: none;
    width: 100%;
    margin-left: 10px;
    margin-top: 6px;
    line-height: 1.6em;
}

.voteBox .btn:hover {
    background-color: #0d4fa4;
}
 
.voteBox .btn:active {
    background: #021936;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

.voteBox a.btn  { color: #fff;}
.voteBox a.btn:hover { color: #fff; text-decoration: none;}
.voteBox a.btn:visited { color: #fff;}

.lead {
	font-size:16px !important;
}
.netservice li {
	width:45%;
	float:left;
}
.netservice li img {
	width:auto;
}
.participation li {
	width:47%;
	float:left;
}
.participation li img {
	width:auto;
}

.fnt12 {
	font-size:12px;
	}


}