@charset "UTF-8";
/* CSS Document */
/*======================リセット============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
	font: 13px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5A5A5A;
    *font-size:small;
    *font:x-small;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
p{
text-align:justify; 
text-justify:inter-ideograph; 
line-break: strict; 
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* padding、borderサイズに依存しない */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*ロールオーバーでリンクを透過**→画像だけに効くようにするにはimgをいれる【a img:hover】*/
/*---------------------
a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}




.topMenuButton {
	width:147px;
	height:41px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #ffffff;
	padding-top:11px;
	color:#ffffff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.topMenuButton:hover {
	border:solid 1px #ffffff;
	background-color:#ffffff;
	color:#00615c!important;
}
-----------------------*/

a{
	color: #5A5A5A;
	text-decoration: none;
}


/*iphoneでのsubmit装飾をリセット*/
input[type="submit"] {
-webkit-appearance: none;
}
/*iphoneでのbutton装飾をリセット*/
input[type="button"] {
-webkit-appearance: none;
}
div:after   {  
     content: ".";   
     display: block;   
     visibility: hidden;   
     height: 0.1px;   
     font-size: 0.1em;   
     line-height: 0;   
     clear: both;   
}  
  
div {   
     *display: inline-block;
} 

/*======================リセット終わり===	=========================*/
.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%; }
.gothic{
		font-family: Hiragino Kaku Gothic W3 JIS2004!important;
}

.boldGothic{
		font-family: Hiragino Kaku Gothic W6 JIS2004!important;
}
.txtOrange{
	color: #ea9725!important;
}
.txtGreen{
color: #79b216!important;
}
.txtOrangeBold{
	font-weight: bold!important;
	color: #ea9725!important;
}
.txtOrangeBoldGothic{
	font-family: Hiragino Kaku Gothic W6 JIS2004!important;
	color: #ea9725!important;
}
