@charset "utf-8";

/*
Theme Name: アフィリエイトテンプレートCommit
*/

/* Bootstrap Grid
@media(max-width:767px){}
@media(max-width:991px){}
@media(max-width:1200px){}

Color1: #ce1b28
Color2: #fae8e9

*/

/* reset
++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
	-webkit-appearance: none;
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
img { vertical-align: middle; max-width: 100%; height: auto; }
.thumbnail {
	border: none;
	background: none;
}
.navbar {
	margin-bottom: 0;
	background: none;
	border: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}
.navbar-brand { 
	height: auto;
}

@media(max-width:767px){
input, select, textarea {
	-webkit-appearance: none;
}
}

/* add class */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.row-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap:nowrap;
}
@media(max-width:767px){
.row-height {
  display: block;
}
}
@media(max-width:767px){
.row-tablet > [class*='col-'] {
  max-width: 640px;
  margin: 0 auto;
}
}
@media(max-width:640px){
.row-tablet > [class*='col-'] {
  max-width: 500px;
  margin: 0 auto;
}
}
@media(max-width:480px){
.row-tablet > [class*='col-'] {
  max-width: 420px;
  margin: 0 auto;
}
}

.table {
  display: table;
  width: 100%;
  margin: 0;
}
.table.fixed {
  table-layout: fixed;
}
.table > * {
  display: table-cell;
}
.table.vt > * {
  vertical-align: top;
}
.table.vm > * {
  vertical-align: middle;
}
.table.vb > * {
  vertical-align: bottom;
}
.rowline > * {
  display: inline-block;
}
.rowline.vt > * {
  vertical-align: top;
}
.rowline.vm > * {
  vertical-align: middle;
}
.rowline.vb > * {
  vertical-align: bottom;
}
.dl-table {
  display: table;
}
.dl-table dl {
  display: table-row;
}
.dl-table dl dd,
.dl-table dl dt {
  padding: 5px;
  display: table-cell;
}


/* common
++++++++*/

body {
	font-family: 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 
		'ＭＳ Ｐゴシック', sans-serif;
  background: #f8f8f8;
}

.container {
	max-width: 1200px;
}
@media(min-width:768px){
.container {
	width: 1200px;
}
}

@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%; 
	width: 100%;
	font-size: 14px !important;
}
}

/* margin */
.mt0 { margin-top: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/* btn */

/* typo */
h1, h2, h3, h4, h5, h6, h7 {
	font-size: inherit;
	line-height: 1.5;
}
p, dl, dt, dd, ol, ul, li, table, th, td {
	font-size: inherit;
	line-height: 1.75;
}
@media(max-width:767px){
h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, table, th, td {
}
}

/* title */

/* text */
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.fc_red {
	color: #FF0004;
}

/* link */
a:focus,
a:hover,
a { color: inherit; }
a:focus,
a:hover { text-decoration: none; }
a.text-underline { text-decoration: underline; }
b > a:hover,
b > a,
td > a,
p > a:hover,
p > a { color: #ce1b28; text-decoration: underline; }
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* box */


/* wordpress
++++++++*/

#breadcrumb {
  font-size: 11px;
  margin: 2em 0 0;
  padding: 1em 1.25em;
  border: 1px solid #eeeeee;
  color: #555555 !important;
}
#breadcrumb a {
  text-decoration: underline;
}
/* pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  	margin-bottom: 15px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: inline-block;
	padding: 10px 15px !important;
	border: 1px solid #222222 !important;
	color: #222222;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #222222 !important;
	background: #222222;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

/* sns */
ul.snsbox {
  margin: 2em 0;
  height: 25px;
  overflow: hidden;
}
ul.snsbox li {
	display: inline-block;
	vertical-align: top;
  margin-right: .5em;
}
ul.snsbox li.fb {
	width: 85px;
}

/* article */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}
blockquote {
  background: #f8f8f8;
  color: #777777;
  border-left: none;
  padding: 1em 2em;
  margin: 2em 0;
  font-size: 100%;
}
blockquote p {
  margin-bottom: 1em !important;
  word-break: break-all;
  font-size: 100%;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}

.box_text {
}

/* header
++++++++*/

#header {
  padding: 1em 0;
  background: #ffffff;
}
#header .logo,
#header .logo img {
  width: 39px;
}
#header .title {
  padding-left: 1em;
  font-size: 12px;
  color: #555555;
}

@media(max-width:767px){
#header .bnr {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header .bnr img {
  width: 100%;
  height: auto;
}
}

/* contents
++++++++*/
section {}

.kv {
  padding: 0 0 0;
}
.kv h2 {
  text-align: center;
}

@media(max-width:767px){
.kv {
  padding: 0 0 0;
}
.kv h2 {
  text-align: center;
  margin-bottom: 0;
}
}

