@charset "shift_jis";

body{
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック", Osaka;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
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;
}

main{
	display: block;
}

/* アコーディオン */

#acordion {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  margin-top: 5px;
  z-index: 100;
}

#acordion a {
	font-size: 20px;
	color: #FFF;
	padding: 15px 15px;
	background-color: #333;
	opacity: 0.8;
}

/*コンテナー*/
#container{
	text-align: left;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/*ヘッダー*/
#header{
	text-align: left;
	height: 120px;
	width: 100%;
	position: relative;
	background:#e22;
	box-shadow: 0px 2px 4px #000;
}
/*ロゴ画像*/
#header h1{
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 100%;
	color: #fff;
}

#logo{
	position: absolute;
	left: 15px;
	top: 52px;
	font-size: 250%;
}

#logo a{
	font-size:24px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000, 4px 4px 2px #000;
}

#logo img{
	margin-left: 10px;
}

/*コンテンツ*/
#contents{
	clear: left;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
}
#contents p{
	background: #ffffff;	/*アンドロイド表示崩れ対策*/
}

/*メインコンテンツ*/
#main{
	float: right;
	width: 470px;
	padding: 20px 0px;
}
#main h1{
	font-size: 160%;
	color: #333;
    font-weight: bold;
    text-decoration:underline;
	margin: 10px 0px 10px 20px;
}
#main h2{
	clear: both;
	background: url(h2bg-hane.png) no-repeat left center;
	width: 410px;
	font-size: 160%;
	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: 160%;
	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: 160%;
	width: 440px;
	padding: 3px 10px;
	color: #494949;
	background: #fffaf4;
	border-left: solid 5px #f33434;
}

/*段落タグ*/
#main p{
	font-size: 170%;
	line-height: 35px;
	padding: 0.5em 10px 1em;
	background: #ffffff;	/*アンドロイド表示崩れ対策*/
}

#main ol{
	padding-left: 50px;
}

#main ol li a{
	font-size: 160%;
	padding-bottom: 15px;
}
#main ul{
	margin-left: 10px;
}

#main ul li a{
	font-size: 160%;
	padding-bottom: 5px;
}

/*パンくずリスト*/

#bread-crumb-list {
  width: 460px;
  padding: 0px 0px 5px 10px;
  float: left;
  font-size: 100%;
  line-height: 250%;
  text-align: left;
}
#bread-crumb-list ul {
margin: 0px 0px 10px 5px;
list-style: none
}
#bread-crumb-list li {
  text-align: left;
}
#bread-crumb-list li a{
	text-decoration: none;
	color: #555;
}
#bread-crumb-list li a:hover{
	font-weight: bold;
}

#snsbtn2{
	color: #888;
	padding: 20px 0px 10px 20px;
}

/*サブコンテンツ*/
#sub1{
	float: left;
	width: 470px;
	padding: 10px 0px;
}
#sub2{
	float: left;
	width: 470px;
	padding: 10px 0px;
}
#sub3{
	float: left;
	width: 470px;
	padding: 10px 0px;
}

/*メニューブロック*/

#menu{
	clear: both;
	width: 470px;
	background: #f33434;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin-top: 5px;
	color: #fff;
}

ul.menu{
	margin-bottom: 1em;
}

ul.menu li{
	height: 101px;
	width: 468px;
	float:left;
	border-right: 1px solid #f33434;
	border-bottom: 1px solid #f33434;
	border-left: 1px solid #f33434;
	background: #0F0F0F;
}
ul.menu li a::before{
	content: "";
	display: inline-block;
	margin-right: 20px;
	border: 10px solid transparent;
	border-right: 0 solid transparent;
	border-left: 12px solid #f33c3c;
}
ul.menu li a{
	text-decoration: none;
	display: block;
	width: 420px;
	padding: 30px 0px 5px 30px;
	font-size: 170%;
	color: #fff;
}
ul.menu li a:hover{
	font-weight: bold;
}

/*box*/

#sub3 .box{
	float: left;
	border-right: 1px solid #f33434;
	border-bottom: 1px solid #f33434;
	border-left: 1px solid #f33434;	
	padding: 15px 0px;
	text-align:center;
	font-size: 120%;
	line-height: 1.6;
	width: 468px;
	overflow: hidden;
}
#sub3 .box p{
	padding: 0px;
	font-size: 10px;
	line-height: 1.5;
}

#menu2{
	clear: both;
	width: 470px;
	background: #f33434;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin-top: 5px;
	color: #fff;
}

#sub3 .box2{
	border-right: 1px solid #F33434;
	border-bottom: 1px solid #F33434;
	border-left: 1px solid #F33434;
	padding: 5px 0px;
	text-align:left;
	line-height: 2.5;
	width: 468px;
	overflow: hidden;
}
#sub3 .box2 img{
	height: 30px;
	width: 30px;
	padding: 0 0 0 20px;
}
#sub3 .box2 a{
	font-size: 150%;
	padding: 0 0 0 25px;
}


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

#main .new{
	overflow: auto;
	height: 180px;
	width: 460px;
	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;
}

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

/*フッター*/
#footer{
	clear: both;
	width: 460px;
	text-align: center;
	font-size: 140%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background:#d11;
	box-shadow: 0px 2px 4px #000;
}
#footer a{
	text-decoration:;
	color: #fff;
}

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

#mainimg a{
	font-size: 100%;
	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: 170%;
	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);
}

input[type="text"] {
    height: 40px;
    width: 350px;
    padding: 0 10px;
    border: 2px solid #f33;
    font-size: 18px;
}

input[type="submit"] {
	color: #fff;
    border: 2px solid #f33;
	background-color: #333;
    padding: 0;
    width: 70px;
    height: 40px;
    font-size: 18px;
    text-align: center;
}

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: 400px;
	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: 400px;
}

.btn300 a:visited {
	color: #fff;
}

.btn300 a:hover {
	color: #ddd;
}

.btn350 {
	background: #f35454;
	border: 2px solid #f32424;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	width: 350px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	margin: 25px 0;
}

.btn350 a {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 350px;
}

.btn350 a:visited {
	color: #fff;
}

.btn350 a:hover {
	color: #ddd;
}

/*mainテーブル*/

#main {}
th {font-size:110%;color:white;background-color:#333;border-width:1px;border-style:solid;border-color:#f33;}
td {font-size:110%;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 {height:75px;text-align:center;}
.sortable td {height:100px;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}

#sorter th {text-align:center;}

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

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

#each0 {width:470px;margin:10px auto;}
#each0 th {height:40px;font-size:110%;padding:0 5px 0;text-align:left;}
#each0 td {height:40px;font-size:110%;padding:0 5px 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:468px;
margin-bottom:20px;
}

