/****************************************************************
Theme Name: owarai_pc
Version: 1.0
******************************************************************/
/*リセットcss開始*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, th, tr, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, b, i {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	vertical-align: top;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Arial",Osaka,sans-serif;
	font-size: .8em;
	letter-spacing: 0.06em;
}
img {
    border: 0 none;
}

#post-not-found .entry-content p {
	text-align: center;
}

a {
	color:#005aed;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
ul,ol {
	list-style: none;
	list-style-type: none;
}
li {
	padding: 0;
}
#extra .popular-posts ul li:after,
#sub .widget_newpostcatch ul li:after,
.single_bottom .popular-posts ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*リセットcss終了*/
/*レイアウト開始*/
div#container {
	margin: 0 auto;
	width: 1040px;
}
div#content {
	margin: 0 auto;
	width: 1040px;
}
div#content:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#extra {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}
div#main {
    display: block;
    float: left;
    margin:0 10px 0 0;
    overflow: hidden;
    width: 490px;
}
body.single div#main, body.page div#main {
    display: block;
    float: left;
    margin:0 10px 0 0;
    overflow: hidden;
    width: 490px;
}
body.single  div#main .entry-content p{
	margin: 0 0 15px;
}
body.page div#main .entry-content{
	margin:20px;
}
body.page div#main .entry-content li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 5px;
}
div#main .entry-content p{
	margin: 0 0 10px;
}

div#sub {
	display: inline;
	float: left;
	width: 300px;
}
/*レイアウト終了*/
/*ヘッダー開始*/
div.blog-title-outer {
    height: auto;
    margin: 0 0 10px;
    text-align: left;
}

div.blog-title-inner{
	width:1040px;
	margin:10px auto;
	border: 1px solid #ccc;
	height: 88px;
	text-align: center;
}
h1#blog-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 0;
}
h1#blog-title a{
    color: #333;
}
h1#blog-title a:hover{
    text-decoration: none;
}
p#blog-description {
	margin: 0;
	font-weight: bold;
	line-height: 100%;
}
/*ヘッダー終了*/
/*index開始*/
div#main ul.article-post li a:link,
div#main ul.article-post li a:active,
div#main ul.article-post li a:visited,
div#main ul.article-post li a:hover {
	color: #777;
}
div#main ul.article-post li a:hover {
	text-decoration: none;
}
article.article-outer {
    background: none;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    position: static;
    text-align: left;
    /*width: 100％;*/
    box-sizing: border-box;
}

article.article-outer_single {
    display: block;
    /*float: left;*/
    margin: 0 0 10px;
    overflow: hidden;
    position: static;
    text-align: left;
    width: 490px;
    box-sizing: border-box;
}
article.article-outer_single div.article-outer-3{
    border: 1px solid #ccc;
    display: block;
    margin: 0 0 10px;
    box-sizing: border-box;
    width: 100%
}
div.article-outer-3 section.entry-content{
	padding: 0 15px
}

.article-body{
    position: relative;
}

.article-body .article-body-inner{
	margin: 0 15px 5px;
}

.article-body .article-body-inner a{
    /*display: block;*/
    margin: 0 8px;
    overflow: hidden;
}
.article-body .article-body-inner a img{
    height: auto;
    margin: 0;
    /*width: 100%;*/
}
header.article-header {
    margin: 0;
}
body.single header.article-header {
    border: none;
    margin: 0;
}

article#post-not-found h1 {
    font-size: 130%;
    text-align: center;
}

div.index_toolbox {
    background: #353526 none repeat scroll 0 0;
    font-size: 12px;
    height: 12px;
    margin: 0 8px;
    overflow: hidden;
    padding: 5px;
}

div.index_toolbox .article-category-outer ul.post-categories{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 1.3;
    padding-left: 0;
}
div.index_toolbox .article-category-outer ul.post-categories li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}
div.index_toolbox .article-category-outer ul.post-categories li a{
	color:#FFF;
}
div.index_toolbox .article-category-outer ul.post-categories li a:hover{
	text-decoration: none;
}

