@charset "UTF-8";
/*
Theme Name: illumy　ヘルプ
Theme URI:
Description: ヘルプページ用テンプレート
Author: Arcphilia.inc
Version: 1.0
Tags:
-------------------------------------------------------------- */
/* ------------------------------
 CommonStyle
------------------------------ */
.Clearfix {
  width: 100%;
}
.Clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
*,
*:before,
*:after {
  letter-spacing: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}
body {
  line-height: normal;
}
body, #root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: 'proxima_nova', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1.6rem;
  color: #333333;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body, #root {
    padding-top: 11.73vw;
  }
}
@media (min-width: 1025px) {
  body.lp {
    padding-left: 0;
  }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body {
    display: block;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul,
li > ol {
  margin-bottom: 0;
}
/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
a img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a img:hover {
  opacity: 0.8;
}
/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}
/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}
video {
  outline: none;
  border: none;
  border-style: none !important; 
}

/* ------------------------------
 Header
------------------------------ */
#CbHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
  border-top: 4px solid #8C9C2E;
  background: #404040;
}
#CbHeaderLogo {
  position: absolute;
  top: 12px;
  left: 0;
}
#CbHeaderLogo a img {
  width: 88px;
}
#HeaderLogo {
	color: #FFF;
	width: 200px;
}
#HeaderLogo img {
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}
#HeaderLogo span {
	display: block;
	padding-top: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}
#CBTOPLink {
	margin: 15px 0 0 0;
}
#CBTOPLink a {
  display: block;
  padding: 4.5px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #404040;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* ------------------------------
 footer
