@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: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
: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;
	width:100%;
}
body {
	font:100%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	background-color: #fcfdfe;
	background-repeat: repeat;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク設定
------------------------------------------------------------*/
a {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#777;
}
a:hover, a:active {
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	outline: none;
	color:#999;
}
/**** Clearfix ****/
nav .panel:after, nav#mnav:after, .newsTitle:after, .blue:after, .postbox:after {
	content:"";
	display: table;
	clear: both;
}
nav .panel, nav#mnav, .newsTitle, .blue, .postbox {
	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"] {
	padding:3px 10px;
	background: #2a588b;
	background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a588b), color-stop(100%, #214a78));
	background: -webkit-linear-gradient(top, #2a588b 0%, #214a78 100%);
	background: -o-linear-gradient(top, #2a588b 0%, #214a78 100%);
	background: -ms-linear-gradient(top, #2a588b 0%, #214a78 100%);
	background: linear-gradient(to bottom, #2a588b 0%, #214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78', GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:100%;
	color:#fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #2a588b;
	background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #214a78), color-stop(100%, #2a588b));
	background: -webkit-linear-gradient(top, #214a78 0%, #2a588b 100%);
	background: -o-linear-gradient(top, #214a78 0%, #2a588b 100%);
	background: -ms-linear-gradient(top, #214a78 0%, #2a588b 100%);
	background: linear-gradient(to bottom, #214a78 0%, #2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b', GradientType=0 );
}
 *:midashi-child+html input[type="submit"] {
padding:3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
	margin:0 auto;
	width:960px;
}
#header {
	overflow:hidden;
}
#content {
	float:left;
	width:100%;
	max-width:960px;
	font-size:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#sidebar {
	float:right;
	width:225px;
	padding:30px 0;
}
#footer {
	clear:both;
	font-size:1.1em;
	padding-top:20px;
	background:#f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C6C6C6;
	border-bottom-color: #5d5d5d;
}
/* ヘッダー
*****************************************************/
#header .blue {
	font-weight: bold;
	color: #999;
	font-size:1.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #1b519a;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #96b4d4;
}
/* サイト説明文 + 住所
----------------------------------*/
#header h1, #header p {
	float:left;
	padding:3px 0;
	color: #FFF;
	font-size:80%;
	font-weight:bold;
	letter-spacing: 1px;
}
#header p {
	float:right;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear:both;
	float:left;
	padding:30px 0;
	color: #515151;
	font-size:160%;
	font-weight:bold;
}
/* サブナビゲーション
----------------------------------*/
#header ul {
	padding-top:15px;
	float:left;
}
#header ul li {
	display:inline;
	margin-left:10px;
	font-size:90%;
}
#header ul li a {
	padding-left:10px;
	color:#18397a;
	background:url(images/arrowSub.png) no-repeat 0 50%;
}
#header ul li a:hover {
	background-position:3px 50%;
}
/* メインメニュー
------------------------------------------------------------*/
nav#mnav {
	clear:both;
	width:100%;
	position:relative;
	z-index:200;
	background-color: #FFF;
	box-shadow:1px 1px 6px #e9e9e9;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
nav#mnav ul li {
	font-size:0.95em;
	float: left;
	position: relative;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #18397a;
}
 nav#mnav ul li:midashi-child {
border-left:1px dotted #b6b6b6;
}
nav#mnav ul li a {
	display: block;
	text-align: center;
	float:left;
	color:#18397a;
	height:29px;
	line-height:29px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size:100%;
}
nav#mnav ul li a span, nav#mnav ul li a strong {
	display:block;
	font-size:90%;
	line-height:1.4;
}
nav#mnav ul li a span {
	font-size:70%;
	color:#b6b6b6;
}
nav#mnav ul li.current-menu-item a, nav#mnav ul li a:hover, nav#mnav ul li a:active, nav#mnav ul li.current-menu-parent a {
	background:#eee;
}
nav#mnav ul ul {
	width:160px;
}
nav#mnav ul li ul {
	display: none;
}
nav#mnav ul li:hover ul {
	display: block;
	position: absolute;
	top:39px;
	left:-2px;
	z-index:500;
}
nav#mnav ul li li {
	padding:0 0 0 10px;
	margin:0;
	float: none;
	height:40px;
	line-height:40px;
	width:160px;
	background:#eee;
	border:0;
	border-bottom:1px dotted #a15b00;
}
 nav#mnav ul li li:midashi-child {
