@charset "UTF-8";
/* CSS Document */

#inner_wrap{
	background-image:url("../img/home_kyoko.png");
	background-repeat: no-repeat;
	background-position:right 0px bottom 0px;
    width: 80%;
    padding:105px 0px;
    height: auto;
	max-width: 1200px;
	min-width: 500px;
}
.message_box{
	width: 500px;
	height: auto;
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
	background-color: rgba(555,555,555,0.3);
	line-height: 19px;
}
.message_box p{
    padding-left: 10px;
    background-color:#ffffff;
	background-color:rgba(555,555,555,0.3);
    padding:5px;
}
.saishin{
        text-align: center;
    letter-spacing: 10px;
    font-size: 17px;
    }
.saishin_infomation{
    
}
.topname{
    text-align: right;
}

a	{
	text-decoration:none;
    font-weight: bold;
}
a:link	{
	color :#000000;
}
a:visited	{
	color:#000000;
} 
/*-----tablet-----*/
@media screen and (max-width: 799px)  {
	
#inner_wrap{
    padding-top: 20px;
    margin-top: 0px;
    padding:60px 20px;
	background-position:right 0px;
	max-width: 799px;
    height:470px;
	min-width:480;}

.message_box{
	width:400px;
    height: auto;
	margin-top: 100px;}	
}
.message_box p{
    line-height: 20px;  
}
/* -----smartPhone-----*/
@media screen and (max-width:480px)  {
	
#inner_wrap{
    height:90px;
    padding-bottom: 70%;
    background-size:contain;
	max-width: 790px;
	min-width: 320px;
    /*height: 0;
    padding-bottom:100%;
    background-position:bottom;
    background-image:url("../img/home_kyoko.png")0 0 no-repeat;
    background-size: contain;
    max-width: 790px;
    min-width: 480px;
    
	/*background-repeat: no-repeat;
	background-position:bottom 0px right 0px;
    width: 80%;
	height:700px;
	max-width: 790px;
	min-width: 480px;*/
    }
    .message_box{
        width:100%;
        margin-left: -9px; 
        padding:13px;
        margin-top: 0px

    }
    .message_box p{
    line-height: 16px; 
        font-size: 12px;
}
    /* -----smartPhone320-----*/
@media screen and (max-width:320px)  {
    #inner_wrap{
    height: 0;
	background-position:bottom 0px right 0px; 
	max-width: 320px;
	min-width: 200px;
}
    
    .message_box{
       display:  none;
    }
    .message_box p{
    display: none;
    }
    .saishin{
    display: none;
    }
    
}
