@charset "UTF-8";
/*
Theme Name: 8667_sitteokou
Author: num
Description: This is my original theme.
Version: 1.0
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background-color:transparent;font-weight:normal;font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;}
body{line-height:1.5;word-wrap:break-word;font-size:16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul, ol, li{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select{vertical-align:middle;}
input{box-sizing:border-box;}
a,a:visited{margin:0;padding:0;font-size:100%;vertical-align:baseline;background-color:transparent;color:#333;}
a:hover{text-decoration:none;}
*{/zoom:1;-webkit-appearance:none;}
input[type="submit"]{-webkit-appearance:none;border-radius:0;}
.clearfix:after{content: "";display:block;clear:both;overflow:hidden;height:0px;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
.clear{clear:both;}
img{width:100%;}
#Content>div:first-child,#Content>div:last-child{box-sizing:border-box;}

/* 全体 */
#Page{
	max-width:auto; margin:0 auto; padding:0; background:none; border:none;
}
/* ヘッダー */
#Header{
	margin: 0px auto;
	padding: 30px 0 20px;
	background: url(image/header_bg.jpg);
	border:none;
}
/* サイトタイトル */
.SiteTitleInner{
	max-width: 1000px;
	margin:0 auto 5px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid #fff;
	padding: 8px;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px #303030;
	-moz-box-shadow:0px 1px 3px 0px #303030;
	-webkit-box-shadow:0px 1px 3px 0px #303030;
}
.SiteTitle{
	box-sizing:border-box; width:68%; float:left; margin:0 auto 0; padding:0px; background:none;
}
.SiteTitle a{
	font-size:30px;
	line-height:1.5;
	text-decoration:none;
	font-weight:bold;
	color: #ff3f61;
}
.SiteTitle a:hover{
	color:#AA2224;
}
/* 検索フォーム */
.widget_search{
	box-sizing:border-box;
	margin: 0;
	padding:0;
	width:100%;
}
.searchform{
	display:block; max-width:300px; padding:0px; margin:0 auto;
}
.widget_search .s{
	width:69%;
	height:30px;
	padding-left:5px;
	border: none;
}
.widget_search .searchsubmit{
	width:26%;
	line-height:30px;
	cursor:pointer;
	padding:0;
	border: none;
	background: #ffffff;
	color: #ff006d;
}
/* ヘッダーパーツ */
#HeaderParts{
	box-sizing:border-box; margin:14px 0 0; padding:0; width:30%; float:right; text-align:right;
}
#HeaderParts ul li{
	display:inline-block; padding:0 10px 0 0; background:none; border:none;
}
#HeaderParts ul li a{
	color: #ffffff; font-weight:bold; text-decoration:none; border: none; background:#ff006d;  padding:0 5px; display:inline-block;
} 
#HeaderParts ul li:last-child{
	padding:0;
}
/* ディスクリプション */
.DiscriptionHeader{
	max-width: 980px;
	margin: 0 auto;
	font-weight: bold;
	padding: 10px;
	font-size: 17px;
	line-height:1.5;
	background: rgba(255, 255, 255, 0.74);
	color: #ff003f;
}
/* グロナビNavTwo */
.Navigation{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5db1+0,ce026b+100 */
	max-width: 1000px;
	margin: 10px auto 10px;
}
#NavOne,#NavTwo,#NavThree{
	padding:10px 0;
}
#NavTwo ul{
	box-sizing:border-box;
}
#NavTwo ul li{
	margin:0px;
	padding:0px 5px;
	box-sizing:border-box;
	display:inline-table;
	text-align:center;
	vertical-align:middle;
	width:25%;
	height:40px;
}
#NavTwo ul li:last-child{
	margin-right:0;
}
#NavTwo ul li a,nav ul li a:visited{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff5db1; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5db1 0%, #ce026b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5db1 0%,#ce026b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5db1 0%,#ce026b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ce026b',GradientType=0 ); /* IE6-9 */
	font-size: 17px;
	line-height: 1.6;
	font-weight: bold;
	display:table-cell;
	width:100%;
	padding: 10px 0;
	height:100%;
	text-shadow: 0px -1px 2px #5a002e;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	color: #fff;
}
#NavTwo ul li a:hover{
	background:#c10367;
}
/* グロナビNavThree */
#NavThree ul{
}
#NavThree ul li{
	margin:0px; padding:0px 10px 0px 0px; display:inline;
}
#NavThree ul li a,nav ul li a:visited{
	font-size:15px; line-height:1.9;
}
/* 画像 */
header .focal-point{
	max-width:800px; height:auto; margin:10px auto; line-height:0;
}
header .focal-point img{
	width:100%; max-width:100%; height:auto;
}
/* パンくずリスト */
.breadcrumbs{
	max-width:1000px; margin:10px auto 10px; padding:0px 10px; font-size:14px; line-height:1.5; background:none; color:#ff3f61;
}
.breadcrumbs span{
	font-weight:bold;
}

