@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-size:14px;
font: "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
/*font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;*/
-webkit-text-size-adjust: none;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#282c47;
}

a:hover, a:active{
outline: none;
color:#555b80;
}

a img:hover{opacity:.8;}

p.toplink {
    text-align: right;
    margin: 10px 0 20px 10px;
    text-decoration: underline;
}

/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
vertical-align:top;
padding:0 10px;
background: #555b80;
background: -moz-linear-gradient(top, #555b80 0%, #282c47 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555b80), color-stop(100%,#282c47));
background: -webkit-linear-gradient(top, #555b80 0%,#282c47 100%);
background: -o-linear-gradient(top, #555b80 0%,#282c47 100%);
background: linear-gradient(to bottom, #555b80 0%,#282c47 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555b80', endColorstr='#282c47',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:28px;
height:28px;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
background: #282c47;
background: -moz-linear-gradient(top, #282c47 0%, #555b80 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282c47), color-stop(100%,#555b80));
background: -webkit-linear-gradient(top, #282c47 0%,#555b80 100%);
background: -o-linear-gradient(top, #282c47 0%,#555b80 100%);
background: linear-gradient(to bottom, #282c47 0%,#555b80 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282c47', endColorstr='#555b80',GradientType=0 );
cursor:pointer;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:940px;
}

#content{
float:left;
width:690px;
padding:20px 0 50px;
}

/*
#toppage #content{
width:100%;
}
*/

#sidebar{
float:right;
width:220px;
padding:20px 0 50px;
}

#footer{
clear:both;
color:#fff;
border-top:5px solid #e8e8e8;
background:url(images/bgDark.png);
} 


/* ヘッダー
*****************************************************/
.bg{
background:url(images/bgDark.png);
border-bottom:4px solid #e8e8e8;
}


/* サイト説明文
----------------------------------*/
#header {
clear:both;
overflow:hidden;
}

#header h1, #header h2{
padding:5px 0;
font-size:100%;
color:#fff;
font-weight:normal;
}

#header h1{
float:left;
}

#header h2{
float:right;
}



/* ロゴ (サイトタイトル)
----------------------------------*/
#header p{
clear:both;
float:left;
padding:20px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* SNS
----------------------------------*/
.sns{
float:right;
padding:20px 0;
}

.sns img{margin-left:5px;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:10px;
line-height:200%;
border:1px solid #dadada;
background:#fff;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
#content h3.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

#content h3.first{margin-top:0;}

#content .p1 {
padding: 15px 8px 20px;
}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post a { text-decoration:underline; }

.post p{padding-bottom:15px;}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ul.list-no-mark {
margin-left: 0px;
}

