
/*----------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------*/

#contents a {
	text-decoration: underline;
	color:#4CA5FF;
}


/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{


.left	{float: left;}
.right	{float: right;}
	
body{
		min-width: 1000px;
	}

	.wrapper{
		width : auto !important;
	}

.pt30	{padding-top: 30px !important;}


/*　ヘッダー---------------------------------------------------------------*/

	header {
		background: url(/jushinryo/thanks/images/common/bg_head.png) left top repeat-x;
		margin: 0 auto 20px;
		height: 124px;
		padding: 26px 0 0;
		min-width: 960px;
	}

	header h2 {
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}

	header h2 img.pc {
		display: block;
		width: 401px;
		height: 88px;
	}

	header h2 a.sp {
		display: none;
	}

}


/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{

	.wrapper{
		width : 100% !important;
	}

	header h2 {
		width: auto;
		float: none;
		text-align: center;
		padding: 10px 10px 15px;
	}

	header h2 img {
		text-align: center;
	}

	header h2 img.pc {
		display: none;
	}

	header h2 a.sp {
		display: block;
	}

}



/*----------------------------------------------------------------------------
コンテンツ（上部）
----------------------------------------------------------------------------*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{

#contents {
	width: 960px;
	margin: 0 auto 40px;
	position: relative;
}

#contents a:hover {
 text-decoration: none;
}

.nav_bread {
	margin-bottom:15px;
	font-weight:bold;
	}
.sp_title	{
display: none;
}

.lead_txt_top {
	color: #20ae72;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 180%;
	line-height: 1.4;
}
.lead_txt {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 123.1%;
}
.lead_img {
	position: absolute;
	right: 0;
	top: -154px;
}

}


/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{
	
	body{
		min-width: inherit;
	}

	#contents {
		width: auto;
		margin: 0 10px;
	}

	#contents .nav_bread {
		display: none;
	}

	#contents .lead_txt {
	    color: #663300;
    	font-weight: bold;
	    margin-bottom: 30px;
    	font-size: 107.7%;
	}
.sp_title	{
border-bottom: solid 4px #663300;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.sp_title img	{
max-width: 273px;
}
	#contents .lead_img {
	    display: none;
	}

}



/*----------------------------------------------------------------------------
コンテンツ（メイン）
----------------------------------------------------------------------------*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{

	.pg {
		width: 960px;
		margin: 0 auto 40px;
		line-height:1;
	}

	.pg h3 {
		background: url(/jushinryo/thanks/images/common/bg_box_top.png) left bottom no-repeat;
		padding: 0 0 0 5px;
		height: 74px;
	}

	/*　バーチャル背景用　*/
	.pg h3.vbTit,
	.pg h3.vbTit_l	{
		color: #663300;
		font-size: 200%;
		font-weight: bold;
	}

.pg h3.vbTit_l {
	height: 110px;
}

.pg h3.vbTit > span,
.pg h3.vbTit_l > span	{
	float: left;
}

.pg h3.vbTit > span.kome_txt,
.pg h3.vbTit_l > span.kome_txt	{
	position: relative;
}

.pg h3.vbTit > span span.icon_d,
.pg h3.vbTit_l > span span.icon_d	{
	background: url(/jushinryo/thanks/images/common/icon_domo.png) no-repeat left top;
	width: 40px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

.pg h3.vbTit > span.kome_txt span.icon_d,
.pg h3.vbTit_l > span.kome_txt span.icon_d	{
	vertical-align: top;
}

.pg h3.vbTit > span span.title,
.pg h3.vbTit_l > span span.title	{
	text-shadow: 1px 0px 2px #ffffff, -1px 0px 2px #ffffff, 1px 0px 3px #ffffff, -1px 0px 3px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 2px 0px 3px #ffffff, -2px 0px 3px #ffffff, 3px 0px 1px #ffffff, -3px 0px 1px #ffffff, 3px 0px 2px #ffffff, -3px 0px 2px #ffffff, 3px 0px 3px #ffffff, -3px 0px 3px #ffffff, 0px 1px 2px #ffffff, 0px -1px 2px #ffffff, 0px 1px 3px #ffffff, 0px -1px 3px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px 2px 3px #ffffff, 0px -2px 3px #ffffff, 0px 3px 2px #ffffff, 0px -3px 2px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 3px 3px 5px #777777;
}

.pg h3.vbTit > span img.new,
.pg h3.vbTit_l > span img.new	{
	width: 66px;
	height: 34px;
	vertical-align: middle;
	margin: 0 0 5px 8px;
}

.pg h3.vbTit > span span.kome,
.pg h3.vbTit_l > span span.kome	{
	color: #f00f00;
	font-size: 55%;
	/*position: absolute;*/
	top: 27px;
	left: 49px;
}

.pg h3.vbTit a,
.pg h3.vbTit_l a	{
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 0 20px;
}

.pg span.bg_bottom {
	background: url(/jushinryo/thanks/images/common/bg_box_bottom.png) left bottom no-repeat;
	width: 960px;
	height: 20px;
	display: block;
	line-height: 0;
}


}



