@import "reset.css";
@media  (min-width: 738px){
* {
 line-height: 1.5;
 font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

body	{
	background-image: url(img/bg1.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}
}

strong{font-weight:bold;}

/* リンク色（ページ全体） */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: none;}


hr{
 color:#CCCCCC;
 margin: 10px 20px;
}


.none{
font-weight:normal;
}


/**▼サイトレイアウト*****/

#wrap{
 width:800px;
 margin: auto;
 background: url(img/bg2.png);
}





/**▼ヘッダー*****/

#head{
 width:780px;
 margin:0 auto;
}

#head_img{
 margin-bottom:30px;
}

h1{
 color:#fff;
 font-size:120%;
 padding:10px;
  background-color: #FC647C;
}





/**▼メインコンテンツ*****/

h2{
	font-size: 136%;
	font-weight: bold;
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #FC647C;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin-left: 30px;
	margin-right: 30px;
}


h3{
 height: 45px;
 background: url(img/bg_h2r.jpg);
 line-height: 45px;
 font-size: 136%;
 font-weight:bold;
 margin:10px 15px;
 padding-left:50px;
 clear:both;
}

#cnt{
 width:760px;
 padding: 0px 20px;
}

.in_cnt{
 margin:10px 30px;
 padding-bottom: 10px;
}

.in_cnt p{
 background: url(img/note_line3.gif) left bottom;
 margin:0 15px 15px;
 font-size:114%;
 line-height: 25px;
 text-align:justify;
}





/**▼フッター*****/

#footer{
 text-align: center;
 clear: both;
 overflow:hidden;
}

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: #FC647C;
	font-size: 92%;
	margin: 20px 30px 20px;
}




/**▼フッターリンク*****/

#linkspace{
 margin: 0 15px 0px;
 padding:15px 0;
 font-size:100%;
 border-top:1px #ccc solid;
 clear:both;
}

#linkspace ul{
 margin:0 35px;
}

#linkspace a { color: #0000ff; text-decoration: underline; }
#linkspace a:hover { color: #ff0000; text-decoration: none;}





/**▼ランキング表*****/

.rh3{
 background-image: url(img/bg_h3.jpg);
 line-height: 25px;
 background-repeat: no-repeat;
 padding-left: 25px;
 margin-bottom: 15px;
 font-size:115%;
}


.rank_table{
 margin:0 45px 40px;
 border: 2px solid #CCCCCC;

}

.rank_table th{
 width:150px;
 border: 1px solid #999999;
 vertical-align:top;
 padding-top:10px;
 text-align:center;
}
.rank_table td{
 border:1px solid #999999;
 vertical-align: top;
}

.rank_table td p{
 margin:10px;
 font-size:107%;
}


.rank{
 padding:0px;
 margin:0px;
 background-image: url(img/th_bg.jpg);
}

.rank h3{
 background-image:none;
 padding-left: 10px;
 margin-bottom: 0px;
 margin: 0px;
 font-size:136%;
 font-weight:bold;
 line-height:52px;
 height:50px;
 overflow:hidden;
}


/**▼お申込みボタン*****/

.btn{
	text-align: center;
	margin: 10px 0 20px;
	padding: 10px;
	clear: both;
}

.button_wrapper{
   text-align:center;
}

.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  background-color: #FF8B0F;
  background-image: -webkit-linear-gradient(top, #ff8d14 0%, #eb9e4c 48%, #FF8B0F 49%, #FF8B0F 82%, #ff992b 100%);
  background-image: -moz-linear-gradient(top, #ff8d14 0%, #eb9e4c 48%, #FF8B0F 49%, #FF8B0F 82%, #ff992b 100%);
  background-image: -o-linear-gradient(top, #ff8d14 0%, #eb9e4c 48%, #FF8B0F 49%, #FF8B0F 82%, #ff992b 100%);
  background-image: linear-gradient(top, #ff8d14 0%, #eb9e4c 48%, #FF8B0F 49%, #FF8B0F 82%, #ff992b 100%);
  border-color: hsl(31, 42%, 47%);
  -webkit-box-shadow: inset 0 0 1px 1px #ffab51, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ffab51, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ffab51, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #a85700;
  -moz-text-shadow: 1px 1px 1px #a85700;
  -o-text-shadow: 1px 1px 1px #a85700;
  text-shadow: 1px 1px 1px #a85700;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  padding: 12px 30px 12px 30px;
  width: 80%;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 22px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #ff921e;
  background-image: -webkit-linear-gradient(top, #ff9423 0%, #eda559 48%, #ff921e 49%, #ff921e 82%, #ffa03a 100%);
  background-image: -moz-linear-gradient(top, #ff9423 0%, #eda559 48%, #ff921e 49%, #ff921e 82%, #ffa03a 100%);
  background-image: -o-linear-gradient(top, #ff9423 0%, #eda559 48%, #ff921e 49%, #ff921e 82%, #ffa03a 100%);
  background-image: linear-gradient(top, #ff9423 0%, #eda559 48%, #ff921e 49%, #ff921e 82%, #ffa03a 100%);
  border-color: hsl(31, 41%, 48%);
  -webkit-box-shadow: inset 0 0 1px 1px #ffb565, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ffb565, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ffb565, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #b75e00;
  -moz-text-shadow: 1px 1px 1px #b75e00;
  -o-text-shadow: 1px 1px 1px #b75e00;
  text-shadow: 1px 1px 1px #b75e00;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #ff8400;
  background-image: -webkit-linear-gradient(top, #f57f00 0%, #FF8B0F 100%);
  background-image: -moz-linear-gradient(top, #f57f00 0%, #FF8B0F 100%);
  background-image: -o-linear-gradient(top, #f57f00 0%, #FF8B0F 100%);
  background-image: linear-gradient(top, #f57f00 0%, #FF8B0F 100%);
  padding: 13px 30px 11px 30px;
}





/**▼文字装飾*****/

/*赤文字*/
.red{ color:#f00;}

/*下線*/
.uline{ text-decoration:underline;}

/*文字色背景を黄色*/
.yb{ background:#ff0;}

/*文字列を左寄せにする*/
.tl{ text-align:left;}

/*文字列を中央に配置*/
.tc{ text-align:center;}

/*文字列を右寄せにする*/
.tr{ text-align:right;}

/*画像を左に配置し、後に続く文字を右に回り込ませる*/
.left{
 float:left;
 margin:0 20px 0 0;
}

/*画像を右に配置し、後に続く文字を左に回り込ませる*/
.right{
 float:right;
 margin:0 0 0 20px;
}

/*画像を中央に配置*/
.center{
	display: block;
 margin-left: auto;
 margin-right: auto;
}


/*回り込み解除*/
.c_both{ clear:both;}

}
