@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: #d77;
	box-shadow: 0px 2px 4px #000;
}
/*ロゴ画像*/
#header h1{
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 100%;
	color: #f60;
}

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

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

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

/*コンテンツ*/
#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-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: 5px double #ff80c0;
}
#main h3{
	background: url(h3bg-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: 3px dotted #ff80c0;
}
#main h4{
	margin: 15px 0px 0px 0px;
	font-size: 140%;
	width: 440px;
	padding: 3px 10px;
	color: #494949;
	background: #fffaf4;
	border-left: solid 5px #ff80c0;
}

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

#main ol{
	font-size: 160%;
	padding-left: 50px;
}

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

#main ul{
	font-size: 120%;
	padding-left: 30px;
	margin:10px 0;
}
#main ul li{
	padding-bottom: 5px;
}

/*パンくずリスト*/

#bread-crumb-list {
  width: 470px;
  padding: 0px 0px 5px 0px;
  float: left;
  font-size: 150%;
  line-height: 180%;
  text-align: left;
}
#bread-crumb-list ul {
margin: 0px 0px 10px 0px;
}
#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;
}

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

#submenu{
	clear: both;
	width: 470px;
	background: #ffdddd;
	font-size: 180%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin-top: 5px;
	color: #707070;
}

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

ul.menu li{
	height: 99px;
	width: 468px;
	float:left;
	border-right: 1px solid #ff80c0;
	border-bottom: 1px solid #ff80c0;
	border-left: 1px solid #ff80c0;
}
ul.menu li a::before{
	content: "";
	display: inline-block;
	margin-right: 25px;
	border: 10px solid transparent;
	border-right: 0 solid transparent;
	border-left: 12px solid #ffb9b9;
}
ul.menu li a{
	text-decoration: none;
	display: block;
	width: 420px;
	padding: 25px 0px 5px 30px;	/*上、右、下、左の余白*/
	font-size: 180%;
	color: #707070;
}
ul.menu li a:hover{
	font-weight: bold;
}

/*box*/

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

#menu2{
	clear: both;
	width: 470px;
	background: #ffdddd;
	font-size: 150%;
	font-weight: bold;
	line-height: 36px;
	padding-left: 0px;
	color: #707070;
	margin: 10px 0 0 0;
}

#sub3 .box2{
	border-right: 1px solid #ff80c0;
	border-bottom: 1px solid #ff80c0;
	border-left: 1px solid #ff80c0;
	padding: 5px 0px;
	text-align:left;
	line-height: 2.5;
	width: 468px;
	overflow: hidden;
}
#sub3 .box2 img{
	padding: 0 0 0 20px;
}
#sub3 .box2 a{
	font-size: 160%;
	padding: 5px 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;
	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: #333;
	background:#ffb9b9;
	box-shadow: 0px 2px 4px #000;
}
#footer a{
	text-decoration:;
	color: #555;
}

/*メインイメージ*/
#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;
}

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;
}

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 #f8c;
    font-size: 18px;
}

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

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

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

.btn300 {
	background: #15f;
	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: 15px auto;
}

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

/*mainテーブル*/
#main .table {}
th {text-align:center;color : #555;background-color : #ffeeee;border-width : 1px;border-style : solid;border-color :#ff80c0;}
td {text-align:center;background:#fff; border-width : 1px;border-style : solid;border-color : #ff80c0;}
td a{font-size:120%;}

/*テーブルソーター*/
#wrapper {}
.sortable {border:1px solid #ccc; border-bottom:none}
.sortable th {height:75px;text-align:center;}
.sortable td {height:100px;text-align:center;}
.sortable td a{font-size:120%;}
.sortable .head {background:#ffeeee url(sort1.gif) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .desc {background:#ffcccc url(sort3.gif) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .asc {background:#ffcccc url(sort2.gif) 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 #ccc; border-bottom:none}
.sortable th {height:75px;text-align:center;}
.sortable td {height:100px;text-align:center;}
.sortable td a{font-size:140%;}
.sortable td img{border:0px;}
.sortable .head {background:#ffeeee url(sort1.gif) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .desc {background:#ffcccc url(sort3.gif) 2px center no-repeat; cursor:pointer; padding-left:0px}
.sortable .asc {background:#ffcccc url(sort2.gif) 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}

#mobaiti th {height:60px;text-align:center;}
#mobaiti td {height:100px;text-align:center;font-size:110%;}
#mobaiti td a{font-size:120%;}

#rank1 {width:470px;margin:10px auto;}
#rank1 th {height:60px;text-align:center;}
#rank1 td {height:160px;text-align:center;font-size:110%;}
#rank1 td a{font-size:120%;}
#rank1 td .btn300 a {font-size: 150%;}

#rank2 {width:470px;margin:10px auto;}
#rank2 th {height:60px;text-align:center;}
#rank2 td {height:160px;text-align:center;font-size:110%;}
#rank2 td a{font-size:120%;}
#rank2 td .btn300 a {font-size: 150%;}

#rank3 {width:470px;margin:10px auto;}
#rank3 th {height:60px;text-align:center;}
#rank3 td {height:160px;text-align:center;font-size:110%;}
#rank3 td a{font-size:140%;}
#rank3 td .btn300 a {font-size: 160%;}

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

/*タブ切り替え*/

#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;
}

/*-----------------------------
SNS
------------------------------*/

    .fa-hatena:before {
      font-family: Verdana;
      font-weight: bold;
      content: 'B!';
    }
     
    .sns-share {
      margin-top: 40px;
      margin-bottom: 40px;
    }
     
    .sns-share ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
     
    .sns-share ul:after {
      display: block;
      clear: both;
      content: '';
    }
     
    .sns-share li {
      float: left;
      width: 25%;
      margin: 0;
      margin-top: 15px;
    }
     
    .sns-share li a {
      font-size: 14px;
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      color: #fff;
    }
     
    .sns-share li a:hover {
      opacity: .8;
    }
     
    .sns-share li a:visited {
      color: #fff;
    }
     
    .tweet a {
      background-color: #27b;
    }
     
    .facebook a {
      background-color: #315096;
    }
     
    .pocket a {
      background-color: #d34;
    }
     
    .hatena a {
      background-color: #07c;
    }
     
    @media(max-width: 435px) {
      .sns-share li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
      }
     
      .sns-share li i {
        font-size: 1.3em;
        padding-top: 3px;
      }
     
      .sns-share li span {
        display: none;
      }
    }
