@charset "utf-8";

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
section {
	overflow: hidden;
}
body.ps_page {
	font-size: 16px;
	background-image: url(../img/houganshi.png);
	background-repeat: repeat;
}

header.ps_header h1 {
	margin: 0 1em;
	font-size: 14px;
	color: #666;
}
div.catch_image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
	background-size: cover;
}
div.catch_image p.description {
	font-size: 16px;
	padding: 10px;
}
div.wrap {
	width: 96%;
	margin: auto;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
article.ps_article {
	width: 93%;
	margin: auto;
	overflow: hidden;
}
.ps_contents_area a {
    text-decoration:  underline;
}

.ps_contents_area a:hover {
	color: #6CF;
}

.ps_contents_area h2 {
	margin: 0px 0px 30px;
	padding: 12px 0 12px 22px;
	color: #444;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #00a9df;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

.ps_contents_area h3 {
	margin: 60px 0px 30px;
	padding: 0 0 2px 12px;
	color: #444;
	font-size: 1.4em;
	line-height: 1.6em;
	border-left: 10px solid #00a9df;
	border-bottom: 2px solid #888;
	overflow: hidden;
	clear:both;
}

.ps_contents_area h4 {
	margin:5px 0 5px;
	border-bottom: 5px #00a9df solid;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

footer.ps_footer {
	width: 96%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #99dff5), color-stop(1.00, #02b0e6));
	background: -webkit-linear-gradient(#99dff5, #02b0e6);
	background: -moz-linear-gradient(#99dff5, #02b0e6);
	background: -o-linear-gradient(#99dff5, #02b0e6);
	background: -ms-linear-gradient(#99dff5, #02b0e6); /* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99dff5', endColorstr='#02b0e6', GradientType=0)"; /* IE8-9 */
	background: linear-gradient(#99dff5, #02b0e6);
	text-align: center;
	color: #fff;
	margin: 0px auto;
	padding: 20px 20px 50px 20px;
}
.ps_contents_area p {
	font-size : 1em;
	margin: 0 0.5em 1em;
	width: auto;
	word-break: break-all;
}
.ps_contents_area ul, .ps_contents_area ol {
	margin: 1em 1em 1em 1.5em;
	list-style-position: outside;
}
.ps_contents_area ul li, .ps_contents_area ol li {
	margin-bottom: 0.5em;
}
.ps_contents_area dl {
	margin: 1em 0;
}
.ps_contents_area dl dt {
	font-weight: bold;
}
.ps_contents_area dl dd {
	padding-left: 3em;
}
.ps_contents_area table {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #CCC;
}
.ps_contents_area table th {
	padding: 10px;
	border: 1px solid #CCC;
}
.ps_contents_area table td {
	padding: 10px;
	border: 1px solid #CCC;
}
footer.ps_footer a {
	color: #FFF;
}

div.ps_contents_area img {
	display:block;
	margin: 0.5em auto 0.5em;
	max-width:  100%;
	height: auto !important;
	border: none;
}

p.description_noimg {
	width: 100%;
	padding: 15px;
}
/* ------------------------------------ */
/* ▼フッター横並びBOX */
/* ------------------------------------ */
.ftbox hr {
	width: 96%;
	margin: 15px auto;
	border: 2px dotted #ccc;
}
.ftbox-l {
	margin: auto auto 15px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.ftbox-l h4 {
	margin: 5px 0 5px;
	padding: 0.5em;
	text-align: center;
	position: relative;
	background-color: #00a9df;
	font-size: 1.2em;
	color: #fff;
}
.ftbox-l h4::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.ftbox-r {
	margin: auto auto 15px;
	padding: 0;
	overflow: hidden;
}
.ftbox-r h4 {
	margin: 5px 0 5px;
	padding: 0.5em;
	text-align: center;
	position: relative;
	background-color: #00a9df;
	font-size: 1.2em;
	color: #fff;
}
.ftbox-r h4::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.ftbox-r ul {
    text-align: center;
    font-size: 14px;
    list-style: none;
}
.ftbox-r li {
    background: #F0F8FF;
    border: 1px solid #0220AB;
    margin-top: -1px;
}
.ftbox-r li a {
    text-decoration: none;
    display: block;
    padding: 1em;
}

.ftbox-r li a:hover {
    color: #6CF;
}

ol.breadcrumb {
    list-style: none;
    font-size: 14px;
    margin: 1em;
}

ol.breadcrumb li {
    display: inline-block;
}

a.arrow:before {
	background: url(./images/arrow.gif) no-repeat left center;
}

@media all and (max-width: 767px) {
	/* 画像表示 */
	p>img {
		display: block;
		margin: auto !important;
		float: none !important;
	}

}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 900px) {

body.ps_page {
	width: 100%;
	margin: auto;
}
header.ps_header {
	margin-bottom: 1em;
}
div.wrap {
	width: 900px;  
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

main.ps_main {
}
header.ps_header {
	margin-bottom: 20px;
}
header.ps_header h1 {
	width: 900px;
	margin: auto;
}
div.catch_image {
	position: relative;
	margin-bottom: 1em;
}
div.catch_image p.description {
	font-size: 20px;
	position: absolute;
	top: 10%;
	left: 5%;
	text-shadow: 2px 3px 3px #fff;
	font-weight: bold;
}
p.description_noimg {
	width: 100%;
}
/* ------------------------------------ */
/* ▼フッター横並びBOX */
/* ------------------------------------ */
.ftbox {
	overflow: hidden;
}
.ftbox-l {
	width: 310px;
	margin:0 10px 15px 30px;
	text-align: center;
	float: left;
}
.ftbox-r {
	width: 515px;
	margin:0 30px 15px 0;
	float: right;
}
.ftbox-r ul {
	margin: 0 1em;
	text-align: left;
	font-size: 14px;
	list-style-type: none;
}
.ftbox-r  li {
    	border: none;
    	margin-top: 0;
    	background: none;
	position: relative;
}
.ftbox-r li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 7px;
	height: 7px;
	border-right: 2px solid #f7594d;
	border-bottom: 2px solid #f7594d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ftbox-r  li a {
	background: none;
	text-decoration: underline;
	display: inline;
	border: none;
	padding: 0;
}
footer.ps_footer {
	width: 900px; 
}
div.ps_foot_free_area {
}
}
/* -------------------------------------------- */
/* ▼追加デザイン */
/* -------------------------------------------- */
/* ------------------------------------ */
/* ▼文字装飾 */
/* ------------------------------------ */
.b { font-weight: bold; }

.red { color: #df3447; }
.pink { color: #ff999a; }
.orange { color: #ff6633; }
.navy { color: #000066; }
.mizu { color: #83b2e0; }
.green { color: #00704a; }

.line-yellow {
  background: linear-gradient(transparent 60%, #ffff66 40%);
}
.line-pink {
  background: linear-gradient(transparent 60%, #ff99ff 40%);
}
.line-red {
  background: linear-gradient(transparent 60%, rgb(255, 170, 170) 40%);
}
.line-green {
  background: linear-gradient(transparent 60%, #66FFCC 40%);
}
.line-blue {
  background: linear-gradient(transparent 60%, #66ccff 40%);
}

.text06 { font-size : 0.6em; }
.text07 { font-size : 0.7em; }
.text08 { font-size : 0.8em; }
.text09 { font-size : 0.9em; }
.text11 { font-size : 1.1em; }
.text12 { font-size : 1.2em; }
.text13 { font-size : 1.3em; }
.text14 { font-size : 1.4em; }
.text15 { font-size : 1.5em; }
.text16 { font-size : 1.6em; }
.text17 { font-size : 1.7em; }
.text18 { font-size : 1.8em; }
.text19 { font-size : 1.9em; }
.text20 { font-size : 2em; }

.aflink-orange { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_orange.gif) no-repeat left;
	clear:both;
}
.aflink-red { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_red.gif) no-repeat left;
	clear:both;
}
.aflink-pink { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_pink.gif) no-repeat left;
	clear:both;
}
.aflink-navy { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_navy.gif) no-repeat left;
	clear:both;
}
.aflink-green { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_green.gif) no-repeat left;
	clear:both;
}
.aflink-black { 
	float:right;
	margin:10px auto 30px;
	padding:15px 20px 10px 25px;
	font-size : 1.2em;
	font-weight: bold;
	background: url(../img/maruyajirushi_black.gif) no-repeat left;
	clear:both;
}
/* ------------------------------------ */
/* ▼回り込み */
/* ------------------------------------ */
.img-l{
	float: left;
	margin: 0.2em 1em 0.2em 0.5em;
}

.img-r{
	float: right;
	margin: 0.2em 0.5em 0.2em 1em;
}

@media screen and (max-width: 640px) {
	.img-l {
	float: none;
	margin: auto;
	}
	
	.img-r {
	float: none;
	margin: auto;
	}
}
/* ------------------------------------ */
/* ▼見出しボックス */
/* ------------------------------------ */
.mbox {
	margin:30px 0;
	width: 100%;
	background-color: #ffffff;
	border: 5px #16AEDF solid; /* 枠色 */
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
}

/* --- 見出し --- */
.mbox-t {
	margin: 0;
	padding: 8px 10px;
	background-color: #16AEDF; /* 枠色 */
	border-bottom: 1px #16AEDF solid; /* 枠色 */
	font-size: 1.2em;
	font-weight:bold;
	color: #ffffff; /* 見出し文字の色 */
	text-align: center;
	border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
}

/* --- ボックス内の段落 --- */
.mbox p {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

.mbox ul li {
	list-style-type: none;
	position: relative;
}
.mbox ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #f7594d;
	border-bottom: 2px solid #f7594d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ------------------------------------ */
/* ▼ランキング */
/* ------------------------------------ */
.ranking {
	margin: 5px 0 10px;
	width: 100%;
	background-color: #ffffff;
	border: 1px #babcbf solid;
	box-sizing: border-box;
}

.ranking p {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}

.ranking-rank1 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank1.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-rank2 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank2.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-rank3 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank3.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-rank4 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank4.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-rank5 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank5.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-rank0 { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/rank0.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-pickup {
	margin: 5px 0 10px;
	width: 100%;
	background-color: #ffffff;
	border: 4px #BEDFC2 solid;
	box-sizing: border-box;
}

.ranking-rank-pickup { 
	margin:10px 20px 5px 20px;
	padding:28px 0px 0px 90px;
	font-size : 1.6em;
	font-weight: bold;
	background: url(../img/tooth.png) no-repeat;
	border-bottom: 2px dotted #ccc;
}

.ranking-tagline { 
	margin: 0 auto;
	padding: 8px 10px;
	font-size : 1.2em;
	font-weight: bold;
	color: #00704a;
	text-align: center;
}

/* ------------------------------------ */
/* ▼テーブル01 */
/* ------------------------------------ */
.table01  { 
	width: auto; 
	margin: 10px 10px 20px; 
	border-collapse: collapse;
	}

.table01 th  { 
	width: 30%; 
	margin: 0; 
	padding: 10px;
	border: 1px solid #babcbf;
	color: #fff;
	background-color: #16AEDF;
	text-align: left; 
	}
	
.table01 td  { 
	width: auto; 
	margin: 0; 
	padding: 10px;
	border: 1px solid #babcbf;
	text-align: left; 
	}
 
@media only screen and (max-width: 640px) { 
    .table01 th,
    .table01 td{
        	width: auto;
        	display: block;
        	border-top: none;
   		}
    .table01 tr:first-child th   { border-top: 1px solid #ddd; }
	}

/* ------------------------------------ */
/* ▼丸矢印バナー */
/* ------------------------------------ */
.link_bt01 {
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 150px 30px;
	padding: 0;
	border: 2px #fff solid;
	border-radius: 15px; 
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px; 
	box-shadow:rgba(0,0,0,0.4) 3px 4px 10px 1px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 3px 4px 10px 1px;
	-moz-box-shadow:rgba(0,0,0,0.4) 3px 4px 10px 1px;
}
.link_bt01 a {
	display: block;
	padding: 15px 50px;
	position: relative;
	z-index: 100;
	text-align:center;
	text-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-moz-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	color: #fff;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #ff7400), color-stop(0.00, #fee4c8));
	background: -webkit-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -moz-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -o-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -ms-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: linear-gradient(to bottom, #fee4c8 0%, #ff7400 50%);
}
.link_bt01 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	text-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-moz-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #ff7400), color-stop(0.00, #fee4c8));
	background: -webkit-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -moz-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -o-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: -ms-linear-gradient(top, #fee4c8 0%, #ff7400 50%);
	background: linear-gradient(to bottom, #fee4c8 0%, #ff7400 50%);

}

.link_bt01 a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */  
	background: #fff;
	box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
	-moz-box-shadow:rgba(0,0,0,0.4) 2px 2px 1px;
}
.link_bt01 a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #ff4800;
}
.link_bt01 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	border-left: 5px solid #ff4800;
}

@media only screen and (max-width: 640px) { 
	.link_bt01 {
		margin: 20px 10px 30px;
		}
	}
/* ------------------------------------ */
/* ▼口コミボックス */
/* ------------------------------------ */
.kutikomi_box {
	width: 770px;
	position: relative;
	background: #ffffff;
	border: 2px solid #BEDFC2;
	margin: 0 0 40px 30px;
}
.kutikomi_box:after, .kutikomi_box:before {
	top: 100%;
	left: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.kutikomi_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.kutikomi_box:before {
	border-color: rgba(190, 223, 194, 0);
	border-top-color: #BEDFC2;
	border-width: 23px;
	margin-left: -23px;
}

/* --- ボックス内の段落 --- */
.kutikomi_box p {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

@media only screen and (max-width: 768px) {
	.kutikomi_box {
    		width: 100%;
    		margin: 0 auto 30px;
		}
	}

/* ------------------------------------ */
/* ▼ノート */
/* ------------------------------------ */
.note {
	margin:0 30px 30px;
	padding: 20px 10px 8px;
	background-color: #FCFBE3; 
}

.note p {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

.notetitle {
	margin-left: 30px;
	font-size: 1em;
	font-weight:bold;
	color: #A37E58;
}

.notetitle:first-letter {
	font-size: 1.6em;
	font-weight:bold;
	color: #FBCFCF;
}

.notedouble {
	border-bottom: double #CDBB99;
}
.noteline {
	border-bottom: thin dashed #CDBB99;
}

@media only screen and (max-width: 768px) {
	.note {
    		width: 100%;
    		margin: 0 auto 30px;
		}
	}