@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

#breadCrumbsWrap.sectionPage .breadcrumbs li:nth-of-type(2) {
  display: none;
}

.sectionList .article-list {
  border-top: 1px solid #e5e5e5;
}
.sectionList .article-list li {
  border-bottom: 1px solid #e5e5e5;
}
.sectionList .article-list li.article-promoted span {
  display: none;
}
.sectionList .article-list li a {
  display: block;
  color: #0173bf;
  font-size: 1.5rem;
  padding: 20px 20px 20px 50px;
  background: url("/hc/theming_assets/01HZH08BGH9PG73QH740344Y0N") no-repeat 10px center;
}

#articleWrap {
  margin: 5px 0px 30px;
}
#articleWrap h1 {
  color: #666;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 15px 15px 15px 50px;
  background: url("/hc/theming_assets/01HZH08BGH9PG73QH740344Y0N") no-repeat 10px center;
  border-bottom: 1px solid #e5e5e5;
}
#articleWrap .detail {
  line-height: 1.6;
  padding: 20px 20px 20px 50px;
  background: url("/hc/theming_assets/01HZH08AG1JJCKQ6RASV1MXB28") no-repeat 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  *zoom: 1;
}

.search-results-column h2 {
  display: none;
}
.search-results-column .search-results-list {
  border-top: 1px solid #e5e5e5;
}
.search-results-column .search-results-list li {
  border-bottom: 1px solid #e5e5e5;
}
.search-results-column .search-results-list li.article-promoted span {
  display: none;
}
.search-results-column .search-results-list li a {
  display: block;
  color: #0173bf;
  font-size: 1.5rem;
  padding: 20px 20px 20px 50px;
  background: url("/hc/theming_assets/01HZH08BGH9PG73QH740344Y0N") no-repeat 10px center;
}
.search-results-column .search-results-list .search-result-votes,
.search-results-column .search-results-list .search-result-meta,
.search-results-column .search-results-list .search-result-description {
  display: none;
}
.search-results-column:nth-of-type(2) {
  display: none;
}

