@charset "shift_jis";
/* CSS Document */


.capList{
	padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background: none;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}

.capList li{
    margin-bottom: 0;
    margin-left: 1em;
    list-style: none;
}

.capList li span {
    margin-left: -1em;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

/*tokusyu Top*/

#tokusyuTop .label-default{
	background:#888;
	color:#fff;
}

#tokusyuTop h2,  #tokusyuTop h3 {
	color: #5A5A5A;
}
#tokusyuTop p,  #tokusyuTop li {
	color: #5A5A5A;
}

#tokusyuTop .h2 small {
	font-size: 12px;
}
#tokusyuTop .h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	word-break: keep-all;
}
#tokusyuTop .h3 small {
	font-size: 16px;
}
.icoY {
	transform: rotateY( 180deg );
}

.tokusyuwidth{
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
#tokusyuTop .h2 {
	font-size: 20px;
	font-weight: bold;
}
#tokusyuTop .h2 small {
	font-size: 12px;
}
#tokusyuTop .h3 {
	font-size: 20px;
	font-weight: bold;
}
#tokusyuTop .h3 small {
	font-size: 12px;
}
}