@charset "utf-8";
/* CSS Document */
/* 横スクロールのみバージョン */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap:break-word;
}

#container {
	width: auto;
	margin: 10px;
}

#header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0ea9dc;
	padding: 5px 1px 0;
}

#logo img{
	border-style: none;
	display: block;
    margin: 0 auto;
    height: 70px;
}

h1 {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #666;
	line-height: 21px;
}

h1 a img {
	border-style: none;
}

#nav {
	margin: 20px 0;
}

#nav ul {
	background-color: #0ea9dc;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

#nav ul li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #EEE;
}

#nav ul li.last {
}

#nav ul li:first-child {
	display: none;	/*「ホーム」を非表示*/
}

#nav ul li:nth-child(even) {
	border-right: 1px solid #EEE;
	box-sizing: border-box;
}

#nav ul li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	padding: 3px;
}

#nav ul li a:hover {
	background-color: #fdbe30;
}

#sidebar {
	width: auto;
}

#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 50px;
	line-height: 53px;
	background-color: #0ea9dc;
	padding-left: 15px;
	margin: 23px 0 0 0;
	border-radius: 5px 5px 0 0;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

#sidebar ul li a.text {
	color: #333;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 0 4px 15px;
	line-height: 35px;
	font-size: 16px;
}

#sidebar ul li a.image {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 0;
	margin-bottom:25px;
	text-align: center;
}

#sidebar ul.fvlist li:first-child {
	color: #333;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

#sidebar ul.fvlist li {
	color: #333;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#sidebar ul.fvlist li span {
	color: #ff4f09;
	font-size: 16px;
	text-align: center;
}

#sidebar ul li img.not_display {
	display: none;
}

#sidebar ul li a.text:hover {
	background-color: #ffde92;
}

#sidebar ul li span.seibunkantei {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #7FC512;
	margin: 10px 0 10px 0;
	padding: 10px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

#sidebar ul li img {
	border: 1px solid #999;
}

#main-container {
	margin-bottom: 140px;
}

#content {
	margin: 0 0 80px 0;
	width: auto;
}

#footer {
	background-color: #AAA;
}
#footer-box {
	clear: both;
}
.footer-contents {
	margin: 0;
}
#footer ul {
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 0;
}
#footer ul li {
	margin-bottom: 10px;
}
.footer-ul-last {
}
#footer div p {
	color: #555;
	font-size: 25px;
	margin: 50px 0 20px 20px;
	border-left: 5px solid #555;
	padding: 5px 10px;
}
#footer a {
	color: #FFF;
	font-size: 16px;
}
#copyright {
	color: #FFF;
	text-align: center;
	margin: 60px 0 0;
	padding: 0 0 50px;
}
#footer-top {
	width: 100px;
	text-align: center;
	background-color: #AAA;
	padding: 5px 0;
	position: relative;
	top: -36px;
	float: right;
}
#footer-top a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}
#footer-top a:visited {
	color: #FFF;
}

#content p .mark {
	background-color: #F9EDC0;
}
.mark-yellow {
	background-color: #F7F975;
	padding: 0 5px;
}
.mark-orange {
	background-color: #FFD14D;
	padding: 0 5px;
}

#content p {
	line-height: 33px;
	font-size: 16px;
	margin-bottom: 28px;
}

#content p.box {
	background-color: #FFF5E2;
	padding: 10px;
	border: 1px solid #AAAAAA;
	font-size: 14px;
}

#content p.box-red {
	padding: 15px;
	color: #333;
	background: #ffebe9;
	border-left: solid 3px #ff7d6e;
}

#content p.box-green {
	padding: 15px;
	color: #333;
	background: #e5f7e5;
	border-left: solid 3px #8fd08e;
}

#content .box-with-title {
	margin: 50px auto;
	border:1px solid #66cc00;
}
#content .box-with-title .box-title {
	font-size: 18px;
	background: #66cc00;
	margin: 0 0 20px 0;
	padding: 8px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#content .box-with-title p {
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

#content p.center {
	text-align: center;
}

#content blockquote {
	line-height: 28px;
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 40px 20px 20px 20px;
	border: 1px #555 solid;
	background-color: #EEE;
	position:relative;
}

#content blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}

#content blockquote a {
	color: #00B7E5;
}

#content blockquote a:visited {
	color: #AF6AD2;
}

cite {
	font-style: italic;
	font-size: 90%;
	color: #777;
	word-break: break-all;
}

