@charset "utf-8";
/* reset
-------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

img {
  border: none;
}

a:focus {
  outline: none;
}

a img {
  border: none;
  vertical-align: bottom;
}

a:link {
  text-decoration: none;
  color: #004da1;
}

a:visited {
  text-decoration: none;
  color: #004da1;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a[target="_blank"]:before{
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
}


/* --------------------------------------------------
   Setting
-------------------------------------------------- */

html,
body {
  height: 100%;
}

body {
  background: #a9d6ef;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  padding-bottom: 50px;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900);



/* --------------------------------------------------
   Style
-------------------------------------------------- */

h4{
  border-style: solid ;
  border-width: 1px;
  padding: 10px 5px 10px 20px;
}

.text,
.blogWrap p{
  font-size: 14px;
  line-height: 24px;
}
.blogWrap p{
  margin-bottom: 1.4em;
}

/* --------------------------------------------------
   Base
-------------------------------------------------- */

#header {
  height: 326px;
  margin: 0 auto;
  background-color: #00479d;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.blogWrap {
  position: relative;
  width: 690px;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  background-color: #fff;
  border-radius: 4px;
}

.date{
  padding: 25px 0 20px 25px;
  
  border-bottom: 1px solid #c0c0c0;
  
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
}

.title{
  font-size: 19px;
  font-weight: bold;
  margin: 30px;
  color: #000;
}

.title a{
	color: #004da1;
}

.text{
  padding: 0 30px;
}

.minions{
  position: absolute;
  bottom: 0;
  right: 10px;
	
  display: none;
}

.sns_area,
.sns_area02 {
  position: absolute;
  width: 598px;
  height: 53px;
  top: 11px;
  right: 0;
}

.twitter {
  width: 70px;
  position: absolute;
  top: 18px;
  right: 136px;
}

.facebook {
  width: 110px;
  position: absolute;
  top: 7px;
  right: 20px;
}

.footer {
  height: 40px;
  padding-bottom: 10px;
}


/* crear
----------------------------------- */

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  
  height: auto;
  overflow: hidden;
  /**/
}