
/*------------------
      common
------------------*/

html, button, input, select, textarea { font-family: sans-serif; color: #333; }
body {
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  font-size: 100%/160% ;
  font-family: "Helvetica Neue", Helvetica, Arial,"メイリオ", Meiryo,  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
  }

/*-----------------------------------------
	font-size CSSハック
-------------------------------------------*/

body {
    font:13px "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    *font-size:small;
    *font:x-small;
	font-size-adjust: none;
	-webkit-font-size-adjust: none;
}

table {
    font-size:inherit;
    font:100%;
}
.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%; }

a { color: #000;
	text-decoration: none;
	outline:none; }
a:visited {  }

a:hover { color: #DD0020;
		  transition:0.8s;
		  -webkit-transition:0.8s; }
a img{border: 0;
	  -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
a:hover img{  opacity: 0.6;
	          filter: alpha(opacity=60);}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

ul li{
	list-style: none;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
div#login h1{
  line-height: 1 !important;
}
ol, ul {
  list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ol {
	padding: 10px 0;
}

ol li {
	list-style-type: decimal;
	line-height: 2.0;
	margin-left: 22px;
}

ul#topicPath_01 {
	font-size: 80%;
    padding: 13px 0 8px 0;
	background: none;
	list-style-type:none;
}

ul#topicPath_01 li {
    display:inline;
	padding-left:5px;
}

ul#topicPath_01 li:first-child {
	padding-left:0;
}

ul#topicPath_01 li a {
    padding-right: 15px;
    background: url(../images/topicpath.gif) no-repeat right center;
	text-decoration: none;
}

ul#topicPath_01 li a:hover {
	text-decoration: none;
	color: #FF6600;
}

div#wrapper {
	font-size: 95% ;
}

.display_none {
	display: none;
	opacity: 0;
}

.text-align_center {
	text-align: center;
}

.float_left {

	float: left;
	margin: 0 10px 15px 0;
}

.float_right {
	float: right;
}

.padding_top10 {
	padding-top: 10px;
}

.padding_top20 {
	padding-top: 20px;
}

.margin_top10 {
	margin-top: 10px;
}

.margin_bottom20 {
	margin-bottom: 20px;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

p {
	line-height: 1.8;
	color:#666;
}

p.big {
	font-size:131%;
}

.bold {
	font-weight: bold;
}

.vertical_middle {
	vertical-align: middle;
}

a {
    color: #0088CC;
    text-decoration: none;
}
/*a:hover {
    color: #005580;
    text-decoration: underline;
	background: transparent;
}*/

span.bold {
	font-weight: bold;
}

p.small {
	font-size: 90%;
}

strong {
	font-weight: bold;
	color: #FF6600;
}

p.text-right {
    text-align: right;
}

.text-center {
	text-align: center;
}

p.arrow {
	/*display: block;
	width: auto;
	background: url(../images/arrow.gif) no-repeat left center;*/
	margin-top: 5px;
	color: #DD0020;
}

.note {
    font-size: 80%;
	color: #ABABAB;
}

p.note a {
	color: #D2D2D2;
	border-bottom: 1px #D2D2D2 solid;
}

div.box {
    border: 4px solid #CCCCCC;
    margin: 14px 10px 14px 0;
    padding: 20px;
	clear: both;
	width: auto;
}

.border-box {
	border: 4px solid #CCCCCC;
	padding: 20px;
}

/*li.pdf a {
	display: block;
	background: url(../images/pdf_small.gif) no-repeat;
	background-position: left center;
	padding-left: 22px;
}*/

#page-top {
	    position: fixed;
	    bottom: 20px;
	    left: 0px;
}

#page-top a {
	display: block;
	background: url(../images/pagetop.png) no-repeat;
	width: 41px;
	height: 167px;
	text-indent: -9999px;
}

/*#page-top a {
	    background: url(../images/pagetop.png) no-repeat;
	    text-decoration: none;
		opacity: 0.6;
	    filter: alpha(opacity=60);
	    color: #fff;
	    width: 100px;
	    padding: 30px 0;
	    text-align: center;
	    display: block;
	    border-radius: 5px;
}*/

#page-top a:hover {
	 opacity: 0.6;
	 filter: alpha(opacity=60);
}


h1.top{
	font-size: 197%;
	padding: 5px 0 5px 15px;
	margin: 10px 0 15px 0;
	color: #DD0020;
	border-bottom: 1px #DD0020 solid;
	line-height: 1.5;
	background: url(../images/h2_left.png) no-repeat left center;
	position: relative;
}


h1.top > div.subtitle{
	position: absolute;
	font-weight:normal;
	font-size:16px;
	color:gray;
	bottom:0;
	right:0;
}


h2.top{
	font-size: 197%;
	padding: 5px 0 5px 15px;
	margin: 10px 0 15px 0;
	/*color: #DD0020;*/
	border-bottom: 1px #DD0020 solid;
	line-height: 1.5;
	/*background: url(../images/h2_left.png) no-repeat left center;*/
	position: relative;
}


h2.top > div.subtitle{
	position: absolute;
	font-weight:normal;
	font-size:16px;
	color:gray;
	bottom:0;
	right:0;
}

p.theme{
	margin-bottom: 30px;
	color:#666;
	line-height: 1.8;
}

p.trial_bn {
	background: url(../images/trial_bn.png) no-repeat ;
	text-indent:-9999px;
	width: 200px; height: 137px;
}

p.trial_bn:hover{
	background-position:left bottom;
}

p.horizon {
	display: block;
	border: 2px #CFCFCF solid;
	margin: 1em 0;
}


h2 {
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 15px 0;
}

h2.theme {
	padding: 19px 0 19px 20px;
	background-image: url(../images/h2_left.png), url(../images/h2_bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left center, left center;
	text-shadow: 2px 1px 0 #FFF;
}


h3 {
	font-size: 123.1%;
    margin: 15px 0;
	background: url(../images/h2_left.png) no-repeat left center;
	padding: 10px 10px 10px 15px;
}

h5 {
	margin-top: 10px;
}

.button-orange, .button-orange:visited {
    background-color: #FF6600;
    background-image: linear-gradient(to bottom, #FFA366, #FF6600);
    border: 1px solid #E65C00;
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 120%;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 12px;
    text-decoration: none;
	margin: 7px;
}
.button-orange:hover, .button-orange:focus, .button-orange:visited:hover, .button-orange:visited:focus {
    background-color: #FF8533;
    background-image: linear-gradient(to bottom, #FFC299, #FF8533);
    text-decoration: none;
	color: #FFF;
	opacity: 1;
}
.button-orange:active, .button-orange:visited:active {
    background-color: #FF8533;
    background-image: linear-gradient(to bottom, #FFC299, #FF8533);
}

div.section2  {
	border: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	clear: both;
  position: relative;
}

#top_panel {
  width: 500px;
}

#top_panel > dt {
  border-bottom: solid 1px white;
  background-color: #DD0020;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}

#top_panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}

/*-----------------------------------------
　(?)まわり
-------------------------------------------*/

span.question {
	position: relative;
	top: 2px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

span.question img:hover {
	transition:0.8s;
	-webkit-transition:0.8s;
}


.balloon {
	z-index: 2;
    background: #ffffff;
	position: absolute;
	top: -25px;
	left: 42px;
    width: 300px;
    padding: 12px 20px;
    font-size: 16px;
    text-align: left;
	box-shadow: 0 6px 0 #f7ba59;
}

.balloon:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	border-right-color: #fff;
	left: -16px;
	top: 37%;
}

.balloon:before {
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	left: -17px;
	top: 37%;
}


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

header,footer {
	width: 100%;
}

div#login,
div#header_inner,
div#fotter_sitemap_inner,
div#footer_inner {
	display: block;
	width: 960px;
	margin: 0 auto;
}

/*header {
	max-height: 203px !important;
	border-bottom:1px solid #ccc;
}*/

header,
div#header_inner {
	max-height: 203px !important;
}


header div#navbar {
	width: 100%;
	height: 41px;
	background: #c7000d;
}

