@charset "utf-8";
/* CSS Document */

body { margin:0px; }
body { font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body { 
	background-color: #4B088A;
	color:#FF00FF;
}

.sitename {
	width:100%;
	margin: 0 auto;
	text-align: center; 
}
.site_img {
    margin-bottom: 0px;
}
.site_description {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

.fam_ad {
	width:85%;
	margin: 0 auto;
	padding:10px;
	background-color: #ffffff;
}
.fam_ad a {
	color: #004391;
	text-decoration: none;
}

.fam_hr {
	margin-botom:0px;
}

.blog_ad {
	width:90%;
	margin: 10px auto;
	padding:10px;
	background-color: #4B088A;
}

.blog_ad a {
	color: #004391;
	text-decoration: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
}

ul {
	list-style-type: none;
}

/*追加*/

.pager {
  background-color: #FFFFFF;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: #1e50a2;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
  line-height: 1.313;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 53px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 29px;
  line-height:1.5em;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 24px;
}
p {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 0 10px;

}

ul{
list-style-type: none;
margin-left:0px;
padding: 0px;
/* または padding: 0px; または両方 */
}

.bn_title{font-weight: bold;font-size: 18px;color: #FF00FF;}
.bn_detail{font-size: 13px;color: #FF0040;font-weight: bold;}
.copyright{font-size: 10px;}


.demo2{
    width: 100%;
    margin: 0 auto;
}
.demo2-1{
    width: 33%;
    float: left;
}
.demo2-2{
    width: 33%;
    float: left;
}
.demo2-3{
    width: 33%;
    float: left;
}