/*
Theme Name:大洋マリン工業2025
Thema URL:大洋マリン工業2025
Description:大洋マリン工業2025
Author:大洋マリン工業2025
*/


#NewsArea p {
    margin-bottom: 10px;
}

.photo_left {
	float:left;
}

.widget {
    margin-bottom: 25px;
}
.widget h2 {
    border-bottom: 1px solid #ed77ac;
    font-size: 16px;
    margin-bottom: 10px;
}
.widget ul {
    font-size: 14px;
}
.widget ul li a {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.widget ul li.recentcomments a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    text-decoration: underline;
}
.widget.widget_search {
    background-color: #eee;
    padding: 10px;
}
.widget.widget_search div {
    margin-bottom: 0 !important;
}

/*↓20140924追加*/
.widget_sp_image {
	margin-top:-25px;
	margin-bottom:55px;
}

/*↑20140924追加*/

/*↓20141007追加*/
.entry{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom:25px;
}
.entry h2 a {
	text-decoration:underline;
}
.blog_entry{
    margin-bottom: 30px;
    padding-bottom:25px;
	border-bottom: 1px solid #eee;
}
.blog_entry:last-child {
	margin-bottom:0;
}
#commentArea {
	border-top:1px solid #ccc;
}
/*↑20141007追加*/


#pre_nex{
    clear: both;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#pre_nex:after {
    clear: both;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#pre_nex .pre {
    float: left;
}
#pre_nex .pre a {
    display: block;
    padding: 4px 5px 4px 18px;
	font-size:12px;
}
#pre_nex .nex {
    float: right;
}
#pre_nex .nex a {
    display: block;
    padding: 4px 18px 4px 5px;
	margin-right:32px;
	font-size:12px;
}
#pagelist {
    display: inline;
    margin: 0 auto;
    overflow: hidden;
}
a.page-numbers, #pagelist .current {
    border: 1px solid #051968;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 6px 9px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    line-height: 1.3em;
}
#pagelist .current {
    background: none repeat scroll 0 0 #051968;
    border-color: #051968;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    line-height: 1.3em;
}
#pagelist .next {
    display: inline-block;
    padding: 6px 9px;
    font-size: 1em;
    width: auto;
    border: none;
    background: none;
}
#pagelist .prev {
    display: inline-block;
    padding: 6px 9px;
    font-size: 1em;
    width: auto;
    border: none;
    background: none;
}
.monthly-calendar table{
	border-collapse: collapse;
}
.monthly-calendar table td,.monthly-calendar table th{
	border:1px solid #e5e5e5;
	border-collapse: collapse;
}

.list_extra {
    margin-bottom: 15px;
    overflow: hidden;
}
.list_extra li {
    float: left;
    margin-right: 15px;
}
.list_extra .date {
	font-size:12px;
	color:#666;
}
.list_extra .comment {
    float: right;
    margin-right: 0;
	font-size:12px;
	color:#666;
}
.list_extra a {
    text-decoration: none;
}
.list_extra a:hover {
    text-decoration: underline;
}


#gf_comment {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}
#gf_comment .comment_body {
    display: block;
    margin-bottom: 20px;
    padding:15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom:1px dotted #999;
}
#gf_comment .comment_body .comment_meta {
    display: block;
    float: left;
    overflow: hidden;
    width: 30%;
}
#gf_comment .comment_body .comment_meta dt {
    display: block;
    float: left;
    height: 42px;
    width: 42px;
}
#gf_comment .comment_body .comment_meta dt img {
    border: 2px solid #EEEEEE;
    margin-right: 8px;
}
#gf_comment .comment_body .comment_meta dd {
    line-height: 1.6;
}
#gf_comment .comment_body .comment_time {
    font-size: 10px;

}
#gf_comment .comment_post {
    display: block;
    float: right;
    width: 60%;
}
#gf_comment .comment_post p {
    margin-bottom: 5px;
}

#comment_form {
    margin-top: 5px;
    padding-top: 5px;
}
#comment_form #cf_left {
    float: left;
    line-height: 1.9;
    width: 30%;
}
#comment_form #cf_left dd {
    margin-bottom: 5px;
}
#comment_form #cf_left input {
    border: 1px solid #bbbbbb;
    width: 100%;
}
#comment_form #cf_right {
    float: right;
    width: 60%;
}
#comment_form #cf_right dd {
    margin-bottom: 10px;
}
#comment_form #cf_right .comment_detail {
    border: 1px solid #bbbbbb;
    height: 120px;
    width: 100%;
}
#comment_form .btn_comment_send {
    background-color: #3e4146;
    border: medium none;
    color: #fff;
    padding: 1px 3px;
}

/*input#submit {
    padding: 15px 70px;
	margin:40px;
    font-size: 1.2em;
    background-color: #f39800;
    color: #fff;
    border-style: none;
}
input#submit:hover {
    background-color: #fabd00;
	cursor:pointer;
}

#comment_form .comment_logout {
    font-size: 10px;
}
#comment_form #cancel-comment-reply {
    margin-bottom: 0;
}*/

/*#Blog h2 {
    text-align: center;
}*/
#Blog figure {
	text-align: center;
}
#Blog figure img {
    height: auto;
	max-height: 800px;
	width: auto;
}

/*#Blog .Conte .Inner .Inner {
    max-width: 1100px;
}*/
#Blog img {
    height: auto;
}
#Blog p {
    margin-bottom: 1em;
}
#Blog section {
    margin-bottom: 90px;
}

#Blog #Project dl dt p.Category {
    width: auto !important;
    padding: 0 .5em;
}
#Blog #Project dl dt p.Category {
    width: 8em;
    color: #fff;
    font-size: 70%;
    height: 2em;
    /* margin-top: 6px; */
    margin-right: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Blog #Project dl dt p.type_info {
    background: #9171b5;
}
#Blog #Project dl dt p.type_trade_project {
    background: #2367a5;
}
#Blog #Project dl dt p.type_consul_project {
    background: #dc7357;
}

#Blog .SingleInner {
    max-width: 1100px;
    padding-bottom: 50px;
    background-color: #fff;
}
