/*
 * - Global Style
 *
 */

* {
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------------------
1-グローバル
2-ヘッダー
3-フッター
4-コンテンツ
5-ジャバスクリプト
6-ハイスペックコーディング【編集可】
7-リセット【編集不可】
 -------------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------------
1-グローバル*/

html{
	height:100%;
}

body  {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-attachment: scroll;
	font-size:14px;
	background-color:#fff;
	-webkit-text-size-adjust: none;
}

#wrapper{
	margin:0px auto;
	padding:0;
}

#footer {
	margin:0;
	background-color:#1c1515;
}

/*-----------------------------------------------------------------------  グローバル*/

/*------------------------------------------------------------------------------
2-ヘッダー*/

.h_bg {
	background-image:url("../images/global/head_bg.png");
	background-repeat: repeat-x;
	background-size:1px 75px;
	-moz-background-size:1px 75px;
	-ms-background-size:1px 75px;
	-o-background-size:1px 75px;
	-webkit-background-size:1px 75px;
	width:100%;
	height:75px;
}

.logo{
	background-image:url("../images/global/logo.png");
	background-repeat: no-repeat;
	background-position:left bottom;
	background-size:73px 75px;
	-moz-background-size:73px 75px;
	-ms-background-size:73px 75px;
	-o-background-size:73px 75px;
	-webkit-background-size:73px 75px;
	height:75px;
	margin:0;
	padding:0;
}

.title{
	width:224px;
	margin:0 auto 0;
	padding-left:58px;
}

.g_nav{
	display:inline;
	position:absolute;
	top: 0px;
	right: 0;
}

/*-----------------------------------------------------------------------  header*/

