@charset "UTF-8";

/* common_setting
-------------------------------------------------------------*/
.contents_right {
margin: 0 0 0 10px;
z-index: 1;
text-align: center;
width: 800px;
float: left;
}

.font_small_01{
font-size:small;
}
.font_blue01{
margin:5px 10px 10px;
line-height: 1;
}

/* top_banner
-------------------------------------------------------------*/
.top_banner{
margin: 10px 15px;
}
.top_banner img {
border: 1px solid #CCC;
max-width: 770px;
}
.top_banner_text {
margin: 8px 5px 16px 8px;
text-align:center;
font-size:14px;
}
/*タイトル部
-------------------------------------------------------------*/
.message_title {
padding: 0.3em 0.5em;
margin: 2em 0;
background: #f79320;
box-shadow: 0px 0px 0px 5px #f79320;
border: dashed 2px white;
font-weight: bold;
}
.message_title p {
margin: 0; 
padding: 0;
font-size: 20px;
color: #fff;
}

/* message_area
-------------------------------------------------------------*/
.message_area{
margin:0 10px 10px;
text-align:center;
}
.message_title {
font-size: 16px;
padding: 0.3em 0.5em;
margin: 2em 0;
background: #f79320;
box-shadow: 0px 0px 0px 5px #f79320;
border: dashed 2px white;
color: #fff;
font-weight: bold;
}
.message_title p {
margin: 0;
padding: 0;
}
.message_text {
margin: 10px auto 0;
line-height: 1;
font-size: 13px;
text-align: left;
}

/* author_list
-------------------------------------------------------------*/
.author_list{
width: 100%;
max-width: 400px;
margin:0 auto 10px;
}
.author_list_title{
margin-bottom: 5px;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.author_btns{
display:table;
width: 100%;
}
.author_btns div{
display:table-cell;
margin: 0;
text-align: center;
}
.author_btns a{
display: block;
background: #FFF;
border: 1px solid #BBB;
margin: 0 5%;
padding: 6px 0;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
color: #666;
font-size: 12px;
font-weight: bold;
text-shadow: 0px 1px 0 #FFF;
}

/* author_message_area
-------------------------------------------------------------*/

.author_message_area .kana {
padding-left: 5px;
border-top: 1px solid #f79320;
border-bottom: 1px solid #f79320;
background: #f79320;
color: #FFF;
font-size: 14px;
font-weight: bold;
}
.author_message {
margin:0 15px 20px 15px;
width:46%;
}
/*.author_message + .author_message {
border-top: 2px #999 dotted;
margin-bottom: 20px;
}*/
.author_message:nth-child(n + 3) {
border-top: 2px #999 dotted;
}
.author_message_inner {
/*display: table;*/
width: 100%;
margin: 0 auto;
background:#fff;
}
.author_message_inner .author_comment{
position: relative;
display:block;
margin: 0px;
padding:5px 0px 8px 0px;
background:#FFF;
font-size:13px;
line-height:1.5;
vertical-align:top;
text-align:left;
}
.author_message_inner .author_img {
display: table-cell;
width: 20%;
vertical-align: top;
text-align: left;
}
.author_message_inner .author_img a {
/*isplay: block;*/
}
.author_message_inner .author_img img {
/*width: 100%;*/
}
.author_message_inner .author_name,.author_message_inner .author_name a {
font-size: 15px;
line-height: 18px;
text-decoration: none;
color: #666;
font-weight: bold;
vertical-align: middle;
margin-top: 8px;
}
.author_message_inner .author_name a:hover {
text-decoration: underline solid #005580;
}
.author_message_inner .author_name2 {
font-size: 14px;
line-height: 16px;
text-decoration: none;
color: #d30000;
font-weight: bold;
text-align:left;
vertical-align: middle;
}
.author_message_inner .title_area {
display: table-cell;
width: 25%;
vertical-align: top;
text-align: right;
}
.author_message_inner .thumbnail img {
width: 100%;
}
.author_message_inner .title_name {
margin: 10px 0;
padding: 0;
text-align: left;
line-height: 20px;
word-break: break-all;
font-size: 17px;
color: #333;
font-weight: bold;
}
.author_message_inner .title_name a {
color: #333;
}

/* 色紙・書影
-------------------------------------------------------------*/
.author_img_sub img{
max-width:350px !important;
height:auto;
background: #DAAF08;
background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
padding: 8px;
}
.author_img_sub_sho{
width:95% !important;
height:auto;
text-align:center;
}
.author_img_sub_sho img{
max-width:100% !important;
height:auto;
background: #DAAF08;
background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
padding: 8px;
}
.author_img_sub{
width: 100%;
display: block;
position: relative;
margin: 0 auto;
/*padding-bottom: calc(100.2083%);*/
}
.author_message_area {
width: 100%;
margin: 30px auto 10px;
}
.author_contents{
display: flex;
flex-wrap: wrap;
}
.author_name_c {
margin: 2px 2px 5px 0px;
font-size: 12px;
text-align:right;
color:#666;
}
/* 続きを見る
-------------------------------------------------------------*/
details{
width:100%;
text-align:left;
}
summary {
list-style: none;
cursor: pointer;
}
summary:hover {
background:#f5f5f5;
}
details > summary:before {
content:"続きを読む";
}
details > summary.cnt_summary {
border: 1px solid #aaa;
border-radius: 4px;
padding: 0.5em;
margin:auto;
width:200px;
text-align:center;
}

details > div.cnt_details_text {
font-size: 13px;
line-height: 1.5;
vertical-align: top;
text-align:left !important;
}

details[open] > summary {
background-color: #f5f5f5;
display:none;
}
details[open] > summary:before {
content:"閉じる";
}
.margin_top_30 {
margin-top:30px;
}