div.index_toolbox .article-tags ul{
	margin: 25px 0 0;
	padding-left: 20px;
	height: 1%;
	min-height: 16px;
	line-height: 20px;
	clear: both;
}
div.index_toolbox .article-tags ul li{
	margin-left: 3px;
	display: inline;
}
div.index_toolbox .article-tags ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #666666;
    font-weight: bold;
    line-height: 2;
    padding: 1px 5px;
    text-decoration: none;
    white-space: nowrap;
}
div.index_toolbox .article-tags ul li a:hover{
	background-color: #666666;
	color: #e6efef;
}
div.index_commentbox {
    float: right;
    margin: 5px 5px 0 0;
}
div.index_commentbox a{
	color:#FFF;
	font-weight: bold;
}
div.index_commentbox a:hover{
	opacity:0.7;
	text-decoration: none;
}
div.index_commentbox .count_comment span {
    background: #000 none repeat scroll 0 0;
    font-size: 14px;
    padding: 0 8px;
}
div.index_commentbox .count_comment span.j_comment{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-size: 9px;
    margin: 5px 5px 0 0;
    padding: 0;
}

div.article-title-outer {
    clear: both;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    padding: 2px 5px 0;
    border-bottom: 1px solid #ccc;
}

h2.article-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div#main h2.article-title a:link,
div#main h2.article-title a:active,
div#main h2.article-title a:visited{
    color: #333 !important;
    text-decoration: none;
}

div#main h2.article-title a:hover{
	text-decoration: underline;
}

div.article-body span.article-continue {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
span.article-continue a {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #555;
	border-radius: 5px;
	color: #FFFFFF !important;
	display: block;
	font-size: 17px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	clear: both;
}
span.article-continue a:hover{
	opacity: .7;
}
footer.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
}
ul.article-post {
	padding: 5px 6px 3px;
	background: #EFEFEF;
	text-align: right;
	overflow: hidden;
}
ul.article-post li {
	min-height: 16px;
	font-size: 82%;
	display: inline;
}
ul.article-post li * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}
ul.article-post li > a,
ul.article-post li > span,
ul.article-post li > div,
ul.article-post li > iframe {
	display: inline-block;
	margin: 2px 0;
}
ul.article-post li.article-author,
ul.article-post li.article-tool-box{
	float: left;
}
ul.article-post li.article-author {
	margin-left: 10px;
	font-weight: bold;
}
ul.article-post li.article-author img {
	vertical-align: middle;
	padding-right: 5px;
}
.nickname {
	font-weight: bold;
	margin: 10px 0;
}
ul.article-post li.article-comment-count,
ul.article-post li.article-trackback-count {
	margin-left: 5px;
}
div.wp-pagenavi{
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1em;
	text-align: center;
	overflow:hidden;
}
div.wp-pagenavi a,
div.wp-pagenavi span{
	margin: 0 2px;
	padding: 0 7px;
}
div.wp-pagenavi span{
	font-weight: bold;
}
div.wp-pagenavi a:hover{
	text-decoration: none;
}
/*index終了*/
/*single開始*/
.nav-single{
	margin-top: 10px;
	padding: 14px 0;
	text-align: center;
}
.nav-single ul li{
	display: inline-block;
}
.single_bottom{
	margin-top: 60px;
}
.single_bottom .popular-posts{
	margin-bottom: 20px;
}
.related-entry h3{
	border-bottom: 2px solid #000066;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 4px 0 2px;
	margin-bottom: 10px;
}
.related-entry ul li {
	background: url("icon.png") no-repeat scroll left 8px transparent;
	border-bottom: 1px dotted #003366;
	list-style: none outside none;
	overflow: hidden;
	padding: 8px 0 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.related-entry ul li a{
	text-decoration: none;
	font-size: 110%;
	color: #003366;
	padding: 0 0 0 14px;
}
.related-entry ul li a:hover{
	color: #005AED;
	text-decoration: underline;
}
div#article-options {
	padding: 10px 20px;
}
div.article-option h3 {
	margin: 0 0 15px 10px;
	padding: 0 0 5px 0;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}
