@charset "shift_jis";

body{
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN", "ＭＳ Ｐゴシック", Osaka;
	background: #fff7e7;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img{
	border: none;
}
input,textarea,select{
	font-size: 1em;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク設定*/

a{
	color: #15f;
}
a:hover{
	color: #00f;	/*マウスオン時テキスト色*/
	text-decoration: none;	/*マウスオン時に下線を消す*/
}
a:visited {/*訪問後のリンク*/
    color:#909;
    text-decoration:underline;
}

select{
	font-size:120%;
}

main{
	display: block;
}

/*コンテナー*/

#container{
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background:#ffffff url(bg.png) repeat-x center top;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

/*ヘッダー*/
#header{
	text-align: left;
	height: 80px;
	width: 100%;
	position: relative;
}
/*ロゴ画像*/
#header h1{
	position: absolute;
	left: 20px;
	top: 3px;
	font-size: 110%;
	color: #fff;
}

#logo{
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 250%;
	font-weight: bold;
}

#logo a{
	text-decoration: none;
	color: #FFFFFF;
}
#snsbtn{
	position: absolute;
	left: 670px;
	top: 25px;
}

/*コンテンツ*/
#contents{
	clear: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ*/
#main{
	float: right;
	width: 470px;
	padding: 20px 0px;	/*上下、左右の余白*/
}

#main h1{
	font-size: 18px;
	color: #666;
	margin: 10px 0px 10px 20px;
}

#main h2{
	clear: both;
	background: url(h2bg-hane.png) no-repeat left center;
	width: 410px;
	font-size: 18px;
	color: #663333;
	line-height: 25px;
	padding: 15px 0px 5px 50px;
	margin: 10px 0px 10px 0px;
	border-bottom: 5px double #f33434;
}
#main h3{
	background: url(h3bg-hane2.png) no-repeat left center;
	width: 410px;
	font-size: 16px;
	color: #663333;
	line-height: 25px;
	padding: 15px 0px 5px 50px;
	margin: 10px 0px 10px 0px;
	border-bottom: 3px dotted #f33434;
}
#main h3 a{
	color: #663333;
}
#main h4{
	margin: 15px 0px 0px 0px;
	font-size: 120%;
	width: 440px;
	padding: 3px 10px;
	color: #494949;
	background: #fffaf4;
	border-left: solid 5px #f33434;
}

#main p{
	font-size: 120%;
	line-height: 27px;
	padding: 1px 10px 3px;	/*左から、上、左右、下への余白*/
}
#main p.img{
	padding-right: 0px;
	padding-left: 0px;
}

#main ol{
	font-size: 120%;
	padding-left: 30px;
}

#main ol li{
	padding-bottom: 5px;
}

#main ul{
	list-style: disc;
	margin-left: 10px;
}

#main ul li{
	padding-bottom: 5px;
}

/*パンくずリスト*/
#bread-crumb-list {
  width: 470px;
  padding: 0px 0px 15px 10px;
  float: left;
  font-size: 90%;
  line-height: 130%;
  text-align: left;
}
#bread-crumb-list li {
  display: inline;
  padding-right: 2px;
  text-align: left;
}
#bread-crumb-list li a{
	text-decoration: none;
	color: #777;
}
#bread-crumb-list li a:hover{
	font-weight: bold;
}

#snsbtn2{
	color: #888;
	padding: 20px 0px 10px 20px;	/*上、右、下、左の余白*/
}

/*QRコード*/

#side{
	text-align: center;
	padding: 50px 0px 50px 0px;
}

/*サブコンテンツ*/
#sub1{
	float: left;
	width: 320px;
	padding: 20px 0 5px 0;
	font-size: 110%;
}
#sub2{
	float: left;
	width: 320px;
	padding: 20px 0 10px 0;
	font-size: 110%;
}
#sub3{
	float: left;
	width: 320px;
	padding: 0px 0 20px 0;
	font-size: 110%;
}

/*メニューブロック*/
#menu{
	clear: both;
	width: 320px;
	background: url(h3bg.png) no-repeat center top;
	font-weight: bold;
	line-height: 36px;
	padding-left:0px;
	color: #fff;
}
ul.menu{
	margin-bottom: 1em;
}
ul.menu li{
	border-right: 1px solid #f33434;
	border-bottom: 1px solid #f33434;
	border-left: 1px solid #f33434;
	background:url(submenu_bg.png) no-repeat center top;
}
ul.menu li a{
	text-decoration: none;
	display: block;
	width: 290px;
	padding: 4px 0px 4px 30px;
	color: #fff;
}
ul.menu li a:hover{
	font-weight: bold;
}

/*box*/
#sub3 .box{
	border-right: 1px solid #f33434;
	border-bottom: 1px solid #f33434;
	border-left: 1px solid #f33434;
	padding: 5px 0px;
	text-align:center;
	font-size: 100%;
	line-height: 1.6;
	width: 318px;
	overflow: hidden;
}
#sub3 .box p{
	padding: 0px;
	font-size: 100%;
	line-height: 1.5;
}

