/* --- 初期値 --- */
* {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
img {
	max-width:100%;
}
a img {
	border:none;
}
a:hover {
	color:#ff7500;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
table {
	border-collapse:collapse;
	border:0px;
}
table tr td {
	padding:0px;
	word-break: break-all;
}

/* --- レイアウト構成 --- */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
}
body > #container { 
	height:auto;
}
#container {
	margin:0px auto 0 auto;
	height:100%;
	min-height:100%;
	position: relative;
}
#container div:first-of-type:after {
	width:260px;
	height:200px;
	position: absolute;
	content:'';
	background:url('header_img.png') no-repeat top right;
	top:1.3vh;
	left:50%;
	margin-left:214px;
}
.inner {
	width:960px;
	padding:0 0px;
	margin:0 auto;
}

/* --- ヘッダー --- */
header {
	width:100%;
}
#logo {
	width:100%;
	background:url('footer_bg.png');

}
#logo_bg {
	background:url('header_bg_img.png') no-repeat 60% top;
	padding:1.5em 0 1.5em;
}
#logo_bg a {
	text-align:left;
	display:block;
}

header h1 {	
	margin:0 auto;
	font-size:0.8em;
	font-weight:normal;
	color:#fff;
	padding:0.5em 0 0 0;
	text-align:left;
}

.breadcrumb {
	margin:1em 0 0 0.5em;
	font-size:0.8em;
	text-align:left;
}
.breadcrumb span {
	padding:0 0.5em;
}
.breadcrumb a {
	text-decoration:none;
}

/* --- ナビゲーション --- */
.nav_bg {
	width:100%;
	background:#000000;
	text-align:left;
}
nav {
}
nav ul {
	width:70%;
	margin:0 auto 0 0;
	display: flex;
	align-items: center; 

}
nav li {
	border-right:1px solid #565656;
	padding:0 0em;
}
nav li:first-child {
	border-left:1px solid #565656;
}
nav li a {
	display: flex;
	align-items: center; 
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:1em 1em;
}
nav li a span {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #fff;
}
nav li a:hover {
	background-color:#00539d;
	color:#fff;
}
nav .nav_hover {
	background-color:#00539d;
	color:#fff;
}

/* --- メイン --- */
#main {
	height:auto;
	padding-bottom:80px;
}

/* --- コンテンツ --- */
#contents {
	width:100%;
	margin:0 auto 1em;
	display: flex;
	justify-content:space-between;
}
#contents_left {
	width:71%;
	padding-right:2em;
}
#contents_right {
	width:28%;
}

#breadcrumbs {
	margin:1em 0;
}
#breadcrumbs li {
	float:left;
	font-size:0.8em;
	margin-left:0.5em
}
#breadcrumbs li a {
	text-decoration:none;
	padding-right:0.5em
}

/* --- トップページ --- */
.page_icon {
	color:#00539d;
	padding-left:0px;
	margin:0em 0 1.5em;
	background-size:26px;
}
.page_icon h2 {
	font-size:1.6em;
	font-weight:bold;
	background:url('line1.gif') repeat-x center bottom;
	text-align:left;
	padding:0.5em 0 0.5em 0px;
	margin:1em 0 0 0;
}

.site_about img {
	margin:2em 0 0 0;
}
.site_about h2 {
	font-size:1.5em;
	text-align:left;
	margin:1.5em 0 1em;
	color:#00539d;
}
.site_about p {
	text-align:left;
	font-size:1em;
	line-height:1.4em;
	text-indent:1em;
	margin-bottom:1em;
}
.site_about p span {
	font-weight:bold;
	font-size:1.3em;
}
.index_list {
	width:98%;
	margin:2em auto 2em;
}
.index_list ul li {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:url('mark2.png') 15px center no-repeat #f4f4f4;
	border:1px solid #ccc;
	margin:0 0 1em 0;
	padding:1em 1em 1em 30px;
	text-align:left;
	line-height:1.5em;
}
.index_list ul li a {
	padding:0 0 0 0px;
	text-decoration:none;

}
.index_list ul li span {
	display:block;
	font-size:0.8em;
}