.post ul.list-no-mark li {
padding-left:0px;
background:none;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

/*
.post h1{
margin:20px 0;
padding:5px 0 5px 15px;
font-size:150%;
border-bottom:2px solid #282c47;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #282c47;
}

.post h3{
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #282c47;
}
*/

.post h4{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #515151;
}

.post h5{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#252525;
border-bottom:1px solid #515151;
}

.post h6 {
color: #548DD4;
}

.post h7 {
background: url(images/banners/h7-header.jpg) no-repeat left center;
padding: 5px 0 5px 15px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #282c47 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
color:#fff;
border:1px #000 solid;
border-width: 0 0 1px 1px;
background:#282c47;
}

.post table td{
padding:10px;
border: 1px #282c47 solid;
border-width: 0 0 1px 1px;
background:#fff;
}


/*新幅指定ココから*/

/*■■■　パソコン版のthの幅　■■■*/

table th {
	word-break:break-all;
}


th.w5 {
    width: 5px;
    text-align: center;
}

th.w10 {
    width: 10px;
    text-align: center;
}

th.w15 {
    width: 15px;
}

th.w20 {
    width: 20px;
}

th.w25 {
    width: 25px;
}

th.w30 {
    width: 30px;
}

th.w35 {
    width: 35px;
}

th.w40 {
    width: 40px;
	word-break:break-all;
}

th.w45 {
    width: 45px;
	word-break:break-all;
}


th.w50 {
    width: 50px;
	word-break:break-all;
}

th.w55 {
    width: 55px;
	word-break:break-all;
}


th.w60 {
    width: 60px;
	word-break:break-all;
}

th.w65 {
    width: 65px;
	word-break:break-all;
}

th.w70 {
    width: 70px;
}

th.w75 {
    width: 75px;
}

th.w80 {
    width: 80px;
	word-break:break-all;
}

th.w85 {
    width: 85px;
	word-break:break-all;
}

th.w90 {
    width: 90px;
}

th.w95 {
    width: 95px;
}

th.w100 {
    width: 100px;
}

th.w105 {
    width: 105px;
}

th.w110 {
    width: 110px;
}

th.w115 {
    width: 115px;
}

th.w120 {
    width: 120px;
}

th.w125 {
    width: 125px;
}

th.w130 {
    width: 130px;
}

th.w135 {
    width: 135px;
}

th.w140 {
    width: 140px;
}


th.w145 {
    width: 140px;
}

th.w150 {
    width: 150px;
}

th.w155 {
    width: 155px;
}

th.w160 {
    width: 160px;
}

th.w165 {
    width: 165px;
}

th.w170 {
    width: 170px;
}

th.w175 {
    width: 175px;
}
th.w180 {
    width: 180px;
}
th.w185 {
    width: 185px;
}


th.w190 {
    width: 190px;
}

th.w195 {
    width: 195px;
}

th.w200 {
    width: 200px;
}

th.w205 {
    width: 205px;
}


th.w210 {
    width: 210px;
}
th.w215 {
    width: 215px;
}

th.w220 {
    width: 220px;
}
th.w225 {
    width: 225px;
}

th.w230 {
    width: 230px;
}
th.w235 {
    width: 235px;
}

th.w240 {
    width: 240px;
}

th.w245 {
    width: 245px;
}

th.w250 {
    width: 250px;
}
th.w255 {
    width: 255px;
}

th.w260 {
    width: 260px;
}
th.w265 {
    width: 265px;
}

th.w270 {
    width: 270px;
}
th.w275 {
    width: 275px;
}
th.w280 {
    width: 280px;
}
th.w285 {
    width: 285px;
}

th.w290 {
    width: 290px;
}
th.w295 {
    width: 295px;
}

th.w300 {
    width: 300px;
}

th.w305 {
    width: 305px;
}

th.w310 {
    width: 310px;
}
th.w315 {
    width: 315px;
}

th.w320 {
    width: 320px;
}
th.w325 {
    width: 325px;
}

th.w330 {
    width: 330px;
}
th.w335 {
    width: 335px;
}

th.w340 {
    width: 340px;
}

th.w345 {
    width: 345px;
}

th.w350 {
    width: 350px;
}
th.w355 {
    width: 355px;
}

th.w360 {
    width: 360px;
}
th.w365 {
    width: 365px;
}

th.w370 {
    width: 370px;
}
th.w375 {
    width: 375px;
}
th.w380 {
    width: 380px;
}
th.w385 {
    width: 385px;
}

th.w390 {
    width: 390px;
}
th.w395 {
    width: 395px;
}

th.w400 {
    width: 400px;
}

th.w405 {
    width: 405px;
}

th.w410 {
    width: 410px;
}
th.w415 {
    width: 415px;
}

th.w420 {
    width: 420px;
}
th.w425 {
    width: 425px;
}

th.w430 {
    width: 430px;
}
th.w435 {
    width: 435px;
}

th.w440 {
    width: 440px;
}

th.w445 {
    width: 445px;
}

th.w450 {
    width: 450px;
}

th.w455 {
    width: 455px;
}

th.w460 {
    width: 460px;
}
th.w465 {
    width: 465px;
}

th.w470 {
    width: 470px;
}
th.w475 {
    width: 475px;
}
th.w480 {
    width: 480px;
}
th.w485 {
    width: 485px;
}

th.w490 {
    width: 490px;
}
th.w495 {
    width: 495px;
}

th.w500 {
    width: 500px;
}

th.w505 {
    width: 505px;
}

th.w510 {
    width: 510px;
}
th.w515 {
    width: 515px;
}

th.w520 {
    width: 520px;
}
th.w525 {
    width: 525px;
}

th.w530 {
    width: 530px;
}
th.w535 {
    width: 535px;
}

th.w540 {
    width: 540px;
}

th.w545 {
    width: 545px;
}

th.w550 {
    width: 550px;
}

th.w555 {
    width: 555px;
}

th.w560 {
    width: 560px;
}
th.w565 {
    width: 565px;
}

th.w570 {
    width: 570px;
}
th.w575 {
    width: 575px;
}
th.w580 {
    width: 580px;
}
th.w585 {
    width: 585px;
}

th.w590 {
    width: 590px;
}
th.w595 {
    width: 595px;
}

th.w600 {
    width: 600px;
}

/*■■■　パソコン版のtdの幅　■■■*/

td.w5 {
    widtd: 5px;
    text-align: center;
}

td.w10 {
    widtd: 10px;
    text-align: center;
}

td.w15 {
    widtd: 15px;
}

td.w20 {
    widtd: 20px;
}

td.w25 {
    widtd: 25px;
}

td.w30 {
    widtd: 30px;
}

td.w35 {
    widtd: 35px;
}

td.w40 {
    widtd: 40px;
	word-break:break-all;
}

td.w45 {
    widtd: 45px;
	word-break:break-all;
}


td.w50 {
    widtd: 50px;
	word-break:break-all;
}

td.w55 {
    widtd: 55px;
	word-break:break-all;
}


td.w60 {
    widtd: 60px;
	word-break:break-all;
}

td.w65 {
    widtd: 65px;
	word-break:break-all;
}

td.w70 {
    widtd: 70px;
}

td.w75 {
    widtd: 75px;
}

td.w80 {
    widtd: 80px;
	word-break:break-all;
}

td.w85 {
    widtd: 85px;
	word-break:break-all;
}

td.w90 {
    widtd: 90px;
}

td.w95 {
    widtd: 95px;
}

td.w100 {
    widtd: 100px;
}

td.w105 {
    widtd: 105px;
}

td.w110 {
    widtd: 110px;
}

td.w115 {
    widtd: 115px;
}

td.w120 {
    widtd: 120px;
}

td.w125 {
    widtd: 125px;
}

td.w130 {
    widtd: 130px;
}

td.w135 {
    widtd: 135px;
}

td.w140 {
    widtd: 140px;
}


td.w145 {
    widtd: 140px;
}

td.w150 {
    widtd: 150px;
}

td.w155 {
    widtd: 155px;
}

td.w160 {
    widtd: 160px;
}

td.w165 {
    widtd: 165px;
}

td.w170 {
    widtd: 170px;
}

td.w175 {
    widtd: 175px;
}
td.w180 {
    widtd: 180px;
}
td.w185 {
    widtd: 185px;
}


td.w190 {
    widtd: 190px;
}

td.w195 {
    widtd: 195px;
}

td.w200 {
    widtd: 200px;
}

td.w205 {
    widtd: 205px;
}


td.w210 {
    widtd: 210px;
}
td.w215 {
    widtd: 215px;
}

td.w220 {
    widtd: 220px;
}
td.w225 {
    widtd: 225px;
}

td.w230 {
    widtd: 230px;
}
td.w235 {
    widtd: 235px;
}

td.w240 {
    widtd: 240px;
}

td.w245 {
    widtd: 245px;
}

td.w250 {
    widtd: 250px;
}
td.w255 {
    widtd: 255px;
}

td.w260 {
    widtd: 260px;
}
td.w265 {
    widtd: 265px;
}

td.w270 {
    widtd: 270px;
}
td.w275 {
    widtd: 275px;
}
td.w280 {
    widtd: 280px;
}
td.w285 {
    widtd: 285px;
}

td.w290 {
    widtd: 290px;
}
td.w295 {
    widtd: 295px;
}

td.w300 {
    widtd: 300px;
}

td.w305 {
    widtd: 305px;
}

td.w310 {
    widtd: 310px;
}
td.w315 {
    widtd: 315px;
}

td.w320 {
    widtd: 320px;
}
td.w325 {
    widtd: 325px;
}

td.w330 {
    widtd: 330px;
}
td.w335 {
    widtd: 335px;
}

td.w340 {
    widtd: 340px;
}

td.w345 {
    widtd: 345px;
}

td.w350 {
    widtd: 350px;
}
td.w355 {
    widtd: 355px;
}

td.w360 {
    widtd: 360px;
}
td.w365 {
    widtd: 365px;
}

td.w370 {
    widtd: 370px;
}
td.w375 {
    widtd: 375px;
}
td.w380 {
    widtd: 380px;
}
td.w385 {
    widtd: 385px;
}

td.w390 {
    widtd: 390px;
}
td.w395 {
    widtd: 395px;
}

td.w400 {
    widtd: 400px;
}

td.w405 {
    widtd: 405px;
}

td.w410 {
    widtd: 410px;
}
td.w415 {
    widtd: 415px;
}

td.w420 {
    widtd: 420px;
}
td.w425 {
    widtd: 425px;
}

td.w430 {
    widtd: 430px;
}
td.w435 {
    widtd: 435px;
}

td.w440 {
    widtd: 440px;
}

td.w445 {
    widtd: 445px;
}

td.w450 {
    widtd: 450px;
}

td.w455 {
    widtd: 455px;
}

td.w460 {
    widtd: 460px;
}
td.w465 {
    widtd: 465px;
}

td.w470 {
    widtd: 470px;
}
td.w475 {
    widtd: 475px;
}
td.w480 {
    widtd: 480px;
}
td.w485 {
    widtd: 485px;
}

td.w490 {
    widtd: 490px;
}
td.w495 {
    widtd: 495px;
}

td.w500 {
    widtd: 500px;
}

td.w505 {
    widtd: 505px;
}

td.w510 {
    widtd: 510px;
}
td.w515 {
    widtd: 515px;
}

td.w520 {
    widtd: 520px;
}
td.w525 {
    widtd: 525px;
}

td.w530 {
    widtd: 530px;
}
td.w535 {
    widtd: 535px;
}

td.w540 {
    widtd: 540px;
}

td.w545 {
    widtd: 545px;
}

td.w550 {
    widtd: 550px;
}

td.w555 {
    widtd: 555px;
}

td.w560 {
    widtd: 560px;
}
td.w565 {
    widtd: 565px;
}

td.w570 {
    widtd: 570px;
}
td.w575 {
    widtd: 575px;
}
td.w580 {
    widtd: 580px;
}
td.w585 {
    widtd: 585px;
}

td.w590 {
    widtd: 590px;
}
td.w595 {
    widtd: 595px;
}

td.w600 {
    widtd: 600px;
}

td.rank-td{
    text-align: center;
    padding: 10px 3px 10px 3px;
}

.sumaho-table-td-padding3{
  word-break: break-all;
  table-layout: fixed;
}


}