#content p .cite {
	color: #777;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}
#content p .cite a {
	color: #777;
	word-break: break-all;
	font-weight: normal;
}

h2 {
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #3CF;
	font-size: 18px;
	margin-top: 40px;
}

h2.pills {
	background: url(https://ikoma36-park.jp/images/Pills.png) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 30px;
}

h2.bottle {
	background: url(https://ikoma36-park.jp/images/Bottle.png) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 30px;
}

h2.info {
	background: url(https://ikoma36-park.jp/images/UserSetup.png) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 30px;
}

h2.shampoo {
	background: url(https://ikoma36-park.jp/images/shampoo.png) no-repeat left top;
	padding: 0 0 0 35px;
	line-height: 30px;
}

h2.yen {
	background: url(https://ikoma36-park.jp/images/yen.png) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 25px;
}

h2.edit {
	background: url(https://ikoma36-park.jp/images/Edit.png) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

h3.check {
	background: url(https://ikoma36-park.jp/images/check.png) no-repeat left center;
	padding: 10px 0 5px 40px;
}

h3.tablet {
	background: url(https://ikoma36-park.jp/images/Tablet.png) no-repeat;
	padding: 0 0 0 30px;
	line-height: 25px;
}

h3.bottle {
	background: url(https://ikoma36-park.jp/images/Bottle.png) no-repeat;
	padding: 0 0 0 30px;
	line-height: 25px;
}

h3.shop-heading {
	background: url(https://ikoma36-park.jp/images/Tablet.png) no-repeat left center;
	padding: 5px 0 0 30px;
    line-height: 30px;
    border-bottom: 1px #777 solid;
}

h3.pi {
	font-size: 16px;
	padding: 2px 2px 2px 5px;
	margin: 30px 0 5px;
	border-bottom: #C6D6DC 3px solid;
	border-left: #20A1CE 5px solid;
}

h3.rank1 {
	background: url(https://ikoma36-park.jp/images/rank1.png) no-repeat;
	font-size: 16px;
	padding: 5px 0 10px 55px;
	margin: 40px 0 10px;
	border-bottom: #C6D6DC 3px solid;
	background-size: 45px 30px;
}
h3.rank2 {
	background: url(https://ikoma36-park.jp/images/rank2.png) no-repeat;
	font-size: 16px;
	padding: 5px 0 10px 55px;
	margin: 40px 0 10px;
	border-bottom: #C6D6DC 3px solid;
	background-size: 45px 30px;
}
h3.rank3 {
	background: url(https://ikoma36-park.jp/images/rank3.png) no-repeat;
	font-size: 16px;
	padding: 5px 0 10px 55px;
	margin: 40px 0 10px;
	border-bottom: #C6D6DC 3px solid;
	background-size: 45px 30px;
}

h3 + p {
	margin-top: 0;
}

#content dl {
	margin: 30px 0 0 0;
	padding: 0;
}

#content dt {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 17px;
}

#content dt:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #00BF3F;
	border: 1px solid #00BF3F;
	border-radius: 100%;
}

#content dt a {
	color: #00B7E5;
	font-weight: bold;
}

#content dt a:visited {
	color: #AF6AD2;
}

#content dd {
	margin: 0 0 40px 0;
	padding: 0 0 0 25px;
	font-size: 16px;
	line-height: 28px;
}

#content dd a {
	color: #00B7E5;
	font-weight: bold;
}

#content dd a:visited {
	color: #AF6AD2;
}

#content dl.ikumouzai-list dd {
	overflow: hidden;
	zoom: 1;
}

#content dl.ikumouzai-list dd a:after {
	content: "\A" ;
	white-space: pre ;
}

#content dl.ikumouzai-list dd img {
	margin: 0 20px 20px 0;
	border-color: #AAA;
}

#content dl.sitemap dd {
	margin: 0 0 5px 0;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	font-size: 16px;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	list-style: none;
	position: relative;
}

#content article ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #00BF3F;
	border: 1px solid #00BF3F;
	border-radius: 100%;
}

#content ul li a {
	color: #00B7E5;
}

#content ul li a:visited {
	color: #AF6AD2;
}

#content ul.ul-border {
	padding: 25px 10px 10px;
	border: 1px solid #999;
	border-radius: 5px;
}
#content ul.ul-border li {
	line-height: 26px;
	margin: 0 0 15px;
}
#content ul.ul-border li:last-child {
	margin: 0 0 13px;
}
#content article ul.ul-border li:after {
	top: 9px;
}