div#header_inner {
	clear: both;
	padding: 0;
}

div#font_changer {
	display: block;
	margin:0;
	width:200px;
	height:50px;
	float: left;
	position: relative;
	left:20px; /*top: 11px;*/}

div#font_changer li {
	display:inline !important;
}

header div#login  {
	padding-top:3px;
}

header div#login h1 {
	color: #FFF;
	font-size: 67%;
	padding: 7px 0 0 0;
	margin: 0;
	float: left;
}

div#login ul li {
	display: inline-block;
}

ul.sub_menu li {
	font-size: 88%;
	background: url(../images/arrow4.png) no-repeat left 1px;
	padding: 0 7px 0 9px;
	position: relative;
	bottom: 9px;
}

ul.sub_menu li.login {
	background: none;
	padding: 0;
	position: relative;
	bottom: 0;
}

ul.sub_menu li.sales {
	color:red;
	font-weight:bold;
}

div#login ul li a {
	color: #FFF;
	text-decoration: underline;
}

div#login ul li a:hover {
	text-decoration: none;
}

div#login a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

div.logo {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}

div.menu {
	display: block;
	padding: 0; margin: 0;
}

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

nav {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

nav a {
	color: #000;
}

nav a:hover {
	color: #DD0020;
}

div.menu nav ul  {
	margin: 25px 10px 20px 0;

}

div.menu nav ul li {
	display: inline-block;
	padding: 5px 28px 0 28px ;
	border-right: 1px solid #E0E0E0;
	font-weight: bold;
}

div.menu nav ul li:first-child {
	border-left: 1px solid #E0E0E0;
}

nav ul li.current a {
	color: #DD0020 !important;
}

/*nav ul li:first-child {
	border-left: 1px solid #E0E0E0;
}*/

nav span{
	z-index: 2;
	position: relative;
    background:#DD0020;
    height:6px;
    display:block;
    width:50px;
    left:0;
}

.button_box {
	text-align: center;
	margin: 10px auto;
}

/*.button {
	display: inline-block;
	* display:inline;
　	* zoom:1;
	margin: 10px 0 10px 250px;
	padding: 0 10px;
	font-weight: bold;
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 6px 0 #f7ba59;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.button:hover {
	top: 4px;
	box-shadow: 0 2px 0 #f7ba59;
	cursor: pointer;
}

.button:active {
	top: 3px;
	box-shadow: none;
}*/



nav#header_nav ul li a {
	display: inline-block;
	padding: 0 24px;
	border-right: 1px solid #E0E0E0;
}

nav#header_nav ul li a:hover {
	position: relative;
	margin-bottom: 14px;
	border-bottom: 2px solid #DD0020;
}

nav#header_nav ul li.active {
	border-bottom: 2px solid #DD0020;
	padding-bottom: 14px;
	color: #DD0020;
}


div.nav_line {
	position: relative;
	bottom: 21px;
	/*border-bottom: 4px solid #E0E0E0;*/
	background: url(../images/nav_line.png) repeat-x;
	height: 8px;
	margin: 0; padding:0;
	z-index: 1;
}

div.inquiry {
	display: block;
	width: 430px;
	float: right;
	margin: 5px 0 0 0;
}

section#toolbox {
	width: 189px;
}

section#toolbox img {
	margin: 2px 0 0 0;
}

section#toolfree{
	margin: 3px 10px 0 0;
	display: block;
}

section#toolfree span{
	display: block;
	font-size:82%;
}

section#toolfree p.big {
	/*background: url(../images/free2.gif) no-repeat left center;*/
	font-size: 189%;
	color: #2D2D2D;
	padding: 0;

}

div.youtube {
	display: block;
	width: 640px; height: 480px;
	padding: 5px;
	margin: 15px 10px 10px 10px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	-o-box-shadow: 1px 1px 5px #999;
	-ms-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

div.youtube_mini {
	position: relative;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	z-index: 0;
}

div.youtube_mini mark {
	background: none;
	position: absolute;
	z-index: 1;
	top: 50px; left: 105px;
}


/*-----------------------------------------
	div.bxslider
-------------------------------------------*/

#slider-next,#slider-prev,div#bx-pager {
	float: left;
}

#slider-next,#slider-prev {
	display: block;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin: 25px 10px 0 10px;
	position: relative;
}

#slider-next:hover,
#slider-prev:hover {
	top: 2px;
	left: 2px;
}

.slideL {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
}

.slideL a {
	color: #000;
}

.slideL a:hover  {
	color: #000;
}

.slide1:hover,
.slide3:hover,
.slide5:hover,
.slide6:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


div.bx-pager_bg {
	margin: 0;
	padding: 10px 0;
	background: #4F4F4F;
	width: 100%;
	max-width: 956px;
	margin-bottom: 10px;
}

.slideL div.slideBox {
	display: block;
	width: 810px;
	margin: 0 auto 0 auto;
}

.slideL div#bx-pager img {
	margin: 0 2px;
	border: #CCC solid 1px;
}

.slideL div#bx-pager a img {
	border: 4px solid #E2E2E2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.slideL div#bx-pager a:hover img,
.slideL div#bx-pager a.active img {
	border: 4px solid #DD0020;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	filter: alpha(opacity=100);

}

div.slide a:hover {
	border: solid 1px #DD0020;
	opacity: 1;
	filter: alpha(opacity=100);
}


/*
div.bxslider {
	display: block;
	height: 400px;
	overflow: hidden;
}
*/


.slideL h1 {
	font-size: 180%;
	width:450px;
	font-weight: bold;
	line-height: 1.5;
}

div.slide5 {
	background: url(../images/top_slide5.jpg) no-repeat;
	display: block;
	width:960px; height: 300px;
}

div.slide5 div.bn {
	margin: 175px 0 0 30px;
}


div.slide5 div.slide_leftBox p {
	color: #FFF;
}

.slideL ul li {
	display: block;
	list-style-type: none;
	background: url(../images/arrow_actv.png) no-repeat left center;
	padding: 0 0 0 23px;
	margin: 0 0 8px 10px;

}

div.slide2 {
	background: url(../images/top_slide3.jpg) no-repeat;
	display: block;
	width:960px; height: 300px;
}

div.slide2 h1 {
	padding: 68px 0 0 390px;
	font-size: 116%;
	color: #424242;
}

div.slide2 p.bold{
	font-size: 180%;
	color: #59a9a2;
}

div.slide2 div.bn  {
	clear: both;
	margin-top: 90px;

}

div.slide2 div.bn img {
	float: right;
	padding: 10px;
}

div.slide6 div.bn  {
	margin-top: 250px;

}

.slideL div.bn img  {
	display: inline-block;
	margin: 5px 0;
}

div.bn img:hover  {
	opacity: 0.6;
	filter: alpha(opacity=60);

}

div.slide_rightBox {
	display: block;
	float: right;
	padding: 20px;
	width: 450px;
}

div.slide_leftBox {
	display: block;
	width: 400px;
	float: left;
	color: #000;
	padding: 5px 0 0 8px;
}

div.slide3 {
	background: url(../images/top_slide11.jpg) no-repeat;
	display: block;
	width:960px; height: 300px;
}

div.slide3 div.slide_leftBox {
	display: block;
	padding: 0;
	float: left;
}

/*div.slide3 div.bn {
	margin:180px 0 0 0;
}
*/

div.slide3 table.demo-time {
	width: 400px;
	margin: 5px 0;
}

div.slide3 table.demo-time th {
	padding: 14px;
	border: #C9C9C9 1px solid;
	background: #F3F3F3;
	text-align: left;
}

