@charset "utf-8";
/*================================================
static.css
================================================*/
/*-----------------------------------------------
reset
------------------------------------------------*/
/*android 2対策。指定がないとinput:focus時に強制スクロールなどが発生する*/
.android body{-webkit-perspective:none;-webkit-transform-style:flat;}
.android body > *{-webkit-backface-visibility:visible;-webkit-transform:none;}
/*reset*/
body{-webkit-text-size-adjust:none;text-size-adjust:none;}
/*ios 4対策。指定がないと意図せぬ位置で折り返す*/
.ios body{letter-spacing:-0.0001em;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio[controls],canvas,video{display:inline-block;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,div,iframe,caption,hr,fieldset,legend,blockquote,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,audio,canvas,video{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,address,caption,th,td{word-break:break-all;word-wrap:break-word;}
li{list-style:none;}
img,fieldset{border:none;}
a{display:block;}
a[href^="javascript"]{-webkit-touch-callout:none;touch-callout:none;}
hr{border:none; border-top:1px solid #000;}
/*vertical-align*/
button,select,textarea{vertical-align:baseline;}
img,object,embed,canvas,audio,video{vertical-align:top;}
/*table*/
table{width:100%;border-collapse:collapse;border-spacing:0;}
caption,th,td{margin:0;padding:0;vertical-align:top;text-align:left;}
/*font*/
input,select,button,textarea,h1,h2,h3,h4,h5,h6,table{font-size:inherit;}
address,em,strong,th,dfn{font-style:normal;}
em,strong{font-weight:bold;}
/*clear float*/
div:after{content:"";display:block;clear:both;}


/*================================================
font setting
================================================*/
body,input, button,select,textarea{font-family:"ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, 'A-OTF 新ゴ Pro', DroidSansJapanese, sans-serif;color:#444;}
body{font-size:14px;line-height:1.3;}
input,button,select,textarea{font-size:16px;}
a{color:#0a88f3;text-decoration:none;}
a:visited{color:#52affd;}


/*================================================
layout setting
================================================*/
html.bg-1 #wrapper{background:#f1f1f1;}
html,#wrapper{max-width:100%;}
#measure{min-height:10px;}



/*******************
.static-naviBar
*******************/
.static-naviBar{
  margin: 20px 0;
}

.static-naviBar .ul01{
  display: none;/*DOM構造をSPと同様にして更新性を保つ為あえてcssで非表示対応*/
}

/*タイトル*/
.static-naviBar .pt01 h2{
overflow:hidden;
line-height:35px;
margin:5px 70px;
font-size:24px;
text-shadow:0 1px 1px rgba(0,0,0,0.2);
text-overflow:ellipsis;
white-space:nowrap;
color:#444;
text-align: center;
}

.static-naviBar .pt01 .ul01 li{
position:absolute;
width:60px;
top:8px;
}
.static-naviBar .pt01 .ul01 .li01{	/*左*/
left:5px;
}

.static-naviBar .pt01 .ul01 li a{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0 4px;
border:1px solid #aaa;
border-radius:4px;
line-height:27px;
text-shadow:0 0 1px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(255, 255, 255, 0.3);
-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(255, 255, 255, 0.3);
box-shadow:inset 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(255, 255, 255, 0.3);
color:#fff;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:12px;
color: #444;
text-align:center;
}



/********************
.static-globalFooter
********************/
.static-globalFooter{
margin-top:40px;
font-size:11px;
background:#fff;
}

/*ページトップへ*/
.static-globalFooter .pt01 p a{
border-top:1px solid #d6d6d6;
text-align:right;
padding:10px 5px;
}
.static-globalFooter .pt01 p a span{
display:inline-block;
padding-left:12px;
background:url(../../images/2012/bg_006a.png) no-repeat 0 50%;
-webkit-background-size:9px auto;
background-size:9px auto;
}

/*h1*/
.static-globalFooter .pt02 h1{
border-top:1px solid #d6d6d6;
padding:10px 5px;
color:#a6a39d;
font-size:11px;
font-weight:normal;
}
.static-globalFooter .pt02 h1:empty{
border:none;
padding:0;
}

/*コピーライト他*/
.static-globalFooter .pt03{
border-top:1px solid #d6d6d6;
background:#f3f3f3;
background:-moz-linear-gradient(top,#f3f3f3 0%,#fff 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3f3f3),color-stop(100%,#fff));
background:-webkit-linear-gradient(top,#f3f3f3 0%,#fff 100%);
background:linear-gradient(to bottom,#f3f3f3 0%,#fff 100%);
text-align:center;
}
/*コピーライト*/
.static-globalFooter .pt03 .p01{
border-top:1px solid #fff;
padding:10px;
font-size:12px;
color:#999;
}

/********************
規約部分
********************/
.static-paragraphText{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
/********************
closebtn
********************/
.closebtn{
  display: none;
}

/********************
footer
********************/
footer .pt01{
  display: none;/*DOM構造をSPと同様にして更新性を保つ為あえてcssで非表示対応*/
}

/*[EOF]*/
