@charset "UTF-8";
/* CSS Document */
.txt-left{
text-align: left;
}
.txt-cneter{
text-align: center;
}

.fair {
}
.fair h2#ttl_01 {
	font-size: 150%;;
    font-weight: 100;
    color: #fff;
    margin: 0 0 40px 0;
	background-color:#6C2782;
}
.main_img {
    margin: 0 0 20px 0;
	text-align: center;
}
p.prize {
	text-align: center;
	margin: 0 0 30px 0;
}
p.prize a {
	background-color: #d6a909;
	padding: 5px 1.5% 5px 1.5%;
	margin: 0 0.5% 0 0.5%;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
}
p.prize a.current {
	background-color: #9582D6;
	padding: 5px 1.5% 5px 1.5%;
	margin: 0 0.5% 0 0.5%;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
}

.outline {
	padding: 10px 2% 30px 2%;
	/*background:url(../img/outline_bg.png) no-repeat top left #EEE;*/
	background:url(../img/outline_bg.png) no-repeat top left #EEC;
	background-position-x: center;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (min-width: 769px) {
.outline {
	max-width: 71.2%;
}
}
.outline h4 {
	text-align:center;
	font-size: 170%;
	margin:15px 0 25px 0;
	letter-spacing: 0.1em;
    color: #6C2782;
}
.outline dl dt {
	padding: 10px 1% 10px 1%;
	background-color: #dcb5e8;
	font-size: 120%;
	background-image: linear-gradient(-45deg,
    #e8cbf1 25%, #dcb5e8 25%, #dcb5e8 50%, #e8cbf1 50%, #e8cbf1 75%,#dcb5e8 75%, #dcb5e8);
	background-size: 20px 20px;
	text-align:center;
	font-weight:900;
	clear:both;
}
.outline dl dd {
	background-color: #fff;
	padding:10px 1% 20px 1%;
	text-align: left;
}
.outline dl dd > p{
	text-align: left;
}
.outline dl dd.sub_01 {
	padding:0 0 0 0;
}
.outline ul {
    padding:10px 1% 20px 1%;
}
.outline ul.vol_01 {
    padding:10px 1% 0 1%;
	text-indent: -1em;
	margin-left: 2em;
}
.outline ul.vol_02 {
    padding:10px 1% 20px 1%;
	margin-left: 2em;
	text-indent: -1em;
}
.outline dl.ver_01 {
	margin:0 0 0 1em;
}
.outline dl.ver_01 dt {
	padding: 5px 1% 5px 1%;
	background-color: #fff;
	border-bottom:2px dashed #dcb5e8;
	background-image: none;
	/*text-align: left;*/
}
#meguro_mainarea .outline li {
    display: block;
    width: 100%;
    margin:0 0 0 0;
    float: none;
	height: auto;
}
.outline p.button {
	text-align:center;
	margin:20px auto 20px auto;
	width:50%;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:120%;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.outline p.button a {
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
}
.outline .no_01 {
	padding: 5px 1% 5px 1%;
	background-color: #fff;
	border-bottom:5px solid #dcb5e8;
	margin:0 0 10px 0;
	font-size: 120%;
	font-weight: bold;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="url"] {
	width: 91%;
    margin: 10px 3% 30px 3%;
    padding: 5px 1% 5px 1%;
}
.must > input[type="text"],.must > input[type="email"],.must > input[type="tel"],.must > input[type="url"] {
    background-color: #f0dddd;
}
input[type="text"].short,input[type="url"].short{
width:30%;
}
input[type="text"].harf,input[type="tel"].harf,input[type="url"].harf{
width:91%;
}
input[type="text"].onethird,input[type="tel"].onethird,input[type="url"].onethird{
width:91%;
}
input[type="radio"], input[type="checkbox"]{
text-align: center;
}
.no-hypn::after{
content:"<br>（ハイフンなし）";
}
textarea{
	width:91%;
    margin: 10px 3% 30px 3%;
    padding: 5px 1% 5px 1%;
}
.outline .selectWrap{
  width: 80%;
  position: relative;
  display: inline-block;
  margin: 5px 3% 10px 3%;
}
.outline .selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.outline .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
  width: 100%;
}
.outline select::-ms-expand {
    display: none;
}
input[type="submit"] {
	text-align:center;
	margin:30px auto 20px auto;
	width:50%;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:120%;
	font-weight:bold;
	padding:13px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
button.submit_02 {
	text-align:center;
	margin:30px auto 20px auto;
	width:50%;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:120%;
	font-weight:bold;
	padding:13px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.outline ol#list_01 {
	list-style-type: decimal;
	margin:0 0 20px 0;
}
.outline ol, .outline ul{
list-style: inside decimal !important;
text-align: left;
margin-left: 2em;
}
.outline ol li{
text-indent: -1em;
}
.outline dl dt.note_01 {
	padding: 10px 1% 10px 1%;
    background-color: #fff;
    font-size: 120%;
    background-image: none;
    text-align: center;
	border-top: 5px solid #dcb5e8;
}
.outline dl dd.num_01 {
    text-align: center;
}
.outline button.submit_03 {
	display:inline-block;
	width:40%;
}

.photoarea{display:block;float:left;width:30%;margin-right:3%;}
.photoarea .photolist{dislpay:inline_block; width:90%; float:left; margin:5px;}

/* photo_prize */
.prize h5 {
	font-size: 120%;
}
.prize h5 span {
	font-size: 90%;
	font-weight: normal;
}
.prize p {
	font-size: 90%;
}
.prize p span {
	font-weight: 900;
}
.prize p.width_middle {
	width: 100%;
    margin: 1rem 0 1rem 0;
}
@media only screen and (min-width: 769px) {
.prize p.width_middle {
	width: 70%;
    margin: 1rem auto 1rem auto;
}
}
.outline dl dd .img_prize a {
	width: 100%;
}
.outline dl dd .img_prize img {
	width: 100%;
}
.outline dl dd .img_prize img.short_size {
	width: 100%;
}
@media only screen and (min-width: 769px) {
.outline dl dd .img_prize img.short_size {
	width: 50%;
}
.outline dl dd .img_prize img.middle_size {
	width: 70%;
}
}
.outline dl.half_size {
	float: none;
	margin: 0 0 18px 0;
	width: 100%;
}
.outline dl.half_size_last {
	margin: 0 0 18px 0;
}
.outline dl.size_1-2 dd {
	float: none;
	margin: 0 0 0 0;
}
.outline dl.size_1-2 dd.even {
	clear: both;
}
@media only screen and (min-width: 769px) {/* for PC */
.outline dl dd {
	text-align: center;
}
.outline dl.half_size {
	float: left;
	margin: 0 1% 18px 0;
	width: calc(99% / 2);
}
.outline dl.half_size_last {
	margin: 0 0 18px 0;
}
.outline dl.size_1-2 {
	overflow: hidden;
	clear: both;
}
.outline dl.size_1-2 dd {
	float: left;
	margin: 0 0 0 0;
	width: calc(96% / 2);
	padding: 0 1% 0 1%;
}
.outline dl.size_1-2 dd.even {
	clear: both;
}
.outline ul.vol_01,.outline ol.vol_01 {
    padding:10px 20% 0 20%;
	text-indent: -1em;
	margin-left: 2em;
}
/*.outline ol,.outline ul{
list-style: inside decimal !important;
text-align: left;
margin-left: 2em;
}*/
.outline ol.txt-left{
text-align: left !important;
}
.outline .selectWrap{
  width: 30%;
  position: relative;
  display: inline-block;
  margin: 5px 3% 10px 3%;
}
input[type="text"].harf,input[type="tel"].harf,input[type="url"].harf{
width:50%;
}

input[type="text"].onethird,input[type="tel"].onethird,input[type="url"].onethird{
width:66%;
}

}

