/*
Theme Name: PiQy
Theme URI: www.piqy.com
Description: this is PiQy's theme
Version: 1.0
Author: kobaishi
*/
@charset "utf-8";

/*  font  */
@font-face {
	font-family: "Futura";
	src: url("./fonts/Futura.eot?") format('eot'),
	     url("./fonts/Futura.woff") format('woff'),
	     url("./fonts/Futura.otf")  format('opentype');
}

body,
body * {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight: 400;
    letter-spacing:0.03em;
    color: #323232;
    word-wrap: break-word;
}

a {
	color: #323232;
	outline:none;
	text-decoration:none;
}
li { list-style:none; }
textarea { resize:none; }
img {
   vertical-align:top;
   max-width: 100%;
   height: auto;
}

input,
select,
textarea,
radio,
checkbox,
button {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.clear { clear:both; }
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl { float:left; }
.fr { float:right; }


.mt5  { margin-top: 5px !important; }

.mb5   { margin-bottom: 5px !important; }
.mb10  { margin-bottom: 10px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb30  { margin-bottom: 30px !important; }
.mb40  { margin-bottom: 40px !important; }
.mb50  { margin-bottom: 50px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb70  { margin-bottom: 70px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb90  { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.pt30 { padding-top: 30px !important; }

.pl10 { padding-left: 10px !important; }

.animation,
.animation * {
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-opa a,
button {
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-opa a:hover,
button:hover { opacity: 0.7; }

.sp { display: none; }

/*------------------------------------------------------
   header style
-------------------------------------------------------*/
#global-header {
	width: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 10010;
	background: url(./images/header_bg.png) no-repeat center top;
	background-size: 100% 60px;
}
#global-header .inner {
    height: 60px;
    z-index: 10020;
}

#global-header .logo {
   width: 178px;
   position: absolute;
   left: 10px;
   top: 5px;
}
#global-header .logo a {
    display:block;
    height: 0;
    padding-top: 47px;
    background: url(./images/logo.png) no-repeat;
    background-size: contain !important;
    overflow: hidden;
}
#global-header .btns {
    position: absolute;
	right: 60px;
	top: 12px;
	overflow: hidden;
}
#global-header .btns li {
	float: left;
	margin-left: 30px;
}
#global-header .btns li a {
	display:block;
	height: 0;
	overflow: hidden;
}
#global-header .btns li a.btn-dl {
    width: 200px;
	padding-top: 36px;
	background: url(./images/btn_dl.png) no-repeat;
}
#global-header .btns li a.btn-dl:hover {
	background: url(./images/btn_dl_on.png) no-repeat;
}
#global-header .btns li a.btn-tw {
    width: 28px;
    padding-top: 25px;
    background: url(./images/icon_tw.png) no-repeat;
}
#global-header .btns li a.btn-tw:hover {
	background: url(./images/icon_tw_on.png) no-repeat;
}

#global-header #btn-menu {
    position: absolute;
    right:0;
    top: 17px;
    right: 10px;
    height: 26px;
    width: 26px;
    cursor: pointer;

/*	background: url(./images/btn_menu.png) no-repeat;
	overflow: hidden;
*/
}






#global-header #btn-menu .box {
    position: relative;
    width: 26px;
    height: 26px;
}

#global-header #btn-menu  .t,
#global-header #btn-menu  .m,
#global-header #btn-menu  .b {
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    left: -100%;
    right: -100%;
    margin: auto;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#global-header #btn-menu  .t {
    top: -18px;
    bottom: 0;
}
#global-header #btn-menu  .m {
    top: 0;
    bottom: 0;
}
#global-header #btn-menu  .b {
    top: 0;
    bottom: -18px;
}



#global-header #btn-menu.active .t,
#global-header #btn-menu.active .b {
    top: -100%;
    bottom: -100%;
    width: 32px;
}
#global-header #btn-menu.active .t {
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

#global-header #btn-menu.active .m {
    width: 0;
}
#global-header #btn-menu.active .b {
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}


#global-header .tgc{
	position: absolute;
	top: 110px;
	right: calc((100% - 1020px)/2);
	width: 184px;
	height: 184px;
}
#global-header .tgc a{
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
















#main-nav {
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(255,255,255,0.9);
    display:none;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main-nav.active { display:block; }
#main-nav li {
     border-bottom: solid 1px #ccc;
     height: 40px;
     overflow: hidden;
}
#main-nav li a {
    font-size: 16px;
     width: 0;
     opacity:0;
    display: block;
    line-height: 40px;
    text-indent: 20px;
    box-sizing: border-box;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#main-nav li a.active {
    width: 210px;
    opacity:1;
}
#main-nav li a:hover {
   background: #323232;
   color: #fff;
}


