/* ::::: style.css ::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 要素 :::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
    background-color: #fff;
    font-size: 18px !important;
    margin: 0px;
    background-image:url(../img/a2.png);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::リンクオーバー :::::::::::::::::::::::::::::::::::::::::::::::::: */

a:link { color: #fcf8cd; }
a:visited { color: #fcf8cd; }
a:hover { color: #74e1fc; }
a:active { color: #fcf8cd; }





/* ::::::::::::::::::::::::::::::::::::::::::::::::::最上部（カウントダウン等） :::::::::::::::::::::::::::::::::::::::::::::::::: */
.topline{
	background-color:#000;
	height:80px;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::文字装飾 :::::::::::::::::::::::::::::::::::::::::::::::::: */

.highlight {
	background-color: #FF3;
	color: #C00;
	font-weight: bold;
}

.highlight2 {
    background-color: #FF3;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.red {
	font-weight: bold;
	color: #C00;
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: underline;
}

.bk {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5em;
}

.ul {
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
	

/* ::::::::::::::::::::::::::::::::::::::::::::::::::ヘッダー :::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
    background: url(../img/header.png) no-repeat top center;
    height: 838px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


#frame {
	background-image: url(../img/frame.png);
	height: 400px;
	width: 960px;
	background-repeat: no-repeat;
	padding-top: 60px;
	
}

#wrapper {
    width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background: #fff;
    box-shadow: 0 5px 10px #080808;
    -webkit-box-shadow: 0 5px 10px #080808;
    -moz-box-shadow: 0 5px 10px #080808;
}



.wrapper2 {
    width: 860px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/wrapper2.png);
    background-repeat: repeat-y;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---------- ワイド ----------*/
.wide{
	background-image:url(../images/wide_bg.png);
	background-repeat:repeat-x;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::: コンバージョン :::::::::::::::::::::::::::::::::::::::::::::::::: */

.cv-bg {
    background-image: url(../img/cv-bg.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 200px;
    padding-top: 140px;
    margin: 0 auto;
    margin-top: 20px;
}
.cv-right {
    text-align: right;
    margin-right: 55px;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::手紙 :::::::::::::::::::::::::::::::::::::::::::::::::: */

#letter{
	width:840px;
	height:800px;
	margin:0 auto;
	background-image:url(../img/letter_bg.png);
	background-repeat:no-repeat;
}

#letterText{
	width:670px;
	float:left;
	text-align:left;
	margin-left:70px;
	color:#000;
	margin-top:40px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::: 文字用class :::::::::::::::::::::::::::::::::::::::::::::::::: */

.mg {
    margin-right: 55px;
    margin-left: 55px;
    margin-bottom: 10px;
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 5px solid #a40b5e;
    border-left: 5px solid #a40b5e;
    border-bottom: 5px solid #a40b5e;
}
.mg p.img-right{
	text-align: right;
}
.mg2 {
	margin-right: 55px;
    margin-left: 55px;
    background-color: #FFF;
    border-right: 5px solid #a40b5e;
    border-left: 5px solid #a40b5e;
}
.mg-conet-2 {
    border-right: 5px solid #a40b5e;
    border-left: 5px solid #a40b5e;
    border-bottom: 5px solid #a40b5e;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 55px;
    margin-left: 55px;
    margin-bottom: 10px;
}


.center {
    text-align: center;
}





.fr {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.fl {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}


/*---------- テーブル----------*/


/* 外枠 */
div.y-data-area {
    width: 600px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

/* 見出し */
table.y-data-ttl {
    width: 600px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

table.y-data-ttl th {
    border-top: 1px solid #CCC;
    background: #ECECEC;
}

table.y-data-ttl th,
table.y-data-ttl td {
    padding: 2px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.y-data-ttl th.rb-none,
table.y-data-ttl td.rb-none {
    border-right: none;
}

/* データ */
div.y-scroll-box {
    width: 600px;
    max-height: 150px;
    height: auto !important;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.y-hidden {
    overflow: hidden;
    padding-bottom: 15px;
}

table.y-data {
    width: 600px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

table.y-data th,
table.y-data td {
    padding: 2px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.y-data th.rb-none,
table.y-data td.rb-none {
    border-right: none;
}

table.y-data td {
    overflow: hidden;
    white-space: nowrap;
}

table.y-data td p {
    margin: 0;
    padding: 5px
}

.y-data-area th {
    font-size: 14px;
}
.y-data-area td {
    font-size: 12px;
}

/* IE6ハック */
table.y-data-ttl,
table.y-data {
    _border-collapse: collapse;
}

/* IE7ハック */
*:first-child+html table.y-data-ttl,
*:first-child+html table.y-data {
    border-collapse: collapse;
}



/*---------- FAQ ----------*/

#faq{
	width:770px;
	margin:0 auto;
	color:#000;
	padding-bottom:10px;
	
	margin-bottom:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
		
}

#faqText{
	margin-top:30px;
	border:1px solid #ccc;
	margin-bottom:20px;
	margin-left:25px;
	margin-right:25px;
	background-color:#fff;
	padding-top:35px;
	padding-left:35px;
	padding-right:20px;
	width:660px;
	float:left;
	text-align:left;
	line-height:40px;
}


#faqText p{
	font-size:18px;
	margin-bottom:5px;
}

ul{
    padding: 0;
    margin:0;
}

ul li {
    list-style-type: none;
    float: left;
}

.bold14{font-size:18px;font-weight:bold;line-height:150%;}



.check2 {
	background-image: url(../img/check2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 45px;
	padding-top: 8px;
	line-height: 140%;
	margin-top: 5px;
	font-size: 22px;
	text-decoration: underline;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: bold;
	color: #c7040e;
}


#footer {
    width: auto;
	color:#FFF;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 90px;
    padding-top: 20px;
    float: none;
	background-color:#a40b5e;
	width:800px;
	
}

.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

@media screen and (max-width: 640px) {
　　font-size:15px;
}