html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin:0 auto;
  text-align:left;
  color:#444444;
  font-size:14px;
  line-height:1.9;
  letter-spacing:1px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}


#pc_area {
  width:980px;
  margin:0 auto;
}


#sp_area {
  display:none;
}

.sp_display {
  display:none;
}

#main_area {
  width:760px;
  float:left;
}

#top #section_4,#top #top_banner {
  margin:0 20px;
  width:720px;
}

#news #section_1,#news #section_2,#news #section_4,#news #section_3,#main_header {
  margin:0 35px;
}


/*ヘッダー*/
header div,header span,header h1,header p,header img,header ul,header li {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  background-color: rgb(255, 255, 255);
  line-height: 1.5;
  letter-spacing: 0;
}

header a {  outline: none;}
header a:focus {outline: none;}
header a img {text-decoration: none;}
header a {display: inline-block;}
header a:link { color:#333;text-decoration:underline;}
header a:visited { color:#333;}
header a:hover { color:#333;text-decoration: none;}
header a:active { color:#333;}

header ul, ol {list-style-type: none;}

#sub .push a {
  position: relative;
  top: 0;
}
#sub .push a:hover {
  opacity: 0.7;
}

#header .inner,#nav-area .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#sub .clearfix:after {
  display: block;
  clear: both;
  content: '';
}

#header .txt {
  font-size: 12px;
  left: -1px;
  position: absolute;
  top: 20px;
}
#header .img {
  left: 252px;
  position: absolute;
  top: 2px;
}
#logo {
  left: 0px;
  position: absolute;
  top: 40px;
}
#logo-type {
  right: 0;
  position: absolute;
  top: 14px;
}

#nav-area ul li#nav04 a.init-bottom {
  background: #ffdadf;
  border-right: 1px solid #ffdadf;
  border-left: 1px solid #ffdadf;
  color: #222;
}

#sub {
  right: 0;
  position: absolute;
  top: 48px;
}
#sub .link {
  float: left;
  margin: 1px 0 0 0;
  overflow: hidden;
}
#sub .link li {
  font-size: 12px;
  float: left;
}

#sub .btns {
  float: right;
}
#sub .btns li {
  display: inline-block;
  margin: 0 0 10px 10px;
  height: 27px;
  overflow: hidden;
}
#sub .btns li a {
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  text-decoration: none;
}

#sub .btns .btn-mypage a {
  background: url(../images/btn_lpink_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}
#sub .btns .btn-mypage a span {
  padding: 0 0 0 27px;
}
#sub .btns .btn-regist a {
  background: url(../images/btn_grn_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}
#sub .btns .btn-regist a span {
  padding: 0 0 0 25px;
}
#sub .btns .btn-login a {
  background: url(../images/btn_pink_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}
#sub .btns .btn-login a span {
  padding: 0 0 0 32px;
}

#sub .btns .btn-logout {
  width: 100px;
  background: #fff;
}
#sub .btns .btn-logout a {
  background: url(../images/icn_arrow_05.png) no-repeat 8px center;
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px!important;
  padding: 0 9px;
  text-align: center;
}
#sub .btns .btn-logout a span {
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
#sub .btns .btn-logout:hover {
  background: #ccc;
}
#nav-area{
  padding: 86px 0 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #d82035;
}
#nav-area ul#first-level{
  display: flex;
  flex-wrap: wrap;
}
#nav-area ul#first-level > li{
  display: inline-block;
  width: 25%;
  height: 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index:100;
}
#nav-area ul#first-level > li:last-child{
  border-right: none;
}
#nav-area ul#first-level > li > a{
  background: #d82035;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
#nav-area ul#first-level > li:hover a{
  opacity: 0.8;
}
#nav-area ul#first-level li ul.second-level {
  width: 100%;
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}
#nav-area ul#first-level li ul.second-level li{
  width: 100%;
  height: 40px;
  color: #000;
  background: #fff;
  z-index:100;
}
#nav-area ul#first-level li ul.second-level li a{
  text-decoration: none;
  color: #000;
  position: relative;
  font-weight: bold;
  display: block;
  font-size: 12px;
  text-align: left;
  margin: 0 15px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px;
}
#nav-area ul#first-level li ul.second-level li a:after{
  content: '';
  position: absolute;
  right: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d82035;
  border-right: 2px solid #d82035;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-area ul#first-level li ul.second-level li a:hover{
  opacity: 0.6;
}
#nav-area ul#first-level li:hover  ul.second-level {
  border: 2px solid #e6e6e6;
  visibility: visible;
  opacity: 1;
}
/*フッター*/
#footer div,#footer ul,#footer li,dl, dt, dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer {
  background-color: rgb(255, 255, 255);
  line-height: 1.5;
  letter-spacing: 0;
}