------------------------------ */
footer a,
footer a:focus,
*:focus { 
  outline:none;
  -webkit-tap-highlight-color: transparent;
  color: #439EE0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}
footer a {
  color: #404040;
}
footer a:hover {
  color: #89A122;
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
}
footer ul,
footer ol {
  padding: 0;
  list-style: none;
}
.l-footer {
  margin-top: auto;
  background: #ffffff;
	min-height: 105px;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 8vw;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .l-footer {
    padding: 20px 0;
    min-height: 105px;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-footer {
    bottom: auto;
  }
}
.l-footer .l-logo {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .l-footer .l-thisSite {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-otherSite {
    padding: 0 15px;
  }
}
.l-footer .logoFooter {
  width: 76px;
}

.is-footer-hide .l-footer {
  display: none;
}

@media (min-width: 768px) {
  .l-thisSite,
  .l-otherSite,
  .l-official {
    height: 65px;
    border-left: 1px solid #CCCCCC;
  }
}
.l-thisSite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-thisSite {
    margin-bottom: 5.33vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .l-thisSite .thisSite + .thisSite {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .l-thisSite .thisSite + .thisSite {
    border-left: 0.27vw solid #CCCCCC;
  }
}
@media (max-width: 767px) {
  .l-thisSite .thisSite:nth-child(1) {
    padding-right: 4vw;
  }
}
@media (max-width: 767px) {
  .l-thisSite .thisSite:nth-child(2) {
    padding: 0 4vw;
  }
}
@media (max-width: 767px) {
  .l-thisSite .thisSite:nth-child(3) {
    padding-left: 4vw;
  }
}
@media (max-width: 767px) {
  .l-otherSite {
    margin-bottom: 5.33vw;
    padding: 0 4vw;
    font-size: 2.67vw;
  }
}
@media (min-width: 768px) {
  .l-otherSite {
    display: none;
  }
}
@media (min-width: 1025px) {
  .l-otherSite {
    display: block;
  }
}
.l-otherSite li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-otherSite li + li {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .l-otherSite li + li {
    margin-top: 2.67vw;
  }
}
.l-otherSite .logoCompedia,
.l-otherSite .logoMeetsGallery {
  display: inline-block;
}
@media (min-width: 768px) {
  .l-otherSite .logoCompedia,
  .l-otherSite .logoMeetsGallery {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .l-otherSite .logoCompedia,
  .l-otherSite .logoMeetsGallery {
    margin-right: 2.67vw;
  }
}
@media (min-width: 768px) {
  .l-otherSite .logoCompedia {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .l-otherSite .logoCompedia {
    width: 30.4vw;
  }
}
@media (min-width: 768px) {
  .l-otherSite .logoCompedia + span {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .l-otherSite .logoCompedia + span {
    padding-top: 1.6vw;
  }
}
@media (min-width: 768px) {
  .l-otherSite .logoMeetsGallery {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .l-otherSite .logoMeetsGallery {
    width: 42.93vw;
  }
}

@media (min-width: 768px) {
  .l-official {
    padding-left: 15px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .l-official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4vw;
    font-size: 2.67vw;
    color: #ffffff;
    background: #404040;
  }
}
.l-official .l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .l-official .l-sns {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .l-official .l-sns .footerOfficialIcon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .l-official .l-sns .footerOfficialIcon {
    width: 7.47vw;
    height: 7.47vw;
  }
}
@media (min-width: 768px) {
  .l-official .l-sns .footerOfficialIcon + .footerOfficialIcon {
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .l-official .l-sns .footerOfficialIcon + .footerOfficialIcon {
    margin-left: 2.13vw;
  }
}
.l-official .l-sns .footerOfficialIcon:nth-child(3n) {
  margin-left: 0;
}
.l-official .l-copyright .producedBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-official .l-copyright .producedBy {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .l-official .l-copyright .producedBy {
    margin-bottom: 1.07vw;
  }
}
.l-official .l-copyright .logoArcphilia.pc {
  display: block;
}
.l-official .l-copyright .logoArcphilia.sp {
  display: none;
}
@media (min-width: 768px) {
  .l-official .l-copyright .logoArcphilia {
    margin-left: 10px;
    width: 136px;
  }
}
@media (max-width: 767px) {
  .l-official .l-copyright .logoArcphilia {
    margin-left: 2.67vw;
    width: 36.27vw;
  }
}

/* ------------------------------
 ページトップボタン
------------------------------ */
#BtnPageTop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 700;
  display: block;
  padding: 10px 0 0 0;
  width: 50px;
  height: 40px;
  color: #FFF;
  background: url(/images/BgPageTop.png);
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.5);
          box-shadow: 0px 0px 10px rgba(255,255,255,0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.3s ease;
       -o-transition: opacity 0.3s ease, bottom 0.3s ease;
          transition: opacity 0.3s ease, bottom 0.3s ease;
}
.noScroll #BtnPageTop {
  right: 30px;
}
#BtnPageTop:hover {
  opacity: 0.7 !important;
  text-decoration: none;
}
#BtnPageTop .cbIcon {
  font-size: 30px;
}


/*-------------------------

  クリエイティブコモンズ

-------------------------*/
#CCMainContents {
	margin:0 auto;
}
#CCMainContents .logoCC {
	float: left;
	padding: 35px 21px;
	border: 1px solid #DDD;
	line-height: 0;
	margin-right: 25px;
}
#CCMainContents #move {
  position: relative;
  width: 100%;
  margin:30px 0;
  padding-top: 56.25%;
}
#CCMainContents #move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#CCMainContents .case li {
	margin-top:50px;
}
#CCMainContents .case h3 {
	border-bottom:1px solid #888;
	padding:0 0 6px 5px;
	margin-bottom:30px;
	line-height:1em;
	font-size:22px;
}
#CCMainContents .case .creatorCB {
	float:left;
	margin-bottom:30px;
}
#CCMainContents .case .userCB {
	float:right;
	margin-bottom:30px;
}
#CCMainContents .case dt {
	font-size:18px;
	line-height:1.8em;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}
