@charset "utf-8";
body {
	color: #000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

/*
 #ヘッダー

 */
#header{
	position:absolute; 
	top:0px;
	z-index:3000;
}

.g_header {
	width:100%;
	height: 35px;
	border-bottom: 1px solid #666666;
	line-height: 35px;
	background-color:#E6E7E9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E7E9), to(#C2C7CC));
	display:none;
	position:absolute; 
	top:0px;
}
.head_title {
	width: 100%;
	text-align: center;
}
.nav_head {
	width: 100%;
	height:100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.nav_head_left {
    position: absolute;
    top: 0px;
    left: 10px;
    font-weight: bold;
}

.nav_head_left img {
	vertical-align: middle;
}
.nav_head_right {
	position: absolute;
	top: 0px;
	right: 10px;
	font-weight: bold;
}
/*
# フッター

*/
#footer{
　 left:0px;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 5;

}


.g_footer {
	/* [disabled]width: 640px; */
	width:100%;
	height: 44px;
	line-height: 44px;
	background-color:#E6E7E9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E7E9), to(#C2C7CC));
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #cccccc;
	position:absolute;
	display:none;
	text-align:center;
}
.nav_foot {
	text-align: center;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.nav_foot  ul {
	width:95%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;



}
.nav_foot li {
	margin:auto;

}
.nav_foot ul:after {
 content: '';
 display: block;
 clear: both;
}

nav {
	text-align:center;
	display:block;
}

nav ul {
	padding:0px;
	list-style-type:none;
	text-align:center;
	display: inline;
}

nav li {
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	display:inline;
}

nav a:link, nav a:visited {
	font-size:1em;
	font-weight:normal;
}


/*panel*/
.action_panel {
	background: #E6E7E9;
	padding: 5px 10px 10px;
	position: relative;
	
	
}
.action_panel_title {
	margin-bottom: 5px;
}
.action_panel_head_right {
	position: absolute;
	right: 10px;
	top: 5px;
}



/*plate*/
.second_plate {
	width:100%;
	height: 44px;
	line-height: 44px;
	position: fixed;
	z-index: 6;
	left:0px;
	bottom: 44px;
	background-color:#E6E7E9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E7E9), to(#C2C7CC));
	border-top: 1px solid #CCC;
	text-align: center;
	overflow: hidden;
}
/*form*/
.g_footer .nav_foot ul li input,
.second_plate .search_form input {
	font-size: 14px;
	padding: 5px;
	border:1px solid #999;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 3px #333333;
	box-shadow: inset 0 0 3px #333333;
	-webkit-appearance: none;
	appearance: none;
}


/*contents*/

.nav_list ul {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	background: #eee;
}
.nav_list li {
	border-bottom: 1px solid #999;
	height: auto;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	background: #eee;
}
.nav_list a {
	padding: 10px 14px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: url(../img/btn_arrow_more.png) no-repeat right center;
	border-left: 5px solid #F00;
}

/* lists */
a.btnType-s-A {
  display: inline-block;
  padding: 5px 9px;
  border-top: solid 1px #512f32;
  border-left: solid 1px #512f32;
  border-right: solid 1px #512f32;
  border-bottom: solid 1px #8c0f18;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef868d), color-stop(0.5, #c7343e), color-stop(0.5, #bd1422), color-stop(1, #bd1422));
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.listIPhone {
/*   background-color: #fff; */
}
.listIPhone li {
  position: relative;
  border-bottom: solid 1px #cccccc;
}
.listIPhone li a:not(.noListLink) {
  position: relative;
  display: block;
	width: 85%;
  height: 100%;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  font-weight: bold;
  padding: 10px 0px 10px 10px;
}
.listIPhone li .floatBtn {
  position: absolute;
  right: 0px;
  top: 30px;
}
.listIPhone li:first-child .floatBtn {
  top: 20px;
}
.listIPhone li .floatBtnNext {
  position: absolute;
  right: 0px;
  top: 10px;
}
.listIPhone li:last-child {
  border-bottom: none;

}

.listIPhone.listTypeA {
	/*height:100%;*/

}
#list_contents{
	/*height:80%;*/
}


/*pagedisplay*/
.action_panel_container , .action_panel_container2 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	overflow: auto;
	padding: 10px;
	background: #eee;
}
.page_column {
	height: 60%;
	overflow: auto;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.page_thumbnail_left {
    width:50%;
	float: left;
	text-align: center;
}
.page_thumbnail_right {
    width:50%;
	float: right;
	text-align: center;
}
.page_caption {
	font-weight: bold;
	/*height: 100%;*/

}

/*search*/
.second_plate input {
	width: 80%;
}

/*pagemove*/
.nav_foot li input {
	width: 48px;
}
.second_plate .second_plate_left {
	vertical-align: middle;
	position: absolute;
	left: 10px;
	font-weight: bold;
}
.second_plate .second_plate_right {
	vertical-align: middle;
	position: absolute;
	right: 10px;
	font-weight: bold;
}

.js-slider {
	position: relative;
	width: 65%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

.js-slider div{
	background:#999;
	height:3px;
	border:1px inset #aaa;
	position:relative;
	top:20px;
	font-size:0px;
}
.js-slider input{
	position:absolute;
	width:34px;
	height:34px;
	display:block;
	background: #3E618C;
	border-radius: 300px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/*history*/
.nav_list ul li a img {
	padding-right: 10px;
	/* [disabled]vertical-align: middle; */
	/* [disabled]padding-top: 100%; */
	/* [disabled]padding-bottom: 100%; */
	float: left;
}

/*catalogList*/
#catalogList ul li a img {
	padding-right: 10px;
	float: left;
}
#catalogList ul li a p {
	overflow: hidden;
	vertical-align: middle;
}

#catalogList ul li {
	background: url(../img/btn_arrow_more.png) no-repeat right center;
}
#catalogList.listIPhone li a:not(.noListLink) {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	font-weight: bold;
	overflow: auto;
}
#catalogList.listIPhone li:first-child a {
	padding-top: 0px;
}
#catalogList.listIPhone li:last-child a {
	padding-bottom: 20px;

}

