/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20161115
*/
@import url('../stinger8/style.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    color: #4D433DCC;
    min-width: 320px;
    word-wrap: break-word;
    background-color: #e3e3fb;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*装飾一覧*/
.yellowunder {
    padding: 0 2px;
    border-bottom: 3px solid yellow;
}

.blueunder {
    padding: 0 2px;
    border-bottom: 3px solid blue;
}

.pinkunder {
    padding: 0 2px;
    border-bottom: 3px solid pink;
}

/*ここまで装飾一覧*/

.kamimachibox {
width: auto;
float: left;
display: block;
margin: 10px;
}

.kamimachibox2 {
width: auto;
float: left;
display: block;
margin: 10px;
}

/* 関連記事カード */
.linkcard {
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: 4px;
    margin-right: 16px;
}


.lkc-internal-wrap {

    margin: 0;
    border: 2px solid #8989ff;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    background-color: #f8f8f8;

}

.linkcard a {
    text-decoration: none;
}


.lkc-card {
    margin-top: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
}

.lkc-info {
    padding: 0;
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    display: inline !important;
}

.lkc-content {
    height: 108px;
    margin-top: 6px;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.lkc-thumbnail {
    max-width: 100px;
    max-height: 108px;
    padding: 0;
    margin: 0 6px 4px 4px;
    float: left;
}

.lkc-title {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
}

.lkc-url {
    color: #4466ff;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}


.lkc-excerpt {
    color: #333333;
    font-size: 11px;
    line-height: 17px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.clear {
    clear: both;
    line-height: 0;
    overflow: hidden;
}

/*画像とテキスト横並び*/
.imgtext-box {
    overflow: hidden;
    width: 100%;
}

.left-box {
    float: left;
    width: 48%;
}

.right-box {
    float: right;
    width: 48%;
}
/*ここまで画像とテキスト横並び*/

/* ランキング2テンプレート */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
	width: 50%;
}

.square_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;
}

.botton{
	text-align:center;
}


.ranktb {
    padding-top: 20px;
    margin-top: 20px;
}

.ranktb dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #ccc;
    padding-top: 20px;
}


.ranktb dt {
    float: left;
    width: 100px;
}


.ranktb dd {
    padding-left: 115px;
}

.ranktb dt img {
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(115, 174, 224);
}


.ranktb .clearfix dd p {
    font-size: 13px;
    line-height: 18px;
   margin-bottom: 5px;
}


/* 女性一覧テンプレート */
.kamigirlprofile{
  border: 2px solid;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

table.kamigirl {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 20px auto 2.5em;
    border: 3px solid #fff0f5;
}
table.kamigirl th, table.kamigirl td {
    text-align: center;
    padding: 5px 10px;
    border: 3px solid #fff0f5;
}
table.kamigirl th, table.kamigirl td {
    text-align: center;
    padding: 5px 10px;
    border: 3px solid #fff0f5;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
	width: 50%;
}

.square_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;
}

.botton{
	text-align:center;
        padding-bottom: 10px;
}

/* リンクの色 */
a {
	color: #4682b4;
    text-decoration: none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	/*color: #b22222;*/
	color: #ed9485;
}

/* ulタグの横並び */
.erealist ul {
  display: inline;
}

.erealist li {
  display: inline;
}

.button {
    width:200px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
    box-shadow:2px 2px #1a6ea0;
}

.button2 {
    width:200px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#00fa9a;
    border-radius:5px;
    box-shadow:2px 2px #3cb371;
}

.card {
  width: 250px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin: 0 auto;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}
.card-link a:hover {
  color: #ff6347;
}


/*-- ランキングテンプレート --*/
table.price {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 13px;
}
table.price th,
table.price td {
    padding: 5px;
}
table.price th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 50px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 1em;
}
 
