/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body, input, button, select, textarea {
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}


@media only screen and (max-width:480px){
table th,
table td{
    width: 100%;
    display: block;
    border-top: none;
}
table tr:first-child th { border-top: 1px solid #ddd; }
}

.nodisp{
	display:none;
}
.disp{
	display:inline-block;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

.user_inf_edit{
	display:none;
}


.entry-content th{
	background:#f2d5e6;
}

.entry-content th, .entry-content td {
    padding: 0.75em 1em;
    border: none;
    border-bottom: 1px solid #fff;
    vertical-align: top;
}


@media screen and (max-width: 640px) {
 .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
 table {
    width: 80%;
  }
 th,
 td {
  border-bottom: none;
    display: block;
    width: 100%;
  }
}

#main .full-container {
    max-width: 860px!important;
}
 h2 {
  position: relative;
  padding: 0.1em 0.1em;
  background: -webkit-linear-gradient(left, rgb(254, 154, 195), #fcfcfc);
  background: linear-gradient(to right, rgb(254, 154, 195),#fcfcfc);
	background: -moz-linear-gradient(left, rgb(254, 154, 195), #fcfcfc); 

	  color: #545454;
}

#colophon #theme-attribution, #colophon #site-info{
display:none;
}