@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 100%; color:#666;
}
option { margin: 0 0 0 10px; }

/* Header内で設定 */

#index h2 {
	margin: 0  ;
	padding: 263px 0 0 0 ;
	height: 48px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	clear: both;
	text-align: center;
	}
	
#content h2 {
	margin: 22px 0 15px 16px ;
	padding: 0 ;
	height: 36px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	}

#index #content h3 {
	margin: 10px 0 5px 0 ;
	padding: 0  ;
	height: 58px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	text-indent: -9999px;
	background: url(../images/index_h3.jpg) 0 0 no-repeat;
	}
	
#content h3 {
	clear: both;
	margin: 0 0 15px 0;
	height: 30px;
	text-indent: -9999px;
	}
	
#index #content h4 {
	margin: 0 ;
	padding: 0  ;
	height: 30px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	text-indent: -9999px;
	background: url(../images/index_h4.jpg) 0 0 no-repeat;
	}

#content h4 {
	clear: both;
	margin: 0 -11px 10px -13px;
	height: 26px;
	text-indent: -9999px;
	}
	
.title {
	margin: 0 0 7px -10px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background:url(../images/icon02.jpg) 0 2px no-repeat;
	text-indent: 25px;
	font-weight: bold;
	color:#756148;
	}
.title02 {
	margin: 0 0 7px 0;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background:url(../images/icon02.jpg) 0 2px no-repeat;
	text-indent: 25px;
	font-weight: bold;
	color:#756148;
	}
a { color: #756148; outline: none; text-decoration: underline; cursor: pointer; }
a:hover { color: #f7ab5d; text-decoration: underline; cursor: pointer; }

ul { margin: 0; padding: 0; list-style: none; }
ul li { margin: 0; padding: 0 0 0 15px; list-style: none; background:url(../images/icon03.jpg) 0 6px no-repeat; line-height: 1.5em; }

dl { margin: 0; }
dt { margin: 0; }
dd { margin: 0; }

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #e1d4cb;
	font-size: 100%;
	line-height: 1.4em;
	width: 100%;
	color:#666;
	}
#content table th,
#content table td {
	padding: 7px 8px;
	border: 1px solid #e1d4cb;
	}
#content table th {
	background:#f7f4ed;
	}

#content table td.bg01 {
	background: url(../images/td_bg.jpg) 0 0 repeat-x #f6f3ec;
	color:#756148;
	font-weight: bold;
	}
#content table td.bg02 {
	background:#f7f4ed;
	color:#756148;
	width: 20%;
	text-align: center;
	}
#content table td.bg03 {
	background:#fdf1e4;
	color:#f49f51;
	font-weight: bold;
	text-align: center;
	}
#content table td.bg04 {
	background:#f7f4ed;
	color:#756148;
	width: 24%;
	text-align: center;
	}
#content table td.bg05 {
	background:#f7f4ed;
	color:#756148;
	width: 20%;
	text-align: center;
	}
#content table td.bg06 {
	background: url(../images/td_bg.jpg) 0 0 repeat-x #f6f3ec;
	color:#756148;
	font-weight: bold;
	text-align: center;
	width: 25%;
	}

#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }
#content table td.middle { vertical-align: middle; }

p { margin: 0 0 1em; }

dt img, dd img, li img { vertical-align: bottom; }

.section { padding: .5em 6px 1em 8px; }
.section .section { padding-top: 0.5em; padding-left: 13px ; padding-right: 11px; padding-bottom: 1em; }
.section .section .section { padding: 0 10px 0; }

