@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;
}
:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
}
table{
	border-collapse: separate;border-spacing: 0;
}
caption, th, td{
	font-weight: normal;text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a img{
	border: 0;
}
figure{
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
/* -------------------------------------------------------------- */

body{
	color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#FFFFFF;
-webkit-text-size-adjust: none;
}

html{
	background:#FFFFFF;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color:#337db6;text-decoration:none;
}
a:hover{
	color:#246292;
}
a:active, a:focus{
	outline:0;
}


/* 全体
------------------------------------------------------------*/

#wrapper{
	margin:0 auto;
	padding:0 1%;
	width : 100%;
	position:relative;
}

.inner{
	margin:0 auto;
	width:100%;
}


/*************
/* ヘッダー
*************/
#header{
	padding:5px 0 15px;
	overflow:hidden;
}

* html #header{
	height:1%;
}

#header h1{
	font-size:11px;
	font-weight:normal;
}

#header .topheight{
	height: 165px;
}

/* 右上の画像。 */
#hd_tel{
	float: right;
	width: 430px;
	margin: 10px 0 12px 0;
}

/*************
/* ロゴ
*************/
#header .logo{
	float:left;
	font-size:50px;
        font-weight:bold;
	padding:0 0 0;
  /*  padding-bottom:80px;  右上の画像とメニューを被らせないため */
	color:#000000;
}

/**************************
/* トップナビゲーション
**************************/
#topnav{
  position: relative; 
  overflow: hidden; /* 下のulのcssでリスト全体を右に50%移動しているので、その分幅が広がってしまいスクロールバーが表示されてしまいます。それを防ぐ為の設定です。 */
}


#topnav ul{
  position: relative;
  left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
  float: left;
}

#topnav li{
  position: relative;
  line-height : 30px;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
  float: left;
  list-style: none; /* 項目にぼっちを出したくない場合はこれを設定（今回はあんまり関係ないですが） */
}

#topnav a{
	font-size:14px;
	display:block;
	padding:0px 10px;
	color:#333;
}

#topnav span{
	color:#cdcdcd;
	font-size:10px;
}

#topnav a:hover{
	background:#e4e4e4;
	border-radius:5px;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	margin:0px auto 20px auto;
	padding:0;
	width:100%;
	position:relative;
	line-height:0;11
}

#mainBanner img{
	max-width:100%;
	height:auto;
	border-radius:3px;
}

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:0;
	left:0;
	padding:15px 20px;
	line-height:1.4;
	background : url(tp2.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

.slogan h2{
	padding-bottom:5px;
	color:#ccc;
	font-size:18px;
}

.slogan h3{
	font-size:12px;
	color:#666;
}

/* サブページ スローガンの背景・黒*/
.subImg .slogan{
	background : url(tp2.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

.subImg .slogan h2{
	color:#ccc;
}
.subImg .slogan h3{
	color:#666;
}

/* メイン画像切り替え*/
.switch{
    visibility: hidden;
}

/* 脱毛知識背景画像（PC用）*/
  #container {
    width: 1500px;
    margin: 0 auto;

  }
  .cont {
    background:url(knowledge_pc.jpg) top center no-repeat ;
    width : 1500px;
    height:500px;

  }
  p.img {
      display:none;
      text-align:center;
  }

/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{
	height:1%;
}
	
.grid{
	float:left;
border-radius:5px;
background:#fff;
}

.grid h3{
	padding:15px 5px;
text-align:center;
border-radius:5px 5px 0 0;
background:#e4e4e4;
}

.grid p{
	padding:5px 10px;
}

.gridWrapper img{
	max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
	background:transparent;
}

#footer .grid p{
	padding:0;
}


/*************
メイン コンテンツ
*************/
section.content{
	padding:19px;
margin-bottom:20px;
border:1px solid #ebebeb;
border-radius:6px;
background:#fff;
overflow:hidden;
font-size:14px;
}

* html section.content{
	height:1%;
}

section.content p{
	margin-bottom:5px;
}

h3.heading{
	padding-left:7px;
margin-bottom:10px;
font-size:16px;
border-left:5px solid #e4e4e4;
}

section.content img{
	max-width:90%;
height:auto;
}

.alignleft{
	float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
	float:right;
clear:right;
margin:3px 0 10px 10px;
}

img.frame,#gallery img{
	border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .grid{
	padding:5px 0 0;
}


/*************
テーブル
*************/
table.table{
	border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
	padding:5px;
border:1px solid #cacaca;
}

table.table th{
	text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#f3f3f3;
}

table.table td{
	border-left:#48370d;
}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{
	padding:10px;
}

#sub li{
	margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
	border:0;
margin-bottom:0;
}

