@charset "Shift_JIS";

/*--------------------------------------------------------------------*/
/*※注意　ここは置換で色（#以下）を変更する箇所です*/
/*--------------------------------------------------------------------*/
/*　サイト共通カラー（#以下）をサイトにあった色（#以下）に変えてください。*/



/*　基本の文字の色*/

body {
	color:#333333;
}

/*　ｈ1とフッターの背景と文字*/

body h1,
footer#footer small {
	background: #ECB100;
	color: #666;
}

/*　基本のリンク色*/
a {
	color: #030;
}


/*　ヘッダー　header*/

header#header {
	background: #5BB700 url(../../images/templates/header_bg.png) repeat-x top;
}

/*　ヘッダーとお問い合わせ　電話をかける　*/
header table p {
	font-size: x-small;
	position:fixed;
	top: 25px;
	right: 0;
	-webkit-transform: translate3d(0,0,0);
	z-index:99999;
	width: 105px;
}

header table p a {
	float: left;
	width: 30px;
	display: block;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: rgba( 255, 255, 255, 0.80 );
	border: 3px solid #61991f;
	color: #072a4d;
}
header table p a:nth-child(2) {
	background-color: rgba(87, 198, 35, 0.87);
	border: 3px solid #287106;
	color: #ffffff;
}


header table a span{
	width: 100%;
	display: block;
	position: relative;
}

header table a.hiTel span:before {
	content: "　";
	font-family: FontAwesome;
	display: block;
	font-size: large;
	background: url(../../images/templates/free_tel.png) center center no-repeat;
	background-size: 20px 20px;
}
header table a.hiLine span:before {
	content: " \f27b";
	font-family: FontAwesome;
	display: block;
	font-size: large;
}
header table a.hiMenu span:before {
	content: " \f0c9";
	font-family: FontAwesome;
	display: block;
	font-size: large;
}
header table a.hiMail span:before {
	content: " \f0e0";
	font-family: FontAwesome;
	display: block;
	font-size: large;
}
section#cart p {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d8dada), color-stop(0.22, #f1f1f1), color-stop(0.44, #c7c8ca), color-stop(0.74, #e7e8e8), color-stop(1.00, #fdfdfd));
	background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
	background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgb(186, 186, 186);
	-moz-box-shadow: 1px 1px 1px rgb(186, 186, 186);
	box-shadow: 1px 1px 1px rgb(186, 186, 186);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border: 2px solid #999999;
}
section#cart p a {
	color: #030;
	background: none;
	background: url(../../images/templates/cart.png) 15px 2px no-repeat;
	-webkit-background-size: 22px 22px;
	-moz-background-size:22px 22px;
}



/*フッター　footer*/

footer#footer {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(238, 238, 238)),color-stop(1, rgb(255, 255, 255)));
	background-image: -moz-linear-gradient(-90deg,rgb(238, 238, 238) 0%,rgb(255, 255, 255) 100%);
	background-image: linear-gradient(-90deg,rgb(238, 238, 238) 0%,rgb(255, 255, 255) 100%);
	color: rgb(255, 255, 255);
}

/*　フッター　PCサイト切り替えボタンのデザイン*/

div#mode_pc p a {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(0.3, rgb(249, 249, 249)), color-stop(0.5, rgb(227, 227, 227)), color-stop(1, rgb(233, 233, 233)));
	background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 31%, rgb(227, 227, 227) 58%, rgb(233, 233, 233) 100%);
	background-image: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 31%, rgb(227, 227, 227) 58%, rgb(233, 233, 233) 100%);
	-webkit-box-shadow: 1px 1px 1px rgb(186, 186, 186);
	-moz-box-shadow: 1px 1px 1px rgb(186, 186, 186);
	-ms-box-shadow: 1px 1px 1px rgb(186, 186, 186);
	box-shadow: 1px 1px 1px rgb(186, 186, 186);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border: 1px solid #999;
	color: #333;
}

div#mode_pc p a span {
	background: url(../../images/templates/pc.png) right center no-repeat;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
}

/*共通見出し*/

.main02_title/*indexのページタイトル*/, .PageTitle /*各ページのページタイトル*/, .title/*G3 サブタイトル*/ {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(118, 204, 37)),color-stop(1, rgb(82, 145, 14)));
	background-image: -moz-linear-gradient(-90deg,rgb(118, 204, 37) 0%,rgb(82, 145, 14) 100%);
	background-image: linear-gradient(-90deg,rgb(118, 204, 37) 0%,rgb(82, 145, 14) 100%);	color: #fff;
	border-top: 1px solid #5BB700;
	border-bottom: 1px solid #5BB700;
}