/* ranking */
.ranking .item {
	margin-bottom: 40px;
}
.ranking .item h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.ranking .item.rank_3 h3,
.ranking .item.rank_2 h3,
.ranking .item.rank_1 h3 {
	padding-left: 70px;
}
.ranking .item.rank_3 h3::before,
.ranking .item.rank_2 h3::before,
.ranking .item.rank_1 h3::before {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: -5px;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(assets/images/common/img_rank_1.png) no-repeat center;
	background-size: 100% auto;
}
.ranking .item.rank_2 h3::before {
	background: url(assets/images/common/img_rank_2.png) no-repeat center;
	background-size: 100% auto;
}
.ranking .item.rank_3 h3::before {
	background: url(assets/images/common/img_rank_3.png) no-repeat center;
	background-size: 100% auto;
}
.ranking .infomation {
	display: table;
	margin-bottom: 1em;
}
.ranking .infomation > * {
	display: table-cell;
	vertical-align: top;	
}
.ranking .infomation .image {
	width: 300px;
}
.ranking .infomation .text {
	padding-left: 20px;
}
.ranking .infomation p {
	margin-bottom: 1em;
}
.ranking table {
	table-layout: fixed;
}
.ranking .btns {
	text-align: center;
}
.ranking .btns li {
	display: inline-block;
	margin-right: 20px;
}
.ranking .btns li:last-child {
	margin-right: 0;
}
.page .ranking table tr th,
.page .ranking table tr td {
	border: 1px solid #cccccc;
}
.page .ranking table tr th {
	background: #ebebeb;
	color: inherit;
	text-align: center;
	font-weight: bold;
}

@media(max-width:767px){
.ranking .infomation > *,
.ranking .infomation {
	display: block;
}
.ranking .infomation .image {
	width: 100%;
	margin-bottom: 1em;
}
.ranking .infomation .text {
	padding-left: 0;
}
.page .ranking table tr th {
	white-space: normal;
}
.page .ranking table tr th,
.page .ranking table tr td {
	font-size: 2.5vw;
	padding: .25em .45em;
}
.ranking .btns li {
	margin-right: 10px;
  max-width: 150px;
}
}

/* btn */
.box_btn button,
.box_btn input,
.box_btn a {
  background: #cccccc;
  border: none;
  padding: 1em 1.5em;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px;
}
.box_btn.brown a,
.box_btn.brown button {
  background: #a07c3c;
  color: #ffffff;
  border: 3px solid #a07c3c;
}
.box_btn.brown:hover a,
.box_btn.brown:hover button {
  background: #ffffff;
  color: #a07c3c;
  border: 3px solid #a07c3c;
}
.box_btn.brown.search:hover a,
.box_btn.brown.search:hover button {
  background: #a07c3c;
  color: #ffffff;
  border: 3px solid #a07c3c;  
}

#contents #main,
#contents #sidebar {
  margin-top: 4em;
  margin-bottom: 4em;  
}

#main {
  background: #ffffff;
  padding: 60px;
  border-radius: 5px;
}
#sidebar {
  padding-left: 35px;
}
#sidebar aside {
  background: none;
  padding: 0 20px;
  border-radius: 5px;
}
@media(max-width:767px){
#contents #main,
#contents #sidebar {
  margin-top: 3em;
  margin-bottom: 3em;  
}
#contents #main {
  margin-top: 1.5em;
  padding: 1em;
}
#sidebar {
  padding-left: 0;
  padding-right: 0;
}
#sidebar aside {
  padding: 0;
}
}

#contents #main section {
  margin-top: 6em;
}
#contents #main section:first-child {
  margin-top: 0;
}

@media(max-width:767px){
#contents #main section {
  margin-top: 4em;
}
}

/* detail */
.detail .eyecatch {
  margin: 2em 0;
}
.detail .eyecatch img {
  width: 100%;
}
.detail .eyecatch small {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #ce1b28;
  margin: .5em 0 0;
}
.detail *:last-child {
  margin-bottom: 0;
}
.detail h2 {
  min-height: 40px;
  background: #fae8e9;
  color: #ce1b28;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 140%;
}
.detail h2 i {
  display: inline-block;
  min-height: 40px;
  padding: 10px;
  background: #ce1b28;
  margin-right: 10px;
}
.detail h2 i img {
  width: 30px;
}
.detail h3 {
  margin: 3em 0 1.5em;
  background: #ce1b28;
  padding: .35em 1em .25em;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}