.ol-basic {
	counter-reset: li;
	list-style: none;
	font-size: 16px;
	line-height: 28px;
	margin: 30px 0 40px 0;
	padding: 20px 0 0 5px;
	border-top: 1px #AAA solid;
	border-bottom: 1px #AAA solid;
}

.ol-basic > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}

.ol-basic > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background: #00BF3F;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

#content p a {
	color: #00B7E5;
	font-weight: bold;
	word-break: break-all;
}

#content p a:visited {
	color: #AF6AD2;
}

#content img.demo {
	margin-bottom: 100px;
	border-style: none;
}

#content img.coupon {
	border-style:	none;
}

#content p.movie {
	margin: 30px 0 40px 0;
}

p.movie iframe {
	width: 100%;
	border: none;
}

table.fina{
	margin-top: 20px;
	font-size: 14px;
	/*border: 1px solid #000;*/
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CDCDCD;
}

table.fina th{
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.fina td{
	padding: 5px;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #FFF;
}

table.aga {
	text-align: left;
	font-size: 14px;
	margin: 25px auto;
	background-color: #CDCDCD;
}

table.aga th {
	padding: 10px;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.aga td {
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #FFF;
}

table.aga td.mark {
	background-color: #EEE;
}

table.aga td.aga_center {
	text-align: center;
}

table.fin_generic {
	margin-top: 20px;
	font-size: 14px;
	/*border: 1px solid #000;*/
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CDCDCD;
	word-break: break-all;
}

table.fin_generic th {
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.fin_generic td {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
}

table.fin_generic td.mark {
	background-color: #EEE;
}

table.fin_generic .fin_generic_center {
	text-align: center;
}

table.minoxidil {
	margin-top: 20px;
	font-size: 14px;
	/*border: 1px solid #000;*/
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CDCDCD;
}

table.minoxidil th {
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.minoxidil td {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
}

table.minoxidil td.mark {
	background-color: #EEE;
}

table.minoxidil .minoxidil_center {
	text-align: center;
}

table.propecia {
	margin-top: 10px;
	font-size: 12px;
	/*border: 1px solid #000;*/
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CDCDCD;
}

table.propecia th {
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.propecia td {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
	text-align: center;
}

caption {
	padding: 3px 0;
}

table.wbba-sp {
	word-break: break-all;
}

#content ul.error {
	/*background-color:#F00;*/
	color:#F00;
	padding-left: 15px;
}

#breadcrumbs ol{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	line-height: 1.6em;
}

#breadcrumbs ol li:before {
	content: " >> ";
}

#breadcrumbs ol li:first-child:before {
	content:"";
}

#breadcrumbs ol li a {
	color: #00B7E5;
}

#sidebar h3.acrd.over{
	background:url("https://ikoma36-park.jp/images/over_side_item.jpg");
    cursor:pointer;
}

#sidebar h3.acrd.selected{
    cursor:default;
}

.red{
    color: red;
}
.green {
	color: #008000;
}
.orange {
	color: #ff6600;
}
.blue {
	color: #1515BB;
}
.b {
	font-weight: bold;
}
.l0 {
	font-size: 14px;
}
.l1 {
	font-size: 17px;
}
.l2 {
	font-size: 19px;
}
.l3 {
	font-size: 21px;
}
.l105em {
	font-size: 1.05em;
}
.l11em {
	font-size: 1.1em;
}
.l12em {
	font-size: 1.2em;
}
.l13em {
	font-size: 1.3em;
}
.no-border {
	border: 0 !important;
}
.no-b {
	font-weight: normal !important;
}

#content p.price_anno{
	color: green;
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0 0;
}

#content .table-footer {
	background-color: #F4FFF4;
	padding: 0 10px;
	border: 3px dotted #BBBBBB;
}

#content .table-footer p {
	font-size: 14px;
	line-height: 31px;
	margin: 15px 0 15px;
}

ul.glossary-list {
	padding: 0;
}

ul.glossary-list  li {
	margin: 0 0 10px 20px;
	list-style: square inside none;
}

ul.glossary-list a {
	color: #00B7E5;
	font-weight: bold;
}

ul.glossary-list a:visited {
	color: #AF6AD2;
}

#content img {
	max-width: 99%;
	height: auto;
}

