@charset "utf-8";
/*--------------------------------
	common & layout style setting
/*--------------------------------

	* Contents
	
	1. Universal Selector
	2. Layout Style
	3. Common Style

--------------------------------- */
/* ==========================================================================================================

	 1. Universal Selector
	 
============================================================================================================*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,figure,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 103%;
	vertical-align:baseline;
	background:transparent;
	line-height:20px;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

h1{
	text-align:center;
	color:#fff;
	font-size:70%;
	padding:1px;
	margin:0;
}
/*  anchor
-----------------------------------*/
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-decoration: none;
}
a:link {
	color: #ff6615;
}
a:visited {
	color: #ff6615;
}

a:hover {
}

a:active {
}
a {
  -webkit-tap-highlight-color:rgba(65,152,195,0.6);
}

/*  table
-----------------------------------*/
table {
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}
td, th {
	vertical-align: top;
}
th {
	font-weight: normal ;
	text-align: left ;
}
caption {
	text-align: left;
}
input, select {
    vertical-align:middle;
}




/* ==========================================================================================================

	 2. Layout Style
	 
============================================================================================================*/

body {
	background: #ffffff;
	color: #000000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 180%;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

#page, #index {
	margin: 0;
	padding:0;
}

/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------
@media all and (orientation:landscape) {
	#page {
		width: 480px;
	}
}*/


/*----------------------------------------------------
 header 白十字
----------------------------------------------------*/
#header {
	margin:0 0 60px 0;
	padding:10px 0;
	overflow: hidden;
	width:100%;
	position: fixed !important; 
	position: absolute;
	top:0;
	left:0;
	z-index:300;
	background:#65e9a3;
}

#header a{
	display: block;
	width:100%;
	margin:0;
	padding:10px 0px;
	border: 2px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: #f1b015 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #f1b015 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #f1b015 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f8c95a),  color-stop(0.00, #f1b015));
	background: -webkit-linear-gradient(top, #f8c95a 0%, #f1b015 100%);
	background: -moz-linear-gradient(top, #f8c95a 0% #f1b015 100%);
	background: -o-linear-gradient(top, #f8c95a 0% #f1b015 100%);
	background: -ms-linear-gradient(top, #f8c95a 0% #f1b015 100%);
	background: linear-gradient(top, #f1b015 0% 100%);
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #f1b015;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.0;
}

#header p.right{
	width:70%;
	float:right;
	margin:0 10px 0 0;
}

#header p.left{
	width:20%;
	float:left;
	margin:0 0 0 10px;
}

div.center_img{
	margin:30px 0;
	padding:0;
}

div.center_img01{
	margin:30px 0 0 0;
	padding:0;
}

div.center_img02{
	margin:0 0 30px 0;
	padding:0;
}

div.center0001{
	margin:0;
	padding:0;
	text-align:center;
}

nav#my-menu li img{
	margin:0 15px 10px 5px;
	width:10px;
}



/*----------------------------------------------------
 footer 白十字
----------------------------------------------------*/
#footer {
	margin:5px 0 0 0;
	background: #fff;
	text-align: center;
	color: #ccc;
	overflow: hidden;
	width:100%;
	position: fixed !important; 
	position: absolute;
	bottom:0;
	left:0;
	z-index:300;
}

#footer p {
	color: #333333;
}
#footer a {
	color: #303030;
}
#footerNav  {
	margin:0;
}

#footerNav li.start001 {
	float:left;
	width:20%;
}

#footerNav li.last001 {
	float:left;
	width:20%;
}

div#copy{
	margin:0 0 72px 0;
}


#copyright {
	width: 100%;
	background: #ff6615;
	padding: 8px 0;
	margin: 5px 0 0;
	color:#FFF;
	font-size: 10px;
	text-align:center;
}





/*----------------------------------------------------
 main
----------------------------------------------------*/


h3{
	width: 96%;
	margin:5px 0;
	padding:10px 5px;
	color:#fff;
	background-color:#3fc58a;
}


h4{
	width: 98%;
	margin: 10px 5px;
	padding:5px;
	color:#333333;
	border-left: solid 5px #ff6600;
	background-color:#ffffff;
}

article#contents {
	margin:0 0 20px;
	padding:0 0 10px 0;
	clear:both;
}

div#contents {
	margin:0 0 20px;
	padding:0 0 10px 0;
	clear:both;
}

div#mainall{
	height: auto;
	margin:0 0 40px;
	padding:0 0 10px 0;
}

