@charset "UTF-8";
/*------------------------------------------------------------------------------

共通

------------------------------------------------------------------------------*/
html {
	background-color: transparent;
	background-image: none;
}

body {
	background: url(../img/bg.png);
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #520016;
}

p.summary01 {
	margin-bottom: 16px;
}
p.summary02 {
	margin-bottom: 35px;
}
p.summary03 {
	margin-bottom: 24px;
}
a {
	color: #ff6a27;
}
a:hover {
	color: #ff2a48;
}
em {
	font-weight: bold;
	color: #ff2a48;
}

.align_center {
	text-align: center;
}
.clear {
	clear: both;
}
.hide_text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

h1 {
	margin-top: 27px;
	margin-bottom: 5px;
}

.frame_top {
	background: url(../img/frame_header.png) no-repeat top left;
	width: 727px;
	padding-top: 21px;
	margin: 0px auto;
	margin-bottom: 32px;
}
.frame_bottom {
	background: url(../img/frame_footer.png) no-repeat bottom left;
	width: 727px;
	padding-bottom: 22px;
	margin-bottom: -15px;
}

.frame_middle {
	background: url(../img/frame_middle.png) repeat-y top left;
	position: relative;
	width: 727px;
}

.frame_container {
	position: relative;
	padding: 16px 21px 1px;
}

.frame_top_cap01 {
	background: url(../img/frame_header.png) no-repeat top left;
	width: 727px;
	padding-top: 21px;
	margin: 0px auto;
	margin-bottom: 32px;
}

#header {
	background: url(../img/header_bg.png) top;
}
#footer {
	background: url(../img/footer_bg.png) top;
}
#footer_wrapper {
	background: url(../img/footer.png) top center no-repeat;
	width: 100%;
	height: 37px;
	margin: 0px auto;
	position: relative;
}
.footer_container {
	position: relative;
	height: 72px;
	padding-top: 37px;
}


/*----- SNS -----*/
.social {
	background: #63b0ff;
}
.social_wrapper {
	width: 727px;
	height: 72px;
	margin: 0px auto;
}

.social ul {
	float: right;
}
.social li {
	float: left;
}

.social .twitter iframe.twitter-share-button {
	width: 80px!important;
}

.social .facebook iframe {
	float: left;
}

.copyright {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 8px;
}
.copyright img {
	margin-left: 106px;
}

/*------------------------------------------------------------------------------

個別

------------------------------------------------------------------------------*/
h1 {
	background: url(../img/title.png) no-repeat;
	width: 772px;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999em;
}
.frame_top_cap01 {
	background: url(../img/frame_header_cap01.png) no-repeat top left;
	width: 727px;
	padding-top: 63px;
	margin: 0px auto;
	margin-bottom: 32px;
}

/*-- avatar --*/
.img01 {
    margin-bottom: 15px;
}

.heed01 {
    font-size: 15px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: -10px;
}

table {
	width: 100%;
	margin: 8px 0px 1em;
	border: solid 1px #333333;
}

table th,
table td {
	padding-top: 4px;
	border: solid 1px #333333;
	text-align: center;
}
.content_name{
    padding: 10px 0px 8px 10px;
    text-align: left;
}
.normal_value{
  padding: 0 10px;
  text-align: center;
}
.campaign_value{
  padding: 0 10px;
  text-align: center;
  color: #e00;
}
.title_name{
    text-align: left;
    padding: 10px 5px 8px 5px;
}

table th {
    font-weight: bold;
	font-size: 17px;
	background-color: #ffbc48;
}
table td {
	font-size: 15px;
}

.size15 { font-size: 15px; }
.size14 { font-size: 14px; }
.size13 { font-size: 13px; }
.mb7 { margin-bottom: 7px; }
.mb3 { margin-bottom: 3px; }
.mb1em { margin-bottom: 1em; }

.kome {
  display: block;
  text-indent: -1em;
  font-size: 13px;
  padding: 0.4em 1em 0;
}

.mini-frame {
  margin: 17px 0;
  padding: 10px 10px 220px;
  border: 1px solid #111;
  background: url(../img/img02.png) center 191px no-repeat;
}
.mini-frame h3 {
  font-size: 19px;
  font-weight: bold;
  color: #ff2a48;
}