border-left:0;
}
nav#mnav ul li li a {
	width:100%;
	height:40px;
	padding:0;
	line-height:40px;
	font-size:95%;
	text-align:left;
}
nav#mnav ul li li a span {
	padding:0 10px;
}
nav#mnav ul li li a:hover, nav#mnav ul li li.current-menu-item a {
	color:#CEDBE1;
	margin-right: 15px;
	margin-left: 15px;
}
nav#mnav ul li:hover ul li:last-child {
	border:0;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear:both;
	margin-top:20px;
	line-height:0;
	text-align:center;
	z-index:0;
	max-width:958px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
.postbox {
	margin:0 0 20px 0;
	padding:18px;
	font-size:1.2em;
	line-height:35px;
	background: #fff;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e2e7eb;
	border-bottom-color: #e2e7eb;
	border-left-color: #e2e7eb;
	box-shadow:1px 1px 3px #aaa19e;
}
strong {
	font-weight:bold;
	color:#3f1c24;
	text-shadow:1px 1px 3px #CCC;
	font-size:1em;
}
.img2 {
	padding:4px;
	border:1px double #CCC;
}
/* タイポグラフィ
*****************************************************/
h2.title {
	clear:both;
	border:1px solid #dadada;
	border-bottom:0;
	color:#FFFFFF;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #369;
	padding: 1.8em;
	box-shadow:1px 1px 3px #aaa19e;
}
h2.midashi {
	margin-top:0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.9em 1.8em;
	letter-spacing: 1px;
	text-shadow:1px 1px 1px #285374;
}
h2.midashi:before {
	font-size:19px;
	content:"●";
	font-weight: bold;
	color: #FFF;
	margin-right:8px;
	text-shadow:1px 1px 1px #285374;
}
.midashi02 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;
	margin:0.4em 0.95em;
	position: relative;
	padding: 0.5em 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0b50a5;
	font-weight: bold;
	color: #333434;
}
.midashi02:before, .midashi02:after {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #0462b3;
	top: 40%;
	left: 3px;
	transform: rotate(45deg);
}
.midashi02:after {
	top: 40%;
	left: 12px;
	height: 15px;
	width: 15px;
	transform: rotate(45deg);
	border: none;
	background: rgba(0, 172, 228, .3);
	margin-right:10px;
}
.dateLabel {
	margin:0 0 10px;
	text-align:right;
	font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.postbox p {
	padding-bottom:15px;
	font-size:0.9em;
	padding:1em;
}
.postbox img {
	box-shadow:0px 1px 8px #666;
}
.postbox ul {
	margin: 0 0 10px 10px;
}
.postbox ul li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 0 8px;
}
.postbox ol {
	margin: 0 0 10px 0px;
}
.postbox ol li {
	margin: 0px;
	padding: 0px;
}
.postbox h1 {
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color: #000;
	border-bottom:3px solid #000;
	background-color:#034bad;
}
.postbox h2 {
	margin:10px 0;
	padding-bottom:2px;
	font-size:130%;
	font-weight:normal;
	color: #333;
	border-bottom:2px solid #515151;
}
.postbox h3 {
	margin:10px 0;
	font-size:120%;
	font-weight:normal;
	color:#214a78;
	border-bottom:1px solid #515151;
}
.postbox blockquote {
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}
.postbox blockquote p {
	padding:5px 0;
}
.postbox table {
	border: 1px #214a78 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
}
.postbox table th {
	padding:7px 10px 7px 5px;
	border: #214a78 solid;
	border-width: 0 0 1px 1px;
	font-weight:bold;
	color:#fff;
	background:#214a78;
}
.postbox table td {
	padding:7px 5px;
	border: 1px #214a78 solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}
.postbox dt {
	font-weight:bold;
}
.postbox dd {
	padding-bottom:10px;
}
.postbox img {
	max-width:100%;
	height:auto;
}
img.aligncenter {
	display: block;
	margin:5px auto;
}
img.alignright, img.alignleft {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
}
.alignright {
	float:right;
}
.alignleft {
	float: left;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
	margin: 0 0 20px;
	padding: 10px 7px;
	border:1px solid #dadada;
	background: #fff;
}
#banners img {
	max-width:225px;
	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/arrow.png) no-repeat 0 50%;
}
section.widget a:hover {
	text-decoration:none;
	background-position: 3px 50%;
}
#searchform input[type="text"] {
	line-height:1.7;
	height:24px;
	width:100px;
	vertical-align:bottom;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear:both;
	margin:0 0 20px;
	padding:5px 0;
	font-size:100%;
	color: #333;
	border-bottom:1px solid #ccc;
}
.newsTitle h3 {
	float:left;
	font-weight:normal;
}
.newsTitle p {
	float:right;
	padding:0 0 0 10px;
	font-size:.8em;
	background:url(images/arrow.png) no-repeat 0 50%;
}
.news p {
	clear:both;
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
}
.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:#777;
}
/* フッター
*****************************************************/
#footer ul {
	padding-bottom:10px;
}
#footer ul li {
	font-size:1em;
	display:inline-block;
	vertical-align:text-top;
	text-align:left;
	padding:5px 0;
	margin-right:60px;
	background:url(images/arrow.png) no-repeat 0 12px;
}
#footer ul li a {
	display:block;
	padding:0 0 0 12px;
	overflow:hidden;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li li {
	display:block;
	padding:0;
	margin:0 0 0 10px;
	background-position:0 5px;
}
 *:midashi-child+html #footer ul li {
