@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;
	font-size: 12px;
	line-height: 22px;
	margin-right: 2%;
	margin-left: 2%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 2%;
}
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{
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 20px;
    line-height: 1.8em;
    background-position: center top;
    background-attachment: fixed;
    background-color: #F1F1F1;

}	


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

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


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




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

}

#header{
overflow:hidden;
}

#content{
	width: 860px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
}


#content2{
	width: 1000px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;

}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
	clear: both;
	color: #FFF !important;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 25px;
	background-color: #f46d83;
	font-size: 14px;	
} 




#online {
	background-color: #f46d83;
	height: 50px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: rgb(255, 255, 255);
	font-family: "メイリオ";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	background-position: center center;
}


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

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


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



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	text-align: center;
	z-index: 0;
	background-repeat: repeat;
	background-position: center;
	height: 940px;
	background-image: url(img/head-bg.png);
}	



.post{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

.toppage{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





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

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

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

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

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

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

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

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

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

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;

}

.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-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th{
padding:10px;
border: #787878 solid;
border-width: 0 0 2px 2px;
}

.post table td{
padding:18px;
border-width: 0 0 2px 2px;
}

.post dt{font-weight:bold;}

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

.post img{max-width:100%;height:auto;}

.text-text img{
	max-width: 100%;
	height: auto;
	
}

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

img.alignright, img.alignleft{
margin: 10px 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;}




/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}



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

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:100%;height:auto;}

	#content, #content2, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	.toppage{
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-top: 0px;
}


#footer{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
} 


}



/* ---------------------------------------------------------------------
枠
--------------------------------------------------------------------- */



.text-text {
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	padding: 5%;
	}







/* ---------------------------------------------------------------------
フォント
--------------------------------------------------------------------- */

.white16{color:#000000;font-size:12px;}
.white10-b{
	color: #fff;
	font-size: 14px;

	line-height: 20px;
}

.black{color:#000000;}
.black10{color:#000000;font-size:10px;}
.black18{color:#000000;font-size:18px;}
.black24{color:#000000;font-size:24px;}
.black30{color:#000000;font-size:30px;}

.black-b{color:#000000;font-weight: bold;}
.black-u{text-decoration: underline;}
.black-b-u{color:#000000;font-weight: bold; bold;text-decoration: underline;}
.black10-b{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.black18-b{color:#000000;font-size:18px;font-weight: bold;}
.black24-b{color:#000000;font-size:24px;font-weight: bold;}
.black30-b{color:#000000;font-size:30px;font-weight: bold;}

.black-b-y{color:#000000;font-weight: bold;background:#FFFF99;}
.black-y{color:#000000;background:#FFFF99;}
.black-y-u{color:#000000;background:#FFFF99;text-decoration: underline;}
.black10-b-y{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99;}
.black18-b-y{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99;}
.black24-b-y{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99;}
.black30-b-y{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99;}

.black-b-y-u{color:#000000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black10-b-y-u{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black18-b-y-u{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black24-b-y-u{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black30-b-y-u{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}



.red{color:#CA0000;}
.red10{color:#CA0000;font-size:10px;}
.red18{color:#CA0000;font-size:18px;}
.red24{color:#CA0000;font-size:24px;}
.red40{color:#CA0000;font-size:40px;}

.red-b{color:#CA0000;font-weight: bold;}
.red-b-u{color:#CA0000;font-weight: bold;text-decoration: underline;}
.red10-b{color:#CA0000;font-size:10px;font-weight: bold;}
.red18-b{color:#CA0000;font-size:18px;font-weight: bold;}
.red24-b{color:#CA0000;font-size:24px;font-weight: bold;}
.red24-b-u{color:#CA0000;font-size:24px;font-weight: bold;text-decoration: underline;}




.red-b-y{
	color: #CA0000;
	font-weight: bold;
	background: #FFFF99;
}
.red10-b-y{color:#CA0000;font-size:10px;font-weight: bold;background:#FFFF99;}
.red18-b-y{color:#CA0000;font-size:18px;font-weight: bold;background:#FFFF99;}
.red24-b-y{color:#CA0000;font-size:24px;font-weight: bold;background:#FFFF99;}
.red30-b-y{color:#CA0000;font-size:30px;font-weight: bold;background:#FFFF99;}

.red-b-y-u{color:#CA0000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red10-b-y-u{color:#CA0000;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red18-b-y-u{color:#CA0000;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red24-b-y-u{color:#CA0000;font-size:24px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red30-b-y-u{color:#CA0000;font-size:30px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}



.blue{color:#0000FF;}
.blue10{color:#0000FF;font-size:10px;}
.blue18{color:#0000FF;font-size:18px;}

.blue-b{color:#0000FF;font-weight: bold;}
.blue10-b{color:#0000FF;font-size:10px;font-weight: bold;}
.blue18-b{color:#0000FF;font-size:18px;font-weight: bold;}

.blue-b-y{color:#0000FF;font-weight: bold;background:#FFFF99;}
.blue10-b-y{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99;}
.blue18-b-y{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99;}

.blue-b-y-u{color:#0000FF;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue10-b-y-u{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue18-b-y-u{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue18-b-u{color:#0000FF;font-size:18px;font-weight: bold;bold;text-decoration: underline;}



.gray{color:#999999;}
.gray10{color:#999999;font-size:10px;}
.gray18{color:#999999;font-size:18px;}

.gray-b{color:#999999;font-weight: bold;}
.gray10-b{color:#999999;font-size:10px;font-weight: bold;}
.gray18-b{color:#999999;font-size:18px;font-weight: bold;}


.ore{
	color: #FF6600;
	font-size: 24px;
}
.ore18{color:#CA0000;font-size:18px;}




    .fb-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb-b2{
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
	.fb-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	
	.fb32-b{color:#000000;font-size:32px;font-weight: bold;}
	.fb60-b{color:#000000;font-size:60px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:32px;font-weight: bold;}
	.fr60-b{color:#CA0000;font-size:60px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}

@media only screen and (max-width: 644px){
	
	.fb-b{color:#000000;font-size:22px;font-weight: bold;}
		.fb-b2{
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
		padding-bottom: 5px;
}
	
	.fb-b-y{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:22px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}

	.fb32-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb60-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr60-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:28px;font-weight: bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.ore{
	color: #FF6600;
	font-size: 18px;
}
.black18{color:#000000;font-size:12px;}
	}
	
	
	


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


input:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



		


