﻿/* General CSS for APLS
*/
body
{
	margin: 0;
	font-family: Verdana, Geneva, sans-serif, 'MS PMincho', 'Hiragino Kaku Gothic Pro' , 'Hiragino Kaku Gothic Pro' , Osaka, sans-serif;
    font-size: 16px;
	color: #000000;
	background-color: #F0F0F8;
}

div.main
{
	max-width: 1100px; 
	margin: 0 auto ;
	text-align: left;
	vertical-align: top;
}
.main-width
{
	 width: 96%;
	 margin: 0px;
	 padding: 0px;
}
@media only screen and ( max-width:768px )
{
	div.main
	{
		max-width: 768px; 
		width: 100%; 
	}
	.main-width
	{
		 width: 100%;
	}
}
@media only screen and ( max-width:480px )
{
	div.main
	{
		max-width: 480px; 
		width: 100%; 
	}
	.main-width
	{
		 width: 100%;
	}
}
/*== go top ======================================*/
.gotop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.gotop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.50 ;
}
/*== Title ======================================*/
#header
{
	min-height: 80px;	

}

div.title
{
	max-width: 1100px; 
	margin: 0 auto ;
	text-align: left;
	vertical-align: top;
}

.title-height1, .title-height2
{
	height: 65px;
}
.icon-ssm
{
	display: block;
}

@media only screen and ( max-width:898px )
{
	#header
	{
		min-height: 80px;
	}

	div.title
	{
		max-width: 898px; 
	}
	.title-height1
	{
		height: 55px;
	}
	.title-height2
	{
		max-width: 430px;
		height: auto;
	}


}
@media only screen and ( max-width:768px )
{
	#header
	{
		min-height: 80px;
	}
	div.title
	{
		max-width: 768px; 
	}
	.title-height1
	{
		height: 50px;
	}
	.title-height2
	{
		max-width: 400px;
		height: auto;
	}
	.icon-ssm
	{
		display: none;
	}


}

@media only screen and ( max-width:480px )
{
	#header
	{
		min-height: 80px;
	}
	div.title
	{
		max-width: 480px; 
	}
	.title-height1
	{
		height: 45px;
	}
	.title-height2
	{
		max-width: 325px;
		height: auto;
	}
	.icon-ssm
	{
		display: none;
	}

}
@media only screen and ( max-width:370px )
{
	#header
	{
		min-height: 80px;
	}
	div.title
	{
		max-width: 370px; 
	}
	.title-height1
	{
		height: 40px;
	}
	.title-height2
	{
		max-width: 260px;
		height: auto;
	}
	.icon-ssm
	{
		display: none;
	}

}

/*========================================*/

					/*content outline*/
.width1
{
	max-width: 1100px; 
}
@media only screen and ( max-width:768px )
{
	.width1
	{
		max-width: 768px; 
	}
}
@media only screen and ( max-width:480px )
{
	.width1
	{
		max-width: 480px; 
	}
}
					/*left side in 2 culmn*/
.width-2culmn-left
{
	width: 70%; 
	float: left;
}
					/*right side in 2 culmn*/
.width-2culmn-right
{
	width: 30%;
	float: right;
}

