@charset "UTF-8";
/* CSS INDEX for TOP page */

/*  top_submenu
--------------------------------------------------------------------------------------------*/
/*
#top_submenu{
	position: fixed;
	top: 40%;
	right: 0%;
	width: 190px;
	background-color:rgba(255,255,255,0.65);
	z-index:1;
	padding:5px;
	border-radius: 3px;	
}

#top_submenu ul {
	margin:0 0 0 2%;
}
#top_submenu li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.8em;
}
#top_submenu li a {
	color:#808080;
	text-decoration:none;
}

#top_submenu li.active {
	// background:#e0e0e0;
}
#top_submenu li.active a#sub01 {
	color:#009FE8;
}
#top_submenu li.active a#sub02 {
	color:#60BF80;
}
#top_submenu li.active a#sub03 {
	color:#BFA600;
}
#top_submenu li.active a#sub04 {
	color:#F37900;
}
#top_submenu li.active a#sub05 {
	color:#E4393B;
}
#top_submenu li.active a#sub06 {
	color:#BF69A3;
}
#top_submenu li.active a#sub07 {
	color:#0038A6;
}
#top_submenu li.active a#sub08 {
	color:#009FE8;
}
#top_submenu li.active a#sub09 {
	color:#60BF80;
}

#top_submenu li.second a:hover,#top_submenu li.second a:active {
	color:#009FE8;
}
#top_submenu li.third a:hover,#top_submenu li.third a:active {
	color:#009FE8;
}
#top_submenu li.fourth a:hover,#top_submenu li.fourth a:active {
	color:#60BF80;
}
#top_submenu li.fifth a:hover,#top_submenu li.fifth a:active {
	color:#BFA600;
}
#top_submenu li.sixth a:hover,#top_submenu li.sixth a:active {
	color:#F37900;
}
#top_submenu li.seventh a:hover,#top_submenu li.seventh a:active {
	color:#E4393B;
}
#top_submenu li.eighth a:hover,#top_submenu li.eighth a:active {
	color:#BF69A3;
}
#top_submenu li.nineth a:hover,#top_submenu li.nineth a:active {
	color:#0038A6;
}
#top_submenu li.tenth a:hover,#top_submenu li.tenth a:active {
	color:#009FE8;
}
*/
/*--------------------------------------------------------------------------------------------*/

/*
.fullwide{
	max-width: 960px;
	margin: 0 auto;
}

.fullwide h2{
	text-align: center;
	font-size: 108%;
	font-weight: lighter;
	margin-top: .6em;
}
.topbannerBox .lead h3 {
	color: #808080;
	font-size: 138.5%;
	font-weight: lighter;	
	line-height: 1.8em;	
}
.fullwide h4{
	text-align: center;
	font-size: 240%;
	font-weight: lighter;
	margin: 0.5em 0;
	line-height: 1.4em;
}

.fullwide p{
	color: #404040;
	text-align: center;
	line-height: 2em;
	font-size: 1.1em;
}
*/
/*--------------------------------------------------------------------------------------------*/

/* ボタン幅指定
--------------------------------------------------------------------------------------------*/
/*
.btn_area_pc {
	width:160px;
	float:left;	
	min-height:32px;
	line-height: 1em;
	margin: 3px 0 0 0;
}
.btn_area_phone {
	width:70%;
	margin: 30px auto;
}
@media (max-width:767px) {
	.btn_area_pc {
	float:right;			
	}
}
@media (max-width:520px) {
	.btn_area_pc {
		float: none;
		clear:both;
		width:50%;
		margin: 0px auto;
}
}
*/
/*ログイン*/
/*
.btn_area_login {
	width:180px;
	float:left;	
	min-height:32px;
	line-height: 1em;
	margin: 3px 0 0 0;
}
.btn_c{
	width:100%;
}
.btn_c .btn_area_login {
	float:none;
	margin:0 auto;
}
@media (max-width:767px) {
	.btn_area_login {
	float:right;			
	}
}
@media (max-width:520px) {
	.btn_area_login {
		float: none;
		clear:both;
		width:80%;
		margin: 0px auto;
}
}

/*
.contents_title .btn_area_login {
	float:left;	
	min-height:32px;
	line-height: 1em;
	margin: 5px 0 0 0;
}

.contents_title .btn_area_login img {
	float:left;
}
@media (min-width:400px) {
.contents_title .btn_area_login a {
	display:block;
	float:left;
	padding-top:6px;
}
}
*/

/* 共通パーツ(ボタン)
--------------------------------------------------------------------------------------------*/
/*
.btn_area_pc a {
	display: block;
	color: #fff;
	background-image:url(../../image/arrow_w.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-radius: 14px;
	height: 30px;
	text-align:center;
	line-height: 30px;
	font-size:108%;
	padding-right: 10px;
}

.btn_area_phone a {
	width:100%;
	display: block;
	color: #fff;
	background-image:url(../../image/arrow_w.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-radius: 20px;
	height: 40px;
	text-align:center;
	line-height: 40px;
	font-size:138.5%;
}
.btn_area_pc a:hover,
.btn_area_phone a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80");
	color: #fff;
	text-decoration:none;
}
*/
/* 共通パーツ(ボタン) ログイン
--------------------------------------------------------------------------------------------*/
/*
.btn_area_login a {
	display: block;
	color: #fff;
	background-image:url(../../image/arrow_w.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-radius: 14px;
	height: 30px;
	text-align:center;
	line-height: 30px;
	font-size:108%;
	padding-right: 17px;
}

.btn_area_pc a:hover,
.btn_area_phone a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80");
	color: #fff;
	text-decoration:none;
}
*/
/*共通
--------------------------------------------------------------------------------------------*/
/*
p.attention {
	font-size:85%;
	text-align:left;
	margin: 15px 10px 10px 10px;
	line-height:1.3em;
	color:#FFFFFF;
}
p.attention2 {
	font-size:85%;
	margin: 5px 0;
	line-height:1.3em;
}
hr.lineL {
	margin:0 0 3px 0;
}
*/
/*--------------------------------------------------------------------------------------------*/


