/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*基本*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	padding-top: 50px;
	background-image: url(../images/bg/bg_body.jpg);
	background-repeat: repeat;
	background-position: center top;
}

body{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #696969;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
  color: #696969;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.small {
  font-size: 95%;
}

.large {
	font-size: 180%;
	font-weight: bolder;
}


.nav > li > a {
	position: relative;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}

.navbar {
  min-height: 30px !important;
  margin-bottom: 10px !important}
  
  
  .navbar-toggle {
	position: relative;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 4px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
  
  
  

.navbar.navbar-gnav.navbar-fixed-top {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-weight: bold;
	background-color: none !important;
	background-image: url(../images/bg/bg_headermenu.png) !important;
	background-repeat: repeat;
}


.navbar-gnav .navbar-nav a {
	color: #FFFFFF;
}

.navbar-gnav .navbar-nav li ul li {
	color: #FFFFFF;
	font-weight: bold;
}


.dropdown-menu li a {
	color: #FFFFFF;
	font-weight: bold;
}



.navbar-gnav .navbar-nav > li > a:hover,
.navbar-gnav .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #FFFFFF;
}


.navbar-gnav .navbar-toggle {
  border-color: #cccccc;
}

.navbar-gnav .navbar-toggle:hover,
.navbar-gnav .navbar-toggle:focus {
	background-color: #5A4326;
}
.navbar-gnav .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}



 .navbar-collapse.collapse {
      
    }

@media (min-width: 768px) {
  .navbar-header {
	float: right;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-nav {
	margin-right: -15px;
	margin-left: -15px;
}
.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 4px;
   line-height: 20px;
}







/*テキスト*/

.text-white{
  color: #fff !important;
}
a.text-info:white {
  color: #fff;
}


.text-danger {
	color: #F83788;
}
a.text-danger:hover {
	color: #DA0C62;
}




abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #777;
}

/*配置*/

.pull-left {
	float: left !important;
	margin-right: 4px;
}


/*ボタン*/

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-entry {
width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}



.btn-logout {
width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}


.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #cccccc;
}



/*ポイントのボタン*/

.btn-point {
	font-size: 13px;
	font-family: Arial;
	color: #fc1212;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_point.png);
	background-color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}.btn-point:hover {
	font-size: 13px;
	font-family: Arial;
	color: #fc1212;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_point.png);
	background-color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
}.btn-point:active {
	position:relative;
	top:1px;
}




/*懸賞のボタン*/

.btn-present {
	font-size: 13px;
	font-family: Arial;
	color: #fc1212;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}.btn-present:hover {
	font-size: 13px;
	font-family: Arial;
	color: #fc1212;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #FFFFFF;
	font-weight: bold;
}.btn-present:active {
	position:relative;
	top:1px;
}







.btn-100 {
	font-size: 13px;
	font-family: Arial;
	color: #3eaabe;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_point100.png);
	background-color: #FFFFFF;
	text-indent: 50px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}.btn-100:hover {
	font-size: 13px;
	font-family: Arial;
	color: #3eaabe;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_point100.png);
	background-color: #FFFFFF;
	text-indent: 50px;
	font-weight: bold;
}.btn-100:active {
	position:relative;
	top:1px;
}




.btn-jyo{
	font-size: 11px;
	font-family: Arial;
	color: #996633;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_pointjyou.png);
	background-color: #FFFFFF;
	text-indent: 23px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}.btn-jyo:hover {
	font-size: 11px;
	font-family: Arial;
	color: #996633;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-image: url(../images/bg/bg_pointjyou.png);
	background-color: #FFFFFF;
	text-indent: 23px;
	font-weight: bold;
}.btn-jyo:active {
	position:relative;
	top:1px;
}



.btn-time{
	font-family: Arial;
	color: #FF0000;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}.btn-time:hover {
	font-family: Arial;
	color: #996633;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #FFFFFF;
	font-weight: bold;
}.btn-time:active {
	position:relative;
	top:1px;
}
















/*ラベル*/

.label-newspoint{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffaa22;
	padding: 4px 9px;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background: -ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color: #ffec64;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffee66;
	-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;
	margin-right: 8px;
}
.label-newspoint[href]:hover,
.label-newspoint[href]:focus {
  background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}


