@charset "Shift_JIS";

/* --------------------------------
	common.css
-------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body{
color:#333;
font:12px verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
*font-size:small;
/*Win IE7およびWin IE6標準準拠モードに適用*/
*font:x-small;
/*Win IE 5-5.5､6(後方互換モード)に適用*/
line-height: 150%; 
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
margin-top: 0px;
margin-bottom: 0px;
}

img {
border:none;
vertical-align: bottom;
}

hr {
display: none;
}

table {  
border-collapse: collapse;  border-spacing: 0;  
}  

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.mr-10{margin-bottom: 10px;}
.mr-20{margin-bottom: 20px;}
.mr-30{margin-bottom: 30px;}
.mr-40{margin-bottom: 40px;}
.mr-50{margin-bottom: 50px;}

.clear{
    clear:both;
    margin:0px;
    padding:0px;
    line-height:0px;
    font-size:0px;
    height:0px;
}

.cn{
text-align: center;
}

/*　（補足）clearfixはフロートを包括している親要素に設定する　　　*/


.clearfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
position: relative;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