@media only screen and (max-width: 980px){
.sumaho-table-td-padding3 {
    word-break: break-all;
    table-layout: auto;
}
}


/*■■■　以上、パソコン版のtd,thの幅　■■■*/




/*■■■　thのスマホの幅　■■■*/

@media all and (max-width:767px) {

table{
width: 100%;
}

.post table {
    word-break: break-all;
}
.post table th {
    padding: 5px;
}

.tate {
    writing-mode: vertical-rl;
    line-height: 1.0;
}

table td.rank-td{
    text-align: center;
    padding: 10px 1px 10px 1px;
}

table th.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}

table th.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}

table th.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}

table th.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}

table th.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}
table th.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}
table th.sumaho-w35 {
    width: 35px;
    word-break: break-all;
}

table th.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}
table th.sumaho-w45 {
    width: 45px;
	    word-break: break-all;
}

table th.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}

table th.sumaho-w55 {
    width: 55px;
    word-break: break-all;
}

table th.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}


table th.sumaho-w65 {
    width: 65px;
    word-break: break-all;
}

table th.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}

table th.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

table th.sumaho-w80 {
    width: 80px;

}
table th.sumaho-w85 {
    width: 85px;

}
table th.sumaho-w90 {
    width: 90px;
}

table th.sumaho-w95 {
    width: 95px;
}

