@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- second
						- 2016
						- contest
						- inquiry
						- policy
						- prize
						- shinsain

--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 931px){

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #1E4192 !important;
}

.index01 {
	background: url(../image/index.png) no-repeat center 100%;
	background-size: 60%;
}

.index01 h1 {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
}

.index01 p.theme {
	position: absolute;
	top: 100px;
	right: 10px;
}

.index01 p.theme img {
	width: 400px;
	height: 58px;
}

.index01 p.live {
	position: absolute;
	top: 460px;
	left: 133px;
}

.index01 div.button {
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	left: 1%;
	margin: auto;
	width: 52px;
	height: 80px;
}

.index01 .livebtn {
	position: absolute;
	top: 230px;
	left: 30px;
}

.index02 {
	background: url(../image/index02_back.jpg) no-repeat 0 0;
	background-size: cover;
}

.index02 .contents {
	width: 90%;
	margin: 0 auto;
}

.index02 .contents .topics {
	width: 45%;
	float: left;
}

.index02 .contents .topics h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.index02 .contents .topics dl {
	background-color: rgba(255,255,255,0.5);
	padding: 20px 20px 10px;
}

.index02 .contents .topics dl dt {
	padding: 0 5px;
}

.index02 .contents .topics dl dd {
	margin: 0 0 10px;
	padding: 5px;
	border-bottom: 1px solid #AAAAAA;
}

.index02 .contents .rightCont {
	width: 45%;
	float: right;
}

.index02 .contents .rightCont h2 {
	font-size: 34px;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.index02 .contents .rightCont p {
	margin: 0 0 30px;
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
}

.scrollbtn {
animation: scrollbtn 2s infinite alternate linear;
-ms-animation: scrollbtn 2s infinite alternate linear;
-webkit-animation: scrollbtn 2s infinite alternate linear;
-moz-animation: scrollbtn 2s infinite alternate linear;
}
@-ms-keyframes scrollbtn {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-webkit-keyframes scrollbtn {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes scrollbtn {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

.index02 div.button2 {
	cursor: pointer;
	position: absolute;
	top: 70px;
	left: 1%;
	margin: auto;
	width: 100%;
	text-align: center;
	width: 52px;
	height: 80px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#header {
	margin: 50px 0 0;
	padding: 0 50px;
}

#header p.logo {
	float: left;
	margin: 20px 0 0;
}

#header p.flow {
	float: right;
}

#pan {
	margin: 0 50px 10px;
}

#pan ol {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pan ol li {
	float: left;
	margin: 0;
	padding: 0;
}

.second {
	margin: 0 50px 100px;
	padding: 20px 0 0;
}

.second h2 {
	margin: 0 0 30px;
	font-size: 40px;
	color: #126CB7;
	text-align: center;
	border-bottom: 1px solid #126CB7;
	background-color: #EAEEF5;
	border-radius: 5px;
}

.second p {
	width: 80%;
	margin: 0 auto 50px;
}



/*------------------------------------------------------------------------------------------------
  2016
--------------------------------------------------------------------------------------------------*/
#youkou {
}

#youkou h1 {
	margin: 0 0 30px;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
	line-height: 200px;
	font-size: 50px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;}

#youkou h1 span {
	padding: 8px 60px;
}

#youkou .bumon {
	width: 70%;
	margin: 0 auto 50px;
}

#youkou .bumon div h3 {
	margin: 0 0 10px;
}

#youkou .bumon div p {
	width: auto;
	margin: 0;
	padding: 0 10px 10px;
}

#youkou .bumon .bumonA {
	margin: 0 0 20px;
	background-color: #EFEFEF;
}

#youkou .bumon .bumonB {
	background-color: #EFEFEF;
}

#youkou .syouBox {
	width: 60%;
	margin: 0 auto 50px;
}

#youkou .syou {
}

#youkou .syou table {
	width: 100%;
	margin: 0 auto 30px;
}

