header {
	padding: 0px;
	margin: 0px;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}



h1 {
	position: relative;
	font-size: 13px;
	color: #663333;
	padding-right: 15px;
	padding-left: 15px;
}
.TableRow {
	display: table-row;
}
.TableCell {
	display: flex;
	align-items:stretch;
	width: 100%;
}
.TableCell > * {
	display: table-cell;
}
.TableCellTitle {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	margin-bottom: 10px;
}
.CellTop {
	vertical-align: top;
}
.CellMiddle {
	vertical-align: middle;
}
#MainAR {
	width: 100%;
	position: relative;
}
.BtnStyle1 a {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
}
#MainAR #bbsBTN {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 45%;
}
#MainAR #slideshow {
	position: absolute;
	height: 40%;
	width: 35%;
	overflow: hidden;
	left: 7%;
	top: 9%;
}
         #slideshow img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8;
}
         #slideshow img.active { z-index:10; }
         #slideshow img.last-active { z-index:9; }
#topInfoAR {
	margin-top: 10px;
	position: relative;
	width: 100%;
}
#topInfoAR li  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
}
#topInfoAR #BG {
	background-image: url(../img/top_img3.png);
	background-repeat: no-repeat;
	height: 250px;
}
#topInfoAR #BG dl dt{
	padding-left: 15%;
}
#topInfoAR #BG dl dd {
	padding-left: 40%;
}
#topInfoAR li dl dt  {
	font-size: 15px;
	font-weight: bold;
	color: #67A7AB;
	margin-bottom: 5px;
}
#topInfoAR li dl dd {
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}
#SearchAR {
	width: 100%;
	position: relative;
	padding-top: 15px;
}
#SearchAR #title {
	font-size: 18px;
	color: #663333;
	font-weight: bold;
	margin-bottom: 10px;
}
#SearchAR #SeachBox {
	width: calc(100% - 30px);
	background: #FFE8D9;
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px;
	margin:0 15px;
	border-radius:8px;
}
#SearchAR #SeachBox #obi {
	position: absolute;
	left: -8px;
	top: 12px;
}
.IMG100 img {
	height: auto;
	width: 100%;
}
footer {
	background-color: #F6F6F6;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
}
.BtnStyle1 {
	height: 45px;
	width: 100%;
	position: relative;
	background-color: #EBE8EA;
	background: -moz-linear-gradient(center top, #ffffff 0%,#ebe8ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #ebe8ea));
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	-moz-box-shadow:1px 5px 10px #CCC;
	-webkit-box-shadow: 1px 5px 10px #CCC;
	box-shadow:  1 5 10px #CCC;
	z-index: 99;
	line-height: 45px;
}
.BtnStyle1 a {
	display: block;
	color: #666;
	text-decoration: none;
}
.BtnStyle1 span {
	display: block;
	padding-top: 10px;
}
.BtnStyle2 {
	display:flex;
	justify-content:center;
	align-items:center;
}
.BtnStyle2 a {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	height: 45px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	background: #309CFF;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #037DFF;
	text-decoration: none;
}

.BtnStyle2 a:hover {
    box-shadow: 0 1px 0 0 #037DFF;
	transform: translateY(4px);
}

.BtnStyle3 {
	height: 45px;
	width: 95%;
	position: relative;
	background-color: #EBE8EA;
	background: -moz-linear-gradient(center top, #ffffff 0%,#ebe8ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #ebe8ea));
	text-align: center;
	-moz-box-shadow:1px 5px 10px #CCC;
	-webkit-box-shadow: 1px 5px 10px #CCC;
	box-shadow:  1 5 10px #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 45px;
	border: 1px solid #CCCCCC;
}
.BtnStyle3 a {
	color: #F39;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.BtnStyle4 {
	display: flex;
    justify-content: center;
    align-items: center;
}
.BtnStyle4 a {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 45px;
    color: #FFF;
    height: 45px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    background: #309CFF;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #037DFF;
    text-decoration: none;
}

.BtnStyle4 a:hover {
	box-shadow: 0 1px 0 0 #037DFF;
    transform: translateY(4px);
}

.BtnStyle5 {
	height: 45px;
	width: 95%;
	position: relative;
	background-color: #EBE8EA;
	background: -moz-linear-gradient(center top, #ffffff 0%,#ebe8ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #ebe8ea));
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 45px;
	border: 1px solid #F39;
}
.BtnStyle5 a {
	color: #F39;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.TitleStyle1 {
	height: 45px;
	width: 100%;
	position: relative;
	background: #30B5FF;
	text-align: left;
	-moz-box-shadow:1px 2px 5px #CCC;
	-webkit-box-shadow: 1px 2px 5px #CCC;
	box-shadow:  1 2 5px #CCC;
	z-index: 99;
	font-size: 16px;
	line-height: 45px;
	text-indent: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.ULlist {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ULlist li {
	font-size: 15px;
	line-height: 45px;
	color: #333;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-left: 15px;
}
.ULlist li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.Text15 {
	font-size: 15px;
	line-height: 1.5em;
	padding: 10px;
}
.Text14 {
	font-size: 14px;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}
.Text13 {
	font-size: 13px;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
}
.DLStyle1 {
	position: relative;
}
.DLStyle1 dl {
	margin-bottom: 15px;
}
.DLStyle1 dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.DLStyle1 dl dd {
	font-size: 15px;
	line-height: 1.5em;
}
.DLStyle2 {
	position: relative;
	padding-top: 15px;
}
.DLStyle2 dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
.DLStyle2 dd {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.DLStyle3 {
	position: relative;
}
.DLStyle3 dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.DLStyle3 dd {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #333;
}
.DLStyle3 dd span {
	font-weight: bold;
	color: #39C;
}
.DLStyle4 {
	position: relative;
}
.DLStyle4 dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.DLStyle4 dd {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #369;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
#regCont dl:nth-child(odd){
	background-color:#FBF0F6;
}
#regCont2 dl:nth-child(odd){
	background-color:#E7F7FF;
}
.DLStyle5 {
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.DLStyle5 dt {
	font-size: 12px;
	font-weight: bold;
}
.DLStyle5 dd {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
.RTCenter {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#regist-form1 {
	height: 340px;
	position: relative;
	background-color: #CDF5EF;
	margin: 7px;
}
#regist-form1 #TTL {
	font-size: 18px;
	font-weight: bold;
	color: #339999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#regist-form1 #check {
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
}
#regist-form1 #compMES {
	font-size: 15px;
	font-weight: bold;
	color: #F39;
	padding: 10px;
}
#regist-form1 #compMES2 {
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	padding: 10px;
}
.window-close {
	font-size: 12px;
	background-color: #999;
	width: 140px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 7px;
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
}
.window-close a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.window-close a:hover {
	background-color: #CCC;
	border-radius: 50px;
}
.winclosea {
	width: 660px;
	position: relative;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
.BGstyle1 {
	position: relative;
	background-color: #C8EEE9;
	padding: 10px;
}
.inputStyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #6CC;
	height: 44px;
	width: 100%;
	padding:10px;
}
.selectStyle {
	font-size: 14px;
}
.selectStyle2 {
	font-size: 15px;
	color: #003;
	height: 40px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #3CC;
	background-color: #FFF;
	font-weight: bold;
}
.selectStyle3 {
	font-size: 13px;
	color: #333;
	height: 44px;
	padding:10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #3CC;
	background-image: url(../img/mark_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.LogBox {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
}
.LogBox .cons {
	width: 80px;
	font-size: 12px;
	font-weight: bold;
}
.LogBox .cons2 {
	width: 120px;
	font-size: 12px;
	font-weight: bold;
}
#agreement {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 25px;
}
#about {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#about #TTL2 {
	font-size: 16px;
	color: #F39;
	font-weight: bold;
	padding: 10px;
}
#about dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 10px;
}
#about dl dt {
	font-size: 15px;
	color: #0099CC;
	font-weight: bold;
	margin-bottom: 5px;
}
#about dl dt span {
	color: #F60;
}
#about dl dd {
	font-size: 14px;
	line-height: 1.5em;
}
#howto {
	position: relative;
	padding: 10px;
}
#howto #TTL3 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 15px;
}
#howto dl {
	position: relative;
}
#howto #arr  {
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#howto dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}
#howto dl dt span {
	color: #FF9966;
}
#howto dl dd {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
#faq {
	position: relative;
	color: #CCC;
	padding: 15px;
}
#faq dl dt {
	font-size: 13px;
	color: #000;
	background-image: url(../img/mark_q.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 2px;
}
#faq dl dd {
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 10px;
	background-image: url(../img/mark_a.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-top: 10px;
}
#corp {
	position: relative;
}
#corp dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6CC;
	padding-bottom: 10px;
}
#corp dl dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #399;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #066;
	padding-right: 5px;
	padding-left: 5px;
	background: -moz-linear-gradient(center top, #B1E2DA 0%,#67D2D2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B1E2DA),color-stop(1, #67D2D2));
}
#corp dl dd {
	font-size: 14px;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}
