@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Access                      */
/*                 09  Staff                       */
/*                 10  Concept                     */
/*                 11  General                     */
/*                 12  Prevent                     */
/*                 13  Esthe                       */
/*                 14  Ortho                       */
/*                 15  Implant                     */
/*                 16  Denture                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Brown          #786352      */
/*        Main Color - Green          #75ad40      */
/*        Main Color - Light Grey     #f4f3ea      */
/*                                                 */
/*        Sub Color  - Orange         #ffcc33      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      83.33%              */
/*                   11px      91.66%              */
/*                   12px     100%                 */
/*                   14px     116.66%              */
/*                   16px     133.33%              */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { margin: 0; background: url(../images/body_bg.jpg) 0 0 repeat-x #f4f3ea; color:#333; }

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	}

#main {
	margin: 0 0 10px 0 ;
	padding: 0 ;
	width: 850px;
	background: url(../images/main_bg.jpg) right top repeat-y;
	}

#content {
	margin: 0;
	width: 620px;
	float: right;
	font-size: 100%;
	}

.img { margin: 0; padding: 0; line-height: 1%; display: block;}

/*---------- 03  Header -----------*/

#header {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 121px;
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	}		
#header #header01 {
	margin: 0 0 0 0;
	padding: 0;
	width: 550px;
	height: 121px;
	float: left;
	}

#header #header01 p.header_text {
	margin: 0;
	padding: 5px 0 2px 14px;
	font-size: 91.66%;
	line-height: 1.2em;
	color: #FFF;
	}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 9px;
	width: 260px;
	height: 95px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	text-indent: -9999px;
	display: block;
	width: 260px;
	height: 95px;
	background: url(../images/header_logo.jpg) 0 0 no-repeat;
	}
	
#header #header02 {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 121px;
	float: right;
	}

#header #header02 p.header_online {
	margin: 0;
	padding: 25px 10px 17px 0;
	width: 290px;
	height: 79px;
	}
	
#header #header02 p.header_online a {
	margin: 0;
	padding: 0;
	width: 290px;
	height: 79px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/header_online.jpg) 0 0 no-repeat;
	}

#header #header02 p.header_online a:hover {
	background: url(../images/header_online.jpg) 0 -79px no-repeat;
	}

/*----------04  Navigation -----------*/

#nav {
	margin: 0;
	padding: 0 0 20px 0;
	width: 205px;
	float: left;
	}

#nav ul {
	margin: 0 ;
	padding: 0 0 10px 0;
	width: 205px;
	background: #fff;
	list-style: none;
	}

#nav ul li {
	padding-left: 9px;
	padding-right: 6px;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}
	
#nav02, #nav03, #nav04, #nav07, #nav08, #nav09, #nav10, #nav11 { margin-bottom: 9px; }
#nav05 { margin-bottom: 19px; }

#nav01 { background: url(../images/nav.jpg) 0 0 no-repeat; padding-left: 0; padding-right: 0; margin-bottom: 10px; height: 30px; }
#nav02 a { background: url(../images/nav.jpg) -9px -40px no-repeat; width: 190px; height: 31px; }
#nav03 a { background: url(../images/nav.jpg) -9px -80px no-repeat; width: 190px; height: 31px; }
#nav04 a { background: url(../images/nav.jpg) -9px -120px no-repeat; width: 190px; height: 31px; }
#nav05 a { background: url(../images/nav.jpg) -9px -160px no-repeat; width: 190px; height: 31px; }
#nav06 { background: url(../images/nav.jpg) 0 -210px no-repeat; padding-left: 0; padding-right: 0; margin-bottom: 10px; height: 30px; }
#nav07 a { background: url(../images/nav.jpg) -9px -250px no-repeat; width: 190px; height: 31px; }
#nav08 a { background: url(../images/nav.jpg) -9px -290px no-repeat; width: 190px; height: 31px; }
#nav09 a { background: url(../images/nav.jpg) -9px -330px no-repeat; width: 190px; height: 31px; }
#nav10 a { background: url(../images/nav.jpg) -9px -370px no-repeat; width: 190px; height: 31px; }
#nav11 a { background: url(../images/nav.jpg) -9px -410px no-repeat; width: 190px; height: 31px; }
#nav12 a { background: url(../images/nav.jpg) -9px -450px no-repeat; width: 190px; height: 31px; }

#nav02 a:hover { background: url(../images/nav.jpg) -214px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -214px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -214px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -214px -160px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -214px -250px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -214px -290px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -214px -330px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -214px -370px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -214px -410px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -214px -450px no-repeat; }