.breadcrumbs a{
	font-size:15px; color:#9C27B0;
}
/* コンテンツ */
#Content{
	max-width:1000px;
	margin: 20px auto;
	padding:0px;
	background:none;
	border:none;
}
/* 記事内コンテンツ全体 */
#MainContent{
	width:70%; float:right; margin:0px 0% 0px 1%; padding:0px;
}
#MainContent .FrontInner div h2,#MainContent h1{
	margin:0 0 10px;
	padding: 8px;
	font-size: 23px;
	line-height:1.5;
	font-weight:bold;
	text-align:left;
	border: 3px double #ff8bbc;
	background: #fff;
	color: #ff3f61;
}
.FrontInner p,.ContentInner p,.SitemapInner p,.NotFoundInner p{
	margin:0px;
	padding: 16px;
	font-size:15px;
	background: #fff;
	line-height:2.1;
	color: #000;
	font-weight: 500;
}
.FrontInner p a,.ContentInner p a,.SitemapInner p a,.NotFoundInner p a{
	color: #ff002d;
	font-weight: bold;
	background: #fff9dc;
	text-decoration: none;
}
/* コンテンツ内h3・リスト */
.FrontInner div h3{
	margin: 0 0 10px;
	padding: 10px;
	font-size: 17px;
	font-weight:bold;
	text-align:left;
	box-shadow: none;
	background: #fff;
	color: #ff002d;
	border-left: 7px solid #0b93ff;
}
.FrontInner div ul{
	margin: 10px 0;
	background: #fff;
	padding: 10px 0;
	border: 1px solid #ff6eb7;
}
.FrontInner div ul li{
	position: relative;
	list-style-type: none;
	margin-left: 17px;
	margin-bottom: 6px;
	font-size:15px;
	font-weight: bold;
	color: #ff0057;
	padding-left: 0px; /* 追記 */
	background: #Fff;
	line-height:2.1;
}
.FrontInner div ul li:before{
	margin: auto 5px 2px 0px;
	content: '◆';
	color: #ff0057;
}
strong{
	background: #ffeef1;
	font-weight:bold;
	border-bottom: 1px dotted #ff00d2;
	color: #ff00d2;
	padding: 0px;
	margin: 0 3px;
}
/* トップページのコンテンツ */
.FrontInner{
	margin:0;
	padding:0;
	background:none;
	border: 1px dashed #ff8bbc;
}
.FrontInner div{
	margin: 0;
	padding: 8px;
	background: #ffecfd;
	border: none;
}
/* シングルページのコンテンツ */
.ContentInner,.SitemapInner,.NotFoundInner{
	margin:0 0 10px;
	padding:15px;
	border: 1px dashed #ff8bbc;
}
/* アーカイブ・検索・サイトマップ・カテゴリー・404ページ */
.ContentInner ul{
	margin:0; padding:0;
}
.ContentInner ul li{
	margin:0 0 10px;
	padding:10px;
	border: none;
}
.ContentInner ul li h2{
	margin:0px 0px 5px 0px; padding:0px 0px 0px 0px;
}
.ContentInner ul li h2 a{
	color: #9C27B0;
	display: block;
	padding: 0 5px;
	font-weight: bold;
	background: #fbecf2;
	font-size:16px;
	line-height:1.9;
}
/* カテゴリー一覧ページ */
.categorymain ul li{
	box-sizing:border-box; padding:10px; margin:0px 1% 5px 0px; width:49.5%; display:inline-block;
 vertical-align:top;
}
.ContentInner h1{
	font-size:20px;margin-bottom:10px;
}
.categorymain ul li:nth-of-type(2n){
	margin-right:0px;
}
.categorymain h2{
	margin-bottom:10px; padding:10px; background:#F9F9F9;
}
.CategoryPageBox h3,.CategoryPageText h3{
	padding:0px; margin:0px 0px 5px 0px; font-size:16px;	color:#5485B8;
}
.CategoryPageBox h3 a,.CategoryPageText h3 a{
	font-size:16px;	color:#5485B8;
}
/* aside・details整形用 */
.supplement{
	border: none;
	background: #ffebf5;
	margin-top: 0;
	padding: 10px;
}
.supplement h3,.supplement summary{
	background: #ff6eb7;
	box-shadow: 0px 2px 3px 0px #616161;
	-moz-box-shadow: 0px 2px 3px 0px #616161;
	-webkit-box-shadow: 0px 2px 3px 0px #616161;
	padding: 0 10px 3px !important;
	margin: 0px 0 10px;
	font-weight: normal;
	font-size: 19px !important;
	line-height: 1.5;
	border-left: none !important;
	color: #ffffff;
}
.supplement h3{
	background: #fff!important;
	padding: 0 0 2px 10px!important;
	border-bottom: 1px solid #ffb0d8;
}
.supplement p{
	line-height:1.5;
	font-size: 16px;
	background:none;
	padding: 0px 5px!important;
}
.supplement p a{
	background: none;
	padding: 3px 0;
	text-decoration: none;
}
/* ページネーション */
.navigation{
	text-align:center; padding:0em 0 10px; width:100%;
}
.navileft{
	float:left; width:39%; text-align:left; word-break:break-all; line-height:1.5;
}
.naviright{
	float:right; width:39%; text-align:right; word-break:break-all; line-height:1.5;
}
.navileft a,.naviright a{
	color: #ff3f61; font-weight:bold;
}
/* サイドメニュー */
#SideContent{
	width:29%; float:right; margin:0px; padding:0px;
}
.widget{
	margin:0px 0px 10px;
	padding:10px;
	background: #ff8bbc;
	border: none;
}
.widget_title div{
	margin:0px 0px 5px;
	padding: 6px;
	font-weight:bold;
	font-size: 18px;
	line-height:1.5;
	color: #ff003f;
	background: #f6f6f6;
	border-left: 6px solid #4de6ff;
}
.widget ul {
	background: #ffffff;
	padding:10px;
}