#sub li a{
	display:block;
}

#sub ul.list{
	padding-bottom:7px;
}

#sub ul.list li{
	clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{
	height:1%;
}

#sub ul.list li img{
	float:left;
margin-right:10px;
}

#sub ul.list li{
	font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
padding:20px 0 40px;
overflow:hidden;
}

* html #footer{
	height:1%;
}

.tel strong{
	font-size:20px;
font-weight:bold;
}

#footer a{
	color:#333;
}
#footer a:hover{
	color:#888;
}

#footer .copyright{
	font-size:11px;
}


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:1000px;
	padding:0;
	}
	
	#wrapper{
	padding-bottom:20px;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:1000px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{
	width:300px;
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}	
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{
	padding:0 0 0 0;
	}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{
	padding-left:1px;
	}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:center;
	}
	
	#footer .grid:last-child{
	padding-top:20px;
	}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{
	padding-bottom:0;
	}	

	#header h1{
	text-align:center;
	}
	
	#header .logo{
	float:center;
	text-align:center;
	padding:0px 0px 0px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #e4e4e4;
	border-right:1px dashed #e4e4e4;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){
	border-right:0;width:34%;
	}

	ul#topnav li.active a,ul#topnav a:hover{
	border-radius:0;
	}
	
	#sub ul.list{
	padding:10px 10px 11px;
	}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}

/* article */
.column3_1{
	width: auto;         /* ３つ横並び画像をスマホで縦並びにする */
	float:none;         /* 横並び解除 */

	img{
	  margin: 0;
	  padding: 0;
	  vertical-align: bottom;
	  }

	}
.column3_2{
	width: auto;         /*  */
	float:none;
	}
.column3_3{
	             /*  */
	width: auto;
	}
.column3_1_box{
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	}
.column3_2_box{
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	}
.column3_3_box{
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	}

/* 画像中央揃え */
.img_frame{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #C9C9C9;
	background-color:#F7F7F7;
	padding: 4px;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px; /* 画像とテキストの隙間（PC版） */
	margin-left: auto;
	margin-right: auto;
	vertical-align:bottom;
	}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{
	text-align:center;
	}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p,#sub .grid li{
	text-align:left;
	}
	
	img.frame,#gallery img{
	border-width:2px;
	}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
}


/*    header（共通指定）    */
header{
	background-image : url(bg1.png),url(photo1.jpg); /* メイン画像（幅 2000px 高さ 800px）の指定箇所 1/2 */
	background-repeat: repeat-x, no-repeat;
	background-position: center, center;
	height: 320px;
	text-align: center;
	background-size: 120px 100px, 800px 320px;
	background-color:#eae9e9;
}
.ie8_under header{
	background-image : url(photo1.jpg); /* メイン画像（幅 2000px 高さ 800px）の指定箇所 2/2 */
	background-repeat: no-repeat;
	background-position: center;
	height: 800px;
	text-align: center;
	background-size: 2000px 800px;
}
#site_title{
	padding-top: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 40px;
}
#menu_button{
	position:fixed;
	right:0px;
}

/* nav */
#nav{
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
}
#nav ul{
	padding: 0px;
	background-color:rgba(0,0,0,0.90);
}
#nav ul li{
	list-style-type: none;
}
#nav ul li a:link{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #424242;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#nav ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #B9B9B9;
	text-decoration: none;
}