table.price th.c1 {
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2 {
    background: rgb(237,73,147); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,20,69,1) 1%, rgba(182,17,61,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,20,69,1)), color-stop(100%,rgba(182,17,61,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c3 {
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,63,140,1) 1%, rgba(15,56,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,63,140,1)), color-stop(100%,rgba(15,56,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
 
table.price th:after {
    top: 69px;
    left: 5px;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 78px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    table.price th::after {
        padding: 0;
        top: 60px;
        left: 0;
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 50px solid transparent;
        border-top: #B7D567 15px solid;
    }
}
table.price th.c1:after {
    border-top: #569b20 15px solid;
}
table.price th.c2:after {
    border-top: #b6113d 15px solid;
}
table.price th.c3:after {
    border-top: #0f387d 15px solid;
}
 
table.price td {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 15px;
    border: none;
    height: 70px;
}
 
table.price tr:nth-child(2n+1) td.c1 {
    background: #f7f9e8;
}
table.price tr:nth-child(2n+0) td.c1 {
    background: #e2efbc;
}
 
table.price tr:nth-child(2n+1) td.c2 {
    background: #ffecf5;
}
table.price tr:nth-child(2n+0) td.c2 {
    background: #ffdfed;
}
 
table.price tr:nth-child(2n+1) td.c3 {
    background: #fff;
}
table.price tr:nth-child(2n+0) td.c3 {
    background: #eee;
}
 
 
table.price tr:last-child td {
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
 
table.price tr:last-child td button {
    font-size:12px;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #3cb371;
    padding:10px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #00fa9a 5%, #00fa9a 100% );
    background:-ms-linear-gradient( top, #00fa9a 5%, #00fa9a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#00fa9a');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00fa9a), color-stop(100%, #00fa9a) );
    color:#fff;
    display:inline-block;
    text-shadow:1px 1px 0px #b0c4de;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
}
table.price tr:last-child td button:hover {
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffec64) );
    background-color:#ffec64;
}
table.price tr:last-child td button {
    position:relative;
    top:1px;
}

/*-- チャット風吹き出し --*/
#chat-frame {
  max-width: 500px;
  margin: auto;
  padding: 2px;
  background-color: #D8F3F0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  border-radius: 10px;
}
.chat-talk {
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0;
}
.chat-talk span {
  display: block;
  margin: 0;
  padding: 0;
}
.chat-talk .talk-icon {
  float: left;
  width: auto;
}
.chat-talk .talk-content {
  position: relative;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 0 80px;
  padding: 5px;
}
.chat-talk .talk-icon img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 2px solid #fff;
  border-radius: 50%;
}
.chat-talk .talk-content:before {
  position: absolute;
  top: 15px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-right-color: #FFFFFF;
}
.chat-talk.mytalk .talk-icon {
  float: right;
}
.chat-talk.mytalk .talk-content {
  margin: 0 80px 0 auto;
  color: #000;
  background: #78FF6C;
}
.chat-talk.mytalk .talk-content:before {
  right: -20px;
  left: auto;
  border-color: transparent;
  border-left-color: #78FF6C;
}

h2 {
    font-size: 21px;
    line-height: 32px;
    border-bottom-width: 5px;
    border-color: #8989ff;
    background: #8989ff;
    color: #fff;
    margin: 30px 0;
    padding-top: 13px;
	box-shadow: 2px 3px 2px #00000080;
}

.post h3 {
    background: #fff0f5;
    color: #8989ff;
    font-size: 18px;
    line-height: 35px;
    margin: 20px 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top: 4px solid #8989ff;
    border-bottom: 4px solid #8989ff;
    border-left: 4px solid #8989ff;
    border-right: 4px solid #8989ff;
    border-radius: 5px;
}

.post h4 {
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    border-left-width: 5px;
    border-color: #8989ff;
    border-left-style: solid;
}

.smanone ul.menu li a:hover {
    color: #fff;
}

#st-menubox {
    border-top: solid 1px #8989ff;
    border-bottom: solid 1px #8989ff;
    margin-bottom: 10px;
    background-color: #fff;
}


#page-top a:hover {
    text-decoration: none;
    color: #000;
}


#page-top a {
    padding: 22px 26px;
}

#page-top a {
    text-decoration: none;
    background: #8989ff;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    display: block;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.breadcrumbs{
	color:#cccccc;
	padding:10px;
	font-weight:bold;
	list-style:none;
        font-size: 12px;
}

.breadcrumbs li{
	display:inline-block;
}

.breadcrumbs li+li:before{
	color:white;
	font-family: FontAwesome;
	content:"\f054";
	padding:0 5px
}

.breadcrumbs li a{
	text-decoration: underline;
	color: white
}

.breadcrumbs li a:hover{
	color: #cccccc
}

img.aligncenter {
    display: block;
    margin: 0 auto 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(115, 174, 224);
}

.kanren dt img {
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(115, 174, 224);
}

/*--------------------------------
アコーディオンメニュー
---------------------------------*/

.menu-navigation-container {
	overflow: hidden;
}

nav li a:hover {
	text-decoration: underline;
}

#s-navi {
	margin:0 -10px;
}

#s-navi ul.sub-menu {
	display:none;
}

#s-navi dl.acordion p {
	margin: 0;
}

#s-navi dl.acordion {
	margin: 0px;
	box-sizing:border-box;
	width:100%;
}

#s-navi dt.trigger {
	cursor: pointer;
	height: 40px;
	overflow:hidden;
}

.trigger .fa:not(.fa-bars) {
	font-size:20px;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size:25px;
	line-height:30px;
	background:#8989ff;
	display:block;
	float:right;
	height:auto;
	margin-top:-5px;
	padding: 10px 10px 9px 10px;
	max-width:20%;
	box-sizing:border-box;
        font-weight: bold;
}

#s-navi:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom:5px;
}

#s-navi dd.acordion_tree {
	padding: 10px 10px 20px;
	display: none;
	overflow: hidden;
	top:0px;
	width:100%;
	box-sizing:border-box;
	text-align:left;
}

.acordion_tree ul.menu li {
	float: none;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	list-style:none;
	border-bottom:dotted 1px #000;
}

.acordion_tree ul.menu li .fa {
	min-width: 1em;
}

.acordion_tree ul.menu li:last-child {
	border:none;
	padding-bottom:0px;
}

.acordion_tree ul.menu li a {
	text-decoration: none;
	color:#000;
}

.menu-close {
	padding:10px;
}