#youkou .syou table th {
	text-align: left;
}

#youkou .syou table th, #youkou .syou table td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

#youkou .syouInfo dl dt {
	font-weight: bold;
	margin: 0 0 5px;	
}

#youkou .syouInfo dl dd {
	margin: 0 0 20px;
}

.shinsain {
	width: 60%;
	margin: 0 auto 50px;
}

.shinsain li {
	margin: 0 0 10px;
}

.kiteiText {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background-color: #EEEEEE;
}

.kiteiText p {
	width: auto;
	margin: 0 20px;
	color: #C00;
}


/*------------------------------------------------------------------------------------------------
  contest
--------------------------------------------------------------------------------------------------*/
#contest {
	
}

#contest h1 {
	margin: 0 0 30px;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
	line-height: 200px;
	font-size: 50px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;}

#contest h1 span {
	padding: 8px 60px;
}

.contestList {
	width: 70%;
	margin: 0 auto;
}

.contestList td {
	padding: 0 0 10px;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  inquiry
--------------------------------------------------------------------------------------------------*/
#inquiry {
	
}

#inquiry h1 {
	margin: 0 0 30px;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
	line-height: 200px;
	font-size: 50px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;}

#inquiry h1 span {
	padding: 8px 60px;
}

.inqHow {
	text-align: center;
}

.inqHow img {
	padding: 15px 10px;
}

/*------------------------------------------------------------------------------------------------
  policy
--------------------------------------------------------------------------------------------------*/
#policy {
	
}

#policy h1 {
	margin: 0 0 30px;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
	line-height: 200px;
	font-size: 50px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;}

#policy h1 span {
	padding: 8px 60px;
}

.policy {
	width: 80%;
	margin: 0 auto;
}

.policy li {
	margin-bottom: 20px;
}

/*------------------------------------------------------------------------------------------------
  prize
--------------------------------------------------------------------------------------------------*/
#kekka {
	
}

#kekka h1 {
	line-height: 200px;
	font-size: 50px;
	text-align: center;
	background: url(../image/prize_back.png) 0 0;
	color: #FFFFFF;
}

#kekka h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.5);
	border-radius: 10px;
}

.prizeBox {
	width: 860px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #CCCCCC;
}

.prizeImage {
	float: left;
	width: 200px;
}

.prizeImage img {
	margin: 0 20px 0 0;
}

.prizeImage2 {
	float: left;
	width: 200px;
}

.prizeImage2 img {
	margin: 0 20px 0 0;
}

.prizeInfo {
	float: right;
	/*width: 640px;*/
	width: 460px;
}

.prizeInfo p {
	width: 100% !important;
	margin: 0 0 20px !important;
	padding: 5px;
	background-color: #EAEEF5;
	position: relative;
}

.prizeInfo p:after {
  border-top: 12px solid #EAEEF5;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 30px;
}

.prizeInfo h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	background: 
}

.prizeInfo table th {
	width: 90px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.prizeInfo table td {
	vertical-align: top;
}

.prizeInfo2 {
	float: right;
	width: 640px;
}

.prizeInfo2 p {
	width: 100% !important;
	margin: 0 0 5px !important;
	padding: 5px 5px 5px 20px;
	background: url(../image/arrow-04.png) #E6F3FB no-repeat 6px center;
}

.prizeInfo2 h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	background: 
}