/* article */
.content_wrap1{
	background-image : url(bg2.png);
	padding-top:40px;
	padding-bottom:40px;
}
.content_wrap2{
	background-image : url(bg3.png);
	padding-top:40px;
	padding-bottom:40px;
}
.content{
	width: 100%;
}
.content a:link{
	color: #515151;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.content a:visited{
	color: #464646;
}
.content a:hover{
	color: #B5B5B5;
}
.content h1{
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	color:#464646;
	font-size:170%;
}
.content h2{
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	color:#464646;
	font-size:140%;
}
.content p{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.img_frame{
	margin-bottom: 20px; /* 画像とテキストの隙間（PC版） */
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #C9C9C9;
	background-color:#F7F7F7;
	padding: 4px;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
img{
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.column_block {
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box{
	padding-bottom:15px;
}
.column2_2_box{
	padding-bottom:15px;
}

.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box{
	padding-bottom:100px;
}
.column3_2_box{
	padding-bottom:100px;
}
.column3_3_box{
	padding-bottom:100px;
}

.color1{
	color:#FF0000; /* 赤色 */
}
.color2{
	color:#FF6600; /* 橙色 */
}
.color3{
	color:#9900CC; /* 紫色 */
}
.supplement{
	font-size:90%;
	color:#6C6C6C; /* 補足 */
}

/* footer */
.footer_wrap{
	background-image : url(bg4.png);
	padding-top:60px;
	padding-bottom:60px;
}
footer{
	color: #FFFFFF;
	text-align:center;
}
footer p{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
footer a:link{
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover{
	color: #B9B9B9;
	text-decoration: none;
}



/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 600px) {

/* header */
header{
	height: 600px;
	background-size: 300px 250px, 1600px 640px;
	}
#site_title{
	padding-top: 240px;
	font-size: 55px;
	text-shadow: 2px 1px 0px #FFFFFF;
	}
#menu_button{
	display:none;
	}

/* nav */
#nav{
	position: fixed;
	top: 300px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#nav ul{
	background-color:rgba(0,0,0,0);
	}
#nav ul li{
	display:inline-block;
	}
#nav ul li a:link{
	color: #000000;
	text-align: center;
	padding: 10px;
	border-bottom: 0px solid #424242;
	background-image : url(bg5.png);
	background-repeat: repeat-x;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px #848484;
	box-shadow: 1px 1px 3px #848484;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	}
#nav ul li a:visited{
	color: #000000;
	}
#nav ul li a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,1.00);
	}

.ie6 #nav ul li{
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
	}
.ie7 #nav ul li{
	display: inline;
	zoom: 1;
	}

/* article */
.content_wrap1{
	padding-top:60px;
	padding-bottom:60px;
	}
.content_wrap2{
	padding-top:60px;
	padding-bottom:60px;
	}

.column_block{
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	}
.column2_1{
	width: 50%;          /* 281030修正メインページ下部２つ横並び画像 */
	/* 281030削除 margin-left: 20%;  左端からの距離 */
	float:left;          /* 横並び */
	}
.column2_2{
	width: 50%;  /* 281030修正メインページ下部２つ横並び画像 */
	/* 281030削除 margin-right: 20%;   右端からの距離 */
	display:inline-block;
	}
.column2_1_box{
	padding-bottom: 0px;
	padding-right: 10px;
	}
.column2_2_box{
	padding-bottom: 0px;
	padding-left: 10px;
	}


.column2_a{
	width: 40%;          /* 281030修正メインページ下部２つ横並び画像 */
	/* 281030削除 margin-left: 20%;  左端からの距離 */
	float:left;          /* 横並び */
	}
.column2_a_box{
	padding-bottom: 0px;
	padding-right: 10px;
	}
.column2_b{
	width: 60%;  /* 281030修正メインページ下部２つ横並び画像 */
	/* 281030削除 margin-right: 20%;   右端からの距離 */
	display:inline-block;
	}
.column2_b_box{
	padding-bottom: 120px;
	padding-left: 50px;
	}



.column3_1{
	width: 25%;         /* メインページ下部３つ横並び画像 */
	margin-left: 11.5%; /* 左端からの距離 */
	float:left;         /* 横並び */
	}
.column3_2{
	width: 25%;         /* メインページ下部３つ横並び画像 */
	margin-left: 1%;    /* 左の文字列との隙間 */
	margin-right: 1%;   /*右の文字列との距離 */
	float:left;
	}
.column3_3{
	             /* メインページ下部３つ横並び画像 */
	width: 25%;
	margin-right: 11.5%;   /*右端からの距離 */
	display:inline-block;
	}
.column3_1_box{
	padding-bottom: 20px;   / *PC用の3段画像のテキストの下の余白（以前はメインで改行していた） */
	padding-right: 30px;
	}
.column3_2_box{
	padding-bottom: 20px;  / *PC用の3段画像のテキストの下の余白（以前はメインで改行していた） */
	padding-left: 15px;
	padding-right: 15px;
	}