@media only screen and ( max-width:768px )
{
	.width-2culmn-left, .width-2culmn-right
	{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

@media only screen and ( max-width:480px )
{
	.width-2culmn-left, .width-2culmn-right
	{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

.fontfamily-menu
{
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 16px;

}

.fontfamily-index1
{
/*	font-family: Comic Sans MS, cursive;; */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #888;
	font-size: 28px;
	font-weight: bold;
	text-align: center; 
}

.fontfamily-newsevent
{
	font-family: arial, 'arial narrow', 'arial unicode ms'; 
	color: #555;	
	font-size: 18px;
	font-weight: bold;
	text-align: center; 
}


.topnavi
{
	text-decoration: none; 
	border: none; 
	padding-right: 10px;
	color: #444;
}

.topnavi:visited
{
	color: #444;
}

.topnavi:hover
{
	font-weight: bold;
	color: #930;
}


/*============================ */


/* hr ==> */
hr
{
	margin: 1px 5px;
	border: none;
	height: 2px;
	color: #FFF;
}

hr.solid1
{	
	border-top: solid 1px #CCC;
}
hr.solid2
{
	border-top: solid 1px #CCC;
}	
hr.dash1
{
	border-top: dashed 1px #CCC;
}
hr.dotted1
{
	border-top: dotted 1px #CCC;
}


/* characters h font p <== */

h1, h2, h3, h4, h5, h6
{	
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
/*	color: #000080;
	font-family: Century Gothic, Comic Sans MS, Cursive;*/
	color: #36C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1
{
    font-size: 26px;
}

h2
{
    font-size: 24px;
}

h3
{
	font-size: 22px;
}

h4
{
    font-size: 20px;
}

h5
{
    font-size: 18px;
}

p
{
	margin: 5px;

}

p.title1
{
	text-align: center;
}

p.italic
{
	font-style :italic;
	color: #C30;
	
}

.content-padding1
{
	padding-left: 20px;
}

.ul-img-doc
{
	list-style-image: url(../img/icon_document16x16-1.png);
}

/* page comon size etc (table, tr, td ..)==> */

.sidebartd
{
	vertical-align:top;
	padding-top: 0;
}
@media only screen and ( max-width:480px )
{
	.sidebartd
	{
		width: 100%;
		padding: 0;
	}
}

/* sub page ================================>*/
td.subpage1
{
	width: auto;
	margin-right: 5px;
	vertical-align: top;
}
div.subpage1
{
	width: auto;
	vertical-align: top;
}

/*subpage header*/
div.subhead
{
	margin: 0 10px 10px 10px;

}

/*submain : general sub page 
  submain2: photopage
  submain3: contactpage*/
.submain, .submain2, .lhight
{
	line-height: 22px;
	background-color: #FFF;
	margin: 0 auto;
}

.submain
{
	padding: 10px 60px;
}
.submain2, .submain3
{
	padding: 10px 25px;
}

.submain-left1
{
	width: 60%;
	float: left;
}

.submain-right1
{
	width: 30%;
	float: right;
}
@media only screen and ( max-width:768px )
{
	.submain-left1, .submain-right1
	{
		width: 100%;
		float: none;
		padding: 0;
	}
	div.subpage1
	{
		padding: 0;
	}
}
@media only screen and ( max-width:480px )
{
	.submain
	{
		padding: 5px;
	}
	.submain2, .submain3
	{
		padding: 5px;
	}
	.submain-left1, .submain-right1
	{
		width: 100%;
		float: none;
		padding: 0;
	}
	div.subpage1
	{
		padding: 0;
	}
}

.fontheader
{
}

font.subtop
{
	font-size: 26px;
	font-weight: bold;
/*	color: #000080;*/
	color: #22439B;
	padding-left: 10px;
/*	font-family: Century Gothic, Comic Sans MS, Cursive;*/
	font-family: Verdana, Geneva, sans-serif;

}
font.head1
{
	font-weight: bold;
	border-bottom: #FFF 3px double;
	background-color: #C00;
	color: #FFF;
	font-family: Comic Sans MS, Cursive;
}

ul.subpage1
{
	margin-top: 5px; 
	margin-bottom: 8px;
		
}

/*===========================================*/

/*a */
a:focus
{
	outline:none;
}

a.nonedeco
{
	text-decoration: none;
	border: none;
	color: #630;
	
}

a.linkdeco
{
	color: #630;
	font-weight: bold;
	
}

/*a:link
{
	color: #888;
	
}
*/

a:visited
{
	color: #630;
}

a:hover
{
	color: #930;
	
}

/* color  */
.l-white
{
	color: #FFF;
}
.l-yellow
{
	color: #FF5;
}

.l-red
{
	color: #C00;
}

/* img */
img
{
	border: none;
}

img.img-border1
{
	border: #CCC 1px solid;
}

/* Main menu ==================================> */
#menu
{
    width: 100%;
    margin: 0;
    padding: 0 ;
    list-style: none;
}
#menu li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 275px;
	height: 38px;
	line-height: 38px;
	background-color:#036;
	text-decoration: none;
}

#menu a 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 275px; 
	color: #FFF;
	text-transform: none;
    text-decoration: none;
	text-align: center;
}
#menu li:hover > a
{
	color: #036;
	background-color: #EEE;

}

#menu ul li:hover > a
{
	color: #036;
	background-color: #EEE;
	border: 1px solid #036;
	width: 100%;
}

*html #menu li a:hover /* IE6 */
{
	color: #FC0;
}
 
#menu li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 99999;    

}
 
#menu ul li
{
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 275px;

}
 
#menu ul li:last-child
{

}
 
#menu ul a
{
	text-align: left;
	padding: 0 -5px 0 5px;
	margin:0;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	text-indent:5px;
}
 
#menu ul a:hover
{
}
 
#menu ul li:first-child a
{
}
#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 5px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #036;

}
 
#menu ul li:first-child a:hover:after
{
}

#menu ul li:last-child a
{
}
 
				/* Clear floated elements */
#menu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
@media only screen and ( max-width:480px )
{
	#menu li
	{
		float: none;
		width: 100%;
	}
	#menu ul li, #menu li ul
	{
		max-width: 480px;
		width: 90%;
	}
	#menu a
	{
		text-align: center;
		width: 100%;
	}
	#menu li ul li
	{
		background-color: #369;
	}
}
/*====================================================*/

/* top page picture ==================================*/
/*
#mainpicture-tb
{
	max-width: 1100px; 
	margin-left: 0;
	border-bottom:  1px #DDD Solid;
}
#mainpicture-tb td
{
	margine: 0;	
}
#mainpicture-tb img
{
	width: 236px;  
	height: 165px; 

}
*/
/*===============================================*/

/*== top page main program ======================*/
.main-program-tb
{
	border: 1px solid #CCC;
	margin-top: 20px;
	font-family:arial, 'arial narrow', 'arial unicode ms'; 
}
.main-program-border1
{
	border: 5px;
}
.main-program-title
{
	width: 50%;
	padding: 10px 0px;
	border: 1px solid #CCC;
	background-color: #007F00;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.main-program-content
{
	padding: 10px 10px 20px 20px; 
	border: 1px solid #CCC;
	border-top: none;
	line-height: 130%;
	background-color: #FFF;
	font-size: 16px;
}

.main-program-ul
{
	padding-left: 0px;
	padding-top: 0px;
	list-style: square inside;
	font-size: 18px;
}

.a-main-program
{
	text-decoration:none;
	border: none;
	color: #FFF;
}
.a-main-program:hover
{
	color: #6F0;
	font-stretch: expanded;
	border-bottom: 2px dotted #CCC;
	
}
.a-main-program:visited
{
	color: #FFF;
}

.a-main-program:link
{
	color: #FFF;
}


/*==================================================*/

/*  boxes ================================ */

.box1, .box1-box, .box2, .box3
{
	-moz-border-radius: 6px;
    border-radius: 6px;
}

.box1
{
	border: #CCC 1px solid;
}

.box2
{
	border: #FC0 1px solid;
	background-color:#FF6;
	
}

.box3
{
/*	border: #bdbdf0 1px solid;
	background-color: #DFEEF9;*/
	border: #bdbdf0 3px outset;
	background-color:#E7E7F3;
	height: auto;
	padding: 5px 10px; 
	margin-left: 0; 
	margin-right:10px; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif' ;
}

.box-gray
{
	color: #CCC;
	border:#000 thin solid;	
	vertical-align: top;
	background: #000;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 2px 1px #666;
    -webkit-box-shadow: 1px 2px 1px #666;
    box-shadow: 1px 2px 1px #666; 
}

.box-enroll
{
	border: #2A1FFF 2px solid;
	background-color: #2A1FFF;
	font-size: 16px;
	font-weight: bold;

}

.box-red
{
	border: #C00 2px solid;

}

/*  box <============================= */

/* footer ===========================> */

.footer
{
	text-align: center; 
	background-color: #036;
	color: #FFF;
}

.tel-footer a
{
	color: #FFF;
	text-decoration:none;
	font-size: 12px;
}



/* footer <=============================== */

/* Program Page =========================> */
td.pgm0idx
{
	width: 20%;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

td.pgm0dtl
{
	padding: 5px 5px 10px 20px;
	background-color: #FFF;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;}

/* Program Page <========================== */
/*  ===> */
.immersion
{
	background-color: #FDD; 
	padding: 20px 20px 20px 100px;
}
@media only screen and ( max-width:480px )
{
	.immersion
	{
		padding: 5px;
	}
}
/*  <=== */
/* Photos Page ===> */
/*#photo-tb td
{
	width: 33%;
	text-align: center;
	vertical-align: top;
}

#photo-tb img
{
	width: 290px; 
	height: auto;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#photo-tb div
{
	font-size: 14px;
	color: #666;
	height: 30px;
}
*/

#photopage
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0 auto;
	padding: 20px 0px;
}

#photopage img
{
	width: 300px; 
	height: auto;
	border: 2px solid #888;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.photo-div1
{
	font-size: 16px;
	color: #666;
	text-align: center;

}
.photo-div2
{
	padding: 20px;
	float: left;
}
@media only screen and ( max-width:480px )
{
#photopage img
{
	max-width:400px;
}
.photo-div2
{
	padding: 0px;
}
}
/* Photos Page <=== */


/***** below: Japanese Page only *****/
.j-div1, .midashi1
{
	margin: 0 15px;
}

.j-left
{
	margin-left: 25px;
	
}
/* text header ==>*/
.midashi1
{
/*	font-size: 14px;*/
	color: #522886;
	font-weight: bold;
	padding: 2px;
/*	border-bottom: 3px double #522886;*/
	border-left: 20px solid #522886;
}

.midashi2, .midashi3
{
	color: #B6007A;
	padding: 2px;
	font-weight: bold;
}
.midashi2
{
/*	font-size: 14px;*/
}
.midashi3
{
	font-size: 20px;
	margin: 10px 0;
	padding: 10px 10px;
	border-top: 3px solid #E44D93;
	border-bottom: 3px solid #E44D93;
	background-color: #FFF;
}

.midashi4
{
	color: #909;
	font-weight: bold;
}

.midashimenu
{
	color: #B6007A;
	text-decoration: none;
	border: none;
}

.class-info-waku
{
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #E44D93;
	width: 50%;
	vertical-align: top;
	background: #FFF;	
}

#class-detail-tb

{
	
}

#class-detail-tb td
{

	
}

.class-detail1
{
	margin: 5px 10px;
	border-top: 1px dotted #E44D93;

}


/* Table border solid ===> */
.tbborder1
{
	margin: 0 30px;
	border: 1px solid #D7C447; 
}
.tbborder1 th
{
	padding: 2px 4px;
	border: 1px solid #D7C447; 
	background: #FFFFC6;
}
.tbborder1 td
{
	padding: 2px 4px;
	background: #FFF;
	border: 1px solid #D7C447; 	
}
/* Table border solid <=== */
.j-box1
{
	width: 180px;
	margin: auto;
	text-align: center;
}

.j-box2
{
	width: 180px;
	margin: auto;
	text-align: center;
	background: #C03;
}

.j-box3
{
	color: #0C9;
	font-size: 14px;
}
/********************************************/


/*News Event*/
.newsevent-head
{
	background: #FFF;
	border: 1px #CCC solid;
	border-top: 5px #C00 solid;
/*	font-family: Comic Sans MS, cursive;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	padding: 10px;
	text-align: center;
	line-height: 130%;
}

div.newsevent-line
{
	font-family: Verdana, Geneva, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
/*	padding: 30px 0px 10px 10px; */
    padding-left: 10px;
	text-align: left;
	line-height: 130%;
}

.newsevent-head2
{
	background: #FFF;
	border: 1px #CCC solid;
	border-top: 5px #039 solid;
/*	font-family: Comic Sans MS, cursive;*/
	font-size: 18px;
	font-weight:bold;
	padding: 10px;
	text-align: center;
}

div.newsevent-line2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 30px 0px 10px 0px;
	text-align: left;
	line-height: 120%;
}

/*============================= contact page*/
.contact
{
	width: 100%; 
	background-color: #FFF;
	padding: 20px 0;
}
.contact-L, .contact-R
{
	width: 44%; 
}
.contact-L
{
	float: left;
	padding-left: 60px; 
}
.contact-R
{
	float: right;
}
.contact-map-flame
{
	width: 400px;
	height: 400px;
}
.contact-name
{
	font-size: 34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #06C;
}
.contact-li
{
	list-style: none;
}

@media only screen and ( max-width:768px )
{
	.contact-L, .contact-R
	{
		float: none;
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
}
@media only screen and ( max-width:480px )
{
	.contact
	{
		width: 100%; 
		padding-left: 0;	
	}
	.contact-L, .contact-R
	{
		width: 100%;
		padding: 20px 0; 
		float: none;
	}
	.contact-map-flame
	{
		width: 300px;
		height: 300px;
	}
}
/*==========================================*/

/*==slide show ============================*/
#stage {
	position: relative;
	width: 100%;
	max-width: 1100px; 
	height:300px;
	margin: 0 auto;
}
#frame {
	max-width: 1100px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
	position: absolute;
	float: left;
	max-width: 1100px;
	height: 300px;
	left:1110px;

								/*5 photos*/
	-moz-animation: imgtrans 30s infinite;
	-webkit-animation: imgtrans 30s infinite;
	animation: imgtrans 30s infinite;
								/*4 photos*/
/*	-moz-animation: imgtrans 24s infinite;
	-webkit-animation: imgtrans 24s infinite;
	animation: imgtrans 24s infinite;*/

	top: 0px;

}
#photo1 {
	-moz-animation-delay: -3s;
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}
#photo2 {
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
#photo3 {
	-moz-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}
