@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

#wc-box{
	clear:both;
}

#wc-box img{
	float:left;
	padding:30px 10px 0 0;
}

#wc-box img:hover{
 opacity: 0.5;
 filter: alpha(opacity=50);
 -ms-filter: "alpha( opacity=50 )";
}


#wc-ul{
	display:block;
}

#wc-ul li{
	float:left;
	padding:0 10px;
	list-style:none;
}

table {
	border: 1px solid #fffff;
	border-style: none;
	border-radius: 1em;
}

.article td, .article th { border: 1px solid transparent; }

.appInfoArea th{
	border: none;
	font-size:90%;
	padding:5px;
	font-weight:normal;
	border-radius: 1em;
	vertical-align:middle;
}

.appInfoArea td{
	border: none;
	font-size:90%;
	padding:5px;
	border-radius: 1em;
	vertical-align:middle;

}

.hero {
  padding: 5px;
  background-color: #ffffff;
}

.hero table {
  border: 3px solid #4169e1;
  width: 100%;
}

.hero td {
  	border: 1px dotted #4169e1;
	border-width: 1px 0px;
  	padding: 5px;
	font-weight:normal;
	vertical-align:middle;
}

.appArea th{
	border-style: none;
	}

.appArea td{
	border-style: none;
	vertical-align:top;
}

hr.style-one {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  width: 100%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