/*ランキングテーブル*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel {
    margin-bottom: 30px;
    border: 1px solid #c6c3b6;
    border-radius: 12px;
    box-shadow: none;
}

.panel-app {
    margin-top: 15px;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading {
    border: none;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #f5f5eb;
}

.panel-heading > .heading {
    margin-bottom: 0;
	background: #f5f5eb;
    font-size: 18px;
    border: #f5f5eb;
    line-height: 10px;
    margin: 10px 5px 5px;
	padding: 2px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label, .tagcloud a {
    display: inline-block;
    padding: .4em .7em;
    margin: 0 .3em .4em 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    position: relative;
    top: -2px;
    margin: 0 15px;
    font-weight: normal;
    /*background-color: #1bd7d7e6;*/
    background-color: #f84488;
    border-radius: 5px;
}

.label2 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label2, .tagcloud a {
    display: inline-block;
    padding: .4em .7em;
    margin: 0 .3em .4em 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary2 {
    position: relative;
    top: 10px;
    margin: 0 65px;
    font-weight: normal;
    /*background-color: #1bd7d7e6;*/
    background-color: #f84488;
    border-radius: 5px;
}

.panel-body {
    padding: 15px;
}

.panel-body {
    height: 100%;
}

.panel-app .panel-body {
    display: table;
}

.panel-body:after, .panel-body:before {
    content: " ";
    display: table;
}

.panel-app figure.img-app {
    display: table-cell;
    vertical-align: top;
}

.img-app {
    width: 100px;
    height: 100px;
}

figure.img-app {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 120px;
    height: 80px;
}

figure {
    overflow: hidden;
    transition: .15s;
}

figure {
    margin: 0;
}

img {
    border: 0;
}

img {
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

.panel-body .list-unstyled {
    display: table-cell;
    padding-left: 40px;
    vertical-align: top;
	font-weight: bold;
	list-style: none;
}

.panel-body .list-unstyled2 {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
	/*font-weight: bold;*/
	list-style: none;
}

.panel-body:after, .panel-body:before {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.text-center {
    text-align: center;
}

.panel-footer {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.panel-app .panel-footer {
    padding: 0 0 25px;
    width: 100%;
}

.panel-app .btn-lg {
    max-width: 100%;
}

.panel-app .btn {
    margin: 0 5px;
}

.btn-lg {
    padding: 10px;
}

.btn-orange {
    position: relative;
    top: 0;
    color: #fff;
	/*background: #ff0051b3;
    box-shadow: 2px 2px 2px #bcbcbc;*/
    background: #ffaa00;
    box-shadow: 0 3px 0 #c68814;
}

.btn-lg {
    padding: 8px 16px;
    border-width: 2px;
}

.btn {
    /*font-weight: bold;*/
    padding: 6px 14px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    /*font-weight: 400;*/
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.7;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.block {
    display: block !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before {
    content: " ";
    display: table;
}

.col-sm-6 {
    width: 50%;
}

figure.img-app.img-small {
    width: 60px;
    height: 60px;
}

figure {
    overflow: hidden;
    transition: .15s;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.col-sm-6 {
    width: 50%;
    float:left;
}


.btn-line {
    color: #1C72D5;
    background-color: #fff;
    border-color: #1C72D5;
    border-radius: 6px;
}

.btn {
    /*font-weight: bold;*/
    padding: 6px 14px;
}

.panel-app li .heading {
    margin-bottom: 5px;
}

.rankp {
	font-size: 14px;
    margin-top: -19px;
    padding-left: 15px;
    padding-right: 15px;
    color: #f03fa3;
    margin-bottom: 0.7em;
    font-weight: bold;
}
/*ここまでランキングテーブル*/

/*media Queries タブレットサイズ（640px以下）
----------------------------------------------------*/
@media only screen and (max-width: 640px) {
	
.btn {
    display: inline-block;
    margin-bottom: 0;
    /*font-weight: 400;*/
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight: bold;
}
	
figure.img-app {
    width: 100px;
    height: 100px;
}
	
.panel-body .list-unstyled {
    display: table-cell;
	padding-left: 20px;
    vertical-align: top;
	list-style: none;
}

ul.list-unstyled:not(.row) li {
    padding: 0;
	font-size: 12px;
    line-height: 20px;
}
	
.panel-app .btn-lg {
    width: 70%;
}
	
.panel-app .btn {
    width: 70%;
}

.panel-body {
    padding: 10px;
}

.panel-app ul {
    font-size: 12px;
}

.heading h3 {
    font-size: 18px;
}
	
.label-primary {
    position: relative;
    top: 10px;
    margin: 0 15px;
    font-weight: normal;
	/*background-color: #1bd7d7e6;*/
    background-color: #f84488;
    border-radius: 5px;
}

/*画像とテキスト横並び*/
.imgtext-box {
    overflow: hidden;
    width: 100%;
}

.left-box {
    float: none;
    width: 100%;
    margin-left: auto;
}

.right-box {
    float: none;
    width: 100%;
}
}
/*ここまで画像とテキスト横並び*/

/*-- ここまで --*/


/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {



/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {



/*-- ここまで --*/
}