/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{

	.pg h3.vbTit,
	.pg h3.vbTit_l	{
	min-height: 42px;
		font-weight: bold;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.pg h3.vbTit > span span.icon_d,
	.pg h3.vbTit_l > span span.icon_d	{
	display: inline-block;
		width: 40px;
		height: 42px;
		background: url(/jushinryo/thanks/sp/images/common/icon_domo.png) no-repeat left center;
		background-size: 40px 42px;
		vertical-align: middle;
	}

	.pg h3.vbTit > span span.title,
	.pg h3.vbTit_l > span span.title	{
		color: #663300;
		font-size: 24px;
		line-height: 1.3;
		text-shadow: 1px 0px 2px #ffffff, -1px 0px 2px #ffffff, 1px 0px 3px #ffffff, -1px 0px 3px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 2px 0px 3px #ffffff, -2px 0px 3px #ffffff, 3px 0px 1px #ffffff, -3px 0px 1px #ffffff, 3px 0px 2px #ffffff, -3px 0px 2px #ffffff, 3px 0px 3px #ffffff, -3px 0px 3px #ffffff, 0px 1px 2px #ffffff, 0px -1px 2px #ffffff, 0px 1px 3px #ffffff, 0px -1px 3px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px 2px 3px #ffffff, 0px -2px 3px #ffffff, 0px 3px 2px #ffffff, 0px -3px 2px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 3px 3px 5px #777777;
		vertical-align: middle;
		margin-left: 5px;
	}

	.pg h3.vbTit > span span.kome,
	.pg h3.vbTit_l > span span.kome {
    display: inline-block;
    color: #f00f00;
    font-size: 12px;
    text-shadow: none;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

	.pg h3.vbTit > span img.new,
	.pg h3.vbTit_l > span img.new {
    width: 66px;
}

	.pg span.bg_bottom {
		display: none;
	}

	.pg h3.vbTit a,
	.pg h3.vbTit_l a {
		clear: both;
		display: block;
		font-size: 16px;
		text-align: center;
		text-decoration: underline;
	}

}


/*----------------------------------------------------------------------------
はがき
----------------------------------------------------------------------------*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{

.box_wp{
	padding-left:34px;
	background:url(/jushinryo/thanks/images/common/bg_box_middle.gif) left top repeat-y;
	}
.box_wp div{
	float:left;
	display:inline;
	width:414px;
	padding:0 34px 0 0;
	margin: 0;
	background:url(/jushinryo/thanks/images/common/line_dot1.gif) right top repeat-y;
	font-size:0;
	line-height:1;
	}
.box_wp div p{
	text-align:center;
	}
.box_wp div.div_l{
	padding-left:0;	
	}
.box_wp div.div_r{
	margin-right:0;
	padding-right:0;
	padding-left:30px;
	background:none;
	}
.box_wp div.div_l:nth-child(n+3),
.box_wp div.div_r:nth-child(n+3){
	margin-top:40px;
	}
.box_wp div.div_t{
	padding-bottom:14px;
	}
.box_wp div.div_b{
	padding-top:16px;
	background:url(/jushinryo/thanks/images/common/line_dot3.gif) right top repeat-y;
	}
.box_wp .dl_img.yoko_pd{
	padding: 61px 0;
}
.box_wp .dl_img img.pc{
	width: 414px;
	height: 292px;
}
/*.box_wp .dl_img.tate img.pc{
	width: 292px;
	height: 414px;
}*/
.box_wp .dl_img img.sp{
	display: none;
}
/* 壁紙空欄タイル */
.box_wp div.div_empty{
	padding-top:16px;
	background:url(/jushinryo/thanks/images/common/line_dot3.gif) right top repeat-y;
	}
	
.box_wp div.div_empty_l{
	background:url(/jushinryo/thanks/images/common/line_dot2.gif) 2px top repeat-x;
	padding-top:16px;
	padding-right:0;
	}
.box_wp div.div_empty_t_l{
	background:none;
	margin-right:0;}
/**/
.box_wp div ul{
	float:right;
	width:100px;
	padding-top:2px;
	}
.box_wp div ul li{
	margin-bottom:9px;	
	}
.box_wp div ul li a{
	display:block;}
.box_wp div .dl_name{
	clear:both;
	background:url(/jushinryo/thanks/images/coloring/name_wp_bg.gif) left top repeat-y;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:1.1;
	padding:9px 0 8px;
	margin:8px 0 15px;
	}
.box_wp div .dl_name.retsu2{
	padding:1px 0 0;
	}

.box_wp .btn_dl a img {
	width: 270px;
	height: 46px;
}

.box_wp div .comment {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}


}



/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{

	.box_wp {
		background-color: #ffffff;
		border: solid 2px #663300;
		border-radius: 4px;
		padding: 10px;
		margin: 0 0 30px;
	}

.box_wp > div {
	background: url(/jushinryo/thanks/sp/images/common/line_dot.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.box_wp > div:last-of-type {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.box_wp .dl_img.tate {
	padding: 0 25%;
}

.box_wp .dl_img img{
	margin-bottom: 10px;
}

.box_wp .dl_img img.pc {
	display: none;
}

.box_wp .dl_img.sp {
	text-align: center;
	margin-bottom: 10px;
}

.box_wp .dl_name {
	background: url(/jushinryo/thanks/sp/images/common/bg_name.jpg) left top;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	padding: 10px 0 9px;
	margin-bottom: 10px;
}
/* 各ダウンロード壁紙 単体 */
.box_wp .btn_dl {
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	font-size: 0;
}

.box_wp .btn_dl img {
	max-width: 270px;
}

.box_wp div .comment {
	margin-top: 15px;
	text-align: center;
	font-size: 100%;
	height: 40px;
}


}



/*----------------------------------------------------------------------------
バーチャル背景設定の方法について
----------------------------------------------------------------------------*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{

.pg_about {
	margin-bottom: 30px;
}
.pg_about h3 {
	padding: 8px 0 0 27px;
	height: 74px;
	line-height: 1;
	background: url(/jushinryo/thanks/images/common/bg_box2_top.png) left top no-repeat;
}
.pg_about h3 img {
	width: 366px;
	height: 40px;
}
.pg_about .box_caution {
	background: url(/jushinryo/thanks/images/common/bg_box2_middle.gif) left top repeat-y;
	padding: 0 25px;
	color: #333;
	overflow: hidden;
}
.pg_about .box_caution h4:nth-child(n+2) {
	padding-top: 30px;
	clear: both;
}
.pg_about .box_caution h4 {
	border-bottom: solid 3px #663300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1;
}
.pg_about .box_caution h4 img.h4_01 {
	width: 216px;
	height: 20px;
}
.pg_about .box_caution h4 img.h4_02 {
	width: 100px;
	height: 18px;
}
.pg_about .box_caution h4 img.h4_03 {
	width: 87px;
	height: 18px;
}
.pg_about .box_caution h5 {
	font-weight: bold;
	color: #663300;
	line-height: 1.2;
	margin: 0 10px 10px;
	font-size: 123.1%;
}
.pg_about .box_caution p strong{
	color:#D60C18;
	font-weight:bold;
	}

.pg_about span.bg_bottom {
	background: url(/jushinryo/thanks/images/common/bg_box2_bottom.png) left bottom no-repeat;
	width: 960px;
	height: 30px;
	display: block;
	line-height: 0;
}

.btn_top p a img	{
	width: 210px;
	height: 37px;
}

.pg_about .box_caution ul,
.pg_about .box_caution ol	{
	overflow: hidden;
}

.pg_about .box_caution ul li {
	float: left;
	display: inline;
	background: url(/jushinryo/thanks/images/common/icon_en.gif) left 50% no-repeat;
	padding-left: 15px;
	margin-right: 30px;
}
.pg_about .box_caution ol {
	margin: 0 0 30px;
}
.pg_about .box_caution ol li {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	min-height: 17px;
}
.pg_about .box_caution ol li img {
	width: 15px;
	height: 15px;
	vertical-align : text-bottom;
	margin-right: 3px;
}
.pg_about .box_caution ol li.no1 {
	background: url(/jushinryo/thanks/images/common/icon_no1.gif) left 2px no-repeat;
}
.pg_about .box_caution ol li.no2 {
	background: url(/jushinryo/thanks/images/common/icon_no2.gif) left 2px no-repeat;
}
.pg_about .box_caution ol li.no3 {
	background: url(/jushinryo/thanks/images/common/icon_no3.gif) left 2px no-repeat;
}
.pg_about .box_caution ol li.no4 {
	background: url(/jushinryo/thanks/images/common/icon_no4.gif) left 2px no-repeat;
}

}


/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{

.pg_about {
background-color: #663300;
	border: solid 6px #663300;
	border-radius: 4px;
	text-align: center;
	margin: 0 0 30px;
	}

.pg_about h3 {
    padding: 6px 10px 10px;
}

.pg_about h3 img {
    max-width: 319px;
}

.pg_about .box_caution {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 10px;
}

.pg_about .box_caution h4 {
    font-weight: bold;
    color: #663300;
    border-bottom: solid 3px #663300;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 138.5%;
}

.pg_about .box_caution h4:nth-child(n+2) {
	padding-top: 30px;
	clear: both;
}

.pg_about .box_caution h4 img.h4_01 {
	max-width: 216px;
}
.pg_about .box_caution h4 img.h4_02 {
	max-width: 100px;
}
.pg_about .box_caution h4 img.h4_03 {
	max-width: 87px;
}

.pg_about .box_caution strong {
    color: #D60C18;
}

.pg_about span.bg_bottom {
	display: none;
}

.pg_about .box_caution ul li {
	float: left;
	display: inline;
	background: url(/jushinryo/thanks/images/common/icon_en.gif) left 50% no-repeat;
	padding-left: 15px;
	margin-right: 30px;
}
.pg_about .box_caution ol {
	margin: 0 0 30px;
}
.pg_about .box_caution ol li {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	min-height: 17px;
}
.pg_about .box_caution ol li img {
	width: 15px;
	height: 15px;
	vertical-align : text-bottom;
	margin-right: 3px;
}
.pg_about .box_caution ol li.no1 {
	background: url(/jushinryo/thanks/images/common/icon_no1.gif) left 2px no-repeat;
	background-size: 15px;
}
.pg_about .box_caution ol li.no2 {
	background: url(/jushinryo/thanks/images/common/icon_no2.gif) left 2px no-repeat;
	background-size: 15px;
}
.pg_about .box_caution ol li.no3 {
	background: url(/jushinryo/thanks/images/common/icon_no3.gif) left 2px no-repeat;
	background-size: 15px;
}
.pg_about .box_caution ol li.no4 {
	background: url(/jushinryo/thanks/images/common/icon_no4.gif) left 2px no-repeat;
	background-size: 15px;
}
.pg_about .box_caution ol + p {
	margin-top: 30px;
}


}



/*----------------------------------------------------------------------------
NHKのお手続きはこちら
----------------------------------------------------------------------------*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{


.lead_bnr	{
	width: 560px;
	text-align: center;
	border: solid 3px #20ae72;
	padding: 10px 200px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.lead_bnr p	{
	float: left;
	font-size: 200%;
	font-weight: bold;
	color: #20ae72;
	text-align: center;
	margin-top: 6px;
}



}


/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{


.lead_bnr	{
	border: solid 2px #20ae72;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.lead_bnr p	{
	color: #20ae72;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.lead_bnr p span.arrow	{
	display: none;
}

.lead_bnr a img	{
	max-width: 220px;
	vertical-align: top;
}


}




/*ボタントップ*/

/* Media Queries 768px以上 */
@media screen and (min-width: 768px),
print	{


}


/* Media Queries 767px以下 */
@media screen and (max-width: 767px)	{

.btn_top {
    margin-bottom: 30px;
}

.btn_top p {
    text-align: center;
}

.btn_top p a img {
    max-width: 210px;
}

}