div.article-option .trackback_field{
	width: 452px;
	margin: 0 30px;
}
input#author {
	background: white;
	padding: 2px;
	border: 1px solid #EEE;
	width: 200px;
	height: 18px;
	box-shadow: inset 0 1px 1px #555555;
	margin: 0 0 5px;
}
textarea#comment {
	width: 100%!important;
	height: 60px!important;
	background: #FdFdFD;
	padding: 2px;
	border: 1px solid #EEE;
	width: 500px;
	height: 50px;
	box-shadow: inset 0 1px 1px #555555;
	resize: none;
}
input#submit {
	width: 100px;
	background: #FFF;
	box-shadow:none;
	color: #333;
	font-weight: normal;
	border: solid 1px #aaa;
	font-size: 14px;
	border-radius: 6px;
	display: block;
	text-align: center;
	height: 30px;
	margin: 10px auto 0;
}
input#submit:hover{
	background: #ccc;
	border: solid 1px #333;
	color: #333;
}
/*single終了*/
/*各アーカイブ開始*/
div.archive-title {
    border: 1px solid #CCC;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 4px 0 2px;
    text-align: center;
}
/*#content .widget-title,*/ .main-top .widget-title, #main .widget-title, .single .single_tit {
    border: 1px solid #CCC;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 4px 0 2px;
    text-align: center;
}
/*各アーカイブ終了*/
/*サイドバー開始*/
.column-inner{
	/*padding: 7px 6px;*/
}

body.page div#main .main-top {
    clear: both;
    margin: 0 0 20px 0;
}

.single_bottom_content{
	margin:30px 10px 0;
}

.single_bottom_content .single_tit ul li{
	float:left;
}

.single_bottom_content .single_tit ul li a{
    color: #005aed;
    font-weight: bold;
    margin: 0 7px 0 0;
    text-decoration: underline;
}
.single_bottom_content .single_tit ul li a:hover{
	text-decoration: none;
}
 #extra .widget-title, #sub .widget-title {
    border-bottom: 1px solid #CCC;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: -5px -5px 10px;
    overflow: hidden;
    padding: 4px 0 2px;
    text-align: center;
}

#extra .widget,
#sub .widget:not(#enhancedtextwidget-6){
	font-size: 95%;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}
#extra .widget li, #sub .widget li {
    list-style: none;
    /* border-bottom: 1px dotted #ccc; */
    /* padding-left: 1em; */
    /* text-indent: -0.5em; */
    list-style-position: inside;
    padding: 0.3em 0.5em;
    letter-spacing: 0.1em;
}
#extra .widget ul li:last-child, #sub .widget li:last-child{
    border-bottom: 1px solid #333;
    padding: 0.3em 0.5em 1em;
    margin: 0 0 10px;
}

#extra .widget div.normal-box ul li{
	list-style: disc;
	/*border-bottom: 1px dotted #ccc;*/
	padding-left: 1em;
	text-indent: -0.5em;
	list-style-position: inside;
	padding: 1px 0 1px 1em;
}
#extra .widget div.normal-box ul li:last-child{
	border-bottom: none;
}

/*#extra .popular-posts li,
#sub .popular-posts li{
	background:none;
	padding: 0 2px;
	margin:0 0 10px;
}
#extra .popular-posts li .wpp-thumbnail,
#sub .popular-posts li .wpp-thumbnail {
    border: 1px solid #222;
    display: block;
    float: none;
    margin: 0 0 5px;
}
#extra .popular-posts li a.wpp-post-title,
#sub .popular-posts li a.wpp-post-title {
    display: block;
    font-weight: bold;
    max-height: 45px;
    overflow: hidden;
}
#extra .popular-posts li span.wpp-views,
#sub .popular-posts li span.wpp-views {
    background: #54543d none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    line-height: 1.2;
    padding: 5px;
}*/
#sub .widget_categories ul li,
#sub #get_recent_comments_wrap ul li,
#sub .widget_archive ul li {
	margin-bottom: 5px;
	list-style: disc;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}
#sub #get_recent_comments_wrap ul li .recent-comment-title{
	margin-bottom: 3px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-author {
	display: inline;
	margin-right: 5px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-date {
	display: inline;
}
#sub .widget_newpostcatch ul li{
	margin-bottom: 5px;
}
#sub .widget_newpostcatch ul li .thumb{
	width: 120px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