display:inline;
}
*:midashi-child+html #footer ul ul, *:midashi-child+html #footer ul li li a, *:midashi-child+html #footer ul li li {
display:none;
}
#copyright {
	clear:both;
	padding:10px;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#fff;
	background-color: #1b519a;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #96b4d4;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear:both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float:left
}
.next {
	float:right;
}
#pageLinks {
	clear:both;
	color:#2a588b;
	text-align:center;
}
/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap {
	width:735px;
	margin:20px -25px 20px 0;
}
.thumbWrap li {
	float:left;
	width: 220px;
	margin:0 25px 0 0;
	padding:2px 0 40px;
	background:none;
}
/* 最新記事リンク */
ul.thumb h3 {
	margin-top:10px;
	padding:1px;
	font-weight:normal;
	font-size:100%;
	text-align:center;
	background:#fff;
	border:1px solid #777;
}
ul.thumb h3 span {
	display:block;
	padding:2px 3px;
	background:#333;
}
ul.thumb h3 a {
	color:#fff;
}
ul.thumb h3:hover span {
	background:#555;
}
.box0001 {
	border:1px solid #CCCCCC;
	max-width:100%;
	padding:15px;
	margin:20px 0 20px 0;
}
.box0002 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:1px solid #e7ccac;
	max-width:100%;
	counter-reset: number;
	list-style-type: none !important;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 15px;
	background-color: #fffbf0;
	font-weight: bold;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
}
ol.box0002 li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin-right: 10px;
	list-style-type: none !important;
	background-color: #ed844a;
}
ol.box0002 li {
	margin-top: 12px;
	margin-bottom: 12px;
}
ol.box0002 .midashi {
	font-size: 20px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 18px;
	margin-top: 12px;
}
ul.box0002 .midashi {
	font-size: 20px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 18px;
	margin-top: 12px;
}
.moku {
	padding:0;
	margin-bottom:20px;
}
.moku ul {
	list-style:disc;/*ボックス内の余白*/
	border: 3px solid #369;/*線の種類 太さ 色*/
	list-style:none;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	background-color: #FBFDFF;
	color: #036;
}
.moku ul li {
	line-height: 1.2; /*前後の文との余白*/
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
.moku ul li a {
	color: #176eb0;
	font-weight: bold;
	font-size:16px;
}
h4 {
	font-size:18px;
	border-bottom:2px solid #E7E7E7;
	margin-bottom:.8em;
}
.profarea {
	padding:5px;
	margin-right:1em;
	margin-bottom:2em;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
.comidashi {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;
	color: #333;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ef7c0b;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	text-indent: 8px;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-top: 0.1em;
	padding-right: 0.4em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
}
.kanrenkiji {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.6em;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 25px;
	margin-left: 3px;
	text-indent: 8px;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-top: 0.1em;
	padding-right: 0.4em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ef7c0b;
}
.kanren {
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 30px;
}
.kanren a {
	color: #C30;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 8px;
	margin-bottom: 8px;
}
.comidashi02 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	margin-bottom: 16px;
	font-size:14px;
	color: #FFF;
	display: inline;
	background-color: #d69a5b;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.comidashi03 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	margin-bottom: 16px;
	font-size:19px;
	color: #CA5100;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 5px;
	margin-left: 8px;
	font-weight: bold;
}
.link {
	font-weight: bold;
	color: #F60;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 20px;
	text-decoration: underline;
}
.pc {
	display:block !important;
}
.smafo {
	display:none!important;
}
.imgwk {
	padding-left:15px;
}
.rankimg {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	width:auto;
}
.gread img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow:1px 1px 8px #a3a3a3;
}
.maka {
	font-size:1em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
	color: #039;
}
 @media screen and (max-width: 414px) {
 #footer {
 font-size:1.4em;
 color:#333;
}
 #footer ul li a {
 display: block;
 padding: 0 0 0 12px;
 overflow: hidden;
 font-size:1.1em;
}
 #wrapper {
 width:100%;
 line-height:2.3em;
}
 #mainImg {
 margin-top:0px;
 width:100%;
 border-bottom:2px solid #e2ddd4;
 box-shadow: 1px 1px 1px #eae9e7;
 margin-bottom:0px;
}
 #mainImg img {
 width:100%;
}
 ＃mnav {
 width:100%;
}
 nav#mnav {
 display:none;
}
 header {
 width:100%;
}
 #wrapper, .inner {
 width:100%;
}
 .smafo {
 display:block !important;
}
 .pc {
 display:none!important;
}
 #footer {
 border-top: 3px solid #395690;
 padding-top:8px;
}
 #footer ul {
