@charset "UTF-8";

body, div, h1, h2, p, ul, li, header, nav, article, aside, footer {
  margin: 0;
  padding: 0;
}
body {
  font-family:
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  line-height: 1.7;
}

/*-----------------------------------------------
 __M
-----------------------------------------------*/
#container {
  width: 100%;
  margin-top: 2.5em;
}
header {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

header p img {
  width: 70%;
  display: block;
  margin: 0 auto 1.5%;
}

/*--------------------------------
 __balloon-4 bottom-left
----------------------------------*/
ul.balloon {
	margin-bottom: 0.7%;
}
#balloon-4-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 56px;
	height: 55px;
	color: #F6F6F6;
	font-size: 95%;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	background: #19283C;
	border-radius: 60%;
}
#balloon-4-bottom-left:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 27px;
	background: #19283C;
	border-radius: 0 30px 0 30px;
	z-index: -1;
}
#balloon-4-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -7px; left: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}


div.samplehead {
  margin: 0.5em 0 2.5em;
  padding: 20px 10px;
  background-color: #eeeeee;
}
div.samplehead p {
  width: 90%;
  margin: 0 auto;
}

#content {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

article {
  width: 95%;
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
}
article.umivc {
  margin-top: 5%;
  margin-bottom: 12%;
}
article h1 {
  font-size: 170%;
  width: 96%;
  border-bottom: 1px solid #CCC;
}
article p#date {
  width: 10%;
  padding: 1.5%;
  color: #DDD;
  text-align: center;
  border-radius: 60%;
  position: absolute;
  left: 80%;
  top: 1%;
  font-weight: bold;
  line-height: 1.5em;
}
article p.sim_umi {
  background: #1a499e;
}
article p.sim_kawa {
  background: #109cda;
}
article p#date span {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
article p#category {
  margin-bottom: 3%;
}

article img.img_www {
  width: 4%;
  max-width: 20px;
  position: relative;
  top: 3px;
}
article img.img_fb {
  width: 4%;
  max-width: 20px;
}
a.link_FB {
	font-size: 85%;
}
a:hover {
  color: #E48E00;
  text-decoration: underline;
}

#content {
  margin-bottom: 10%;
}

footer {
  width: 90%;
  height: 7em;
  background: #19283C;
  margin: 0 auto;
}
footer p {
  color: #FFF;
  padding-top: 3.5%;
  text-align: center;
}
footer small {
  display: block;
  color: #FFF;
  margin: 1% 0 0 0;
  text-align: center;
}
footer small span {
  font-size: 110%;
}