body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* サイズ */
.text_10 {	font-size:1.0rem; font-size:10px;}
.text_11 {	font-size:1.1rem; font-size:11px;}
.text_12 {	font-size:1.2rem; font-size:12px;}
.text_13 {	font-size:1.3rem; font-size:13px;}
.text_14 {	font-size:1.4rem; font-size:14px;}
.text_15 {	font-size:1.5rem; font-size:15px;}
.text_16 {	font-size:1.6rem; font-size:16px;}
.text_17 {	font-size:1.7rem; font-size:17px;}
.text_18 {	font-size:1.8rem; font-size:18px;}
/* 太さ */
.bold {	font-weight: bold;}
/* 色 */
.text_0066FF {	color: #0066FF;}
.text_F90000 {	color: #F90000;}
.text_C00000 {	color: #C00000;}
.text_FF0000 {	color: #F69999;}
.text_CC0001 {	color: #CC0001;}
/* 配置 */
.left {	text-align: left;}
.right { text-align:right;}
.center { text-align:center;}
/* クリアー */
.clear {clear: both; margin:0; padding:0;}
/* ヘッダー */
.header {
	text-align: center;
	height: 35px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWUzZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e5e3e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#e5e3e8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e3e8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e3e8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e3e8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e5e3e8 100%);












  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e3e8',GradientType=0 );
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1a3a2;
	padding-top: 10px;
	margin-bottom: auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 14px;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* フッター */
.footer {
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	color: #FFF;
	font-size: 90%;
	bottom: 0;
	width: 100%;
	  background-image: -webkit-gradient(
                      linear,
                      left  top,
                      right bottom,
                      from(           rgba(  0,  0,  0, .1)),
                      color-stop(.05, rgba(  0,  0,  0, .1)),
                      color-stop(.05, rgba(255,255,255, .1)),
                      color-stop(.45, rgba(255,255,255, .1)),
                      color-stop(.45, rgba(  0,  0,  0, .1)),
                      color-stop(.55, rgba(  0,  0,  0, .1)),
                      color-stop(.55, rgba(255,255,255, .1)),
                      color-stop(.95, rgba(255,255,255, .1)),
                      color-stop(.95, rgba(  0,  0,  0, .1)),
                      to(             rgba(  0,  0,  0, .1)));
  background-image: -moz-linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -o-linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);

  -webkit-background-size: 5px 5px;
  -moz-background-size:    5px 5px;
  -o-background-size:      5px 5px;
  background-size:         5px 5px;
}
.fcolor { background-color: #333; border-color: #3d3d3d; }
/*--------------------
	Text
--------------------*/

p {

}

figure,figcaption {
	font-weight: bold;
}

h1 {
	margin: 1em 0 2em 0;
	font-size: 123.1%;
}


h1 img {
}

h2 {
	color: #FFFFFF;
}

h3 {	
}

h4 {
	padding-right: 10px;
}

address {
}

/*--------------------
	List
--------------------*/

li {
	list-style-type: none;
}
a.bnr:hover {
	
}

dt,
dd {
	font-weight: bold;
}

/* Opera Hack */
html:first-child li,
html:first-child dt,
html:first-child dd {
	font-size: 1em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100% !important;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {

}

/*--------------------
	link
--------------------*/

a {
	color: #FF7E00;
	text-decoration: none;
}

/*--------------------
	Others
--------------------*/

img {
	border: none;
}

hr {
	height: 1px;
	border: 1px solid #fff;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc,                /* リスト詳細 */
.ui-li-navbar
{
    overflow: visible;
    white-space: normal !important;
}