padding-bottom:10px;
}
 #footer ul li {
font-size:14px;
display:block;
vertical-align:text-top;
text-align:left;
margin-left:10px;
padding:8px;
margin-right:10px;
background:url(images/li_ico.png) no-repeat 0 16px;
border-bottom:1px dotted #b8b5af;
line-height:30px;
}
 #footer ul li a {
 color:#362827;
display:block;
padding:0 0 0 12px;
overflow:hidden;
}
 #footer ul li a:hover {
text-decoration:underline;
}
 #footer ul li li {
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}
 #footer ul li:last-child {
 border:none;
}
 .box0002 {
 margin:0px;
}
 .postbox {
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-left-width: 3px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #e2e7eb;
 border-bottom-color: #e2e7eb;
 border-left-color: #e2e7eb;
 box-shadow:1px 1px 3px #aaa19e;
 padding:10px;
 margin-bottom:0px;
}
 .postbox p {
 font-size:0.8em;
 padding:8px;
}
 .postbox ol {
 margin:0px;
}
 .postbox ul {
 margin:0px;
}
 .postbox ul li {
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 15px;
}
 #header .blue {
 padding-left:10px;
 padding-right:5px;
}
 ol.box0002 li:before {
 margin-top:5px;
}
 .postbox img {
 display:block;
 width:100%;
 max-width: 100%;
 height: auto;
}
 .imgwk {
 padding:0px;
 padding-bottom:10px;
}
 .rankimg {
 float:left;
 margin-right:0;
 margin-bottom:1em;
 max-width:100%
}
 .gread img {
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 box-shadow:1px 1px 8px #a3a3a3;
}
 h2.midashi {
 margin-top:0;
 line-height:18px;
 font-size: 1.1em;
 font-weight: bold;
 padding: 1.2em 1.2em;
 padding-left:15px;
 letter-spacing: 1px;
 text-shadow:1px 1px 1px #285374;
}
 h2.midashi:before {
 display:none;
}
 .midashi02 {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:1.1em;
 margin:0.4em 0em;
 position: relative;
 padding: 0.5em 1.5em;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #0b50a5;
 font-weight: bold;
 color: #333434;
}
#content{
	padding-bottom:0;
	
	}

}

.bloc {
  border: solid 2px #8ec6ff;
  width: 350px;
  height: auto; 
  border-radius: 5px;
  padding: 10px; 
}

.bloc p {
  text-align: center; 
  margin-bottom: 20px; 
}

.triangle3 {
  display: block;
  margin: auto; 
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  margin-bottom: 20px; 
}