@charset "UTF-8";

body {
    height: 100%;
    width: 100%;
}

/*------ パンくず ------*/

header .breadcrumb {
	padding: 5px 5px 5px;
    text-align: left;
	background: #000;
	color: #fcf002;
}
.breadcrumb li{
  display:inline;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #fff;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}

/*------ 共通SNSリンク---*/

.common_sns {
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
    position: relative
}

.common_sns a.twitter {
    text-decoration: none;
    display: inline-block;
    width: 150px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    padding: 4px;
    margin: 0 4px 8px 4px;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    box-sizing: content-box;
}

.common_sns a.twitter:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 4px;
    vertical-align: middle;
    background: url("/images/app_form/e-shijinsou/twitter.png");
    background-size: 14px 12px
}

.common_sns a.related {
    width: 180px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    margin-bottom: 8px;
    font-size: 11px;
    border-radius: 2px;
    background-color: #5F5E5E;
    text-decoration: none;
    display: inline-block
}

.common_sns a.related:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 4px;
    vertical-align: middle;
    background: url("/images/app_form/e-shijinsou/bottom-arrow.png");
    background-repeat: no-repeat;
    background-size: 11px 6px
}

/*--- Wowma! ---*/

.wowma {
    max-width: 100%;
    padding-bottom: 40px;
    text-align: left;
    background-color: #fff;
    margin-top:-25px;
}
.wowma h3 {
    max-width: 100%;
    margin-bottom: 15px;
}
.wowma .item {
    padding: 8px 15px;
    overflow: hidden;
}
.wowma .item img{
    max-width: 100%;
}
.wowma .item_image {
    float: left;
    margin-right: 10px;
    width:35%;
}
.wowma .item_name {
    overflow: hidden;
    font-size: 0.85rem;
    font-weight: bold;
}
.wowma .item_name a {
    color: #367ce2;
    text-decoration: underline;
}
