@charset "utf-8";

/* default
--------------------------------------------------*/

/*---------------- font ----------------*/
body
 {
 font-family: Verdana, Arial, sans-serif;
 color: #333;
 -webkit-text-size-adjust: none;
 line-height:1.25em;
 width:auto;
 background-color:#fff;
 }

h1, h2, h3, h4, h5, h6, th, td, strong, em, input, select
 {
 font-size: 100%;
 font-weight: normal;
 }

/*---------------- block ----------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary 
 {
 display: block;
 }

/*---------------- margin,padding ----------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td 
 {
 margin: 0;
 padding: 0;
 }

/*---------------- border ----------------*/
img
 {
	border:none;
	vertical-align: top;
 }

/*---------------- list ----------------*/
li
 {
 list-style: none;
 }


/*---------------- header ----------------*/



/*---------------- footer ----------------*/
footer {
 border-top:#000000 5px solid;
 background-color:#fff;
 clear:both;
 }

.global-footer {
 font-size: 11px;
 text-align: center;
 padding:5px 0px 5px 0px;
 }

.copyright {
 margin: 5px 0px 5px 0px;
 display:block;
 clear:both;
 }

#icon_box{
 width:320px;
 margin:0 auto;
 }
 
#right_box{
 float:right;
 width:53px;
 }
 
#left_box{
 float:left;
 width:160px;
 } 

/*---------------- goTop ----------------*/ 
#goTop {
 margin:10px 10px 0px 10px;
 text-align: right;
 }

#goTop a {
 font-size:10px;
 padding: 5px 5px 5px 10px;
 background-color:#c4000c;
 text-decoration:none;
 color:#fff;
 font-size: 11px;
 -webkit-border-radius: 6px 6px 0px 0px;
 border-radius: 6px 6px 0px 0px;
 vertical-align:central;
 }


/*---------------- etc ----------------*/

hr {
 border:#feb7a9 1px dotted;
 }

.clear {
 clear:both;
 visibility: hidden;
 }

.clearfix:after { 
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 

.f_b {
 font-weight:bold;
 font-size:110%;
 line-height:1.2 !important;
 color:#a70101;
 }
 
 .f_bb {
 font-weight:bold;
 font-size:110%;
 color:#f97844;
 }
 
 .f85_s {
 font-size:85%;
 text-align:left;
 line-height: 1;
 padding-bottom:15px;
 }
 
 .f150_s {
 font-size:150%;
 }

.red_b {
 color:#F00;
 font-weight:bold;
 line-height: 1;
 }
 
 .red_n {
 color:#F00;
 font-weight:normal;
 line-height: 1;
 }

.s_red {
 color:#F00;
 font-size: 10px;
 font-weight: nomal;
 line-height: 1;
 vertical-align:text-top;
 }

.txt_in {
 text-indent:-1em;
 padding-left:10px;
 }

.txt_y {
 background-color:#FDF266;
 }
 
.f_blue {
 color:#01019d;
 font-weight:bold;
 line-height:1.5;
 }

.txt_r {
 text-align:right;
 }
 
.mT5{
 margin-top:5px;
 } 
 
.mT10{
 margin-top:10px;
 } 
 
.mT15{
 margin-top:15px;
 } 
 
.mT20{
 margin-top:20px;
 }
 
.mT25{
 margin-top:25px;
 }    
 
.mB5 {
 margin-bottom:5px;
 }
 
.mB10 {
 margin-bottom:10px;
 }
 
.mB15 {
 margin-bottom:15px;
 } 
 
.mB20 {
 margin-bottom:20px;
 }
 
.pB10{
 padding-bottom:10px;
 }
.att{
 font-size: 10px;
 text-align: left;
 line-height: 12px;
 }