/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 899px) {
  header #header {
    background: url("/hc/theming_assets/01HZH08BMXXHYN5P5B5ZXBK15V") repeat-x 0 0;
    height: 40px;
  }
  header #header .headerWrap {
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
  }
  header #header .headerWrap img {
    width: auto;
    height: 28px;
  }

  #headerImg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #headerImg p {
    color: #666;
    font-size: 1.3rem;
    padding: 10px;
    line-height: 1.4;
  }

  #container {
    margin: 0 auto;
    padding: 10px 0px 20px;
  }
  #container #main {
    padding-bottom: 10px;
  }

  #breadCrumbsWrap {
    margin-bottom: 5px;
  }
  #breadCrumbsWrap .title img {
    width: 100% !important;
    height: auto !important;
  }

  .breadcrumbs {
    font-size: 1rem;
    padding: 5px 10px;
  }
  .breadcrumbs li {
    display: inline-block;
    padding-right: 8px;
    /*
    &:nth-of-type(2) {
    	display: none;
    }
    */
  }
  .breadcrumbs li a {
    color: #0173bf;
  }
  .breadcrumbs li:after {
    content: "＞";
    margin-left: 10px;
  }
  .breadcrumbs li:last-child:after {
    content: "";
  }

  h1#sectionTitle {
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    background: #eff0f1;
    margin-bottom: 10px;
  }

  .searchBox {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .searchBox form {
    display: -webkit-flex;
    display: flex;
    background: #cfe9fd;
    padding: 5px;
  }
  .searchBox form input {
    vertical-align: bottom;
  }
  .searchBox form input[type="search"] {
    -webkit-flex: 1;
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 10px;
    text-indent: 0px;
    border: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .searchBox form input[type="search"]:focus {
    outline-offset: -2px;
  }
  .searchBox form input[type="search"]::-webkit-search-decoration {
    display: none;
  }
  .searchBox form input[type="submit"] {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYmQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyOGIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #82bd00, #428b00);
    background-image: -webkit-linear-gradient(top, #82bd00, #428b00);
    background-image: linear-gradient(to bottom, #82bd00, #428b00);
    border: 0px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
  }

  .topInformation {
    margin-bottom: 10px;
  }
  .topInformation dt {
    color: #555;
    font-size: 1.5rem;
    line-height: 28px;
    border: solid #e7e7e7;
    border-width: 1px 0px;
    background: #f7f7f7;
    padding: 0px 10px;
    text-align: center;
  }
  .topInformation dd {
    font-size: 1.3rem;
    padding: 10px 10px 0px;
    color: #666;
  }

  .categoryJump {
    padding: 0px 10px;
  }
  .categoryJump li {
    margin-bottom: 10px;
  }
  .categoryJump li a {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0173bf;
    background: #e9f5ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .categoryJump li a:hover {
    color: #ababab;
    background: #eff0f1;
  }

  #articleWrap .detail img {
    width: 260px;
    margin: 0 auto;
  }

  .promoted-articles h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 28px;
    border: solid #81b1cc;
    border-width: 1px 0px;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZTlmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #ffffff, #d8e9f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #d8e9f6);
    background-image: linear-gradient(to bottom, #ffffff, #d8e9f6);
  }
  .promoted-articles ul {
    border-bottom: 1px solid #81b1cc;
  }
  .promoted-articles ul li {
    border-bottom: 1px dotted #81b1cc;
  }
  .promoted-articles ul li:last-child {
    border-bottom: 0px;
  }
  .promoted-articles ul li a {
    display: block;
    color: #0173bf;
    font-size: 1.2rem;
    padding: 12px 5px 12px 35px;
    background: url("/hc/theming_assets/01HZH08B3GNCHJGR8VX66TPPZT") no-repeat 10px 12px;
  }

  #articleInquiry {
    padding: 0px 20px;
    margin-top: -20px;
  }
  #articleInquiry > a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 3px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYmQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyOGIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #82bd00, #428b00);
    background-image: -webkit-linear-gradient(top, #82bd00, #428b00);
    background-image: linear-gradient(to bottom, #82bd00, #428b00);
    border: 0px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
  }

  .article-vote {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 10px;
    text-align: center;
  }
  .article-vote .article-vote-question {
    display: block;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .article-vote .article-vote-controls a {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
  }
  .article-vote .article-vote-controls a.article-vote-up:before {
    content: "はい";
  }
  .article-vote .article-vote-controls a.article-vote-down:before {
    content: "いいえ";
  }
  .article-vote .article-vote-count {
    display: none;
  }

  .pagination {
    text-align: center;
    padding: 20px 0px 10px;
  }
  .pagination ul {
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
  .pagination ul li {
    display: none;
  }
  .pagination ul li.pagination-prev, .pagination ul li.pagination-next {
    display: block;
    width: 100px;
  }
  .pagination ul li.pagination-prev a, .pagination ul li.pagination-next a {
    display: block;
    color: #fff;
    background-color: #0173bf;
    padding: 3px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .pagination ul li.pagination-prev {
    float: left;
  }
  .pagination ul li.pagination-prev a:after {
    content: "前へ";
    margin-left: 5px;
    letter-spacing: 3px;
  }
  .pagination ul li.pagination-next {
    float: right;
  }
  .pagination ul li.pagination-next a:before {
    content: "次へ";
    margin-right: 5px;
    letter-spacing: 3px;
  }

  #footer {
    text-align: center;
    padding-bottom: 20px;
  }
  #footer ul {
    display: none;
    /*
    @include display-flex;
    @include flex-flow(row wrap);
    border-top: 1px solid #ccc;
    li {
    	width: 50%;
    	text-align: left;
    	border-bottom: 1px solid #ccc;
    	@include box-sizing;
    	&:nth-child(2n) {
    		 border-left: 1px solid #ccc;
    	}
    	a {
    		display: block;
    		font-size: 1.1rem;
    		color: #666;
    		padding: 7px 5px;
    		@include box-sizing;
    	}
    }
    */
  }
  #footer p {
    color: #666;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .notification.notification-lock,
  #manager-widget {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  header #header {
    background: url("/hc/theming_assets/01HZH08AR5XJBP9M9JDJV24GNJ") repeat-x 0 0;
    height: 82px;
  }
  header #header .headerWrap {
    width: 900px;
    padding-top: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }

  #headerImg {
    position: relative;
    width: 900px;
    height: 140px;
    background: url("/hc/theming_assets/01HZH089WCCNY7E99HHTV1MHWY") no-repeat 0 0;
    margin: 20px auto 0;
  }
  #headerImg img {
    display: none;
  }
  #headerImg p {
    position: absolute;
    top: 80px;
    left: 40px;
    color: #666;
    line-height: 1.6;
  }

  #container {
    width: 900px;
    margin: 0 auto;
    padding: 20px 0px 30px;
    overflow: hidden;
    *zoom: 1;
  }
  #container #main {
    float: left;
    width: 685px;
  }
  #container #aside {
    float: right;
    width: 200px;
  }

  #breadCrumbsWrap {
    margin-bottom: 25px;
  }

  .breadcrumbs {
    font-size: 1rem;
    padding: 5px 10px;
  }
  .breadcrumbs li {
    display: inline-block;
    padding-right: 8px;
    /*
    &:nth-of-type(2) {
    	display: none;
    }
    */
  }
  .breadcrumbs li a {
    color: #0173bf;
  }
  .breadcrumbs li:after {
    content: "＞";
    margin-left: 10px;
  }
  .breadcrumbs li:last-child:after {
    content: "";
  }

  h1#sectionTitle {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px;
    background: #eff0f1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .searchBox {
    background: #cfe9fd;
    padding: 15px 20px;
    margin-bottom: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .searchBox input {
    vertical-align: bottom;
  }
  .searchBox input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 535px;
    padding: 0px 10px;
    text-indent: 0px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .searchBox input[type="search"]:focus {
    outline-offset: -2px;
  }
  .searchBox input[type="search"]::-webkit-search-decoration {
    display: none;
  }
  .searchBox input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 3px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYmQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyOGIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #82bd00, #428b00);
    background-image: -webkit-linear-gradient(top, #82bd00, #428b00);
    background-image: linear-gradient(to bottom, #82bd00, #428b00);
    border: 0px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
  }

  .topInformation {
    margin-bottom: 50px;
  }
  .topInformation dt {
    color: #555;
    line-height: 28px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
    padding: 0px 15px;
  }
  .topInformation dd {
    padding: 10px 0px 0px;
    color: #666;
  }

  .categoryJump li {
    margin-bottom: 20px;
  }
  .categoryJump li a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #0173bf;
    background: #e9f5ff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .categoryJump li a:hover {
    color: #ababab;
    background: #eff0f1;
  }

  .promoted-articles h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 28px;
    border: 1px solid #81b1cc;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZTlmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #ffffff, #d8e9f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #d8e9f6);
    background-image: linear-gradient(to bottom, #ffffff, #d8e9f6);
  }
  .promoted-articles ul {
    border: solid #81b1cc;
    border-width: 0px 1px 1px;
  }
  .promoted-articles ul li {
    border-bottom: 1px dotted #81b1cc;
  }
  .promoted-articles ul li:last-child {
    border-bottom: 0px;
  }
  .promoted-articles ul li a {
    display: block;
    color: #0173bf;
    font-size: 1.2rem;
    padding: 7px 5px 7px 25px;
    background: url("/hc/theming_assets/01HZH08B3GNCHJGR8VX66TPPZT") no-repeat 5px 7px;
  }

  #articleInquiry {
    text-align: center;
  }
  #articleInquiry > a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 3px;
    width: 240px;
    height: 50px;
    line-height: 50px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYmQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyOGIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #82bd00, #428b00);
    background-image: -webkit-linear-gradient(top, #82bd00, #428b00);
    background-image: linear-gradient(to bottom, #82bd00, #428b00);
    border: 0px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
  }

  .article-vote {
    padding: 13px 23px;
    border: 2px solid #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    *zoom: 1;
  }
  .article-vote .article-vote-question {
    display: block;
    float: left;
    color: #666;
    font-size: 1.6rem;
    line-height: 42px;
    font-weight: bold;
  }
  .article-vote .article-vote-controls {
    float: right;
  }
  .article-vote .article-vote-controls a {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
  }
  .article-vote .article-vote-controls a.article-vote-up:before {
    content: "はい";
  }
  .article-vote .article-vote-controls a.article-vote-down:before {
    content: "いいえ";
  }
  .article-vote .article-vote-count {
    display: none;
  }

  .pagination {
    border: solid #cfe2f1;
    border-width: 1px 0px;
    background: url(http://yyc.co.jp/img/pagenate_bg.gif) repeat-x 0 bottom;
    text-align: center;
    margin-top: 20px;
  }
  .pagination ul {
    padding: 10px 0;
  }
  .pagination ul li,
  .pagination ul li a,
  .pagination ul li span {
    display: inline-block;
  }
  .pagination ul li {
    margin: 0px 5px;
  }
  .pagination ul li a,
  .pagination ul li span {
    color: #0173bf;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .pagination ul .pagination-current span {
    color: #fff;
    background: #83a836;
    border: 1px solid #97bb3f;
  }
  .pagination .pagination-first,
  .pagination .pagination-prev,
  .pagination .pagination-next,
  .pagination .pagination-last {
    display: none;
  }

  #footer {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-bottom: 20px;
  }
  #footer ul {
    width: 900px;
    margin: 20px auto 40px;
  }
  #footer ul li {
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
  }
  #footer ul li a {
    color: #666;
  }
  #footer ul li:after {
    content: "|";
    padding: 0px 10px;
  }
  #footer ul li:last-child:after {
    content: "";
  }
  #footer p {
    color: #666;
    font-size: 1.2rem;
  }
}

/*
 * new_request_page.hbsのスタイル
 */

/* 問い合わせフォームの全体スタイル */
.new_request_form {
  width: 320px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
}

/* 問い合わせフォームのラベル */
.new_request_form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 10px 10px 0;
}

/* 件名テキストフィールド, 説明テキストエリア */
.new_request_form input[type="text"],
.new_request_form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* 説明 */
.new_request_form textarea {
  height: 160px;
}

/* 送信ボタン上部の補足テキスト */
.new_request_form p#request_description_hint {
	margin-top: 20px;  
}

/* 送信ボタン */
.new_request_form input[type="submit"] {
  width: 100%;
  background-color: #2767A7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
}
