@charset "utf-8";
/*
Theme Name: ihin
Theme URI: http://www.○○○○○.com/
Description: サテライトのテーマです。
Author: HRM
Author URI: http://www.---------.com/
Version: 1.1
*/
@import url('base.css');
@import url('layout.css');
@import url('page.css');
@import url('sp.css');

.voicebox .inner {
    padding: 15px 15px 5px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0;
}

.maker p {
    margin-bottom: 30px;
}

.voicebox .voice1 {
    background: url(http://www.assechgo.org/wp-content/uploads/2017/03/hito01.jpg) no-repeat left top;
    padding: 0 10px 30px 100px;
}
.voicebox .voice2 {
    background: url(http://www.assechgo.org/wp-content/uploads/2017/03/hito02.jpg) no-repeat right top;
    padding: 0 100px 30px 10px;
}
.voicebox .voice3 {
    background: url(http://www.assechgo.org/wp-content/uploads/2017/03/hito03.jpg) no-repeat left top;
    padding: 0 10px 30px 100px;
}
.voicebox .voice4 {
    background: url(http://www.assechgo.org/wp-content/uploads/2017/03/hito04.jpg) no-repeat right top;
    padding: 0 100px 30px 10px;
}
.voicebox {
    background-color: #ecffd1;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 30px;
}
.voice_title {
font-size:120%;
border-bottom:2px dashed #afafaf;
font-weight:bold;
margin-bottom: 20px;
padding-bottom: 10px;
}
.voice1 .voice_title {
color:#084DB3;
}
.voice2 .voice_title {
color:#089A57;
}
.voice3 .voice_title {
color:#084DB3;
}
.voice4 .voice_title {
color:#089A57;
}
.voice_midashi {
text-align: center;
font-size:1.8em;
background-color:#668C5A;
margin: 0 20px 30px 20px;
    color: #fff;
    padding: 10px;
}
#scalouter{
	width:100%;
	margin-bottom:30px;
}
#scalouter a{ display:block; }
#scalebox{
	width:100%;
	margin:0 auto;
	animation-name: scalebox;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
	-webkit-animation-name: scalebox;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;

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

@keyframes scalebox {
0% {
    transform: scale(0.95);
	-webkit-transform: scale3d(0.95, 0.95, 1); 
}
50% {
    transform: scale(1);
	-webkit-transform: scale3d(1, 1, 1); 
}
100% {
    transform: scale(0.95);
	-webkit-transform: scale3d(0.95, 0.95, 1); 
}
}
@-webkit-keyframes scalebox {
0% {
    transform: scale(0.95);
	-webkit-transform: scale3d(0.95, 0.95, 1); 
}
50% {
    transform: scale(1);
	-webkit-transform: scale3d(1, 1, 1); 
}
100% {
    transform: scale(0.95);
	-webkit-transform: scale3d(0.95, 0.95, 1); 
}
}


.tbl1 {
    width: 100%;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin-bottom: 20px;
    font-size: 1.1em;
}
table {
    border-spacing: 0;
    height: auto;
}

.tbl1 th {
    background-color: #f6f5eb;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 10px 15px;
    text-align: left;
    width: 150px;
    vertical-align: middle;
    color: #432e1d;
}

.tbl1 td {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 10px 15px;
    text-align: left;
    line-height: 30px;
}

