
/*共通*/
img {max-width:100%; width /***/:auto; /*IE8用ハック*/} /*画像サイズが横幅に合わせて可変します*/

.attention {
    font-size: 60%;
}

body {
    color: #2a2a2a;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝firstview＝＝＝＝＝＝＝＝＝＝＝＝ */
#firstview div.outer_firstview {
    width:100%;
    height:816px;
    background-image: url(../images/back_firstview.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    padding:20px 0 0 0;
}

#firstview div.inner_firstview {
    width:996px;
    margin:0 auto;
}

#firstview h1 {
    margin:15px 0 0 0;
}
#firstview h2 {
    margin:0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝trouble＝＝＝＝＝＝＝＝＝＝＝＝ */
#trouble div.outer_trouble {
    width:100%;
    height:993px;
    background-image: url(../images/back_trouble.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    padding:90px 0 0 0;
}
#trouble div.inner_trouble {
    width:996px;
    margin:0 auto;
    text-align: right;
}
#trouble h1 {
    width:996px;
    text-align: center;
    margin:0 auto 57px auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝3method＝＝＝＝＝＝＝＝＝＝＝＝ */
#method div.outer_method {
    width:100%;
    padding:0;
    text-align: center;
    background-image: url(../images/back_3method.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}
#method div.inner_method {
    width:1200px;
    margin:0 auto;
    text-align: left;
}
#method h1 {
    margin:0 auto;
    text-align: center;
}
#method h2 {
    width:543px;
    margin:10px auto 47px auto;
}
#method h3 {
    width:912px;
    margin:0 auto;
}
#method h4 {
    width:912px;
    margin:0 auto;
}

.inner_method .method1 p {
    width:649px;
    height:681px;
    text-align: left;
    background-image: url(../images/method_hikari_back.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding:25px 0 0 551px;
    margin:30px 0 0 0;
}
.inner_method .method1 span {
    display: block;
    width:467px;
    font-size: 16px;
    line-height: 1.5em;
    padding:10px 0 0 60px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.inner_method .method2 p {
    width:1170px;
    height:731px;
    text-align: left;
    background-image: url(../images/method_elepo_back.png);
    background-position: center -40px;
    background-repeat: no-repeat;
    margin:0 0 0 30px;
}
.inner_method .method2 span {
    display: block;
    width:467px;
    font-size: 16px;
    line-height: 1.5em;
    padding:10px 0 0 60px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.inner_method .method3 p {
    width:649px;
    height:621px;
    text-align: left;
    background-image: url(../images/method_egf_back.png);
    background-position: center -50px;
    background-repeat: no-repeat;
    padding:85px 0 0 551px;
}
.inner_method .method3 span {
    display: block;
    width:467px;
    font-size: 16px;
    line-height: 1.5em;
    padding:20px 0 0 60px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝hari＝＝＝＝＝＝＝＝＝＝＝＝ */

#hari div {
    text-align: center;
    height:1380px;
    background-image: url(../images/back_hari.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝voice＝＝＝＝＝＝＝＝＝＝＝＝ */

#voice div {
    width:1037px;
    height:579px;
    background-image: url(../images/back_voice.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin:-200px auto 0 auto;
    padding:200px 0 0 100px
}

p.voice1 {
    float: left;
    width:448px;
    padding:76px 0 0 15px;
    font-size: 16px;
    line-height:28px;
}
p.voice2 {
    float: left;
    width:430px;
    padding:76px 0 0 33px;
    font-size: 16px;
    line-height:28px;
}

p.voice1 span ,p.voice2 span {
    color: #cc0066;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝flow＝＝＝＝＝＝＝＝＝＝＝＝ */

#flow div {
    background-image: url(../images/back_flow.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width:100%;
    height:1138px;
    margin:0 auto;
    padding:90px 0 0 0;
    text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝buttun＝＝＝＝＝＝＝＝＝＝＝＝ */
#buttun2 div {
    background-image: url(../images/back_buttun.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width:993px;
    height:304px;
    margin:10px auto 50px auto;
    padding:50px 0 0 20px;
}

#buttun3 {
    width:1005px;
    margin:0 auto ;
}