.widget ul li{
	padding:6px 0px; margin:0px 0px 5px 0px; border-bottom:2px dotted #ff8bbc;
}
.widget ul li a{
	color: #4e4e4e;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	text-decoration:none;
}
.widget ul li a:hover{
	color: #ff003f;
}
/* カテゴリーメニュー */
.Category{
	margin:0px 0px 5px 0px; padding:0;
}
.CategoryBlock{
	padding:10px; margin:0px 0px 5px 0px; background:#f4faff;
}
.CategoryTitle{
	margin:0px 0px 10px 0px; padding:10px 10px 8px; background:#fff;
}
.CategoryTitle a{
	color:#A42C2E;
}
.CategoryBox,.CategoryText{
	margin-bottom:10px;
}
.CategoryBox div{
	box-sizing:border-box; margin-left:75px;
}
.CategoryBox p,.CategoryText p{
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px;
}
.CategoryBox div a,.CategoryText div a{
	display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px; line-height:1.5;
}
.CategoryBox img{
	box-sizing:border-box; vertical-align:top; float:left; width:70px; margin-right:-75px; height:auto;
 border:1px solid #ccc; border-radius:0;
}
.CategoryPageBox{
	box-sizing:border-box; margin-left:105px;
}
.CategoryPageBox p{
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px; line-height:1.5;
}
.CategoryBox div a,.CategoryText div a{
	display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px; line-height:1.5;
}
.CategoryPage img{
	box-sizing:border-box; vertical-align:top; float:left; width:100px; margin-right:-105px; height:auto;
 border:1px solid #ccc; border-radius:0;
}
/* 関連記事(共通) */
#RelationContent .RelationTitle,#RelationSide .RelationTitle,#RelationFooter .RelationTitle{
	margin:0px auto 0px;
	padding: 6px 15px 7px 15px;
	font-size:20px;
	line-height:1.5;
	color: #ff006c;
	background: none;
	border: 2px dotted #ff8bbc;
	font-weight:bold;
}
#RelationContent .NewsTitle,#RelationSide .NewsTitle,#RelationFooter .NewsTitle{
	margin-bottom:5px; padding:0;
}
#RelationContent .NewsTitle a,#RelationSide .NewsTitle a,#RelationFooter .NewsTitle a{
	font-weight:bold;
	text-decoration:none;
	color: #ff006c;
	font-size: 16px;
	line-height:1.5;
}
#RelationContent .NewsTitle a:hover,#RelationSide .NewsTitle a:hover,#RelationFooter .NewsTitle a:hover{
	text-decoration:underline;
}
#RelationContent p,#RelationSide p,#RelationFooter p{
	margin: 10px 0 0;
	font-size:15px;
	line-height:1.5;
	font-weight: 500;
}
#RelationContent p a,#RelationSide p a,#RelationFooter p a{
	color: #ab00ff;
	font-weight: bold;
}
/* 関連記事(サイド) */
#RelationSide{
	margin:0px 0px 10px; padding:0px;
}
#RelationSide ul li{
	box-sizing:border-box;
	margin-top:10px;
	padding:10px;
	border-bottom: 1px dashed #ff8bbc;
}
#RelationSide ul img{
	box-sizing:border-box;
	float:left;
	width:80px;
	border: 1px solid #000;
}
#RelationSide .RelationBox{
	margin-left:85px;
}
/* フッター */
#Footer{
	padding:10px 0 0 0;
	background: none;
	border:none;
}
.DiscriptionFooter{
	max-width:1000px; margin:0 auto 5px; padding:10px 0; text-align:left; font-size:14px;
}
#NavFooter{
	max-width:1000px; margin:0 auto 5px; text-align:center; background:none; border:none;
}
#NavFooter ul li{
	display:inline; margin:0; padding:0 5px; background:none; border-right:solid 1px #ccc; font-size:14px;
}
#NavFooter ul li:last-child{
	border-right:none;
}
#NavFooter ul li a{
	font-size: 15px;
	font-weight: bold;
	color: #ff3f61;
}
.Copyright{
	max-width:1000px;
	margin:0px auto 5px;
	padding:15px 0;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	background:none;
	border:none;
}
.Copyright a{
	font-size: 16px;
	color: #ab00ff;
}
/* 記事内画像 */
.left,.right,.center{
	display:block;
	box-sizing:border-box;
	width:auto;
	height:auto;
	text-align:center;
	border: 2px dashed #ff036d;
	box-shadow: none;
}
.left{
	float:left; max-width:250px; margin:5px 10px 5px 0; padding:0;
}
.right{
	float:right; max-width:250px; margin:5px 0 5px 10px; padding:0;
}
.center{
	max-width:600px; margin:20px auto 0px; padding:0;
}