.update {
	font-size: 15px;
	color: #666;
}
.update:before {
	content: "\A" ;
	white-space: pre ;
}

.item-image {
	margin: 40px 0;
	overflow: hidden;
	zoom: 1;
}

.item-image img {
	border: 1px solid #AAA;
	float: left;
	max-width: 99%;
	height: auto;
}

.item-image span {
	background-color: #7FC512;
	color: #FFF;
	font-size: 12px;
	line-height: 28px;
	position: relative;
	display: inline-block;
	padding: 0 12px 0 25px;
	vertical-align: middle;
	text-decoration: none;
}
.item-image span::before,
.item-image span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.item-image span::before{
	box-sizing: border-box;
	left: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
}
.item-image span::after{
	top: -1px;
	left: 10px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #7FC512;
	border-right: 2px solid #7FC512;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
.item-image span:after {
	content: "\A" ;
	white-space: pre ;
}
*/

.imgc {
	text-align: center;
}
.imgc img {
	float: none !important;
}

#content p.kuchikomi {
	margin: 0 0 30px 0;
	padding: 40px 20px 20px 20px;
	border: 1px #555 solid;
	background-color: #EEE;
	position: relative;
}

#content p.kuchikomi:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}

table.shop {
	margin: 10px 0 10px 0;
	font-size: 12px;
	background-color: #CDCDCD;
	float: left;
}

table.shop th {
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #919490;
	color: #FFF;
	width: 100px;
}

table.shop td {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 250px;
}

table.shop-info {
	margin: 20px 0 20px 0;
	font-size: 14px;
	background-color: #CDCDCD;
}

table.shop-info th {
	padding: 5px 0;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00BF3F;
	color: #FFF;
}

table.shop-info td {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
	text-align: center;
}

.shop-image {
	overflow: hidden;
	zoom: 1;
}

.shop-image img {
	margin: 10px 0 10px 0;
	border: 1px solid #CCC;
	float: left;
}

.shop-order {
	counter-reset: li;
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 28px;
	margin: 10px 0 40px 0;
}

.shop-order > li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
}

.shop-order > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background: #000;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.shop-order a {
	color: #00B7E5;
	font-weight: bold;
}

.shop-item {
	margin: 30px 0 40px 0;
}

.shop-item p {
	border: solid 1px #CCC;
	margin: 0;
	padding: 10px;
	font-size: 14px!important;
}

.shop-item span.heading {
	background-color: #00BF3F;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	line-height: 25px;
}

/*
.shop-item span:after {
	content: "\A" ;
	white-space: pre ;
}
*/

.article-arrow {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	padding: 0 0 0 25px;
	color: #000;
	vertical-align: middle;
}
.article-arrow:before,
.article-arrow:after {
	position: absolute;
	top: 9px;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
}
.article-arrow:before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #7a0;
}
.article-arrow:after{
	top: 12px;
	left: 6px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

.ref-label {
    background: #888;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 10%;
    padding: 2px 6px 1px;
    margin-right: 5px;
    vertical-align: top;
}

#content p a.button {
	background-color:#04e340;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:2px solid #02d414;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:15px 30px;
	text-decoration:none;
}
#content p a.button:hover {
	background-color:#6ae02b;
	text-decoration: underline;
}
#content p a.button:active {
	position:relative;
	top:1px;
}
#content p a.button:visited {
	color:#ffffff;
}

#content .btn_g {
	text-align: center;
	margin: 40px 0;
}
#content .btn_g a {
	background-color:#04e340;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #06b736;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:19px;
	padding:15px 15px 15px 15px;
	text-decoration:none;
	font-weight: bold;
	line-height: 28px;
}
#content .btn_g a:after {
	background: url(https://ikoma36-park.jp/images/btng-darrow-s.png) no-repeat 0 0;
	background-size: cover;
	content: "";
	width: 20px;  /* adjust to width of no-retina image */
	height: 20px; /* adjust to height of no-retina image */
	display: inline-block;
	position: relative;
	right: -6px;
	top: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
	#content .btn_g a:after{
		background-image: url(https://ikoma36-park.jp/images/btng-darrow-s@2x.png);
	}
}
#content .btn_g a:hover {
	background-color:#6ae02b;
	text-decoration: underline;
}
#content .btn_g a:active {
	position:relative;
	top:1px;
}
#content .btn_g a:visited {
	color:#ffffff;
}
#content .btn_copy {
	font-size: 14px;
	margin: 5px 0 0;
}

