@charset "utf-8";
body{
	font-family: "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Osaka", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.4;
	color: #fff;
	position: relative;
	font-feature-settings: "palt";
}

/*  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */

.wrap{
	position: relative;
}
header{
	position: relative;
}
.headerDate{
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.headerProgram h2 p{
	display: inline-block;
}

section:nth-of-type(odd){
	background: #000b36;
}
section:nth-of-type(even),section:first-of-type{
	background: #1f2c5f;
}
section:first-of-type{
	border-bottom: 0;
}

.formBtn{
	position: relative;
}
.formBtn a{
	position: relative;
	display: block;
	background: #fff;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #1f2c5f;
	text-decoration: none;
	border: 3px solid #1f2c5f;
	transition: 0.3s;
	z-index: 2;
}
.formBtn a:hover{color: #000;}
.formBtn::before{
	position: absolute;
	display: block;
	content: ".";
	background-color:  rgba(227,244,110,0);
	border: 3px solid #e3f46e;
	top: 7px;
	left: 7px;
	transition: 0.3s;
	z-index: 1;
}
.formBtn:hover::before{
	background-color:  rgba(227,244,110,1);
	top: 10px;
	left: 10px;
}

.readArea{
	text-align: center;
	font-weight: bold;
}
.readArea h2{
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #e3f46e;
}

.btn a{
	display: block;
	background: #000b36;
	color: #fff;
	border: 3px solid #fff;
	font-family: "vdl-gigamaru", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.btn a:hover{
	background:#e3f46e;
	color: #000b36;
	transition: 0.3s;
}

.pDate{
	font-weight: bold;
	line-height: 1;
	font-family: "vdl-gigamaru", sans-serif;
	font-style: normal;
	color: #e3f46e;
}
.pDate span{
	font-weight: bold;
	font-size: 0.5em;
}
.pStatus{
	font-size: 0.8em;
	line-height: 1;
	margin-top: 5px;
}
.pDate::after{
	content: "";
	display: block;
	background: #fff;
}
.pTtl{
	font-weight: bold;
	margin-bottom: 10px;
}
.pTtl p{
	display: inline-block;
}
.pTtl p:first-of-type{
	font-size: 0.8em;
	margin-right: 0.5em;
}

	.pNameBox p,.pNameBox h3{
		display: inline-block;
	}
	.pNameBox p:first-of-type{
		color: #e3f46e;
	}
	.guestProfBox .pNameBox p:first-of-type{
		color: #f3bcfb;
	}
	.profileBox li .photoBox{
		border: 3px solid #fff;
		border-radius: 15px;
		background: #1f2c5f;
		overflow: hidden;
	}
	.profileBox li .photoBox img{
		width: 100%;
		height: auto;
	}
	.profileBox li.guestProfBox .photoBox{
		background: #946f99;
	}

.pGuest::before{
	content:"ゲスト：";
	font-size:0.8em;
}

.numList{
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
}

.howtoBox > div{
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	padding: 20px;
	font-weight: normal;
	border-radius: 15px;
}
.howtoBox > div > p:first-of-type::first-letter{
	font-size: 2.5em;
	float: left;
	padding: 0 20px 0 10px;
	font-weight: bold;
}
.howtoBox > div > p:nth-of-type(2){
	clear: both;
	text-align: center;
	margin-top: 10px;
}
.howtoBox a{
	color: #0076ca;
}

.qaBox dt{
	background: #000;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	margin-top: 0.5em;
	cursor: pointer;
	border-radius: 0.5em;
}
.qaBox dd{
	display: none;
	font-weight: normal;
	padding: 15px;
	background: url("../img/bg3.png");
	margin-top: 5px;
	border-radius: 0.5em;
}
.qaBox + p{font-weight: normal;}


footer{
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	padding: 20px;
	background-color: #000 ;
	color: #fff;
}
a{
	color: #fff;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover{
	color: #e3f46e;
	transition: 0.3s;
}
a img{
	transition: 0.3s;
}
a:hover img{
	opacity: 0.8;
	transition: 0.3s;
}
.thumbBox a:hover img{
	transition: 0.5s;
	transform: scale(1.05);
	opacity: 1;
}
.thumbBox img{
	width: 100%;
	height: auto;
	border: 3px solid #e3f46e;
}

img{
	vertical-align: bottom;
}

/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:641px){

	body{
		min-width: 1100px;
		font-size: 18px;
	}
	header{
		min-width: 1100px;
		width: 100%;
		height: 550px;
		overflow: hidden;
		padding: 50px 0 0 0;
		border-bottom: 5px solid #fff;
	}
	header.cn00{
		background-image: url("../img/main_sasaki01.png"), url("../img/bg_main.jpg");
		background-size: auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%, center bottom;
		background-repeat: no-repeat, repeat-x;
	}
	header.cn01{
		background-image: url("../img/main_sasaki01.png"), url("../img/main_katou.png"), url("../img/bg_main.jpg");
		background-size: auto 500px, auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%,calc(50% + 280px + (388px / 2)) 100%, center bottom;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}
	header.cn02{
		background-image: url("../img/main_sasaki01.png"), url("../img/main_shionozaki.png"), url("../img/bg_main.jpg");
		background-size: auto 500px, auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%,calc(50% + 280px + (360px / 2)) 100%, center bottom;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}
	header.cn03{
		background-image: url("../img/main_sasaki01.png"), url("../img/main_utsunomiya.png"), url("../img/bg_main.jpg");
		background-size: auto 500px, auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%,calc(50% + 280px + (380px / 2)) 100%, center bottom;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}
	header.cn04{
		background-image: url("../img/main_sasaki01.png"), url("../img/main_uchida.png"), url("../img/bg_main.jpg");
		background-size: auto 500px, auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%,calc(50% + 280px + (380px / 2)) 100%, center bottom;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}
	header.cn05{
		background-image: url("../img/main_sasaki01.png"), url("../img/main_handa.png"), url("../img/bg_main.jpg");
		background-size: auto 500px, auto 500px,  auto auto;
		background-position: calc(50% - 280px - (397px / 2)) 100%,calc(50% + 280px + (380px / 2)) 100%, center bottom;
		background-repeat: no-repeat, no-repeat, repeat-x;
	}

	h1{
		text-align: center;
	}

	.headerTxt{
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-top: 30px;
	}
	.headerDate p:first-of-type{
		font-size: 65px;
		line-height: 1em;
	}
	.headerDate p:nth-of-type(2){
		font-size: 27px;
		line-height: 1em;
		margin: 4px 0;
	}
	.headerDate p:nth-of-type(3){
		font-size: 26px;
		background-color: #d80000;
		border-radius: 5px;
		padding: 2px 0;
		line-height: 1em;
	}
	.headerProgram h2{
		margin-bottom: 0;
	}
	.headerProgram h2 p:first-of-type{
		font-size: 26px;
		font-weight: bold;
		margin-right: 0.5em;
	}
	.headerProgram h2 p:last-of-type{
		font-size: 45px;
		font-weight: bold;
	}
	header.cn03 .headerProgram h2 p:first-of-type{
		font-size: 22px;
	}
	header.cn03 .headerProgram h2 p:last-of-type{
		font-size: 40px;
	}
	.headerProgram h2 + p{
		font-size: 20px;
	}
	section{
		padding: 70px 0;
		border-bottom: 5px solid #fff;
	}
	section:first-of-type{
		padding-bottom: 0;
	}
	
	.formBtn{
		width: 600px;
		margin: 0 auto;
		
	}
	.formBtn a{
		font-size: 30px;
		padding: 5px 0;
	}
	.formBtn::before{
		width: 600px;
		top: 7px;
		left: 7px;
		font-size: 30px;
		padding: 5px 0;
	}

	.innerBox{
		width: 100%;
		max-width: 1000px;
		min-width: 850px;
		margin: 0 auto;
		padding: 50px 0;
	}

	h2{
		margin-bottom: 30px;
	}
	.readArea h2{
		font-size: 40px;
	}
	.readArea p{
		font-size: 20px;
	}

	.btn{
		padding: 50px 0;
	}
	.btn a{
		width: 500px;
		padding: 15px 0;
		margin: 0 auto;
	}

	.programListArea li{
		display: flex;
		padding: 50px 0;
		gap: 40px;
		border-bottom: 1px solid #e3f46e;
	}
	.programListArea li:last-of-type{border-bottom: none;}
	.thumbBox{
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
	.pDate{
		font-size: 40px;
	}
	.pDate::after{
		margin: 20px 0;
		width: 50px;
		height: 5px;
	}
	.pTtl{
		font-size: 30px;
	}
	.pSub a{
		text-decoration: none;
		pointer-events: none;
	}
	.pGuest{
		margin-top: 0.8em;
	}
	.gCap{
		font-size: 0.8em;
	}

	.profileBox li{
		display: flex;
		gap: 30px;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.profileBox li .photoBox{
		max-width: 280px;
		min-width: 280px;
		height: 280px;
	}
	.pNameBox p{
		font-size: 16px;
	}
	.pNameBox h3{
		font-size: 30px;
		font-weight: bold;
	}
	.roleTxt{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.roleTxt + div p{
		font-size: 15px;
		margin-top: 1em;
	}

	.howtoBox{
		margin-top: 30px;
		display: flex;
		gap: 15px;
	}
	.howtoBox > div{
		width: calc((100% - 15px) / 2);
		padding: 20px;
	}

	.tableBox{
		width: 100%;
		display: table;
		border-left: 1px solid #ea6e43;
		border-bottom: 1px solid #ea6e43;
		font-weight: normal;
		margin: 0 auto;
	}
	.tableBox > div{
		display: table-row;
	}
	.tableBox > div > div{
		display: table-cell;
		padding: 15px 20px;
		vertical-align: middle;
		border-top: 1px solid #ea6e43;
		border-right: 1px solid #ea6e43;
	}
	.tableBox > div > div:first-of-type{
		background-color: #f28c68;
		color: #fff;
	}
	.tableBox > div > div:nth-of-type(2){
		background: url("../img/bg3.png") repeat;
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
	}


	.fixBox{
		width: 100px;
		bottom: 50px;
		right: 20px;
	}

	.pcNone{display: none;}
}

/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width:640px){
	body{
		font-size: 16px;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}

	img{
		width: 100%;
		height: auto;
	}

	header{
		background-color: #061758;
		background-image: url("../img/main_sasaki01.png"), url("../img/bg_main.jpg");
		background-size: auto 250px, 50% auto;
		background-position: -50px -25px, center 50px;
		background-repeat: no-repeat, repeat-x;
	}

	h1{
		text-align: left;
		width: 100%;
		padding: 30px 10px 0 30%;
	}
	.headerTxt{
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
		padding: 5px 10px;
		background: rgba(0,0,0,0.8);
	}
	.headerDate{
		min-width: 25%;
		max-width: 25%;
	}
	.headerDate p:first-of-type{
		font-size: 8vw;
		line-height: 1em;
	}
	.headerDate p:nth-of-type(2){
		font-size: 3.5vw;
		line-height: 1em;
		margin: 4px 0;
	}
	.headerDate p:nth-of-type(3){
		font-size: 4vw;
		background-color: #d80000;
		border-radius: 5px;
		padding: 2px 0;
		line-height: 1em;
	}
	.headerProgram{
		min-width: calc(75% - 10px);
		max-width: calc(75% - 10px);
	}
	.headerProgram h2{
		margin-bottom: 5px;
		line-height: 1em;
	}
	.headerProgram h2 p:first-of-type{
		font-size: 4.5vw;
		font-weight: bold;
		margin-right: 0.5em;
	}
	.headerProgram h2 p:last-of-type{
		font-size: 5.5vw;
		font-weight: bold;
	}
	.headerProgram h2 + p{
		font-size: 3.8vw;
	}
	.cn02 .headerProgram h2 p:first-of-type{
		font-size: 4vw;
		font-weight: bold;
		margin-right: 0.5em;
	}
	.cn03 .headerProgram h2 p:first-of-type{
		font-size: 3.2vw;
		font-weight: bold;
		margin-right: 0.5em;
	}
	.cn03 .headerProgram h2 p:last-of-type{
		font-size: 4.2vw;
		font-weight: bold;
		margin-right: 0.5em;
	}
	.formBtn{
		width: 100%;
		margin: 0 auto;
	}
	.formBtn a{
		font-size: 5.5vw;
		padding: 5px 0;
	}
	.formBtn::before{
		width: 100%;
		top: 7px;
		left: 7px;
		font-size: 5.5vw;
		padding: 5px 0;
	}
	.cn02 + main .formBtn a{
		font-size: 5vw;
		padding: 5px 0;
	}
	.cn02 + main .formBtn::before{
		font-size: 5vw;
	}
	.cn03 + main .formBtn a,.cn03 + main .formBtn::before{
		font-size: 4.5vw;
	}

	section{
		padding: 60px 15px;
		border-bottom: 5px solid #fff;
	}
	section:first-of-type{
		padding-bottom: 0;
	}

	h2{
		margin-bottom: 25px;
	}
	h2 img{
		height: 50px;
		width: auto;
	}
	.readArea h2{
		font-size: 7vw;
	}

	.btn a{
		padding: 10px 0;
		margin: 20px 0 0;
	}
	.programListArea article{
		margin: 30px 0;
	}

	.profileBox li{
		padding: 25px 0;
		border-bottom: 1px solid #fff;
	}
	.profileBox li:first-of-type{
		padding: 0 0 25px;
	}
	.profileBox li:last-of-type{
		border-bottom: 0;
	}
	.profileBox li .photoBox{
		width: 70vw;
		height: 70vw;
		margin: 0 auto 15px;
		overflow: hidden
	}
	.pNameBox p{
		font-size: 0.9em;
	}
	.pNameBox h3{
		font-size: 22px;
		font-weight: bold;
	}
	.roleTxt{
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	.roleTxt + div p{
		font-size: 15px;
		margin-top: 1em;
	}

	.programListArea li{
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}
	.programListArea li:first-of-type{
		padding-top: 0;
	}
	.programListArea li:last-of-type{
		border-bottom: 0;
	}
	.thumbBox + div{
		padding: 15px;
		background: rgba(0,0,0,0.5);
	}
	.pDate{
		font-size: 9vw;
	}
	.pDate::after{
		margin: 10px 0;
		width: 50px;
		height: 6px;
	}
	.pTtl{
		font-size: 20px;
		margin-bottom: 0;
	}
	.pTtl span{
		font-size: 0.8em;
	}
	.pTtl a{
		font-size: 20px;
		pointer-events: none;
	}
	.pGuest{
		margin-top: 10px;
	}
	.gCap{
		font-size: 0.75em;
	}

	.howtoBox > div{
		padding: 15px;
		margin-top: 15px;
	}

	.tableBox > div > div{
		padding: 10px 20px;
		vertical-align: middle;
		border: 1px solid #ea6e43;
		background: url("../img/bg3.png") repeat;
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
		background: #f28c68;
		border-bottom: none;
		color: #fff;
	}

	.fixBox{
		width: 15%;
		bottom: 20px;
		right: 15px;
	}

	.smpNone{
		display: none;
	}
	footer{
		position: relative;
	}

}

/* --------------------------------------------------
	Wide use
-------------------------------------------------- */
/* ボーダークラス */
.brdNone{border:none;}

.mt1em{margin-top: 1em;}
/* 余白クラス */
.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}
.mr100{margin-right:100px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

.ml0{margin-left:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml100{margin-left:100px;}

.mtb0{margin-top:0;margin-bottom:0;}
.mtb5{margin-top:5px;margin-bottom:5px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}
.mtb70{margin-top:70px;margin-bottom:70px;}
.mtb80{margin-top:80px;margin-bottom:80px;}
.mtb90{margin-top:90px;margin-bottom:90px;}
.mtb100{margin-top:100px;margin-bottom:100px;}

.mrl0{margin-right:0;margin-left:0;}
.mrl5{margin-right:5px;margin-left:5px;}
.mrl10{margin-right:10px;margin-left:10px;}
.mrl15{margin-right:15px;margin-left:15px;}
.mrl20{margin-right:20px;margin-left:20px;}
.mrl30{margin-right:30px;margin-left:30px;}
.mrl40{margin-right:40px;margin-left:40px;}
.mrl50{margin-right:50px;margin-left:50px;}
.mrl60{margin-right:60px;margin-left:60px;}
.mrl70{margin-right:70px;margin-left:70px;}
.mrl80{margin-right:80px;margin-left:80px;}
.mrl90{margin-right:90px;margin-left:90px;}
.mrl100{margin-right:100px;margin-left:100px;}

.ma0{margin:0 0 0 0;}
.ma5{margin:5px 5px 5px 5px;}
.ma10{margin:10px 10px 10px 10px;}
.ma15{margin:15px 15px 15px 15px;}
.ma20{margin:20px 20px 20px 20px;}
.ma30{margin:30px 30px 30px 30px;}
.ma40{margin:40px 40px 40px 40px;}
.ma50{margin:50px 50px 50px 50px;}
.ma60{margin:60px 60px 60px 60px;}
.ma70{margin:70px 70px 70px 70px;}
.ma80{margin:80px 80px 80px 80px;}
.ma90{margin:90px 90px 90px 90px;}
.ma100{margin:100px 100px 100px 100px;}

.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}

.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.pr70{padding-right:70px;}
.pr80{padding-right:80px;}
.pr90{padding-right:90px;}
.pr100{padding-right:100px;}

.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}

.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl70{padding-left:70px;}
.pl80{padding-left:80px;}
.pl90{padding-left:90px;}
.pl100{padding-left:100px;}

.ptb0{padding-top:0;padding-bottom:0;}
.ptb5{padding-top:5px;padding-bottom:5px;}
.ptb10{padding-top:10px;padding-bottom:10px;}
.ptb15{padding-top:15px;padding-bottom:15px;}
.ptb20{padding-top:20px;padding-bottom:20px;}
.ptb30{padding-top:30px;padding-bottom:30px;}
.ptb40{padding-top:40px;padding-bottom:40px;}
.ptb50{padding-top:50px;padding-bottom:50px;}
.ptb60{padding-top:60px;padding-bottom:60px;}
.ptb70{padding-top:70px;padding-bottom:70px;}
.ptb80{padding-top:80px;padding-bottom:80px;}
.ptb90{padding-top:90px;padding-bottom:90px;}
.ptb100{padding-top:100px;padding-bottom:100px;}

.prl0{padding-right:0;padding-left:0;}
.prl5{padding-right:5px;padding-left:5px;}
.prl10{padding-right:10px;padding-left:10px;}
.prl15{padding-right:15px;padding-left:15px;}
.prl20{padding-right:20px;padding-left:20px;}
.prl30{padding-right:30px;padding-left:30px;}
.prl40{padding-right:40px;padding-left:40px;}
.prl50{padding-right:50px;padding-left:50px;}
.prl60{padding-right:60px;padding-left:60px;}
.prl70{padding-right:70px;padding-left:70px;}
.prl80{padding-right:80px;padding-left:80px;}
.prl90{padding-right:90px;padding-left:90px;}
.prl100{padding-right:100px;padding-left:100px;}

.pa0{padding:0 0 0 0;}
.pa5{padding:5px 5px 5px 5px;}
.pa10{padding:10px 10px 10px 10px;}
.pa15{padding:15px 15px 15px 15px;}
.pa20{padding:20px 20px 20px 20px;}
.pa30{padding:30px 30px 30px 30px;}
.pa40{padding:40px 40px 40px 40px;}
.pa50{padding:50px 50px 50px 50px;}
.pa60{padding:60px 60px 60px 60px;}
.pa70{padding:70px 70px 70px 70px;}
.pa80{padding:80px 80px 80px 80px;}
.pa90{padding:90px 90px 90px 90px;}
.pa100{padding:100px 100px 100px 100px;}

/* フォントクラス */
.bTxt{font-weight:bold;}
.uTxt{text-decoration:underline;}
.linkTxt{color:#069;text-decoration:underline;}
.redTxt{color:#e00;}
.blueTxt{color:#069;}
.grayTxt{color:#333;}
.lGrayTxt{color:#999;}
.ulGrayTxt{color:#ccc;}

.sTxt{font-size:0.85em;}
.xsTxt{font-size:0.78em;}
.xxsTxt{font-size:0.71em;}
.lTxt{font-size:1.14em;}
.xlTxt{font-size:1.28em;}
.xxlTxt{font-size:1.42em;}
.xxxlTxt{font-size:1.57em;}

.mark{
	text-indent:-1em;
	margin-left:1em;
}

/* アライン設定 */
.alTxt{text-align:left;}
.acTxt{text-align:center;}
.arTxt{text-align:right;}

/* クリア・フロート */
.flR{float:right;}
.flL{float:left;}
.flC{
	position:relative;
	overflow:hidden;
}
.flC ul{
	position:relative;
	left:50%;
	float:left;
}
.flC ul li{
	position:relative;
	left:-50%;
	float:left;
}

.clearfix{min-height:1px;}
.clearfix:after{
	content:" "; 
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html .clearfix{
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.clear{clear:both;}
