@import url(/library/head.css);
@import url(foot.css);

@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
     format("truetype");
}


body {
	background-color:#f1f1f1;
}

header.jumbotron {
	font-family:mplus-1p-regular;
	background-image: url("../image/bg.jpg");
	background-position: right center;
	background-size: cover;
	color: #fff;
	margin-top:-15px;
}

header.jumbotron .midashi {
	font-size: 36px;

	
}

    header .midashi_btn {
      border: 1px solid #ffffff;
      color: #ffffff;
      border-radius: 0;

    }
    
    header .midashi_btn:hover {
      color: #0089ff;
      border-color: #0089ff;
    }


    .inte_btn {
      border: 1px solid #337ab7;
      color: #337ab7;
      border-radius: 0;
    }
    
    .inte_btn:hover {
      color: #0089ff;
      border-color: #0089ff;
    }


div {
	text-align: left; }

a {
	cursor: pointer; }

h1 {
	background-color:#ef6e95;
	color:#ffffff;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2 {
	font-weight:bold;
	color:#8c715a;
	font-family:mplus-1p-regular;
}

h3 {
	background-color: #ffcc11;
	color:#ffffff;
	padding: 5px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #106497;
}

h4 {
	font-weight:bold;
	color:#8c715a;
	font-family:mplus-1p-regular;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	background-color: #dbd58c;
	color:#2c4455;
	padding: 5px;
	margin:4px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:mplus-1p-regular;
}

.panel {
	border-color:#d98484!important;
}
.attention {
	margin: 0 0 0 13px;
	text-indent: -8px; }

footer {
	margin-bottom: 30px; }

.textarea {
	margin-bottom:20px;
}