/*------------------------------------------------
   footer style
--------------------------------------------------*/
#global-footer {
	width: 100%;
	height: 120px;
	background: url(./images/footer_bg.png) no-repeat center top;
	background-size: 100% 120px;
}

#ft-nav {
	padding: 25px 0 15px;
	text-align: center;
}
#ft-nav li {
    display: inline;
	margin: 0 20px;
}
#ft-nav li a {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2em;
}
#ft-nav li a:hover { color: #323232; }


#copyright {
    text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Futura";
	letter-spacing: 0.2em;
}

/*------------------------------------------------
   common style
--------------------------------------------------*/
body {
   padding-top: 60px;
  overflow-x: hidden;
}
/*#contents{min-width: 1200px;}*/
.inner {
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    margin:auto;
    position: relative;
}

.contents-box {
	padding: 90px 0 100px;
}

.common-title {
 /*   font-size: 48px;
	line-height: 1.7;
	letter-spacing: 0.2em;
*/
line-height: 1;
	text-align:center;
	margin-bottom: 60px;
}


table {
    width: 100%;
    border-collapse: collapse;
}

/* rollover調整 */
.btn-roll img { display:none; }

.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------
   home style
--------------------------------------------------*/
/* top-contents */
#top-contents { padding: 0 0 0; }

#top-contents .copy {
    font-size: 36px;
    text-align:center;
    margin-bottom: 40px;
    opacity: 0;
}

#animation-area {
    width: 840px;
    height: 480px;
    margin: auto;
    position: relative;
}
#animation-area .phone {
    position: relative;
    width: 238px;
    height: 480px;
	opacity:0;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#animation-area #animation-left  { background: url(images/phone.png) no-repeat; margin-left:-200px; }
#animation-area #animation-right { background: url(images/phone_re.png) no-repeat; margin-right: -200px; }

#animation-area #animation-left.active { margin-left:0; opacity: 1; }
#animation-area #animation-right.active { margin-right:0; opacity: 1; }

#mark-dl-free {
   position: absolute;
   right: -50px;
   bottom: -50px;
   opacity: 0;
   width: 0;
}
/*
 -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms;
}
#mark-dl-free.scaleup {
   -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
*/
#animation-area .phone-wrap {
    width: 204px;
    height: 362px;
    overflow: hidden;
    position: absolute;
    top: 59px;
    z-index: 100;
}
#animation-left .phone-wrap {left: 17px; }
#animation-right .phone-wrap {left: 16px; }

#animation-area .phone-wrap video {
    width: 204px;
    height: 362px;
}
#video-right {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#animation-area .box {
    position:absolute;
    top: 10px;
    width: 100%;
    text-align:center;
}
#animation-area .box p {
    font-size: 21px;
    margin-bottom:10px;
}
#animation-area .box #mark-piqy { opacity: 0; margin-top: 160px;}


.arrows {
   overflow: hidden;
   position: absolute;
   text-align:center;
   width: 100%;
}
.arrows span {
   opacity: 0;
   display: inline-block;
   width: 48px;
   height: 84px;
   margin: 0 10px;
}
.arrow-top { top: 0; }
.arrow-btm { top: 360px; }

.arrow-left { background:url(./images/arrow_l_to_r.png) no-repeat; }
.arrow-right { background:url(./images/arrow_r_to_l.png) no-repeat; }

#information-area {
    min-height: 120px;
	position:relative;
}

#information-area #news-area {
    width: 380px;
	padding-top: 20px;
}
#information-area #news-area h2 {
   font-family: "Futura";
}
#information-area #news-area li {
	border-bottom: solid 1px #ccc;
	line-height: 2;
	font-size: 12px;
}
#information-area #news-area li .post-date {
    margin-right: 20px;
}

#information-area #btn-scroll {
    position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	background: url(./images/btn_scroll_bg.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}
#information-area #btn-scroll div {
    position: relative;
}
#information-area #btn-scroll div img {
    position:absolute;
    top:41px;
    left: 20px;
    z-index: 10;
}


#btn-stores {
    position: absolute;
	right:0;
	top: 80px;	
	overflow: hidden;
}
#btn-stores ul li {
	float: left;
	margin-left: 30px;
}
#btn-stores ul li a { display:block; }


/* intro-area */
#intro-area .common-title img { max-width: initial; }
#intro-area .text01 {
	font-size: 24px;
	text-align:center;
}

