@charset "utf-8";
/***********************************
ベース
************************************/
#PUTpBg{
	text-align:center;
	background:hsl(0,0%,100%);
}
#PUTpBg img{
	width:100%;
	margin:auto;
}
.strtcmnt{
	padding:1rem 2rem;
	margin:1rem 1rem 5rem;
	border:5px solid hsl(0,0%,80%);
	border-radius:2rem;
}
.strtcmnt a{
	color:hsl(0,0%,30%);
	text-decoration:none;
}
@media screen and (max-width:699px) {
}
@media screen and (min-width:700px) {
}
@media screen and (min-width:1100px) {
#PUTpBg img{width:1100px;}
.strtcmnt{
	margin:1rem 3rem 5rem;
}
}

h2.pustt{
	color:hsl(0,0%,100%);
	font-size:2.2rem;
	text-align:center;
	padding:1.5rem 0;
	margin:5rem 0 3rem;
	background:hsl(0,0%,0%);
}
.l-rowgp{
	width:100%;
	padding:1rem;
	margin:3rem 0;
	border-top:2px dotted #999;
	border-bottom:2px dotted #999;
	display:flex;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
.l-rowgp h3{
	margin:1.5rem 0;
}
.l-rowgp h3 a{
	color:hsl(0,0%,0%);
	font-size:2rem;
	font-weight:bold;
	text-decoration:none;
	padding:.5rem .5rem .5rem 3rem;
	margin:0;
	box-shadow:
		1.5rem 0 hsl(0,0%,0%) inset,
		1.7rem 0 hsl(0,0%,100%) inset,
		1.8rem 0 hsl(0,0%,0%) inset
		;
}
.l-rowgp div:first-child{text-align:center;}
.l-rowgp div:first-child img{margin:auto;}

@media screen and (max-width:699px) {
.l-rowgp{flex-direction:column;}
.l-rowgp div:first-child img{width:80%;}
.l-rowgp div:last-child img{display:none;}
}
@media screen and (min-width:700px) {
.l-rowgp{
	padding:3rem;
	justify-content: space-between;
}
.l-rowgp div{width:25%;}
.l-rowgp div:first-child img{width:100%;}
.l-rowgp div:last-child{width:70%;}
.l-rowgp div:last-child img{
	border:1px solid hsl(0,0%,80%);
	float:right;
	margin-left:1rem;
}
}
@media screen and (min-width:1100px) {
}

ul.gpqa{
	width:100%;
	padding:0 2rem;
	margin:3rem 0;
	list-style:none;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
ul.gpqa li{
	width:90%;
	padding:1rem 3rem;
	margin:1rem 0;
	border:1px solid hsl(0,0%,70%);
	border-radius:1rem;
	float:right;
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
ul.gpqa li.qstn{
	width:100%;
	font-size:1.8rem;
	font-weight:bold;
	padding:2rem;
	margin-top:5rem;
	float:left;
	background:hsl(0,0%,95%);
	border:2px solid hsl(0,0%,70%);
}
ul.gpqa li.qstn span{
	font-family:gp18font;
	font-size:5rem;
	margin-right:1rem;
}
ul.gpqa li h3{
	font-size:1.6rem;
	font-weight:bold;
	margin:1.5rem 0;
	border-bottom:1px dotted hsl(0,0%,80%);
}

ul.puothrnk{
	width:100%;
	padding:0;
	margin:3rem 0;
	display:flex;
	align-items: stretch;  /* lexアイテムの高さが設定されている場合、上下一杯 */
	list-style:none;
}
ul.puothrnk li{
	text-align:left;
	padding:0;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
	box-shadow:
		.1rem -.1rem hsl(0,0%,70%) inset,
		0px 0px 0px 4px hsl(0,0%,100%) inset,
		1.5rem 0 hsl(212,76%,31%) inset,
		2.3rem 0 hsl(0,0%,90%) inset,
		-2px 2px 3px hsla(0,0%,0%,0.1)
		;
}
ul.puothrnk li a{
	text-decoration:none;
}
ul.puothrnk li a div{
	color:hsl(0,0%,30%);
	padding:.5rem .5rem .5rem 3rem;
	overflow:hidden;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s ease-in;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
ul.puothrnk li a div p{margin:0;}
ul.puothrnk li a:hover div{
	background:#CCC;
}
ul.puothrnk li h4{
	font-size:1.8rem;
}
ul.puothrnk li h4 strong{
	font-family:'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:3rem;
	font-weight:normal;
	margin-right:1rem;
}
ul.puothrnk li img{float:right; margin-left:1rem;}
@media screen and (max-width:699px) {
ul.puothrnk{
	flex-direction:column;
}
ul.puothrnk li{width:100%;}
}
@media screen and (min-width:700px) {
ul.puothrnk{
	flex-direction:row;
	flex-wrap:wrap;
}
ul.puothrnk li{width:100%;}
}
@media screen and (min-width:1100px) {
ul.puothrnk li{
	width:calc(100% / 3);
	width:-webkit-calc(100% / 3);
}
}

ul.backnum00{
	width:100%;
	padding:0;
	margin:10rem 0 3rem;
	display:flex;
	align-items: center;
	list-style:none;
}
ul.backnum00 li{
	text-align:center;
	padding:.5rem;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
ul.backnum00 li img{
	width:100%;
}
ul.backnum00 li a{
	font-size:1.2rem;
	line-height:150%;
	text-decoration:none;
}
@media screen and (max-width:699px) {
ul.backnum00{
	flex-direction:column;
}
ul.backnum00 li{
	width:100%;
}
ul.backnum00 li img{
	width:80%;
}
}
@media screen and (min-width:700px) {
ul.backnum00{
	flex-direction:row;
	flex-wrap:wrap;
}
ul.backnum00 li{
	width:calc(100% / 3);
	width:-webkit-calc(100% / 3);
}
}
@media screen and (min-width:1100px) {
}


.imgct80{
	text-align:center;
}
.imgct80 img{
	margin:auto;
}
ul.puimglst{
	width:100%;
	display:flex;
	padding:0;
	margin:3rem 0;
	list-style:none;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;/* 中央揃え */
	align-items: center; /* 縦方向中央揃え */
}
ul.puimglst li{
	padding:.5rem;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
ul.puimglst li img{width:100%;}
@media screen and (max-width:699px) {
.imgct80 img{width:80%;}
ul.puimglst li{width:50%;}
}
@media screen and (min-width:700px) {
ul.puimglst li{
	width:calc(100% / 3);
	width:-webkit-calc(100% / 3);
}
}
@media screen and (min-width:1100px) {
ul.puimglst li{
	width:calc(100% / 4);
	width:-webkit-calc(100% / 4);
}
}


/***********************************
ゴミ/不明分
************************************/
#top00{
    width:935px;
    height:auto;
}
#top01{
    width:935px;
    height:43px;
	float:left;
}
#top02{
    width:751px;
    height:103px;
	float:left;
}
#top03{
    width:144px;
    height:103px;
	float:left;
}
#top03_1{
	width:144px;
	height:103px;
	float:left;
	background-image: url(/images/pickup/qr_01.jpg);
	background-repeat: no-repeat;
}
#top03_2{
	width:144px;
	height:103px;
	float:left;
	background-image: url(/images/pickup/qr_02.jpg);
	background-repeat: no-repeat;
}
#top04{
    width:40px;
    height:103px;
	float:left;
}
#top05{
    width:935px;
    height:35px;
	float:left;
}
#top06{
    width:646px;
    height:49px;
	float:left;
}
#top07{
    width:249px;
    height:49px;
	float:left;
}
#top08{
    width:40px;
    height:49px;
	float:left;
}
#top09{
    width:935px;
    height:90px;
	float:left;
}
.pick-color {
	color: hsl(0,0%,100%)FFF;
}
.pick-color a:link {
	color: #FF6600;
	text-decoration : none;
}
.pick-color a:visited {
	color: #FF9900;
	text-decoration : none;
}
.pick-color a:hover {
	color: hsl(0,0%,100%)F00;
}
.picktitle {
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:hsl(0,0%,0%)000;
	font-weight:bold;
	text-align:left;
	background-color:#FFA323;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 3px;
}
.picktitle1 {
	color:hsl(0,0%,100%)FFF;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid hsl(0,0%,100%)FFF;
	background-color:hsl(0,0%,0%)000;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 3px;
}