.prizeInfo2 table th {
	width: 90px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.prizeInfo2 table td {
	vertical-align: top;
}

.prizeMenu {
	margin: 0 0 30px !important;
	padding: 10px;
}

.prizeMenu p {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.prizeMenu p a {
	display: inline-block;
	margin: 0 5px 10px;
	width: 300px;
	padding: 10px 5px;
	border: 1px dotted #126CB7;
	border-radius: 5px;
	background-color: #FFFFEE;
	text-decoration: none;
}

.prizetitle {
	margin: 0 auto 10px !important;
	padding: 5px;
	text-align: center;
	background-color: #1E4192;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.prizetitle img {
	vertical-align: -8px;
}

.prizetitle2 {
	margin: 0 auto 10px !important;
	background-color: #76BBE4;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

/*------------------------------------------------------------------------------------------------
  shinsain
--------------------------------------------------------------------------------------------------*/
#shinsain h1 {
	margin: 0 0 30px;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
	line-height: 200px;
	font-size: 50px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

#shinsain h1 span {
	padding: 8px 60px;
}

#shinsain .photos {
	text-align: center;
}

#shinsain .voice p {
	padding: 20px;
	border: 2px dotted #126CB7;
	border-radius: 10px;
}

#shinsain .voice p:nth-child(even) {
	background-color: #EFF8FC;
}

/*live-------------------------------------------------*/
.liveTb {
	width: 80%;
	margin: 0 auto 20px;
}

.liveTb .live {
	width: 388px;
	margin: 0 auto;
}

.liveSchedule {
	width: 100%;
}

.lpc {
	width:388px;
	margin: 0 auto;
	font-weight: bold;
}

.liveSchedule table {
	width: 80%;
	margin: 0 auto;
}

.liveSchedule table th {
	padding: 5px;
	white-space: nowrap;
	border-bottom: 1px dotted #CCC;
	background-color: #EAEEF5;
}

.liveSchedule table td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}


}


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

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
 display: none;
}

.index01 {
	background: url(../image/index.png) no-repeat center 75%;
	background-size: 90%;
}

.index01 h1 {
	position: absolute;
	top: 40px;
	left: 10px;
}

.index01 h1 {
	text-indent: -9999px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: contain;
	width: 307px;
	height: 87px;
}

.index01 p.theme {
	position: absolute;
	top: 160px;
	left: 20px;
	text-align: left;
}

.index01 p.theme img {
	width: 200px;
	height: auto;
}

.index01 p.live {
	position: absolute;
	top: 50px;
	left: 200px;
}

.index01 p.live img {
	width: 80px;
	height: auto;
}

.index01 div.button {
	cursor: pointer;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	width: 40px;
	height: 32px;
}

.index01 div.button img {
	width: 40px;
	height: 61px;
}

.index01 .livebtn {
	position: absolute;
	bottom: 10px;
	left: 30px;
}

.index01 .livebtn img {
	width: 80px;
	height: auto;
}

.index02 {
	font-size: 12px;
	background: url(../image/index02_back.jpg) no-repeat center 0;
	background-size: cover;
}

.index02 div.button2 {
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	width: 40px;
	height: 32px;
}

.index02 .contents {
	position: absolute;
	top: 60px;
	width: 100%;
}

.index02 .contents .topics {
	width: 90%;
	margin: 0 auto;
}

.index02 .contents .topics h2 {
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.index02 .contents .topics dl {
	background-color: rgba(255,255,255,0.5);
	padding: 10px 10px 5px;
}

.index02 .contents .topics dl dt {
	padding: 0 5px;
}

.index02 .contents .topics dl dd {
	margin: 0 0 10px;
	padding: 5px;
	line-height: 1.2;
	border-bottom: 1px solid #AAAAAA;
}

.index02 .contents .rightCont {
}

.index02 .contents .rightCont h2 {
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.index02 .contents .rightCont p {
	margin: 0 0 30px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
}

.scrollbtn {
animation: scrollbtn 2s infinite alternate linear;
-ms-animation: scrollbtn 2s infinite alternate linear;
-webkit-animation: scrollbtn 2s infinite alternate linear;
-moz-animation: scrollbtn 2s infinite alternate linear;
}
@-ms-keyframes scrollbtn {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-webkit-keyframes scrollbtn {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes scrollbtn {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#header {
}

#header p.logo {
	margin: 5px;
}

#header p.logo img {
	width: 200px;
	height: 51px;
}

#header p.flow {
	margin: 0 0 5px;
	text-align: center;
	border-top: 1px solid #1E4192;
}

.second {
	margin: 0 10px 30px;
	padding: 20px 0 0;
}

.second h2 {
	margin: 0 0 30px;
	font-size: 24px;
	color: #126CB7;
	text-align: center;
	border-bottom: 1px solid #126CB7;
	background-color: #EAEEF5;
	border-radius: 5px;}

.second p {
	margin: 0 0 50px;
}

.ptop {
	margin: 0 0 100px;
	text-align: center;
}

/*------------------------------------------------------------------------------------------------
  2016
--------------------------------------------------------------------------------------------------*/
#youkou {
	
}