#intro-area { text-align:center; }
#intro-area li {
	display: inline-block;
	width: 336px;
	height: 336px;
	padding: 48px;
	box-sizing: border-box;
	overflow: hidden;
	margin:0 70px;
 
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms;
}
#intro-area li.scaleup {
   -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

#intro-area li:nth-child(1) { background: url(./images/circle_bg01.png) no-repeat center; }
#intro-area li:nth-child(2) { background: url(./images/circle_bg02.png) no-repeat center; }
#intro-area li:nth-child(3) { background: url(./images/circle_bg03.png) no-repeat center; display: block; margin:auto; }

#intro-area li h3 {
/*
   font-size: 60px;
   line-height: 2;
*/
   border-bottom: solid 1px #323232;
   margin-bottom: 20px;
   padding: 40px 0 30px;
}
#intro-area li p {
   font-size: 18px;
   line-height: 2;
}


/*  movie-area */
#movie-area { padding:0 0 100px; }
#movie-area .inner { padding: 0 100px; }
#movie-area .youtube-wrap { border:solid 1px #ccc; }
#movie-area .text01 {
    font-size: 21px;
    line-height: 2;
    text-align: center;
}
#movie-area .link {
	display: block;
	max-width: 400px;
	width: 100%;
        padding: 10px 0;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #323232;
	margin:auto;
	border: solid 1px #323232;
}
#movie-area .link:hover {
	color: #fff;
	background: #323232; 
}

/* ability-area */
#ability-area {
	background: url(./images/ability_bg.png) no-repeat center;
	background-size: 100% 100%;
}
#ability-area .common-title { color: #fff; }
#ability-area li { margin-bottom: 70px; }
#ability-area li:last-child { margin-bottom: 0; }

#ability-area table th {
	width: 300px;
	text-align: center;
        overflow:hidden;
}
#ability-area table td h3 {
    font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#ability-area table td p {
	font-size: 21px;
	line-height:2;
}

#ability-area li th img {
    position: relative;
    opacity: 0;
    left: -100px;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ability-area li.fade-move th img {
    opacity: 1;
    left: 0;
}

/* function-area */
#function-area {}
#function-area .inner { padding: 0 100px; }

#function-area li {
    padding: 70px 0;
    border-bottom: solid 1px #ccc;
    clear:both;
}
/*#function-area li:last-child {
    border-bottom: none;
    padding: 70px 0 0;
}*/

#function-area li .img-area {
    width: 300px;
    text-align:center;
    box-sizing: border-box;
}
#function-area li .text-area {
    width: 500px;
    box-sizing:border-box;
}
#function-area li .text-area h3 {
    font-size: 36px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 40px;
}
#function-area li .text-area p {
    font-size: 21px;
	line-height: 1.5;
}
#function-area li .text-area p.text01:after {
	content: url(./images/arrow.png);
	display:block;
	margin: 10px 0 0 100px;
}
#function-area li .text-area p.text02 {
	color: #ED86B3;
	margin-bottom: 30px;
}
#function-area li .text-area .box-wrap {
    padding: 5px;
    background:-webkit-gradient(linear, left top, left bottom, from(#FF8CFF), to(#7DEBFF));
    background:-moz-linear-gradient(left, #FF8CFF, #7DEBFF);
    background:linear-gradient(left, #FF8CFF, #7DEBFF);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#function-area li .text-area .box-wrap p {
    background: #fff;
	padding: 20px;
}

#function-area .arrow-wrap { text-align: center; }
#function-area .arrow-wrap img { margin:0 10px; }


#fa01 { padding-top:0 !important; }
#fa01 .img-area { padding: 210px 50px 0 0; }

#function-area .img-wrap { position: relative; }
#function-area .img-wrap .img01,
#function-area .img-wrap .img02,
#function-area .img-wrap .img03 {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms;
}
#function-area .img-wrap .img01.scaleup,
#function-area .img-wrap .img02.scaleup,
#function-area .img-wrap .img03.scaleup {
   -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
#fa01 .img-wrap .img01 { top: -45px; left: 140px; }
#fa01 .img-wrap .img02 { top: 160px; left: -55px; }

#fa02 .img-wrap .img01 { top: -20px; right: 10px; }
#fa02 .img-wrap .img02 { top: 130px; right: 10px; }
#fa02 .img-wrap .img03 { top:  20px; left: 22px; }


#fa03 .arrow-l {
    transform: rotate(-150deg);
    -moz-transform: rotate(-150deg);
    -webkit-transform: rotate(-150deg);
    -o-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
}
#fa03 .arrow-r {
    transform: rotate(-210deg);
    -moz-transform: rotate(-210deg);
    -webkit-transform: rotate(-210deg);
    -o-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
}