table th.sumaho-w100 {
    width: 100px;
}
table th.sumaho-w105 {
    width: 105px;
}

table th.sumaho-w110 {
    width: 110px;
}


table th.sumaho-w115 {
    width: 115px;
}

table th.sumaho-w120 {
    width: 120px;
}
table th.sumaho-w125 {
    width: 120px;
}

table th.sumaho-w130 {
    width: 130px;
}

table th.sumaho-w135 {
    width: 135px;
}

table th.sumaho-w140 {
    width: 140px;
}
table th.sumaho-w145 {
    width: 145px;
}

table th.sumaho-w150 {
    width: 150px;
}
table th.sumaho-w155 {
    width: 155px;
}

table th.sumaho-w160 {
    width: 160px;
}

table th.sumaho-w165 {
    width: 165px;
}

table th.sumaho-w170 {
    width: 170px;
}

table th.sumaho-w175 {
    width: 175px;
}

table th.sumaho-w180 {
    width: 180px;
}
table th.sumaho-w185 {
    width: 185px;
}

table th.sumaho-w190 {
    width: 190px;
}
table th.sumaho-w195 {
    width: 195px;
}
table th.sumaho-w200 {
    width: 200px;
}

table th.sumaho-w205 {
    width: 205px;
}

table th.sumaho-w210 {
    width: 210px;
}
table th.sumaho-w215 {
    width: 215px;
}

table th.sumaho-w220 {
    width: 220px;
}
table th.sumaho-w225 {
    width: 225px;
}

table th.sumaho-w230 {
    width: 230px;
}
table th.sumaho-w235 {
    width: 235px;
}

table th.sumaho-w240 {
    width: 240px;
}

table th.sumaho-w245 {
    width: 245px;
}

table th.sumaho-w250 {
    width: 250px;
}

table th.sumaho-w255 {
    width: 255px;
}

table th.sumaho-w260 {
    width: 260px;
}
table th.sumaho-w265 {
    width: 265px;
}

table th.sumaho-w270 {
    width: 270px;
}
table th.sumaho-w275 {
    width: 275px;
}
table th.sumaho-w280 {
    width: 280px;
}
table th.sumaho-w285 {
    width: 285px;
}

table th.sumaho-w290 {
    width: 290px;
}
table th.sumaho-w295 {
    width: 295px;
}

table th.sumaho-w300 {
    width: 300px;
}

table th.sumaho-w305 {
    width: 305px;
}

table th.sumaho-w310 {
    width: 310px;
}
table th.sumaho-w315 {
    width: 315px;
}

table th.sumaho-w320 {
    width: 320px;
}
table th.sumaho-w325 {
    width: 325px;
}