#youkou h1 {
	padding: 0 10px;
	line-height: 100px;
	font-size: 20px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	color: #FFFFFF;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
}

#youkou h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.8);
	border-radius: 10px;
}

#youkou .bumon {
	margin: 0 0 50px;
}

#youkou .bumon div h3 {
	margin: 0 0 10px;
}

#youkou .bumon div p {
	width: auto;
	margin: 0;
	padding: 0 10px 10px;
}

#youkou .bumon .bumonA {
	margin: 0 0 20px;
	background-color: #EFEFEF;
}

#youkou .bumon .bumonB {
	background-color: #EFEFEF;
}

#youkou .syouBox {
	width: 100%;
	margin: 0 0 50px;
}

#youkou .syou {
}

#youkou .syou table {
	width: 100%;
	margin: 0 auto 30px;
}

#youkou .syou table tr {
	display: block;
	margin-bottom: 5px;
}

#youkou .syou table th {
	display: block;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	background-color: #A2D0EC;
}

#youkou .syou table td {
	display: block;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

#youkou .syouInfo dl dt {
	font-weight: bold;
	margin: 0 0 5px;	
}

#youkou .syouInfo dl dd {
	margin: 0 0 20px;
}

.shinsain {
	width: auto;
	margin: 0 0 50px;
	padding: 0 0 0 20px;
}

.shinsain li {
	margin: 0 0 10px;
}

.kiteiText {
	margin: 0 0 50px;
	padding: 10px;
	background-color: #EEEEEE;
}

.kiteiText p {
	margin: 0 0 5px;
	color: #C00;
}

.kiteiText ul {
	margin: 0;
	padding: 0 16px;
}

.kiteiText ul li {
	margin-bottom: 6px;
}

/*------------------------------------------------------------------------------------------------
  contest
--------------------------------------------------------------------------------------------------*/
#contest {
	
}

#contest h1 {
	padding: 0 10px;
	line-height: 100px;
	font-size: 20px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	color: #FFFFFF;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
}

#contest h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.8);
	border-radius: 10px;
}

.contestList {
	margin: 0 auto;
}

.contestList tr {
	display: block;
}

.contestList td {
	display: block;
	padding: 0 0 10px;
}


/*------------------------------------------------------------------------------------------------
  inquiry
--------------------------------------------------------------------------------------------------*/
#inquiry {
	
}

#inquiry h1 {
	padding: 0 10px;
	line-height: 100px;
	font-size: 20px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	color: #FFFFFF;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
}

#inquiry h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.8);
	border-radius: 10px;
}

.inqHow {
	text-align: center;
}

.inqHow img {
	padding: 5px 0;
}

/*------------------------------------------------------------------------------------------------
  policy
--------------------------------------------------------------------------------------------------*/
#policy {
	
}

#policy h1 {
	padding: 0 10px;
	line-height: 100px;
	font-size: 20px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	color: #FFFFFF;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
}

#policy h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.8);
	border-radius: 10px;
}

.policy {
	margin: 0 10px;
	padding: 0 0 0 16px;
}

.policy li {
	margin-bottom: 20px;
}

/*------------------------------------------------------------------------------------------------
  prize-kekka
--------------------------------------------------------------------------------------------------*/
#kekka {
	
}