/* --- サブページ共通 --- */
.page_body {
	margin:0em 0 0 0;
}
.page_body .h3_type1 {
	background:url('mark1.png') no-repeat 10px center #e8f4ff;
	padding:1em 0 1em 36px;
	text-align:left;
	font-size:1em;
	margin:3em 0 1.5em 0;
}
.page_body h4 {
	text-align:left;
}
.page_body p {
	text-align:left;
	text-indent:1em;
	margin:0 0 1.5em 0;
	line-height:1.5em;
}
.page_catch {
	margin:1em 0 1.5em 0;
}
.img {
	display:block;
	margin:0 auto 1.5em;
}
.caution {
	color:red;
}
.page_img {
	max-width:80%;
	margin:0 auto 1.5em;
}

/* --- 各ページ --- */
.page1_img {
	margin-bottom:1.5em;
}

.page2_table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:left;
	width:98%;
	margin:1.5em auto 0;
}
.page2_table th ,.page2_table td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0.8em;
	line-height:1.5em;
}
.page2_table th {
	background:#fff3e2;
	white-space: nowrap;
}
.page2_table .th_type1 {
	background:#e59728;
	color:#fff;
	text-align:center;
}

.page5_img {
	margin-bottom:2em;
}
.page5_img img {
	max-width:60%;
	border:1px solid #ccc;
	margin-bottom:0.5em;
}

.f_bold {
	font-weight:bold;
}

.page7_img {
	border:1px solid #ccc;
	margin-bottom:1.5em;
}

.bq_com {
	border:2px dotted red;
	background:#fff;
	font-weight:bold;
	color:red;
	padding:1em 1em;
	margin:0 1em 1.5em 1em;
}
.bq_com p {
	text-indent:0;
	margin:0;
	line-height:2em;
}

.page_feed ul {
	width:100%;
	margin:0 0 3em 0;
	display: flex;
	justify-content:space-between;
	text-align:center;
}
.page_feed ul li {
	width:100%;
	line-height:1.3em;
}
.page_feed ul .next a {
	padding-right:0.5em;
}
.page_feed ul .back a {
	padding-left:0.5em;
}

/* --- プライバシーポリシー --- */
.policy ul {
	text-align:left;
	list-style-type:disc;
	margin:0 1em 0 2em;
}
.policy ul li {
	margin:0 0 1em 0;
	line-height:1.5em;
}


/* --- 引用--- */
blockquote {
	background: #cbf5ff url('quote_open.gif') no-repeat 10px 10px;
	padding: 20px;
	text-align:left;
	margin:0 0 1.5em 0;
}
blockquote span {
	background: url('quote_close.gif') no-repeat bottom right;
	display: block;
	line-height:1.5em;
	color:#2d2d2d;
	padding:0 1.5em;
}
blockquote .bold {
	font-weight:bold;
	text-indent:0;
	font-size:1.2em;
}
blockquote .link {
	text-align:right;
}
blockquote p:last-child {
	margin-bottom:0;
}

/* --- アフィリエイトツール --- */
.afi_list {
	margin:0.5em auto 3em;
	width:200px;
}
.choice1 .afi_list {
	width:300px;
}
.price_check {
	background:#ffa800;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	width:100%;
}
.price_check span {
	padding:0.5em 1em;
	display:block;
}
.afi_list table {
	border-top:1px solid #ffa800;
	border-left:1px solid #ffa800;
	table-layout:fixed;
	width: 100%;
}
.afi_list table td {
	border-bottom:1px solid #ffa800;
	border-right:1px solid #ffa800;
	padding:0.3em 0;
}
.afi_list table .main_img img {
	max-height:120px;
	margin:0.5em 0;
}
.afi_list table .rakuten img {
	max-width:70%;
	margin:0 auto;
}
.afi_list table .yahoo img {
	max-width:70%;
	margin:0 auto;
}
.afi_list table .amazon img {
	max-width:70%;
	margin:0 auto;
}

/* --- 関連記事 --- */
.connect {
	margin:0 0 1.5em 1em;
	list-style-type:disc;
	text-align:left;
	padding:0 1em;
}
.connect li {
	margin:0 0 0em 0;
	line-height:1.5em;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 1em 0em;
	width: auto;
	color: #F6F6F6;
	text-align: center;
	background: #e59728;
	z-index: 0;
	font-size:1em;
	width:100%;
	margin:2em 0 2em 0;

}
.arrow:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e59728 transparent transparent transparent;
}