.image_l {
	margin: 0 20px 0 0;
	padding: 0 0 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 1em 0;
	padding: 0 0 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_l1 { margin: 0 20px 0 0 ; } /*  for IE7 only */
* html body .image_l1 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l2 {
	margin: 0 0;
	padding: 0;
	float: left;
	line-height: 1%;
	display: block;
	text-align: left;
	}
.image_l3 {
	margin: 0 0;
	padding: 15px 0 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}

.image_l4 {
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	float: left;
	line-height: 1%;
	display: block;
	}
* html body .image_l4 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l5 {
	margin: 0 ;
	padding: 0 ;
	float: left;
	line-height: 1%;
	display: block;
	}
* html body .image_l5 { margin: 0 0 0 -3px; } /*  for IE6 only */

.image_l6 {
	margin: 0 47px 0 0;
	padding: 0 0 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}

.image_r {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}
* html body .image_r { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r1 {
	margin: 0 0 1em 20px;
	padding: 0 0 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_r1 { margin: 0 0 0 20px ; } /*  for IE7 only */
* html body .image_r1 { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r2 {
	margin: 0 ;
	padding: 0 ;
	float: right;
	line-height: 1%;
	display: block;
	text-align: right;
	}

.image_r3 {
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}
*:first-child+html .image_r3 { margin: 0 0 0 20px ; } /*  for IE7 only */
* html body .image_r3 { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r4 {
	margin: 0 ;
	padding: 0 ;
	float: right;
	line-height: 1%;
	display: block;
	text-align: right;
	}
* html body .image_r4 { margin: 0 -3px 0 0 ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case2 {
	margin: 0 ;
	background: url(../images/arrow_h2.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; }

.caption {
	margin: 0;
	color:#458fa3;
	text-align: center;
	}

ul.totop {
	margin: 0 6px 10px 0;
	padding: 0;
	height: 24px;
	list-style: none;
	}

ul.totop li {
	margin: 0;
	padding: 0;	
	width: 146px;
	height: 24px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	}
ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body { margin: 0 ; color:#666; text-align: center; background:url(../images/body_bg_01.jpg) center 0 repeat-x; }
#container01 { margin: 0 ; background:url(../images/body_bg_02.jpg) center top no-repeat;}

#wrapper {
	width: 910px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	background:url(../images/wrapper_bg.jpg) 0 0 repeat-y;
}

#index #main {
	clear: both;
	margin: 0 ;
	background:url(../images/main_bg.jpg) 0 0 no-repeat;
}
#main {
	clear: both;
	margin: 0 ;
	background:url(../images/main_bg_02.jpg) 0 0 no-repeat;
}
#content {
	margin: 0 30px 0 15px ;
	width: 610px;
	float: right;
	font-size: 140%;
	line-height: 1.4285em;
	letter-spacing: 0;
	display: inline;
	}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#index #header {
	width: 910px;
	height: 471px;
	margin: 0 ; 
	padding: 0 ;
	background: url(../images/header01.jpg) 0 0 no-repeat;
}

#header {
	width: 910px;
	height: 301px;
	margin: 0 ; 
	padding: 0 ;
	background: url(../images/header02.jpg) 0 0 no-repeat;
}

#header h1 { margin: 0; padding: 12px 0 0 18px; font-size: 110%; color:#AA9880; float:left; position: absolute; }

#header #header01 {
	clear: both;
	width: 910px;
	height: 81px;
	margin: 0 ;
}

#header #header01 .header_logo {
	margin: 31px 0 0 0 ;
	padding: 0 0 0 14px;
	float: left;
}

#header #header01 .header_tel {
	margin: 0 0 0 0;
	padding: 17px 22px 0 0 ;
	float: right;
}

#index #header #header02 {
	clear: both;
	width: 910px;
	height: 320px;
	margin: 0 ;
}

#header #header02 {
	clear: both;
	width: 910px;
	height: 150px;
	margin: 0 ;
}

#header #header03 {
	margin: 0;
	width: 910px;
	height: 70px;
}

#header #header03 ul#header_nav {
	width: 888px;
	height: 60px;
	margin: 6px 11px 4px;
	list-style: none;
}

#header #header03 ul#header_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: left;
	display: inline;
	height: 60px;
}

.main_img {
	margin: 0 auto;
	padding: 92px 0 0 0;
	text-align: center;
	line-height: 1%;
	display: block;
	}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	padding: 0 ;
	margin: 0 ;
	width: 910px;
	height: 140px;
	text-align: left;
	background: url(../images/footer_bg.jpg) left bottom no-repeat;
	}

#footer a {
	text-decoration: none;
	color: #ff9900;
	}
#footer a:hover { text-decoration: underline; }

#footer #footer01 {
	clear: both;
	padding: 21px 0 0 0 ;
	margin:  0 0 26px 0;
	width: 910px;
	height: 70px;
	text-align: left;
	}
	
#footer #footer01 p.footer_tel { 
	margin: 0 ;
	padding: 0 28px 0 26px;
	float: left;
	line-height: 1%;
	display: block;
	}
#footer #footer01 p.footer_24h { 
	margin: 0 ;
	padding: 0 40px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	}
#footer #footer01 p.footer_mail { 
	margin: 0 ;
	padding: 0 15px 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}	
#footer address {
	margin: 0 305px 0;
	padding: 0;
	text-align: center;
	font-size: 1%;
	line-height: 1%;
	width: 300px;
	height: 14px;
	}
		
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	margin: 0 0 0 15px;
	padding: 0 0 50px 0 ;
	float: left;
	width: 230px;
	text-align: left;
	display: inline;
}

#navi dl,
#navi ul {
	margin: 0 0 10px 0; 
}

