@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;

    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 {
    max-width:1010px;
	width:100%;
    height:auto;
    margin: 0 auto; /* モダンブラウザ向け */

    text-align: left; /* 古いIE向け記述の後処理 */

}
.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 {
    max-width: 990px;
	width:100%;
	margin:0 auto;
    background: #fff;
}

#title img { width:100%;
}

.read_box{
	margin:0 auto;

	width:85%;
	padding:30px 0;
	background-color:#FFF;
	font-size:15px;
	line-height:160%;
}
.read_box .read{ width:100%;}

.read_box .member a{ width: 300px; margin: 20px auto 0 auto; background: #ef1177; text-align: center; font-size: 18px; padding: 20px 30px; display: block; color: #fff; letter-spacing: 0.2em;}
.read_box .member a:hover{ opacity: 0.8;}




.end_box{
	margin:0 auto;
	width:85%;
	padding:80px 0;
	background-color:#FFF;
	font-size:20px;
	line-height:180%;
}
.end_box .end{ width:100%; text-align: center;}

.end_box .member a{ width: 250px; margin: 80px auto 0 auto; background: #1d90bc; text-align: center; font-size: 18px; padding:15px 30px; display: block; color: #fff; letter-spacing: 0.2em;}
.end_box .member a:hover{ opacity: 0.8;}







.btn{ max-width:790px; width:100%; margin:30px auto 0 auto;}
.btn img{ width:100%;}


.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:519px;
    margin:-150px -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: 100%;
	margin: 0 auto;
	background-color:#fff;
}
.box .inner {
	width: 100%;
	box-sizing:border-box;
}


.box dl{
	width:32%;
	height:550px;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #0199c8;
	position:relative;
	background-color:#fff;
	box-sizing:border-box;

}

.box dl:nth-child(3n){margin-right: 0%;}


.box dl img{
	width:100%;
}

.box dl .btn{width: 60%; margin:20px auto 0 auto;}

.box dl .btn2{width: 60%; margin:20px auto 0 auto;}



.box .naka{ width:328px !important;}

.box dl dt img{
	position:absolute;
	width:100px !important;
	top:0;
	left:0;
}
.box dl dt .number{
	position:absolute;
	width:100px;
	top:25px;
	left:3px;
	font-size:34px; font-weight:bold;
	color:#FFF;
	text-align: center;
}

.box dl dt .number2{
	position:absolute;
	width:100px;
	top:30px;
	left:1px;
	font-size:28px; font-weight:bold;
	color:#FFF;
	text-align: center;
}

.box dl dt .size20{
	position:absolute;
	width:100px;
	top:19px !important;
	left:15px!important;
	font-size:30px !important; font-weight:bold;
	color:#FFF;
}
.box dl dt .number span{
	font-size:14px; font-weight:bold;
}

.box dl dt .number2 span{
	font-size:12px; font-weight:bold;
}


.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;
	height:55px;
}

.box .line{
	border-bottom:#CCC 1px solid;
	margin:5px 15px 10px 15px;
}

.box .text{
	font-size:12px;
	margin-top:5px;
	height: 150px;

}


/*
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');
}


@media only screen and (max-width: 740px) {
	.cover .container{ padding:0 !important;}
	.read_box{ width:100%; padding:20px 0; max-width:100%;}
	.read_box .read{ width:90%; margin:0 auto; font-size:13px; line-height:160%;}
	.read_box .member a{ width: 250px !important;}
	.btn{ width:90%;  margin:20px auto 0 auto;}
	.box{ margin:0 auto; width:100%;}
	.box .inner{ border-right:0;}
	.box dl{ width:100%; float:none; height:auto; padding-bottom:20px; margin-left:0;}
	.box .naka{ width:100% !important;}
	.box .text{font-size:12px;margin-top:5px;height: auto !important;}
	.end_box{ width:100%; padding:20px 0; max-width:100%;}
	.end_box .end{ width:90%; margin:0 auto; font-size:17px; line-height:160%;}
	.end_box .member a{ width: 250px !important;}

}

@media only screen and (max-width: 940px) {

	.box .text{font-size:12px;margin-top:5px;height:180px;}
}