div.slide3 table.demo-time td {
	padding: 14px;
	border: #C9C9C9 1px solid;
}

div.slide6 {
	background: url(../images/top_slide6.jpg) no-repeat;
	display: block;
	width:960px; height: 300px;
}

/*-----------------------------------------
	#content
-------------------------------------------*/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }

  .container:before, .container:after {
	display: table;
	content: " ";
  }

  .container:after {
	clear: both;
  }

  @media (min-width: 768px) {
	.container {
	  width: 750px;
	}
  }


  @media (min-width: 992px) {
	.container {
	  width: 970px;
	}
  }

  @media (min-width: 1200px) {
	.container {
	  width: 1170px;
	}
  }

  .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }

  .container-fluid:before, .container-fluid:after {
	display: table;
	content: " ";
  }

  .container-fluid:after {
	clear: both;
  }

div.container,
div#gallery  {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}



/*-----------------------------------------
	section#feature
-------------------------------------------*/

div.column {
	float: left;
}

div.column2 {
	float: left;
}

section#feature {
	display: block;
	margin: 10px;
	overflow: hidden;
}

section#feature a {
	color: #000;
}

/*section#feature div.column {
	width: 270px;
	border: 4px solid #E2E2E2;
	padding: 10px;
	margin: 0 7px;
}*/

section#feature div.column a {
	display: block;
	position: relative;
	width: 257px;
	border: 4px solid #E2E2E2;
	padding: 20px;
	margin: 2px;
	overflow: hidden;
	min-height: 220px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

section#feature div.column2 a {
	display: block;
	position: relative;
	width: 257px;
	height: 420px;
	border: 4px solid #E2E2E2;
	padding: 20px;
	margin: 4px;
	overflow: hidden;
	min-height: 220px;
	box-shadow: 2px 2px 0 rgba(255, 255, 255, .4) inset,
	0 0 4px rgba(0, 0, 0, .8) inset,
    2px 2px 2px rgba(0, 0, 0, .4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

img.img_left{float:left;
}

img.img_right{float:right;
}
/*
section#feature div.column a:hover {
	border: 4px solid #DD0020;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}*/

section#feature div.column p {
	padding-left: 5px;
}

section#feature div.column p.details {
	clear: both;
	margin: 8px 0 0 0;
}

section#feature div.column img {
	float: left;
}


/*-----------------------------------------
	section.inquiry
-------------------------------------------*/

section.inquiry {
	clear: both;
	display: block;
	width: 960px;
	overflow: hidden;
}

section.inquiry div.column {
	display: block;
	margin: 12px 14px;
	width: 450px;
}

section.inquiry div.column img {
	 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
 -o-box-shadow: 1px 1px 5px #999;
 -ms-box-shadow: 1px 1px 5px #999;
 box-shadow: 1px 1px 5px #999;
}

.tab {
	overflow:hidden;
	cursor: pointer;
}

.tab li {
	background:#fff;
	color: #BFBFBF;
	padding:5px 15px;
	float:left;
	margin-right:1px;
}

.tab li.select {
	color: #424242;
	background:#fff;
	font-weight: bold;
}

.tab_content {
	margin-top: 10px;
	display: block;
	width: 900px;
	min-height: 200px;
	padding: 19px 18px 0 18px;
}

.tab_content p {
	margin-bottom: 10px;
	line-height: 1.7;
}

.hide {
	display:none;
}


#about_web {
	margin: 10px 10px;
	border-top: 1px solid #D4D4D4;
	padding-top: 20px;
}

#about_web section {
	display: block;
	overflow: hidden;
	margin: 30px 0;
}

#about_web section h1 {
	text-align: center;
	margin: 0 0 20px 0;
}

#about_web section h2 {
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    border-bottom: 2px solid #DD0020;
    box-shadow: 0 1px 0 #aaaaaa;
    -webkit-box-shadow: 0 1px 0 #aaaaaa;
    -moz-box-shadow: 0 1px 0 #aaaaaa;
    text-shadow: #999999 0px 1px 1px;
}

#about_web section h2 {
    font-size:2.0em;
}

#about_web section h3 {
    position: relative;
    padding: 0.8em;
    margin: 0 0 1.5em;
    font-size: 1.143em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
    border: #DD0020 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)),
        color-stop(0.4, rgba(255, 255, 255, 0.0)),
        color-stop(0.4, rgba(0, 0, 0, 0.1)),
        color-stop(0.6, rgba(0, 0, 0, 0.1)),
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0))
        );
    background-image: -webkit-linear-gradient(top -45deg,
        transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -moz-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -o-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: linear-gradient(to bottom -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-size:4px 4px;
}

#about_web section h3:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #DD0020;
}

#about_web section h3:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F0F0F0;
    z-index:1;
}





/*-----------------------------------------
	#news_area
-------------------------------------------*/

div#news_area {
	display: block;
	margin: 10px;
	clear: both;
}

section#news {
	width: 940px;
	height: 150px;
	overflow:auto;
}

div#news_area h1 {
	display: block;
	background: url(../images/top_line.jpg) left bottom no-repeat;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
}

div#news_area span{
	position: relative;
	top: 3px;
	margin: 10px 0 0 5px;
}

div#news_area a:hover span  {
	background: url(../images/top_more_bn_ov.png) no-repeat;
	width:61px; height: 22px;
}


div#news_area section#news a {
	color: #333;
	transition:0.8s;
	-webkit-transition:0.8s;
}

div#news_area section#news a:hover {
	color: #DD0020;
}

div#news_area div#info {
	margin-top: 7px;
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid #E7E7E7;
}

div#news_area section#news div#news-release-feed div.news-release-feed_separate {
	border-btop: #D4D4D4 1px dotted;
	border-bottom: #D4D4D4 1px dotted;
	padding: 10px 0;
}

div#news_area section#news div#news-release-feed h4,
div#news_area section#news div#news-release-feed img.favicon {
	display: none;
}

div#news_area section#news div#news-release-feed span {
	font-size: 86%;
	color: #999;
}

div#news_area section#news div#news-release-feed h3 {
	font-size: 95%;
	color:#101010;
	background: none;
	padding:8px 0 0 0; margin: 0;
	line-height: 1.5;
	font-weight: normal;
}

div#news_area section#news div#news-release-feed dl dt {
	padding: 10px 10px 10px 5px;
	border-bottom: #D4D4D4 1px dotted;
	line-height: 1.5;
}

div#news_area section#news div#news-release-feed dl dt:last-child,
#announcements-section .announcement .title:last-child {
	border: none;
}

#news_area li.odd div,
#news_area li.even div {
	text-align: right;
	padding-bottom: 10px;
}

#announcements-section .announcement .title {
    cursor: pointer;
}
#announcements-section .announcement .title:hover {
    background-color: #FADDC4;
}
#announcements-section .announcement .title .label {
    vertical-align: baseline;
}
#announcements-section .announcement .content {
    display: none;
}


div#announcements h3 {
	display: block;
	background: url(../images/top_line.jpg) left bottom no-repeat;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	border: none;
}

div.announcement div.title {
	display: block;
	padding: 15px 10px 10px 10px;
	border-bottom: #D4D4D4 1px dotted;
	line-height: 1.8;
}

div.announcement div.title span.label {
		min-width: 38px;
		background-color: #999999;
		border-radius: 3px;
		color: #FFFFFF;
		margin-right: 5px;
		font-size: 10.998px;
		font-weight: bold;
		line-height: 13px;
		padding: 4px;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		vertical-align: middle;
		white-space: nowrap;
		display: inline-block;
		text-align: center;
		position: relative;
		bottom: 2px;
}