.label-newscampaign{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #17a147;
	padding: 4px 9px;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #95d8f0 5%, #1dc2ba 100% );
	background: -ms-linear-gradient( top, #95d8f0 5%, #1dc2ba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95d8f0', endColorstr='#1dc2ba');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #95d8f0), color-stop(100%, #1dc2ba) );
	background-color: #95d8f0;
	display: inline-block;
	-webkit-box-shadow: inset 1px 1px 0px 0px #d2eaf7;
	-moz-box-shadow: inset 1px 1px 0px 0px #d2eaf7;
	box-shadow: inset 1px 1px 0px 0px #d2eaf7;
	margin-right: 8px;
}
.label-newscampaign[href]:hover,
.label-newscampaign[href]:focus {
 background:-moz-linear-gradient( center top, #1dc2ba 5%, #95d8f0 100% );
	background:-ms-linear-gradient( top, #1dc2ba 5%, #95d8f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc2ba', endColorstr='#95d8f0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1dc2ba), color-stop(100%, #95d8f0) );
	background-color:#1dc2ba;
}



/*ラベル*/

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 88%;
  font-weight: bold;
  color: #696969;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.label a {
  color: #ffffff;
}

a.label:hover,
a.label:focus {
 color: #cccccc;
  text-decoration: none;
}



.label-otoku {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 4px;
}




.label-ranking {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 4px;
}

.label-info {
	background-color: #33cccc;
	color: #FFFFFF !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	}
	
	
	.label-click  {
	background-color: #FFA53F;
	color: #FFFFFF !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px !important;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	font-weight: bold;
	}
	

.label-default {
	background-color: #777;
	color: #FFFFFF !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.label-warning {
  background-color: #f0ad4e;
  color: #FFFFFF !important;
}

.label-success {
	background-color: #5cb85c;
	color: #FFFFFF !important;
	}

.label-default {
  background-color: #777;
  color: #FFFFFF !important;
}

.label-warning {
  background-color: #f0ad4e;
  color: #FFFFFF !important;
}


.label-danger {
  color: #FFFFFF !important;
  margin-bottom: 4px;
}



/*懸賞のPマーク青*/
.badge-ke-p-b  {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #287EDD;
	border-radius: 10px;
	margin-right: 4px;
}


/*懸賞のPマーク赤*/
.badge-ke-p-r  {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #F11515;
	border-radius: 10px;
	margin-right: 4px;
}

/*懸賞のPマークオレンジ*/
.badge-ke-p-o  {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #FF9900;
	border-radius: 10px;
	margin-right: 4px;
}


/*懸賞のPマークグリーン*/
.badge-ke-p-g  {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #98D64A;
	border-radius: 10px;
	margin-right: 4px;
}


/*懸賞のCマークピンク*/
.badge-ke-p-p {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #F11577;
	border-radius: 10px;
	margin-right: 4px;
}









.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #FF0004;
	border-radius: 10px;
	margin-right: 4px;
}




/*背景*/

.bg-present{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_ff931e.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.bg-otoku{
	/*background-color: #66CCCC;*/
	background-image: url(../images/bg/bg_66cccc.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


.bg-point{
	/*background-color: #66CC99;*/
	background-image: url(../images/bg/bg_66cc99.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}




.bg-present2{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_ff931e.jpg);
	background-repeat: repeat;
	background-position: center top;
box-shadow: 0 0 0 1px #fff inset;
}

.bg-otoku2{
	/*background-color: #66CCCC;*/
	background-image: url(../images/bg/bg_66cccc.jpg);
	background-repeat: repeat;
	background-position: center top;
	box-shadow: 0 0 0 1px #fff inset;
}


.bg-point2{
	/*background-color: #66CC99;*/
	background-image: url(../images/bg/bg_66cc99.jpg);
	background-repeat: repeat;
	background-position: center top;
	box-shadow: 0 0 0 1px #fff inset;
}



.bg-present3{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_ff931e.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}

.bg-otoku3{
	/*background-color: #66CCCC;*/
	background-image: url(../images/bg/bg_66cccc.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}


.bg-point3{
	/*background-color: #66CC99;*/
	background-image: url(../images/bg/bg_66cc99.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}


.bg-present4{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_ff931e-2.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}

.bg-otoku4{
	/*background-color: #66CCCC;*/
	background-image: url(../images/bg/bg_66cccc-2.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}


.bg-point4{
	/*background-color: #66CC99;*/
	background-image: url(../images/bg/bg_66cc99-2.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-indent: 4px;
}



.bg-mypage{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_cccccc.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


.bg-mypage3{
	/*background-color: #FF931E;*/
	background-image: url(../images/bg/bg_cccccc.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 4px;
}

.bg-now{
	background-image: url(../images/icon/icon_mypage_now.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}

.bg-last{
	background-image: url(../images/icon/icon_mypage_last.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}

.bg-back{
	background-image: url(../images/icon/icon_mypage_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}


.bg-primary {
	color: #fff;
	padding: 4px;
	background-color: #337ab7;
}

/**/

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-radius: 4px;
	border-color: #bce8f1;
	padding: 4px;
}


.alert {
	border-radius: 4px;
	padding: 4px;
}




/**/


.list-group-side {
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.list-group-side-item {
	position: relative;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-group-side-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-side-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-side-item {
  color: #555;
}
a.list-group-side-item .list-group-side-item-heading {
  color: #333;
}
a.list-group-side-item:hover,
a.list-group-side-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-side-item.disabled,
.list-group-side-item.disabled:hover,
.list-group-side-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-side-item.disabled .list-group-side-item-heading,
.list-group-side-item.disabled:hover .list-group-side-item-heading,
.list-group-side-item.disabled:focus .list-group-side-item-heading {
  color: inherit;
}
.list-group-side-item.disabled .list-group-side-item-text,
.list-group-side-item.disabled:hover .list-group-side-item-text,
.list-group-side-item.disabled:focus .list-group-side-item-text {
  color: #777;
}
.list-group-side-item.active,
.list-group-side-item.active:hover,
.list-group-side-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-side-item.active .list-group-side-item-heading,
.list-group-side-item.active:hover .list-group-side-item-heading,
.list-group-side-item.active:focus .list-group-side-item-heading,
.list-group-side-item.active .list-group-side-item-heading > small,
.list-group-side-item.active:hover .list-group-side-item-heading > small,
.list-group-side-item.active:focus .list-group-side-item-heading > small,
.list-group-side-item.active .list-group-side-item-heading > .small,
.list-group-side-item.active:hover .list-group-side-item-heading > .small,
.list-group-side-item.active:focus .list-group-side-item-heading > .small {
  color: inherit;
}
.list-group-side-item.active .list-group-side-item-text,
.list-group-side-item.active:hover .list-group-side-item-text,
.list-group-side-item.active:focus .list-group-item-text {
  color: #c7ddef;
}


.list-group-sidepr {
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}








/*well*/
.well_otoku {
	min-height: 20px;
	margin-bottom: 20px;
	/*background-color: #f5f5f5;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	background-image: url(../images/bg/bg_66cccc-2.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 50px;
}

.well_otoku blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well_otoku-lg {
  padding: 24px;
  border-radius: 6px;
}
.well_otokul-sm {
  padding: 9px;
  border-radius: 3px;
}


.well_ranking {
	min-height: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	padding-bottom: 10px;
	padding-top: 10px;
}
.well_ranking .title_otoku {
	position: absolute;
	top: -10px;
}
.well_ranking blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well_ranking-lg {
  padding: 24px;
  border-radius: 6px;
}
.well_ranking-sm {
  padding: 9px;
  border-radius: 3px;
}

.well_info {
	min-height: 20px;
	margin-bottom: 20px;
	/*background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.well_info blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well_info-lg {
  padding: 24px;
  border-radius: 6px;
}
.well_info-sm {
  padding: 9px;
  border-radius: 3px;
}



/*パンくずリスト*/

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 8px;
	list-style: none;
	background: none !important;
	font-size: small;
	}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.panel {
color: #696969;
}
.panel-body {
color: #696969;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #696969;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
 color: #696969;
}



/**/


.panel-primary {
  border-color: #98D64A;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #98D64A;
	border-color: #98D64A;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #98D64A;
}
.panel-primary > .panel-heading .badge {
  color: #98D64A;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #98D64A;
}



















/* table--------------------------  */


.mypagemenu {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/*border: 1px solid #ccc;*/
	padding: 0;
	margin: 0;
	text-indent: 8px;
}


.mypagemenu tr{
	/*border:1px solid #ccc;*/
	padding:5px;
}


.mypagemenu th, table td{
	/*border: 1px solid #ccc;*/
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: small;
	text-indent: 8px;
}


.mypagemenu th{
	font-size: 14px;
	letter-spacing: 1px;
	background-color: rgba(250,235,235,1.00);
}

@media screen and (max-width: 600px) {

	table.mypagemenu{
		border:0;
	}

	table.mypagemenu thead{
		display:none;
	}

	table.mypagemenu tr{
		margin-bottom:10px;
		display:block;
	}

	table.mypagemenu td{
	display: block;
	text-align: left;
	font-size: 13px;
	text-indent: 18px;
	border-left: 0;
	border-right: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top: 0;
	}

	table.mypagemenu td:last-child{
		border-bottom:0;
	}

	table.mypagemenu td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}
}






.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}


.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #FDFCFB;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}



/*add*/

.well_white {
	min-height: 20px;
	padding-top: 4px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}
.well_white .pagenav_r {
	text-align: right;
	font-size: small;
	font-weight: bold;
}

.well_white .pagenav_l {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FDFCFB;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 3;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 2;
	cursor: default;
	/*background-color: #FAEBEB;*/
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}




@media screen and (max-width: 600px) {

body {
	/*padding-right: 20px;*/
}

}





/**/
/*768px以上	タブレット*/
@media (min-width: 768px) {
	

/*body { padding-top: 30px

}
*/
}

/*992px以上	PC*/
@media (min-width: 992px) {


/*body { padding-top: 30px

}
*/

}


/*1200px以上*/
@media (min-width: 1200px) {

}