#navi dl dt,
#navi dl dd,
#navi ul li {
	list-style: none;
	margin: 0 ;
	padding: 0;
	vertical-align: top;
	background: none;
}
#navi ul li.li01 {
	padding: 0 0 10px 0;
}
#navi ul li.li02 {
	padding: 0 0 20px 0;
}
#navi ul li.li03 {
	padding: 0 0 5px 0;
}

#navi p { margin: 0; text-align: center; line-height: 1.5714em; }

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*----------  Index  ----------*/

.index01 { margin: 0 0 25px 0 ; }


#tiny {
 border: 1px solid #dcdcdc;
	width: 600px;
	height: 105px;
	padding: 3px 0;
	margin: 0 0 20px 0;
	overflow: auto;
	text-align: left;
	line-height: .2em;
 }
#tiny table { border: none; text-align: left; padding: 3px; margin: 0 5px 0 0;}
#tiny table tr td.tn_image {
	width: 5px;
	padding: 3px;
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1em;}
#tiny table tr td.tn_date {
	width: 100px;
	padding: 3px;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #dcdcdc;
	text-align: left;
	line-height: 1em;
	vertical-align: center;}
#tiny table tr td.tn_title {
	width: 550px;
	padding: 3px;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #dcdcdc;
	text-align: left;
	line-height: 1em;
	vertical-align: center;}