/*commonList*/
#commonList ul li a img {
	padding-right: 10px;
	float: left;
}
#commonList ul li a p {
	overflow: hidden;
}

#commonList.listIPhone li a:not(.noListLink) {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	font-weight: bold;
	overflow: auto;
	padding: 10px 0px 10px 0px;
}
#commonList.listIPhone li:first-child a:first-child {
	padding-top: 0px;
}
#commonList.listIPhone li:last-child a:first-child {
	padding-bottom: 0px;
}

/*labelList*/
.label_beta_red {
	background: #FF9999;
	margin-bottom: 3px;
	padding-left: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.label_beta_yellow {
	background: #FFFF66;
	margin-bottom: 3px;
	padding-left: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.label_beta_blue {
	background: #6699FF;
	margin-bottom: 3px;
	padding-left: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*label*/
.label_relative {
	position: relative;
}
/*
 #付箋：赤

 <div class="label_red">付箋：赤</div>

 */
.label_red {
	position: absolute;

	height: 20px;
	width: 85px;
	line-height: 20px;
	text-align: left;
	border-top: 2px solid #FF9999;
	border-right: 40px solid #FF9999;
	border-bottom: 2px solid #FF9999;
	border-left: 2px solid #FF9999;
	background: #FFCCCC;
	-webkit-box-shadow: 2px 2px 2px #333333;
	shadow: 2px 2px 2px #333333;
	opacity:0.85;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:1000;
}
/*
 #付箋：黄

 <div class="label_yellow">付箋：黄</div>

 */
.label_yellow {
	position: absolute;
	height: 20px;
	width: 85px;
	line-height: 20px;
	text-align: left;
	border-top: 2px solid #FFFF66;
	border-right: 40px solid #FFFF66;
	border-bottom: 2px solid #FFFF66;
	border-left: 2px solid #FFFF66;
	background: #FFFFCC;
	-webkit-box-shadow: 2px 2px 2px #333333;
	shadow: 2px 2px 2px #333333;
	opacity:0.90;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:1000;
}
/*
 #付箋：青

 <div class="label_blue">付箋：青</div>

 */
.label_blue {
	position: absolute;

	height: 20px;
	width: 85px;
	line-height: 20px;
	text-align: left;
	border-top: 2px solid #6699FF;
	border-right: 40px solid #6699FF;
	border-bottom: 2px solid #6699FF;
	border-left: 2px solid #6699FF;
	background: #99CCFF;
	-webkit-box-shadow: 2px 2px 2px #333333;
	shadow: 2px 2px 2px #333333;
	opacity:0.90;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:1000;
}
.label_info {
	position: absolute;
	top: 200px;
	left: 70px;
	width: 120px;
	line-height: 20px;
	text-align: left;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 2px #333333;
	shadow: 2px 2px 2px #333333;
	opacity:0.90;
	border: 2px solid #0099FF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index:1000;
}
.label_info img {

	width: auto;
	vertical-align: top;
}

/*search_results*/
.tableResults {
	width: 100%;
	text-align: center;
}
.tableResults th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tableResults td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tableResults tr .rightNone {
	border-right-style: none;
}
.tableResults .bottomNone {
	border-bottom-style: none;
}
.resultsButton {
	background: #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	padding: 10px;
	text-decoration: none;


}

/*function*/
#function_plate ul li {
	text-align: center;
	padding-bottom: 10px;
}
#function_plate ul li:last-child {
	text-align: center;
	padding-bottom: 0px;
}

#ios_store_link{
	display: none;
}
#android_store_link{
	display: none;
}
/*
 #動画

*/
.video{
	position: absolute;
	z-index:999;

}
.link{
	position: absolute;
	z-index:998;
}

.highlight{
	position: absolute;
	z-index:999;
}