﻿	@charset "utf-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", ;
	line-height: 1.6;
	color: #3e3e3e;
	background-color: #3b3b3b;
}
.acTxt01 a:link,a:visited{
	color: #000DFF;
	text-decoration: underline;
}

a:link,a:visited{
	color: #EDE500;
	text-decoration: underline;
}
a:active,a:hover{
	color: #ff9c00;
	text-decoration: underline;
}

.target{
	box-sizing: border-box;
	border: 10px solid #000;
	max-width: 640px;
	width: 100%;
	position: relative;
}
.target img{
	width: 100%; 
	height: auto;
}
.targetMonth{
	display: flex;
	width: 181px;
	height: 160px;
	position: absolute;
	background: url(../img/bg_month.png) no-repeat;
	background-size: cover;
	bottom: -20px;
	right: -80px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}
.targetBtn{
	position: relative;
	z-index: 2;
	max-width: 640px;
	margin: 20px auto;
}
.targetBtn a{
	display: block;

	background: #dcdcdc;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #000;
	text-decoration: none;
	z-index: 3;
	line-height: 1em;
	padding: 12px;
}
.targetBtn::after{
	display: block;
	content: "";
	border-radius: 8px;
	height: 30px;
	max-width: 640px;
	width: 100%;
	background: #909b9d;
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: 1;
}
.title1,.title2{
	color: #fff;
	font-weight: bold;
}
.deliveryTime{
	color: #ea1378;
	font-weight: bold;
}
.aboutBox article{
	text-align: center;
}
.aboutBox article .ttl{
	border-radius: 5px;
	background: #FF2290;
	padding: 5px;
	color: #fff;
	margin-bottom: 0.5em;
}