#footer a {outline: none;}
#footer a:focus {outline: none;}
#footer a img {text-decoration: none;}
#footer a {display: inline-block;}
#footer a:link {color:#333;text-decoration:underline;}
#footer a:visited {color:#333; }
#footer a:hover {color:#333;text-decoration: none;}
#footer a:active {color:#333;}

#footer ul, ol {list-style-type: none;}

#footer .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#footer .clearfix:after {
  display: block;
  clear: both;
  content: '';
}

#footer {
  background: #fff;
  padding: 24px 0 0;
  position: relative;
}
#footer .inner {
   margin: 0 auto;
   width: 1024px;
}
#footer .footer-overview {
  padding: 0 0 17px;
}
#footer .footer-overview dt {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px;
}
#footer .footer-overview dd {
  font-size: 10px;
  line-height: 1.667;
}
#footer .footer-search {
  background: url(../images/bdr_01.png) repeat-x left top;
  padding: 21px 0 5px;
}
#footer .footer-search dt,
#footer .footer-search dd {
  line-height: 1;
  margin: 0 0 8px;
}
#footer .footer-search dt {
  clear: left;
  float: left;
  width: 84px;
}

#footer .footer-search dt a {
  color: #d82035;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}

#footer .footer-search dt a:hover {
  text-decoration: underline;
}

#footer .footer-search dd {
  float: left;
  width: 940px;
}
#footer .footer-search dd ul {
  font-size: 0;
  vertical-align: top;
}
#footer .footer-search dd ul li {
  display: inline-block;
  font-size: 12px;
}
#footer .footer-about-block {
  background: url(../images/bdr_01.png) repeat-x left top;
  padding: 19px 0 20px;
}
#footer .footer-about-info {
  float: left;
  width: 868px;
}

#footer .footer-about dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
#footer .footer-about dd {
  line-height: 1.833;
}
#footer .footer-about dd ul {
  font-size: 0;
  vertical-align: top;
}
#footer .footer-about dd ul li {
  display: inline-block;
  font-size: 10px;
}
#footer .footer-about .footer-company {
  font-size: 0px;
}
#footer .footer-about .footer-company p {
  display: inline-block;
  font-size: 10px;
  margin: 0 12px 0 0;
}
#footer .footer-about .footer-company ul {
  display: inline-block;
  font-size: 12px;
}
#footer .footer-about-info > .footer-mark-list {
  font-size: 0;
  height: 58px;
  margin: 17px 0 0;
}
#footer .footer-about-info > .footer-mark-list li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}
#footer .footer-about-info .tosho {
  margin: 0 40px 0 0;
}
#footer .footer-about-info .privacymark {
  margin: 0 30px 0 0;
}
#footer .footer-about-info .privacymark .mark {
  float: left;
  width: 58px;
}
#footer .footer-about-info .privacymark p {
  float: right;
  font-size: 10px;
  height: 48px;
  line-height: 1.7;
  margin: 10px 0 0 10px;
  vertical-align: bottom;
  width: 190px;
}
#footer .footer-about-info .positive a {
  font-size: 10px;
  line-height: 1.4;
}
#footer .footer-about-sns {
  float: right;
  padding: 3px 0 0;
  width: 156px;
}
#footer .footer-about-sns ul {
  font-size: 0;
  text-align: right;
}
#footer .footer-about-sns li {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 15px;
}
#footer .footer-about-sns li:first-child {
  margin: 0 0 0;
}

#copyright {
  background: #000;
}

#copyright p {
  color: #FFF;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  width: 1024px;
}

#pagetop {
  bottom: 10px;
  height: 113px;
  margin-right: -523px;
  position: absolute;
  right: 50%;
  width: 129px;
}
#pagetop a {
  display: block;
}

/*大分類*/
h1 {
  color: #2a2a2a;
  font-size: 178%;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 9px 0;
}

h2 {
  clear: both;
  font-size: 125%;
  font-weight: bold;
  color: #e60039;
  line-height: 1.5;
  letter-spacing: 1.5px;
  border-left: solid 8px #e60039;
  padding-left: 10px;
  margin: 20px 0;
  box-sizing: border-box;
  text-align: left;
}