#CCMainContents .case dd {
	line-height:0;
	width:263px;
}
#CCMainContents .case dd img{
	width:100%;
}
#CCMainContents .case .txtBox {
	clear:both;
	border:1px solid #999;
	padding:20px 0;
	text-align:center;
	position:relative;
}
#CCMainContents .case .txtBox h4 {
	font-size:22px;
	padding-bottom:20px;
	line-height:1.4em;
}
#CCMainContents .case .txtBox p {
	font-size:13px;
	line-height:1.6em;
}
#CCMainContents .case .txtBox .txtOk {
	font-size:17px;
	font-weight:bold;
	color:#718D00;
	padding-top:15px;
}
#CCMainContents .case .txtBox .txtOk img {
	margin:0 4px -9px;
}
#CCMainContents .case .txtBox .caseIcon {
	position:absolute;
	top: -190px;
	left: 50%;
	margin-left: -80px;
	background:url(/images/help/cc/arrowCase.png) no-repeat bottom;
	padding: 0px 23px 77px;
}
#MainContents .entry_main #CCMainContents .iconDetail li {
	margin-top:20px;
	padding: 0 0 15px 10px;
	border-bottom:1px solid #DDD;
	width: 740px;
}
#MainContents .entry_main #CCMainContents .iconDetail li strong {
	font-weight:bold;
	color:#E66200;
	font-size:16px;
}
#CCMainContents .iconDetail li h4 {
	float:left;
	width:90px;
}
#CCMainContents .iconDetail li .iconImg {
	float:left;
	border-left:1px solid #DDD;
	padding-left:20px;
}
#CCMainContents .iconDetail li .txtBox {
	padding-left:180px;
}
#MainContents .entry_main #CCMainContents .iconPattern > li {
  background: none;
  padding: 30px 0 0 0;
  width: 300px;
  margin: 0px 37px;
  float: left;
  clear: initial;
  position:relative;
}
#MainContents .entry_main #CCMainContents .iconPattern  li h3 {
	font-weight:bold;
	color:#728D18;
}
#CCMainContents .iconPattern li dt {
	font-weight:bold;
}
#CCMainContents .iconPattern li dd {
	line-height:1.7em;
}
#CCMainContents .iconPattern li .iconImg {
	position: absolute;
	top: 30px;
	right: 0;
	width: 105px;
}
#CCMainContents .iconPattern li .iconImg img {
	width:100%;
}
#MainContents .entry_main #CCMainContents .noteBox h3 {
	margin-top:30px;
}
#CCMainContents .manners {
	text-align:center;
	font-size:14px;
	line-height:1.9em;
	margin-top:30px;
	color:#718D00;
}
#CCMainContents .link {
	text-align:right;
}