#photo4 {
	-moz-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
#photo5{
	-moz-animation-delay: 21s;
	-webkit-animation-delay: 21s;
	animation-delay: 21s;
}

						/*4 pictures*/
/*@-webkit-keyframes imgtrans {
 0% { left:100%; }
 15% { left:0%; }
 25% { left:0%; }
 40% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgtrans {
 0% { left:100%; }
 15% { left:0%; }
 25% { left:0%; }
 40% { left:-100%; }
 100% { left:-100%; }
}
@keyframes imgtrans {
 0% { left:100%; }
 15% { left:0%; }
 25% { left:0%; }
 40% { left:-100%; }
 100% { left:-100%; }
}
*/

					/*5 pictures 0 5 20 25 100*/

@-webkit-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}


.img-slide {
	max-width: 1100px;
	height: 300px;
	display: block;
	
}
.div-imgtop-text
{
	padding: 0 0px;
	max-height: 300px;
}
/**/
.p-topimg-position1
{
	top: 5%; 
	left: 5%; 
	position: absolute;
}
.p-topimg-position2
{
	top: 5%; 
	right: 5%; 
	position: absolute;
}
.p-topimg-position3
{
	top: 5%; 
	left: 30%; 
	position: absolute;
}

.p-topimg-red
{
	font-size: 48px; 
	color: #F00;  
	font-weight: bold;
}
.p-topimg-red-s
{
	font-size: 36px; 
	color: #F00;  
	font-weight: bold;
	text-align: center;
}
.p-topimg-white
{
	font-size: 48px; 
	color: #FFF;
	font-weight: bold;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}