.label:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.label-important {
    background-color: #B94A48;
}
.label-important:hover {
    background-color: #953B39;
}
div.announcement div.title span.label-warning {
    background-color: #F89406;
}
div.announcement div.title span.label-warning:hover {
    background-color: #C67605;
}
d.label-success {
    background-color: #468847;
}
.label-success:hover {
    background-color: #356635;
}
div.announcement div.title span.label-info {
    background-color: #3A87AD;
}
div.announcement div.title span.label-info:hover {
    background-color: #2D6987;
}
.label-inverse {
    background-color: #333333;
}
.label-inverse:hover {
    background-color: #1A1A1A;
}


#info .modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 50%;
}
.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

/*-----------------------------------------
	#recommend_button
-------------------------------------------*/

#recommend_buttons {
	display: inline-block;
	clear: both;
	height: 20px;
    margin: 4px 0 2px;
	float: left;
	padding: 20px 10px;
}

div#recommend_buttons iframe.facebookiflrame {
           width: 70px;
           height: 20px;
           overflow: hidden;
	   	   boder: none;
	       text-align: right;
        }

/*-----------------------------------------
	#footer
-------------------------------------------*/

footer {
	clear: both;
	background: #FBFBFB;
	display: block;
	width: 100%;
	overflow: hidden;
	color: #575757;
}

div#fotter_sitemap_inner {
	padding: 25px 0;
	overflow: hidden;
}

div#footer_sitemap {
	font-size:93%;
	display: block;
	overflow: hidden;
	background: #EEEFEF;
	width: 100%;
	padding: 0.8em 0 0 0;
}

div#footer_sitemap_inner div.logo {
	float: left;
	width:250px; height:84px;
	display: block;
	margin: auto 10px auto 0;
}

div#footer_sitemap div#sitemap {
	float: left;
	display: block;
	width: 650px;
	margin: 0 0 0 1em;
}

div#footer_sitemap ul.sitemap {
	display: block;
	padding: 0.4em 0.6em 0.4em 0.6em;
	float: left;
  font-size: 80%;
}

div#footer_sitemap ul.sitemap li {
	margin-bottom: 1.3em;
}

div#footer_sitemap ul.sitemap li a {
	color: #313131;
	-webkit-text-shadow: 1px 2px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	transition:0.8s;
	-webkit-transition:0.8s;

}

div#footer_sitemap ul.sitemap li a:hover {
	color: #DD0020;
}

ul.sitemap li.sitemap2 a{
	font-size: 90%;
	display: block;
	background: url(../images/top_footer_sitmap2.png) no-repeat left center;
	padding-left: 15px;
	margin-left: 10px;
}

footer {
	border-top: 1px #D9D9D9 solid;
	clear: both;
}

div#footer_inner {
	overflow: hidden;
}

div#footer_inner,
div#footer_inner a {
	font-size: 90%;
	padding: 10px 0;
	color: #A0A0A0;
	text-decoration: underline;
}

div#footer_inner a:hover {
	text-decoration: none;
}

div#footer_inner p.copyright {
	margin-right: 20px;
	float: left;
}

div#footer_inner ul.privacy_policy {
	display: block;
	padding-top: 3px;
	width:auto;
	float: left;
}

div#footer_inner ul.privacy_policy li {
	display: inline;
	padding-right:10px;
	border-right: 1px solid #DBDBDB;
}

div#footer_inner ul.privacy_policy li:first-child {
	border-left: 1px solid #DBDBDB;
	padding-left:10px;
}

div.footer_toolbox {
	width: 270px;
	float: left;
	margin: 0 10px 0 5px;
}

ul.footer_toolfree {
	display: block;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	 -moz-box-shadow: 1px 1px 2px  #737373;
 -webkit-box-shadow: 1px 1px 2px #737373;
 -o-box-shadow: 1px 1px 2px #737373;
 -ms-box-shadow: 1px 1px 2px #737373;
 box-shadow: 1px 1px 2px #737373;
}

ul.footer_toolfree li {
	margin-top: 10px;
}

ul.footer_toolfree li.logo {
	margin-bottom: 20px;
}


/*-----------------------------------------
	#movie
-------------------------------------------*/

#movie {
    margin-bottom: 1em;
}

#movie h3 {
    margin-top: 0;
}

#movie iframe {
    border: 1px solid #CCCCCC;
}

 #movies {
    margin-bottom: 1em;
}
 #movies h3 {
    margin-top: 0;
}
 #movies iframe {
	 display: block;
    border: 1px solid #CCCCCC;
	margin-left: 20px;
}
 #movie-first {
    background-color: #777;
    border-radius: 10px;
    float: left;
    padding: 10px;
    width: 700px;
}
 #movie-first .caption {
    margin-top: 10px;
    text-align: center;
}
 #movie-channel {
    float: right;
    width: 220px;
}
 #movie-channel .entry {
    margin-bottom: 1em;
}
 #movie-channel h3 {
    color: #666666;
    float: left;
    font-size: 100%;
    line-height: 1.2;
    margin-right: 122px;
}
 #movie-channel a:hover h3 {
    color: #FF9900;
}
 #movie-channel a:hover img {
    opacity: 0.7;
}
 #movie-channel p {
    float: left;
    margin: 0 0 0 -122px;
}
 #movie-channel img {
    border: 1px solid #999999;
    height: 90px;
    width: 120px;
 }

/*-----------------------------------------
	#support
-------------------------------------------*/



/*-----------------------------------------
	div#case
-------------------------------------------*/


div#case p {
	line-height: 2;
}

div#case a {
	color: #FF6600;
}

div#case a:hover {
	color: #CACACA;
	background: inherit;
}

div#case a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);

}

div#case ul.case-filter {
	display: block;
	width: 920px;
	margin: 10px 0;
	padding: 20px;
	background: #E4E4E4;
	border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div#case ul.case-filter li {
	display: inline-block;
	margin: 0px;
}

div#case ul.case-filter li a.active {
	border: 2px #DD0020 solid;
	padding: 6px 0;
}

.case_btn  {
	color: #FFF;
	width: auto;
	padding: 5px;
	margin: 0 2px;
}

.case_btn:hover  {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.all {
	background: #DD0020;
}

div#case span.meeting {
	background: #ffa500;
}

div#case span.event {
	background: #ffa07a;
}

div#case span.seminar {
	background: #72e500;
}

div#case span.school {
	background: #1e90ff;
}

div#case h1.big_header {
	color: #2C2C2C;
	font-size: 150%;
	margin: 10px 0;
	line-height: 1.5;
}

div#case div.case_introduction {
	display: block;
	float: left;
	width: 600px;
}

div#case div.business_profile {
	display: block;
	float: right;
	width: 300px;
}

div#case h1.case_body {
	color: #2C2C2C;
	font-size: 160%;
	margin: 35px 0 15px 0;
	border-left: 6px solid #CCCCCC;
	padding: 10px;
	line-height: 1.5;
}

div.business_profile dl {
	overflow: hidden;
	zoom: 1;
}

div.business_profile dl dt strong {
	color: #000600;
	margin: 7px 0;
	padding: 0;
	font-size: 140%;
}

div.business_profile dt.categoryOfBusiness {
	color: #FFF;
	background: url(../images/case/case_gyoushu.png) no-repeat;
	width: 81px; height: 24px;
	padding: 4px 0 0 25px;
	margin: 3px 0 0 0;
	float: left;
	clear: both;
}

div.business_profile dt.utilization {
	color: #FFF;
	background: url(../images/case/case_katuyou.png) no-repeat;
	width: 81px; height: 24px;
	padding: 4px 0 0 25px;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

div.business_profile dd {
	margin: 3px 0 0 91px;
	padding-top: 6px;
}

div.case_body {
	clear: both;
	overflow: hidden;
	display: block;
	margin: 40px 0;
	border-bottom: 2px solid #D7D7D7;
}

dl.content-body dt.case__question {
	font-weight: normal;
	display: block;
	margin: 20px 0;
}

dl.content-body strong {
	color: #000;
}

dl.content-body dd.case__paragraph p {
	margin: 20px 0;
}

dl.content-body dt.case__question {
	background: url(../images/case/case_question.gif) no-repeat left center;
	padding-left: 60px;
}

div#case img.case_img {
	float: right;
	padding: 5px;
}