/* ------------------------------
 ヘルプ
------------------------------ */
#pageTitle {
	position: relative;
  margin: 0 auto;
  padding: 80px 0 20px 0;
  width: 1100px;
  font-size: 24px;
  font-weight: bold;
}
#MainContents h1 {
    display: flex;
    justify-content: space-between;
    clear: both;
    color: #89a222;
    padding: 10px 0 10px 5px;
    border-bottom: 2px solid #89a222;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
}
#MainContents h5 {
	margin-top: 10px;
}
#MainContents .btnHelpBack {
	float: right;
	margin-top: -5px;
}
#MainContents .btnHelpBack a {
	/* font-size: 12px;
	padding: 5px 15px 5px 30px;
	display: inline;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #FFF;
	background:url(/images/btnBack.png) no-repeat 5px center;
	text-decoration: none;
	float: right; */
	font-size: 12px;
	padding: 5px 15px 5px 30px;
	display: inline;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	float: right;
	color:#FFF;
	background:url(/images/btnBack.png) no-repeat 5px center #89a222;
	letter-spacing: 1px;
}
#MainContents .btnSpHelpBack {
	display: none;
}
#MainContents .btnSingleHelpBack {
	float: right;
	margin-top: -5px;
	margin-bottom: 10px;
}
#MainContents .btnSingleHelpBack a {
	font-size: 12px;
	margin-top:-25px;
	padding: 4px 15px 4px 30px;
	display: inline;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	float: right;
	color: #FFF;
	background:url(/images/btnBack.png) no-repeat 5px center #89a222;
	letter-spacing: 1px;
}
#Contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
h2 {
	clear: both;
	background: url(/images/TitleLine.png) bottom no-repeat;
	padding-bottom: 15px;
	margin: 0 0 20px;
	position: relative;
	font-size: 20px;
	font-weight: normal;
}
#Main {
	line-height: 160%;
	padding-bottom: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, right top, from(#F5F5F5), color-stop(50%, #F5F5F5), color-stop(50%, #ffffff), to(#ffffff));
	background: -o-linear-gradient(left, #F5F5F5 0%, #F5F5F5 50%, #ffffff 50%, #ffffff 100%);
	background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, #ffffff 50%, #ffffff 100%);
}
.state {
	border-top: 1px solid #CCC;
	margin: 20px 0;
	padding: 20px 0;
}
#search_form {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 250px);
}
#search_form input[type="text"] {
	background: url(/images/iconSearchForm.svg) right 15px top 6px/ 20px 20px no-repeat;
	border: 1px solid #ccc;
	padding: 8px 50px 8px 15px;
	width: 500px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
}
#search_form input::-webkit-input-placeholder {
	line-height:140%;
}
#search_form input:-moz-placeholder{
	line-height:140%;
}
#sidebar {
	position: relative;
	padding: 40px 0 0;
	width: 320px;
	background-color: #F5F5F5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#sidebar .categoryList {
	background: #fff;
	font-size: 12px;
	padding: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 25px 20px;
	font-weight: bold;
}
#sidebar .contactLink {
	background: #fff;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 3px;
	margin: 0 25px 20px;
	font-weight: bold;
}
.category_count {
	float: right;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #bbb;
}
.category_count a {
	color: #bbb;
}
#sidebar .categoryList a, #sidebar .contactLink a {
	text-decoration: none;
	color: #333;
}
#sidebar .categoryList ul, #sidebar .contactLink ul {
	margin: 0;
	padding: 0;
}
#sidebar .categoryList ul li {
	margin: 0;
	padding: 8px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
#sidebar .categoryList ul li:last-child {
  border-bottom: none;
}
#sidebar .contactLink ul li {
	margin: 0;
	padding: 8px;
	list-style: none;
}
#sidebar .categoryList li:hover, #sidebar .contactLink ul li:hover {
	background: #F4F8E8;
	cursor: pointer;
}
#sidebar #frequently h3,
#sidebar .categoryList h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: center;
}
#sidebar .categoryList h3 {
  border-bottom: 1px solid #ddd;
}
#sidebar .categoryList li span {
	font-size: 12px;
	margin-left: 10px;
	color: #888;
}
#MainContents {
	width: calc(100% - 320px);
	padding: 40px 0 40px 25px;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
#frequently {
	margin: 0 25px 20px;
	padding: 20px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FFF;
}
#MainContents .entry_main {
	line-height: 200%;
	letter-spacing: 0.5px;
}
#MainContents .entry_main a {
	font-weight: bold;
}
#MainContents .entry_main table {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
#MainContents .entry_main table td,
#MainContents .entry_main table th {
	padding:3px 10px;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
}
#MainContents .helpList ul li.listHide:nth-child(-n+3) {
	display: block;
}
#MainContents .helpList ul li.listHide:nth-child(3) {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}
#MainContents .helpList ul li:nth-child(3) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#MainContents .helpList ul li.listHide {
	display: none;
}
#MainContents ul, #MainContents .helpList ul li, .entry_main ul li {
	clear: both;
	list-style: none;
}
#MainContents .entry_main ul {
	padding-top: 5px;
	padding-bottom: 10px;
}
#MainContents .entry_main ul li {
	background: url(/images/ArrowGray5.png) left 8px no-repeat;
	padding: 0 0 0px 10px;
	margin-left: 20px;
}
#frequently ul li, #MainContents .helpList ul li {
	background: url(/images/ArrowGray5.png) left 0 top 8px no-repeat;
	padding: 0 0 10px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}
