﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.pagetop_box
{ 
font-size:small;
padding:10px 0;
text-align:right;
vertical-align:bottom;
margin:0;
} 

.pagetop_box img
{ 
 MARGIN: 2px 5px 0px 0px; 
 VERTICAL-ALIGN: top;
} 

/*= リンク設定 =*/

.pagetop_box a:link
{
 text-decoration:none;
}

.pagetop_box a:visited
{
 text-decoration:none;
}

.pagetop_box a:hover
{
 text-decoration:underline;
}

.pagetop_box a:active
{
 text-decoration:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.pagetop_box
{ 
color:black;
background-color:white;
padding:10px 0;
text-align:right;
vertical-align:bottom;
}
}