div#case p.imgLeft {
	float: left;
	width: 450px;
}

div#case div.case_box dl {
	float: right;
	width: 460px;
}

div#case div.case_box dl dt {
	font-size: 140%;
}

div#case div.case_box dl dt.box {
	font-size: 90%;
	margin: 10px 0;
}

div#case div.case_box dl dd {
	line-height: 1.7;
	margin-top: 20px;
}

div#case div.case_box dl dd.more {
	margin-left: 380px;
}

div#case div.case_box dl dd.link a {
	background: url(../images/new-window.png) no-repeat left center;
	padding-left: 19px;
}

div#case div.case_box {
	padding: 20px;
	border: 1px #E0E0E0 dotted;
	 -moz-box-shadow: 1px 1px 5px #eee;
 -webkit-box-shadow: 1px 1px 5px #eee;
 -o-box-shadow: 1px 1px 5px #eee;
 -ms-box-shadow: 1px 1px 5px #eee;
 box-shadow: 1px 1px 5px #eee;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 15px 0;
}

div#case div.case_box span.cap {
	display: block;
	margin-bottom: 8px;
}

/*-----------------------------------------
	#flow
-------------------------------------------*/

div#step1 div.box {
	width:216px;
	float: left;
}



/*-----------------------------------------
  div#manual
-------------------------------------------*/

div#manual h1.top {
	margin-bottom: 30px;
}

div#manual h4 {
	margin: 20px 0 0 0;
	padding: 10px 5px;
	background: #C8C8C8;
}

div#manual ul {
	padding: 0;
	margin: 0;
}

div#manual ul li {
	line-height: 1.5;
}

div#manual img  {
	padding: 20px 0;
}

div#manual span img  {
	padding: 0 0.5em;
}
/*
#manual h3.common{
	background-image : url(../images/manager_icn.gif), url(../images/member_icn.gif), url(../images/guest_icn.gif);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 386px center, 410px 10px, 430px 14px;
}

#manual h3.mem_man{
	background-image : url(../images/manager_icn.gif), url(../images/member_icn.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: 395px center, 419px 9px;
}

#manual h3.manager{
	background-image : url(../images/manager_icn.gif);
	background-repeat: no-repeat;
	background-position: 410px center;
}

#manual h3.member{
	background-image : url(../images/member_icn.gif);
	background-repeat: no-repeat;
	background-position: 410px 7px;
}*/

div.sub_cl {
	float: left;
}

div.main_box {
	float: right;
	display: block;
	width: 100%;
	max-width: 730px;
}

nav.outline,
nav.sub_nav {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
}


nav.sub_nav div.title_outline_gray {
	background: #999;
	color: #FFF;
	text-align: center;
	padding: 7px 0;
	margin: 0;
	font-weight: bold;
}

div.sideBN {
	display: block;
	width: 200px;
	margin: 0 0 10px 0;
}

div.sideBN img {
	text-align: center;
}

#manual nav.outline {
	display: block;
	width: 280px;
	float: left;

}

#manual nav.outline h3 {
	margin:0;
	border: none;
    font-size: 120%;
	color: #000000;
}

#manual nav.outline ul,
nav.outline ul,
nav.sub_nav ul {
	border: 1px solid #E4E4E4;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px #E5E5E5;
	-webkit-box-shadow: 1px 1px 3px #E5E5E5;
	-o-box-shadow: 1px 1px 3px #E5E5E5;
	-ms-box-shadow: 1px 1px 3px #E5E5E5;
	box-shadow: 1px 1px 3px #E5E5E5;
	margin: 0;
	font-size:13px;
}

#manual nav.outline ul li,
nav.outline ul li,
nav.sub_nav ul li {
	display: block;
	background-image: url(../images/arrow.png),  url(../images/manualNav_bg.gif);
	background-repeat:  no-repeat, repeat-x;
	background-position: 5px center, center center;
	padding: 13px 0 13px 25px;
	margin :0;
	border-bottom: 1px solid #E4E4E4;
	line-height: 1.5;
}

nav.outline ul li.manu_actv,
nav.sub_nav ul li.manu_actv {
	background: url(../images/arrow_actv.png) no-repeat;
	background-position:  5px center;
}

nav.outline ul li.manu_actv a,
nav.sub_nav ul li.manu_actv a {
	color: #FF6600;
}

nav.outline ul li.title_outline {
	background: #ABABAB !important;
	color: #FFF;
	text-align: center;
	padding: 7px 0 !important;
	margin: 0;
	font-weight: bold;
}

#manual div.manual_box2 nav {
	margin :0; padding: 0;
}

#manual div.manual_box2 ul li {
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat:  no-repeat;
	background-position: 5px center;
	padding: 5px 0 5px 25px;
	margin :0;
}




/*-----------------------------------------
   div.manual_box
-------------------------------------------*/

div.manual_box {
	display: block;
	width:650px;
	float: right;
}

#manual div.manual_box2 {
	display: block;
	width: 100%;
	max-width: 365px;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
}


#sitemap div.manual_box2 {
	position: relative;
	display: block;
	width: 450px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}


#manual div.manual_box nav.outline h3 {
	margin:0;
	border: none;
    font-size: 120%;
	color: #000000;

}

#manual div.box dl {
	margin-top: 20px;

}

#manual div.box dl dt {
	padding: 10px;
}

#manual div.box dl dd {
	padding: 5px 5px 5px 25px;
	line-height: 1.8;
}

#manual div.box dl dt.manager {
	display: block;
	background: url(../images/manager_icn.gif) no-repeat;
	background-position: left 0px;
	padding-left: 34px;
	padding-top: 20px;
}

#manual div.box dl dt.member {
	background: url(../images/member_icn.gif) no-repeat;
	background-position: 3px 0;
	padding-left: 35px;

}

#manual div.box dl dt.guest {
	background: url(../images/guest_icn.gif) no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;

}

#manual div.box {
	display: block;
	clear: both;
	padding: 20px 20px 20px 20px;
	border: #EAEAEA 4px solid;
	margin-top: 30px;
}

/*-----------------------------------------
   #sitemap
-------------------------------------------*/

div#sitemap h3 {
	display: block;
	color: #333;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 130%;
	padding: 10px;
	background: #F3F3F3;
	border: 1px #E8E8E8 solid;
}

div#sitemap h3:before {
	color: #FF6600;
    content: url(../images/arrow_actv.png);
	padding-right: 7px;
}

div#sitemap ul.sitemapList li {
	display: block;
	list-style-type: none;
	font-size: 110%;
	background: url(../images/arrow_actv.png) no-repeat left center;
	padding: 0 0 0 23px;
	margin: 15px 0 15px 10px;

}


/*-----------------------------------------
　　#contact
-------------------------------------------*/

#contact div#tell,
#contact div#datetime,
#contact div#extra2 {
	display: none;
}

#contact span.note {
	padding: 10px 0 0 24px;
	font-size: 85%;
	color: #6C6C6C;
}

#contact span.note_address {
	padding: 10px 0 0 200px;
	font-size: 85%;
	color: #6C6C6C;
}

#contact h2 {
	margin-top: 20px;
}

#contact div#sbumit_end {
	margin: 10px 0;
}

#contact div#sbumit_end:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#contact a:hover {
	background: #FF8533;
}

#contact div.box1 {
	background: #ECECEC;
	padding: 10px;
}

#contact div.box p,
#contact div.box1 p {
	margin: 7px 0;
}

#contact .float_right {
	margin: 0 0 10px 0;
}

#form {
	clear: both;
	display: block;
	width:750px;
	margin: 20px auto;
}