h3 {
  clear: both;
  font-size:100%;
  font-weight:bold;
  color:#e60039;
  line-height:1.5;
  margin:15px 0;
}

h4 {
  font-size:100%;
  font-weight:bold;
  color:#e60039;
  line-height:1.5;
  margin:15px 0;
}

a {
  color:#2b9cd1;
  text-decoration:none;
  border:none;
  word-break: break-all;
}

a:hover {
  text-decoration:underline;
}

div,figure,p {
  margin:0;
  padding:0;
}

img {
  border:none;
}

.float_r {
  float:right;
}

.float_l {
  float:left;
}

.text_left {
  text-align:left;
}

.text_right {
  text-align:right;
}

.text_center {
  text-align:center;
}

.right_img {
  margin:0 0 0 25px;
}

.left_img {
  margin:0 25px 0 0;
}

.center {
  margin:0 auto;
  text-align:center;
}

.displaynone {
  display: none;
}

/*パンくず*/
.bread_crumb {
  margin:0 0 20px 0;
  padding:0;
  font-size:81%;
}

.bread_crumb li {
  list-style-type: none;
  display: inline;
}

.bread_crumb li:after {
  content:" ＞";
}

.bread_crumb .current:after {
  content:" ";
}

/* カテゴリメニュー */
.category_nav {
  text-align: center;
}

.category_nav ul {
  margin:4px 0 15px 0;
  padding:0;
}

.category_nav li {
  list-style-type: none;
  display: inline;
  color:#e60039;
}

.category_nav a {
  text-decoration:none;
  color:#e60039;
}

.category_nav a:hover {
  padding-bottom:3px;
  border-bottom:solid 2px #e60039;
}

.logo_menu .category_nav ul {
  margin:0px 0 15px 0;
  padding:0;
}

/* 次のページ */
.news_footer {
  margin:0 auto;
  font-size:100%;
  letter-spacing:1px;
  background-color:#e60039;
  color:#fff;
  padding:3px 0;
  box-sizing:border-box;
}

.news_footer a {
  color:#fff;
  text-decoration:underline;
}

.news_footer a:hover {
  text-decoration:none;
}

#top .news_footer {
  width:720px;
  margin-bottom: 25px;
 }

/*SNSボタン*/
.socialmediabottan ul {
  padding:0;
}

.socialmediabottan li {
  list-style-type: none;
  display: inline;
}

.socialmediabottan .snsHatena {
  display: inline;
  padding:0;
  margin:0;
}
.socialmediabottan .pocket-btn {
  display: inline;
  vertical-align: sub;
}

.socialmediabottan .fb_iframe_widget span {
vertical-align:baseline !important;
}

.share_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.share_item {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  line-height: 1;
  width: 24%;
}
.share_item a {
  background: none no-repeat scroll 0.5rem center;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}
.share_item.line_share a {
  background-color: #00b900;
  background-image: url(../images/pc_share_line.png);
}
.share_item.hatena_share a {
  background-color: #00a4de;
  background-image: url(../images/pc_share_hatena.png);
}

.share_item.twitter_share a {
  background-color: #1da1f2;
  background-image: url(../images/pc_share_twitter.png);
}

.share_item.facebook_share a {
  background-color: #3b5998;
  background-image: url(../images/pc_share_facebook.png);
}

/*Facebook大型ボタン*/
#fb_bigbox {
  width:100%;
  height:auto;
  color:#fff;
  line-height:0;
  font-size:100%;
}

#fb_bigbox table {
border-collapse:collapse;
border:none;
}

#fb_bigbox td {
  width:50%;
  height:auto;
}

#fb_bigbox .fbbox_r {
  width:50%;
  background-color:#88abda;
  text-align:center;
  vertical-align:middle;
  line-height:1.8;
  letter-spacing:1px;
  padding:0;
  box-sizing:border-box;
}

#fb_bigbox .fbbox_r .socialmediabottan {
  padding:10px
}

#fb_bigbox .fbbox_r .title {
  font-size:135%;
  letter-spacing:0.5px;
  font-weight:normal;
  padding:0 0 4px 0;
}

#fb_bigbox .fbbox_l img {
  width:100%;
  min-width: 341px;
  height:auto;
  margin:0;
}

#fb_bigbox .fbbox_l {
  width:50%;
  height:auto;
}


/* TOP詳細 */
#top #top_banner .main_img {
  width:508px;
  height:345px;
  border: solid 1px #fff;
}

#top #top_banner .main_img_inner {
  width:100%;
}

#top_banner .main_img a {
  text-decoration:none;
}