table th.sumaho-w330 {
    width: 330px;
}
table th.sumaho-w335 {
    width: 335px;
}

table th.sumaho-w340 {
    width: 340px;
}

table th.sumaho-w345 {
    width: 345px;
}

table th.sumaho-w350 {
    width: 350px;
}

table th.sumaho-w355 {
    width: 355px;
}

table th.sumaho-w360 {
    width: 360px;
}
table th.sumaho-w365 {
    width: 365px;
}

table th.sumaho-w370 {
    width: 370px;
}
table th.sumaho-w375 {
    width: 375px;
}
table th.sumaho-w380 {
    width: 380px;
}
table th.sumaho-w385 {
    width: 385px;
}

table th.sumaho-w390 {
    width: 390px;
}
table th.sumaho-w395 {
    width: 395px;
}

table th.sumaho-w400 {
    width: 400px;
}



}


/*■■■　thのスマホの幅：その２ 前の条件なし　■■■*/
@media all and (max-width:767px) {


.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}

.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}

.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}
.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}
.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}

.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}
.sumaho-w35 {
    width: 35px;
    word-break: break-all;
}

.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}
.sumaho-w45 {
    width: 45px;
    word-break: break-all;
}

.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}
.sumaho-w55 {
    width: 55px;
    word-break: break-all;
}


.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}
.sumaho-w65 {
    width: 65px;
    word-break: break-all;
}

.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}

.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

.sumaho-w80 {
    width: 80px;
}

.sumaho-w85 {
    width: 85px;
    word-break: break-all;
}

.sumaho-w90 {
    width: 90px;
}
.sumaho-w95 {
    width: 95px;
    word-break: break-all;
}

.sumaho-w100 {
    width: 100px;
}

.sumaho-w105 {
    width: 105px;
    word-break: break-all;
}

.sumaho-w110 {
    width: 110px;
}
.sumaho-w115 {
    width: 115px;
    word-break: break-all;
}

.sumaho-w120 {
    width: 120px;
}
.sumaho-w125 {
    width: 125px;
    word-break: break-all;
}

.sumaho-w130 {
    width: 130px;
}
.sumaho-w135 {
    width: 135px;
    word-break: break-all;
}

.sumaho-w140 {
    width: 140px;
    word-break: break-all;
}

.sumaho-w145 {
    width: 145px;
    word-break: break-all;
}

.sumaho-w150 {
    width: 150px;
}
.sumaho-w155 {
    width: 155px;
    word-break: break-all;
}


.sumaho-w160 {
    width: 160px;
}
.sumaho-w165 {
    width: 165px;
    word-break: break-all;
}


.sumaho-w170 {
    width: 170px;
}
.sumaho-w175 {
    width: 175px;
    word-break: break-all;
}

.sumaho-w180 {
    width: 180px;
}
.sumaho-w185 {
    width: 185px;
    word-break: break-all;
}

.sumaho-w190 {
    width: 190px;
}
.sumaho-w195 {
    width: 195px;
    word-break: break-all;
}

.sumaho-w200 {
    width: 200px;
    word-break: break-all;
}

.sumaho-w205 {
    width: 205px;
    word-break: break-all;
}

.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}
.sumaho-w215 {
    width: 215px;
    word-break: break-all;
}

.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}
.sumaho-w225 {
    width: 225px;
    word-break: break-all;
}

.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}
.sumaho-w235 {
    width: 235px;
    word-break: break-all;
}

.sumaho-w240 {
    width: 240px;
    word-break: break-all;
}

.sumaho-w245 {
    width: 245px;
    word-break: break-all;
}

.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}

.sumaho-w255 {
    width: 255px;
    word-break: break-all;
}

.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}
.sumaho-w265 {
    width: 265px;
    word-break: break-all;
}

.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}
.sumaho-w275 {
    width: 275px;
    word-break: break-all;
}
.sumaho-w280 {
    width: 280px;
    word-break: break-all;
}
.sumaho-w285 {
    width: 285px;
    word-break: break-all;
}

.sumaho-w290 {
    width: 290px;
    word-break: break-all;
}
.sumaho-w295 {
    width: 295px;
    word-break: break-all;
}

.sumaho-w300 {
    width: 300px;
    word-break: break-all;
}

.sumaho-w305 {
    width: 305px;
    word-break: break-all;
}

.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}
.sumaho-w315 {
    width: 315px;
    word-break: break-all;
}

.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}
.sumaho-w325 {
    width: 325px;
    word-break: break-all;
}

.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}
.sumaho-w335 {
    width: 335px;
    word-break: break-all;
}

.sumaho-w340 {
    width: 340px;
    word-break: break-all;
}

.sumaho-w345 {
    width: 345px;
    word-break: break-all;
}

.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}

.sumaho-w355 {
    width: 355px;
    word-break: break-all;
}