#form span.red {
	margin-left: 8px;
	display: inline-block;
	background: url(../images/btn_required.png) no-repeat 0 5px;
	width: 47px; height: 18px;
	text-indent: -9999px;
}

#form ul.form li {
	padding: 25px 0;
	border-bottom: 1px dotted #C0C0C0;
	overflow: hidden;
}

#form ul.ask-check {
	padding-left: 170px;
}


#form ul.ask-check li {
	display: inline;
	border: none;
	margin-left: 10px;
}

#form ul.ask-check2 {
	display: block;
	overflow: hidden;
	margin-left: 40px;
}

#form ul.ask-check2 li {
	display: inline;
	border: none;

}

#checkbox {
	display: block;
	position: relative;
	top: 18px;
}


#form ul.entry_datetime {
	padding-left: 200px;
}

#form ul.entry_datetime input {
	padding: 2px 0 2px 5px;
	margin-left: 0;
	color: #999;
}

#form ul.entry_datetime li {
	border: none;
	padding: 10px 0;
}

#form input,
#form textarea {
	margin-left: 30px;
}

#form label {
	padding: 5px 0 0 0;
}

/*div#sbumit_end {
	margin: 20px 0;
	padding: 10px 0;
	background: #CCC;
}*/

#form #image-btn {
	margin: 0 auto;
    border: 0px;
    width: 478px;
    height: 81px;
    background: url(../images/contact_submit.jpg) no-repeat;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
}

span.red {
	font-size: 80%;
	padding: 10px 0 0 0;
}

input[type=text]{
   padding:0 3px;
}

input[type=text], select {
   outline: none;
}

table#contact_form th {
  white-space: nowrap;
}
table#contact_form td {
  white-space: normal;
}
table#contact_form td.note {
  padding-bottom: 2em;
}
table#contact_form .categories div {
  display: inline-block;
}
table#contact_form .inline_form {
  white-space: nowrap;
}
table#contact_form label {
  display: inline;
}



#contact #trial {
	background: url(../images/contact_img.jpg) no-repeat 30px center;
	padding: 30px;
}

#contact .box ol {
	margin-left: 200px;
}

#step-title {
	margin-left: 200px;
}

#contact .required {
  font-weight: normal;
  color: red;
  font-size: 90%;
}

#contact .image-left {
  margin:1em 0;
  border:1px solid #ccc;
}

#contact .image-left th{
  font-size: 150%;
  width:200px;
  background-color: #f7f6eb;
  padding: 1em;
  color:#663333;
  line-height:1.3;
  vertical-align: center;
  text-align: center;
}

#contact .image-left th span{
  display: block;
}

#contact .image-left td{
  line-height:1.4;
  border-left:1px solid #ccc;
  padding: 1em;
}
#contact ul {
  margin-top:0.5em;
}

textarea.inquiry_content {
  height: 200px;
  width: 95% !important;
  max-width: 600px !important;
}

.actions {
  text-align: right;
  padding: 0 40px;
}

#contact_form {
	width:600px;
}

div.bordered {
	display: block;
	width: 600px;
	margin-left: 180px;
	margin-right: auto;
}

#back{
	margin-left: 200px;
}

span.red {
	color: #C4181B;
}

/*-----------------------------------------
  #price
-------------------------------------------*/


#price h3 {
    clear: both;
    color: #FF6600;
    font-size: 150%;
    margin-top: 1em;
}

#price div.box {
	display: block;
	width: 500px;
}

#price table {
	margin-top: 15px;
	width: 100%;
}

#price table td {
	vertical-align: middle;
}


/*-----------------------------------------
  #FAQ
-------------------------------------------*/

ul.faq_list {
	position:relative;
	display: block;
}

ul.faq_list li {
	background: url(../images/faq_icn.gif) no-repeat;
	background-position: left center;
	text-indent: 27px;
	margin: 10px 0;
}

#manual h3.faq_opcl {
	background: url(../images/faq_close.gif) no-repeat;
	background-size: 35px;
	background-position: left center;
	text-indent: 50px;
    clear: both;
    color: #FF6600;
    font-size: 170%;
	border-bottom:  1px solid #FF6600;
	padding: 3px 5px;
    margin: 30px 0px 20px 0px;
}

#manual div.faq_box {
	display: block;
	position: relative;
	width: 600px;
	float: right;
	margin-left: 20px;
}

/*-----------------------------------------
  #landing
-------------------------------------------*/

#landing  {
	position: relative;
}

.landing_fixed {
	position: fixed;
	top: 5px;
	z-index: 2;

}


#landing p {
	margin-bottom: 10px;
}


#landing div.box4 {
	display: block;
	position: relative;
	margin: 40px auto;
}


#landing div.point_bgL {
	display: block;
	max-width: 40px; height: 35px;
	float: left;
	color: #FFFFFF;
	padding: 10px 20px 20px 20px;
	background-color: #EA6000;
	-webkit-border-radius: 20px 0 0 0 / 20px 0 0 0 ;
    -moz-border-radius:20px 0 0 0  / 20px 0 0 0 ;
    border-radius: 20px 0 0 0  / 20px 0 0 0 ;
}


#landing div.box4 span {
	display: block;
	text-align: center;

}

#landing div.box4 span p.bold {
	font-size: 138.5%;
	margin-top: 0; padding-top: 0;
}

#landing div.h1_bgL {
	display: block;
	width: 610px; height: 25px;
	float: right;
	text-align: left;
	padding: 20px;
	font-weight: bold;
	font-size: 146.5%;
	color: #FFFFFF;
	background-color: #F39F16;
	-webkit-border-radius: 0 30px 0 0 / 0 30px 0 0 ;
    -moz-border-radius:0 30px 0 0  / 0 30px 0 0 ;
    border-radius: 0 30px 0 0  / 0 30px 0 0 ;
}

#landing div.box4_inner {
	padding: 20px 20px 10px 20px;
	background: #ffffff;
	border-top: none;
	border-left: 4px solid #F39F16;
	border-right: 4px solid #F39F16;
	border-bottom: 4px solid #F39F16;
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius:  0 0 10px 10px;
    -o-border-radius:  0 0 10px 10px;
    -ms-border-radius:  0 0 10px 10px;
    border-radius:  0 0 10px 10px;
	clear: both;
	overflow: hidden;
}

#landing div.box4_inner h2 {
	display: block;
	color: #333;
	font-size: 161.6%;
	line-height: 1.3;
	background: url(../images/landing_03.gif) no-repeat;
	background-position: left center;
	padding: 15px 0 10px 20px;
	margin: 10px 0;
	border: none;
}

#landing div.box4_inner h2:first-letter {
	color: #333;
	font-size:100%;
	text-decoration: none;
	font-weight: none;
}

/*-----------------------------------------
	#landing div.box4_s
-------------------------------------------*/

#landing div.box4_s {
	display: block;
	float: left;
	margin: 0 10px 15px 5px;
	width: 400px;
	min-height: 250px;
}


#landing div.box4_s:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#landing div.box4_s div.point_bg {
	display: block;
	width: 60px; height: 35px;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #EA6000;
	-webkit-border-radius: 10px 0 0 0 / 10px 0 0 0 ;
    -moz-border-radius:10px 0 0 0  / 10px 0 0 0 ;
    border-radius: 10px 0 0 0  / 10px 0 0 0 ;
}

#landing div.box4_s span {
	display: block;
	text-align: center;
	vertical-align: middle;
}

#landing div.box4_s div.h1_bg {
	display: block;
	width: 320px; height: 23px;
	float: right;
	text-align: left;
	font-weight: bold;
	padding: 8px 10px 9px;
	color: #FFFFFF;
	background-color: #F39F16;
	-webkit-border-radius: 0 10px 0 0 / 0 10px 0 0 ;
    -moz-border-radius:0 10px 0 0  / 0 10px 0 0 ;
    border-radius: 0 10px 0 0  / 0 10px 0 0 ;
	margin: 0;
}