#menu2{
	clear: both;
	width: 320px;
	background: url(h3bg.png) no-repeat center top;
	font-size: 110%;
	font-weight: bold;
	line-height: 36px;
	padding-left: 0px;
	color: #fff;
	margin: 10px 0 0 0;
}

#sub3 .box2{
	border-right: 1px solid #F33434;
	border-bottom: 1px solid #F33434;
	border-left: 1px solid #F33434;
	padding: 5px 0px;
	text-align:left;
	font-size: 11px;
	line-height: 1.6;
	width: 318px;
	overflow: hidden;
}
#sub3 .box2 img{
	padding: 0 0 0 10px;
}
#sub3 .box2 a{
	font-size: 130%;
	padding: 0 0 0 15px;
}

/*お知らせブロック*/

#main .new{
	overflow: auto;
	height: 180px;
	width: 470px;
	padding-left: 10px;
}
#main .new dl{
	clear: left;
	width: 450px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt{
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd{
	float: left;
	width: 350px;
}
#main .new dd img{
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

.new2{
	overflow: auto;
	height: 100px;
	width: 465px;
	padding-left: 5px;
}
.new2 dl{
	clear: left;
	width: 445px;
	line-height: 3em;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
.new2 dt{
	font-weight: bold;
	float: left;
	width: 90px;
}
.new2 dd{
	float: left;
	width: 355px;
}

/*フッター*/
#footer{
	clear: both;
	width: 940px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(footer_bg.png) repeat-x center top;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
#footer a{
	text-decoration:;
	color: #fff;
}

/*メインイメージ*/
#mainimg{
	float: right;
	position: relative;
	height: 120px;
	width: 470px;
	text-align: right;
	margin-bottom: 10px;
}

#mainimg a{
	font-size: 70%;
	text-decoration: none;
	color: #333;
}

/*その他*/
.color1{
	color: #ff80c0;
}

#banner{
	text-align: center;
	margin: 15px 0;
}

.banner{
	text-align: center;
	margin: 15px 0;
}

em{
	font-style:normal;
    background: linear-gradient(transparent 70%,#88eebb 20%);
    font-weight: bold;
}
strong{
    background: linear-gradient(transparent 70%,#ffff00 20%);
    font-weight: bold;
}
q{
	background:#eeeeff;
}

blockquote{
	font-size: 120%;
	background:#eeeeff;
	margin: 0;
	padding:10px;
}

/*チェックボックス*/
input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

label{
	margin-left: 30px;
	font-size: 120%;
}

.btn300 {
	background: #29f;
	border: 2px solid #4af;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	margin: 25px 0;
}

.btn300 a {
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 300px;
}

/*mainテーブル*/

#main {}
th {color:white;background-color:#333;border-width:1px;border-style:solid;border-color:#f33;}
td {background:#fff;border-width:1px;border-style:solid;border-color:#f33;line-height:18px;}

/*テーブルソーター*/

#wrapper {}
.sortable {border:1px solid #f33;}
.sortable th {}
.sortable td {}
.sortable .head {background:#333 url(sort1.png) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .desc {background:#666 url(sort3.png) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .asc {background:#666 url(sort2.png) 2px  center no-repeat; cursor:pointer; padding-left:0px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}

#wrapper2 {}
.sortable {border:1px solid #f33;}
.sortable th {text-align:center;}
.sortable td {height:65px;text-align:center;}
.sortable td a{font-size:120%;}
.sortable .head {background:#333 url(sort1.png) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .desc {background:#666 url(sort3.png) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .asc {background:#666 url(sort2.png) 2px  center no-repeat; cursor:pointer; padding-left:0px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}

#main {}
#rank3 th {text-align:center;}
#rank3 td {height:65px;text-align:center;}
#rank3 td a{font-size:120%;}
#rank3 td .btn300 a {font-size: 160%;}

#each {width:470px;margin:10px auto;}
#each th {width:200px;height:30px;font-size:110%;padding:0 15px 0;text-align:left;}
#each td {width:270px;height:30px;font-size:110%;padding:0 15px 0;text-align:right;}

/*タブ切り替え*/

#tab{border:none;}
#tab tr{border:none;}
#tab .on{
	font-size: 120%;
	font-weight: bold;
	color:#f00;
	background:url(tab_on.gif) no-repeat;
	border:none;
}
#tab .off{
	font-size: 120%;
	color:#333;
	background: url(tab_off.gif) no-repeat;
	border:none;
	cursor: pointer;
}

/*サーチボックス*/
#srchBox
{
width:320px;
margin-bottom:20px;
}

/*--------------------------------
ページトップ
---------------------------------*/
.page_top {
position:fixed;
bottom:10px;
right:calc(50% - 480px);
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color:#fff;
font-size:20px;
text-decoration:none;
background:#f33434;
border: 3px solid #ffffff;
text-align: center;
line-height: 50px;
opacity: 0.5;
}

.page_top:hover {
color:#fff;
opacity: 0.8;
}

.page_top:visited{
color:#fff;
}