.page h2 + h3 {
  margin-top: 0;
}
.detail p img.pull-left {
  margin: 0 2em 0 0;
}
.detail p img.pull-right {
  margin: 0 0 0 2em;
}
.detail .sale {
  margin-bottom: 2em;
}
.detail .sale h3 {
  margin-top: 0;
}
.detail .sale h4 {
  margin-top: 0;
}
.detail .sale {
  background: #fae8e9;
  padding: 2em;
  border-radius: 5px;
}
.detail .sale p:last-child {
  margin-bottom: 0;
}
.detail h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 1.5em 0 .5em;
  color: #ce1b28;
  line-height: 1.75;
}
.detail p {
  font-size: 100%;
  margin-bottom: 2em;
  line-height: 2;
}
.detail .info {
  margin-top: 6em;
}
.detail .info table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2em;
  border-bottom: 1px solid #fae8e9;
  border-left: 1px solid #fae8e9;
}
.detail .info table tr th,
.detail .info table tr td {
  text-align: center;
  padding: .25em;
}
.detail .info table tr td.review a {
  width: 35px;
  height: 35px;
  font-weight: bold;
  line-height: 27px;
  font-size: 85%;
  background: url(assets/images/common/icon_review.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
}
.detail .info table tr th {
  background: #fae8e9;
  color: #ce1b28;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.detail .info table tr th.title {
}
.detail .info table tr th:last-child {
  border-right: 1px solid #fae8e9;
}
.detail .info table tr td {
  border-right: 1px solid #fae8e9;
  padding: .5em;
}
.detail .info table tr td small {
  display: block;
  color: #555555;
  font-size: 70%;
}
.detail .info table tr td small br {
  display: none;
}
.detail .info table tr td small small {
  font-size: 100%;
  display: inline;
}
.detail + .keywords ul {
  margin-left: -.5em;
}
.detail + .keywords ul li {
  margin: .5em;
}
.detail .feedpage {
  margin: 2em 0;
}

.page table {
  width: 100%;
  border-top: 1px solid #fae8e9;
  border-left: 1px solid #fae8e9;
  margin-bottom: 2em; 
}
.page table tr th,
.page table tr td {
  padding: .5em 1em;
}
.page table tr th {
  background: #fae8e9;
  color: #ce1b28;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  white-space: nowrap;
}
.page table tr td {
  border-right: 1px solid #fae8e9;
  border-bottom: 1px solid #fae8e9;
}
.page table li {
  margin: 0;
  font-size: 100%;
}
.page time {}
.detail .box_btn {
  margin-top: 2em;
  text-align: center;
}
.detail .box_btn a {
  padding: .75em 2em;
  font-size: 160%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
}
@media(max-width:767px){
.detail h2 {
  font-size: 0.7em; /* 16 / 23 */
  font-size: 5vw; /* 16 / 320 */  
}
.detail h3 {
  padding: .25em 1em .3em;
}
.detail p img.pull-right, .detail p img.pull-left {
  width: 100px;
}
.detail p img.pull-left {
  margin: 0 1em 0 0;
}
.detail p img.pull-right {
  margin: 0 0 0 1em;
}
.detail + .keywords ul {
  margin-left: -.75em;
}
.detail + .keywords ul li {
  margin: .75em;
  display: block;
}
.detail .info {
  margin-top: 4em;
}
.detail .info table tr th {
  font-size: 85%;
}
.detail .box_btn a {
  font-size: 120%;
  padding: .75em 2em;
}
}

/* page */
.page h2 {
  padding: 0;
  background: none;
  font-size: 160%;
  line-height: 1.75;
}
.page h3 {
  border-radius: 0;
  text-align: left;
  background: #ce1b28;
  color: #ffffff;
  font-size: 120%;
  padding: .5em 1em;
}
.page h3:first-child {
  margin-top: 0;
}
.page h4 {
  border-bottom: 2px solid #ce1b28;
}
.page ul,
.page ol {
  margin-bottom: 2em;
}
.page li {
  font-size: 110%;
  margin-bottom: 1em;
}
.page li:last-child {
  margin-bottom: 0;
}

#sidebar .bnr li {
  margin: 1em 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
#sidebar .bnr li:first-child {
  margin-top: 0;
}
#sidebar .bnr li::after {
  position: absolute;
  content: "";
  display: block;
  background: url(assets/images/common/icon_arrow.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 20px;
  right: 20px;
  top: 40%;
}
#sidebar .bnr li a {
  display: block;
}
#sidebar .evidence h4 {
  border-top: 1px solid #ce1b28;
  border-bottom: 1px solid #ce1b28;
  padding: .5em 0 .45em;
  font-weight: bold;
  text-align: center;
  color: #ce1b28;
  margin: 2em 0 1em;
}
#sidebar .evidence ul {
  list-style: none;
  padding-left: 0;
}
#sidebar .evidence ul.children {
  padding-left: 1em;
  margin-top: .5em;
}
#sidebar .evidence li {
  line-height: 1.5;
  margin-bottom: 1em;
}
#sidebar .evidence li a {
  text-decoration: underline;
}
#sidebar .evidence a {
  color: inherit;
}

/* footer
++++++++*/

#footer {
  text-align: center;
  background: #ce1b28;
  padding: 3em 0;
}
#footer * {
  color: #ffffff;
}
#footer .logo {
  margin-bottom: 2em;
}
#footer .logo img {
  width: 75px;
}
#footer p {
  margin-top: 1em;
}
#footer .pagetop {
  display: none;
}

@media(max-width:767px){
#footer {
  padding-bottom: 20%; 
}
#footer small {
  font-size: 65%;
}
#footer .pagetop {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 9;
  background: #eeeeee;
  text-align: center;
  width: 100%;
  border: 3px solid #ce1b28;
}
#footer .pagetop a span {
  display: inline-block;
  color: #999999;
}
}