#landing div.box4s_inner {
	padding: 10px 5px 5px 5px;
	width: 384px; height: 170px;
	background: #ffffff;
	border-top: none;
	border-left: 3px solid #F39F16;
	border-right: 3px solid #F39F16;
	border-bottom: 3px solid #F39F16;
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius:  0 0 10px 10px;
    -o-border-radius:  0 0 10px 10px;
    -ms-border-radius:  0 0 10px 10px;
    border-radius:  0 0 10px 10px;
	clear: both;
	overflow: hidden;
	min-height: 190px;
	height: 100%;
}

#landing div.box4s_inner h2 {
	margin: 0;
	padding: 0;
	border: 0;
	color:#FFF;
	font-size: 90%;
	font: inherit;
	vertical-align: baseline;
}

#landing div.box4s_inner_l {
	float: left;
	display: block;
	width: auto;
	padding-top: 10px;
}

#landing div.box4s_inner_l img {
	margin-right: 0;
	margin-left: 0;
	float: left;
	padding: 10px;
}

#landing div.box4s_inner_l img.l_s_arrow {
	padding: 30px 0 0 0;
}

#landing div.box4s_inner_r {
	float: right;
	display: block;
	width: 220px;
	padding: 0 10px 10px 10px;
}

#landing div.box4s_inner img {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#landing div.box4s_inner2 {
	display: block;
	float: left;
	width: 140px;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
	background-color: #F39F16;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius:  10px;
	padding: 9px;
	margin: 2px 15px 10px 15px;
}

#landing div.box4s_inner2 h2 {
	font-size: 95%;
}

#landing div.box4s_inner2_g {
	display: block;
	float: left;
	width: 100px;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #575757;
	line-height: 1.3;
	background-color: #F6EDCA;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius:  10px;
	padding: 12px 10px;
	margin: 4px 15px 15px 15px;
}

#landing div.box4s_inner2_g h2 {
	font-size: 95%;
	color: #333;
}


#landing div.box4s_inner2_g h2:first-letter {
	font-size: 100%;
	color: #333;
}

#landing div.box4s_inner p {
	display: block;
	padding: 2px 0 0 5px;
}


#landing div.box4s_inner ul.tri_arrow li {
	background: url(../images/arrow.gif) no-repeat left top;
	padding: 4px 0 0 15px;
	margin-left: 8px;
	line-height: 1.2;
}

ul.tri_arrow {
	margin: 8px 0 ;
	display: block;
	clear: both;
}

ul.tri_arrow li {
	background: url(../images/arrow.gif) no-repeat left 9px;
	padding: 4px 0 4px 15px;
	list-style-type: none;
}



#landing div.box4_inner p.box4Img img {
	margin: 10px 0;
}


#landing div.box4_inner div.innerLeft {
	float: left;
	width: 450px;
	margin-bottom: 18px;
}

#landing div.box4_inner p.imgRight img {
	margin-bottom:50px;
}


#landing div.box4_inner p.imgRight {
	float: right;
	padding: 20px;
	display: block;
	width: auto;
}


#landing div.box4_inner div.viewPrice {
	display: block;
	border-top: dotted 1px #CDCDCD;
	clear: both;
	padding: 5px;
}


#landing div.box4_inner p.viewPricepage a {
	background:url(../images/arrow.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 10px;
}

#landing div.box4_inner p.viewPricepage a:hover {
	background: url(../images/arrow_actv.png) no-repeat left center;
	text-decoration: none;
	color: #FF6600;
}

nav.landing_nav {
	font-size: 85%; font-weight: bold; color: #FF6600;
	width: 730px;
	background: #FFF;
	opacity: 0.9;
}


nav.landing_nav img {
	display: block;
	margin: 0 auto;

}

nav.landing_nav ul.six_point li {
	margin: 0 4px 0 0 !important;
	display: block;
	float: left;
	width: 93.6px;
	min-height: 80px;
	text-align: center;
	padding: 10px;
	border: #D6D6D6 2px solid;
	 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px;
 -ms-border-radius: 3px;
 border-radius: 3px;
}

nav.landing_nav ul.six_point a li.on {
	border: #DD0020 2px solid;
}

nav.landing_nav ul.six_point a li:last-child {
	margin-right: 0;
}

nav.landing_nav ul.landing_trial a li {
	margin: 4px 4px 0 0;
	display: block;
	float: left;
	width: 337px;
	background: #FCB745;
	text-align: center;
	padding: 10px;
	border: #DD0020 2px solid;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -o-border-radius: 3px;
	 -ms-border-radius: 3px;
	 border-radius: 3px;
}

nav.landing_nav ul.landing_trial a li:nth-child(2) {
	margin-right: 0;
}

/*-----------------------------------------
	div.campaign
-------------------------------------------*/

div.campaign_bn {
	display: block;
	width: 680px;
	margin: 30px auto;
}

div.campaign_bn a.button-orange {
	float: left;
	margin-right: 10px;
}

#spec table,
table.spec {
		width: 100%;
		margin-top: 10px;
}

#spec table p,
table.spec p {
		line-height: 1.7;
}

#spec table tr,
#price table tr,
table.spec tr,
table.function {
		background-color: #FBFBFB;
}

#spec table th, #spec table td,
#price table th, #price table td, {
		color: #333;
}
#spec table th,
#price table th,
table.spec th,
table.function th {
		background-color: #EFEFEF;
		border: 2px solid #CCC;
		color: #333;
		padding: 0.5em 0.25em;
		vertical-align: middle;
}

table.top th {
		background-color: #EFEFEF;
		border: 2px solid #CCC;
		color: #333;
		padding: 0.5em 0.25em;
		vertical-align: middle;
}


#spec table th.table1,
#price table th.table1,
 {
		background-color: #999;
}

#spec table td,
#price table td,
table.spec td,
table.function td {
		border: 2px solid #CCC;
		padding: 1em 0.25em;
}
table.top td {
		border: 2px solid #CCC;
		padding: 1em 0.25em;
}
#spec table.price-plan td,
#price table.price-plan td {
		text-align: right;
}

#price table.price-plan th.price-plan {
	vertical-align: middle;
	width: 200px;
}

#spec table.spec td {
		text-align: center;
}

#recommend table.spec td {
	text-align: left;
}

table.spec td {
		color: #333;
		background: #FFF;
		vertical-align: top;
		padding: 20px;
}

table.function {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


table.function th {
	width: 90px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

table.function td {
	width: 128px;
	text-align: center;
}

table.function tr.hv td {
	background-color: #fff7cc;
}

table.function th.theme {
	background-color: #E3E3E3;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

table.top {
	width: 100%;
	margin: 20;
	padding: 0;
	vertical-align: middle;
}

table.top th {
	width: 90px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

table.top td {
	width: 128px;
	text-align: left;
}

table.top tr.hv td {
	background-color: #fff7cc;
}

table.top th.theme {
	background-color: #E3E3E3;
	width: 100%;
	text-align: center;
	font-weight: bold;
}


/*-----------------------------------------
	#corporate
-------------------------------------------*/

#corporate h3 {
	font-size: 100%;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
}

#corporate dl {
    background: #E3E3E3;       /* 実際には<dt>要素の背景色 */
    margin: 0;
    padding: 0;
    border: #fff solid 1px;
    border-width: 0 1px 1px;
	width: 735px;
    }

#corporate dt {
    clear: left;
    float: left;
    width: 160px;
    margin: 0;
    padding: 0.8em;
    border-top: #fff solid 1px;
    line-height: 1.6em;
    }

#corporate dd {
    background: #FBFBFB;
    margin: 0 0 0 185px;
    padding: 0.8em;
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    line-height: 1.6;
    }

#corporate nav.outline {
	padding: 0;
}