.main02_title span/*indexのページタイトル*/, .PageTitle span /*各ページのページタイトル*/, .title h2/*G3 サブタイトル*/ {
	background: url(../../images/templates/burette01.png) 10px 4px no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size:15px 15px;
}

.SmallTitle {/*各ページの小見出し*/
	border-left:5px solid #390;
	border-bottom:2px dotted #6C0;
	background: #E8F3CF;
	color: #030;
}

/*ユーチューブ対策 猫内でyoutube-wrapperで囲む　16：9専用*/
.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 height: 0;
 overflow: hidden;
}
.youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}

/*　main02　HOMEボタン　*/

div#main02 nav#main02_home {
	background: #F60;
	border-bottom: 1px solid #fff;
}

div#main02 nav#main02_home a {
	color:#FFF;
	background:url(../../images/templates/ico_home.png) no-repeat left center;
	-webkit-background-size: 15px 15px;
	-moz-background-size:15px 15px;
}

/*index01 メインイメージ　背景*/

section#index01 {
	background-color: #eee;
}




/*index02 リンクボタン共通*/

div#main02 ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(0.5, rgb(230, 230, 230)), color-stop(1, rgb(245, 245, 245)));
	background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%, rgb(245, 245, 245) 100%);
	background-image: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%, rgb(245, 245, 245) 100%);
	border-bottom: 1px solid #ccc;
}

div#main02 ul li a {
	background: url(../../images/templates/arrow.png) right center no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size:15px 15px;
}

/*index02 新着情報*/
section#new ul{
	height: 300px;
	overflow: auto;
}
section#new ul li {
	background:#fff;
	border-bottom: 1px solid #ccc;
	padding:2%;
}

section#new {
	border-bottom: 1px dashed #ccc;
}
section#new li{
	font-weight: normal;
	text-align: left;
}
section#new li a{
	padding: 0;
}

section#new li span {
	display: block;
	font-weight: bold;

}

/*index11*/
#index11 h3{
	padding: 8px 10px;
	background: #53a72c;
	text-align: left;
	border-radius: 3px;
	border: 3px solid #3e7e20;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	color: #fff;
}


/*豆知識*/
section#index03 {
    margin-bottom: 20px ;
}

section#index03 .nekoItem {
    display: block;
    padding: 40px 0;
    border-bottom: dotted 1px #bbb;
} 
section#index03 > div{
    width: 100%;
    height: 270px;
    margin: 10px auto 0;
    overflow: auto;
}
section#index03 .nekoItem .thumb{
    width: 100%;
    margin-bottom: 20px; 
}
section#index03 .nekoItem .thumb img{
    max-width: 100%;
}
section#index03 .nekoItem .comment{
    width: 96%;
    margin: 0 auto;
    text-align: left;
}


/*facebook*/
.fb{
	width: 78%;
	margin: 0 auto 20px;
	padding: 3%;
	background:#3c579a;
}
.fb img{
	max-width: 100%;
}
.fb #ch_iframe{
}
/*gallery3*/

div#gallery3 div.category {
	/* border-bottom:1px solid #CCC; */
}

div#gallery3 div.article div.articleHead h3 {
	border-left:5px solid #390;
	border-bottom:2px dotted #6C0;
	background: #E8F3CF;
	color: #030;
}

div#gallery3 div.article u {
	background: #FFEDCA;
	border-bottom:1px dotted #F90;
	color: #300;
}

div#gallery3 div.article div.articleHead {
}

div#gallery3 table.border-on th {
	background-color: #eee;
}

div#gallery3 table.border-on th, div#gallery3 table.border-on td {
	border:1px solid #CCC;
}

div#gallery3 span.currentPage {
	color: #666666;
}

div#gallery3 span.totalNum {
	margin-right: 10px;
	color: #666;
}

/*gallery3　戻るボタン*/

div.articleBack {
	border: 1px solid #ccc;
	background: url(../../images/templates/burette02.png) 10px 10px no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size:15px 15px;
}

/*Privacy　個人情報保護*/

div#PrivacyWrapper dl dt {
	border-left:5px solid #390;
	border-bottom:2px dotted #6C0;
	background: #E8F3CF;
	color: #030;
}

div#PrivacyWrapper table td, div#PrivacyWrapper table th {
	border: 1px solid #CCC;
}

/*company　会社案内*/

div#company h3 {
	background:url(../../../images/li01.png) no-repeat 15px center;
	border-bottom:3px solid #003095;
}

div#company section#company01 table td u {
	border-left:5px solid #390;
	border-bottom:2px dotted #E8F3CF;
	color: #030;
}