#top_banner .main_img  a:hover {
color:#fff;
opacity:0.8;
filter:alpha(opacity=80);
background:none!important;
zoom:1;
display:inline-block;
}

#top #top_banner .link_list {
  display: table;
  font-size: 90%;
  line-height: 1.4;
  letter-spacing: 0px;
  width:210px;
  padding:0;
  margin:0;
}

#top #top_banner .link_list .cell {
  line-height: 1.5;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  height:85px;
  padding: 8px 15px;
  box-sizing: border-box;
  border: solid 1px #fff;
  width:210px;
}

#top #top_banner .link_list a {
  color:#444;
}

#top #top_banner .link_list a:hover {
  color:#fff;
  text-decoration:none;
}

#top #top_banner .shitnyaku_tab_on {
  color: #fff;
  background-color: #e50039;
}

#top #top_banner .shitnyaku_tab_on a {
  color: #fff;
}

#top #top_banner .shitnyaku_tab {
  color:#444;
  background-color: #f0f0f0;
}

#main_header .logo_menu {
  width:500px;
  text-align:center;
  padding:0 0 0 10px;
}

#main_header .logo_menu .WT_logo {
  margin: 4px 0 0 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
}

#main_header .logo_menu .WT_logo a:hover {
  text-decoration:none;
  border-style:none;
}

#main_header .date_img {
  width:86px;
  height:98px;
  background-image:url("../images/back_date.gif");
  text-align:center;
}

#main_header .date_img p {
  color:#fff;
  font-size:11px;
  line-height: 22px;
  letter-spacing:0px;
  padding:25px 0 0 0;
  margin:0;
  display: inline-block;
}

#main_header .date_img .big_day {
  font-size:40px;
}

#main_header .date_img .number {
   width:20px;
   padding:36px 0 0 5px;
}

#main_header .date_img .number_{
  font-size:32px;
  font-weight:normal;
  letter-spacing:-2px;
  padding:31px 0 0 0;
}

/* TOPコンテンツ */
#article_area {
  width:720px;
  margin:0 20px 10px 20px;
  padding: 10px 18px;
  background:#eee;
  display:inline-block;
  box-sizing: border-box;
}

#article_area .article_box {
  width: 220px;
  margin: 10px 4px;
  position: relative;
  background-color: #fff;
}

#article_area .article_box .ribbon {
  position: absolute;
  width: 62px;
  height: 65px;
  top:-8px;
  left:5px;
}

#article_area img {
  vertical-align:bottom;
  width:220px;
  height:147px;
  margin-bottom: 10px;
}

#article_area .article_box .info {
  color: #6f6e6e;
  font-size:10px;
  background-color: #eee;
  margin-top: 10px;
}

#article_area .article_box .info a {
  color: #6f6e6e;
}

#article_area .article_box a:hover {
color:#2a2a2a;
opacity:0.8;
filter:alpha(opacity=80);
background:none!important;
zoom:1;
}

#top #section_3 {
  background-image:url("../images/back.gif");
  background-size:cover;
  padding-bottom:14px;
  margin-bottom:50px;
}

#top #section_4 {
  background-image:url("../images/back.gif");
  background-size:cover;
  padding-bottom:14px;
  margin-bottom:50px;
}

#top #section_3 .text_3{
  width:630px;
  height:68px;
}

#top #section_3{
margin-top:30px;
}

#top #section_3 .news_3{
  text-align:center;
  box-sizing:border-box;
  border:none;
  background-color:#e60039;
  color:#fff;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin:0 0 17px 0;
}

#top #section_3 a {
  display:block;
  color:#000;
  text-decoration:none;
  background-color:#fff;
  margin: 0 20px 4px 20px;
  line-height: 1.3;
  font-size: 82%;
  padding: 10px;
  letter-spacing:0.3px;
}

#top #section_3 a:hover {
  background-color:#eee;
}

#top #section_3 .box .title_text {
  font-size:115%;
  letter-spacing:0.6px;
  line-height: 2;
}
#recommend {
  background-image:url("../images/back.gif");
  background-size:cover;
  padding-bottom:14px;
}

#recommend .news_rec {
  text-align:center;
  box-sizing:border-box;
  border:none;
  background-color:#1ab3b1;
  color:#fff;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin:0;
}

#top #section_4 {
  background-image:url("../images/back.gif");
  background-size:cover;
  padding-bottom:14px;
  margin-bottom:50px;
}

