﻿/* CSS Document */

body {
	background: url("img/bg.jpg")no-repeat;
	background-size: cover;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN", "MS PGothic", "sans-serif";
	font-size:15px;
	line-height: 1.5;
}
*{box-sizing: border-box;}
figure{margin: 0;padding: 0;}

#wrap{
	width: 980px;
	margin:0 auto;
	background: url(img/bg_footer.jpg) no-repeat;
	background-position: right bottom;
}

p{margin-bottom: 20px;}

p span.small{font-size: 11.5px;}

a{}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover{opacity: 0.8;text-decoration: none;}

hr{width: 99%;}

h1{
	font-size: 40px;
    line-height: 1.2;
    margin: 30px 0 10px;
    text-align: center;
}
h1 span{background-color: #1b7fc1;
    color: #fff;
    padding: 2px 20px;
    margin: 0 1em;
    font-size: 20px;
    vertical-align: middle;}

h2{
	font-size: 30px;
    text-align: center;
    margin: 10px 0 10px;
}

ul.att {
    list-style: none;
	margin-bottom: 30px;
}

ul.disc {
    padding-left: 1em;
	margin-bottom: 30px;
}

ul li{
	font-size: 14px;
	margin-bottom: 5px;
}

/*=============================*/
/*container*/
/*=============================*/
#container {
    clear: both;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}


/*=============================*/
/*main*/
/*=============================*/
.main {
	/*background: url(img/item01.png)no-repeat;
    background-size: 40%;
    background-position-x: right;
    background-position-y: 135px;*/
    width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

table{}

table thead{}

table tbody{text-align: center; /*border: 3px solid #000;*/}

tr.midashi {
  border-bottom: 2px solid #ccc;
}
tr.keireki {
  border-bottom: 2px solid #ccc;
}
tr.keireki td{
  font-size: initial;
}
table th{text-align: center;}

table td{background: #fff;}

td.parts01,td.parts02,td.parts03,td.parts04,td.parts05,td.parts06{
    width: 10%;font-size: large;
/*    border-right: 2px solid #000;*/
}
td.parts08{
	 border-top: 1px solid #ccc;
}

/*顔写真*/
td.parts01 {
    width: 15%;
}
td.parts01 img{vertical-align: top;    margin: 1em;}

/*名前*/
td.parts02 {width: 40%;font-size: x-large;}
td.parts02 span.kana {    display: block;    font-size: small;}

/*年齢*/
td.parts03 {width: 7%;}
/*政党名*/
td.parts04 {width: 10%;}
/*推薦・支持*/
td.parts05 {width: 10%;}
/*新旧*/
td.parts06 {width: 7%;}
/*当選回数*/
td.parts07 {width: 10%;}
/*略式*/
td.parts08 {height: 50px;}

p.text01{
	background: #333;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 30px;
    margin-top: 10px;
}
.sokuhou_link{
	color: #fff!important;
}
.news{margin-top: 50px;}

.news ul{background: #1b7fc1;padding: 15px; overflow-y: scroll;height: 300px;margin-bottom: 20px;}
.news ul li{
	color: #fff;
	font-size: 18px;
    padding: 20px 20px 20px 0px;
    margin-left: 50px;
    text-align: left; 
list-style: none;
}

.news ul li a{color: #fff; position: relative;}
.news ul li a:before {
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -5px;
}

div.btn {
	text-align: center;
    margin: 20px 20px 40px 20px;
}

div.btn a {
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 1.25em;
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em 4em;
    text-align: center;
    text-decoration: none !important;
    background: #dd4460;
}


/*=============================*/
/*footer*/
/*=============================*/
.footer{
	background: #666;
	padding: 15px 0;
}

/*=============================*/
/*copyright*/
/*=============================*/
.copyright{
	margin-top: 50px;
	text-align: center;
	padding: 10px 0;
}

/*=============================*/
/*clearfix*/
/*=============================*/
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

/*=============================*/
/*youtube*/
/*=============================*/
.moviey iframe {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.moviey{
    padding: 20px 0;
}