/*  見出し
--------------------------------------------------------------------------------------------*/
/*
@media (max-width:520px) {

.contents_title {
	min-height:130px;
}
}

.contents_title .contentsTtl {
	font-size:167%;
	color:#404040;
	margin:0 1% 0 1%;
	padding: 0.8% 0 0 0;
	float:left;
	display:block;
	width: 12%;
	min-height:32px;
	font-weight: normal;
	line-height: 1em;
}
@media (max-width: 900px) {
.contents_title .contentsTtl {
	width: 20%;
	text-align:left;
}
}
@media (max-width:520px) {
.contents_title .contentsTtl {
	width: 80%;
	text-align:left;
}
}

.contents_headline h2 {
	display:block;
	font-size:108%;
	margin:0;
	padding: 0.8% 3px 0 0;
	height:0;
	font-weight: normal;
	line-height: 1.5em;
	color:#404040;
	min-height: 32px;
}

hr.blue {
	 border-top: 1px solid #009FE8;
	margin: 0 auto 5px auto;
}
*/
/*  #first 
--------------------------------------------------------------------------------------------*/
/*
#first .span11{
	margin:0 auto;
	padding:0 5%;
	margin: 0 0 20px 0;
}
*/
/*  #second
--------------------------------------------------------------------------------------------*/
/*
.second_contents {
	margin: 20px 0 0 0;
}
@media (min-width: 950px) {
.second_contents .span3 {
	text-align:center;
	padding:0;
}
}

.second_contents dt {
	text-align:center;
}
@media (min-width: 768px) and (max-width: 949px) {
.second_contents .span3 {
	text-align:center;
	margin:0;
	padding:0;
}
}
@media (max-width: 799px) {
	.second_contents .span3 {
	text-align:center;
	margin-bottom: 20px;
}
}

.second_right dd {
	font-size:93%;
	margin-bottom: 0.5em;
}
*/
/*--------------------------------------------------------------------------------------------*/

/*  #third, #fourth
--------------------------------------------------------------------------------------------*/
/*
#third .span3,
#fourth .span3,
#third .span4,
#fourth .span4 
  {
	text-align:center;
	margin-bottom: 20px;
}
@media (min-width: 950px) {
#fourth .span4, #third .span4 {
	text-align:center;
	margin-bottom: 0 0 20px 0;
	padding:0;
}
}

#fifth .span12 {
	margin: 27px auto;
	text-align:center;
	
}
*/


/*  #twelfth
--------------------------------------------------------------------------------------------*/
/*
@media (min-width: 980px) {

#twelfth .mobile_image {
	margin: 25px 0 0 2.29%;
}

#twelfth .span6 {
	margin: 4em 0 0  8%;
}

#twelfth p.twelfth_text {
	font-size:182%;
	color:#fff;
	display:block;
}

 #twelfth .btn_area_pc {
	width:190px;	
	float: none;
	margin: 25px auto;
}
}
@media (min-width: 767px) and (max-width: 979px) {
#twelfth .mobile_image {
	margin: 10px 0 0 2.29%;
}

#twelfth .span6 {
	margin: 2% 0 0 3%;
}

#twelfth p.twelfth_text {
	font-size:138.5%;
	color:#fff;
	display:block;
	line-height:1.6em;
}

 #twelfth .btn_area_pc {
	width:190px;	
	float: none;
	margin: 20px auto;
}
}
@media (max-width: 767px) {
#twelfth .mobile_image img {
	width:40%;
	float:left;
}
#twelfth p.twelfth_text {
	font-size:138.5%;
	color:#fff;
	display:block;
	line-height:1.6em;
}
}

#twelfth .btn_area_pc img {
	width:68px;
	height:21px;
	vertical-align: text-top;
	margin-right: 3%;
	text-align:left;
}

#twelfth .btn_area_pc a {
	display: block;
	color: #00A0E9;
	background-image:url(../image/arrow_b.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-radius: 18px;
	height: 40px;
	text-align:center;
	line-height: 40px;
	font-size:138.5%;
	padding-right: 14px;
}

#twelfth .btn_area_phone a {
	width:100%;
	display: block;
	color: #00A0E9;
	background-image:url(../image/arrow_b.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-radius: 20px;
	height: 40px;
	text-align:center;
	line-height: 40px;
	font-size:138.5%;
}
#twelfth .btn_area_pc a:hover,
#twelfth .btn_area_phone a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80");
	text-decoration:none;
}
#first #img_page {
		text-align:center;
		margin-bottom: 20px;
		padding: 0 5%;
	}
*/
.blue {
    color: #333;
}
main {
	padding: 0 32px;
}
#pankuzu, #breadCrumb {
    margin-bottom: 16px !important;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.tone-product_main_bg {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.bg_img {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}
.contents_headline {
	width: auto;
    padding-top: 7px;
}
.appli_fullwide hr {
	margin: 0;
}
.model-flame {
	padding-top: 0;
}
@media screen and (max-width: 869px) {
main {
	padding: 0;
}
}

@media screen and (max-width: 869px){
	.main_tit img{
		width: 50%;
	}
	.contents_headline {
        padding-top: 0;
    }
	.contents_headline h2 {
        line-height: 28px !important;
		padding-top: 6px !important;
    }
	.main_text br {
        display: none;
    }
	.tone-contents {
		padding: 0;
	}
	#toha {
		margin: 0 auto !important;
	}
}