.txt_pre1,.txt_pre2{color: #FFF;font-weight:300px;}


	.logo,.readTxt,.mainVisual,.prg1,.bt{
		text-align: center;
	}
	

.topBox{
	background: url("../img/top_bg.jpg") no-repeat center top;}


.stepBox article:first-of-type{
	background: #fff url("../img/1.jpg")no-repeat;
}
.stepBox article:nth-of-type(2){
	background: #fff url("../img/2.jpg") no-repeat;
}
.youtubeBox{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 70px 0px 50px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtubeBox p{
	width: 100%;
	height: auto;
	margin: 70px 0px 50px;
}
.youtubeBox p img{
	width: 100%;
	height: auto;
}

.float img,.float a,.float::after{
  transition-duration: 0.5s;
}
.float:hover img,.float:hover a,.float:hover::after{
  transform: scale(1.03);
  transition-duration: 0.5s;
}

.cautionBox{
	background:rgba(0,0,0,0.12);
	color: #000;
}

.winnerList{
	background: rgba(255,255,255,0.3);
}

.playIcon{
	position: relative;
	display:block;
}
.playIcon a,.playIcon img,.playIcon span{
	line-height:1;
	display:inline-block;
	position:relative;
}
.playIcon a::after,.playIcon span::after{
	display:block;
	content: " ";
	width:100px;
	height:100px;
	background: url("../img/icon_play.png");
	background-size: cover;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index:2;
}
.playIcon span::after,.playIcon span{opacity:0.7;}
.presentTxt{
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px;
	text-align: center;
}
.presentTxt span{
	font-weight: bold;
}
.pinkTxt{color: #fd5a8f;}
.prFin{
	position: relative;
}
.prFin::after{
	content: " ";
	background: url("../img/finLabel.png") no-repeat center center;
	background-size: 85% auto;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
footer{
	background: #3e3e3e;
	color: #fff;
	text-align: center;
}

/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	body{
		font-size: 28px;
	}

.logo{
	padding: 50px 0px 30px;
	}
	
.logo img{width: 550px;height: auto;}

.LinkBox img,.title img,.presents img,.readTxt_pr img,.mainVisual img{max-width: 845px; width:100%;height: auto;}
	.applyBt img{max-width: 1000px;}

	.vol{margin: 50px 0 30px;
	}
	
	.readTxt img{max-width: 980px;width:85%;height: auto;}
	.title img{width:90%;height: auto;}
	.LinkBox img{width:95%;height: auto;}

.LinkBox{
	display: flex;justify-content: space-between;justify-content: space-around;
	max-width: 900px;	margin: 0 auto;
}
	
.mainVisual{
		padding: 20px 0px 350px;
	}
	
	.mainVisual{
	background: url("../img/top_line.png") no-repeat center bottom -60px;}

	.targetBox{
		background: url("../img/oo_01.png") no-repeat center top 20px;
	}
	.programBox{
		background: url("../img/pinkslash.png"),url("../img/pinkslash.png");
		background-repeat: no-repeat;
		background-color: #3b3b3b;
		background-position: left bottom 280px,right top 300px;
	}
	
	.headline1{
	text-align: left;
	max-width: 900px;
	width: 80%;	
	height: auto;	
	margin: 0 auto;
	padding: 30px 0px 20px;
	}
	
	.headline2{
	text-align: left;
	max-width: 900px;
	width: 50%;	
	height: auto;	
	margin: 0 auto;
	padding: 50px 0px 5px;
	}
	
	.target,.bt{
	width: 100%;	
	height: auto;	
	margin: 0 auto;
	text-align: center;
	}
	
	.targetBox{
		max-width: 900px;
		width: 100%;	
	height: auto;
	margin: 0 auto;
		margin-top: -60px;
		padding-bottom: 120px;
	}
	.target img{max-width: 735px;
		width: 100%;	
	height: auto;}
	
	
	.programBox{
	max-width: 800px;
	width: 100%;	
	height: auto;
	margin: 0 auto;
	}
	
	.title1{
		margin-bottom: 15px;
	}
	.title2{
		text-align: right;margin-bottom: 15px;
	}
	.title1,.title2{font-size: 1.5em;}
	.thumb2 {text-align: right;}
	
	.thumb1 img,.thumb2 img{
    font-weight: bold;
    border: solid 5px #FFF;
	 box-shadow: 5px 5px 0px 0 #4c4c4c;
	}
	.deliveryTime{
		margin: 0 0 50px;
	}
	
	.YouTube{opacity: 0.7;}
	.txt_pre1{margin-top: 10px;font-size: 32px; font-weight: 300;}
	.txt_pre2{margin-bottom: 30px;font-size: 22px;}
	
	.programLink{background: url("../img/oo_02.png") no-repeat center bottom 70px;
	padding: 70px 0px 120px;}
	
	
	.programBoxYoutube{
		text-align: center;
		background: url("../img/oo_03.png"),url("../img/bg_blue.jpg") ;
		background-repeat: no-repeat;
		background-position: center;
		padding:70px 0 70px; 
	}
	.title{
		margin-bottom: 30px;
		width: 100%;
		height: auto;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.YouTube{
		margin: 50px 0px;
	}
	
	.prg1 img{
	font-weight: bold;
    border: solid 5px #FFF;
	}
	
	.bt{margin: 15px 0px;}
	
	
	.programBoxNETpre{
		text-align: center;
		padding:70px 0px 80px;
    background-image:
	 repeating-linear-gradient(130deg,#545454, #545454 40px, #434343 40px, #434343 80px);
}

	.thumb{
		margin: 0 0 70px;
	}
	
.aboutBox{
	background: url("../img/bg_blue2.jpg")no-repeat;
	text-align: center;
	padding:70px 0px 50px;
	background-size:auto 100%;
}

.readTxt_pr{padding:20px 0px 20px;
	background-color: #FFF;
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 5px;}


	.aboutBox article{
		padding-bottom: 20px;
		width: 720px;
		box-sizing: border-box;
		margin: 20px auto 20px;
		font-weight: bolder;

	}
	.stepBox{
		width: 1000px;
		margin: 0 auto;
		font-weight:100;
		font-size: 18px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		
	}
	.stepTtl{
		width: 100%;
		margin: 80px 0 30px;
	}
	.stepBox article{
		width: calc(50% - 10px);
		padding: 30px;
		box-sizing: border-box;
		border-radius: 5px;
		background-position: top 30px left 30px !important;
			text-align: left;
	}
	.stepBox article p:first-of-type{
		padding-left: 60px;
	}
	.stepImg{
		margin: 10px 0;
		text-align: center;
	}
	
	.acTxt01 {text-align: center;
	}
	
	
	.applyBt{
	margin: 50px;
}
	
	.cautionBox{
		text-align: left;
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px;
		border-radius: 5px;
	}
	.cautionTtl{
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cautionTxt{font-size: 18px;}

	.winnerList{
		max-width: 960px;
		margin: 30px auto;
		padding: 30px;
	}
	.monthWinner{
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 15px;
		color: #f51da1;
		display: inline-block;
		border-bottom: 12px solid rgba(255,255,255,0.8);
	}
	.winnerList > div{
		display: flex;
		margin-bottom: 30px;
	}
	.winnerList > div dl{
		width: calc((100% - 20px) / 2);
	}
	.winnerList > div dl dt{
		font-size: 0.8em;
	}
	.volTxt{
		display: inline-block;
		color:#fff;
		line-height:1;
		padding: 5px;
		margin-bottom:10px;
		border-bottom:5px solid #fff;
		font-size:1.5em;
		font-weight: bold;
	}
	.volTxt span{
		font-size: 0.8em;
		font-weight: bold;
	}
	.playIcon{
	}
	footer{
		font-size: 18px;
		padding: 20px;
	}
	.pcNone{
		display: none;
	}
}

/* --------------------------------------------------
	タブレット
-------------------------------------------------- */

@media screen and ( min-width: 641px ) and ( max-width: 1000px ) {

	.wrap{overflow: hidden;}
	
	.topBox{
	max-width: 1000px;width: 100%;height: auto;
	background: url("../img/top_bg.jpg") no-repeat 20% -10%;background-size: cover;}
	
	.mainVisual{
	background: url("../img/top_line.png") no-repeat center bottom 0px;
	background-size: contain;}
	
	.stepTtl img{width: 200%;height: auto; margin: 0 -50%;}

	.aboutBox article{
		max-width:640px;width: 100%;height: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	.stepBox{
		width: 640px;
		font-size: 22px;}
		
	.stepTtl{
		width: 100%;
		margin: 80px 0 15px;
		overflow: hidden;
	}
	
	
	.acTxt01 {text-align: center;
	}
	
	.stepBox article{
		padding: 20px;
		box-sizing: border-box;
		background-position: top 20px left 20px !important;
		background-size: 30px auto !important;
		margin-bottom: 20px;
	}
	.stepBox article p:first-of-type{
		padding-left: 40px;
	}
	.stepImg{
		margin: 10px 0;
		text-align: center;
	}
	.smpHide{display: none;}
	
		.headline1,.headline2{
	text-align: left;
	max-width: 900px;
	width: 60%;	
	height: auto;	
	margin: 0 auto;
	padding: 30px 0px 20px;
	}

	
	.applyBt img{max-width: 1000px;}
	
	.aboutBox{
	background: url("../img/bg_blue2.jpg")no-repeat;
	text-align: center;background-size: cover;
	padding:50px 0px 20px;
}
	
	.targetBox{
		max-width: 900px;
		width: 100%;	
	height: auto;
	margin: 0 auto; box-sizing: border-box;
		margin-top: -60px;
		padding-bottom: 120px;
	}
	
	.applyBt{
	margin: 50px;
}
}


/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width:640px){
	body{
		font-size: 17px;
	}
	img{
		width: 100%;
		height: auto;
	}
	.contentIn{
		padding: 20px 10px;
		margin: 0 auto;
	}



.logo{
	padding: 20px 0px 15px;
	}
	
.logo img{width:80%;height: auto;}
	
.readTxt{
		margin:0px;
	}

.LinkBox{
	display: flex;justify-content: space-between;justify-content: space-around;
	margin:-15px auto 0;
}
	.LinkBox img{width: 95%;height: auto;}
	
	.topBox{
	max-width: 640px;width: 100%;height: auto;
	background: url("../img/top_bg.jpg") no-repeat 20% -50%;background-size: cover;}

.mainVisual{
		padding: 10px 0px 130px;
	}
	
	.mainVisual{
	background: url("../img/top_line.png") no-repeat center bottom ;
	background-size: 640px;}

	.targetBox{
		background: url("../img/oo_01.png") no-repeat center top ;background-size: 500px auto;
	}
	

	
	.programBox{
		max-width: 640px; width: 80%;height: auto;margin: -70px auto 0;
		background-color: #3b3b3b;
	}
	
	.headline1{
	text-align: left;
	width: 70%;	
	height: auto;	
	margin: 0 auto;
	padding: 0px 0px 10px;
	}
	.headline2{
	text-align: left;
	width: 50%;	
	height: auto;	
	margin: 0 auto;
	padding: 0px 0px 10px;
	}
	
	.targetBox{
		margin-top: -30px;
		padding-bottom: 120px;
	}
	.target{
		box-sizing: border-box;
		border: 8px solid #000;
		position: relative;
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.targetMonth{
		width: 80px;
		height: 80px;
		position: absolute;
		background: url(../img/bg_month.png) no-repeat;
		background-size: contain;
		background-position: center center;
		bottom: -18px;
		right: -18px;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	.targetBtn{
		margin: 20px 10px;
	}
	.targetBtn a{
		padding: 10px;
	}

	.title1{
		margin-bottom: 15px;
		background: url(../img/pinkslash.png) no-repeat;
		background-size: auto 32%;
		background-position: right center;
	}
	.title2{
		text-align: right;
		margin-bottom: 15px;
		background: url(../img/pinkslash.png) no-repeat;
		background-size: auto 32%;
		background-position: left center;
	}
	.thumb2 {text-align: right;}
	
	.thumb1 img,.thumb2 img{
    font-weight: bold;
    border: solid 5px #FFF;
	 box-shadow: 5px 5px 0px 0 #4c4c4c;
	opacity: 0.7;
	}
	.deliveryTime{margin-bottom: 50px;}
	.YouTube{opacity: 0.7;max-width: 640px; width: 90%;height: auto;margin: 15px auto 15px;}
	.YouTube img{text-align: center;}
	
	.txt_pre1{margin-top: 10px;font-size: 16px; font-weight: 300;}
	.txt_pre2{margin-bottom: 30px;font-size: 13px;}
	
	.vol,.thumb{max-width: 640px; width: 80%;height: auto;margin:0 auto;
	}
	.thumb img{text-align: center; margin-bottom: 50px;}
	.playIcon img{margin-bottom:0;}
	.thumb.playIcon{margin-bottom: 50px;}
	.playIcon a::after{
		width:70px;
		height:70px;
		top: calc(50% - 35px);
		left: calc(50% - 35px);
	}

	.programLink{
	margin: 0 auto;
	background: url("../img/oo_02.png") no-repeat center bottom 40px;background-size: 500px auto;
	padding: 10px 0px 70px;}
	
	
	.programBoxYoutube{
		text-align: center;
		background: url("../img/oo_03.png"),url("../img/bg_blue.jpg") ;
		background-repeat: no-repeat;
		background-position: center;
		padding:30px 0 30px; 
	}
	.title{
		margin-bottom: 30px;
	}
	
	.prg1{max-width: 640px; width: 90%;height: auto;margin: 0 auto;}
	.prg1 img{
	font-weight: bold;
    border: solid 5px #FFF;
	}

	.bt{margin: 15px auto 0px; width: 95%; height: auto;}

	
	.programBoxNETpre{
		text-align: center;
		padding:30px 0px 50px;
   		background-image:repeating-linear-gradient(130deg,#545454, #545454 40px, #434343 40px, #434343 80px);
}


	
.aboutBox{
	background: url("../img/bg_blue2.jpg")no-repeat;
	padding:20px 0px 30px;
	background-size: auto 100%;
}

.readTxt_pr{
	padding:10px 0px 10px;
	background-color: #FFF;
	max-width: 640px;
	width: 90%;
	height: auto;
	margin: 0 auto;font-weight: bolder;font-size: 15px;
	border-radius: 5px;}

	
	.aboutBox article{
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.stepBox{
		font-size: 16px;
		max-width: 640px;
		width: 95%;
		height: auto;margin: 0 auto;
	}
	.stepTtl{
		width: 100%;
		margin: 80px 0 15px;
		overflow: hidden;
	}
	.stepTtl img{
		width: 200%;
		margin: 0 -50%;
	}
	.stepBox article{
		padding: 20px;
		box-sizing: border-box;
		background-position: top 20px left 20px !important;
		background-size: 30px auto !important;
		margin-bottom: 20px;
	}
	.stepBox article p:first-of-type{
		padding-left: 40px;
	}
	.stepImg{
		margin: 10px 0;
		text-align: center;
	}

		.applyBt{
	margin: 20px;
}
	
	.cautionBox{
		padding: 10px;
	}
	.cautionTtl{
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cautionTxt{font-size: 15px;}

	.winnerList{
		margin: 20px;
		padding: 20px;
		text-align: center;
	}
	.monthWinner{
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 15px;
		color: #f51da1;
		display: inline-block;
		border-bottom: 8px solid rgba(255,255,255,0.8);
	}
	.winnerList > div{
	}
	.winnerList > div dl{
		margin-bottom: 20px;
	}
	.winnerList > div dl dt{
		font-size: 0.8em;
	}
	.volTxt{
		display: inline-block;
		color:#fff;
		line-height:1;
		padding: 5px;
		margin-bottom:10px;
		border-bottom:5px solid #fff;
		font-size:1.5em;
		font-weight: bold;
	}
	.volTxt span{
		font-size: 0.8em;
		font-weight: bold;
	}


	footer{
		font-size: 15px;
		padding: 10px;
	}
	.smpHide{display: none;}

}

/* --------------------------------------------------
	Wide use
-------------------------------------------------- */
/* ボーダークラス */
.brdNone{border:none;}

/* 余白クラス */
.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;}