#payment {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#payment dl {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
#payment dl:nth-child(even) {
	background-color:#E0F0F6;
}
#payment dl dt {
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
}
#payment dl dd {
	font-size: 15px;
	text-align: right;
	padding-right: 15px;
}
#payment dl dd span {
	color: #666;
}
#memPhotoAR {
	width: 100%;
}
#memPhotoAR dt {
	text-align: center;
	width: 80%;
	position: relative;
	margin: 20px auto;
}
#memPhotoAR dd {
	font-size: 14px;
	text-align: center;
	margin-bottom: 7px;
}
#memPhotoAR dd span {
	font-size: 16px;
	font-weight: bold;
}
#memProfAR {
	position: relative;
}
#memProfAR .tableCell {
	margin-bottom: 2px;
}
#memProfAR .tableCell dt{
	display:flex;
	align-items:center;
	font-size: 14px;
	font-weight: bold;
	color: #099;
	background-color: #E8FBF8;
	width: 130px;
	padding-left: 10px;
}
#memProfAR .tableCell dd{
	width:100%;
	background-color: #FFF;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	padding:10px;
}
#mamSMailAR {
	position: relative;
}
#mamSMailAR p#com {
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}
.BGWhite {
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#mamSMailAR p#com span {
	font-size: 16px;
	font-weight: bold;
}
#mamSMailAR dl {
	width: 95%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#mamSMailAR dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #099;
	margin: 20px 0;
}
#regAR1 {
	position: relative;
	width: 100%;
}
#regAR1 dl {
	position: relative;
	margin-bottom:10px;
	padding:0 10px;
}
#regAR1 dl:nth-child(odd) {
	background-color:#E4F6F3;
	padding:10px;
}
#regAR1 dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #399;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
#regAR1 dl dd {
	font-size: 14px;
	position: relative;
	padding: 10px;
	font-weight: normal;
}
#regAR1 dl.underB dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	padding-left: 20px;
}
#regAR1 dl.underB dd input {
	margin-right: 15px;
}
#CsmAR {
	padding: 10px;
	position: relative;
}
#CsmAR p {
	padding-bottom: 10px;
}
#TPnewCont1 {
	position: relative;
	padding: 10px;
}
#TPnewCont1 dl {
	position: relative;
	padding-bottom: 25px;
}
#TPnewCont1 dl dd {
	font-size: 15px;
	line-height: 1.5em;
}

select {
	padding: 5px;
    border-radius: 5px;
}

.tab-page {
	width: calc(100% - 40px) !important;
    border-radius: 50px;
	margin: 0 20px;
}