#fa04 .img-wrap .img01 { top: 225px; left:0; }
#fa04 .img-wrap .img02 { top: 185px; right: 20px; }

#fa04 .arrow-l {
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
}
#fa04 .arrow-r {
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}

#fa05 .arrow-c {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* company-area */
#company-area { background: rgba(230,230,230,0.4); }
#company-area .inner { padding: 0 100px; }

#company-area table { margin-bottom: 50px; }
#company-area table th {
    font-size: 21px;
	font-weight: normal;
	line-height: 2;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align:top;
	width: 170px;
	padding: 10px 0;
}
#company-area table td {
    font-size: 24px;
	border-bottom: solid 1px #ccc;
	line-height: 2;
	padding: 10px 0;
}
#company-area table tr:last-child th,
#company-area table tr:last-child td { border-bottom: none; }

#company-area .link {
	display: block;
	max-width: 400px;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #323232;
	margin:auto;
	border: solid 1px #323232;
}
#company-area .link:hover {
	color: #fff;
	background: #323232; 
}


/* contact-area */
#contact-area .inner { padding: 0 100px; }
#contact-area table th {
    font-size: 21px;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    border-bottom: solid 1px #ccc;
    vertical-align:top;
    width: 170px;
    padding: 10px 0;
}
#contact-area table td {
    font-size: 21px;
    border-bottom: solid 1px #ccc;
    line-height: 2;
    padding: 10px 0;
}
#contact-area table tr:last-child th,
#contact-area table tr:last-child td { border-bottom: none; }
 
.cation {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    margin-left: 10px;
}
#contact-area input,
#contact-area textarea {
   box-sizing: border-box;
   border: solid 1px #ccc;
}

#contact-area .size-s,
#contact-area .size-m,
#contact-area .size-l {
    height: 36px;
    text-indent: 10px;
}
#contact-area .size-s { width: 100px; }
#contact-area .size-m { width: 410px; }
#contact-area .size-l { width: 100%; }

#contact-area textarea { width: 100%; height: 210px; }

#contact-area #get-address {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    width: 100px;
    text-align: center;
    background: #000;
    color: #fff;
    border-bottom: solid 2px #000;
    cursor: pointer;
}

#contact-area #btn-send {
    display: block;
    width: 206px;
    height: 56px;
    margin: 65px auto 0;
    background: url(./images/btn_send.png) no-repeat;
    cursor: pointer;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}
#contact-area #btn-send:hover {
    background: url(./images/btn_send_on.png) no-repeat;
}


/* post*/
#single-contents {
   clear:both;
   min-height: 500px;
}
#single-contents article { padding-top: 100px; }

#bread-nav {
    overflow: hidden;
}
#bread-nav li {
   float: left;
   margin-left: 10px;
}
#bread-nav li:before {
   content: '>';
   margin-right: 10px;
}
#bread-nav li:first-child:before {
   content: '';
   margin-right: 0;
}
#bread-nav li a {
   text-decoration: underline;
}


/* thanks */
#page-thanks { min-height: 300px; }
#page-thanks p {
    text-align: center;
}
#page-thanks .text01 {
    font-size: 21px;
    margin-bottom: 50px;
}

#page-thanks .link {
	display: block;
	max-width: 300px;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #323232;
	margin:auto;
	border: solid 1px #323232;
}
#page-thanks .link:hover {
	color: #fff;
	background: #323232; 
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* support-area */
#support-area{margin-top: -60px;}
.topmain-wrap {
    width: 90%;
    height: auto;
    margin: 60px auto;
    padding-left: 10px;
}
#parent-nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.children {
    width: 300px;
}
h1.home-top {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 12px 0 12px 20px;
    border-bottom: solid 1px #ccc;
}
h1.home-top .home-top.active:after {
    left: 0;
    position: absolute;
}
.parent-menu{
	margin: 0;
	padding:0;
	overflow: hidden;
}
.parent-menu li:hover{
	background-color: #5f5e5e;
	color: #FFF;
}

.parent-menu ul li{
padding: 20px 10px 20px 20px;
border-bottom: solid 1px #ccc;
}

.single div#txtBox {
	margin: 20px 460px 20px 20px; 
	padding: 10px;
	border: solid 1px #666666;
}
/*20260518-ADD*/
.notice{margin-bottom: 100px;
    background-color: #ed1e79;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 800;
font-size: 18px;}