.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}
.sumaho-w365 {
    width: 365px;
    word-break: break-all;
}

.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}
.sumaho-w375 {
    width: 375px;
    word-break: break-all;
}
.sumaho-w380 {
    width: 380px;
    word-break: break-all;
}
.sumaho-w385 {
    width: 385px;
    word-break: break-all;
}

.sumaho-w390 {
    width: 390px;
    word-break: break-all;
}
.sumaho-w395 {
    width: 395px;
    word-break: break-all;
}
.sumaho-w400 {
    width: 400px;
    word-break: break-all;
}

}

/*■■■　tdのスマホの幅　■■■*/
@media all and (max-width:767px) {

table td {
  padding: 5px;

}

table td.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}

table td.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}

table td.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}
table td.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}
table td.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}

table td.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}
table td.sumaho-w35 {
    width: 35px;
    word-break: break-all;
}

table td.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}
table td.sumaho-w45 {
    width: 45px;
    word-break: break-all;
}

table td.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}
table td.sumaho-w55 {
    width: 55px;
    word-break: break-all;
}


table td.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}
table td.sumaho-w65 {
    width: 65px;
    word-break: break-all;
}

table td.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}

table td.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

table td.sumaho-w80 {
    width: 80px;
}

table td.sumaho-w85 {
    width: 85px;
    word-break: break-all;
}

table td.sumaho-w90 {
    width: 90px;
}
table td.sumaho-w95 {
    width: 95px;
    word-break: break-all;
}

table td.sumaho-w100 {
    width: 100px;
}

table td.sumaho-w105 {
    width: 105px;
    word-break: break-all;
}

table td.sumaho-w110 {
    width: 110px;
}
table td.sumaho-w115 {
    width: 115px;
    word-break: break-all;
}

table td.sumaho-w120 {
    width: 120px;
}
table td.sumaho-w125 {
    width: 125px;
    word-break: break-all;
}

table td.sumaho-w130 {
    width: 130px;
}
table td.sumaho-w135 {
    width: 135px;
    word-break: break-all;
}

table td.sumaho-w140 {
    width: 140px;
    word-break: break-all;
}

table td.sumaho-w145 {
    width: 145px;
    word-break: break-all;
}

table td.sumaho-w150 {
    width: 150px;
}
table td.sumaho-w155 {
    width: 155px;
    word-break: break-all;
}


table td.sumaho-w160 {
    width: 160px;
}
table td.sumaho-w165 {
    width: 165px;
    word-break: break-all;
}


table td.sumaho-w170 {
    width: 170px;
}
table td.sumaho-w175 {
    width: 175px;
    word-break: break-all;
}

table td.sumaho-w180 {
    width: 180px;
}
table td.sumaho-w185 {
    width: 185px;
    word-break: break-all;
}

table td.sumaho-w190 {
    width: 190px;
}
table td.sumaho-w195 {
    width: 195px;
    word-break: break-all;
}

table td.sumaho-w200 {
    width: 200px;
    word-break: break-all;
}

table td.sumaho-w205 {
    width: 205px;
    word-break: break-all;
}

table td.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}
table td.sumaho-w215 {
    width: 215px;
    word-break: break-all;
}

table td.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}
table td.sumaho-w225 {
    width: 225px;
    word-break: break-all;
}

table td.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}
table td.sumaho-w235 {
    width: 235px;
    word-break: break-all;
}

table td.sumaho-w240 {
    width: 240px;
    word-break: break-all;
}

table td.sumaho-w245 {
    width: 245px;
    word-break: break-all;
}

table td.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}

table td.sumaho-w255 {
    width: 255px;
    word-break: break-all;
}

table td.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}
table td.sumaho-w265 {
    width: 265px;
    word-break: break-all;
}

table td.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}
table td.sumaho-w275 {
    width: 275px;
    word-break: break-all;
}
table td.sumaho-w280 {
    width: 280px;
    word-break: break-all;
}
table td.sumaho-w285 {
    width: 285px;
    word-break: break-all;
}

table td.sumaho-w290 {
    width: 290px;
    word-break: break-all;
}
table td.sumaho-w295 {
    width: 295px;
    word-break: break-all;
}

table td.sumaho-w300 {
    width: 300px;
    word-break: break-all;
}

table td.sumaho-w305 {
    width: 305px;
    word-break: break-all;
}

table td.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}
table td.sumaho-w315 {
    width: 315px;
    word-break: break-all;
}

table td.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}
table td.sumaho-w325 {
    width: 325px;
    word-break: break-all;
}

table td.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}
table td.sumaho-w335 {
    width: 335px;
    word-break: break-all;
}

table td.sumaho-w340 {
    width: 340px;
    word-break: break-all;
}

table td.sumaho-w345 {
    width: 345px;
    word-break: break-all;
}

table td.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}

table td.sumaho-w355 {
    width: 355px;
    word-break: break-all;
}