.p-topimg-white-s
{
	font-size: 36px; 
	color: #FFF;
	font-weight: bold;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}
.p-topimg-glay
{
	font-size: 48px; 
	color: #666;
	font-weight: bold;
	text-stroke: 1px #FFF;
	-webkit-text-stroke: 1px #FFF;}

@media only screen and ( max-width:768px )
{
	#stage {
		max-width: 768px; 
		height:240px;
	}
	#frame {
		max-width: 100%; 
		height:240px;
	}
	#photo1,#photo2,#photo3,#photo4,#photo5 {
		max-width: 100%; 
		height:240px;
		left: 890px;
	}
	.img-slide {
		max-width: 100%; 
		height:240px;
	}
	.div-imgtop-text
	{
		max-height: 240px;
	}
	/**/
	.p-topimg-position1, .p-topimg-position2
	{
		top: 2%; 
		left: 2%; 
	}
	.p-topimg-position3
	{
		top: 2%; 
		left: 30%; 
		text-align: left;

	}
	.p-topimg-red, .p-topimg-white, .p-topimg-glay
	{
		font-size: 35px; 
	}
	.p-topimg-red-s, .p-topimg-white-s
	{
		font-size: 28px; 
	}

}
@media only screen and ( max-width:480px )
{
	#stage {
		max-width: 480px; 
		height:150px;
	}
	#frame {
		max-width: 100%; 
		height:150px;
	}
	#photo1,#photo2,#photo3,#photo4,#photo5 {
		max-width: 100%; 
		height:150px;
		left: 490px;
	}
	.img-slide {
		max-width: 100%; 
		height:150px;
	}
	.div-imgtop-text
	{
		max-height: 150px;
	}
	/**/
	.p-topimg-position1, .p-topimg-position2
	{
		top: 2%; 
		left: 2%; 
	}
	.p-topimg-red, .p-topimg-white, .p-topimg-glay
	{
		font-size: 26px; 
	}
	.p-topimg-red-s, .p-topimg-white-s
	{
		font-size: 18px; 
	}
	.p-topimg-white-s
	{
	text-stroke: 1px #CCC;
	-webkit-text-stroke: 1px #CCC;
	}	


}


/*==============================*/

.j-width-left
{
	width: 100%;
	float: left;
}
.j-width-right
{
	width: 100%;
	float: right;
}


@media only screen and ( max-width:768px )
{
	.j-width-left, j-width-right
	{
		width: 100%;
	}
}
@media only screen and ( max-width:480px )
{
	.j-width-left, j-width-right
	{
		width: 100%;
	}
}
/*==========================================*/