#nav .nav_b_t { background: url(../images/nav_b_t.jpg) 0 0 no-repeat; padding-top: 10px; }
#nav .nav_b_b { background: url(../images/nav_b_b.jpg) left bottom no-repeat; padding-bottom: 10px; }
#nav .nav_b_y { background: url(../images/nav_b_y.jpg) 0 0 repeat-y; }
#nav .nav_b_y2 { background: url(../images/nav_b_y2.jpg) 0 0 repeat-y; margin: 0 10px; }
#nav .nav_b_b2 { background: url(../images/nav_b_b2.jpg) left bottom no-repeat; }

#nav p { text-align: center; }

#nav #info { 
	margin: 0 6px 0 0;
	}
	
p.nav_movie {
	margin: 0 11px 10px 8px ;
	padding: 8px 0 0 0;
	width: 180px;
	height: 60px;
	}
p.nav_movie a {
	margin: 0;
	width: 180px;
	height: 60px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav02.jpg) 0 0 no-repeat;
	}
p.nav_movie a:hover {
	background: url(../images/nav02.jpg) 0 -60px no-repeat;
	}

#nav #qr_code { 
	margin: 0 10px 0 7px;
	background: url(../images/nav05.jpg) 0 0 repeat-y;
	}	
.pad_02 { padding: 0 43px 9px 36px;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 ;
	margin: 0;
	font-size: 100%;
	height: 90px;
	text-align: center;
	color: #593D1F;
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #593D1F;
	}
#footer a:hover { text-decoration: underline; }

#footer  { 
	margin: 0 ;
	padding: 0 ;
	width: 850px;
	height: 90px;
	}
#footer p.tel { 
	margin: 0 0 0 0;
	padding: 16px 0 0 9px;
	width: 212px;
	height: 51px;
	float: left;
	line-height: 1%;
	display: block;	
	}
#footer address {
	margin: 0;
	padding: 34px 12px 0 0;
	text-align: right;
	}

/*---------- 06  Contents -----------*/

.section { padding: 0 30px 0 10px ; }
.section .section { padding: 0 10px ; }
.section .section .section { padding: 0 ; }
.center { text-align: center; }

#content h2 {
	margin: 12px 20px 15px 0;
	height: 40px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	margin: 0 0 10px 0;
	height: 31px;
	text-indent: -9999px;
	}
#content h4 {
	margin: 0 0 10px 0;
	height: 19px;
	text-indent: -9999px;
	}

#content h5 {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	color:#ea6da4;
	background: url(../images/icon01.jpg) 0 3px no-repeat;
	}
	
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content ul li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 5px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #63ad38;
	outline: none;
	}
a:hover { color: #b1bc36; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_b {
	margin: 0;
	line-height: 1%;
	display: block;
	}
	
.image_l {
	margin: 0 20px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
* html body .image_l { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l1 {
	margin: 0 20px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	border: 1px solid #FFCAD8;
	background: #FFF;
	padding: 1px;
	}
*:first-child+html .image_l1 { margin: 0 20px -0.5em 0 ; } /*  for IE7 only */
* html body .image_l1 { margin: 0 17px -0.5em 0 ; } /*  for IE6 only */

.image_r {
	margin: 0 0 0 20px ;
	float: right;
	line-height: 1%;
	display: block;
	}
* html body .image_r { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r1 {
	margin: 0 0 0 20px ;
	float: right;
	line-height: 1%;
	display: block;
	border: 1px solid #FFCAD8;
	background: #FFF;
	padding: 1px;
	}
*:first-child+html .image_r1 { margin: 0 0 -0.5em 20px ; } /*  for IE7 only */
* html body .image_r1 { margin: 0 0 -0.5em 17px ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	}

#content ul.totop {
	clear: both;
	margin: 0 30px 30px 0;
	padding: 0;
	height: 24px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 120px;
	height: 24px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #d1c2be;
	font-size: 100%;
	line-height: 1.5em;
	width: 100%;
	}
#content table th,
#content table td {
	padding: 8px 8px;
	border: 1px solid #d1c2be;
	}

#content table td.bg01 {
	background: #fbfbfa;
	}
#content table td.bg02 {
	background:#f0fcd1;
	}

#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content .alpha { float: left; }
#content .beta { float: right; }

#content .main_img {
	margin: 0 0 26px 0;
	padding: 57px 0;
	text-align: center;
	background: url(../images/main_img_bg.jpg) 0 0 no-repeat;
	}
#prevent #content .main_img, #esthe #content .main_img, #implant #content .main_img, #denture #content .main_img {
	margin: 0 0 26px 0;
	padding: 40px 0;
	text-align: center;
	background: url(../images/main_img_bg.jpg) 0 0 no-repeat;
	}	
/*---------- 07  Index -----------*/