#top #section_4 .news_4{
  text-align:center;
  box-sizing:border-box;
  border:none;
  background-color:#1ab3b1;
  color:#fff;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin:0 0 17px 0;
}

#top #section_4 a {
  display:block;
  height:36px;
  box-sizing:border-box;
  color:#000;
  text-decoration:none;
  background-color:#fff;
  background-image:url("../images/icon_1.gif");
  background-repeat:no-repeat;
  margin: 8px 35px;
  padding:10px 50px;
  font-size: 100%;
  font-weight:bold;
  line-height: 1.3;
  letter-spacing:1px;
}

#top #section_4 a:hover {
  background-color:#eee;
}

/* レコメンド */
.bg {
  background: url(/th/pc/img/top/bg_01.png) repeat top left;
  width:720px;
  margin:0 auto;
}
#news .bg {
  width:690px;
}
#recommend {
  margin: 0 0 20px;
}
#recommend h2{
  margin: 0 0 19px;
}
#recommend ul {
  overflow: hidden;
}
#recommend ul li {
  background: #fff;
  float: left;
  margin: 0 0 0 8px;
  padding: 20px 18px 19px;
  width: 160px;
  list-style-type:none;
}
#recommend ul li:first-child {
  margin: 0;
}
#recommend ul li .img {
  margin: 0 0 9px;
}
#recommend ul li .img:hover {
  opacity:.7;
  filter: alpha(opacity=70);
}
#recommend ul li .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
  min-height: 36px;
}
#recommend ul li .name:hover {
  text-decoration:underline
}
#recommend ul li .txt a {
  font-size: 12px;
  min-height: 54px;
}
#recommend #slider {
  margin:0 auto;
  padding-bottom:10px;
}

#recommend .sp-arrows .sp-previous-arrow {
  left:4px;
}
#recommend .sp-arrows .sp-next-arrow {
  right:4px;
}
/* サイドバー */
#side_bar {
  width:220px;
  float:right;
}

#side_bar .new_atcls {
  background-color:#fbe8eb;
  padding-bottom:15px;
  margin-bottom:15px;
  width:200px;
}

#side_bar .ranking {
  padding-bottom:15px;
  margin-bottom:15px;
  width:200px;
}

#side_bar .new_atcls .head {
  border-bottom:1px solid #fbc7ce;
  padding:5px 0;
  margin:0 10px;
}

#side_bar .ranking .head {
  border-bottom:1px solid #e1f0b8;
  padding:5px 0;
  margin:0 10px;
}

#side_bar .head img {
  padding-top:2px;
  padding-right:5px;
}

#side_bar .head .txt {
  font-weight:bold;
  letter-spacing:0;
  font-size:90%;
  padding-top:2px;
}

#side_bar .new_atcls .atcl {
  border-bottom:1px solid #fbc7ce;
  width:180px;
  margin:0 10px;
  padding:5px 0;
}

#side_bar .ranking .atcl {
  border-bottom:1px solid #e1f0b8;
  width:180px;
  margin:0 10px;
  padding:5px 0;
}

#side_bar .ranking .rank_nb {
  height:20px;
  font-weight:bold;
}

#side_bar .atcl .inner {
  float:left;
  width:56px;
  line-height:0;
  padding:5px 5px 5px 0;
}

#side_bar .new_atcls .more_btn {
  display:none;
}

#side_bar .more_btn img {
  margin:15px auto 0 auto;
  display:block;
}

#side_bar .more_btn img:hover {
  -webkit-filter: opacity(0.8);
  -moz-filter: opacity(0.8);
  -o-filter: opacity(0.8);
  -ms-filter: opacity(0.8);
  filter: opacity(0.8);
}

#side_bar .inner_img {
  line-height:0;
  width:56px;
}

#side_bar .inner_txt {
  font-size:10px;
  letter-spacing:0;
  line-height:1.8;
}

#side_bar .inner_txt.atcl_title {
  line-height:1.2;
}

#side_bar .inner_txt a {
  display:table;
}

#side_bar .last {
  border:none;
}

.search_box {
  margin-bottom:10px;
}

.sitemap {
  margin-bottom: 20px;
}
/*記事ページの詳細*/
#news #section_1 p {
  margin:0 0 14px 0;
  padding:0;
}

#news #main_header .logo_menu {
  width:500px;
  text-align:center;
  padding:0 0 0 10px;
}
#news #main_header .logo_menu .WT_logo {
  margin:0;
}

#news #main_header .logo_menu .WT_logo a:hover {
  text-decoration:none;
  border-style:none;
}