#kekka h1 {
	line-height: 100px;
	font-size: 20px;
	text-align: center;
	background: url(../image/prize_back.png) 0 0;
	color: #FFFFFF;
}

#kekka h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.5);
	border-radius: 10px;
}

.prizeBox {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #CCCCCC;
}

.prizeImage {
	float: none;
	width: 100%;
	padding: 0 0 20px;
	text-align: center;
}

.prizeImage img {
	max-width: 100%;
	margin: 0 10px;
}

.prizeImage2 {
	float: none;
	width: 100%;
	padding: 0 0 20px;
	text-align: center;
}

.prizeImage2 img {
	max-width: 100%;
	margin: 0 10px;
}

.prizeInfo {
	float: none;
	width: 100%;
}

.prizeInfo p {
	margin: 0 0 5px !important;
	padding: 3px 5px 3px 20px;
	background: url(../image/arrow-04.png) #E6F3FB no-repeat 6px center;
}

.prizeInfo h3 {
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 16px;
}

.prizeInfo table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.prizeInfo table th {
	width: 90px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
	padding: 2px 5px;
}

.prizeInfo table td {
	padding: 2px 5px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}

.prizeMenu {
	margin: 0 0 30px !important;
	padding: 10px;
}

.prizeMenu p {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.prizeMenu p a {
	display: inline-block;
	margin: 0 5px 10px;
	width: 300px;
	padding: 5px;
	border: 1px dotted #2A93D1;
	border-radius: 5px;
	background-color: #FFFFEE;
}

.prizetitle {
	margin: 0 auto 10px !important;
	padding: 5px;
	background-color: #1E4192;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.prizetitle2 {
	margin: 0 auto 10px !important;
	background-color: #76BBE4;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
}


/*------------------------------------------------------------------------------------------------
  shinsain
--------------------------------------------------------------------------------------------------*/
#shinsain h1 {
	padding: 0 10px;
	line-height: 100px;
	font-size: 20px;
	background: url(../image/index.png) no-repeat 90% 0;
	background-size: contain;
	color: #FFFFFF;
	border-top: 1px solid #1E4192;
	border-bottom: 1px solid #1E4192;
}

#shinsain h1 span {
	padding: 8px 20px;
	background-color: rgba(53,154,212,0.8);
	border-radius: 10px;
}

#shinsain .photos {
	text-align: center;
}

#shinsain .voice p {
	margin: 0 0 20px !important;
	padding: 10px;
	border: 2px dotted #126CB7;
	border-radius: 10px;
}

#shinsain .voice p:nth-child(even) {
	background-color: #EFF8FC;
}


/*live-------------------------------------------------*/
.liveTb {
	width: 100%;
	margin: 0 auto 20px;
}

.lpc {
	width: 100%;
	font-weight: bold;
}

.liveTb .live {
	display: none;
}

.liveSchedule {
	width: 90%;
	margin: 0 auto 0 0;
}

.liveSchedule table th {
	display: block;
	width: 100%;
	padding: 5px;
	white-space: nowrap;
	border-bottom: 1px dotted #CCC;
	background-color: #C8EEFF;
	text-align: left;
}

.liveSchedule table td {
	display: block;
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}



}


@media screen and (min-width: 600px) and (max-width: 930px){
	
	
/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
 display: none;
}

.index01 {
	background: url(../image/index.png) no-repeat center 75%;
	background-size: 70%;
}

.index01 h1 {
	position: absolute;
	top: 30px;
	left: 20px;
	text-align: center;
}

.index01 h1 {
}

.index01 p.theme {
	position: absolute;
	top: 140px;
	left: 30px;
	text-align: left;
}

.index01 p.theme img {
	width: 280px;
	height: 40px;
}

.index01 p.live {
	position: absolute;
	top: 120px;
	left: 280px;
}

.index01 p.live img {
	width: 100px;
}

#youkou h1, #policy h1, #inquiry h1, #contest h1, #kekka h1, #shinsain h1 {
	font-size: 50px;
}

}


