/*
Theme Name: 吟詠吟舞錦凰流
Description: 吟詠吟舞錦凰流のテーマ
*/


/* ===============================================
共通
=============================================== */
:root {
  /* 色 */
  --black-color:#333333;
  --white-color: #fff;
  --gold-color:#c69c6d;
  --blue-color:#3fa9f5;
  --light-blue-color:#c7eafe;
  --light-pink-color:#f8c7c0;
  --light-purple-color:#9fa1ca;
  --orange-color:#fbb03b;
  --light-gray-color:#f5f5f5;
}


html {
  color: var(--black-color);
  line-height: 1.4;
  font-size: 16px;
  box-sizing: border-box;
  font-family: serif;
}

body{
    margin:0;
}

p {
    margin:0 0 1em 0;
    padding:0;
    font-size:16px;
    line-height:1.6;
}

a {
  text-decoration: none;
  color: var(--black-color);
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

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


table {
    border-collapse: collapse;
    width: 100%;
}

table tr ,table th ,table td {
    border-collapse: collapse;
}


.sp {
  display: none;
}

.content {
  width: 1000px;
  margin:0 auto;
}

.inner {
  padding :0 0 80px;
}

h2 {
  font-size:30px ;
  text-align: center;
  line-height:1.4;
  padding:40px 0;
  margin:0 0 50px;
  letter-spacing:0.3em;
}

h2 span {
  font-size:20px;
  display: block;
  letter-spacing:0.1em;
}


.bg_message {
  background:var(--light-blue-color);
  background-image:url(images/bg_h2_message.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_profile {
  background:var(--light-pink-color);
  background-image:url(images/bg_h2_profile.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_about {
  background:var(--light-purple-color);
  background-image:url(images/bg_h2_about.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_information {
  background:var(--light-blue-color);
  background-image:url(images/bg_h2_information.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_gallery {
  background:var(--light-pink-color);
  background-image:url(images/bg_h2_gallery.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_contact {
  background:var(--light-purple-color);
  background-image:url(images/bg_h2_contact.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

h3 {
  font-size:24px;
  line-height:1.6;
  margin: 0 0 1em;
  padding-top: 15px;
  background-image:url(images/h3.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

h4 {
  font-size:24px;
  margin:0 0 1em;
}

h5 {
  font-size:18px;
  margin:0 0 10px;
  font-weight: bold;
}


/* ヘッダー */

header {
  height: 60px;
  background:var(--black-color);
  padding:10px 40px 0;
}

.header_logo {
  /*position: absolute;
  top:30px;
  left:40px;
  z-index: 999;*/
  width: 200px;
}


/* フッター */

footer {
  background:var(--black-color);
  padding:40px 40px 60px 40px;
}

.footer_logo {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}

.footer_logo img {
  width: 200px;
}

.footer_sns {
  display: inline-block;
  width: 40%;
  text-align:center;
  margin-bottom: 40px;
}

.footer_sns a {
  display: inline-block;
  width: 40px;
  margin:10px 10px 10px;
}

.footer_navi {
  text-align:center;
  margin-bottom: 40px;
}

.footer_navi ul {
    display: flex;
  justify-content: space-between;
  /*padding-inline-start: 0;
  margin-block-start: 0;*/
}

.footer_navi ul li a{
  color: var(--white-color);
  display: block;
  padding:10px;
}

.copyright {
  color: var(--white-color);
  font-size: 10px;
  text-align:center;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* パンクズ */

.breadcrumb {
  margin:10px 0;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb ul i {
  margin-right: 10px;
}



/* メインビュー・スライダー */


.main_view {
  height: 800px;
  margin-bottom: 100px;
}

.main_view img {
  object-fit:cover;
  height: 800px;
}


/* お知らせ */

.news_area {
  background-image:
    url(images/bg_news_left.png), url(images/bg_news_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left,right bottom;
}


.news_title_area {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-top: 30px;
}

.news_title_area p {
  font-size: 28px;
  text-align: center;
  line-height:1.4;
}

.news_title_area span {
  display: block;
  font-size:21px;
}

.news_list_area {
  display: inline-block;
  width: 75%;
  font-size:16px;
}

.news_list {
  line-height:20px;
  margin:0 0 20px;
  padding:0 10px 5px 10px;
  border-bottom: 1px solid var(--black-color);
}


.news_list dt {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
}

.news_list .category {
  width: 10%;
  display: inline-block;
  font-size:14px;
  margin-inline-start:0;
  text-align:center;
  vertical-align: middle;
}

.news_list .category span a ,.single_deta .category span a ,.blog_text .category span {
  color: var(--white-color);
  padding:2px 5px 1px;
  display: block;
}

.news_list .category .news a ,.single_deta .category .news a ,.blog_text .category .news {
  background:var(--gold-color);
}

.news_list .category .blog a ,.single_deta .category .blog a  ,.blog_text .category .blog {
  background:var(--blue-color);
}

.news_list .news_title {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  margin-inline-start:20px;
}

.news_list_area .right {
  text-align:right;
}

.news_list_area .right img {
  height: 16px;
  width: auto;
  margin-left: 5px;
}



/* ブログエリア */

.blog_list_area {
  display: flex;
}

.blog_box {
  display: block;
  width: 22%;
  margin-right: 10px;
  padding:15px;
  background:var(--light-gray-color);
}

.blog_box:last-child {
  margin-right: 0;
}

.blog_img img {
  width: 220px;
  object-fit:cover;
  overflow: hidden;
}


.blog_text dl {
  display: flex;
  margin:5px 0;
}

.blog_text dl dt {
  width: 40%;
}

.blog_text dl dd {
  width: 35%;
  margin-inline-start: 15px;
  font-size: 12px;
  text-align: center;
}

.blog_content {
  font-size: 14px;
}

.p_right {
  font-size: 14px;
  ;text-align:right;
  margin-bottom:0;
}



/* バナーエリア */

.banner {
  display: flex;
  margin-bottom: 50px;
}

.banner_box {
  margin:5px;
}

.youtube {
  display: flex;
}

.youtube_box {
    position: relative;
    width: 100%;
    padding-top: 28.125%; /* 16:9のアスペクト比 */
    height: 0;
    margin:5px;

}

.youtube_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* メッセージエリア */
.message_area {
  background-image: url(images/bg_message.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30%;
}

.message_box {
  display: flex;
}

.message_left {
  width: 65%;
  padding-right:50px;
  order: 1;
}

.message_right {
  width: 35%;
  text-align:center;
  order: 2;
}

.message_right img {
  width: 80%;
  border-radius: 50%;
}
 .ryuou {
  text-align: center;
  margin-top: 5px;
 }


/* 略歴エリア */
.profile_area {
  background-image: url(images/bg_profile.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  background-size: 40%;
}

.profile_box {
  display: flex;
  margin-bottom: 40px;
}

.profile_left {
  width: 65%;
  order: 1;
}

.profile_right {
  width: 35%;
  order: 2;
}

.profile_left dl {
  margin-top: 0;
}

.profile_left dl dt{
  width: 10%;
  display: inline-block;
  vertical-align: top;
  margin-bottom:10px;
}

.profile_left dl dd{
  width: 88%;
  margin-left: 0;
  display: inline-block;
  margin-bottom:10px;
}

.profile_left ul li {
  margin-bottom:10px;
}


.history_text {
  margin-bottom: 40px;
}

.history_box {
  display: flex;
  margin-bottom: 40px;
}

.history_left {
  width: 25%;
}

.history_right {
  width: 75%;
  padding-left: 40px
}

.history_right p {
  margin-bottom: 40px;
}

.history_image_box{
  display: flex;
}

.history_image_left ,.history_image_right {
  width: 50%;
}

.history_image_left {
  margin-right: 5px;
}

.history_image_right {
  margin-left: 5px;
}


/* 吟剣詩舞エリア */

.about_area {
  background-image:
    url(images/bg_about_left.png), url(images/bg_about_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left bottom,right 20%;
  background-size: 35%,25%;
}

.about_text {
  margin-bottom:40px;
}

.about_box_1 ,.about_box_2 ,.about_box_3 {
  display: flex;
  margin-bottom:40px;
}

.about_box_1 .about_left_text ,.about_box_3 .about_left_text {
  width: 70%;
  padding-right: 40px;
  order: 1;
}

.about_box_1 .about_right_image ,.about_box_3 .about_right_image {
  width: 30%;
  order: 2;
}

.about_box_2 .about_right_text {
  width: 70%;
  padding-left: 40px;
}

.about_box_2 .about_left_image {
  width: 30%;
}

.beginner {
  position: relative;
  text-align: center;
  border: 2px solid var(--gold-color);
  width: 90%;
  margin:40px auto;
  background: var(--white-color);
}

.beginner::before,
.beginner::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  height: 2px;
  background: var(--gold-color);
}

.beginner::before {
  top: 16px;
}

.beginner::after {
  bottom: 16px;
}

.vertical_line {
  position: relative;
  padding: 40px;
}

.vertical_line::before,
.vertical_line::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 2px;
  background: var(--gold-color);
}

.vertical_line::before {
  left: 16px;
}

.vertical_line::after {
  right: 16px;
}

.beginner span {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--gold-color);
  border-radius: 0 0 100% 0;
}

.beginner .tl { top: 0; left: 0; border-radius: 0 0 100% 0; }
.beginner .tr { top: 0; right: 0; border-radius: 0 0 0 100%; }
.beginner .bl { bottom: 0; left: 0; border-radius: 0 100% 0 0; }
.beginner .br { bottom: 0; right: 0; border-radius: 100% 0 0 0; }


.to_contact {
  margin-top:40px;
  text-align: center;
}



/* 入門案内エリア */

.information_area {
  background-image:
    url(images/bg_information_left.png), url(images/bg_information_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 90%,right 20%;
  background-size: 30%,35%;
}

.information_text {
  text-align: center;
  margin-bottom:40px;
}

.detail {
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}

.detail_box {
  width: 33%;
  margin-right:2%;
  text-align:center;
}

.detail_box:last-child {
  margin-right: 0;
}

.place {
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}

.place_box {
  position: relative;
  width: 40%;
  margin:20px;
  padding: 20px;
  text-align: center;
  border: 2px solid var(--gold-color);
}


/* 四隅の茶色ブロック */
.place_box .corner {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--gold-color);
}

.place_box .tl { top: -20px; left: -20px; }
.place_box .tr { top: -20px; right: -20px; }
.place_box .bl { bottom: -20px; left: -20px; }
.place_box .br { bottom: -20px; right: -20px; }


.place_box h4 {
  background:var(--gold-color);
  color: var(--white-color);
  padding:20px;
}


.flow {
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}

.flow_box {
  width: 28%;
  text-align:center;
}

.flow_title {
  position: relative;
  text-align: center;
  font-size: 20px;
}

.flow_title::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 2px solid var(--black-color);
  border-top: 2px solid var(--black-color);
  top: 50%;
  left:0;
  transform: translateY(-50%) rotate(-45deg);
}

.flow_title::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px solid var(--black-color); 
  border-top: 2px solid var(--black-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.flow_arrow {
  width: 4%;
  background-image: url(images/flow_arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}


.price ,.stage{
  display: flex;
  justify-content: space-between;
  margin:0 auto 40px;
  width: 90%;
}

.price_left ,.stage_left{
  width: 65%;
  order: 1;
}

.price_right ,.stage_right{
  width: 35%;
  order: 2;
}

.price_left dl ,.stage_left dl{
  margin-top: 0;
}

.price_left dl dt{
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom:10px;
  text-align:left;
}

.price_left dl dt span {
  display: block;
}

.price_left dl dd {
  width: 73%;
  margin-left: 0;
  display: inline-block;
  margin-bottom:10px;
}

.stage_left dl dt{
  width: 12%;
  display: inline-block;
  vertical-align: top;
  margin-bottom:15px;
  text-align:left;
}

.stage_left dl dd{
  width: 83%;
  margin-left: 0;
  display: inline-block;
  margin-bottom:15px;
}

.stage_left dl dt img {
  width: 22px;
  margin-right: 5px;
}


/* 写真館エリア */
.gallery_first ,.gallery_second {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gallery_first img {
  width: 32%;
}

.gallery_second img {
  width: 19%;
}


/* メールフォーム */

table {
  width: 80%;
  margin:0 auto;
}

table tr {
  margin-bottom: 30px;
  display: block;
}

table th ,table td{
  display: block;
  width: 100%;
  text-align:left;
}

table th p {
  margin-bottom: 0;
}

table th p span{
  margin-left: 10px;
  font-size: 12px;
}

input[type="text"], input[type="email"], textarea {
    width: 95%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}

.submit {
    margin: 20px auto;
    width: 300px;
}

input[type="submit"] {
    color: var(--white-color);
    padding: 20px;
    font-size: 20px;
    width: 100%;
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
    transition: 0.8s;
}

input[type="submit"]:hover {
  color: var(--orange-color);
  background:var(--white-color);
}

.wpcf7-list-item {
  display: block!important;
  margin:5px 0!important;
}








/* singleページ */

.page_title_area {
  margin:30px 0;
}

h2.single_title {
  font-size: 26px;
  text-align: left;
  line-height:1.4;
  padding:0;
  margin-bottom: 0;
  letter-spacing: 0;
}

.single_page {
  display: flex;
  justify-content: space-between;
}

.main {
  width: 80%;
  max-width: 800px;
  padding-right: 60px;
}

.side {
  width: 20%;
  max-width: 200px;
}


.single_content img {
  width: auto;
}

.single_tmb {
  margin-bottom: 20px;
}

.single_deta {
  display: flex;
  margin-bottom: 20px;
}

.time {
  width: 18%;
  vertical-align: middle;
}

.time i ,.modified i{
  margin-right: 3px;
}

.modified {
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.single_deta .category {
  width: 15%;
  font-size:14px;
  text-align:center;
  vertical-align: middle;
}


.p-navi {
    margin: 30px 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.prev {
    width: 45%;
    font-size: 14px;
    vertical-align: top;
}

.prev a {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    min-height: 50px;
}

.prev img {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.prev span.title {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    margin-left: 1em;
}

.next {
    width: 45%;
    float: right;
    font-size: 14px;
    vertical-align: top;
}

.next a {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    min-height: 50px;
}

.next span.title {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    margin-right: 1em;
}

.next img {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}


/* サイドバー */

h4.widgettitle {
    font-size: 18px;
    padding: 10px;
    background: var(--black-color);
    color: var(--white-color);
    font-weight: normal;
    margin-bottom: 10px;
}

h4.widgettitle i {
    margin-right: 3px;
}

.sidebar_box {
  margin-bottom: 20px;
}

.widget_box {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.widget_box a {
    display: block;
}

.widget_tmb {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.widget_tmb img {
    height:  86px;
    object-fit:cover;
}

.widget_textarea {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size:12px;
}

.widget_deta i {
  margin-right:3px;
}


/* お知らせ一覧 */
.list_area .list_box {
    border-top: 1px solid #ccc;
    padding: 10px;
}

.list_area .list_box:last-child {
    border-bottom: 1px solid #ccc;
}

.list_area .list_box a {
    display: block;
}

.list_tmb {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.list_tmb img {
    height: 150px;
    object-fit: cover;
}

.list_textarea {
    display: inline-block;
    width: 73%;
    vertical-align: top;
    padding: 10px 0 10px 10px;
}

.list_deta {
    font-size: 16px;
    margin-bottom: 5px;
}

.list_deta i {
  margin-right: 3px;
}

.list_category {
    margin-bottom: 5px;
}

.list_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.column_content {
    line-height: 1.2;
    height: 50px;
}

























@media width="560" height="315"only screen and (max-width: 768px) {

}










@media only screen and (max-width: 420px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

.content {
  width: 96%;
  margin:0 auto;
}

h4 {
    text-align: center;
}

.header_logo {
    margin: 0 auto;
}

/* お知らせエリア */
.news_area {
  background-position: left top,right bottom;
}

.news_title_area {
    display:block;
    width:auto;
}

.news_list_area {
    display: block;
    width: auto;
}

.news_list dt {
    width: 30%;
    margin-bottom: 5px;
}

.news_list .category {
    width: 25%;
    display: inline-block;
    margin-bottom: 5px;
}

.news_list .news_title {
    width: auto;
    display: block;
    margin-inline-start: 0px;
}


/* ブログエリア */

.blog_list_area {
  display: block;
}

.blog_box {
  display: flex;
  width: auto;
  margin-right: 0;
  padding:0 0 10px 0;
  background:var(--white-color);
  margin-bottom:15px;
  border-bottom: 1px solid var(--black-color);
}

.blog_img {
  width: 35%;
}

.blog_img img {
  height: 130px;
  width: 100%;
  object-fit:cover;
  overflow: hidden;
}



.blog_text{
  width: 60%;
  margin-left: 15px;
}

.blog_text dl {
  display: flex;
}

.blog_text dl dt {
  width: auto;
}

.blog_text dl dd {
  width: 35%;
  margin-inline-start: 5px;
}

.blog_content {
  font-size: 14px;
}

.p_right {
  font-size: 14px;
  ;text-align:right;
  margin-bottom:0;
}





/* バナーエリア */

.banner ,.youtube {
    display: block;
    margin: 50px auto 80px;
}

.banner_box {
    margin: 20px 0;
}

.youtube_box {
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    margin:30px 0;

}


/* メッセージエリア */

.message_area {
    background-position: right 20%;
    background-size: 100%;
}

.message_box {
    display: block;
}

.message_right {
    width: auto;
}

.message_left {
    width: auto;
    padding-right: 0px;
}


/* 略歴エリア */

.profile_area {
    background-position: left 15%;
    background-size: 100%;
}

.profile_box {
  display: block;
  margin-bottom: 40px;
}

.profile_right {
    width: auto;
    margin-bottom: 30px;
}

.profile_left {
    width: auto;
}

.profile_left dl dt {
    width: auto;
    display: block;
    margin-bottom:0;
}

.profile_left dl dd {
    width: auto;
    display: block;
    margin-bottom: 15px;
}

.history_box {
    display: block;
}

.history_left {
    width: auto;
    margin-bottom: 30px;
}

.history_right {
    width: auto;
    padding-left: 0px;
}

.history_image_box {
    display: block;
}

.history_image_left, .history_image_right {
    width: auto;
}

.history_image_left {
    margin-right: 0;
}


/* 吟詠についてエリア */

.about_area {
    background-position: left 75%, right 12%;
    background-size: 80%, 80%;
}

.about_box_1 ,.about_box_2 ,.about_box_3 {
  display: block;
}

.about_box_1 .about_left_text ,.about_box_3 .about_left_text {
  width: auto;
  padding-right: 0;
}

.about_box_1 .about_right_image ,.about_box_3 .about_right_image {
  width: auto;
}

.about_box_2 .about_right_text {
  width: auto;
  padding-left: 0;
}

.about_box_2 .about_left_image {
  width: auto;
}

.beginner {
    width: auto;
}


/* 入門案内エリア */

.information_area {
  background-position: left bottom,right 40%;
  background-size: 80%,90%;
}

.detail {
    display: block;
}

.detail_box {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.place {
    display: block;
}

.place_box {
    width: auto;
    margin-bottom: 60px;
}

.flow {
    display: block;
}

.flow_box {
    width: 90%;
    margin: 30px auto;
}

.flow_arrow {
  width: 100%;
  height: 50px;
  background-image: url(images/flow_arrow_sp.png);
  background-repeat: no-repeat;
  background-size: 30%;
}

.price ,.stage{
  display: block;
  width: auto;
}

.price_left ,.stage_left{
  width: auto;
}

.price_right ,.stage_right{
  width: auto;
  margin-bottom: 30px;
}

.price_left dl dt {
    width: auto;
    display: block;
    margin-bottom: 0;
    margin-left:10px;
}

.price_left dl dt span {
  display: inline-block;
}

.price_left dl dd {
    width: auto;
    display: block;
    margin-bottom: 15px;
    margin-left:10px;
}

.stage_left dl dt {
    width: 18%;
    margin-left:10px;
}

.stage_left dl dd {
    width: 78%;
}

/* 写真館エリア */

.gallery_first, .gallery_second {
    display: none;
}

/* メールフォーム */





/* フッター */

footer {
    padding: 40px 10px 60px 10px;
}

.footer_logo {
    display: block;
    width: auto;
    text-align: center;
}

.footer_sns {
    display: block;
    width: auto;
}

.footer_navi {
    margin-bottom: 40px;
}

.footer_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_navi ul li {
    width: 50%;
    text-align:left;
}

/* singleページ */

.single_page {
  display: block;
}

.main {
  width: auto;
  max-width: 100%;
  padding-right: 0;
}

.side {
  width: auto;
  max-width: 100%;
}

.time {
    width: 33%;
}

.single_deta .category {
    width: 25%;
}

/* お知らせ一覧ページ */

.list_tmb {
    display: block;
    width: auto;
}

.list_tmb img {
    height: auto;
}

.list_textarea {
    display: block;
    width: auto;
    padding: 10px 0 10px 0px;
}








}