table td.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}
table td.sumaho-w365 {
    width: 365px;
    word-break: break-all;
}

table td.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}
table td.sumaho-w375 {
    width: 375px;
    word-break: break-all;
}
table td.sumaho-w380 {
    width: 380px;
    word-break: break-all;
}
table td.sumaho-w385 {
    width: 385px;
    word-break: break-all;
}

table td.sumaho-w390 {
    width: 390px;
    word-break: break-all;
}
table td.sumaho-w395 {
    width: 395px;
    word-break: break-all;
}
table td.sumaho-w400 {
    width: 400px;
    word-break: break-all;
}


}

/*新幅指定ココまで*/


.post table .gray {
background: #dfdfdf;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{
max-width:100%;
height:auto;
width: 300px;
float: left;
padding: 0 10px 10px 0;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
/*
.widgetWrap, section.widget ul{
margin:10px 0 20px 0;
padding:10px 10px 0 10px;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul#banners{
width:220px;
margin:10px 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 10px;
}

section.widget h3{
clear:both;
margin:0 0 -5px;
padding:5px 0;
font-size:110%;
background:url(images/border.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow2.png) no-repeat 0 12px;
border-bottom:1px dashed #e4e4e4;
}

section.widget li a:hover{background-position:2px 12px;}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
width:120px;
line-height:22px;
height:22px;
margin-right:3px;
}

#searchform{padding:20px 0;}
*/


#sidebar ul#banners{
width:220px;
margin:0 0 10px;
padding-top: 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 10px;
}


section.widget, .widgetInfo{
margin:0 0 20px;
padding:10px 7px;
border:1px solid #dadada;
background:#fff;
}

#banners img{
max-width:220px;
height:auto;
/*padding-bottom:10px;*/
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color:#333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow2.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
background-position:3px 50%;
}

section.widget a.selected {
color: #333;
text-decoration:none;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7){color:#950000;}
#calendar_wrap a{color:#555b80;font-weight:bold;font-weight:bold;border-bottom:1px solid #fff;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap table td#prev a{text-align:left;border:0;}
#calendar_wrap table td#next a{text-align:right;border:0;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 0;
font-size:110%;
background:url(images/border.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#555b80;}


/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer ul{
font-size:12px;
padding:10px 0 30px 0;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:0;
margin-right:30px;
}

#footer ul li a{
display:block;
overflow:hidden;
background:url(images/arrowWhite.png) no-repeat 0 12px;
border:0;
padding: 5px 0 5px 12px;
}

#footer ul li a:hover {
background-position:2px 12px;
text-decoration:underline;
}

#footer ul li a.current {
color:#999;
}

#footer ul li span.current {
display: block;
padding: 0 0 0 12px;
overflow:hidden;
}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}


#footer a{color:#dadada;}

#footer .boxWrap{
width:980px;
margin-right:-40px;
}

#footer .box{
float:left;
width:450px;
margin-right:40px;
padding:20px 0;
}

.box .widgetWrap, .box section.widget ul{
padding:0 0 0 7px;
margin-top:0;
background:transparent;
border:0;
box-shadow:none;
}

.box section.widget li a{
background:url(images/arrowWhite.png) no-repeat 0 12px;
border:0;
}

.box section.widget li a:hover{background-position:2px 12px;}

#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
background:url(images/border2.png) repeat-x 0 100%;
}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(images/iconHome.png) no-repeat 4px 0;
}

.contact p.mail{background-image:url(images/iconMail.png);}
.contact p.tel{background-image:url(images/iconTel.png);}
.contact p.fax{background-image:url(images/iconFax.png);}
.contact p.tw{background-image:url(images/iconTW.png);}
.contact p.fb{background-image:url(images/iconFB.png);}

#copyright{
clear:both;
padding:10px 0;
text-align:center;
font-size:90%;
border-top:1px solid #333;
background:#282c47;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul#banners,ul.post{
width:960px;
margin-right:-20px;
padding-top:20px;
}

ul#banners li,ul.post li{
float:left;
width:220px;
margin-right:20px;
}

ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;
}

ul.post img{
max-width:220px;
height:auto;
}

ul.post h3{
margin:10px 0;
padding-bottom:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}

p.readon a{
padding:3px 10px;
font-size:95%;
}

ul#banners:after{content:""; display: table;clear:both;}
ul#banners{zoom: 1;}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
div.panel{
display:block !important;
}

a#menu{display:none;}

nav#mainNav ul{
clear:both;
position:relative;
z-index:200;
width:940px;
margin:0 auto;
}

nav#mainNav li{
float: left;
margin-right:20px;
position: relative;
}

nav#mainNav li.hassub a{
background:url(images/arrowDown2.png) no-repeat 100% 50%;
}