.index01_01 { margin: 0 0 20px;  border: 1px solid #dcdcdc; padding: 2px 10px 9px; }

#content dl.dl01 { width:586px; margin:0; padding:0; display: inline; float: left; }
#content dl.dl01 dt { font-size:100%; width:100px; margin:0 0 1px 0; padding:4px 0 0 0; display:inline-block; line-height:30px; float:left; background:url(../images/index_img_02.jpg) left bottom repeat-x; }
#content dl.dl01 dd { width:486px; margin:0 0 1px 0; padding:4px 0 0 0; display:inline-block; line-height:30px; float:left;  background:url(../images/index_img_02.jpg) left bottom repeat-x;}

#content dl.dl02 { margin: 11px 0 0 13px ; padding: 0; width: 267px; display: inline;  }
#content dl.dl02 dt { margin: 0; width: 74px; padding: 0; float: left; display: inline; background:url(../images/icon01.jpg) 0 2px no-repeat; color:#756148; text-indent: 20px; font-weight: bold; }
#content dl.dl02 dd { margin: 0; width: auto; padding: 0; float: left; display: inline; }

.index02 { margin: 0 0 28px 0 ; border: 2px solid #efe8da; padding: 2px }
.index02_01 { margin: 0 ; background: url(../images/index_img_05.jpg) left bottom repeat-x; }

.alpha { margin: 0 0 0 0; float: left; width: 280px; display: inline; }
.beta { margin: 0 ; float: right; width: 321px; display: inline; }

.img_l { margin: 0; padding: 0; float: left; margin-right: 5px; font-size: 1%; line-height: 1%; display: block; }
.img_r { margin: 0; padding: 0; float: right; line-height: 1%;  font-size: 1%;  display: block;}
.icon01 { background:url(../images/icon01.jpg) 0 0 no-repeat; padding-left: 18px; color:#ba9f36; }

.index03 { margin: 0 10px 22px 10px ; background: url(../images/index_img_12.jpg) right bottom no-repeat;  }
.index04 { margin: 0 0 11px 0 ; background: url(../images/index_img_13.jpg) 0 0 no-repeat; }

/*----------  Clinic / Index ----------*/

#clinic_index h3#title02 { background: url(../images/clinic_index_h3-01.jpg) 0 0 no-repeat; }
#clinic_index h4#title03 { background: url(../images/clinic_index_h4-01.jpg) 0 0 no-repeat; }
#clinic_index h3#title04 { background: url(../images/clinic_index_h3-02.jpg) 0 0 no-repeat; }
#clinic_index h4#title05 { background: url(../images/clinic_index_h4-02.jpg) 0 0 no-repeat; }
#clinic_index h4#title06 { background: url(../images/clinic_index_h4-03.jpg) 0 0 no-repeat; }
#clinic_index h4#title07 { background: url(../images/clinic_index_h4-04.jpg) 0 0 no-repeat; }
#clinic_index h4#title08 { background: url(../images/clinic_index_h4-05.jpg) 0 0 no-repeat; }
#clinic_index h4#title09 { background: url(../images/clinic_index_h4-06.jpg) 0 0 no-repeat; }
#clinic_index h4#title10 { background: url(../images/clinic_index_h4-07.jpg) 0 0 no-repeat; }

#content dl.dl03 { margin: 0 0 10px 0 ; width: 380px; padding: 0 0 2px 0 ; }
#content dl.dl03 dt { margin: 0; width: 70px; float: left; display: inline; color:#756148; font-weight: normal; }
#content dl.dl03 dd { margin: 0; width: 310px; float: left; display: inline; }

.alpha01 { margin: 0 20px 0 0; float: left; display: inline; }
.beta01 { margin: 0 ; float: right; display: inline; }

/*----------  Clinic / Access ----------*/

#clinic_access h3#title02 { background: url(../images/clinic_access_h3-01.jpg) 0 0 no-repeat; }
#clinic_access h3#title03 { background: url(../images/clinic_access_h3-02.jpg) 0 0 no-repeat; }

/*----------  Clinic / Flow ----------*/

#clinic_flow h3#title02 { background: url(../images/clinic_flow_h3-01.jpg) 0 0 no-repeat; }

#content table.table01 { margin: 0 0 1em 0; }

/*----------  Treatment / Index ----------*/

#treatment_index h3#title02 { background: url(../images/treatment_index_h3-01.jpg) 0 0 no-repeat; }
#treatment_index h4#title03 { background: url(../images/treatment_index_h4-01.jpg) 0 0 no-repeat; }
#treatment_index h3#title04 { background: url(../images/treatment_index_h3-02.jpg) 0 0 no-repeat; }
#treatment_index h4#title05 { background: url(../images/treatment_index_h4-02.jpg) 0 0 no-repeat; }

/*----------  Treatment / Implant ----------*/

#treatment_implant h3#title02 { background: url(../images/treatment_implant_h3-01.jpg) 0 0 no-repeat; }
#treatment_implant h4#title03 { background: url(../images/treatment_implant_h4-01.jpg) 0 0 no-repeat; }
#treatment_implant h4#title04 { background: url(../images/treatment_implant_h4-02.jpg) 0 0 no-repeat; }
#treatment_implant h4#title05 { background: url(../images/treatment_implant_h4-03.jpg) 0 0 no-repeat; }

.box01 { border: 2px solid #efe8da; padding: 2px; }
.box01_01 { background: url(../images/bg01.jpg) left bottom repeat-x; padding: 10px; }

/*----------  Treatment / Ortho ----------*/

#treatment_ortho h3#title02 { background: url(../images/treatment_ortho_h3-01.jpg) 0 0 no-repeat; }
#treatment_ortho h4#title03 { background: url(../images/treatment_ortho_h4-01.jpg) 0 0 no-repeat; }
#treatment_ortho h4#title04 { background: url(../images/treatment_ortho_h4-02.jpg) 0 0 no-repeat; }

/*----------  Treatment / Perio ----------*/

#treatment_perio h3#title02 { background: url(../images/treatment_perio_h3-01.jpg) 0 0 no-repeat; }
#treatment_perio h4#title03 { background: url(../images/treatment_perio_h4-01.jpg) 0 0 no-repeat; }
#treatment_perio h4#title05 { background: url(../images/treatment_perio_h4-03.jpg) 0 0 no-repeat; }
#treatment_perio h3#title06 { background: url(../images/treatment_perio_h3-02.jpg) 0 0 no-repeat; }
#treatment_perio h4#title07 { background: url(../images/treatment_perio_h4-04.jpg) 0 0 no-repeat; }

/*----------  Treatment / Root ----------*/

#treatment_root h3#title02 { background: url(../images/treatment_root_h3-01.jpg) 0 0 no-repeat; }
#treatment_root h4#title03 { background: url(../images/treatment_root_h4-01.jpg) 0 0 no-repeat; }
#treatment_root h4#title04 { background: url(../images/treatment_root_h4-02.jpg) 0 0 no-repeat; }
#treatment_root h4#title05 { background: url(../images/treatment_root_h4-03.jpg) 0 0 no-repeat; }

/*----------  Child / Index ----------*/

#child_index h3#title02 { background: url(../images/child_index_h3-01.jpg) 0 0 no-repeat; }
#child_index h4#title03 { background: url(../images/child_index_h4-01.jpg) 0 0 no-repeat; }
#child_index h4#title04 { background: url(../images/child_index_h4-02.jpg) 0 0 no-repeat; }

/*----------  Child / Alignment ----------*/

#child_alignment h3#title02 { background: url(../images/child_alignment_h3-01.jpg) 0 0 no-repeat; }
#child_alignment h3#title03 { background: url(../images/child_alignment_h3-02.jpg) 0 0 no-repeat; }
#child_alignment h4#title04 { background: url(../images/child_alignment_h4-01.jpg) 0 0 no-repeat; }
#child_alignment h4#title05 { background: url(../images/child_alignment_h4-02.jpg) 0 0 no-repeat; }
#child_alignment h4#title06 { background: url(../images/child_alignment_h4-03.jpg) 0 0 no-repeat; }
#child_alignment h3#title07 { background: url(../images/child_alignment_h3-03.jpg) 0 0 no-repeat; }
#child_alignment h4#title08 { background: url(../images/child_alignment_h4-04.jpg) 0 0 no-repeat; }
#child_alignment h4#title09 { background: url(../images/child_alignment_h4-05.jpg) 0 0 no-repeat; }
#child_alignment h3#title10 { background: url(../images/child_alignment_h3-04.jpg) 0 0 no-repeat; }

/*----------  Prevention ----------*/

#prevention h3#title02 { background: url(../images/prevention_h3-01.jpg) 0 0 no-repeat; }
#prevention h4#title03 { background: url(../images/prevention_h4-01.jpg) 0 0 no-repeat; }
#prevention h3#title04 { background: url(../images/prevention_h3-02.jpg) 0 0 no-repeat; }

/*----------  Case ----------*/

#case h3#title02 { background: url(../images/case_h3-01.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-01.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-02.jpg) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case h4#title08 { background: url(../images/case_h4-06.jpg) 0 0 no-repeat; }
#case h4#title09 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case h4#title10 { background: url(../images/case_h4-08.jpg) 0 0 no-repeat; }
#case h4#title11 { background: url(../images/case_h4-09.jpg) 0 0 no-repeat; }
#case h4#title12 { background: url(../images/case_h4-10.jpg) 0 0 no-repeat; }

/*----------  Fmail ----------*/

#fmail h3#title02 { background: url(../images/fmail_h3-01.jpg) 0 0 no-repeat; }
#fmail h4#title03 { background: url(../images/fmail_h4-01.jpg) 0 0 no-repeat; }

#fmail table td p { margin: 0 .5em; }

/*----------  Recruit ----------*/

#recruit h3#title02 { background: url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }
#recruit h4#title03 { background: url(../images/recruit_h4-01.jpg) 0 0 no-repeat; }

/*-------------- Margin - Padding -----------------*/

.m0 { margin: 0; }

.pad_01 { padding: 17px 0 8px 10px; margin: 0; }
.pad_02 { padding: 9px 4px 9px 4px; margin: 0; }
.pad_03 { padding: 0 3px 6px 4px; margin: 0; }
.pad_04 { padding: 19px 0 5px 10px; margin: 0; }
.pad_05 { padding: 0 0 13px 19px; margin: 0; }

.pad_t15 { padding-top: 15px; }

.pad_b70 { padding-bottom: 70px; }
.pad_b10 { padding-bottom: 10px; }
.pad_b15 { padding-bottom: 15px; }
.pad_b20 { padding-bottom: 20px; }

.mar_b1em { margin-bottom: 1em; }
.mar_t5 { margin-top: 5px; }

.mar_b5 { margin-bottom: 5px; }
.mar_b10 { margin-bottom: 10px; }
.mar_b12 { margin-bottom: 12px; }
.mar_b15 { margin-bottom: 15px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b30 { margin-bottom: 30px; }
.mar_01 { margin: 0 35px 15px 35px; }
.mar_02 { margin: 0 125px 15px; }

.mar_03 { margin: 35px 0 0 0; }
.mar_04 { margin: 16px 0 0 0; }
.mar_05 { margin: 104px 0 0 0; }
.mar_06 { margin: 38px 0 0 0; }
.mar_07 { margin: 80px 0 0 0; }
.mar_08 { margin: 25px 0 0 0; }
.mar_09 { margin: 45px 0 0 0; }

/*-------------- Text -----------------*/

.text01 { color:#756148; font-weight: bold; }
.text02 { color:#ea7515; }
.text03 { color:#ea7515; font-weight: bold; margin-bottom: 7px; }

.text_bold { font-weight: bold; }
.text_right { text-align: right; }

.bg_01 { background: #f9f7f2; border: 1px solid #dcdcdc; padding: 10px; }

/*-------------- Width -----------------*/

.w_25p { width: 25%; }
.w_30p { width: 30%; }
.w_40p { width: 40%; }
.w_44p { width: 230px; }
.w_50p { width: 50%; }
.w_200 { width: 200px; }
.w_204 { width: 204px; }
.w_218 { width: 218px; }
.w_264 { width: 264px; }
.w_280 { width: 280px; }
.w_300 { width: 300px; }