@charset "utf-8";
#detail.entry {
font-size: 16px;
line-height: 1.8;
}

#detail.entry .size-full{
width: 100%;
height: auto;
}
#detail.entry .size-medium{
max-width: 100%;
height: auto;

}
#detail.entry iframe{
width: 100%;
}
@media only screen and (max-width: 767px) {
#detail.entry .size-thumbnail{
max-width: 100%;
height: auto;
}
}

#detail.entry a{
text-decoration: underline;
}

#detail.entry hr{
border-top: #CCC dotted 1px;
margin: 30px 0;
}

#detail.entry table{
margin:1em 0 2em 0;
width: 100%;
}
#detail.entry td,
#detail.entry th{
padding: 10px 0;
border: #CCC solid 1px;
}

#detail.entry th{
background: #EEE;
}
.entry .columnBl p,
.entry .column p {
font-size: 14px;
}
.entry p.company span{
background: rgba(102,192,172,0.30);
padding:4px 0;
}
.entry.intv p.company span{
background: rgba(250,200,62,0.30);
}

#detail.entry em {
font-weight: bold;
}
#detail.entry .centerSet {
text-align: center;
}
#detail.entry h2 {
font-size: 26px;
font-weight: bold;
line-height: 1.4;
background: none;
padding: 20px 0;
color: #000;
}
#detail.entry .shoulder {
font-size: 18px;
line-height: 1.4;
font-weight: bold;
border-bottom: #000 solid 1px;
border-top: #000 solid 1px;
margin-top: 20px;
padding: 3px 0;
}
#detail.entry h3 {
font-size: 24px;
font-weight: bold;
line-height: 1.4;
background: none;
padding: 20px 0;
color: #000;
}
#detail.entry h4 {
font-size: 21px;
font-weight: bold;
line-height: 1.4;
margin-bottom: 1em;
background: none;
padding: 0;
color: #000;
}
#detail.entry .column h4 {
color: #000;
}
#detail.entry .columnBl h4 {
color: #FFF;
}

#detail.entry p.date {
margin: 0;
}
#detail.entry p small,
#detail.entry p.small{
font-size: 13px;
line-height: 1.5;
display: block;
}
#detail.entry p.name{
font-size: 24px;
text-align:right;
position: relative;
}
#detail.entry p.name::before{
content: "";
position: absolute;
height: 1px;
width: 100%;
left: 0;
top: 50%;
background: #939494;
}
#detail.entry p.name em{
font-weight: normal;
background: #FFF;
padding-left: 20px;
position: relative;
color: #939494;
}

.gallery {
margin: 30px 0;
background: #e9eaea;
padding: 15px 0 5px 0;
text-align: center;
}
#detail.entry .column .gallery {
padding: 5px 0 15px 0;
margin: 0;
}
.gallery figure {
display: inline-block;
padding: 0 10px 10px 10px;
vertical-align: top;
max-width:100%;
height:auto;
box-sizing: border-box;
}
.gallery figure img {
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width:auto;
max-width:100%;
height:auto;
}
.gallery figcaption {
font-size: 13px;
line-height: 1.5;
text-align: left;
}
#detail.entry .gallery p {
font-size: 13px;
line-height: 1.5;
}
.entry .column {
margin: 30px 0;
background: #e9eaea;
padding: 15px;
}
.entry .columnBl {
margin: 30px 0;
background: #939494;
padding: 15px;
color: #FFF;
}
.entry .column h4 {
}
.entry p {
margin-bottom: 1em;
}
.entry .column p:last-child,
.entry .columnBl p:last-child{
margin-bottom: 0;
}
#detail p.lead {
font-weight: bold;
font-size: 17px;
}
.mainImage img {
width: 100%;
height: auto;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.img-border {
border: #CCC solid 1px;
}
#nextprev {
overflow: hidden;
margin-bottom: 15px;
}
#nextprev li {
width: 49%;
float: left;
text-align: center;
}
#nextprev li.prev i {
margin: 0 1em 0 0;
}
#nextprev li.next {
width: 49%;
float: right;
}
#nextprev li a i {
}
#nextprev li a {
border: #ef8f7a solid 1px;
}
#nextprev li a:hover {
background: #FFF;
color: #ef8f7a
}
#relatedEntry h2 {
font-size: 21px;
text-align: center;
padding-bottom: 10px;
padding-top: 20px;
font-weight: bold;
color: #939494;
}
.symposiumImg {
width: 500px;
}
.share {
text-align: center;
border-top: #e9eaea solid 1px;
padding-top: 25px;
margin-top: 25px;
}
.share li {
display: inline-block;
text-align: center;
padding: 10px;
}
.share li a {
display: inline-block;
font-size: 24px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #FFF;
}
.share li.twitter a {
background: #00aced;
}
.share li.facebook a {
background: #305097;
}

