/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}
html, body {
	background:#f2f2f2;
	color: #2d2d30;
	height:100%;
}
body {
	font:16px/1.5 Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
img {
	border: 0;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent:0;
}
ul li {
	list-style:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption {
	text-align:left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family:Verdana, Helvetica, sans-serif;
}
a:link {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:visited {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:active {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:hover {
	color: #044ea5;
	border-bottom:1px solid #044ea5;
	text-decoration:none;
}
a {
	outline : 0;
}
a img{
	border : none;
}
.hide{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*img, object, embed, video { max-width: 100%; height: auto; }*//*これはgooglemapsに悪さする*/
.mobile{
}
.desktop{
	display:none;
}

/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#headerWrapper{
}
#header {
	width:100%;
}
#header div.logoWrapper{
}
/*@h1（ヘッダー）
--------------------------------------------------------*/
#header h1 {
	background:url(img/logo1.jpg) no-repeat;
	background:url(img/logo1.svg) no-repeat;
	width:50%;
	height:0;
	background-size:100%;
	padding-top:37.3563218%;
	text-indent:-9999px;
	text-align:center;
	margin:15px auto;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	border:none;
}
/*@h2（ヘッダー）
--------------------------------------------------------*/
#header h2{/*245*90*/
	background:url(img/mobile_blog.gif) no-repeat;
	width:100%;
	height:0;
	background-size:100%;
	padding-top:36.7346938%;
	text-indent:-9999px;
	margin:15px auto;
}
/*@p（ヘッダー）
--------------------------------------------------------*/
#header p.official{
	display:none;
}
#header p.official a{
	border:none;
}
#header p.secondLogo{/*89*36*/
	background:url(img/logo2.jpg) no-repeat;
	background:url(img/logo2.svg) no-repeat;
	width:70%;
	height:0;
	padding-top:28.3146067%;
	text-indent:-9999px;
	margin:0 auto;
	margin-top:15px;
}
p.pankuzu{
	display:none;
}
/*@ul（ヘッダー）
--------------------------------------------------------*/
#header ul{
	width:78px;
	height:35px;
	float:right;
	margin:16px 15px auto auto;
}
#header ul li{
	width:35px;
	height:35px;
	float:left;
	text-indent:-9999px;
	margin-right:3px;
}
#header ul li.facebook{
	background:url(img/iconFacebook.gif) no-repeat;
}
#header ul li.mail{
	background:url(img/iconMail.gif) no-repeat;
}
#header ul.social{
	display:none;
}
/*------------------------------------------------------------------------
4.メイン
------------------------------------------------------------------------*/
/*@div（メイン）
--------------------------------------------------------*/
div.entryBox{
	margin:15px 5%;
}
div.entryBox div.entryBody{
	/*display:none;*/
}
div.page{
	text-align:center;
	margin:3em auto;
}
div.page a{
	border:1px solid #ccc;
	width:44px;
	height:44px;
	line-height:44px;
	display:inline-block;
}
div.page a:hover{
	background:#2f3880;
	color:#fff;
}
/*@h2（メイン）
--------------------------------------------------------*/
h2.newentries{
	line-height:2em;
	color:#2f3880;
	border-bottom:1px solid #2f3880;
	text-indent:1em;
	font-weight:bold;
	margin-bottom:1em;
}
div.search h2,
div.sideBox h2{
	line-height:2em;
	color:#2f3880;
	border-bottom:1px solid #2f3880;
	text-indent:1em;
	font-weight:bold;
	margin-bottom:1em;
}
/*@h3（メイン）
--------------------------------------------------------*/
div.entryBox h3{
	background:url(img/list01.gif) left 0.5em no-repeat;
	font-size:18px;
	padding-left:15px;
	margin-bottom:0.5em;
	font-weight:bold;
}
div.entryBox h3 a{
	color:#2f3880;
}
/*@p（メイン）
--------------------------------------------------------*/
div.entryBox p.date{
	/*display:none;*/
	font-size:14px;
	text-align:right;
}
div.entryBox img{
	width:100%;
}
/*@form（メイン）
--------------------------------------------------------*/
div.search form{
	width:90%;
	margin:1em auto;
}
/*@ul（メイン）
--------------------------------------------------------*/
div.sideBox ul li{
	width:90%;
	margin:5px auto;
	background:url(img/list01.gif) left 0.5em no-repeat;
	padding-left:1em;
	margin-bottom:0.5em;
}
/*------------------------------------------------------------------------
5.フッター
------------------------------------------------------------------------*/
/*@div（フッター）
--------------------------------------------------------*/
#footer{
	background:#f2f2f2;
	color:#fff;
	border-top:1px solid #000;
}
#footer p.address{
	background:url(img/pAddress.gif) no-repeat;
	width:164px;
	height:65px;
	text-indent:-9999px;
	margin:1em auto;
}
#footer p.copy{
	font-size:10px;
	text-align:center;
	color:#000;
}