.defont28{
	font-size:28px;
	line-height: 60px;
}
.qst_title01{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 21px;
	color: #003380;
	text-align:left;
}
.qst_title01 a:link {
	color: #FF0000;
	text-decoration : none;
}
.qst_title01 a:visited {
	color: #FF0000;
	text-decoration : none;
}
.qst_title01 a:hover {
	color:#CC0000;
	text-decoration : underline;
}

.qst_title02{
	font-size: 1.33em;
	font-weight: bold;
	line-height: 21px;
	color: #003380;
	text-align:left;
}
.pre{
	font-size: 1.33em;
	font-weight: bold;
	line-height: 45px;
	color: hsl(0,0%,100%)FFF;
    width:750px;
    height:45px;
	text-align:center;
	margin:auto;
	background-image: url(/images/pickup/pre001.gif);
	background-repeat: no-repeat;
}
.pre2{
	font-size: 1.17em;
	font-weight: bold;
	line-height: 22px;
	color: hsl(0,0%,100%)FFF;
    width:750px;
    height:45px;
	text-align:center;
	background-image: url(/images/pickup/pre001.gif);
	background-repeat: no-repeat;
}
.rank00{
    width:850px;
	margin:auto;
}
.rank01{
    width:280px;
	height:83px;
	float:left;
}
.rank02{
    width:275px;
    height:6px;
	text-align:left;
}
.rank03{
    width:275px;
	background-image: url(/images/pickup/bg007.gif);
}
.rank001{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    width:265px;
	height:auto;
	text-align:left;
	background-color:#FFCC00;
	border:hsl(0,0%,0%)000 solid 4px;
	margin:auto;
	margin:0 5px 5px 0;
	padding:2px;
	float:left;
    behavior: url(/css/PIE.htc);
	position:relative;

	/* ▼CSS3 */
	border-radius: 8px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 8px;
	/* ▼Firefox */
	-moz-border-radius: 8px;

	-webkit-box-shadow: #999999 2px 2px 3px;/* 順にx-offset、y-offset、ぼかし半径、影の色。 */
	-moz-box-shadow: #999999 2px 2px 3px;
	box-shadow: #999999 2px 2px 3px;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CC0000), to(#FFCC00));
	background: -moz-linear-gradient(#CC0000, #FFCC00);
	background: linear-gradient(#CC0000, #FFCC00);
	-pie-background: linear-gradient(#CC0000, #FFCC00);
}
.rank001 a:link {
	color: #330000;
	text-decoration : none;
}
.rank001 a:visited {
	color: #330000;
	text-decoration : none;
}
.rank001 a:hover {
	color: #CC0000;
}
.qst01{
	width:90px;
	height:100px;
	float:left;
}
.qst02{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	color:#003399;
    width:620px;
	height:auto;
	text-align:left;
	background-color:#FBFFF0;
	border:hsl(0,0%,0%)000 solid 1px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:20px 10px 20px 10px;
	float:left;
    behavior: url(/css/PIE.htc);
	position:relative;

	/* ▼CSS3 */
	border-radius: 8px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 8px;
	/* ▼Firefox */
	-moz-border-radius: 8px;

	-webkit-box-shadow: #999999 2px 2px 3px;/* 順にx-offset、y-offset、ぼかし半径、影の色。 */
	-moz-box-shadow: #999999 2px 2px 3px;
	box-shadow: #999999 2px 2px 3px;
}
.qst02 a:link {
	font-weight:bold;
	font-size: 1.17em;
	color: #FF0000;
	text-decoration : none;
}
.qst02 a:visited {
	font-size: 1.17em;
	font-weight:bold;
	color: #FF0000;
	text-decoration : none;
}
.qst02 a:hover {
	font-weight:bold;
	font-size: 1.17em;
	color:#CC0000;
	text-decoration : underline;
}
.qst03{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	color:#003399;
    width:290px;
	height:auto;
	text-align:left;
	background-color:#FBFFF0;
	border:hsl(0,0%,0%)000 solid 1px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:20px 10px 20px 10px;
	float:left;
    behavior: url(/css/PIE.htc);
	position:relative;

	/* ▼CSS3 */
	border-radius: 8px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 8px;
	/* ▼Firefox */
	-moz-border-radius: 8px;

	-webkit-box-shadow: #999999 2px 2px 3px;/* 順にx-offset、y-offset、ぼかし半径、影の色。 */
	-moz-box-shadow: #999999 2px 2px 3px;
	box-shadow: #999999 2px 2px 3px;
}
.qst03 a:link {
	font-weight:bold;
	font-size: 1.17em;
	color: #FF0000;
	text-decoration : none;
}
.qst03 a:visited {
	font-size: 1.17em;
	font-weight:bold;
	color: #FF0000;
	text-decoration : none;
}
.qst03 a:hover {
	font-weight:bold;
	font-size: 1.17em;
	color:#CC0000;
	text-decoration : underline;
}
.artitle1{
	height:1.17em;
	font-size: 1.17em;
	font-weight:bold;
	overflow:hidden;
}
.pickup00{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    width:740px;
	margin:auto;
	text-align:left;
}
.pickup00a{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    width:740px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-top:dashed 4px hsl(0,0%,0%)000;
	border-bottom:dashed 4px hsl(0,0%,0%)000;
	text-align:left;
}
.pickupimg00{
	font-size: 0.83em;
    width:240px;
	text-align:center;
	float:left;
}
.pickuptext00{
    width:510px;
	text-align:left;
	float:left;
}
.pu_sub_t01{
	color: hsl(0,0%,100%)FFF;
	font-size: 1.5em;
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	line-height: 40px;
    width:935px;
    height:40px;
	text-align:center;
	background-color:hsl(0,0%,0%)000;
}
.pu_sub_t02{
	color: hsl(0,0%,100%)FFF;
	font-size: 1.75em;
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	line-height: 60px;
    width:935px;
    height:60px;
	text-align:center;
	background-color:hsl(0,0%,0%)000;
}


.backnum02{
    width:935px;
    height:21px;
	text-align:center;
	background-color:hsl(0,0%,0%)000;
	float:left;
}

.back00{
    width:855px;
	text-align:center;
}


.end10{
    height:10px;
}
.end20{
    height:20px;
}
.end30{
    height:30px;
}
h1.pickup{
	font-size: 1em;
	font-weight: bold;
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	padding:10px 0px 10px 5px;
	margin:auto;
	color: #DDDDDDD;
	text-align:left;
}
h1.pickup a:link {
	font-size: 1.75em;
	color: hsl(0,0%,0%)000;
	text-decoration : none;
}
h1.pickup a:visited {
	font-size: 1.75em;
	color: hsl(0,0%,0%)000;
	text-decoration : none;
}
h1.pickup a:hover {
	font-size: 1.75em;
	color: #FF0000;
	text-decoration : none;
}
dl.pick dt {
	font-weight: bold;
	text-align:left;
	margin: 0px;
	width: 125px;
	padding:2px 0px 5px 0px;
	clear: left;
	float: left;
}

dl.pick dd {
	padding:2px 0px 5px 0px;
	margin:0px 0px 0px 130px;
}
dl.pick dd a:link {
	font-weight:bold;
	font-size: 1.17em;
	color: #FF0000;
	text-decoration : none;
}
dl.pick dd a:visited {
	font-size: 1.17em;
	font-weight:bold;
	color: #FF0000;
	text-decoration : none;
}
dl.pick dd a:hover {
	font-weight:bold;
	font-size: 1.17em;
	color:#CC0000;
	text-decoration : underline;
}
.com001{
	font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color:#EEEEEE;
	border: 3px double #333333;
	padding:10px;
	margin: 0px 0px 15px 5px;
}
.com001 a:link {
	font-weight:bold;
	font-size: 1.17em;
	color: #FF0000;
	text-decoration : none;
}
.com001 a:visited {
	font-size: 1.17em;
	font-weight:bold;
	color: #FF0000;
	text-decoration : none;
}
.com001 a:hover {
	font-weight:bold;
	font-size: 1.17em;
	color:#CC0000;
	text-decoration : underline;
}