/* --- サイドバー --- */
#contents_right h3 {
	background:#ededed;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center;
	font-size:0.7em;
	font-weight:normal;
	padding:0.5em;
	margin:4em 0 1em 0;
}
.side_time {
	margin:0em 0 0em 0;
	text-align:left;
}
.side_time time {
	margin:1em 0 0 0;
	text-align:center;
	display:block;
}

.side_menu ul {
	text-align:left;
	margin:1.5em 0.5em 0em 1.5em;
	list-style-type:disc;
}
.side_menu ul li {
	margin-bottom:1em;
	font-size:1em;
}
.side_menu ul li a {
	text-decoration:none;
}
.side_menu ul .now {
	color: red;
}

/* --- フッター --- */
footer {
	width:100%;
	height:80px;
	margin-top:-80px;
	position:relative;
}
footer ul {
	margin:0 auto;
	height:30px;
	display: flex;
}
footer li:first-child {
	border-left:1px solid #ccc;
	margin-left:10px;
}
footer li {
	border-right:1px solid #ccc;
	font-size:0.9em;
	height:20px;
	line-height:20px;
}

footer li a {
	text-decoration:none;
	padding:0 10px;

}
#footer_outer {
	height:50px;
	width:100%;
	background:url('footer_bg.png');
}
#footer_inner {
	color:#fff;
	padding:10px 0px 0 0;
	margin:0 auto;
	text-align:right;
	font-size:0.7em;
}

/* --- アドセンス --- */
#ads_link {
	text-align:left;
	margin-top:1em;
}
#ads_bottom {
	margin:40px 0 40px;
	font-size:0.7em;
	color:#2d2d2d;
	text-align:left;
	max-width: 336px;
}

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

.clearfix {
  min-height: 1px;
}

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

/* パソコン・タブレット（横） */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#container div:first-of-type:after {
		margin-left:130px;
	}
	.inner {
		width:768px;
		padding:0;
	}
	#logo_bg a img {
		margin:0 0 0 10px;
	}
	header h1 {	
		width:60%;
		margin:0 auto 0 10px;
	}
	#contents {
		width:96%;
	}
	.index_banner {
		width:100%;
	}
	.index_banner ul li {
		width:48%;
	}
}

/* タブレット（縦）・スマホ（縦／横） */
@media only screen and (max-width: 767px) {


	#container {
	}

	#container div:first-of-type:after {
		all:initial;
	}

	header {
		width:100%;

	}
	#logo {
		width:100%;
		margin:0px auto;
		background:url('footer_bg.png');
	}
	#logo_bg {
		width:100%;
		background:url('header_img.png') no-repeat top right;
		padding:0;
		background-size:auto 26vw;
		text-align:left;
		min-height:26vw;
	}
	#logo_bg a {
		width:100%;
		margin:0 0 0 0;
		padding:0.5em 0;
	}
	#logo_bg a img {
		width:60%;
		margin:0 0 0 10px;
	}
	header h1 {	
		font-size:0.7em;
		width:60%;
		margin:0 auto 0 10px;
		padding:0px 0px 0.5em 0;
		line-height:1.4em;
	}

	.nav_bg {
		margin-bottom:1em;
	}
	nav ul {
		width:100%;

	}
	nav li:first-child {
		border-left:none;
	}
	nav li a {
		font-size:0.7em;
		line-height:1.2em;;
     	}

	.inner {
		width:100%;
		padding:0;
	}

	#contents {
		width:96%;
		margin:0 auto;
		display: block;

	}
	#contents_left {
		width:100%;
		padding:0;
	}
	#contents_right {
		width:100%;
		margin-bottom:3em;
	}

	#ads_link {
		width:100%;
		min-height:15px;
		text-align:center;
	}

	.index_banner {
		width:100%;
	}
	.index_banner ul {
		all:initial;
	}
	.index_banner ul li {
		text-align:center;
	}
	.index_banner ul li img {
		margin:0 auto;
	}

	#footer_inner {
		font-size:0.6em;
		text-align:center;
	}
}