@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;
}

/*----------------------------------------
        Head start
----------------------------------------*/
.cover {
    line-height: 1.5;
    text-align: center; /* 古いIE向け */
    color: #333;
}

.cover .container {
    width:1010px;
    height:auto;
    margin: 0 auto; /* モダンブラウザ向け */
    padding: 15px 0 1px 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;
} 

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}  


/* title */
#title {
    width: 990px;
	margin:0 auto;
    background: #fff;
}
#title h1 {
    width: 990px;
    height: 400px;
	margin:0 auto;
    padding:0;
    background: url(../images/2013_award_vote.jpg) left top no-repeat;
    text-indent: -9999px;
}

.read{
	margin:0 auto;
	width: 950px;
	padding:20px;
	background-color:#FFF;
	font-size:15px;
	line-height:160%;
}


.box_vote {
    width:990px;
    min-height:385px;
    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:330px;
}

#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 3px;
    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 select{
    width:280px;
    margin:0 0 7px;
}
.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;
	margin:10px auto;
	margin-left:10px;
	background-color:#CCC;
}

.box dl{
	width:329px;
	height:480px;
	float:left;
	margin-right:1px;
	position:relative;
	background-color:#EAEAEA;
}

.box .naka{
	width:330px;
	float:left;
	margin-right:1px;
	position:relative;
}

.box .last{
	width:329px;
	float:left;
	margin-right:0px;
	position:relative;
}

.box dl dt img{
	position:absolute;
	width:80px;
	top:0;
	left:0;
}

.box dl dd{
	padding:0 15px;
	
}

.box .brand{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

.box .name{
	font-size:17px;
	font-weight:bold;
	margin-top:5px;
}

.box .line{
	border-bottom:#CCC 1px solid;
	margin:5px 15px 10px 15px;
}

.box .text{
	font-size:12px;
	margin-top:5px;
}


/*
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');
}