#sub .widget_newpostcatch ul li .thumb img{
	width: 100%;
	height: auto;
}
.widget_categories ul{
	height: 600px;
	overflow-y:scroll; 
}
/*サイドバー終了*/

/*コメント欄開始*/
#comments-title, #respond #reply-title {
    background: none;
    color: #333;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 -20px 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 2px 5px;
}
.comments-title_sub{
	border-bottom: 1px solid #333;
}
section.commentlist{
    counter-reset: number;
    margin-bottom: 20px;
    padding: 0 8px;
}
section.commentlist li {
    border-bottom: 1px dotted #ccc;
    font-size: 10px;
    letter-spacing: 1px;
    list-style: outside none none;
    padding: 15px 0;
}
section.commentlist li:before{
/*	counter-increment: number;
	content: counter(number);
	margin-right: 10px;
	font-weight: bold;
	float: left;*/
}
section.commentlist li cite.fn{
	margin-right: 10px;
	padding-right: 8px;
	font-size: 10px;
	font-style: normal;
}
section.commentlist li time{
	color: #666;
	font-size: 10px;
	font-style: normal;
}
section.commentlist li section.cf{
	padding-top: 8px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: normal;
}
section.commentlist li header img,
section.commentlist li .comment-reply-link{
	display: none;
}
#respond form {
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
}
#respond form p{
	margin: 0 auto;
	padding: 5px 0;
}
#respond form #author,
#respond form #comment{
	border-radius: 3px;
	height: 40px;
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	-moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	-ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	-o-transition: border 0.1s ease, box-shadow 0.1s ease;
	transition: border 0.1s ease, box-shadow 0.1s ease;
}
#respond form #author {
    font-weight: bold;
    width: 60%;
}
#respond form #comment{
	width: 100%;
	height: 140px;
}
#respond form p.form-submit{
	text-align: right;
}
#respond form #submit{
	width: 100px;
	height: 36px;
}

/*newpostリスト*/
div#main ul.new_postlist{
	border: 1px solid #ccc;
	height: 144px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin: 0 0 10px;
	padding:0;
	font-size: 90%;
}
div#main ul.new_postlist li{
    padding: 1px 5px 0;
    font-weight: normal;
    /*border-bottom: 1px dotted #ccc;*/
}
div#main ul.new_postlist li:last-child{
	border: none;
}
div#main ul.new_postlist li a:after{
	content: url("images/up_new.gif");
	padding: 0 0 0 3px;
}

/*記事内ソーシャルボックス*/
.social_box{
	margin: -5px 15px;
}
.social_box span.single_titletxt{
	display: block;
	margin: 0 0 3px;
}
/*記事下コメント誘導box*/
.single_footcommentbox{
	text-align: right;
	border-top: 1px dotted #ccc;
	padding: 3px 15px;
}

.single_footcommentbox span.single_foot_cat{
	display: inline-block;
}


/*パンくず*/
.breadcrumbs{
	text-align: right;
	margin: 0 0 10px;
}

/*放送中アニメ装飾*/
.widget div.realtime_movie ul li.new:after{
	content: url("images/new.gif");
	padding: 0 0 0 3px;
}

/*あいうえお索引*/
#extra .widget ul.anime_aiueo{
	overflow: hidden;
	padding: 10px;
}
#extra .widget ul.anime_aiueo li{
	list-style: none;
	border-bottom: none;
	width : calc(100% / 3) ;
	float: left;
	padding: 0;
	text-indent: 0;
}
#extra .widget ul.anime_aiueo li:last-child{
	width : calc(100% / 1.5) ;
}
#extra .widget ul.anime_aiueo li a{
    display: block;
    text-align: center;
    border: #0066CC 1px solid;
    background: #DFEBFD;
    box-sizing: border-box;
    margin: 0 3px 6px;
    border-radius: 3px;
    color: #333;
    padding: 2px 0;
}
#extra .widget ul.anime_aiueo li a:hover{
    border: #808080 1px solid;
    background: #F5F5DC;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
/*more以前ボックス*/
.more_beforebox{
	margin: 0 0 3px;
	font-size: 95%;
}

