*{
	margin: 0px;
	padding: 0px;
}
#container { 
	overflow: hidden;
	width:100%;	/*--- for Smart Phone ---*/
　　　　min-width:100%;
	margin: auto;
}

body {
bgcolor: #ffffff;
}

.img-wrap {
  background-color: #000000;
}
.img-wrap img {
  display: block;
  opacity: 0.5;
}

.example {/*親div*/
  position: relative;/*相対配置*/
  }

.black {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字を白に*/
  font-size: 18px;
  background: ;/*背景色*/
  line-height:150%;/*行高は1に*/
  padding: 0px 0px;/*文字周りの余白*/
  }

.example img {
  width: 100%;
  }

.box1 {
    padding: 0.2em 0.2em;
    margin: 0.5em 0;
    border: solid 2px #ffffff;

}
.blacksun {
    color: white;/*文字を白に*/
    font-size: 22px;
    font-weight: bold;
    float: center;
    margin: 0; 
    padding: 0;
}

.parenthesis {
  position: relative;
  width: 500px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

font{
font-weight:normal;
text-shadow:none;
box-shadow:none;
}

h1 {
font-size:12px;
color: #333333;
font-weight:normal;
text-shadow:none;
box-shadow:none;
float: ;
}

h2{
color: #333333;
font-size:24px;
text-shadow:none;
box-shadow:none;
}

h3{
font-size:18px;
color: #333333;
font-weight:bold;
text-shadow:none;
box-shadow:none;
}

.fukidashifont {
font-size: 120%; 
}

#back_info{
background-color: #ffffff;
}

ul {
　list-style:none;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    left: 0px;
    top: 0px;
}


/*ハンバーガーメニュー*/

/*メニュー部分*/


#header {
  background-color: ;
  z-index: 200;
}
#header .fixheader {
  position: absolute;
  background-color: ;
  width: 100%;
  z-index: 200;
}
#header.fixed .fixheader {
  position: fixed;
  top: 0px;
  z-index: 200;
}

/*ハンバーガーメニューここまで*/



/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

.wordBreak {
word-break: break-all;
}

.liquid{
  padding: 0px;
}

.tatesen {
padding: 0.8em 1.0em;/*上下 左右の余白*/
color: ;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 2px #333;/*左線*/
}

.image_01{
margin-right : 10px;
margin-bottom : 30px;
}

.image_02{
margin-left : 10px;
margin-bottom : 30px;
}

.image_01_01{
margin-right : 20px;
margin-top : 20px;
margin-bottom : 50px;
}

.image_01_02{
margin-left : 20px;
margin-top : 20px;
margin-bottom : 50px;
}

.under {
border-bottom: solid 3px #d51417;
position: relative;
padding: 0.3em;
}

.under_02 {
border-bottom: solid 3px #d51417;
position: relative;
padding: 0.3em;
}

.under_03 {
border-bottom: solid 3px #fff;
position: relative;
padding: 0.3em;
  }

.tomei {
background-color: rgba( 255, 255, 255, 0.7 );
color: White;
}

.tomei_02{
background-color: rgba( 0,0,0, 0.9);
color:#00AF91;
}

dl.search1{
position:relative;
background-color:#ffffff;
border:5px solid #aaaaaa;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-o-border-radius:50px;
-ms-border-radius:50px;
border-radius:50px;
}

dl.search1 dt{
margin-right:40px;
margin-bottom:0px;
padding:8px 8px 8px 20px;
}

dl.search1 dt input{
width:100%;
height:25px;
line-height:25px;
background:none;
border:none;
font-size: 15px;
}

dl.search1 dd{
position:absolute;
top:0;
right:0;
}

dl.search1 dd button{
display:block;
padding:8px 17px 8px 0;
background:#ffffff;
border:none;
border-radius:0px 50px 50px 0px;
}

dl.search1 dd button span{
display:block;
width:24px;
height:24px;
padding:0px 0px 0px 0;
background:url('/Image/search_icon.png') no-repeat;background-size: 24px;
}

.liquid-col_02{
  padding: 5px;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
}

.liquid-col_03{
  padding: 2px;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
}

.liquid-col_04{
  padding: 2px;
  box-sizing: border-box;
  float: left;
  width: 20.0%;
}

.sample-box-13 {
    border: 1px solid #cccccc;
    border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
box-shadow: 0px 0px 3px 3px #eeeeee;
    margin: 0em 0;
    padding: 0em;
}