section#company02 table td.col_1, section#company02 table td.col_2 {
	border: 1px solid #CCC;
}


/*-------------------------------------------------------------------------*/
/*　↑↑↑　※注意　ここは置換で色（#以下）を変更する箇所　ここまで　↑↑↑*/
/*-------------------------------------------------------------------------*/



/*--------------------------------------------------------------------*/
/*タグの基本設定　common*/
/*--------------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}

div#container {
}

div#wrapper {
}

div#wrapper:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

body h1 {
	display: block;
	width: 100%;
	text-align:left;
	font-size:x-small;
	padding:2px 0;
	text-indent: 10px;
}

body a {
	outline:none;
}

body a:active img {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

body div.clear {
	clear:both;
}

body img {
	vertical-align:top;
}

/*共通見出し*/


.SmallTitle {
	clear: both;
	text-align: left;
	margin: 10px 0;
	padding-left: 10px;
}

.PageTitle {
	margin-bottom: 10px;
}

.main02_title span/*indexのページタイトル*/, .PageTitle span /*各ページのページタイトル*/, .title h2/*G3 サブタイトル*/ {
	display: block;
	padding-left: 40px;
}

.main02_title/*indexのページタイトル*/, .PageTitle /*各ページのページタイトル*/, .title/*G3 サブタイトル*/ {
	padding:5px 10px 5px 0;
	font-weight:bold;
	text-align: left;
}

/*パンくずリスト*/

nav#crumbs {
	margin:5px 0 5px 10px;
	text-align:left;
	font-size: xx-small;
}

nav#crumbs a {
	text-decoration:none;
	text-align: left;
}

/*--------------------------------------------------------------------*/
/*header　ヘッダーのスタイル*/
/*--------------------------------------------------------------------*/

header#header {
	clear: both;
	width: 100%;
}

header#header :after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

header#header table {
	width: 100%;
	margin: 0 auto 5px;
	border-collapse: collapse;
	background-color: none;
}

header#header table td, header#header table img, header#header table a img {
	vertical-align: top;
}


header#header table img {
	float: left;
	width: 50%;
	margin-top: 12px;
	padding: 0 5px ;
}

/*　営業時間コメント部　*/

header#header p.text {
	clear: both;
	width: 95%;
	margin: 2px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: small;
}

/*--------------------------------------------------------------------*/
/*main02　共通ボタン部*/
/*--------------------------------------------------------------------*/

div#main02 {
	text-align:center;
}

div#main02 ul li {
	/* width: 100%; */
	text-align:left;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

div#main02 ul a {
	display: block;
	height: 100%;
	padding:10px;
	text-decoration:none;
}

div#main02 table {
	border-collapse:collapse;
	width:100%;
}

div#main02 table td {
	text-align:center;
}

/*HOME*/
div#main02 nav#main02_home {
	padding:10px;
	text-align:left;
	font-weight:bold;
}

div#main02 nav#main02_home a {
	display:block;
	padding:0px 10px 0px 30px;
}

/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
footer#footer {
	width: 100%;
}

/*コピーライト*/
footer#footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size:x-small;
	padding:3px 0;
}

/*アクセス解析*/
div#accesslog img {
	display:block;
	height:0;
}

/*--------------------------------------------------------------------*/
/*　フッターのPCサイト切り替えリンク*/
/*--------------------------------------------------------------------*/
div#mode_pc {
	padding: 20px 5px;
}

div#mode_pc:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#mode_pc p {
	width: 98%;
	clear:both;
	list-style:none;
	margin:0 auto;
	padding: 0;
	text-align: left;
}

div#mode_pc p a {
	display: block;
	text-decoration: none;
	width: 95%;
	margin:0 auto;
	padding-left: 6px;
	font-weight: bold;
}

div#mode_pc p a span {
	display: block;
	padding: 9px 0;
	margin: 0 10px;
}

/*--------------------------------------------------------------------*/
/*index.html*/
/*--------------------------------------------------------------------*/

/*index01　メインイメージ*/

div#index {
	margin: 0 auto;
	width: 100%;
}

section#index01 {
	display: block;
	margin:0 auto;
	text-align: center;
	width: 100%;
}

section#index01:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}


section#index01 div.slideshow {
	margin:0 auto;
	text-align: center;
	overflow: hidden;
}

section#index01 div.slideshow:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

section#index01 div.slideshow img {
	width: 320px;
	height: 120px;
	display: block;
	margin: 0 auto;
	text-align: center;
}


/*index02 コンテンツギャラリー2　アイコン*/

section#index02 {
	clear: both;
	padding: 10px 0;
	background: #E8F3CF;
}

