@charset "utf-8";

@font-face {
	font-family: 'sippori';
	src: url('../font/ShipporiMinchoB1-SemiBold_ss.eot'); /* IE9 Compat Modes */
	src: url('../font/ShipporiMinchoB1-SemiBold_ss.woff') format('woff'), /* woff - Modern Browsers */
	     url('../font/ShipporiMinchoB1-SemiBold_ss.ttf')  format('truetype'); /* ttf - Safari, Android, iOS */
}




body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:125%;/* 20px */
	line-height:1.7;
	background:url("../images/bg.png") #ace573 fixed;
	color: #222;
	font-feature-settings: "palt";
	text-align: justify;
}
h1 {
/*	height: 869px;
	background: url(../images/header.jpg) center center no-repeat;
	text-indent: -9999px;*/
	}
h2 {
	margin: 0 auto 50px;
	}
img {
	display:block;
	margin:0 auto;
	max-width: 100%;
}

.large {
	font-size:120%;
	}

.xlarge {
	font-size:144%;
	}

.xxlarge {
	font-size:172.8%;
	}
.small {
	font-size:82.5%;
	}
.xsmall {
	font-size:62.5%;
	}
.xxsmall {
	font-size:56.25%;
	}
.u {
	text-decoration:underline;
}
.red {
	color:#cc2200;
}
.highlight {
	background-color:#ffe566;
}
.redhigh {
	color:#cc2200;
	background-color:#ffe566;
	}
.pic_right{
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.pconly{display: inline-block;}
.sponly{display: none;}
.gv{vertical-align: super;}
strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
	width:1200px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: url("../images/bg_wrapnom.jpg");
}
footer {
	margin:0 auto;
	padding:20px 0;
/*	background: #2cb2db;*/
	color: #222;
	text-align:center;
	font-size: smaller;
}
footer a {
	color:#222;
	text-decoration:underline;
}
address {
	font-style:normal;
}




/*
 *		nominees
 */


.nominees h2{
    position: relative;
    margin: 1em auto;
    width: 940px;
    max-width: 88%;
    background-color: #b30a05;
    color: #FFF;
    line-height: 3em;
    font-size: 1.5em;
    text-align: center;
}
.nominees h2:after,
.nominees h2:before{
	display: block;
	content: '';
	position: absolute;
	top:0;
	border-top: 1.5em solid #b30a05;
	border-bottom: 1.5em solid #b30a05;
	border-right: 1.2em solid transparent;
	border-left: 1.2em solid transparent;
}
.nominees h2:after{ left: -1.2em; }
.nominees h2:before{ right: -1.2em; }


.wrap_nominees {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin:0 auto;
	padding: 0 1em;
	width: 1200px;
	max-width: 100%;

}

.con_nominees {
	margin: 0 auto 2em;
	margin-left: 0;
	padding: 1em;
	width: 32%;
	background: #fff;
}

.con_nominees2 {
	margin: 0 auto 2em;
	margin-left: 0;
	padding: 1em;
	width: 32%;
	background: ;
}

.con_nominees h3 {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-radius: 5em;
	background: #0b3b63;
	color: #fff;
	text-align: center;
}

.con_nominees h4 {
	margin-bottom: 1em;
	padding-left: 0.8em;
	border-left: 0.2em solid #0b3b63;
	line-height: 1.4;
}


.senryu {
	margin: 0 auto 0.5em;
	padding: 0.5em 1em;
	border: 0.075em solid #e5a82e;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: url("../images/bg_senryu.jpg");
	font-family: 'sippori',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5em;
}

.gagou {
	font-size: 75%;
	text-align: right;
}

.gagou2 {
	font-size: 70%;
	text-align: right;
}

.nominees .buttons {
	margin-bottom: 1em;
	text-align: right;
}

.nominees button {
	display: inline-block;
	margin: 0.5em auto;
	margin-right: 0.5em;
	padding: 0 0.5em;
	border-radius: 4px;
	background: #e50026;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

.nominees button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.nominees button.voted {
	background: #00b300;
	cursor: default;
}
.nominees button.voted:hover {
	opacity: 1;
}



/*
 *		lists
 */

 .lists h2{
	position: relative;
	margin: 1em auto;
	width: 88%;
	background-color: #b30a05;
	color: #FFF;
	line-height: 3em;
	font-size: 1.5em;
	text-align: center;
}
.lists h2:after,
.lists h2:before{
	display: block;
	content: '';
	position: absolute;
	top:0;
	border-top: 1.5em solid #b30a05;
	border-bottom: 1.5em solid #b30a05;
	border-right: 1.2em solid transparent;
	border-left: 1.2em solid transparent;
}
.lists h2:after{ left: -1.2em; }
.lists h2:before{ right: -1.2em; }

.lists ul {
	margin:0 auto;
	width: 840px;
	max-width: 100%;
	list-style: none;
}

.lists ul li {
	margin: 0 auto 1em;
	padding: 0.5em 1em;
	border: 0.1em solid #e5a82e;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: url("../images/bg_senryu.jpg");
	font-family: 'sippori',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.2em;
}

.lists ul li p:last-of-type {
	text-align: right;
	font-size: 75%;
}




.flbtn {display: none;}

.optin {
	margin: 4em auto 0;
	padding: 1em;
	width: 800px;
	height: 80px;
	background: #f5f5f5;
	color: #333;
	font-size: 40%;
	overflow: scroll;
}

/*
 *		特商法
 */

/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:720px;
	margin:30px auto 30px;
	background:#ccc;
}
.tb01 .title{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color:#EBEBEB;
	padding:6px;
	width:25%;
}
.tb01 td{
	font-size: 12px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding:6px;
}

.law #wrapper {
	margin: 0 auto 2em;
	padding: 3em;
	width: 800px;
	background: #fff;
	max-width: 100%;
	font-size: 75%;
}

.law #wrapper h2 {
	font-size: 2em;
}

.law #wrapper h3 {
	margin-top: 2em;
	font-size: 1.25em;
}

.law #wrapper h4 {
	margin-top: 2em;
}



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

	body {width: 980px;}

	.form > img {width: 96%;}
	main {
		font-size: 200%;
	}
	footer {
		padding-bottom: 168px;
		font-size: 1.5em;
	}
	.pconly{display: none;}
	.sponly{display: inline-block;}
	.xlarge {font-size: 125%;}
	.xxlarge{font-size: 150%;}

	.nominees h2 {
		margin: 1em auto 0.5em;
		width: 80%;
	}


	.lists h2 {
		width: 80%;
	}

	.wrap_nominees {
		display: block;
		padding: 3%;
	}

	.con_nominees {
		padding:3%;
		width: 100%;
	}

	.con_nominees:last-of-type {
		margin-bottom: 0;
	}

	.con_nominees h3 {
		margin-bottom: 1em;
	}

	.senryu {
		padding: 5vw;
		font-size: 1.2em;
	}
	.omoi {
		font-size: 87.5%;
	}

	.lists ul {
		padding: 2vw;
		width: 94%;
	}

	.lists ul li {
		padding: 0.25em 0.5em;
		font-size: 1em;
		line-height: 1.3;
	}

}

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

	.lists ul li {
		padding: 10vw;
		font-size: 1.2em;
	}

	.senryu {
		padding: 10vw;
	}

	.omoi {
		font-size: 100%;
	}

}
