@charset "utf-8";
/* CSS Document */

/* フォントリセット */

* {
	font-style: normal;
	font-weight: normal;
	text-decoration:none
}

b

html,body {
  height: 100%;
}

html {
    font-size : 15px; 
}

body {margin:0; padding:0;
background-color: #FFF;
color: #666;
line-height: 1.4;
}

h1 {
    font-size : 20px;
    /*color:dodgerblue;*/
	font-weight:bold;
	margin-left:2%;
	padding-top:5px; 
}
 
#wrap {
  width:100%;
  /* Negative indent footer by its height */
  margin: 0 ;
  /* Pad bottom by footer height */
  padding: 0 0 0 0;
}

.example1 p,.example2 p,.box_head,.con_img p{
	padding-left:10px;
	}

header img{
	width: 100%;
	display: block;
}

#header{
	width:100%;
	height:50px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
    text-align: center;

}
/*#header{
	width:100%;
	height:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/logo_back.gif);
	background-repeat: repeat-x;
}*/


@media screen and (min-width : 1024px){
    #header{
		height:100px}
}

#header img{
	margin-left:2%;
	height:50px;
	}

@media screen and (min-width : 1024px){
    #header img{
		height:100px}
}


#main_cont{
	width:100%;
	margin: 0 ;
	}

#footer {
	width:100%;
	height: 80px;
    background-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin:0;
}

strong{
	color: #0765f3;
}

#footerbody { position:relative; width:100%; max-width:1280px; max-height:75px; margin:0 auto; background-color:#d9d9d9;}
#footerbody #copyright { position:absolute; top:14px; right:5px }
#footerbody #copyright p { display:block; height:0; padding-top:9px; overflow:hidden;
 }



.example1 {
	width:100%;
	color:#FFF;
	background-color: #666;
	margin-bottom : 10px;
	margin-top : 10px;
	font-size:16px;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	line-height:150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow:hidden;
	display:table;
}

@media screen and (min-width : 768px){
    .example1{ font-size : 20px;}
}
 
@media screen and (min-width : 1024px) {
    .example1{ font-size : 22px;} 
}

.example2 {
	width:100%;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	margin-bottom : 5px;
	margin-top : 5px;
	overflow:hidden;
}
.example3 {
	width:100%;
	position: relative;
	font-size:17px;
	margin-left : 0px;
	margin-right : 0px;
	text-align : center;
	margin-bottom : 5px;
	margin-top : 0px;
}
.example5 {
	width:100%;
	position: relative;
	font-size:17px;
	margin-left : 0px;
	margin-right : 0px;
	text-align : left;
	margin-bottom : 5px;
	margin-top : 0px;
}
.box_head{
	width:100%;
	padding:5px 0px;
	background-color: #C00;
	color:#FFF;
	font-size:16pt;
}
@media screen and (min-width : 768px){
    .box_head{
		font-size:18px;}
}

@media screen and (min-width : 1024px){
    .box_head{
		font-size:20px;}
}

.clear_box {
	clear:both;
	height:10px
}
.con {
width:100%;
margin-left : auto ; margin-right : auto ;
padding:0px 0px 0px 0px;
text-align: center
}

.con_2{width:100%;
margin-left : auto ; margin-right : auto ;
margin-bottom:0px;
padding:0px 0px 0px 0px;
text-align: center;
/* 
box-shadow:  0px 0px 3px #000;
-moz-box-shadow:  0px   3px #000;?@/* Firefox?p */  
/*-webkit-box-shadow:  0px 0px 3px #000;*/ ?@/* Safari,Google Chrome?p */ 
} 

.con_img{
	text-align:center;
	height:auto;
	width:100%;
	clear: both;
	margin-bottom:10px
}
.text_box {
    position: relative;
    /*margin: 2em 0;*/
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    padding: 0.5em 1em;
    background: #FFF;
    text-align:left;
    border: solid 3px #000080;
    border-radius: 14px;    
}

.text_box .box-title{
     position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #000;
    font-weight: bold;   
}

.text_box p {
    margin: 0; 
    padding: 0;
    text-align:left;
}