section#index02 table {
	width: 95%;
	margin: 0 auto 0;
	border-collapse: separate;
	border-spacing: 3px;
	table-layout: fixed;
}

section#index02 table td {
	width: 33%;
	vertical-align: middle;
	padding-bottom: 5px;
	border-radius: 5px;
	text-align: center;
}

section#index02 table td p {
	font-weight: bold;
	font-size: 90%;
}

section#index02 table td img{
	max-width: 100%;
}



/*index02 新着情報*/

section#new {
	margin-bottom: 10px;
}

section#new a {
	background: none;
	font-weight: normal;
}

section#new p {
	width: 93%;
	margin: 5px auto;
	text-align: left;
}

section#new p a:active {
	text-decoration: underline;
}

section#new p span {
	font-weight: bold;
	padding: 0 5px 0 8px;
}


/*topImg*/
section.topImg{
	margin: 0 0 10px;
	padding: 10px;
}
section.topImg img{
	max-width: 100%;
}


/*--------------------------------------------------------------------*/
/*個人情報保護　privacy.html*/
/*--------------------------------------------------------------------*/
div#PrivacyWrapper {
	padding:0 10px 10px 10px;
}

div#PrivacyWrapper p {
	text-align:left;
	padding:0 0 15px 0;
}

div#PrivacyWrapper dl {
}

div#PrivacyWrapper dl dt {
	text-align:left;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 0 5px;
}

div#PrivacyWrapper dl dd {
	margin:0 0 30px 0;
	text-align:left;
}

div#PrivacyWrapper table {
	width: 100%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
}

div#PrivacyWrapper table td {
	padding:5px 10px;
	width:70%;
	font-size: small;
}

div#PrivacyWrapper table th {
	padding:5px 10px;
	width: 30%;
}


/*--------------------------------------------------------------------*/
/*会社案内　company.html*/
/*--------------------------------------------------------------------*/
div#company h3 {
	padding:5px 10px 5px 30px;
	font-weight:bold;
	display:block;
}

section#company01 {
}

section#company01 p {
	padding:10px;
}

section#company01 table {
	border-collapse: collapse;
	text-align: left;
}

section#company01 table td {
	padding:0 0 30px 0;
}

section#company01 table td u {
	display: block;
	text-align: left;
	margin: 10px 0 0 0;
	padding-left: 10px;
	text-decoration: none;
}

section#company01 table td b {
}

section#company01 table td img {
	float:right;
	width:300px;
	padding:10px 10px 0 10px;

}

section#company02 {
	padding:0 10px 30px 10px;
}

section#company02 table {
	width: 100%;
	margin:0 auto;
	border-collapse: collapse;
}

section#company02 table td {
	text-align:left;
	font-size: small;
}

section#company02 table td.col_1 {
	padding:5px 10px;
	width: 30%;
}

section#company02 table td.col_2 {
	padding:5px 10px;
	width:70%;
}

section#company03 iframe {
	width: 90%;
	height: 90%;
	margin: 0 auto;
}

/*--------------------------------------------------------------------*/
/*ギャラリー3　gallery3/gallery3_list,gallery3*/
/*--------------------------------------------------------------------*/

div#gallery3 div.category {
	padding:0 0 10px 0;
	/* margin-bottom: 15px; */
}

div#gallery3 div.category .title{
	display: none;
}

div#gallery3 div.category:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#gallery3 div.category div.categoryContent {
	padding:10px;
}

div#gallery3 div.category div.categoryContent div.comment p {
	text-align: left;
}

div#gallery3 div.category div.categoryContent div.image img {
	max-width:300px;
	float:left;
	margin:0 10px 10px 0;
}

div#gallery3 div.article {
	clear:both;
	padding:0 10px 20px 10px;
	text-align:left;
}

div#gallery3 div.article iframe {
	max-width:300px;
}

div#gallery3 div.articleNotFound {
	padding:10px;
}

div#gallery3 b {
	display:block;
	margin:0 0 10px 0;
}

div#gallery3 p.pager-upper, div#gallery3 p.pager-lower {
	font-weight:bold;
	padding:10px;
	text-align: left;
}

div#gallery3 p.pager-upper {
	text-align: left;
}

div#gallery3 div.article:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#gallery3 div.article p {
	margin:0 0 10px 0;
}

div#gallery3 div.article u {
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding-left: 10px;
}

div#gallery3 div.article div.articleHead h3 {
	text-align:left;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 0 5px;
}

div#gallery3 div.article div.articleHead h3 a {
	text-decoration:none;
}

div#gallery3 div.article div.articleBody {
}

