@charset "utf-8";
/* CSS Document */
.text2 tr:nth-child(odd){
		background-color: #eeeeee;
	}

b{color: #0a7185; line-height: 200%;}
.textbox02 span{
	font-weight: bold;
}

.gray3{
	width: 95%;
	padding: 10px 10px 10px 10px;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	background-color:#eeeeee;
	display: block;
	margin: 20px 0;
}
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:767px) {
.box2 .tbl-common01 {
        background-color: #EEEEEE;
    }
    
.tbl-common01 dt,
.tbl-common01 dd {
        padding: 8px 20px;
    }
    
.tbl-common01 dt {
        float: none;
        border-bottom: 1px solid #ccc;

    }
    
.tbl-common002 table{
	margin: auto;
	}
    
.tbl-common002 th {width: 70%;
	text-align: left;
    padding-bottom: 2%;

    }
    
.tbl-common002 td {width: 30%;
        float: none;
	white-space: nowrap;
	vertical-align:bottom;
        padding-bottom: 2%;
    }
    


}


/* PC
-------------------------------------------------- */
@media only screen and (min-width: 767px) {
	

	
.tbl-common01 {
        background: #ffffff url(bg.png) repeat-y -150px 0; /* dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
	float: left;
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 10px;
		font-size: 0.9em;
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
        width: 70px; /* 幅を指定 */

		text-align: right;
    }
    
.tbl-common01 dd {
        padding-left: 20px; /* dtの分、左にpaddingを取る */
		text-align: left;
    }
	
	
.tbl-common02 {
    background: #eeeeee url(bg.png) repeat-y -150px 0; /* dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
    }
    
.tbl-common02 dt,
.tbl-common02 dd {
        padding: 7px;
		font-size: 0.9em;
    }
    
.tbl-common02 dt {
        clear: both;
        float: left;
        width: 350px; /* 幅を指定 */
		text-align: right;
    }
    
.tbl-common02 dd {
        padding-left: 10px; /* dtの分、左にpaddingを取る */
		text-align: left;
	
    }
	
	
	
.box2 iframe{
	float: left;
	width: 550px;
margin-left: 70px;
	}	
	}



@media screen and (min-width: 767px){
	
.back{
width: 1200px;
}


	
.box1{
	float: left; 
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

.box1+.box1{margin-left: 1.8%;}

.box2 .left{
	 margin-top: 40px; 
	float: left;
	}

.box2{width: 40%;}

.box .left{
	 margin-top: 40px; 
	float: left;
	}
	
.left+.left{margin-left: 20px;}
	
.text th{text-align:right; width: 40%; padding: 1%; }
	
.kakaku{width: 640px;}
	
.gray{
	width: 242px;
	height:170px;
	padding: 20px 20px 20px 20px;
	background-color:#909394;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
	
.gray span{font-size: 3em;}
	
.gray2{
	width: 855px;
	height:170px;
	padding: 20px 20px 20px 20px;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	background-color:#eeeeee;
	display: block;
}

.gray2 p{
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	padding:0;}
	
.box{clear: both;}
	
.box2{
	float: left;
}
.box2 img{ } 
		
.textbox01{width: 530px;
		padding: 2%;
	}
	
.textbox02{
		padding: 3%;
	}
	

.textbox03{
		padding:0 0 0 3%;
	}
	
	
	
	
.header{
		margin-bottom: 20px;
	}
	
.box2 span{
	font-size: 1.6em;
	border-bottom: 1px solid #000 ;
	}
}
@media screen and (max-width: 767px) {
	
section iframe{
	display: block; 
	width: 100%;
	height: 30%;
	margin: 0.5% auto 1% auto;}
	

.header{
width: 100%;
	margin-bottom: 20px;
}
	
.text{padding: 3%;}
/*
.blue a{
	background: url(../images/image01.png) center center no-repeat;
	width: 45.4%;
	height:100px;
	float: left; 
	padding: 180px 2% 2% 2%;
	border:1px solid #77d6ee;
	background-color:#77d6ee;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.blue-line a{
	background: url(../images/image02.png) center center no-repeat;
	width: 45.4%;
	height:100px;
	float: left;
	padding: 180px 2% 2% 2%;
	border:1px solid #77d6ee;
	display: block;
	text-indent: -9999px;
}
*/
	
.gray{
	padding: 20px 20px 20px 20px;
	background-color:#909394;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
	
.gray span{font-size: 3em;}
	
.gray2{
	padding: 20px 20px 20px 20px;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	background-color:#eeeeee;
	display: block;
}

	
.imagepohoto img{display: none;}
	
	
.imagepohoto {
	background:url(../images/image03.png) center center / cover no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(699 / 1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	clear: both;}
	
.box{text-align: center;}
	
.box2{
	width: 94%;
	padding: 3%;
	clear: both;
	text-align: center;
}
.box2 span{
		font-size: 1.6em;
	border-bottom: 1px solid #000 ;
	}

	
}