@media only screen and (max-width: 768px) {
/* 全体 */
#Page{
	padding:0px; margin:0px	
}
/* ヘッダー */
#Header{
	margin: 0px auto 10px;
	padding: 10px 0px;
}
/* サイトタイトル */
.SiteTitleInner{
	margin:0px auto 5px;
}
.SiteTitle{
	margin:0px auto 5px; padding:0px 0px 0px 0px; width:100%; float:none;
}
.SiteTitle a{
	font-size: 25px;
	line-height:1.5;
}
/* 検索フォーム */
.widget_search{
	margin:10px 0; padding:0; width:100%; float:none; text-align:center;
}
/* ディスクリプション */
#Header .DiscriptionHeader{
	margin:0;
	padding: 10px;
	font-size: 16px;
	line-height:1.5;
}
/* ヘッダーパーツ */
#HeaderParts{
	margin:10px 0 0; padding:0; width:100%; float:none; text-align:right;
}
#HeaderParts ul li{
	display:inline-block; padding:0 10px 0 0;
}
/* グロナビNavTwo */
#NavOne,#NavTwo,#NavThree{
	margin:10px auto 10px;
	padding: 0;
}
#NavTwo ul li{
	margin:0px 0px 5px;
	padding: 0px 0 0 2px;
	width: 33.4%;
	height:40px;
}
#NavTwo ul li:first-child{
	display:none;
}
#NavTwo ul li a,nav ul li a:visited{
	font-size: 13px;
	line-height:1.3;
}
/* グロナビNavThree */
#NavThree ul{
}
#NavThree ul li{
	margin:0px; padding:0px 10px 0px 0px; display:inline;
}
#NavThree ul li a,nav ul li a:visited{
	font-size:14px; line-height:1.7;
}
/* ヘッダー画像 */
.focal-point div {
	padding:0px 0px 0px 0px; margin:0px 0px;
}
/* コンテンツ */
#Content{
	margin:0 auto 0; padding:0;
}
/* 記事内コンテンツ全体 */
#MainContent{
	width:100%; float:none; margin:0px 0% 0px 0px; padding:0px;
}
#MainContent .FrontInner div h2,#MainContent h1{
	margin:0px 0px 10px;
	padding: 8px 8px 10px;
	font-size: 19px;
	line-height: 1.4;
}
.FrontInner p,.ContentInner p,.SitemapInner p,.NotFoundInner p{
	margin:0px;
	padding: 8px;
	font-size: 16px;
	line-height: 2;
}
/* トップページのコンテンツ */
.FrontInner{
	margin: 10px;
	padding:0;
}
.FrontInner div{
	margin: 0;
	padding: 5px;
}
/* シングルページのコンテンツ */
#Content .ContentInner,#Content .SitemapInner{
	margin: 0 5px 10px;
	padding:10px;
}
/* アーカイブ・検索ページ */
.ContentInner ul{
	margin:0; padding:0;
}
.ContentInner ul li{
	margin:0px 0px 10px 0px; padding:10px;
}
.ContentInner ul li h2{
	margin: 0px;
	padding:0px 0px 0px 0px;
}
.ContentInner ul li h2 a{
	font-size: 18px;
	line-height: 1.7;
}
/* カテゴリー一覧ページ */
.categorymain>section ul li{
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	width:100%;
	display:block;
}
.ContentInner h1{
	font-size:20px;margin-bottom:10px;
}
.categorymain ul li:nth-of-type(2n){
	margin-right:0px;
}
.categorymain h2{
	margin-bottom:10px; padding:10px; background:#F9F9F9;
}
.CategoryPageBox h3,.CategoryPageText h3{
	padding:0px; margin:0px 0px 5px 0px; font-size:15px; color:#5485B8;
}
.CategoryPageBox h3 a,.CategoryPageText h3 a{
	font-size:15px;	color:#5485B8;
}
/* aside・details整形用 */
.supplement{
	border: 1px solid #ffdeee;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px;
}
.supplement summary{
	padding: 10px 10px 8px !important;
	font-size: 17px;
}
.supplement h3{
	padding: 0px !important;
}
.supplement p{
	line-height:1.5;
	padding: 0 !important;
}
.supplement p a{
	background: none;
	padding: 5px 0;
}
/* サイドメニュー */
#SideContent{
	width:100%;
	float:none;
	margin:0px;
	padding: 0px 10px;
}
.widget{
	margin:0 0 10px 0;
	padding: 10px;
}
.widget_title div{
	margin:0 0 5px;
	padding: 10px;
	font-size: 17px;
	line-height:1.5;
}
.widget ul li{
	margin:0 0 5px 0;
	padding: 10px 0;
}
.widget ul li a{
	font-size: 15px;
	line-height:1.5;
}
/* カテゴリーメニュー */
#Content .category>section>div,#Content #CategoryMainContent div>section>div{
	margin:0px 0px 5px 0px; padding:5px;
}
#Content .category>section>div h3,#Content #CategoryMainContent div>section>div h2{
	margin:0px 0px 5px 0px; padding:5px;
}
#Content .category>section>div h3 a,#CategoryMainContent div>section>div h2 a{
}
#Content .category>section ul li,#Content #CategoryMainContent div>section ul li{
	padding:0px 0px 5px 0px; margin:0px 0px 5px 0px;
}
#Content .category>section ul li a,#CategoryMainContent div>section ul li a{
}
#Content .category>section ul li p,#Content #CategoryMainContent div>section ul li p{
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
}
/* 関連記事(共通) */
#RelationContent .RelationTitle,#RelationSide .RelationTitle,#RelationFooter .RelationTitle{
	margin:0px auto 10px; padding:10px 15px 7px 15px; font-size:20px;
}
#RelationContent .NewsTitle,#RelationSide .NewsTitle,#RelationFooter .NewsTitle{
	margin:0; padding:0;
}
#RelationContent .NewsTitle a,#RelationSide .NewsTitle a,#RelationFooter .NewsTitle a{
	text-decoration:none;
	font-size: 17px;
}
#RelationContent p,#RelationSide p,#RelationFooter p{
	margin: 10px 0 0;
	font-size: 15px;
}
/* 関連記事(サイド) */
#RelationSide{
	margin:0 0 10px; padding:0;
}
#RelationSide ul li{
	margin-top:10px;
	padding: 10px 0;
}
#RelationSide ul img{
	box-sizing:border-box; float:left; width:80px; margin-bottom:5px;
}
#RelationSide .RelationBox{
	margin-left:85px;
}
/* フッター */
#Footer{
	margin:0px; padding:10px 0 0 0;
}
.DiscriptionFooter{
	margin:0px auto 5px; padding:10px 0; font-size:14px;
}
#NavFooter{
	margin:0px auto 5px; padding:0;
}
#NavFooter ul li{
	padding:0 5px; font-size:14px;
}
#NavFooter ul li a{
	font-size:14px;
}
.Copyright{
	margin:0px auto 5px; padding:15px 0; font-size:14px;
}
.Copyright a{
	font-size:14px;
}
/* 記事内画像 */
.left,.right,.center{
	display:block;
	float:none;
	max-width:250px;
	width:100%;
	height:auto;
	margin: 16px auto;
	padding:0;
}
}