div#gallery3 div.article div.articleBody div.articleContent:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#gallery3 div.article div.articleBody {
}

div#gallery3 div.article div.articleBody div.articleContent:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#gallery3 div.article div.articleBody div.articleContent {
}

div#gallery3 div.article div.articleBody div.articleContent img {
	width:100%;
	margin:0 0 10px 0;
}

div#gallery3 div.article div.articleBody div.articleContent div.left {
	clear:both;
	float: left;
	margin:0 3px 0 0;
}

div#gallery3 div.article div.articleBody div.articleContent div.right {
	clear:both;
	float: right;
	margin:0 0 0 3px;
}

div#gallery3 div.article div.articleBody div.articleContent div.left img, div#gallery3 div.article div.articleBody div.articleContent div.right img {
	max-width:300px;
}

div#gallery3 div.article div.articleBody div.articleContent a {
	text-decoration:underline;
}

div#gallery3 div.article div.articleBody div.articleContent a:active img {
	opacity:0.6;
	filter: alpha(opacity=60);
}

div#gallery3 table {
	border-collapse: collapse;
	width:98%;
	margin:15px auto;
}

div#gallery3 table.border-on th {
	padding:5px;
	font-weight:bold;
}

div#gallery3 table.border-on td {
	padding:5px;
}

div#gallery3 table td.seName {
	font-weight:bold;
}

/* G3の戻るボタン */

div.articleBack a {
	text-indent: 30px;
	display: block;
	padding:5px 5px 5px 5px;
}

div.articleBack {
	margin-bottom: 10px;
	text-align: left;
}


/*--------------------------------------------------------------------*/
/*よくあるご質問　faq.html*/
/*--------------------------------------------------------------------*/

div#faq {
	padding: 0 10px 10px;
	text-align: left;
}
section#faq01 div.faq div#questions_cate {
}
div#faq div.faq h3 {
	text-align:left;
	font-weight:bold;
	margin:0 0 15px 0;
	padding: 3px 0 3px 5px;
	background: #e6e080;
	border-left: 5px solid #62ab18;
	/* color: #fff; */
}
section#faq01 div.faq div#questions_cate ul {
	clear: both;
	margin: 10px auto;
	width: 100%;

}
section#faq01 div.faq div#questions_cate ul:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
section#faq01 div.faq div#questions_cate ul li {
	background: #72c422;
	border: 2px solid #72c422;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 1px #BABABA;
	font-weight: bold;
	margin: 3px auto 5px;
	padding: 5px 0 5px 5px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: auto;
}
section#faq01 div.faq div#questions_cate ul li a {
	display: block;
	margin: -5px 0 -5px -5px;
	padding: 5px 0 5px 5px;
	text-align: center;
	text-decoration: none;
	width: auto;
	background: #a2cd3d;
}
section#faq01 div.faq div#questions_cate ul li a:hover {
	text-decoration: underline;
}
section#faq01 div.faq div#questions {
	margin: 10px 0 30px;
}
section#faq01 div.faq div#questions ul {
	margin: 0 5px;
}
section#faq01 div.faq div#questions ul li {
	background: url(../../images/templates/arrow.png) no-repeat left center transparent;
	padding: 5px 8px 5px 28px;
	-webkit-background-size: 20px 20px;
	-moz-background-size:20px 20px;
}
section#faq01 div.faq div#questions ul li a {
	text-decoration: underline;
}
section#faq01 div.faq div#questions ul li a:hover {
	text-decoration: none;
}
section#faq01 div.faq div#answers {
	clear: both;
	margin: 0 0 30px;
}
section#faq01 div.faq div#answers ul {
	margin: 0 5px;
}
section#faq01 div.faq div#answers ul li {
}
section#faq01 div.faq div#answers ul li dl {
	margin-bottom: 10px;
}
section#faq01 div.faq div#answers ul li dl dt {
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	margin: 10px auto;
	padding: 0 0 5px 10px;
	text-decoration: none;
}
section#faq01 div.faq div#answers ul li dl dt em.question, section#faq01 div.faq div#answers ul li dl dd em.answer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
}
section#faq01 div.faq div#answers ul li dl dd em.answer span.a {
	font-weight: bold;
}
section#faq01 div.faq div#answers ul li dl dt em.question span.q {
	font-weight: bold;
}
section#faq01 div.faq div#answers ul li dl dt em.question span.num {
}
section#faq01 div.faq div#answers ul li dl dt em.question span.dot {
}
section#faq01 div.faq div#answers ul li dl dt strong {
}
section#faq01 div.faq div#answers ul li dl dd {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 8px;
	background-color: #e9e9e9;
}

