a { color: #FFF; }
a.btn_b01, .btn_b01 { background-color: rgba(0, 0, 0, 0); border: 1px solid #FFF; color: #FFF; }
.btn_submit { background-color: #FFF; color: #000; }
a.btn_b02, .btn_b02 { background-color: rgba(0, 0, 0, 0); color: #FFF; border: 1px solid #FFF; }
a.btn_admin, .btn_admin { background-color: rgba(0, 0, 0, 0); color: #FFD300; border: 1px solid #FFD300; }
#bo_list_total { color: #FFF; }
#bo_v_info { color: #FFF; }
#bo_v_info .if_date { color: #FFF; }

* { letter-spacing: -0.25px; }
body, html { background-color: #000; color: #FFF; font-size: 14px; }
#wrap { width: 100%; float: left; overflow-x: hidden; }
#subBox { width: 100%; float: left; overflow-x: hidden; }

.sec { width: 100%; float: left; }
.sec > div { width: 1500px; margin: 0 auto; }
.sec > div > div { width: 100%; float: left; padding-right: 50px; padding-left: 50px; }
.sec.main { margin-top: 90px; }

.imgBox { width: 100%; float: left; margin-top: 90px; }
.imgBox > img { width: 100%; float: left; border-radius: 30px; }
.imgBox > img.pc { display: block; }
.imgBox > img.mo { display: none; }

.bg02 { background-color: #1C1C1C; }
.bg03 { background-color: #111; }

#intro { width: 100vw; height: 100vh; float: left; text-align: center; font-size: 17px; }
#intro > .links { width: 100%; height: 100%; float: left; }
#intro > .links > a { width: 50%; height: 100%; float: left; background-size: cover; background-position: center; }
#intro > .links > a:nth-of-type(1) { background-image: url(/images/intro01.jpg); }
#intro > .links > a:nth-of-type(2) { background-image: url(/images/intro02.jpg); }
#intro > .links > a > .cover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.85; background-color: #000; transition: opacity 0.3s; }
#intro > .links > a > .info { position: absolute; z-index: 2; left: 0; bottom: 15%; width: 100%; }
#intro > .links > a > .info > span { width: 100%; float: left; line-height: 28px; }
#intro > .links > a > .info > .txt01 { margin-bottom: 55px; }
#intro > .links > a > .info > .txt02 { font-weight: 500; font-size: 36px; margin-bottom: 25px; }
#intro > .links > a > .info > .txt03 { margin-bottom: 30px; }
#intro > .links > a:hover > .cover { opacity: 0; }

#intro > .visual { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; }
#intro > .visual > p { font-weight: 400; margin-top: 45px; line-height: 35px; }
#intro > .visual > p > b { font-size: 48px; }

#hd { transition: background-color 0.35s; background-color: rgba(0, 0, 0, 0); position: fixed; left: 0; top: 0; z-index: 10; }
#hd > div > div > div { transition: padding 0.35s; padding: 50px 0; box-sizing: content-box; }
#hd .logo { float: left; }
#hd .logo > a { display: inline-block; vertical-align: middle; }
#hd .logo > a > img { display: inline-block; vertical-align: middle; height: 120px; transition: height 0.35s; }
#hd .logo > a > .off { display: inline-block; }
#hd .logo > a > .on { display: none; }
#hd .nav { float: right; }
#hd .nav > a { display: inline-block; vertical-align: middle; font-size: 17px; margin-right: 30px; transition: color 0.35s; color: #FFF; font-weight: bold; }
#hd .nav > a.lang { font-weight: 100; }
#hd .nav > a.lang.on { font-weight: 500; }
#hd .nav > a.line { font-weight: 100; margin-right: 15px; margin-left: -15px; }

#hd.on { background-color: #000; }
#hd.on > div > div > div { padding: 30px 0; }
#hd.on .logo > a > img { height: 80px; }
#hd.on .logo > a > .off { display: none; }
#hd.on .logo > a > .on { display: inline-block; }
#hd.on .nav > a { color: #FFF; }

#hd.black { background-color: #000; }
#hd.black > div > div > div { padding: 30px 0; }
#hd.black .logo > a > img { height: 80px; }
#hd.black .logo > a > .off { display: none; }
#hd.black .logo > a > .on { display: inline-block; }
#hd.black .nav > a { color: #FFF; }

#navBtn { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); cursor: pointer; width: 35px; height: 20px !important; display: none; line-height: normal; padding: 0 !important; }
#navBtn > div { position: absolute; width: 100%; height: 2px; background-color: #FFF; right: 0; transition: all 0.5s; }
#navBtn > div:nth-of-type(1) { top: 0; }
#navBtn > div:nth-of-type(2) { top: 50%; margin-top: -1px; }
#navBtn > div:nth-of-type(3) { bottom: 0; }
#navBtn.on > div:nth-of-type(1) { transform: rotate(45deg) translateY(-50%); top: 50%; right: -1px; }
#navBtn.on > div:nth-of-type(2) { width: 0; }
#navBtn.on > div:nth-of-type(3) { transform: rotate(-45deg) translateY(-50%); bottom: 50%; right: -1px; margin-bottom: -2px; }

#hd.on #navBtn > div { background-color: #FFF; }
#hd.black #navBtn > div { background-color: #FFF; }

#navBox { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9; padding: 0 20px; padding-top: 90px; background-color: #000; display: none; }
#navBox > a { display: inline-block; font-weight: 700; font-size: 21px; color: #FFF; margin-bottom: 25px; }
#navBox > a.lang { font-weight: 100; margin-right: 10px; }
#navBox > a.lang.on { font-weight: 500; }

#black_head_wrap { margin-top: 150px; }

#ft { margin-top: 130px; }
#ft .ft_wrap { width: 100%; float: left; padding-bottom: 230px; }
#ft .ft_wrap > div { display: block; }
#ft .ft_wrap > .logo { width: 100%; position: absolute; left: 0; top: 0; text-align: center; }
#ft .ft_wrap > .logo > img { height: 28px; }
#ft .ft_wrap > .logo > p { width: 100%; font-size: 10pt; line-height: 16pt; margin-top: 20px; }
#ft .ft_wrap > .link { width: 300px; font-weight: 500; font-size: 13px; line-height: 32px; }
#ft .ft_wrap > .link > a > b { font-size: 16px; }
#ft .ft_wrap > .addr { font-size: 14px; line-height: 24px; }
#ft .ft_wrap > .sns { width: 280px; text-align: right; z-index: 2; float: right; top: 20px; }
#ft .ft_wrap > .sns > a { display: inline-block; margin-left: 15px; border: 1px solid #FFF; border-radius: 100%; overflow: hidden; }
#ft .ft_wrap > .sns > a:first-of-type { margin-left: 0; }
#ft .ft_wrap > .sns > a > img { vertical-align: middle; height: 44px; }

#main01 { width: 100%; float: left; margin-bottom: 90px; }
#main01 .cover { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; }
#main01 > div { width: 100%; float: left; }
#main01 > div > ul { width: 100%; float: left; }
#main01 > div > ul > li { width: 100%; height: 850px; float: left; }
#main01 > div > ul > li > p { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); color: #FFF; text-align: center; z-index: 2; font-weight: bold; font-size: 58px; }

.wordBox { margin-top: 90px; }
.wordBox.topNone { margin-top: 0 !important; }
.wordBox .left { max-width: 50%; float: left; font-size: 60px; line-height: 80px; font-weight: 700; }
.wordBox .left > img { display: inline-block; margin-top: 150px; }
.wordBox .left > p { font-size: 16px; line-height: 32px; font-weight: 100; }
.wordBox .right { max-width: 50%; float: right; }
.wordBox .right > p { font-size: 16px; line-height: 32px; font-weight: 100; }
.wordBox .right > p > a { font-size: 16px; color: #FFF; font-weight: 700; margin-top: 20px; width: 160px; height: 65px; line-height: 63px; border: 1px solid #ee1e31; background-color: #ee1e31; transition: background-color 0.35s, color 0.35s; display: inline-block; border-radius: 50px; text-align: center; }
.wordBox .right > p > a:hover { color: #ee1e31; background-color: #000; }

.wordBox.bg02 .left { padding-top: 100px; }
.wordBox.bg02 .left > p { padding: 30px 0 50px; }

#video_pop { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.5); display: none; }
#video_pop > div { position: absolute; width: 800px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
#video_pop > div > .closeBtn { position: absolute; cursor: pointer; width: 35px; height: 25px; right: 0; top: -40px; }
#video_pop > div > .closeBtn > div { position: absolute; width: 100%; height: 2px; background-color: #FFF; right: 0; }
#video_pop > div > .closeBtn > div:nth-of-type(1) { transform: rotate(45deg) translateY(-50%); top: 50%; right: -1px; }
#video_pop > div > .closeBtn > div:nth-of-type(2) { transform: rotate(-45deg) translateY(-50%); bottom: 50%; right: -1px; margin-bottom: -2px; }
#video_pop > div > .video_wrap { width: 100%; float: left; padding-bottom: 56%; }
#video_pop > div > .video_wrap > * { position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 0; outline: none; }

.privacy_pop { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.5); display: none; }
.privacy_pop > div { position: absolute; width: 600px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.privacy_pop > div .closeBtn { position: absolute; cursor: pointer; width: 35px; height: 25px; right: 20px; top: 50%; transform: translateY(-50%); }
.privacy_pop > div .closeBtn > div { position: absolute; width: 100%; height: 2px; background-color: #FFF; right: 0; }
.privacy_pop > div .closeBtn > div:nth-of-type(1) { transform: rotate(45deg) translateY(-50%); top: 50%; right: -1px; }
.privacy_pop > div .closeBtn > div:nth-of-type(2) { transform: rotate(-45deg) translateY(-50%); bottom: 50%; right: -1px; margin-bottom: -2px; }
.privacy_pop > div > .title { width: 100%; float: left; background-color: #333; }
.privacy_pop > div > .title > span { float: left; height: 60px; line-height: 60px; font-weight: 500; font-size: 18px; color: #FFF; padding-left: 20px; }
.privacy_pop > div > .content { width: 100%; float: left; background-color: #FFF; padding: 20px; font-size: 12px; font-weight: 100; line-height: 18px; height: 300px; overflow-y: scroll; color: #000; }

#subBox > .visualBox { background-position: center bottom; background-size: cover; margin-bottom: 90px; background-image: url(/images/bg01.jpg); }
#subBox > .visualBox > div > div { height: 850px; }
#subBox > .visualBox img.pc { display: block; float: left; top: 50%; transform: translateY(-50%); }
#subBox > .visualBox img.mo { display: none; position: absolute; width: 80%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
#subBox > .visualBox p { width: 100%; float: left; top: 50%; transform: translateY(-50%); font-weight: bold; font-size: 72pt; text-align: center; }
#subBox > .visualBox.center img.pc { left: 50%; transform: translateY(-50%) translateX(-50%); }
#subBox > .wordBox { margin-top: 200px; }

#subBox > .sub02 { margin-top: 100px; }
#subBox > .sub02 ul { width: 100%; float: left; }
#subBox > .sub02 ul > li { width: calc(calc(100% - 40px) / 3); float: left; margin-right: 20px; margin-top: 20px; border-radius: 30px; overflow: hidden; }
#subBox > .sub02 ul > li:nth-of-type(3n) { margin-right: 0; }
#subBox > .sub02 ul > li > img { width: 100%; float: left; }

#subBox > .sub02_01 { background-color: #1C1C1C; padding-top: 100px; margin-top: 100px; }
#subBox > .sub02_01 .right { width: 100vw; left: 50%; transform: translateX(-50%); float: left; max-width: 100vw; padding: 40px 0; }
#subBox > .sub02_01 .right > img { width: 100%; }

#contactBox { width: 100%; float: left; }
#contactBox .sec > div { width: 100% !important; float: left; }
#contactBox .sec > div > div { padding: 0 !important; }
#contactBox form { width: 100%; float: left; }
#contactBox form > .title { width: 100%; float: left; font-weight: 100; font-size: 14px; letter-spacing: 5px; margin-bottom: 80px; }
#contactBox form > .title > span { display: inline-block; vertical-align: middle; width: 10px; height: 10px; margin-right: 5px; border-radius: 100%; background-color: #FF0000; top: -1px; }
#contactBox form > .left { width: 45%; float: left; }
#contactBox form > .left > input { width: 100%; height: 50px; float: left; margin-top: 20px; border-bottom: 1px solid #FFF !important; padding: 0 15px; border-radius: 0; }
#contactBox form > .left > input:first-of-type { margin-top: 0 !important; }
#contactBox form > .right { width: 45%; float: right; }
#contactBox form > .right > textarea { width: 100%; height: 300px; float: left; resize: none; border-radius: 30px; padding: 30px; border: 1px solid #FFF; }
#contactBox form > .right > button { width: 100%; height: 60px; float: left; border-radius: 30px; border: 1px solid #FFF; font-weight: 500; font-size: 21px; color: #FFF; background-color: #000; transition: color 0.35s, background-color 0.35s; margin-top: 40px; }
#contactBox form > .right > button:hover { color: #000; background-color: #FFF; }
#contactBox form .ct_input { color: #FFF; font-size: 16px; font-weight: 100; box-shadow: none !important; transition: border-color 0.35s; border-color: #FFF; background-color: rgba(0, 0, 0, 0); }
#contactBox form .ct_input:focus { border-color: #EE1E31 !important; }
#contactBox form > .left > input:focus { border: none !important; border-bottom: 1px solid #EE1E31 !important; }

#boCateBox { width: 100%; float: left; margin-top: -30px; margin-bottom: 60px; text-align: center; }
#boCateBox > .title { width: 100%; float: left; font-weight: bold; font-size: 45pt; line-height: 60pt; }
#boCateBox > .links { width: 100%; float: left; font-weight: 500; font-size: 24pt; margin-top: 40px; }
#boCateBox > .links > span { display: inline-block; margin: 0 40px; }
#boCateBox > .links > p { font-size: 18pt; line-height: 30pt; }

#bo_w .bo_w_flie .lb_icon { width: 80px; }
#bo_w .bo_w_flie .frm_file { margin-left: 90px; margin-top: 0; top: 50%; transform: translateY(-50%); font-size: 12px; }

#boBox { padding: 60px 0; }

#galleryList { width: 100%; float: left; }
#galleryList > a { float: left; margin-bottom: 10px; margin-right: 10px; opacity: 1; transition: opacity 0.35s; }
#galleryList > a:hover { opacity: 0.6; }
#galleryList > a > .img { width: 100%; float: left; overflow: hidden; border-radius: 10px; background-color: #333; background-size: cover; background-position: center; }
#galleryList > a > .img > img { position: absolute; min-width: 100%; height: 100%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); transform-origin: center; max-width: none; }
#galleryList > a > .title { width: 100%; float: left; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 14pt; margin-top: 10px; margin-bottom: 20px; font-weight: 500; }

#galleryList.cnt5 > a { width: calc(calc(100% - 40px) / 5); }
#galleryList.cnt5 > a > .img { padding-bottom: 125%; }
#galleryList.cnt5 > a:nth-of-type(5n) { margin-right: 0; }

#galleryList.cnt4 > a { width: calc(calc(100% - 30px) / 4); }
#galleryList.cnt4 > a > .img { padding-bottom: 100%; }
#galleryList.cnt4 > a:nth-of-type(4n) { margin-right: 0; }

#galleryList.cnt3 > a { width: calc(calc(100% - 20px) / 3); }
#galleryList.cnt3 > a > .img { padding-bottom: 50%; }
#galleryList.cnt3 > a:nth-of-type(3n) { margin-right: 0; }

#bo_ytb { width: 100%; float: left; padding-bottom: 56%; margin-bottom: 40px; border-radius: 10px; overflow: hidden; }
#bo_ytb > * { position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 0; outline: none; }

.mainList { padding: 40px 0; }
.mainList > div > div { padding: 40px 0; padding: 0 !important; }
.mainList.lineT { padding-top: 0; margin-bottom: 40px; }
.mainList.lineT > div > div { border-top: 1px solid #BBB; }
.mainList.lineT02 { margin-top: 40px; }
.mainList.lineB > div > div { border-bottom: 1px solid #BBB; padding-bottom: 40px !important; }
.mainList .mTitle { width: 100%; float: left; padding-top: 25px; }
.mainList .mTitle > .sub { width: 100%; float: left; font-weight: 400; font-size: 16pt; margin-bottom: 25px; }
.mainList .mTitle > .main { width: 100%; float: left; font-weight: 500; font-size: 30pt; line-height: 36pt; margin-bottom: 25px; }
.mainList .mTitle > .memo { width: 100%; float: left; font-weight: 500; font-size: 16pt; line-height: 24pt; color: #777; margin-bottom: 40px; }
.mainList .mMemo { width: 100%; float: left; margin-top: 15px; font-size: 20pt; line-height: 30pt; font-weight: 500; min-height: 40px; }
.mainList .mMemo > a { position: absolute; right: 0; top: 0; font-size: 16pt; }

#main02 { width: 100%; float: left; padding: 100px 0; font-size: 28pt; line-height: 36pt; text-align: center; }
#main02 > a { display: inline-block; width: 150px; height: 50px; line-height: 48px; font-size: 10pt; color: #000; border: 1px solid #FFF; background-color: #FFF; border-radius: 50px; margin-top: 30px; transition: all 0.35s; font-weight: 500; }
#main02 > a:hover { background-color: #000; color: #FFF; }

@media (max-width: 1500px){
	.sec > div { width: 100%; float: left; }
}

@media (max-width: 1200px){
	.sec > div > div { padding-right: 20px; padding-left: 20px; }
	.sec.main { margin-top: 40px; }
	.wordBox { margin-top: 40px; }
	#subBox > .wordBox { margin-top: 40px; }

	#intro > .visual { top: 3%; transform: translateX(-50%); }
	
	#hd .nav > a { margin-right: 15px; }
	
	#ft .ft_wrap > .logo { width: 250px; }
	#ft .ft_wrap > .link { width: 200px; }
	
	#contactBox form > .title { margin-bottom: 40px; }
	#contactBox form > .left { width: 100%; }
	#contactBox form > .left > input { height: 35px; margin-top: 10px; }
	#contactBox form > .right { width: 100%; margin-top: 15px; }
	#contactBox form > .right > textarea { border-radius: 15px; padding: 15px; }
	#contactBox form > .right > button { height: 50px; border-radius: 15px; font-size: 18px; margin-top: 20px; }
	#contactBox form .ct_input { font-size: 15px; }
}

@media (max-width: 800px){
	#hd > div > div > div { padding: 20px 0; }
	#hd.on > div > div > div { padding: 20px 0; }
	#hd.black > div > div > div { padding: 20px 0; }
	#hd .logo > a > img { height: 50px !important; }
	#hd .nav { display: none; }
	
	#intro { font-size: 13px; }
	#intro > .links > a { width: 100%; height: 50%; }
	#intro > .links > a > .info { bottom: 5%; }
	#intro > .links > a:nth-of-type(odd) > .info { bottom: inherit; top: 5%; }
	#intro > .links > a > .info > span { line-height: 20px; }
	#intro > .links > a > .info > .txt01 { margin-bottom: 10px; font-size: 12px; }
	#intro > .links > a > .info > .txt02 { font-weight: 500; font-size: 21px; margin-bottom: 15px; }
	#intro > .links > a > .info > .txt03 { margin-bottom: 20px; }
	#intro > .links > a > .info > img { height: 40px; }

	#intro > .visual { top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 50; width: 100%; }
	#intro > .visual > img { height: 120px; }
	#intro > .visual > p { margin-top: 20px; line-height: 28px; }
	#intro > .visual > p > b { font-size: 24px; }
	
	.imgBox { margin-top: 40px; }
	.imgBox > img.pc { display: none; }
	.imgBox > img.mo { display: block; }
	
	#navBtn { display: block; }
	#black_head_wrap { margin-top: 90px; }
	
	#ft { margin-top: 40px; }
	#ft .ft_wrap { display: block; padding-top: 0; padding-bottom: 100px; }
	#ft .ft_wrap > div { width: 100% !important; float: left; display: block; margin-top: 20px; }
	#ft .ft_wrap > .logo { position: relative; float: left; }
	#ft .ft_wrap > .logo > img { height: 25px; }
	#ft .ft_wrap > .logo > p { font-size: 9pt; line-height: 14pt; margin-top: 10px; }
	#ft .ft_wrap > .link { font-size: 12px; line-height: 21px; }
	#ft .ft_wrap > .link > a > b { font-size: 13px; }
	#ft .ft_wrap > .addr { font-size: 13px; line-height: 21px; }
	#ft .ft_wrap > .sns { width: 100%; float: left; text-align: center; top: 0; }
	#ft .ft_wrap > .sns > a { display: inline-block; margin-left: 5px; }
	#ft .ft_wrap > .sns > a:first-of-type { margin-left: 0; }
	#ft .ft_wrap > .sns > a > img { height: 40px; }
	
	#main01 { margin-bottom: 40px; }
	#main01 > div > ul > li { height: 600px; }
	#main01 > div > ul > li > p { font-size: 32px; }
	
	.wordBox { margin-top: 40px; }
	.wordBox .left { width: 100%; max-width: 100%; font-size: 28px; line-height: 32px; }
	.wordBox .left > img { margin-top: 20px; margin-bottom: 20px; width: 60%; }
	.wordBox .left > p { font-size: 13px; line-height: 21px; }
	.wordBox .right { width: 100%; max-width: 100%; float: left; margin-top: 20px; }
	.wordBox .right > p { font-size: 13px; line-height: 21px; }
	.wordBox .right > p > a { font-size: 13px; margin-top: 15px; height: 40px; line-height: 38px; width: auto; padding: 0 20px; }
	
	.wordBox.bg02 .left { padding-top: 40px; }
	.wordBox.bg02 .left > p { padding: 10px 0 20px; }
	
	#video_pop > div { width: 90%; }
	
	.privacy_pop > div { width: 90%; }
	
	#subBox > .visualBox { margin-bottom: 40px; }
	#subBox > .visualBox > div > div { height: 600px; }
	#subBox > .visualBox img.pc { display: none; }
	#subBox > .visualBox img.mo { display: block; }
	#subBox > .visualBox p { font-size: 36pt; }
	
	#subBox > .sub02 { margin-top: 10px; }
	#subBox > .sub02 ul > li { width: calc(calc(100% - 10px) / 2); margin-right: 10px; margin-top: 10px; border-radius: 15px; }
	#subBox > .sub02 ul > li:nth-of-type(3n) { margin-right: 10px; }
	#subBox > .sub02 ul > li:nth-of-type(2n) { margin-right: 0; }
	
	#subBox > .sub02_01 { padding-top: 40px; margin-top: 40px; }
	#subBox > .sub02_01 .right { padding: 20px 0; padding-top: 0; }
	
	#boCateBox { margin-top: 0; margin-bottom: 40px; }
	#boCateBox > .title { font-size: 28pt; line-height: 32pt; }
	#boCateBox > .links { font-size: 13pt; margin-top: 20px; }
	#boCateBox > .links > span { margin: 0 15px; }
	#boCateBox > .links > p { font-size: 11pt; line-height: 18pt; }

	#boBox { padding: 40px 0; }
	
	#galleryList > a { margin-bottom: 10px; width: calc(calc(100% - 10px) / 2) !important; margin-right: 10px !important; }
	#galleryList > a:nth-of-type(2n) { margin-right: 0 !important; }
	#galleryList > a > .title { font-size: 12pt; }
	
	#galleryList.cnt5 > a > .img { padding-bottom: 125%; }
	#galleryList.cnt4 > a > .img { padding-bottom: 100%; }
	#galleryList.cnt3 > a > .img { padding-bottom: 50%; }
	#galleryList.cnt3 > a { width: 100% !important; margin-right: 0 !important; }
	
	#bo_ytb { margin-bottom: 20px; }
	
	.mainList { padding: 20px; }
	.mainList.lineT { margin-bottom: 0; }
	.mainList.lineB { padding-bottom: 0; }
	.mainList.lineB > div > div { padding-bottom: 20px !important; margin-bottom: 40px; }
	.mainList .mTitle { padding-top: 20px; }
	.mainList .mTitle > .sub { font-size: 12pt; margin-bottom: 20px; }
	.mainList .mTitle > .main { font-size: 20pt; line-height: 26pt; margin-bottom: 20px; }
	.mainList .mTitle > .memo { font-size: 12pt; line-height: 18pt; margin-bottom: 20px; }
	.mainList .mMemo { margin-top: 10px; font-size: 13pt; line-height: 21pt; }
	.mainList .mMemo > a { position: relative; font-size: 13pt; float: right; margin-top: 10px; }

	#main02 { padding: 40px 20px; font-size: 18pt; line-height: 26pt; }
	#main02 > a { height: 45px; line-height: 43px; margin-top: 20px; }
}