#content p img {
	border-color: #AAA;
}

#content .outline p {
	background-color: #7FC512;
	color: #FFF;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	vertical-align: middle;
	text-decoration: none;
}
ol.ol-outline {
	border: 3px double #999;
	margin: 0 0 70px 0;
	padding: 20px 15px 20px 35px;
	font-size: 14px;
}
ol.ol-outline li {
	padding: 4px;
}
ol.ol-outline li > ol {
	padding: 5px 10px 5px 20px;
	list-style: circle;
	margin-left: -10px;
}
ol.ol-outline a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.mb1 {
	margin-bottom: 10px!important;
}
.mb2 {
	margin-bottom: 20px!important;
}
.mb3 {
	margin-bottom: 30px!important;
}
.mb4 {
	margin-bottom: 40px!important;
}
.mb5 {
	margin-bottom: 50px!important;
}
.mb6 {
	margin-bottom: 60px!important;
}
.mb7 {
	margin-bottom: 70px!important;
}
.mb8 {
	margin-bottom: 80px!important;
}
.mb9 {
	margin-bottom: 90px!important;
}
.mb10 {
	margin-bottom: 100px!important;
}
.mb11 {
	margin-bottom: 110px!important;
}
.mb12 {
	margin-bottom: 120px!important;
}
.mt1 {
	margin-top: 10px!important;
}
.mt2 {
	margin-top: 20px!important;
}
.mt3 {
	margin-top: 30px!important;
}
.mt4 {
	margin-top: 40px!important;
}
.mt5 {
	margin-top: 50px!important;
}
.mt6 {
	margin-top: 60px!important;
}
.mt7 {
	margin-top: 70px!important;
}
.mt8 {
	margin-top: 80px!important;
}
.mt9 {
	margin-top: 90px!important;
}
.mt10 {
	margin-top: 100px!important;
}
.mt11 {
	margin-top: 110px!important;
}
.mt12 {
	margin-top: 120px!important;
}

.break-all {
	word-break: break-all;
}

#content p.category_text {
	overflow: hidden;
	zoom: 1;
}
#content p.category_text img {
	display: block;
	margin: 0 auto 20px;
	width: 50%;
	border: 1px solid #AAA;
}

img.border {
	border: 1px solid #AAA;
}

.margin-lr-none {
	margin-left: 0!important;
	margin-right: 0!important;
}

#content #related-articles p {
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #3CF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 80px;
	background: url(https://ikoma36-park.jp/images/Edit.png) no-repeat left center;
	padding: 5px 0 0 30px;
}
#content #related-articles li {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}
#content #related-articles img {
	width: 120px;
	height: 90px;
	border: 1px solid #AAA;
	display: block;
	float: left;
}
#content #related-articles a {
	color: #222;
	font-size: 16px;
	padding: 5px 0 0 15px;
	display: block;
	overflow: hidden;
}