#news #main_header .logo_menu ul {
  margin:0;
  padding:0;
}

#news #main_header .logo_menu li {
  list-style-type: none;
  display: inline;
  color:#e60039;
}

#news #main_header .logo_menu a {
  text-decoration:none;
  color:#e60039;
}

#news #main_header .logo_menu a:hover {
  padding-bottom:3px;
  border-bottom:solid 2px #e60039;
}

#news #main_header .date_img {
  width:86px;
  height:98px;
  background-image:url("../images/back_date.gif");
  text-align:center;
}

#news #main_header .date_img p {
  color:#fff;
  font-size:11px;
  line-height:0;
  letter-spacing:0px;
  padding:4px 0 0 0;
  margin:0;
  display: inline-block;
}

#news #main_header .date_img .number {
   width:20px;
   padding:36px 0 0 5px;
}

#news #main_header .date_img .number_{
  font-size:32px;
  font-weight:normal;
  letter-spacing:-2px;
  padding:31px 0 0 0;
}

#news #section_1 .tag_box_{
  font-size:12px;
  line-height:1.5;
}

#news #section_1 .tag_box {
  font-size:12px;
  line-height:1.5;
  padding-left:5px;
  width:620px;
}

#news #section_1 .title_box {
  border-top:solid 2px #e4e4e4;
  border-bottom:solid 2px #e4e4e4;
  padding:20px 0;
}

#news #section_1 .caption_box {
  background-color:#eee;
  width:100%;
  box-sizing:border-box;
  padding:20px 0 20px 20px;
  margin:10px 0;
  line-height:1.4;
  font-size:89%;
}

#news #section_1 .caption_box p {
  padding:0;
  margin:0;
}

#news #section_1 .caption_box .title {
  width: 520px;
  font-size:110%;
  font-weight:bold;
  line-height:1.7;
  padding-bottom:5px;
}

#news #section_1 .caption_box .text {
  width:520px;
}

#news #section_1 .caption_pic {
  width:112px;
  margin:0 20px 0 0;
}

#news #section_1 .writer {
 margin:35px 0 35px 0;
}

#news #section_1 .news_pic {
  display: block;
  margin-bottom:15px;
}


#news #section_1 .news_pic figure {
  display: table;
  width: 160px;
  *width: auto;
}

#news #section_1 .news_pic img {
  max-width: 664px;
}

#news #section_1 figure figcaption {
  width: auto;
  font-size:11px;
  line-height:1.4;
  letter-spacing:0.2px;
  color:#696969;
  padding-bottom:3px;
  padding-left:5px;
}

#news #section_2 {
  margin-bottom:45px;
}

#news #section_2 .archive {
  margin:28px 0 75px 0;
}

#news #section_2 .archive li {
  list-style-type: none;
  display: inline;
  margin:7px;
}

#news #section_2 .archive a {
  background-color:#d2d2d2;
  text-decoration:none;
  color:#000;
  padding:13px 16px;
}

#news #section_2 .archive a:hover {
  background-color:#e60039;
  color:#fff;
}

#news #section_2 .archive .now_li a {
  background-color:#e60039;
  color:#fff;
}

#news #section_3,#news #section_4 {
  background-image:url("../images/back.gif");
  background-size:cover;
  padding-bottom:14px;
  margin-bottom:50px;
}

#news #section_3 .text_3{
  width:630px;
  height:68px;
}

#news #section_3 .news_3{
  text-align:center;
  box-sizing:border-box;
  border:none;
  background-color:#e60039;
  color:#fff;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin:0 0 17px 0;
}

#news #section_3 a {
  display:block;
  color:#000;
  text-decoration:none;
  background-color:#fff;
  margin: 0 20px 4px 20px;
  line-height: 1.3;
  font-size: 82%;
  padding: 10px;
  letter-spacing:0.3px;
}

#news #section_3 a:hover {
  background-color:#eee;
}

#news #section_3 .box .title_text {
  font-size:115%;
  letter-spacing:0.6px;
  line-height: 2;
}
#news #section_4 .news_4{
  text-align:center;
  box-sizing:border-box;
  border:none;
  background-color:#1ab3b1;
  color:#fff;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin:0 0 17px 0;
}

#news #section_4 a {
  display:block;
  height:36px;
  box-sizing:border-box;
  color:#000;
  text-decoration:none;
  background-color:#fff;
  background-image:url("../images/icon_1.gif");
  background-repeat:no-repeat;
  margin: 8px 35px;
  padding:10px 50px;
  font-size: 100%;
  font-weight:bold;
  line-height: 1.3;
  letter-spacing:1px;
}