/*------------------------------------------------------------------------------
3-フッター
 -------------------------------------------------------------------------------*/
  .foot_bg {
	margin:0;
background: #232323; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #1e1605 20%, #1e1605 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(20%,#1e1605), color-stop(100%,#1e1605)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#1e1605 20%,#1e1605 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#1e1605 20%,#1e1605 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#1e1605 20%,#1e1605 100%); /* IE10+ */
background: linear-gradient(top, #000000 0%,#1e1605 20%,#1e1605 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
}
.foot_bg p{
	width:320px;
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	color:#ffffff;
}
.foot_bg a{
	color:#ffffff;
}

.totop{
	background-color:#102918;
	margin:0;
	padding-top:14px;
	padding-bottom:14px;
	font-size:12px;
	text-align:center;
}

.totop a{
	color:#ffffff;
    text-decoration:none;
}
/*-----------------------------------------------------------------------  footer*/

/*------------------------------------------------------------------------------
4-コンテンツ
 -------------------------------------------------------------------------------*/
.main_bg{
	margin:0px;
	padding:0px;
	overflow:visible;
	background-color:#f0f0f0;
}

.main{
	width:320px;
	margin:0 auto;
	padding:0px;
}
 
.inq_bg{
	background-image:url("../images/global/inq_bg.png");
	background-repeat: repeat;
	background-size:4px 4px;
	-moz-background-size:4px 4px;
	-ms-background-size:4px 4px;
	-o-background-size:4px 4px;
	-webkit-background-size:4px 4px;
	padding-top:10px;
	padding-bottom:10px;
	margin:-18px auto 0px;
	border-top:15px solid #6ebb1f;
	border-bottom:2px solid #6ebb1f;
}
.inq{
	background-image:url("../images/global/inq_btn.png");
	background-repeat: no-repeat;
	background-size:310px 40px;
	-moz-background-size:310px 40px;
	-ms-background-size:310px 40px;
	-o-background-size:310px 40px;
	-webkit-background-size:310px 40px;
	width:310px;
	margin:0px auto 0px;
	padding:0px;
	overflow:hidden;

}
.phone{
 	width:125px;
	float:left;
	padding-left:55px;
	margin:0;
}
 
.mail{
 	width:112px;
	float:left;
	padding-left:13px;
	margin:0;
}

.r_content{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border-bottom:2px solid #6ebb1f;
}

.left{
	width:200px;
	border-right:2px solid #6ebb1f;
	float:left;
	margin:0;
	padding:0;
	height:140px;
}
.right{
	width:100%;
	margin:0;
	padding:0;
	height:140px;
}


.content{
	background-color:#b0de81;
	padding-top:10px;
}
.inner{
		background-color:#fff;
		border:none;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius   : 12px;
		margin:0px 5px 10px 5px;
		position:relative;
		-webkit-box-shadow: 0px 0px 3px 0px #aaa;
		-moz-box-shadow   : 0px 0px 3px 0px #aaa;
		box-shadow        : 0px 0px 3px 0px #aaa;
}
.inner_content p{
	margin:0px auto 10px auto;
	color:#0083a2;
	font-size:0.8em;
	line-height:1.4em;
	padding-bottom:10px;
}

.text{
	line-height:1.6em;
	margin:10px 20px;
	color:#525252;
	font-size:14px;
	overflow:auto;
}
.text1{
	line-height:1.6em;
	color:#525252;
	font-size:14px;
	overflow:auto;
}

.r_content h3{
	font-size:12px;
	color:#ffffff;
	background-color:#b0de81;
	width:100%;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}

.sub_box{
	width:96px;
	margin:5px auto;
	font-size:12px;
	color:#808080;
	overflow:hidden;
}
.sub_box a{
	font-size:12px;
	color:#808080;
	float:right;
	margin-top:8px;
}

.sub_box img{
}


.breadcramb_bg{
	border-bottom:2px solid #6ebb1f;
	background-color:#f2f2f2;
}

.breadcramb .content_bc ul li, article.single > aside.breadcramb .content_bc ul li{
	display:inline-block;
	font-size:11px;
	height:28px;
	line-height:28px;
	overflow:hidden;

	background:#f2f2f2 url(../images/global/bg_breadcramb.gif) right center no-repeat;
	
	background-size:9px 28px;
	-moz-background-size:9px 28px;
	-webkit-background-size:9px 28px;
	-o-background-size:9px 28px;
	-ms-background-size:9px 28px;

	margin-left:-4px;
	padding-left:8px;
	padding-right:16px;
}

.breadcramb .content_bc ul li:first-child, article.single > aside.breadcramb_bc .content ul li:first-child{
	background-color:#f2f2f2;
	padding-left:17px;
	padding-right:16px;
}

.breadcramb_bc .content ul li:last-child, article.single > aside.breadcramb_bc .content ul li:last-child{
	background:#f2f2f2 url(../images/global/bg_breadcramb_last.gif) right center no-repeat;
	
	background-size:9px 28px;
	-moz-background-size:9px 28px;
	-webkit-background-size:9px 28px;
	-o-background-size:9px 28px;
	-ms-background-size:9px 28px;
	
	margin-left:-4px;
}

.breadcramb_bc .content ul li a, article.single > aside.breadcramb_bc .content ul li a{
	display:block;
	color:#333333;
	text-decoration:none;
	
	position:relative;
}

/*-----------------------------------------------------------------------  contents*/

/*------------------------------------------------------------------------------
下層ページ*/

.inq_bg_u{
	background-image:url("../images/global/inq_bg.png");
	background-repeat: repeat;
	background-size:4px 4px;
	-moz-background-size:4px 4px;
	-ms-background-size:4px 4px;
	-o-background-size:4px 4px;
	-webkit-background-size:4px 4px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px auto 0px;
	border-bottom:2px solid #6ebb1f;
}

.in_h2{
	font-size:14px;
	color:#3da718;
	width:90%;
	margin:10px auto;
	border:2px solid #3da718;
	padding:7px;
}
.in_h3{
	font-size:14px;
	color:#3da718;
	width:90%;
	margin:0 auto;
	border:2px solid #3da718;
	padding:7px;
}
.in_h4{
	font-size:14px;
	color:#60b424;
	width:90%;
	margin:0 auto;
	border-left:8px solid #60b424;
	padding-left:7px;
	padding-right:7px;
}

.u_tarea{
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
}
.tarea_th{
	width:20%;
	background-color: #a9a9a9;
	margin:0 auto;
	margin-bottom:10px;
}
.tarea_td{
	width:20%;
	background-color: #dcdcdc;;
	margin:0 auto;
	margin-bottom:10px;
}
.tarea2_th{
	background-color: #a9a9a9;
	margin:0 auto;
	margin-bottom:10px;
}
.tarea2_td{
	background-color: #dcdcdc;
	margin:0 auto;
	margin-bottom:10px;
}
.t_figure{
	width:120px;
}
.u_tarea td{
	border:1px solid #c8c8c8;
	font-align:middle;
	line-height:1.6em;
	vertical-align:middle;
	padding:5px;
}
.voice{
}
.tarea_price{
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
}
.price_th{
	border:1px solid #c8c8c8;
	background-color: #efeeb7;
	margin:0 auto;
	margin-bottom:10px;
	line-height:1.6em;
	padding:5px;
}
.price_td{
	border:1px solid #c8c8c8;
	background-color: #f6f6dd;
	margin:0 auto;
	margin-bottom:10px;
	line-height:1.6em;
	padding:5px;
}

.profile{
	width:90px;
	float:left;
	margin-right:5px;
	padding:0;
	overflow:hidden;
}

.comment_box{
	width:100%;
	margin:0;
	padding:0;
}

.above{
	padding:0;
	margin:0;
	border-bottom:1px solid #727272;
}
.under{
	padding:0;
	margin:0;
	border-top:1px solid #ececec;
}
.tarea_company{
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
}

.link_btn {
	display:block;
	margin:5px 5px 2px 0px;
	text-decoration:none;
	border:1px solid #ffffff;
	padding:5px 0 5px 5px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dcdcdc));
	background-image:-webkit-linear-gradient(top, #f5f5f5, #dcdcdc);
	background-image:-moz-linear-gradient(top, #f5f5f5, #dcdcdc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#616161;
	box-shadow:0 2px 2px #8e8e8e;
	-webkit-box-shadow:0 2px 2px #8e8e8e;
	-moz-box-shadow:0 2px 2px #8e8e8e;
	font-size:12px;
	line-height:1.333em;
	text-align:left !important;
	-moz-box-shadow:
		0px 0px 2px rgba(138,138,138,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 2px rgba(138,138,138,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(158,158,158,0),
		0px 1px 1px rgba(255,255,255,0.5);
}
.link_btn a{
	text-decoration:none;
	color:#616161;
}

.plan1{
	background-image:url("../images/under/plan1.jpg");
	background-repeat: repeat;
	background-size:295px 190px;
	-moz-background-size:295px 190px;
	-ms-background-size:295px 190px;
	-o-background-size:295px 190px;
	-webkit-background-size:295px 190px;
	width:295px;
	height:190px;
	margin:0 auto;
}

.plan1 p,.plan2 p{
width:295px;
height:190px;
font-size:9px;
color:#000;
line-height:1.2;
padding:37px 10px 0 145px;
}

.plantext{
font-size:11px;
font-weight:bold;
}

.plan1 a,.plan2 a{
display:block;
}

.dochiraka{
width:295px;
height:32px;
margin:10px auto;
text-align:center;
}

.plan2{
	background-image:url("../images/under/plan2.jpg");
	background-repeat: no-repeat;
	background-size:295px 190px;
	-moz-background-size:295px 190px;
	-ms-background-size:295px 190px;
	-o-background-size:295px 190px;
	-webkit-background-size:295px 190px;
	width:295px;
	height:210px;
	margin:0 auto;
}



/*-----------------------------------------------------------------------  UNDER PAGES*/



/*------------------------------------------------------------------------------
5-ジャバスクリプト*/

/*SLIDER MAIN*/


.slides_container {
	width:320px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:320px;
	height:180px;
	display:block;
}
.slides_container a img {
	display:block;
}
.pagination {
	margin:1px auto 5px;
	width:60px;
	position:relative;
	top: 0px;
	left: 0;
	display:block;
	overflow:hidden;
}
.pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/global/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}

/*TICKER*/



.ticker { overflow:hidden; margin-top:5px;  padding-left:5px; margin-right:5px;font-size:10px;  color:#808080; }
.ticker ul li{ list-style:none; padding-bottom:1px; margin-bottom:5px; border-bottom:1px dotted #999999; }
.ticker .info {   }
.ticker .info span.cat { display:block;margin-top:3px; font-size:10px; color:#5b1515; }

/*READMORE*/
.container {
        margin: 0 auto;
        width: 800px;
        border-left: 15px solid #AA4488;
        padding-left: 25px;
      }
.more {
        font-weight: bold;
        color: #BB4488;
        cursor: pointer;
      }
h2 .rm {
        margin-top: 60px;
      }

/*================================================================
* drop down menu
================================================================*/

.menu {
	margin: auto;
	height:300px;
}

.the_menu {
	padding:0px;
	text-align:center;
	text-decoration: none;
	display:none;
	width:100%;
	float:right;
	height:300px;
	position:absolute;
	top:75px;
	left:0;
	z-index:9999;
}

.the_menu .nav{
	background-color: #e8e8e8;
	padding:0px;
	list-style-type: none;
	border-bottom:#b4b4b4 1px solid;
	background-image: linear-gradient(bottom, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(216,216,216)),
	color-stop(1, rgb(255,255,255))
);
}

.the_menu  li span{
	display:block;
	line-height:2em;
	min-height:2em;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 6px 10px;
	text-align:left !important;
	color:#616161;
	box-shadow:0 2px 2px #8e8e8e;
	-webkit-box-shadow:0 2px 2px #8e8e8e;
	-moz-box-shadow:0 2px 2px #8e8e8e;
	-moz-box-shadow:
		0px 0px 2px rgba(138,138,138,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 2px rgba(138,138,138,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(158,158,158,0),
		0px 1px 1px rgba(255,255,255,0.5);
}

.menu {
background-image: linear-gradient(bottom, rgb(93,21,31) 0%, rgb(158,45,60) 100%);
background-image: -o-linear-gradient(bottom, rgb(93,21,31) 0%, rgb(158,45,60) 100%);
background-image: -moz-linear-gradient(bottom, rgb(93,21,31) 0%, rgb(158,45,60) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(93,21,31) 0%, rgb(158,45,60) 100%);
background-image: -ms-linear-gradient(bottom, rgb(93,21,31) 0%, rgb(158,45,60) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(158,45,60)),
	color-stop(1, rgb(93,21,31))
);
padding:12px 0 12px 10px;
box-shadow: 0px 3px 2px #ccc;         /* CSS3 */
-moz-box-shadow: 0px 3px 2px #ccc;    /* Mozilla */
-webkit-box-shadow: 0px 3px 2px #ccc; /* Webkit */
	border-bottom:1px solid #59111b;
}

.menu_icon{
}


/*----------------------------------------------------------------------- JAVA SCRIPT*/

/*------------------------------------------------------------------------------
6-ハイスペックコーディング*/

/*WIDTH */
.w60{ width:60px; }
.w70{ width:70px; }
.w90{ width:90px; }
.w270{ width:270px; }
.w280{ width:280px; }
.w290{ width:290px; }
.w295{ width:295px; }
.w640{ width:640px; }
.w960{ width:960px; }
.w10%{ width:10% !important; }
.w20%{ width:20% !important; }
.w90%{ width:90% !important; }
/*HEIGHT */
.h10{ height:10px; }

/* MARGIN */
.m0		{  margin:0px; }
.m0a		{  margin:0px auto 0px !important; }
.m10a		{  margin:10px auto 0px !important; }
.m20a		{  margin:20px auto 0px !important; }
.mt4		{ margin-top: 4px !important; }
.mt6		{ margin-top: 6px !important; }
.mt8		{ margin-top: 8px !important; }
.mt10		{ margin-top: 10px !important; }
.mt20		{ margin-top: 20px !important; }
.mt30		{ margin-top: 30px !important; }
.mt40		{ margin-top: 40px !important; }
.mr2		{ margin-right: 2px !important; }
.mr4		{ margin-right: 4px !important; }
.mr6		{ margin-right: 6px !important; }
.mr8		{ margin-right: 8px !important; }
.mr10		{ margin-right: 10px !important; }
.mr20		{ margin-right: 20px !important; }
.mr30		{ margin-right: 30px !important; }
.mr40		{ margin-right: 40px !important; }
.mb10		{ margin-bottom: 10px !important; }
.mb20		{ margin-bottom: 20px !important; }
.mb30		{ margin-bottom: 30px !important; }
.mb40		{ margin-bottom: 40px !important; }
.ml2		{ margin-left: 2px !important; }
.ml4		{ margin-left: 4px !important; }
.ml6		{ margin-left: 6px !important; }
.ml8		{ margin-left: 8px !important; }
.ml10		{ margin-left: 10px !important; }
.ml20		{ margin-left: 20px !important; }
.ml30		{ margin-left: 30px !important; }
.ml40		{ margin-left: 40px !important; }
.ml100		{ margin-left: 100px !important; }
.ml200		{ margin-left: 200px !important; }
.ml300		{ margin-left: 300px !important; }
.ml400		{ margin-left: 400px !important; }

/* PADDING */
.p0		{  padding:0px; }
.pt10		{ padding-top: 10px !important; }
.pt20		{ padding-top: 20px !important; }
.pt30		{ padding-top: 30px !important; }
.pt40		{ padding-top: 40px !important; }
.pt50		{ padding-top: 50px !important; }
.pr10		{ padding-right: 10px !important; }
.pr20		{ padding-right: 20px !important; }
.pr30		{ padding-right: 30px !important; }
.pr40		{ padding-right: 40px !important; }
.pr50		{ padding-right: 50px !important; }
.pb4		{ padding-bottom: 4px !important; }
.pb10		{ padding-bottom: 10px !important; }
.pb20		{ padding-bottom: 20px !important; }
.pb30		{ padding-bottom: 30px !important; }
.pb40		{ padding-bottom: 40px !important; }
.pb50		{ padding-bottom: 50px !important; }
.pl4		{ padding-left: 4px !important; }
.pl5		{ padding-left: 5px !important; }
.pl10		{ padding-left: 10px !important; }
.pl20		{ padding-left: 20px !important; }
.pl30		{ padding-left: 30px !important; }
.pl40		{ padding-left: 40px !important; }
.pl50		{ padding-left: 50px !important; }
.pl150		{ padding-left: 150px !important; }
.pr4		{ padding-right: 4px !important; }

/* OVERFLOW */
.ofh		{ overflow: hidden !important; }
.ofa		{ overflow: auto !important; }
.ofs		{ overflow: scroll !important; }
.ofxs		{ overflow-x: scroll !important; }
.ofys		{ overflow-y: scroll !important; }

/* FONT-WEIGHT */
.b			{ font-weight: bold !important; }
.n			{ font-weight: normal !important; }

/* FONT-SIZE */
.fs8		{ font-size: 8px !important; }
.fs9		{ font-size: 9px !important; }
.fs10		{ font-size: 10px !important; }
.fs11		{ font-size: 11px !important; }
.fs12		{ font-size: 12px !important; }
.fs13		{ font-size: 13px !important; }
.fs14		{ font-size: 14px !important; }
.fs15		{ font-size: 15px !important; }
.fs16		{ font-size: 16px !important; }
.fs17		{ font-size: 17px !important; }
.fs18		{ font-size: 18px !important; }
.fs20		{ font-size: 20px !important; }
.fs21		{ font-size: 21px !important; }
.fs22		{ font-size: 22px !important; }
.fs23		{ font-size: 23px !important; }
.fs24		{ font-size: 24px !important; }
.fs25		{ font-size: 25px !important; }
.fs26		{ font-size: 26px !important; }
.fs27		{ font-size: 27px !important; }
.fs28		{ font-size: 28px !important; }
.fs29		{ font-size: 29px !important; }
.fs30		{ font-size: 30px !important; }
.fs32		{ font-size: 32px !important; }
.fs34		{ font-size: 34px !important; }

/* TEXT-ALIGN */
.fac			{text-align: center;}
.far			{text-align: right}
.lsn			{ list-style:none !important;}

/* FLOAT */
.fl		{  float:left; !important; }
.fr		{  float:right; !important; }

/* DISPLAY */
.dpi{
	display:inline;
}

/* DECORATION */
.tdn {	text-decoration: none;}

/* COLOR */
.color0{	color:#ffffff;}
.color1{	color:#cf4192;}
.color2{	color:#e6680b;}
.color3{	color:#e64949;}
.color4{	color:#989898;}
.color5{	color:#be2a2a;}
.color6{	color:#1f41ae;}
.color7{	color:#525252;}


.bb1{	border-bottom:1px dotted #d7d7d7;}

/* CLEAR */
.clf{ clear:fixed;}

/*-----------------------------------------------------------------------  Hi Spec Coding*/

/*------------------------------------------------------------------------------
7-リセット*/

a:link { text-decoration:none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time,  audio,mark, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.print_next {
page-break-before: always;
}
/*----------------------------------------------------------------------- RESET*/