@media screen and (min-width: 1081px){

h1 {text-align: left;
font-size:12px;
color: #333333;
//font-weight:normal;//
}

.image_02_02{
float: right;
margin: 5px 0px 0px 0;
}

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 33.3%;
}

.liquid-col_03{
  width: 16.6%;
}

.liquid-col_04{
  padding: 2px;
  box-sizing: border-box;
  float: left;
  width: 20.0%;
}

p{
font-size: 15px;
color: #fff;
}

.image_06{
float: right;
margin: 10px 10px 10px 10px;
}

.sample-box-01 {
width: 75%; 
border: 0px solid #cccccc;
border-radius: 0px;
box-shadow: 0px 0px 0px 0px #eeeeee;
background:;
padding: 0px;
margin-right: 0px;
margin-top: 0px;
font-weight:normal;
}

}


@media screen and (max-width: 1080px){

.none_01 {display:none}

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 33.3%;
}

p{
font-size: 15px;
color: #f1f1f1;
}



.sample-box-01 {
width: 98%; 
border: 0px solid #cccccc;
border-radius: 0px;
box-shadow: 0px 0px 0px 0px #eeeeee;
background:;
padding: 0px;
margin-right: 0px;
margin-top: 0px;
font-weight:normal;
}

}


@media only screen and (min-width:1280px){

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 33.3%;
}

.liquid-col_03{
width: 16.6%;
}

.liquid-col_04{
padding: 2px;
box-sizing: border-box;
float: left;
width: 20.0%;
}

p{
font-size: 16px;
color: #fff;
}
}

@media only screen and (min-width:960px){

.image_00{
float: left;
margin: 10px 10px 0px 10px;
width: 100%;max-width:600px;
}

.image_08{
float: left;
margin: 0px 30px 0px 10px;
width: 320px;
}
}


@media only screen and (max-width:960px){

.none_02 {display:none}

.image_00{
float: center;
margin: 30px 0px 0px 0px;
width: 100%;
}

.image_08{
float: center;
margin: 0px 0px 30px 0px;
width: 100%;
}
}

@media only screen and (max-width:850px){

.liquid-col_04{
padding: 2px;
box-sizing: border-box;
float: left;
width: 20.0%;
}

.liquid-col_03{
width: 33.3%;
}

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 33.3%;
}
}

@media only screen and (min-width:780px){

.none_03 {display:none}

.image_07{
float: right;
margin: 0px 0px 0px 50px;
width: 100%;
max-width:480px;
}

.bigfonttop {
font-size:36px;
line-height: 140%;
}

.bigfont {
font-size:28px;
line-height: 140%;
}

.bigfont_02 {
font-size:24px;
}

.smallfont {
font-size:16px;
line-height: 150%;
color: #131a22;
}
}

@media only screen and (max-width:780px){

.none_04 {display:none}

.image_07{
float: center;
margin: 0px 0px 0px 0px;
width: 100%;
}

h2{
font-size:20px;
color: #333333;
text-shadow:none;
box-shadow:none;
}

.image_01{
float: center;
}

.image_02{
float: center;
}

.bigfonttop {
font-size:28px;

line-height: 130%;
}

.bigfont {
font-size:20px;
line-height: 130%;
}

.bigfont_02 {
font-size:22px;
}

.smallfont {
font-size:14px;
line-height: 140%;
color: #131a22;
}

.liquid-col_04{
padding: 2px;
box-sizing: border-box;
float: left;
width: 25.0%;
}
}

@media only screen and (min-width:761px){

.none_05 {display:none}

.image_05{
float: left;
width: 300px;
margin: 10px 10px 10px 10px;
}
}

@media only screen and (max-width:760px){

.none_06 {display:none}

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 100%;
float: center;
}

.liquid-col_03{
width: 33.3%;
float: center;
}

.liquid-col_04{
padding: 2px;
box-sizing: border-box;
float: left;
width: 33.3%;
}
}

@media only screen and (max-width:580px){

.liquid-col_02{
padding: 5px;
box-sizing: border-box;
width: 100%;
float: center;
}

.liquid-col_03{
width: 50.0%;
float: center;
}

.liquid-col_04{
padding: 2px;
box-sizing: border-box;
float: left;
width: 50.0%;
}

p{
font-size: 14px;
color: #fff;
}

.image_06{
align: center;
width: 150px;
margin: 10px 10px 10px 10px;
}

.image_05{
float: center;
margin: 10px 10px 10px 10px;
}

}

@media only screen and (max-width:480px){

}

@media only screen and (max-width:330px){



}