@media only screen and (max-width: 767px) {
.symposiumImg {
width: auto;
}
}
/*---------------------------------------------------------*/

/*---------------------------------------------------------*/
.profile,
.profileBox {
clear: both;
padding: 15px;
border: 5px solid #e9eaea;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 1.5em;
margin-top: 0.5em;
overflow: hidden;
}
.profileBox dt {
float: left;
width: 20%;
margin: 0;
}
.profileBox dt img {
margin-bottom: 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;
height: auto;
}
.profileBox dd{
margin-left: 25%;
}
.profileBox dd p {
margin: 0;
font-size: 14px;
}
#detail.entry .profileBox dd h3 {
padding: 10px 0;
font-size: 21px;
}
#detail.entry .profile h3{
font-size: 18px;
padding: 10px 0;
}

@media only screen and (max-width: 767px) {
.profileBox {
clear: both;
padding: 10px;
}
.profileBox dt {
float: left;
width: 30%;
}
.profileBox dd{
margin-left: 35%;
}

}
/*---------------------------------------------------------*/

.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
margin-left: 10px;
}
.alignleft {
float: left;
margin-right: 10px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
height: auto;
max-width: 100%;
}
.formTable {
}
.formTable input {
outline: 0;
}
.formTable input[type="text"], .formTable input[type="password"], .formTable textarea {
border: none;
position: relative;
background: #eee;
font-size: 16px;
padding: 10px;
vertical-align: middle;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
table.formTable {
margin: 30px auto;
border-collapse: collapse;
border-top: solid 1px #ccc;
width: 100%;
}
.formTable th span, .formTable td span {
padding-left: 3px;
color: #f00;
}
.formTable th, .formTable td {
border-bottom: solid 1px #ccc;
padding: 3px;
}
.formTable th {
text-align: left;
border-right: dotted 1px #ccc;
padding: 1em 0;
white-space: nowrap;
font-weight: bold;
width: 260px;
font-size: 16px;
}
.formTable td {
text-align: left;
padding: 1em 0.5em 1em 1em;
font-size: 16px;
}
.formTable th span, .formTable td span {
padding-left: 3px;
color: #f00;
}
.postBt {
text-align: center;
}
.postBt input {
padding: 15px 100px;
font-size: 21px;
background-color: #000;
color: #fff;
border-style: none;
position: relative;
}

@media only screen and (max-width: 767px) {
table.formTable {
margin: 15px auto;
width: 100%;
border-collapse: collapse;
border-top: solid 1px #ccc;
}
.formTable th span, .formTable td span {
padding-left: 3px;
color: #f00;
}
.formTable th, .formTable td {
display: block;
border-bottom: solid 1px #ccc;
padding: 3px;
}
.formTable th {
text-align: left;
border-right: dotted 0px #ccc;
padding: 0.5em 1em;
white-space: nowrap;
font-weight: bold;
width: auto;
}
.formTable td {
text-align: left;
padding: 0.7em 1.5em 0.7em 1em;
}
}
