@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:#262626;
color:#e90013;
}


header {
	font-family:mplus-1p-regular;
	border-top:1px solid #ffffff;
	margin-top:-17px;
}


div {
	text-align: left; }

a {
	cursor: pointer; }

h1 {
	background-color:#ef6e95;
	color:#e90013;
	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: 28px;
	font-weight: bold;
	font-family:mplus-1p-regular;
	color:#2c4455;
	padding: 5px;
	margin:4px 0 10px 0;
	background-image: url(../image/dotline_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.panel {
	border-color:#d98484!important;
}
.attention {
	margin: 0 0 0 13px;
	text-indent: -8px; }

footer {
	margin-bottom: 30px; }

.textarea {
	margin-bottom:20px;
}

.prof {
		font-size: 30px;
	font-weight: bold;
	font-family:mplus-1p-regular;
	color:#ff6633;
	padding: 5px;
	margin:4px 0 10px 0;

	text-align:center;
}

.foot-navi a {
	color:#ffff00;
}


.img-responsive-center{
	margin: 0 auto;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.facebook_container .fbcomments,
.facebook_container .fb_iframe_widget,
.facebook_container .fb_iframe_widget[style],
.facebook_container .fb_iframe_widget iframe[style],
.facebook_container .fbcomments iframe[style],
.facebook_container .fb_iframe_widget span{
    max-width: 360px !important;
}

.linkbtn {
	width:100%!important;
	background-color:#a1963a;
	color:#ffffff;
	display:inline-block;
	text-align: center;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.3);
}
