@charset "utf-8";
/* Mobile Layout: 480px and below. */
body {
	font-family: 'Lobster', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../img/background.jpg);
}
.wrapper1, .wrapper2, .wrapper3 {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
/* Typography
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, img {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
h1 a, h1 a:visited {
	color: #FFF;
}
h1 a:hover {
	color: #f60;
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}
header {
	background-image: -webkit-linear-gradient(270deg, rgba(0,118,17,1.00) 86.53%, rgba(0,41,4,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,118,17,1.00) 86.53%, rgba(0,41,4,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,118,17,1.00) 86.53%, rgba(0,41,4,1.00) 100%);
}
.glonav {
	display: none;
}
/* Top image
---------------------------------------------------- */
#top {
	position: relative;
}
#catchcopy {
	position: absolute;
	top: 10px;
	left: 2%;
	width: 96%;
}
#title {
	font-size: 1.375em;/* 22px */
	color: #FF0000;
	font-weight: bold;
	/*text-shadow: 1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, 3px 3px 5px #333;*/
	text-shadow: 1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF,  1px 1px 0px #EEE, 2px 2px 0px #AAA, 3px 3px 0px #777, 4px 4px 0px #555, 5px 5px 0px #333, 8px 8px 8px #000;
}
#note {
	display: none;
}
#note {
	font-size: 1em;/* 16px */
	color: #FFF;
	text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 0px 0px 8px #000;
	font-weight: bold;/*text-align: right;*/
}
#note a {
	color: #FFF;
}
#note a:hover {
	color: #f60;
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}
/* Main contents
---------------------------------------------------- */
main .entryTitle {
	margin-bottom: 10px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 40px;
	border-top-left-radius: 6px;
	/*border-bottom: 5px solid #FF4700;*/
	margin-left: -30px;
	margin-top: 10px;
	padding-left: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: rgba(255,255,115,0.59);
	position: relative;
}
h2 {
	font-size: 1.5em;/* 24px */
	border-bottom: 1px dotted #999;
	padding: 17px 0px 10px 2em;
	text-shadow: 1px 1px 0 #FFF;
}
main .entryTitle:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #333;
}
main .entryTitle:after {
	left: 0;
	border-right: 10px solid #333;
}
h2:before {
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #E01518;
	top: 0em;
	left: 0.5em;
	height: 12px;
	width: 12px;
}
h2:after {
	content: "□";
	font-size: 100%;
	position: absolute;
	color: #B92A2C;
	top: 1em;
	left: 1.5em;
	height: 12px;
	width: 12px;
}
main h3,
main h4 {
	font-size: 1.375em;/* 22px */
	margin-bottom: 0.2em;
	line-height: 1.4;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	text-shadow: -webkit-2px 2px 3px #999;
	text-shadow: -moz-2px 2px 3px #999;
	text-shadow: 2px 2px 3px #999;
	color: #333;
}
.subTitle {
	font-size: 1.125em;/* 18px */
	padding: 12px 0px 5px 10px;
	text-shadow: 1px 1px 0 #FFF;
}
.text p {
	line-height: 1.7;
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.outlinebox {
	/*border-radius: 3px;*/
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-bottom: 15px;*/
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: rgba(255,255,255,0.80);
}
.text li:before {
	content: "※";
	font-size: 120%;
	color: #E01518;
	top: 0em;
	left: 0.5em;
	height: 12px;
	width: 12px;
}/* Aside
---------------------------------------------------- */
.side-1 {
/*background: #0969BD;*/
}
.side-2 {
/*background: #0A3DC7;*/
}
aside {
/*color: #FFF;*/
}
aside a {
	font-size: .875em;/* 14px *//*color: #FFF;*/
}
aside ul ul li {
	background-image: url(../img/sitemap-listmark.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 0 .5em;
}
aside ul li {
	padding-left: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rank1 {
	background-image: url(../img/1.gif);
	background-repeat: no-repeat;
}
.rank2 {
	background-image: url(../img/2.gif);
	background-repeat: no-repeat;
}
.rank3 {
	background-image: url(../img/3.gif);
	background-repeat: no-repeat;
}
.rank4 {
	background-image: url(../img/4.gif);
	background-repeat: no-repeat;
}
.sidenav {
	padding-top: 5px;
}
#sidebar {
	margin-top: 15px;
}
aside h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/*#sidebar h4 {
	font-weight: bold;
	font-size: 14px;
}*/
#sidebar li {
	border-top: 1px solid #ccc;
	box-shadow: -webkit-inset 0 1px 0 #999;
	box-shadow: -moz-inset 0 1px 0 #999;
	box-shadow: inset 0 1px 0 #fff;
}
/*aside li a {
	display: block;
	color: #00F;
	padding: 20px 20px 15px 20px;
}*/
#sidebar li a .text {
	font-size: .75em;/* 12px */
	line-height: 1.5;
	margin-bottom: 0;
}
aside li a {
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}
aside li a:hover {
	color: #0A3DC7;
	background: #fff;
}
/* Footer
---------------------------------------------------- */
footer {
	background-color: #005227;
	color: #FFF;
}
footer h3 {
	font-size: 1em;/* 16px */
	border-bottom: 1px dotted #999;
	display: inline;
}
footer h4 {
	font-size: .875em;/* 14px */
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #F96;
}
footer a, footer a:visited {
	color: #FFF;
}
footer a:hover {
	color: #f60;
}
footer .copyright {
	text-align: center;
	padding: 10px 5px;
	background: rgba(255,255,255,0.15);
}
#footer {
	padding: 10px 10px;
	font-size: 12px;
}
#footer nav .gNav a span {
	margin-left: 1em;
	font-weight: bold;
}
.column-2, .column-3 {
	border-top: 1px solid #CCC;
	padding-left: 0px;
	padding-top: 10px;
}
.column-1, .column-2 {
	padding-bottom: 10px;
}
/* 位置・広告・画像サイズ
-----------------------------------------------------------------------*/
.img10, .img20, .img30, .img40, .img90 {
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.20);
	height: auto;/*縦横比を正常にする*/
}
.img10 {
	max-width: 10%;
	padding: 1%;
}
.img20 {
	max-width: 30%;
	padding: 1%;
}
.img30 {
	max-width: 30%;
	padding: 1%;
}
.img40 {
	max-width: 40%;
	padding: 1%;
}
.img90 {
	max-width: 90%;
	padding: 1%;
}
.alignright {
	float: right;
	margin-bottom: 0.6em;
	margin-left: 2%;
}
.alignleft {
	float: left;
	margin-bottom: 0.6em;
	margin-right: 2%;
}
.aligncenter {
	margin-bottom: 0.6em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.gotoCenter {
	font-size: 1.125em;/* 18px */
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.gotoRight {
	font-size: 1.125em;/* 18px */
	text-align: right;
	font-weight: bold;
	margin-bottom: 20px;
}
.adR {
	display: none;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.red {
	font-size: 1em;/* 16px */
	color: #FF0000;
}
.mark {
	font-weight: normal;
	background-color: #FFFF00;
	padding: 2px;
}
.red16 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.red18 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.blue {
	font-size: 16px;
	color: #0000FF;
}
.font18 {
	font-size: 18px;
	font-weight: bold;
}
.update {
	text-align: right;
	font-size: .625em;/* 10px */
}
#pageTop {
	width: 100%;
}
#pageTop a {
	display: block;
	padding: 10px 10px 10px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFF;
	background-color: rgba(142,142,142,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width: 98%;
	padding: 0;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #C00;
}
.hikakutbl td {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
}
td.hikakutxt {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
}
.imgtitle1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.imgtitle {
	margin: 5px 0px 2px 5px;
	font-weight: bold;
	color: #0080c0;
	font-size: 14px;
}
.imghikaku {
	margin: 0px 10px 10px 10px;
	padding-top: 5px;
}
td.no01 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(../img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no02 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(../img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no03 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(../img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no04 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(../img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no05 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(../img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
/*
ボタン
-------------------------------------------------------------------*/
.btnView {
	width: 80%;
	margin: 10px auto 30px;
	background: #85B200;
	background: -moz-linear-gradient(50% 0% -90deg, rgb(163,217,0) 0%, rgb(133,178,0) 100%);
	background: -webkit-linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(133,178,0) 100%);
	background: -ms-linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(133,178,0) 100%);
	background: linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(133,178,0) 100%);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 7px 0px rgb(105,140,0);
	-webkit-box-shadow: 0px 7px 0px rgb(105,140,0);
	box-shadow: 0px 7px 0px rgb(105,140,0);
}
.btnView:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow: 0 4px 0px rgb(105,140,0);
	-webkit-box-shadow: 0px 4px 0px rgb(105,140,0);
	box-shadow: 0px 4px 0px rgb(105,140,0);
}
.btnView a {
	font-size: 1.125em;/* 18px */
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);/*white-space: pre;*/
}
.link-kuchikomi1 a {
	width: 80%;
	display: block;
	text-align: center;
	margin-top: 20px;
	border-radius: 13px;
	background-color: #59B200;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
}
.link-kuchikomi1 a:hover {
	background-color: #007FFF;
}
.link-kuchikomi {
	margin: 0;
	text-indent: -9999px;
}
.link-kuchikomi a {
	overflow: hidden;
	display: block;
	width: 120px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/kochira21.jpg);
	text-indent: -9999px;
	margin-left: 145px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.link-kuchikomi a:hover {
	width: 120px;
	height: 16px;
	background-position: 0 -16px;
	text-decoration: none;
}

@media only screen and (min-width: 481px) {
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	text-align: left;
	text-shadow: 2px 2px 0px #3b3b3b, 3px 3px 0px #616161;
}
#catchcopy {
	top: 25px;
	width: 70%;
}
#title {
	font-size: 2em;/* 32px */
	/*letter-spacing: .1em;*/
	margin-bottom: 0.5em;
}
#note {
	display: block;
}
#note {
	font-size: 1.25em;/* 20px */
}
.glonav {
	display: -webkit-flex;
	display: flex;
}
.glonav li:first-child {
	margin-right: auto;
}
.glonav a {
	margin: 10px;
	border-radius: 5px;
	background: #60B99A;
	color: #fff;
	display: block;
	padding: 10px 15px;
}
.glonav .home {
	background: #4584b1;
}
/*aside {
	display: -webkit-flex;
	display: flex;
}
.side-1, .side-2 {
	flex: 1;
}*/
.img20 {
	max-width: 20%;
	padding: 1%;
}
.btnView {
	width: 60%;
}
.btnView a {
/*white-space: nowrap;*/
}
#pageTop {
	position: fixed;
	display: none;
	bottom: 10px;
	right: 10px;
	width: 6em;
}
#pageTop a {
	background-color: rgba(142,142,142,0.5);
}
}

@media only screen and (min-width: 769px) {
/* 1column */
.wrapper1 {
	width: 88.5%;
	max-width: 800px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* 2column */
.wrapper2 {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* 3column */
.wrapper3 {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#glonav {
display: block;
}
#main {
	display: -webkit-flex;
	display: flex;
}
main {
	-webkit-flex: 1.5;
	flex: 2;
}
aside {
	-webkit-flex: 1;
	flex: 1;
}
#title {
	font-size: 2.5em;/* 40px */
}
#note {
	font-size: 1.625em;/* 26px */
}
#footer {
	display: -webkit-flex;
	display: flex;
}
.column-1, .column-2, .column-3 {
	flex: 1;
}
#footer nav {
	border-left: 1px solid #333;
	padding-left: 2%;
}
.column-2, .column-3 {
	border-top: none;
	padding-top: 0;
}
.column-1, .column-2 {
	padding-bottom: 0;
}
}
