h2 h3 h4 h5 h6 p{
    font-family: "メイリオ", sans-serif;
}

h3{
    font-size: 140%;
    border-left: solid 4px #787853;
    padding-left: 5px;
    border-bottom: solid 1px #888;
    padding-bottom: 5px;
}

p{
    font-size: 110%;
}


/*ヘッダー*/
.head_area{
    display: block;
    width: 100%;
    height:30px;
    background-color: #D85D0B;

}

h1{
    color: rgba(73,58,58,0.5);
    font-size: 24px;
    font-family: fantasy;
    font-weight: bold;
    text-decoration: none;
}

.head_area p{
    float: left;
}

.logo{
    margin-bottom: 20px;
}

.info{
    float: right;
}

.info img{
    max-width: 400px;
    margin-bottom: 8px;
}




.sitename{
    margin:15px 0 15px;
}
.sitename a{
    font-size: 1.6em;
    color: inherit;
}
 
i{
    font-size: 1.3em;
    color: inherit;
}
 
.navbar .navbar-inner {
    padding: 0;
}
 
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
 
.navbar .nav li {
    display: table-cell;
    width: 200px;
    float: none;
}
 
.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.navbar .nav li a:hover{
    color: #D85D0B;
}

/*メイン*/

.top_image{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    padding: 2px;
    background: white;
    margin-bottom: 15px;
}

.top_image img{
    width: 100%;
}

#top_content{
    max-width: 1100px;
    margin: 0 auto;
}

#top_content a:hover{
    opacity: 0.8;
}

.topimg{
    width: 100%;
}

.btnimg{
    width: 90%;
    margin-left: 5%;
}

.c1{
  
}
.c1 img{
}

.c2{
 
}
.c2 img{
    
}
.c3{


}

.c3 img{

}

/*pre{
    display: block;
    background-color: #F0F0F0;
    margin: 0;
    padding:3px;
}

pre p{
    display: block;
    font-family: "メイリオ", sans-serif;
    font-size: 120%;
    margin: 0;
}*/

.pre_box{
    width: 100%;
    display: block;
    background-color: #F0F0F0;
    border-radius: 5px;
    padding:8px 4px;
    font-size: 120%;
}



/*footer*/

footer h4{
    border-left: solid 4px #D85D0B;
    padding-left: 5px;
    border-bottom: dotted 1px #888;
    padding-bottom: 5px;
}

.banner_area{
    margin: 10px 0;
}

.infomation{
    display: block;
    width: 100%;
   /*
 border: solid 1px #999;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
*/
}

.fb_iframe_widget{
	max-width: 360px !important;
	height: 600px;
}

.infomation li{
    font-size: 120%;
    font-family: "メイリオ", sans-serif;
    line-height: 2;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.footer_area{
    display: block;
    width: 100%;
    height: 60px;
    margin-top:15px;
    background-color: #D85D0B;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}


/*サブページ*/

.sub_title1{
    color: #D85D0B;
}

h2{
    border-left: solid 4px #D85D0B;
    padding-left: 5px;
    border-bottom: dotted 1px #888;
    padding-bottom: 5px;
}

.sub_title2{
    color: #1C6989;
}

span{
    font-weight: 700;
    color: #555;
}

.sub_title3{
    color: #1C6989;
}

.fusion img{
    width: 80%;
}

.fusion2 img{
    width: 50%;
}

.fu_side li{
    list-style: none;
    margin-top:10px;
}

.fu_side img{
    max-width: 300px;
}

.trbg{
    background-color: #FFE5E5;
}

h5{
    color: ff0000;
}

#fusion1 h4{
	color: #CC4B89;
	font-weight: 600;
}

.fu1_text{
	color: #ff0000;
}

.info_btn {
width: 100%;
min-height:90px; 
margin: 0 auto;
color: #fff;
font-weight: 600;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.51, rgb(216, 93, 11)),
	color-stop(0.71, rgb(219, 95, 13)),
	color-stop(1, rgb(252, 120, 63)),
	color-stop(1, rgb(255, 164, 105))
	);
	background-image: -o-linear-gradient(bottom, rgb(216, 93, 11) 51%, rgb(219, 95, 13) 71%, rgb(252, 120, 63) 100%, rgb(255, 164, 105) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(216, 93, 11) 51%, rgb(219, 95, 13) 71%, rgb(252, 120, 63) 100%, rgb(255, 164, 105) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(216, 93, 11) 51%, rgb(219, 95, 13) 71%, rgb(252, 120, 63) 100%, rgb(255, 164, 105) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(216, 93, 11) 51%, rgb(219, 95, 13) 71%, rgb(252, 120, 63) 100%, rgb(255, 164, 105) 100%);
	background-image: linear-gradient(to bottom, rgb(216, 93, 11) 51%, rgb(219, 95, 13) 71%, rgb(252, 120, 63) 100%, rgb(255, 164, 105) 100%);
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	border: solid 2px;
	border-color: #ddd;
}


.info_btn {
	font-size: 200%;
	text-align: center;
	padding: 3% 0;
}

.info_btn a:hover{
	text-decoration: none;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.51, rgb(214, 207, 13)),
	color-stop(0.71, rgb(190, 217, 13)),
	color-stop(1, rgb(242, 255, 59)),
	color-stop(1, rgb(240, 255, 107))
);
background-image: -o-linear-gradient(bottom, rgb(214, 207, 13) 51%, rgb(190, 217, 13) 71%, rgb(242, 255, 59) 100%, rgb(240, 255, 107) 100%);
background-image: -moz-linear-gradient(bottom, rgb(214, 207, 13) 51%, rgb(190, 217, 13) 71%, rgb(242, 255, 59) 100%, rgb(240, 255, 107) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(214, 207, 13) 51%, rgb(190, 217, 13) 71%, rgb(242, 255, 59) 100%, rgb(240, 255, 107) 100%);
background-image: -ms-linear-gradient(bottom, rgb(214, 207, 13) 51%, rgb(190, 217, 13) 71%, rgb(242, 255, 59) 100%, rgb(240, 255, 107) 100%);
background-image: linear-gradient(to bottom, rgb(214, 207, 13) 51%, rgb(190, 217, 13) 71%, rgb(242, 255, 59) 100%, rgb(240, 255, 107) 100%);
}