.index01 { margin: 0 0 17px 0; }
.index_bg { margin: 0; background: url(../images/index_img07.jpg) 0 0 no-repeat; padding: 16px 220px 19px 18px; }
.index_bg02 { margin: 0; background: url(../images/index_img10.jpg) 0 0 repeat-y; }

.index_text { margin: 0; line-height: 19px; letter-spacing: 1px; height: auto; }

.index02 { margin: 0 10px 20px 10px; }
.index02_01 { margin: 0 6px 0 6px; }

#index dl { margin: 14px 13px 14px 15px; width: 300px;  }
#index dl dt { margin: 0 0 0 0 ; padding: 0 0 0 15px ;background: url(../images/index_img11.jpg) 0 5px no-repeat; font-weight: normal; color:#875E4D; }
#index dl dd { margin: 0 0 0 24px ; padding: 0 0 0px 0 ; }
 
#index .image_l_in { margin: 0 12px 0 0; float: left; font-size: 1%; line-height: 1%; display: block; }

.index_movie {
	margin: 0 20px 14px 0 ;
	width: 600px;
	height: 107px;
	}
.index_movie a {
	margin: 0;
	width: 600px;
	height: 107px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/index_img05.jpg) 0 0 no-repeat;
	}
.index_movie a:hover {
	background: url(../images/index_img05.jpg) 0 -107px no-repeat;
	}

.online_24h {
	margin: 0 0 18px 0 ;
	width: 600px;
	height: 110px;
	}
.online_24h a {
	margin: 0;
	width: 600px;
	height: 110px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/index_img12.jpg) 0 0 no-repeat;
	}
.online_24h a:hover {
	background: url(../images/index_img12.jpg) 0 -110px no-repeat;
	}

/*---------- 08  Access -----------*/

#access h2#title01 { background: url(../images/access_h2.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-01.jpg) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-02.jpg) 0 0 no-repeat; }
#access h4#title06 { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h4#title07 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access h4#title08 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }

#map {
	width: 480px;
	height: 375px;
	border: 1px solid #ccc;
	margin: 0;
}

#access dl { margin: 0; padding: 0; width: 480px; display: inline; clear: both; }
#access dl dt { margin: 0; padding: 0; width: 60px; float: left; display: inline; font-weight: normal; }
#access dl dd { margin: 0; padding: 0; width: 420px; float: left; display: inline; }

/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-01.jpg) 0 0 no-repeat; }
#staff h4#title03 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h3#title05 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h3#title08 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h4#title09 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#title10 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h3#title11 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }

#staff dl { margin: 0; padding: 0; width: 340px; display: inline; }
#staff dl dt { margin: 0; padding: 0; width: 80px; float: left; display: inline; font-weight: normal; }
#staff dl dd { margin: 0; padding: 0; width: 260px; float: left; display: inline; }

/*---------- 10  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-01.jpg) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-01.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-02.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept h3#title06 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h4#title07 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }

/*---------- 11  General -----------*/

#general h2#title01 { background: url(../images/general_h2.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-01.jpg) 0 0 no-repeat; }
#general h4#title03 { background: url(../images/general_h4-01.jpg) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-02.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general h3#title06 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }

/*---------- 12  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }

.text_highlight { color: #75ad40; background:#fff7de; padding: 5px 7px; font-weight: bold; letter-spacing: 1px; }

/*---------- 13  Esthe -----------*/

#esthe h2#title01 { background: url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe h4#title03 { background: url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h3#title04 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }

/*---------- 14  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-01.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-01.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-02.jpg) 0 0 no-repeat; }
#ortho h3#title05 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }

/*---------- 15  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }

/*---------- 16  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-01.jpg) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-01.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-02.jpg) 0 0 no-repeat; }
#denture h3#title05 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }

/*---------- Margin - Padding -----------*/

.m0 { margin: 0; }
.mar_b10 { margin-bottom: 10px; }
.mar_b13 { margin-bottom: 13px; }
.mar_b16 { margin-bottom: 16px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b25 { margin-bottom: 25px; }
.mar_b35 { margin-bottom: 35px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b40 { margin-bottom: 40px; }
.pad_b5 { padding-bottom: 5px; }
.pad_b10 { padding-bottom: 10px; }

/*---------- Text -----------*/

.text_green { color: #75ad40; }
.text_brown { color: #875e4d; }
.text_bold { font-weight: bold; }
.text_right { text-align: right; }

/*---------- Width -----------*/

.w_80 { width: 80px; }
.w_140 { width: 140px; }
.w_160 { width: 160px; }
.w_362 { width: 362px; }
.w_340 { width: 340px; }
.w_380 { width: 380px; }