#news #section_4 a:hover {
  background-color:#eee;
}

/*Categoryページ*/
#cate_header {
  text-align: center;
  padding: 20px;
  margin:0 20px;
}

.cate_border {
  border-top: solid 2px #e4e4e4;
}

#cate_header .cate_name {
  color:#e60039;
  font-size: 26px;
  vertical-align: text-bottom;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.alignright {
  float: right;
  margin: 0 0 0 15px;
}
.alignleft {
  float: left;
  margin: 0 15px 0 0;
}
.aligncenter {
  text-align:center;
  margin: 0 auto;
}

.clearfix {
  display:inline-block;
}

.clearfix:after {
  clear:both;
  display:block;
}

.submit {
  border:0px;
  width:48px;
  height:22px;
  background:url(../images/mushi.png) center no-repeat;
}

.submit:hover {
  border:0px;
  width:48px;
  height:22px;
  background:url(../images/mushi_on.png) center no-repeat;
}

.field {
  color: #555555 !important;
  padding:2px;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:140px;
}

#article_area .article_box .caption {
  color: #2a2a2a;
  width: 202px;
  height: 54px;
  background-color: #fff;
  margin: 2px 5px 22px 10px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: initial;
  border: none;
}
#cate_header {
  text-align: center;
  padding: 21px;
  margin: 0 20px;
}
#cate_header img {
  vertical-align: top;
}
#cate_header .cate_name {
  color: #e60039;
  font-size: 26px;
  vertical-align: text-bottom;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin: 0;
  display: inline;
  font-weight: normal;
}

.fbshare {
  background: #3B5998;
  display: inline-block;
  position: relative;
  top: -6px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 3px;
  padding-right: 5px;
}

.fbshare:hover {
  background: #4267b2;
  text-decoration: none;
}

.fbshareimg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: none;
}

.fbsharecounter {
  margin-left: 5px;
  margin-right: 12px;
}

/* balloon */
#main_area .balloon-block {
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
  line-height: 1.5;
  color: #333333;
}
#main_area .balloon-block > .balloon-type-left:after,
#main_area .balloon-block > .balloon-type-right:after {
  display: block;
  clear: both;
  content: "";
}
#main_area .balloon-block > .balloon-type-left > .balloon-speaker {
  float: left;
  margin-right: -70px;
  width: 70px;
}
#main_area .balloon-block > .balloon-type-right > .balloon-speaker {
  float: right;
  margin-left: -70px;
  width: 70px;
}
#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-icon,
#main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-icon {
  text-align: center;
  height: 60px;
}
#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-icon > img.balloon-icon,
#main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-icon > img.balloon-icon {
  height: 59px;
  width: 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-radius: 50%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-speaker-name,
#main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-speaker-name {
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  padding: 0;
}
#main_area .balloon-block > .balloon-type-left > .balloon-area {
  float: left;
  position: relative;
  margin-left: 80px;
  margin-right:80px;
}
#main_area .balloon-block > .balloon-type-left > .balloon-area:before {
  position: absolute;
  top: 9px;
  left: -6px;
  z-index: 1;
  height: 0;
  width: 0;
  border-style: solid solid solid none;
  border-width: 6px;
  border-color: transparent #CCCCCC;
  content: "";
}
#main_area .balloon-block > .balloon-type-left > .balloon-area:after {
  position: absolute;
  top: 9px;
  left: -5px;
  z-index: 3;
  height: 0;
  width: 0;
  border-style: solid solid solid none;
  border-width: 6px;
  border-color: transparent #FFFFFF;
  content: "";
}
#main_area .balloon-block > .balloon-type-right > .balloon-area {
  float: right;
  position: relative;
  margin-right: 80px;
  margin-left:  80px;
}
#main_area .balloon-block > .balloon-type-right > .balloon-area:before {
  position: absolute;
  top: 9px;
  right: -6px;
  z-index: 1;
  height: 0;
  width: 0;
  border-style: solid none solid solid;
  border-width: 6px;
  border-color: transparent #CCCCCC;
  content: "";
}
#main_area .balloon-block > .balloon-type-right > .balloon-area:after {
  position: absolute;
  top: 9px;
  right: -5px;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid none solid solid;
  border-width: 6px;
  border-color: transparent #FFFFFF;
  content: "";
}
#main_area #section_1 .balloon-block > .balloon-type-left > .balloon-area > .balloon-text,
#main_area #section_1 .balloon-block > .balloon-type-right > .balloon-area > .balloon-text {
  font-size: 14px;
  line-height: 1.9;
  position: relative;
  padding: 16px 20px;
  z-index: 2;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-radius: 5px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight:400;
  font-style:normal;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}