div.page001{
	width: 95%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

div.page005{
	width: 95%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

div.page001 p{
	width: 95%;
	margin:0;
	padding:0 10px 0 10px;
	clear:both;
}

div.page001 p.left0123{
	width:58%;
	float: left;
	margin:0;
	padding:0 5px 0 10px;
}

div.page001 img{
	width:32%;
	float:right;
	margin:0;
	padding:0;
}

div.page005 p.left0123{
	width:96%;
	float: left;
	margin:0;
	padding:0 2%;
}

div.page005 img{
	width:35%;
	float:right;
	margin:0;
	padding:2%;
}
	
div.page002{
	width: 96%;
	margin: 10px 1%;
	padding: 0;
}

div.page002 p{
	width: 95%;
	margin:10px 0;
	padding:0 10px 0 10px;
}

div.page002 p.center{
	width: 95%;
	margin:10px 0;
	padding:0 10px 0 10px;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

div.page002 img{
	width:98%;
	text-align: center;
	margin:0 2%;
	padding:0;
}

div.page003{
	width: 95%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

div.page003 p{
	float: left;
	margin:0;
	padding:0 10px 0 10px;
	clear:both;
}

div.page003 p.right0123{
	width:58%;
	float: right;
	margin:0;
	padding:0 5px 0 10px;
}

div.page003 img{
	width:35%;
	float:left;
	margin:0;
	padding:0 5px 0 0;
}


/* ==========================================================================================================

	 3. Common Style
	 
============================================================================================================*/
/* anchor */
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
}

a:visited {
}

img {
	vertical-align: bottom;
}
img:not([width]) {
	zoom: .5;
}

/*---------------------------------------------------------------
	section 
---------------------------------------------------------------*/
section {
	clear: both;
}
section.section {
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top:20px;
}

section.section_mail {
	padding: 0 10px;
	margin-bottom: 50px;
	margin-top:20px;
}

section.section_page {
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top:5px;
}

section.section_page p{
	padding:10px;
	margin:0;
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

section.section_page p.back{
	padding:10px;
	margin:5px 0;
	color:#000000;
	background-color:#F8E6CC;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

section.section_top {
	padding: 0;
	margin-bottom: 20px;
	margin-top:40px;
	overflow:hidden;
}


/*---------------------------------------------------------------
	box style 
---------------------------------------------------------------*/
.inr {
	margin-top:10px;
	padding:0;
}

.inr p{
	text-align:center;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* gray box */
.grayBox {
	border: 3px solid #ccc;
	margin-bottom: 20px;
	padding: 13px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* greentop box */
.greentopBox {
	height:70px;
	border: 3px solid #ff9900;
	background-color:#fae8ca;
	margin-bottom: 10px;
	padding: 13px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greentopBox li.a001{
	margin-bottom:5px;
}

/*  */
.listBox {
	margin-bottom: 10px;
	padding: 10px 5px 9px;
	border: 1px solid #ff6615;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ff6615;
	font-weight: bold;
}
.listBox li {
	margin-bottom: 2px;
}
/* greenBox */
.greenBox {
	background: #e0efda;
	padding: 15px 10px;
	margin-bottom: 15px;
}
.greenBox .ttl {
	margin: 0 auto 15px;
	padding: 2px;
	background: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	width: 70%;
	color: #ff6615;
}

/**/
.linkBox {
	margin: 0 10px 10px;
}
.linkBox li {
	margin-bottom: 10px;
}

/* pricebox set */
.priceBox {
	margin-bottom: 20px;
	background: #fff;
	padding: 0 10px 10px;
	-webkit-box-shadow:#ccc 1px 0 5px;
	-moz-box-shadow:#ccc 1px 0 5px;
	box-shadow:#ccc 1px 0 5px;
}
.priceBox h2 {
	padding: 6px 10px 5px;
	margin: 0 -10px 10px;
	background: #ff6600;
	font-size: 13px;
	color: #fff;
}


/*---------------------------------------------------------------
	title
---------------------------------------------------------------*/
.pageTtl {
	padding: 12px 10px 10px 10px;
	margin-top: 100px;
	margin-bottom: 15px;
	background: #c6c6c6;
	background-size: 80px 46px;
	-webkit-background-size: 80px 46px;
	-moz-background-size: 80px 46px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #FFF;
}

.pageTtl001 {
	padding: 12px 10px 10px 10px;
	margin-bottom: 15px;
	background: #333;
	background-size: 80px 46px;
	-webkit-background-size: 80px 46px;
	-moz-background-size: 80px 46px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #FFF;
}

.sectionTtl {
	padding: 12px 10px 10px 10px;
	margin-top: 50px;
	margin-bottom: 15px;
	background: #c6c6c6;
	background-size: 80px 46px;
	-webkit-background-size: 80px 46px;
	-moz-background-size: 80px 46px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #FFF;
}
.sectionTtl span {
	font-size: 16px;
}
.ttl {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #e7600e;
	line-height: 1.3;
}
/* imgTtl */
.imgTtl {
	margin: 0 -10px 15px;
	background: #ffffff;
}
.imgTtl img {
	max-width: 640px;
}


.imgTtl3 {
	margin: 0 -10px 15px;
	background: #e7740e;
}

.imgTtl3 img {
	max-width: 723px;
}
.imgTtl2 {
	margin-bottom: 15px;
}
.read {
	padding: 4px 4px 3px ;
	margin-bottom: 10px;
	background: #fdf5d0;
	-webkit-box-shadow:#fff 0 0 5px inset;
	-moz-box-shadow:#fff 0 0 5px inset;
	box-shadow:#fff 0 0 5px inset;
	color: #e7600e;
	font-size: 14px;
	font-weight: normal;
}


.read_b {
	padding: 4px 4px 3px ;
	margin-bottom: 10px;
	background: #fdf5d0;
	-webkit-box-shadow:#fff 0 0 5px inset;
	-moz-box-shadow:#fff 0 0 5px inset;
	box-shadow:#fff 0 0 5px inset;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

/*---------------------------------------------------------------
	button style 
---------------------------------------------------------------*/
.cmnBtn {
	display: block;
	padding: 12px 5px;
	border: 1px solid #fff;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-webkit-box-shadow: #333 0 0 2px;
	-moz-box-shadow: #333 0 0 2px;
	box-shadow: #333 0 0 2px;
	text-align: center;
	color: #333 !important;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dcdcdc), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
}

.greenBtn {
	display: block;
	margin: 10px 0;
	padding: 15px 5px;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff6600), color-stop(0.51, #fc9652), color-stop(0.50, #ff6600), color-stop(0.00, #fd7820));
	background: -webkit-linear-gradient(top, #fd7820 0%, #ff6600 50%, #fc9652 51%, #ff6600 100%);
	background: -moz-linear-gradient(top, #fd7820 0%, #ff6600 50%, #fc9652 51%, #ff6600 100%);
	background: -o-linear-gradient(top, #fd7820 0%, #ff6600 50%, #fc9652 51%, #ff6600 100%);
	background: -ms-linear-gradient(top, #fd7820 0%, #ff6600 50%, #fc9652 51%, #ff6600 100%);
	background: linear-gradient(top, #fd7820 0%, #ff6600 50%, #fc9652 51%, #ff6600 100%);
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ff6600;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}
a:visited.greenBtn {
	color: #fff !important;
}

.pcBtn {
	display: block;
	margin: 10px 0;
	padding: 11px 5px;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff6600), color-stop(0.00, #f87228));
	background: -webkit-linear-gradient(top, #f87228 0%, #ff6600 100%);
	background: -moz-linear-gradient(top, #f87228 0%, #ff6600 100%);
	background: -o-linear-gradient(top, #f87228 0%, #ff6600 100%);
	background: -ms-linear-gradient(top, #f87228 0%, #ff6600 100%);
	background: linear-gradient(top, #f87228 0%, #ff6600 100%);
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ff6600;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}



/*---------------------------------------------------------------
	arrow style 
---------------------------------------------------------------*/
.arw_db {
	background: url(../img/arw_dw.png) no-repeat center bottom;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	padding-bottom: 20px;
}
.arw_dt {
	background: url(../img/arw_dw.png) no-repeat center top;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	padding-top: 20px;
}

/*---------------------------------------------------------------
	p, ul, dl
---------------------------------------------------------------*/
article p,
article ul,
article dl {
	margin-bottom: 5px;
}

/* list */
.idtList li,
.idtList dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0 !important;
	margin-bottom: 2px;
}

/*---------------------------------------------------------------
	table 
---------------------------------------------------------------*/

.cmnTbl {
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin:0 0 10px 0;
}
.cmnTbl caption {
	font-size: 13px;
	font-weight: bold;
	color: #ff6615;
}
.cmnTbl th ,
.cmnTbl td {
	border: 1px solid #999;
	padding: 5px;
	text-align: left;
}
.cmnTbl th {
	width: 60px;
	background: #f6f6f6;
}

.cmnTbl2 {
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 10px;
}
.cmnTbl2 caption {
	font-size: 13px;
	font-weight: bold;
	color: #ff6615;
}
.cmnTbl2 th ,
.cmnTbl2 td {
	border: 1px solid #999;
	padding: 5px;
	text-align: left;
}
.cmnTbl2 th {
	width: 90px;
	background: #fdf5d0;
	font-weight: bold;
}
/**/
.priceBox .priceTbl {
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 3px;
}
.priceTbl caption {
	font-size: 13px;
	font-weight: bold;
}
.priceTbl th ,
.priceTbl td {
	border: 1px dotted #999;
	vertical-align:middle;
}
.priceTbl th {
	background: #fefcef;
	text-align:center;
	width:50%;
	font-size:12px;
		padding: 5px 0 5px 0;
}

.priceTbl td{
	text-align: right;
	padding: 5px;
	vertical-align:middle;
	}

table.fee{
	display:table;
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin:0 0 10px 0;
}

table.fee td.left{
	display:table-cell;
	width: 73%;
	height:100px;
	background: #f6f6f6;
	border-right: #999 1px solid;
	vertical-align:middle;
	border-bottom: #999 1px dotted;
	padding:10px 5px;
}

table.fee td.right{
	display:table-cell;
	width: 20%;
	height:60px;
	background: #ffffff;
	text-align:right;
	vertical-align:bottom;
	border-bottom: #999 1px dotted;
	padding:50px 5px 10px;
}

table.fee0001{
	display:table;
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin:0 0 10px 0;
}

table.fee0001 td.left00002{
	display:table-cell;
	width:67%;
	background: #f6f6f6;
	border-right: #999 1px solid;
	vertical-align:middle !important;
	border-bottom: #999 1px dotted;
	padding:10px;
}

table.fee0001 td.right00002{
	display:table-cell;
	width: 20%;
	background: #ffffff;
	text-align:right;
	vertical-align:middle !important;
	border-bottom: #999 1px dotted;
	padding:10px;
}

table.staff0001{
	display:table;
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin:0 0 10px 0;
}

table.staff0001 td.img00001{
	display:table-cell;
	width:50%;
	background: #ffffff;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

table.staff0001 td.left00001{
	display:table-cell;
	width:48%;
	background: #ffffff;
	border-right: #999 1px solid;
	vertical-align:middle !important;
	border-bottom: #999 1px dotted;
	padding:5%;
}

table.staff0001 td.right00001{
	display:table-cell;
	width:48%;
	background: #ffffff;
	text-align:left;
	vertical-align:middle !important;
	border-bottom: #999 1px dotted;
	padding:5%;
}

	

/*---------------------------------------------------------------
	text 
---------------------------------------------------------------*/
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}

.emTxt {
	color: #e70e0e;
}

.emTxt_ore {
	color:#F60;
}
.subTxt {
}
.attentionTxt {
	color: #e70e0e;
	font-size: 11px;
	margin-bottom: 10px;
}

.accident{
	font-size:14px;
}

span.red{
	color:#e70e0e;
}

span.pink{
	color:#e66063;
	font-weight:bold;
}

span.size70{
	font-size:70%;
}

span.size70w{
	font-size:70%;
	color:#fff;
}


span.ore14b{
	color:#F60;
	font-size:14px;
	font-weight:bold;
}

span.ore120b{
	color:#F60;
	font-size:110%;
	font-weight:bold;
	line-height:220%;
}

span.ore15b{
	color:#F60;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
}

span.bra12{
	color:#000;
	font-size:12px;
	line-height:20px;
}

span.f0010{
	font-size:10px;
	line-height:20px;
}

p.cho01{
	margin-top:10px;
}

p.cho02{
	margin-top:10px;
	background:url(../img/main_bt.png) left top  no-repeat;
}

p.ryoukin01{
	background:#feebc1;
	font-size:13px;
	color:#000000;
	line-height:20px;
}

/*---------------------------------------------------------------
	img 
---------------------------------------------------------------*/

img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}

/*---------------------------------------------------------------
	clearFix (pkg) Module
---------------------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*---------------------------------------------------------------
	ナビゲーション（カイロ　流れ　マニピュ
---------------------------------------------------------------*/

.navi001 {
	display: block;
	margin: 10px 0;
	padding: 13px 5px;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e7740e), color-stop(0.00, #ea9a53));
	background: -webkit-linear-gradient(top, #ea9a53 0%, #e7740e 100%);
	background: -moz-linear-gradient(top, #ea9a53 0%, #e7740e 100%);
	background: -o-linear-gradient(top, #ea9a53 0%, #e7740e5 100%);
	background: -ms-linear-gradient(top, #ea9a53 0%, #e7740e 100%);
	background: linear-gradient(top, #ea9a53 0%, #e7740e 100%);
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ff6600;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}


.navi002 {
	display: block;
	margin: 10px 0;
	padding: 13px 5px;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4e9c25), color-stop(0.00, #82b36e));
	background: -webkit-linear-gradient(top, #82b36e 0%, #4e9c25 100%);
	background: -moz-linear-gradient(top, #82b36e 0%, #4e9c25 100%);
	background: -o-linear-gradient(top, #82b36e 0%, #4e9c25 100%);
	background: -ms-linear-gradient(top, #82b36e 0%, #4e9c25 100%);
	background: linear-gradient(top, #82b36e 0%, #4e9c25 100%);
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #33740e;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}


/*クリアの記述
---------------------------------------------------------------------------------------------------*/

.clear{
	clear: both;
}

.clear1{
	clear:left;
}

.clear2{
	clear:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
