﻿@charset "UTF-8";

@import url("default.css");
@import url("main.css");

/* ================ ColorScheme  ============== */
/*  DefaultTextColor = #334040 = RGB(51,64,64)  */
/*  LogoColor(RED)   = #C6003C = RGB(198,0,60)  */
/*  LogoColor(NAVY)  = #002E59 = RGB(0,46,89)   */
/* ================ /ColorScheme ============== */

body {
	margin: 0;
}

#gh_content {
	display: none;
}

#main {
	width: 100%;
}

#side {
	display: none;
}

/* Header
------------------------------- */
#header .header_container, #header #subnavi, #header #textsize {
	display: none;
}

#header {
	background: none;
	width: 100%;
	overflow:hidden;
}

#header #logo_amwaylive {
	/*text-align: center;*/
	float: none;
	padding: 0;
}

#header #logo_amwaylive a img {
	border: none;
}

#header #topicpath {
	font-size: 80%;
	padding-bottom: 1em;
}

/* Footer
--------------------------------- */
#footer .module_utility, #footer .module_link_up, #footer .module_sticker {
	display: none;
}

#footer {
	width: 100%;
}

#footer #module_copyright {
	border-top: 1px solid #666;
	margin-top:25px;
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
}


/* ----------------------------------------
   main.css内class → print用に最適化 (for IE6)
---------------------------------------- */
/* /// フロートサイズ指定 /// */

.section_lead .area_description {
	_width: auto;
}
/* -画像：キービジュアルサイズ- */
.section_body .desc_size-key {
	_width: auto;
}
/* -画像：1/5サイズ- */
.section_body .desc_size1-5 {
	_width: auto;
}
/* -画像：1/5サイズ-（2カラム内） */
.section_body_dir .visual_size1-5-c2 {
	_width: auto;
}
.section_body_dir .desc_size1-5-c2 {
	_width: auto;
}
/* -画像：1/4サイズ- */
.section_body .desc_size1-4 {
	_width: auto;
}
/* -画像：1/3サイズ- */
.section_body .desc_size1-3 {
	_width: auto;
}
/* -画像：1/2サイズ- */
.section_body .desc_size1-2 {
	_width: auto;
}
/*  2カラム
.section_body_dir .module_c2 {
	width: 48%;
} */
/* 2カラムをフロートなしに */
.section_body_dir .module_c2 {
	_width: auto;
}
.section_body_dir .module_c2.area_l {
	_float: none;
	_margin-bottom: 5px;
}
.section_body_dir .module_c2.area_r {
	_float: none;
	_padding-left: 0;
	_margin-bottom: 5px;
}

/*製品カタログへ*/
.module_accept p.accept_btn {
	_padding: 15px 10px;
}


/* ------------------------------------- */

/* clearfix
----------------------------------- */
div.section_body:after {/*for modern browser*/
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}
div.section_body {
 zoom:1;/*for IE 5.5-7*/
}
* html div.section_body {
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