#frequently ul li:last-child, #MainContents .helpList ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#MainContents .entry_main ol {
	counter-reset: number;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 5px;
	list-style-position: outside;
}
#MainContents .entry_main ol li {
	padding: 0px 0 10px 50px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 150%;
}
#MainContents .entry_main ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #89a222;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.0;
	margin-left: -35px;
	margin-top: -3px;
	margin-right: 10px;
}
#MainContents .entry_main h3 {
	clear: both;
	font-weight: normal;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
}
#MainContents .entry_main h6 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	margin-top: 5px;
}
.categoryPage #MainContents ul li {
	background: url(/images/ArrowGray5.png) left 8px no-repeat;
	padding: 0 0 0px 10px;
	margin-left: 20px;
	line-height: 200%;
}
.list_box {
	margin: 20px 0 100px 0;
}
.helpList {
	margin: 0px 20px 20px 0px;
	padding: 20px;
	width: 340px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FFF;
	float: left;
}
.helpList h3 a {
	color: #333;
	font-size: 20px;
	font-weight: normal;
}
.helpList h3 {
	padding-bottom: 5px;
}
#respond {
	margin-bottom: 100px;
}
#commentAnswer {
	display: flex;
}
#commentAnswer li {
	list-style: none;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	background: #eee;
	margin: 10px 10px 10px 0;
	border-radius: 10px;
}
#commentAnswer li:hover {
	background: #ddd;
}
#commentArea {
	display: none;
	clear: both;
	margin: 10px 0;
}
#commentArea p {
	margin: 10px 0;
}
#thanksArea {
	display: none;
	clear: both;
	margin: 10px 0;
}
.form-allowed-tags {
	display: none;
}
.comment-form-comment label {
	display: none;
}
.logged-in-as, .comment-form-url {
	display: none;
}
.comment-form-author, .comment-form-email {
	margin-bottom: 5px;
}
.comment-form-comment textarea {
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 5px;
}
#commentArea input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 5px;
	width: 200px;
}
.form-submit #submit {
	border: none;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
	background: #89A222;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 60px;
}
.form-submit #submit:hover {
	background-color: #739101;
	cursor: pointer;
}
#Contact_form {
	margin-bottom: 20px;
}
#Contact_form .form_box {
	padding: 25px 50px 25px 50px;
	background: #f3f2ed;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}
.form_box dt {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	font-weight: bold;
	clear: both;
}
#Contact_form dd {
	padding-left: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_box input, .form_box textarea {
	padding: 10px 1%;
	border: 1px solid #CCC;
	border-radius: 6px;
	font-size: 14px;
}
input[type="text"].wpcf7-text {
	width: 100%;
}
.your-id input[type="text"].wpcf7-text {
	width: 265px;
}
.wpcf7-textarea {
	margin-top: 10px;
	width: 100%;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 2px solid #CCC;
	border-radius: 2px;
	background: transparent;
	opacity: 0.5;
}
.form_box select {
	font-size: 100%;
	height: 30px;
	/* padding: 8px; */
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	text-indent: .01px;
	-o-text-overflow: "";
	   text-overflow: "";
}
#Send_box {
	text-align: center;
}
#Send_box input {
	letter-spacing: 10px;
	cursor: pointer;
	border: none;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
	background: #89A222;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 120px;
}
#Send_box input:hover {
	background-color: #739101;
	cursor: pointer;
}
.screen-reader-response, .wpcf7-not-valid-tip {
	margin:0;
	font-size: 12px;
	color: #e66200;
	display:block;
}
.wpcf7-not-valid-tip {
	padding-left: 20px;
	background: url(/images/IconError.png) left center no-repeat;
}
.screen-reader-response ul, .wpcf7-response-output {
	display: none;
}
#wpcf7-f29-p30-o1 {
	padding-top:60px;
}