nav#mainNav li a{
display: block;
_float:left;
font-size:110%;
line-height:45px;
font-weight:bold;
padding:0 60px 0 0;
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a, nav#mainNav li a.current{
color:#555b80;
border-color:#555b80;
}

nav#mainNav li.hassub.current-menu-item a,nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a{
background:url(images/arrowDown.png) no-repeat 100% 50%;
}

nav#mainNav li.hassub li a,nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover{background:none;}

nav#mainNav ul ul{
width:160px;
background:#fff;
}

nav#mainNav li ul{
display:none;
opacity:0;
}

nav#mainNav li:hover ul{
display: block;
position: absolute;
top:46px;
left:0;
z-index:500;
opacity:1;
}

nav#mainNav li li{
margin:0;
float: none;
width:160px;
}

nav#mainNav li li a, nav#mainNav li.current-menu-parent li a,nav#mainNav li.current-menu-item li a{
padding:0 0 0 5px;
height:35px;
font-size:95%;
line-height:35px;
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li li.current-menu-item a,nav#mainNav li li a:hover{
color:#555b80;
border-color:#555b80;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
nav#mainNav{
clear:both;
width:100%;
margin:0;
padding:0;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight: bold;
text-align:left;
color:#fff;
background: #282c47 url(images/menuOpen.png) no-repeat 5px 8px;
background: url(images/menuOpen.png) no-repeat 5px 8px, -moz-linear-gradient(top, #555b80 0%, #282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555b80), color-stop(100%,#282c47));
background: url(images/menuOpen.png) no-repeat 5px 8px, -webkit-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px 8px, -o-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px 8px, -ms-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px 8px, linear-gradient(to bottom, #555b80 0%,#282c47 100%);
}

nav#mainNav a#menu span{padding-left:40px;}

nav#mainNav a.menuOpen{
color:#fff;
background: #282c47 url(images/menuOpen.png) no-repeat 5px -34px;
background: url(images/menuOpen.png) no-repeat 5px -34px, -moz-linear-gradient(top, #555b80 0%, #282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555b80), color-stop(100%,#282c47));
background: url(images/menuOpen.png) no-repeat 5px -34px, -webkit-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px -34px, -o-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px -34px, -ms-linear-gradient(top, #555b80 0%,#282c47 100%);
background: url(images/menuOpen.png) no-repeat 5px -34px, linear-gradient(to bottom, #555b80 0%,#282c47 100%);
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}
nav#mainNav ul ul{margin:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
border-bottom:1px solid #ccc;
background:url(images/arrow.png) no-repeat 97% 50%;
}

nav#mainNav ul li.current-menu-item a,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:active,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav li a.current {
color:#fff;
background: #282c47;
background:-moz-linear-gradient(top#555b80 0%#282c47 100%);
background:-webkit-gradient(linearleft topleft bottomcolor-stop(0%,#555b80)color-stop(100%,#282c47));
background:-webkit-linear-gradient(top#555b80 0%,#282c47 100%);
background:-o-linear-gradient(top#555b80 0%,#282c47 100%);
background:-ms-linear-gradient(top#555b80 0%,#282c47 100%);
background:linear-gradient(to bottom#555b80 0%,#282c47 100%);
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#555b80;
}

nav#mainNav li.current-menu-item li a:hover, nav#mainNav li.current-menu-parent li a:hover{
color:#fff;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li span a{
padding-left:20px;
font-size:90%;
}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
#header{width:100%}
.inner,#footer .boxWrap,#wrapper{width:96%;}

#mainImg img{width:96%;height:auto;}

#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
#sidebar{background:url(images/border.png) repeat-x;padding-top:30px;}

ul.post,ul#banners,#sidebar ul#banners{width:100%;display:table-row;margin:0;}
ul.post li,ul#banners li,#sidebar ul#banners li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul.post img,ul#banners li img,#sidebar ul#banners img{max-width:98%;height:auto;}

#calendar_wrap table{width:260px;margin:0;}

#footer .boxWrap{margin:0;padding:0;}
#footer .box{float:none;width:100%;margin:10px 0;}

body {
    font-size: 16px;
}

#header p {
    font-size: 110%;
	line-height: 200%;
}

.post{
line-height:300%;
}

section.widget li {
    line-height: 400%;
}

}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 620px){
ul.post li,ul#banners li,#sidebar ul#banners li{width:42%;margin:0 0 0 6%;}
ul.post li:nth-child(2n+1){clear:left;}
.post img{max-width:100%;height:auto;}
img.alignright, img.alignleft{display:block;margin:5px 2%;max-width:96%;height:auto;}
.alignright,.alignleft{float:none;}

body {
    font-size: 16px;
}

#header p {
    font-size: 110%;
	line-height: 200%;
}

.post{
line-height:300%;
}

section.widget li {
    line-height: 400%;
}
}