#main_area .marker_yellow {
  background: linear-gradient(transparent 80%,#f8e81c 0);
  font-weight: 700;
  font-family: "NotoSansCJKjp", sans-serif;
  background-position-y: 19px;
}

/*サイトマップ*/
.sitemap_tag li {
  float: left;
  list-style: none;
  word-break: keep-all;
  display: contents;
}

span.tag_span {
  margin: 0px 5px;
}

/* ショートコード 記事画像 */
#section_1 .article-image {
  max-width: 100%;
  display: table;
}
#section_1 .article-image-align-right {
  float: right;
  margin: 20px 0px;
}

#section_1 .article-image-align-left {
  float: left;
  margin: 20px 0px;
}

#section_1 .article-image-align-center {
  text-align: center;
  margin: 20px auto;
}
#section_1 .article-image figure img {
  max-width: 690px;
}
#section_1 .article-image-title {
  text-align: left;
  padding: 5px;
  font-weight: bold;
}

#section_1 .article-image-discription {
  text-align: left;
  padding: 0 5px;
  font-weight: normal;
}

/* 連載記事＆ショートコード 連載リンク */
#section_1 .category-list-link-header,
#section_2 .category-list-link-header {
  font-weight:bold;
  font-size: 18px;
  margin-bottom: 5px !important;
}
#section_1 .category-list-link,
#section_2 .category-list-link {
  word-break:break-all;
  margin-bottom: 20px;
}

.editor_rensai_title_box {
  background-image: url(//womantype.typemag.jp/wp-content/uploads/2015/12/bg_rensai_title.png);
  color: #5c5959;
  font-size: 14px;
  line-height: 160%;
  padding: 20px 20px 5px;
  margin-bottom: 15px;
}
.editor_rensai_title_box_shoulder {
  font-size: 105%;
  font-weight: bold;
  line-height: 1.2;
  color: #ea470b;
  margin-bottom: 5px;
  width: 100%;
}
.editor_rensai_title_box_title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.7;
  color: #ea470b;
  margin-bottom: 7px;
}

/*記事内youtube埋め込み用*/
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin : 1em auto;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*記事内ボックスデザイン用*/
.box1 {
  font-size: 17px;
  padding: 1em;
  margin: 2em 0;
  border: solid 3px #e60039;
}
.box1 p {
  margin: 0 !important;
  padding: 0 !important;
}
.box2 {
  font-size: 17px;
  padding: 1em;
  margin: 2em 0;
  background: #FFF;
  border: solid 3px #e60039;
  border-radius: 10px;
}
.box2 p {
  margin: 0 !important;
  padding: 0;
}

.box3 {
  font-size: 17px;
  position: relative;
  margin: 4em 0;
  padding: 1em;
  border: solid 3px #e60039;
}
.box3 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  background: #e60039;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box3 p {
  margin: 0 !important;
  padding: 0;
}
.box4 {
  font-size: 17px;
  margin: 2em 0;
  background: #FBE8EB;
}
.box4 .box-title {
  font-size: 17px;
  background: #e60039;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box4 p {
  padding: 15px 20px !important;
}

/*ページネーション*/
.pagination .now a {
  background-color: #1ab3b1;
  color: #fff;
}

.pagination li a {
  color: #000;
  display: inline-block;
  background-color: #eee;
  height: 47px;
  width: 47px;
  padding: 17px 0;
  box-sizing: border-box;
  line-height: 1;
}

.pagination li {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

#single_post_outer .pagination {
  margin: 15px 0 20px 0;
}

.pagination {
  text-align: center;
  margin: 50px 0 60px 0;
}

.pagination li.prev a {
  background-image: url(/wt/feature/sta/images/pagep.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
}

.pagination li.dot {
  background-color: transparent;
}

.pagination li.next a {
  background-image: url(/wt/feature/sta/images/pagen.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
}

div.read_more_button {
  text-align: center;
  margin-bottom: 20px;
}
a.read_more {
  background-color: #1ab3b1;
  border-radius: 20px;
  width: 235px;
  display: inline-block;
  color: #FFFFFF;
  height: 30px;
  padding-top: 7px;
}
a.read_more:hover {
  opacity: 0.7;
  text-decoration: none;
}