/*-----------------------------------------
	デモ会議室
-------------------------------------------*/

header a:hover,
footer a:hover {
	border: none;
	text-decoration: none;
}

#home-page #demo p {
  font-size: 110%;
  line-height: 1.5;
}
#home-page #demo .demo-time {
  float: left;
  margin: 1em auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#home-page #demo .demo-time th, #home-page #demo .demo-time td {
  border: 1px solid #ccc;
  padding: 1em;
  font-size: 120%;
}
#home-page #demo .demo-time th {
  text-align: right;
  background-color: #f8f8f8;
}
#home-page #demo .demo-link {
  float: right;
  margin: 0.5em 3em 0 0;
}

div.right-column {
	display: none;
}

div#wrapper a:not(.btn):hover {
	background-color: transparent;
}

input#nickname {
	height: 24px;
	font-size: 14px;
}

/*-----------------------------------------
	ログイン
-------------------------------------------*/

form#new_user input {
	height: 24px;
	font-size: 14px;
}

div#devise_links a {
	margin: 8px 0 0 0;
	color: #FF6600;
}

div#devise_links a:hover {
	border: none;
}

/*-----------------------------------------
	#tokoton
-------------------------------------------*/

#tokoton div.box,
#support div.box,
#spec div.box,
div.section  {
	border: none;
	margin: 0 0 40px 0;
	padding: 0;
}

#tokoton h2 {
	margin: 20px 0;
}

#tokoton h2.clearfix {
	margin-top: 0;
}

#tokoton #landing div.box4_s {
	min-height: inherit;
	width: 350px;
}

#tokoton #landing div.box4_s span {
	vertical-align: middle;
}

#tokoton #landing div.box4_s div.point_bg {
	display: block;
	width: 40px; height: 42px;
	float: left;
	color: #FFFFFF;
	padding-top: 14px;
	background-color: #EA6000;
	-webkit-border-radius: 10px;
    -moz-border-radius:5px 0 0 5px  / 5px 0 0 5px ;
    border-radius: 5px 0 0 5px  / 5px 0 0 5px ;
}

#tokoton #landing div.box4_s div.h1_bg {
	display: block;
	width: 290px; height: 29px;
	float: right;
	text-align: left;
	font-weight: bold;
	padding: 15px 10px 12px;
	color: #FFFFFF;
	background-color: #F39F16;
	-webkit-border-radius: 0 5px 5px 0 / 0 5px 5px 0 ;
    -moz-border-radius:0 5px 5px 0  / 0 5px 5px 0 ;
    border-radius: 0 5px 5px 0  / 0 5px 5px 0 ;
	margin: 0;
}

nav.sub_nav ul li.subtitle {
	padding-left: 20px;
	padding-right: 5px;
	background: none;
	border-left: 4px #DBDBDB solid;
}

nav.sub_nav ul li.subcurrent {
	border-left: 4px #F39F16 solid;
}

#tokoton section#feature div.column {
	display: inline-block;
	position: relative;
	width: 180px;
	border: 4px solid #E2E2E2;
	padding: 20px;
	margin: 0 5px 0 3px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-height: 245px;
}

section#section1 div.column {
	display: inline-block;
	position: relative;
	width: 180px;
	border: 4px solid #E2E2E2;
	padding: 10px;
	margin: 10px 6px 0 6px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-height: 80px;
}

div.tb_function section#section1 div.column {
	min-height: 12em;
}

section#section2 {
	display: block;
}

section#section2 div.column {
	display: inline-block;
	position: relative;
	width: 170px;
	border: 4px solid #E2E2E2;
	padding: 10px;
	margin: 10px 6px 0 6px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-height: 220px;
}

div.column_box {
	display: inline-block;
	position: relative;
	border: 4px solid #E2E2E2;
	padding: 10px;
	margin: 10px 6px 0 6px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-height: 200px;
}

div.column_box h3 {
	margin-top: 0;
}

#tokoton section#feature div.column p.bold {
	margin-bottom: 10px;
}

dl.table {
	display: block;
    background: #E3E3E3;       /* 実際には<dt>要素の背景色 */
    margin: 0 20px 0 10px;
    padding: 0;
    border: #fff solid 1px;
    border-width: 0 1px 1px;
	width: 97%;
}

dl.table dt {
    clear: left;
    float: left;
    width: 170px;
    margin: 0;
    padding: 0.8em;
    border-top: #fff solid 1px;
    line-height: 1.6em;
	font-weight: bold;
}

dl.table dd {
    background: #FBFBFB;
    margin: 0 0 0 195px;
    padding: 0.8em;
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    line-height: 1.6;
    }

#tokoton p img {
	margin: 20px auto;
	text-align: center;
}

p.call {
	background: url(../images/contact-calll.png) no-repeat;
	padding: 5px 10px 10px 40px;
	font-weight: bold;
}

p.mail {
	background: url(../images/contact-mail.png) no-repeat;
	padding: 5px 10px 10px 40px;
	font-weight: bold;
}

p.chat {
	background: url(../images/contact-chat.png) no-repeat;
	padding: 5px 10px 10px 40px;
	font-weight: bold;
}

p.demo {
	background: url(../images/contact-demo.png) no-repeat;
	padding: 5px 10px 10px 40px;
	font-weight: bold;
}

#tokoton dl.table dd {
	padding: 15px 10px 35px 10px;
}


.remote_btn{
	font-size:85%;
    background-color:#dddddd;
    padding:5px;
	margin-left: 5px;
	display: inline-block;
}
.remote_btn.active{
    background-color:#1b325f;
    padding:5px;
    color:#fff;
}
.remote_btn:hover{
    cursor:pointer;
}
.remote_box{
	display: none;
    margin-top:20px;
    margin-bottom:20px;
}



/*-----------------------------------------
  #div.trial
-------------------------------------------*/

div.trial p.big {
	font-size:197%;
	color: #FF6600;
	margin-bottom: 10px;
	text-align: center;
}

div.trial p.small{
	font-size: 90%;
	color: #515151;
	display: block;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}

div.trial p.trialLink {
	display: block;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
}

.link-flow,
.link-flow_mini  {
    background-color: #F9F9F9;
	border-top: #FF6600 4px solid;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
    clear: both;
    margin: 20px 0 10px 0;
    padding: 20px;
	overflow: hidden;
}


.link-flow div.box {
	float: left;
	background:#FFF;
	padding:5px;
	border: #EAEAEA 1px solid;
	width: 500px; height: 65px;
}

.link-flow_mini div.link-flow_box {
	float: left;
	background:#FFF;
	padding:5px;
	border: #EAEAEA 1px solid;
	width: 280px; height: 100px;
	margin-right:5px;
}

.link-flow img.float_left {
	margin-top: 18px;
}

.link-flow_mini img.float_left {
	margin: 23px 5px 0 0;
}



/*-----------------------------------------
  #function
-------------------------------------------*/

div#function_nav {
	display: block;
  	width: 730px;
 	height: auto;
}

.fixed {
  position: fixed;
  top: 0;
}

/*-----------------------------------------
  introduction_list
-------------------------------------------*/

ol.intro_list {
  list-style-type: decimal-leading-zero;
}

/*-----------------------------------------
  introduction_list
-------------------------------------------*/

nav.header_02 ul{
	display: table;
	margin: 25px 0 !important;
	padding: 0 ;
	text-align: center;

	}
	nav.header_02 li{
	display: table-cell;
	min-width: 50px;
}
	nav.header_02 a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #555;
	padding-bottom: 5px;
}

	nav.header_02 li:hover{
	color: #E7DA66;
	background-color:#F0E475;
}

/*---　PRテキスト　----*/
.pr_text{
	text-align: center;
  }

  .pr_text span.pr_label{
	background-color:orangered;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	margin-right:10px;
	color:#FFF;
  }
