@charset "utf-8";

/*----------------------------------------
body und schrift deffinitionen
----------------------------------------*/
* {
    padding:0px;
    margin:0px;
}

body {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
    color:#626262;
    background-color: #F0F0F0;
    padding:0px;
    margin:0px;
}

p,pre {
    padding:0px;
    margin:0px
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 

/*----------------------------------------
        Head start
----------------------------------------*/
.cover {
    line-height: 1.5;
    text-align: center; /* 古いIE向け */
    color: #333;
}

.cover .container {
    width:1010px;
    height:auto;
    margin: 10px auto; /* モダンブラウザ向け */
    padding: 10px 0;
    text-align: left; /* 古いIE向け記述の後処理 */
    background: #ccc;
}
.cover .container a {
    color: #0199c8;
    text-decoration: none;
}
.container img,
.container a:img,
.container a:hover img {
    border:none;
}   


/* title */
#title {
    width: 990px;
    margin-left: 10px;
    background: #fff;
}
#title h1 {
    width: 990px;
    height: 290px;
    padding:0;
    background: url(../images/vote_title.jpg) left top no-repeat;
    text-indent: -9999px;
}
#title .txt {
    line-height: 1.6;
    padding: 15px 20px;
    font-size: 14px;
}
#title span {
    display: block;
    float: left;
    width: 465px;
}
#title span.txt_l {
    padding-right: 5px;
}
#title span.txt_r {
    padding-left: 5px;
}

.box_vote {
    width:990px;
    min-height:445px;
    margin:10px 0 0 10px;
    background:#fff;
    position:relative;
    overflow:hidden;
}

#login_overlay{
    width:990px;
    height:645px;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
}

.loginbox{
    position:absolute;
    top:170px;
    left:495px;
    margin:-130px -265px;
}
.box_vote h2{
    font-weight:bold;
    font-size:18px;
    margin:0 0 5px;
    border-bottom:1px solid #000;
}

.box_vote .vote_left{
    float:left;
    width:540px;
    margin:10px 5px 10px 20px;
}

.box_vote .vote_right{
    float:left;
    width:400px;
    margin:10px 20px 10px 5px;
    line-height:1.6;
    font-size:14px;
}

.vote_left .form_left{
    float:left;
    width:220px;
    margin:0 20px 0 0;
}
.vote_left .form_right{
    float:left;
    width:300px;
}
.vote_left h3{
    font-weight:bold;
    font-size:13px;
    margin:10px 0 0px;
}

#vote_details{
    height:385px;
}

#submitted{
width:500px;
font-size:14px;
margin:180px 230px;
}

.warning{
    color:#D8000C;
    background:#FFBABA;
    border:solid 2px #D8000C;
    width:930px;
    font-weight:bold;
    font-size:20px;
    margin:10px 20px;
    padding:5px 10px;
    text-align:center;
}

.vote_item{
    clear:both;
}
.vote_item input[type=submit]{
}

.vote_left input[type=text]{
    margin:0 0 7px;
    width:210px;
    background:#f8f8f8;
    color:#6F6F6F;
    border:solid 2px #cccccc
}
.vote_left input[type=text]:focus{
    border:solid 2px #73A6FF;
    background:#EFF5FF;
    color:#000;
}

.vote_left textarea{
    width:280px;
    height:65px;
    background:#f8f8f8;
    color:#6F6F6F;
    border:solid 2px #cccccc
}
.vote_left textarea:focus{
    border:solid 2px #73A6FF;
    background:#EFF5FF;
    color:#000;
}


.vote_left label{
    float:left;
    width:150px;
    margin:3px 0 0;
}
.vote_left label input{
    float:left;
    margin:0 2px 0 0;
}

.box_vote .vote_right{
    float: left;
    width: 400px;
    margin:10px 20px 10px 5px;
    line-height:1.6;
    font-size:14px;
}

.box_vote .vote_right span{    
    font-weight:bold;
}

.box_vote .vote_right ol{  
    margin:0 0 0 30px;
    list-style-type: circle;
}
.box_vote .vote_right li{
    list-style-type:disc;  
}


/* #box */
.box {
    width: 990px;
    height: 290px;
    margin: 10px 0 0 10px;
    background: #fff;
}
.box .ph {
    float: left;
    width: 500px;
    height: 290px;
}
.box .txt_area {
    display: inline;
    float: left;
    width: 470px;
    padding-top: 20px;
}
.box .txt_area dt {
    font-size: 12px;
}
.box .txt_area dt span {
    display: block;
}
.box .txt_area dt .f_14 {
    font-size: 14px;
}
.box .txt_area dt .f_22 {
    font-size: 22px;
    line-height: 1.2;
}
.box .txt_area dt .f_bold {
    font-weight: bold;
}
.box .txt_area dd {
    line-height: 1.7;
    font-size: 12px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #999;
}

/*
CSS3 Gradient Buttons
by Web Designer Wall
http://www.webdesignerwall.com/
*/
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px !important;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width:auto !important;
}
input.button{
   font-weight:700;
   margin:0;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}
.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* blue */
.button.blue {
    color:#fff !important;
    border: solid 1px #0076a3 !important;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,#00adee,#0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.button.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.button.blue:active {
    color:#80bed6 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}