/*検索フォーム*/
div #search-3{
	/*width: 100％;*/
	/*margin: 5px auto;*/
}
div #search-3 label.screen-reader-text{
	display: none;
}
div #search-3 #s{
    border: : 1px solid #CCC !important;
    height: 20px;
    padding: 3px;
    border-radius: 3px;
    width: 280px;
}
div #search-3 #searchsubmit{
	height: 20px;
    padding: 0 5px;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 190px;
    margin: 2px auto;
}

/*人気記事(GA)*/
div.widget ol.sga-ranking{
	counter-reset: page_rank_num;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
div.widget ol.sga-ranking li{
    list-style: none !important;
    border-bottom: 1px dotted #ccc !important;
    padding-left: 8px !important;
    text-indent: 0 !important;
}
div.widget ol.sga-ranking li a{
    padding-left: 32px;
}
div.widget ol.sga-ranking li:before{
    background: #242415 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    content: counter(page_rank_num, decimal)"位";
    counter-increment: page_rank_num;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 2px 0 0 -7px;
    position: absolute;
    text-align: center;
    width: 35px;
}
div.widget ol.sga-ranking li:first-child:before {
    background: #ff2636 none repeat scroll 0 0;
}
div.widget ol.sga-ranking li:nth-child(2):before {
    background: #4697E9 none repeat scroll 0 0;
}
div.widget ol.sga-ranking li:nth-child(3):before {
    background: #D9A300 none repeat scroll 0 0;
}


/*人気記事(jetpack)*/
div.widget div.rank_box ul.wpp-list{
	counter-reset: page_rank_num;
}
div.widget div.rank_box ul.wpp-list li{
    list-style: none !important;
    border-bottom: 1px dotted #ccc !important;
    padding-left: 8px !important;
    text-indent: 0 !important;
}
div.widget div.rank_box ul.wpp-list li a{
    padding-left: 32px;
}
div.widget div.rank_box ul.wpp-list li:before{
    background: #242415 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    content: counter(page_rank_num, decimal)"位";
    counter-increment: page_rank_num;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 0 -7px;
    position: absolute;
    text-align: center;
    width: 33px;
}
div.widget div.rank_box ul.wpp-list li:first-child:before {
    background: #ff2636 none repeat scroll 0 0;
}
div.widget div.rank_box ul.wpp-list li:nth-child(2):before {
    background: #4697E9 none repeat scroll 0 0;
}
div.widget div.rank_box ul.wpp-list li:nth-child(3):before {
    background: #D9A300 none repeat scroll 0 0;
}
div.widget div.rank_box ul.wpp-list li:last-child {
	border-bottom: none !important;
    padding: 0.3em 0 1em 8px !important;
    margin: 0 !important;
}

/*RSS枠*/

div.widget div.rss_box{
	width: 100%;
}
div.widget div.rss_box a{
    display: block;
    background: #FF6600;
    color: #FFF;
    text-decoration: none;
    padding: 10px 0 10px 40px;
    border: 3px #CC6600 solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: url("images/icon_rss.png");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 8px 5px;
    font-size: 14px;
    margin: 0 0 15px;
}
div.widget div.rss_box a:hover{
	opacity: 0.8;
}

/*広告枠*/
/*【PC-01】*/
.ad_box_pc-01{
	width: 728px;
	height: 90px;
	margin: 10px auto 0;
}
/*【PC-02】*/
.ad_box_pc-02{
	width: 160px;
	margin: 0 auto;
}
/*【PC-03】*/
.ad_box_pc-03{
	width: 300px;
	margin: 10px auto;
}

/*【PC-04】*/
.ad_box_pc-04{
	margin: 0;
}

/*【PC-05】*/
.ad_box_pc-05{
	width: 300px;
	margin: 10px 15px;
}

/*フッター開始*/
footer.footer {
    margin: 20px auto 0;
    padding: 10px 0 0;
    text-align: center;
    width: 1040px;
    font-size: 12px;
}
footer.footer p.copyright{
	font-weight: bold;
	border-top:1px solid #CCC;
	padding: 6px 0 0;
	margin: 8px 0 5px;
}
footer.footer p.copyright_txt{
	margin: 0 0 6px;
}
/*フッター終了