/*吹き出し*/
.kuchikomi-i{
	position: relative;
	overflow: hidden;
	margin: 0 0 2em;
}
.bubble{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #555;
	background: #fff;
}
.bubble .bubble-in{
	border-color: #fff;
}
.talker{
	display: block;
	width: 25%;
	height: auto;
	text-align: center;
}
.talker b{
	font-weight: normal;
}
.talker img{
	display: block;
	width: 100px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
html:not(:target) .talker img{
    max-width: 100%; /*IE9以上への対応*/
}
.kuchikomi-i .talker{
	float: left;
	margin-right: 2%;
}
.kuchikomi-i .bubble{
	float: right;
}
.bubble .bubble-in:after,
.bubble .bubble-in:before{
	position: absolute;
	top: 30px;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after,
.bubble .b-arw20:before{ top: 20%; }
.bubble .b-arw30:after,
.bubble .b-arw30:before{ top: 30%; }
.bubble .b-arw40:after,
.bubble .b-arw40:before{ top: 40%; }
.bubble .b-arw60:after,
.bubble .b-arw60:before{ top: 60%; }
.bubble .b-arw70:after,
.bubble .b-arw70:before{ top: 70%; }
.bubble .b-arw80:after,
.bubble .b-arw80:before{ top: 80%; }
.kuchikomi-i .bubble .bubble-in:after,
.kuchikomi-i .bubble .bubble-in:before{
	right: 100%;
}
.kuchikomi-i .bubble .bubble-in:after{
	margin-top: -8px;
	border-width: 8px 15px;
	border-color: transparent;
	border-right-color: inherit;
}
.kuchikomi-i .bubble .bubble-in:before{
	margin-top: -9px;
	border-width: 9px 16px;
	border-color: transparent;
	border-right-color: #555;
}
.bubble p:first-child{
	margin-top: 0;
}
.bubble .bubble-in:after, .bubble .bubble-in:before{
	top: 30px;
}
#content .kuchikomi-i p{
	margin-bottom: 0px;
}

/* Table Sorter */
table.tablesorter {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #CDCDCD;
	margin:10px 0 0 0;
	font-size: 12px;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: #FFF;
	background-color: #00BF3F;
	border: 1px solid #FFF;
	padding: 4px;
	width: auto;
	text-align: center;
}
table.tablesorter tbody tr{
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	height: 40px;
}
table.tablesorter tbody td {
	padding: 0 4px;
}
table.tablesorter thead tr th:first-child {
	white-space: nowrap;
}
table.tablesorter tbody td:not(:first-child) {
	white-space: nowrap;
	text-align: center;
}
@media screen and (max-device-width: 320px)
{
	table.tablesorter tbody td:not(:first-child) {
		font-size: 11px;
	}
}
table.tablesorter tbody tr.odd{
	background-color: #FFF;
}
table.tablesorter tbody tr td:first-child {
    font-weight: bold;
    color: #555;
    background: #F8F8F8;
}
table.tablesorter a {
	color: #0099BF;
}
table.tablesorter a:visited {
color: #AF6AD2;
}
/*行にマウスオーバーした時にハイライト*/
table.tablesorter tbody tr.over td{
	background-color:#fdeed8;
}
/*ソート機能の表示はしない*/
/*
table.tablesorter thead tr .header {
	background-image: url("https://ikoma36-park.jp/images/bg.gif");
	background-repeat: no-repeat;
	background-position: center 90% !important;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("https://ikoma36-park.jp/images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("https://ikoma36-park.jp/images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #F90;
}
*/
/*tdのプロパティを指定すると行列のハイライトがうまくいかないのでtrに指定
/*
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
*/

.price_table {
	margin-bottom: 40px;
	overflow-x: auto;
	padding: 0 0 1px 0;
}
/*スクロールバー表示*/
.price_table::-webkit-scrollbar {
	height: 5px;
}
.price_table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.price_table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}


/* クーポン用ボタン */
.copy-btn{
	display: inline-block;
	padding: 0.5em 1em 0.3em;
	text-decoration: none;
	background: #9da4af;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #7d8188;
	border-radius: 3px;
	font-weight: bold;
	cursor : pointer;
}
.copy-btn:active {/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.copy-done {
	background: #fff;
	border: 2px #9da4af solid;
	color: #555;
}


/* ボックスデザイン */
.basic-tbox {
	padding: 15px 15px 10px;
	margin: 40px 0 45px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fdfdfa;
	border: 2px solid #a8b0b1;
}
.basic-tbox-title {
	font-weight: bold;
	border-bottom: 1px solid #82898a;
	margin: 7px 0 10px !important;
}
#content p.basic-tbox-ct {
	margin: 10px 0 13px;
	font-size: 15px !important;
	line-height: 31px;
}
.basic-tbox-blue {
	padding: 15px 15px 10px;
	margin: 40px 0 45px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #f5fafa;
	border: 2px solid #0097a7;
}
.basic-tbox-blue .basic-tbox-title {
	color:#058694;
}
.basic-tbox-red {
	padding: 15px 15px 10px;
	margin: 40px 0 45px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fff6f2;
	border: 2px solid #e1394d;
}
.basic-tbox-red .basic-tbox-title {
	color:#ca3446;
}
.basic-tbox-orange {
	padding: 15px 15px 10px;
	margin: 40px 0 45px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #FFF5E2;
	border: 2px solid #ea9d09;
}
.basic-tbox-orange .basic-tbox-title {
	color:#f15d03;
}
.basic-tbox-green {
	padding: 15px 15px 10px;
	margin: 40px 0 45px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fafff8;
	border: 2px solid #02b33c;
}
.basic-tbox-green .basic-tbox-title {
	color:#00a236;
}