.column3_3_box{
	padding-bottom: 20px;  / *PC用の3段画像のテキストの下の余白（以前はメインで改行していた） */
	padding-left: 30px;
	}

.ie6 .column_block{
	margin-bottom: 0px;
	}

.ie6 .column2_1{
	width: 100%;
	}
.ie6 .column2_2{
	width: 100%;
	}
.ie6 .column2_1_box{
	padding-right: 0px;
	padding-bottom: 15px;
	}
.ie6 .column2_2_box{
	padding-left: 0px;
	padding-bottom: 15px;
	}

.ie6 .column3_1{
	width: 100%;
	}
.ie6 .column3_2{
	width: 100%;
	}
.ie6 .column3_3{
	width: 100%;
	}
.ie6 .column3_1_box{
	padding-right: 0px;
	padding-bottom: 15px;
	}
.ie6 .column3_2_box{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	}
.ie6 .column3_3_box{
	padding-left: 0px;
	padding-bottom: 15px;
	}

/* footer */
.footer_wrap{
	padding-top:70px;
	padding-bottom:70px;
	}

}

/* スクリーンサイズ 幅 1200px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 1200px) {

header{
	height: 800px;
	background-size: 300px 250px, 2000px 800px;
	}
#site_title{
	padding-top: 340px;
	}

/* nav */
#nav{
	top: 400px;
	}
}

/* スマートフォン 縦(ポートレート) で適用する設定・上から継承したスタイルを上書き */
@media only screen and (max-width:480px){

#header .logo{
	font-size:10px;
}
#header .logo img{
	height: auto;
	border:0;
	vertical-align:bottom;
	}
/* 右上の画像。 */
#hd_tel{
	width: 100%;
	height: auto;
	margin: auto;
	vertical-align:bottom;
}
	
#header .topheight{
	height: auto;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width : 100%;
	position:relative;
}

#mainBanner{
	margin:0 auto;
	width: 100%;
	height: auto;
	vertical-align:top;
}
#mainBanner h2,#mainBanner h3{
	font-size:50%;
}	
#sub .grid{
	float:none;
	width:98%;
}	
#sub .grid h3{
	padding:10px 5px;
}	
#sub ul.list{
	padding:10px;
}	
#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
}	
#sub ul.list li img{
	margin:0 5px 0 0;
}

/* --脱毛知識背景用-- */
  #container {
    width: 100%;
  }
  img {
      max-width:100%;
  }
  .cont {
      background:none;
  }

}

 
/* ------------------------------
   MEDIAQUERIES LAYOUT （スマホ版の縦メニュー）
------------------------------ */
@media only screen and (max-width: 800px) {
    #topnav ul {
        width: 100%;
    }
 
    #topnav ul li {
        width: 20%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #topnav {
        display: none;
    }
 
    #menuOverlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        display: none;
        position: fixed;
        z-index: 9997;
    }
 
    #switchBtnArea {
        width: 100%;
        height: 60px;
        background: #3c3c3c;
        border-bottom: #aaa 1px solid;
        position: relative;
    }
 
    #switchBtnArea #switchBtn {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        display: block;
        background: #a7a7a7;
        position: absolute;
        border-radius: 5px;
        z-index: 9998;
    }
 
    #switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.2s linear;
    }
    #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 18px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
 
    #switchBtnArea #switchBtn.btnClose {
        background: transparent;
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
        bottom: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #rwdMenuWrap {
        top: 0;
        left: -200px;
        width: 200px;
        height: 100%;
        background: #3c3c3c;
        overflow: auto;
        position: fixed;
        z-index: 9999;
    }
 
    #rwdMenuWrap ul {
        width: 100%;
    }
 
    #rwdMenuWrap ul li {
        width: 100%;
        border-bottom: #aaa 1px solid;
    }
 
    #rwdMenuWrap ul li a {
        padding: 5px 20px;
        text-align: left;
        display: block;
        background: #3c3c3c;
        position: relative;
    }
 
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #b0b0b0;
        border-right: 2px solid #b0b0b0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#topnav > ul:before,
#topnav > ul:after {
    content: " ";
    display: table;
}
#topnav > ul:after {clear: both;}
#topnav > ul {*zoom: 1;}