.ol-box {
	counter-reset: li;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	margin: 5px 0 10px;
	padding: 5px 0 0 0;
}
.ol-box > li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
}
.ol-box > li:last-child {
	margin-bottom: 10px;
}
.ol-box > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background: #00BF3F;
	color: #fff;
	line-height: 25px;
	text-align: center;
}
.basic-tbox-blue .ol-box > li:before {
	background-color: #0097a7;
	color: #fff;
}
.basic-tbox-red .ol-box > li:before {
	background-color: #e1394d;
	color: #fff;
}
.basic-tbox-orange .ol-box > li:before {
	background-color: #ea9d09;
	color: #fff;
}
.basic-tbox-green .ol-box > li:before {
	background-color: #02b33c;
	color: #fff;
}

.ul-box {
	margin: 5px 0 10px !important;
	padding: 5px 0 0 0 !important;
}
#content .ul-box li {
	font-size: 15px !important;
	line-height: 26px !important;
	margin-bottom: 15px;
}
#content .ul-box li:last-child {
	margin-bottom: 14px;
}
#content article .basic-tbox ul li:after {
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
	top: 9px;
}
#content article .basic-tbox-blue ul li:after {
	background-color: #0097a7;
	border: 1px solid #0097a7;
	top: 9px;
}
#content article .basic-tbox-red ul li:after {
	background-color: #e1394d;
	border: 1px solid #e1394d;
	top: 9px;
}
#content article .basic-tbox-orange ul li:after {
	background-color: #ea9d09;
	border: 1px solid #ea9d09;
	top: 9px;
}
#content article .basic-tbox-green ul li:after {
	background-color: #02b33c;
	border: 1px solid #02b33c;
	top: 9px;
}

.ol-box a, .ul-box a {
	color:#00B7E5;
	font-weight: bold;
}

.check-green {
	background: url(../images/check-green-icon.png) no-repeat;
	padding: 0 0 0 48px !important;
	line-height: 36px !important;
}
.point-orange {
	background: url(../images/point-orange-icon.png) no-repeat top left;
	padding: 0 0 0 45px !important;
	line-height: 40px !important;
}
.attention {
	background: url(../images/attention-icon.png) no-repeat top left;
	padding: 0 0 0 40px !important;
	line-height: 40px !important;
}
.point-hand {
	background: url(../images/point-hand-icon.png) no-repeat top left;
	padding: 0 0 0 48px !important;
	line-height: 37px !important;
}
.check-hand {
	background: url(../images/check-hand-icon.png) no-repeat top left;
	padding: 0 0 0 46px !important;
	line-height: 38px !important;
}
.question {
	background: url(https://ikoma36-park.jp/images/question-icon.png) no-repeat top left;
	padding: 0 0 0 30px !important;
	line-height: 26px !important;
}
.checkbox {
	background: url(https://ikoma36-park.jp/images/checkbox-icon.png) no-repeat top left;
	padding: 0 0 0 30px !important;
	line-height: 28px !important;
}
.memo {
	background: url(https://ikoma36-park.jp/images/memo-icon.png) no-repeat top left;
	padding: 0 0 0 27px !important;
	line-height: 26px !important;
}
.info-blue {
	background: url(https://ikoma36-park.jp/images/information-blue-icon.png) no-repeat top left;
	padding: 0 0 0 27px !important;
	line-height: 26px !important;
}
.info-gray {
	background: url(https://ikoma36-park.jp/images/information-gray-icon.png) no-repeat top left;
	padding: 0 0 0 27px !important;
	line-height: 26px !important;
}


/*価格比較表用のリンク掲載ボックス*/
.price-box {
    position: relative;
    padding: 7px 10px 15px;
    border: solid 2px #f39f37;
    margin: 65px 0;
}
.price-box .box-title {
    font-family: Quicksand,sans-serif;
    position: absolute;
    display: inline-block;
    top: -36px;
    left: -2px;
    padding: 7px 13px 5px;
    height: 24px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #fb9226;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}
.price-box p {
    margin-bottom: 5px !important;
    padding: 0 0 0 30px !important;
    background: url(https://ikoma36-park.jp/images/extlink.png) no-repeat left 4px;
    background-size: 25px 25px;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
	.price-box p {
		background: url(https://ikoma36-park.jp/images/extlink@2x.png) no-repeat left 4px;
		background-size: 25px 25px;
	}
}
.price-box p a {
    color: #11acdc !important;
}
.price-box p.pbanno {
    color: #333 !important;
    font-size: 14px !important;
    background: none;
    padding: 0 !important;
}
