@charset "utf-8";

/*
Theme Name: andcompany
Theme URI: http://kikinzokukaitori.jp/blog/
Description: 七福神ブログ
Version: 1.1.1
*/

/*--------------------------------------
  リセット
--------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

.blogsecondtitle{
	color: #000;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #000;/*上線*/
border-bottom: solid 3px #000;/*下線*/
	
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

/* i.fa {
	margin: 0 0.5em 0 0;
} */



/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
font-size:90%;
line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 1px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:140px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
margin:0 auto;
background-color: #f48881;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #f48881;
-webkit-box-shadow: 0 0 0 3px #f48881;
-moz-box-shadow: 0 0 0 3px #f48881;
text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(244,136,129,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*-- ここまで --*/
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(/wp-content/themes/andcompany/images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #1122cc;
}

a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	background: #4d4d4d;


}

#header .top_title {
	margin-bottom: 12px;
	font-size: 36px;
}

#header .top_title a {
	color: #efefef;
	text-shadow: 1px -1px 0 rgba(0,0,0,1);
	font-weight: bold;
}

#header .top_title a:hover {
	color: #444;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
}

#header .caption {
	color: #fff;
	font-size: 16px;
	padding: 0.8em 0.5em;
	border: 1px solid #444;
	box-shadow:inset -1px -1px 0 rgba(255,255,255,0.4);
	margin: 0 12px;
}

.hgroup {
	margin: 24px 0 0;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
.headsp{
 display: inline-block;
}

.headpctab{
display: none;
}

nav#menu {
	margin-bottom: 24px;
}

.togmenu {
	display: none;
	color: #fff;
	background: #444;
}

.menubtn {
float: right;
	padding: 7px;
	color: #000;
	background: #ccc;
	text-align: center;
margin-left: 20px;
}

nav#menu ul {
	overflow: hidden;

background: #444;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	color: #ffd700;
}

nav#menu ul.sub-menu {
	display: none;
}



.headline_box    {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #000000;
}


.headline_inbox    {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #000000;

}


.headlogo{
display: inline-block;
float: left;
 width: 147px;
margin-top: 20px;
margin-left: 5px;
}

.headlogo img{
 width: 147px;
}

.headtel{
display: inline-block;
float: right;
color:#ffffff;
margin-top: 20px;
margin-right: 10px;
}


.headtel img{
width: 40px;
}

h1.headh1    {
display: none;
    font-size:12px;
    line-height:1.4;
    font-weight:normal;
    color:#ffffff;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    text-align: center;
}


.headtitlebg    {
    width: 100%;
    background: #4D4D4D;
border-bottom: 2px solid #434343;
}

#headtitle    {
    width: 768px;
    text-align: left;
    margin: 0 auto;
    height: 90px;
}
#headtitle2    {
    width: 768px;
    text-align: left;
    margin: 0 auto;
    height: 90px;
}

#headtitle2 a{
display: inline-block;
font-size: 11px;
color: #fff;
float: left;

margin-right: 32px;
text-align: center;
}

#headtitle2 img{
padding-bottom: 3px;
text-align: center;
margin-top: 20px;
}

.logospace{
margin-right: 10px;
}

.headlink_bn{
float: left;
width: 510px;
margin-top: 20px;

}

.headtel_bn{
float: right;
width:258px;
font-size: 12px;
color: #fff;
text-align: center;
margin-top: 20px;
}

.headtel_bn img{
width:258px;
}


.spmglogo{
margin-right: 20px;
display: none;
}

.spmg{
margin-right: 10px;
}

.header_image{
display: inline-block;   
}


.header_image_bg{
display: inline-block; 
}
.header_imagesp{
display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;  
 background: #fff;
margin-bottom: -40px;  
}

.header_imagesp img{
display: inline-block;
width:100%;
max-width: 100%;
height: auto;

}
.box11 {
    padding: 0.5em 1em;
    margin-top:10px;
margin-left:10px;
margin-right:10px;
    font-weight: bold;
    border: solid 3px #000000;

}
.box11 p {
    margin: 0 auto; 
    padding: 0;
font-size: 13px;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 20px auto 0 auto;
	text-align: left;
	line-height: 1.6;

}

#contents p {
	margin-bottom: 2.1em;
	text-align: left;
}

#contents #main {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 24px;

}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;

}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0.8em 0;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
	overflow:hidden;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}

#contents #main .home_area .thumb_box {
	float: left;
	width: 160px;
	margin: 0 8px 0 0;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style: url(/wp-content/themes/andcompany/images/checkmark.png) inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
	margin: 0.8em 0;
	padding-left: 1em;
	text-indent: -1.5em;
	margin-left: 0.5em;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body a {
	text-decoration: underline;
}

#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 20px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 16px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#archive_body h2{
	font-size: 20px;
	text-align: left;
	/* margin: 36px 0 24px 0; */
	padding: 0.4em;
	background: #efefef;
	border-bottom: 2px solid #ddd;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#archive_body h2.adafg,
#article_body h2.adafg {
font-size: 48px; 
	line-height : 1.5;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #ccc;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 48px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #ff7ddf;
}


/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	margin: 0 0 24px 0;
	border-radius: 5px;
}

#entry_snsbox ul {
	margin: 24px 0 0 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ccc;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 15px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 15px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 20px 0;
}

dl#prenex {
	text-align: left;
	width: 100%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}

/*-----スマホ----*/

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;

  padding: 14px 10px;
  color: #0F4B89;
 background-color: #f6f6f6;
}
.prev-next-link a:hover {
  background-color: #ccc;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: 18px;
  color: #0F4B89;
  margin-bottom: 10px;
text-decoration: none;

}

.prev-next-label2 {
  font-size: 18px;
  color: #0F4B89;
  margin-bottom: 10px;

}





/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #444;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;

}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;




}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #333;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 258px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 220px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #ff7ddf;
}

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 0px;


}

#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
	
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}


/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	border: 1px solid #999;
	width: 100%;
	margin: 0;
}

#wp-calendar tr, th, td {
	border: 1px solid #999;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #999;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/
/* #footer {
	padding: 12px 0 24px 0;
	color: #fff;
	text-align: center;
	background-color : #444;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd700;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: underline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
} */

.gush_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: #444 url(/wp-content/themes/andcompany/images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ
--------------------------------------*/
#page-top2 {
	position: fixed;
	bottom: 100px;
	right: 15px;
	text-align: center;
}

#page-top2 i {
	margin: 0;
}
#page-top2 a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 25px;
	background: #444 url(/wp-content/themes/andcompany/images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top2 a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #ffd700;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}

/*--------------------------------------
  スマホ続きを読む
--------------------------------------*/
.more {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;

    text-decoration: none;
    color: #fff;
    background: #636363;
    border-radius: 0 15px 15px 0;
    transition: .4s;

  }



.more span {

    color: #fff;

  }

.more :hover {
   color: #000;
}



/*--------------------------------------
  スマホアクション
--------------------------------------*/

.service_banner_bottom	{
	display: inline-block;

	width: 360px;
	height: auto;

	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
overflow: hidden;
}


.service_banner_bottom	{
	display: block;

	width:100%;
max-width: 100%;
height: auto;
	margin-left: 0px;
	margin-bottom: -50px;
	margin-right: 0px;
line-height: 0;
overflow: hidden;
vertical-align: bottom;
}

p.link	{
	display: block;
	margin: 0 auto;
width:100%;
max-width: 100%;
}

p.link img	{
width:100%;
max-width: 100%;
line-height: 0;
display: block;
}

p.ableft	{
	display: block;
	margin: 0 auto;
width:100%;
max-width: 100%;
}

p.abright	{
display: block;
	margin: 0 auto;
width:100%;
max-width: 100%;

line-height: 0;
}

p.ableft img	{
width:100%;
max-width: 100%;
line-height: 0;
display: block;
}

p.abright img	{
width:100%;
max-width: 100%;
line-height: 0;
display: block;


}

.imgbox{
display: inline;
}


.side_menu2{
	margin-bottom: 20px;
}

.kaitorikakaku{
display: inline-block;
font-size: 16px;
text-align: center;
margin: 0px auto;
width: 709px;
font-weight: bold;
	border: 3px solid #0F4B89;

	background: #F7FDDF;
}

.blogred{
font-size: 22px;
color: #ff0000;
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
letter-spacing: -0.3px;
}

#sub .side_widget li ul li {
	width: 100%;
	display: inline-block;
    vertical-align: middle;
    padding:10px 10px 10px 5px;
    background-color:#e9e9e4;
	text-align: left;
    font-size: 15px;
font-weight: bold;
    color:#000;
 border-bottom:1px dotted #000000;

}

#sub .side_widget li ul li a {
    color:#000;
font-weight: bold;
text-align: left;
}
#sub .side_widget li ul li ul li {

}

#sub .side_widget li ul li ul li ul li {
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*--------------------------------
ブログフッターメニュー
---------------------------------*/

.blogftmenu{
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
text-align: center;
color:#fff;

}

.blogftmenu a{
 display: inline-block;
width: 50%;
color:#fff;
float:left;

}


/*-------------------------
スマホfooter
-------------------------*/
div#footersp    {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background-color: #2A2A2A;
}

.footerboxsp    {
    display: inline-block;
    margin: 0px auto;
    width: 1120px;
    height: auto;
    background-color: #2A2A2A;
}



.ftbtsp{
display: inline-block;
width: 100%;
background: #2A2A2A;
margin-bottom: 30px;
}

.ftbt_leftsp{
width:100%;

color: #fff;
font-size: 13px;
text-align: center;
margin-bottom: 20px;
}

.ftbt_leftsp a{
color: #fff;
}

.ftbt_rightsp{
width:100%;

color: #808080;
font-size: 10px;
text-align: center;
}


.footerboxinsp{
width: 100%;
background: #2A2A2A;
}

.footerboxinsp a{
color: #808080;
line-height: 1.5em;
padding-bottom: 2px;
}
.footerboxsp{
display: inline-block;
width: 100%;
margin: 0 auto;
font-size: 13px;
margin-top: 30px;
margin-bottom: 30px;

}
.ft_linkboxsp{
width: 300px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
padding-top: 10px;
font-size:15px;
padding-bottom: 20px;
}

.ft_linkbox2sp{
width: 300px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
padding-top: 10px;
padding-bottom: 20px;
}

.ft_linkbox3sp{
width: 300px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
padding-top: 10px;
padding-bottom: 20px;
font-size:15px;
}

.ft_linkbox4sp{
width: 180px;

text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox5sp{
width: 220px;

text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox6sp{
width: 300px;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
}

.ft_link_titlesp{
width: 100%;
padding-left:20px;

text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;
}
.ft_link_title2sp{
width: 100%;
padding-left:20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
font-weight: bold;
color: #fff;
}
.ft_link_title3sp{
width: 100%;
padding-left:20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;

}





/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ナビ
--------------------------------------*/
.headsp{
 display: none;
}
.headpctab{
display: block;
}


nav#menu ul {
	width: 100%;

}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 1em;
}


.headline_box    {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #000000;
}


.headline_inbox    {
    display: block;
    width: 768px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #000000;

}


.headlogo{
display: inline-block;
float: left;
 width: 197px;
margin-top: 10px;
}

.headtel{
display: inline-block;
float: right;
color:#ffffff;
margin-top: 20px;
}

h1.headh1    {
display: none;
    font-size:12px;
    line-height:1.4;
    font-weight:normal;
    color:#ffffff;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    text-align: center;
}


.headtitlebg    {
    width: 100%;
    background: #4D4D4D;
border-bottom: 2px solid #434343;
}

#headtitle    {
    width: 768px;
    text-align: left;
    margin: 0 auto;
    height: auto;
}
#headtitle2    {
    width: 768px;
    text-align: left;
    margin: 0 auto;
    height: 90px;
}

#headtitle2 a{
display: inline-block;
font-size: 11px;
color: #fff;
float: left;

margin-right: 32px;
text-align: center;
}

#headtitle2 img{
padding-bottom: 3px;
text-align: center;
margin-top: 20px;
}

.logospace{
margin-right: 10px;
}

.headlink_bn{
float: left;
width: 510px;
margin-top: 20px;

}

.headtel_bn{
float: right;
width:258px;
font-size: 12px;
color: #fff;
text-align: center;
margin-top: 20px;
}

.headtel_bn img{
width:258px;
}


.spmglogo{
margin-right: 20px;
display: none;
}

.spmg{
margin-right: 10px;
margin-top: 20px;
}

.spmg2{
margin-top: 20px;
margin-bottom: 20px;
}


.header_image_bg{
display: inline-block;
    width: 100%;
    height: 247px;
    margin: 0 auto;

}

.header_image{
display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;

   
}


.header_image img{
display: block;
width:100%;
max-width: 100%;
height: auto;
}

.header_imagesp{
display: none; 
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main {
	padding: 20px 35px;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #ddd;
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
	width: 160px;
	height: 160px;
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/


#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 36px 0 24px 0;
	padding: 0 0 5px 0;;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}

/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 600px;
	height: 60px;
	margin: 0 auto 36px;
	display: block;
}

.entrybodybottom_ad {
	width: 600px;
	height: 60px;
	margin: 36px auto 0;
	display: block;
}

#entry_footer_ad {
	margin: 36px 0;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
#relations {
	margin: 36px auto;
}
#relations a {
	font-size: 95%;
}

#relations .rel-in {
	display: inline;
}

#relations .rel-in > li {
	float: left;
	width: 145px;
	height: 262px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
}

#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 10px 5px;
}

#relations .rel-in .rel-in-thumb {
	float: none;
	margin: 0 auto 5px;
	width: 110px;
	height: 110px;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	margin: 0 auto;
	text-overflow: clip;
	height: 120px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 120px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}

/*-----PC----*/

.prev-next-link a {
  border-bottom: 1px #ddd solid;
display:none;
  text-decoration: none;

  padding: 14px 40px;
  color: #0F4B89;
}
.prev-next-link a:hover {
  background-color: #ccc;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}


.prev-next-label {
  font-size: 18px;
  color: #0F4B89;
margin0: 0 auto;
  margin-top: 30px;
text-decoration: none;
}

.prev-next-label2 {
	margin0: 0 auto;
  font-size: 18px;
  color: #0F4B89;
  margin-bottom: 10px;
}

p.prev-next-label {

margin0: 0 auto;

}

p.prev-next-label2 {
	margin0: 0 auto;

}


/*--------------------------------------
  768px ページャー
--------------------------------------*/
.pager{
	text-align:center;
	margin: 0 auto;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	background: #333;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_title {
	font-size: 90%;
}

#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 20px;
	color: #333;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;

}

#sub .side_widget li ul li {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*-----------------------------------
  768px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	padding: 24px 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}



.service_banner	{
	display: inline-block;
	clear: both;
	width: 715px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
}

.service_banner_bottom	{
	display: inline-block;
	clear: both;
	width: 715px;
	height: 280px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: url(/wp-content/themes/andcompany/images/bottom_base.png) no-repeat;
	position:relative;
	

}
	


p.ableft	{
	position: absolute;
	top: 23px;
	left: 30px;
	bottom: 10px;
	z-index: 100;
	margin: 0 auto;
}

p.abright	{
position: absolute; 
    top: 23px;  
    left: 373px;  
	z-index: 100;
	margin: 0 auto;
}


p.ableft img	{
width: 312px;

}

p.abright img	{
width: 312px;

}

.kaitorikakaku{
display: inline-block;
font-size: 32px;
text-align: center;
margin: 0px auto;
width: 709px;
font-weight: bold;
	border: 3px solid #0F4B89;

	background: #F7FDDF;
}

.blogred{
font-size: 40px;
color: #ff0000;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}



.imgbox{
display: inline;
}

#sub .side_widget li ul li {
	width: 100%;
	display: block;
    vertical-align: middle;
    padding:15px 10px 15px 5px;
    background-color:#e9e9e4;

    font-size: 15px;
font-weight: bold;
    color:#000;
 border-bottom:1px dotted #000000;

}

#sub .side_widget li ul li a {
    color:#000;
font-weight: bold;

}
#sub .side_widget li ul li ul li {

}

#sub .side_widget li ul li ul li ul li {
}

#sub .side_widget li ul li ul {
	display: inline;
}


.headshop    {
	display: none;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    background: #CCCCCC;
}

/*--------------------------------
ブログフッターメニュー
---------------------------------*/

.blogftmenu{
margin: 0 auto;
margin-top: 20px;

text-align: center;
color:#fff;
}

.blogftmenu a{

color:#fff;
}

/*-------------------------
footer
-------------------------*/
div#footer    {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background-color: #2A2A2A;
}

.footerbox    {
    display: inline-block;
    margin: 0px auto;
    width: 1120px;
    height: auto;
    background-color: #2A2A2A;
}



.ftbt{
display: inline-block;
width: 1120px;
background: #2A2A2A;
margin-bottom: 30px;
}

.ftbt_left{
width:560px;
float: left;
color: #fff;
font-size: 12px;
text-align: left;
}

.ftbt_left a{
color: #fff;
}

.ftbt_right{
width:560px;
float: right;
color: #808080;
font-size: 12px;
text-align: right;
}


.footerboxin{
width: 100%;
background: #2A2A2A;
}

.footerboxin a{
color: #808080;
line-height: 1.5em;
padding-bottom: 2px;
}
.footerbox{
display: inline-block;
width: 1120px;
margin: 0 auto;
font-size: 13px;
margin-top: 30px;
margin-bottom: 30px;

}
.ft_linkbox{
width: 170px;
float: left;
margin-right: 20px;
text-align: left;
padding-top: 10px;
}

.ft_linkbox3{
width: 200px;
float: left;
margin-right: 20px;
text-align: left;
padding-top: 10px;
}

.ft_linkbox4{
width: 180px;
float: left;
text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox5{
width: 220px;
float: left;
text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox6{
width: 260px;
float: left;
text-align: left;
padding-top: 10px;
}

.ft_link_title{
width: 390px;
float: left;
margin-right: 20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;
}
.ft_link_title2{
width: 400px;
float: left;
margin-right: 20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
font-weight: bold;
color: #fff;
}
.ft_link_title3{
width: 290px;
float: right;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;

}



}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1120px) {


/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/* 全体に薄いグレーのテクスチャ */
body {
	background: #fff ;
	/* thnx! http://subtlepatterns.com/ */
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
.headsp{
 display: none;
}
.headpctab{
display: block;
}


header {
	text-align: left;	
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	/* thnx! http://subtlepatterns.com/ */
}

#header .hgroup {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
}

#header .caption {
	margin: 0;
}

.headline_box    {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    background: #000000;
}


.headlogo{
 display: none;
}

.headtel{
display: none;
}


h1.headh1    {
display: block;
    font-size:12px;
    line-height:1.4;
    font-weight:normal;
    color:#ffffff;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    text-align: center;
}

.head_menu a    {
    text-decoration: none;
    color:#000000;
}

.headtitlebg    {
    width: 100%;
    background: #4D4D4D;
border-bottom: 2px solid #434343;
}

#headtitle    {
    width: 1120px;
    text-align: left;
    margin: 0 auto;
    height: 90px;
}
#headtitle2    {
    width: 1120px;
    text-align: left;
    margin: 0 auto;
    height: 90px;
}

#headtitle2 a{
display: inline-block;
font-size: 11px;
color: #fff;
float: left;

margin-right: 32px;
text-align: center;
}

#headtitle2 img{
padding-bottom: 3px;
text-align: center;
margin-top: 20px;
}

.logospace{
margin-right: 10px;
}

.headlink_bn{
float: left;
width: 820px;
margin-top: 20px;
}

.headtel_bn{
display: block;
float: right;
width: 300px;
margin-top: 15px;
font-size: 13px;
color: #fff;
text-align: center;
}


.spmglogo{
display: inline-block;
margin-top: 20px;
margin-right: 38px;
}

.spmg{
margin-top: 20px;
margin-right: 5px;
}

.spmg2{
margin-top: 20px;

}

.headshop    {
	display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    background: #CCCCCC;
}
.headshop p    {
    margin: 0 auto;
    font-size: 12px;
    padding-top: 7px;
}

.headshop span.tenpo{
    color: #0d4988;
    font-weight: bold;


}

.header_image_bg{
display: inline-block;
    width: 100%;
    height: 360px;
    margin: 0 auto;
   background-image: url(/wp-content/themes/andcompany/images/bg.png);

}

.header_image{
display: block;
    width: 100%;
    height: 360px;
    margin: 0 auto;
text-align: center;
   
}
.header_image img{
display: block;
    width: 1120px;
    height: 360px;
    margin: 0 auto;
text-align: center;
   
}


.header_imagesp{
display: none; 
}


.header_text{
width: 1120px;
margin: 0 auto;

}
.white{
margin: 0 auto;
color: #fff;
font-size: 12px;
padding-top: 100px;
}

.white_jew{
margin: 0 auto;
color: #fff;
font-size: 12px;
padding-top: 255px;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;

}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
 display: none;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
display: none;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav#menu ul li a {
	color: #fff;
}

nav#menu ul li a:hover {
	color: #fff;
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
	border-bottom: 1px solid #ff7ddf;
	background: #666;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #ff7ddf;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #666;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
/*
全体で1060px
    メイン728px
    サイド300px
    余白28px
    ボーダー2px
    2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 1120px;
margin-bottom: 30px;

}

#contents #main {
	float: right;
	margin: 0 24px 0 0;
	max-width: 830px;
	padding: 20px 41px;
	border-radius: 0;
}

#entry_body {
	width: 715px;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 24px;
margin: 0 auto;
margin-bottom: 10px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
}



#article_body h3{
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
	background: #fff url(/wp-content/themes/andcompany/images/sos.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 728px;
	height: 90px;
	margin: -20px -62px 36px -62px;
	overflow: hidden;
}

.entrybodybottom_ad {
	width: 728px;
	height: 90px;
	margin: 36px -62px -20px -62px;
}

#entry_footer_ad {
	margin: 36px 0;
	width: 604px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#entry_footer_ad .efa_left,
#entry_footer_ad .efa_right {
	width: 302px;
	display: table-cell;
	float: none;
}

/*--------------------------------------
  1024px 個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 260px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {

/*
	font-size: 20px;
	text-align: left;
	border: none;
	color: #333;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;

*/
margin: 0 auto;
font-size: 15px;
    padding: 10px 10px;
    font-weight: bold;
    border-top: 5px solid #0F4B89;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
text-align: left;

}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: inline-block;
    vertical-align: middle;
    padding:15px 10px 15px 5px;
    background-color:#e9e9e4;
text-align: left;
    font-size: 15px;
font-weight: bold;
    color:#000;
 border-bottom:1px dotted #000000;

}

#sub .side_widget li ul li a {

    color:#000;
font-weight: bold;
text-align: left;
margin-left: -10px;

}
#sub .side_widget li ul li ul li {

}

#sub .side_widget li ul li ul li ul li {

}

#sub .side_widget li ul li ul {
		display: inline-block;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #2A2A2A;
	/* thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1060px;
	margin: 0 auto 0px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}


.more {
	float: right;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;

    text-decoration: none;
    color: #fff;
    background: #636363;
    border-radius: 0 15px 15px 0;
    transition: .4s;
  }



.more span {

    color: #fff;

  }

.more :hover {
   color: #000;
}


.service_banner	{
	display: inline-block;
	clear: both;
	width: 715px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
}

.service_banner_bottom	{
	display: inline-block;
	clear: both;
	width: 715px;
	height: 280px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: url(/wp-content/themes/andcompany/images/bottom_base.png) no-repeat;
	position:relative;

}
	

p.ableft	{
	position: absolute;
	top: 23px;
	left: 30px;
	bottom: 10px;
	z-index: 100;
	margin: 0 auto;
}

p.abright	{
position: absolute; 
    top: 23px;  
    left: 373px;  
	z-index: 100;
	margin: 0 auto;
}


p.ableft img	{
width: 312px;

}

p.abright img	{
width: 312px;

}

.kaitorikakaku{
display: inline-block;
font-size: 28px;
text-align: center;
margin: 0px auto;
width: 709px;
font-weight: bold;
	border: 3px solid #0F4B89;

	background: #F7FDDF;
}

.blogred{
font-size: 35px;
color: #ff0000;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}


.imgbox{
display: inline-block;
}
.imgbox img{
width:260px;
margin: 0px;

}


/*-------------------------
footer
-------------------------*/
div#footer    {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background-color: #2A2A2A;
}

.footerbox    {
    display: inline-block;
    margin: 0px auto;
    width: 1120px;
    height: auto;
    background-color: #2A2A2A;
}



.ftbt{
display: inline-block;
width: 1120px;
background: #2A2A2A;
margin-bottom: 30px;
}

.ftbt_left{
width:560px;
float: left;
color: #fff;
font-size: 12px;
text-align: left;
}

.ftbt_left a{
color: #fff;
}

.ftbt_right{
width:560px;
float: right;
color: #808080;
font-size: 12px;
text-align: right;
}


.footerboxin{
width: 100%;
background: #2A2A2A;
}

.footerboxin a{
color: #808080;
line-height: 1.5em;
padding-bottom: 2px;
}
.footerbox{
display: inline-block;
width: 1120px;
margin: 0 auto;
font-size: 13px;
margin-top: 30px;
margin-bottom: 30px;

}
.ft_linkbox{
width: 170px;
float: left;
font-size:13px;
margin-right: 20px;
text-align: left;
padding-top: 10px;
}

.ft_linkbox3{
width: 200px;
float: left;
font-size:13px;
margin-right: 20px;
text-align: left;
padding-top: 10px;
}

.ft_linkbox4{
width: 180px;
float: left;
text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox5{
width: 220px;
float: left;
text-align: left;
padding-top: 10px;
margin-right: 20px;

}

.ft_linkbox6{
width: 260px;
float: left;
text-align: left;
padding-top: 10px;
}

.ft_link_title{
width: 390px;
float: left;
margin-right: 20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;
}
.ft_link_title2{
width: 400px;
float: left;
margin-right: 20px;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
font-weight: bold;
color: #fff;
}
.ft_link_title3{
width: 290px;
float: right;
text-align: left;
font-size: 15px;
border-bottom: 1px dotted #fff;
color: #fff;
font-weight: bold;

}


/*--------------------------------
ブログフッターメニュー
---------------------------------*/

.blogftmenu{
margin: 0 auto;
margin-top: 20px;

text-align: center;
color:#fff;
}

.blogftmenu a{

color:#fff;
}


}/* PC表示ここまで */


.kakakublog{
margin: 0px auto;

text-align: center;

}


.kakakudays{
width: 715px;
display: inline-block;
margin: 0 auto;
text-align: center;
font-size: 15px;
margin-top: 20px;
font-weight: bold;
}

.kakakuchui{
width: 715px;
display: inline-block;
margin: 0 auto;
text-align: center;
color: #ff0000;
font-size: 15px;
margin-top: 10px;
font-weight: bold;
}




.tagcloud{
display: inline-block;
}

.tagcloud a {
	font-size: 13px !important; /* 文字のサイズ */
	line-height: 1em;
	background: #0F4B89; /* 背景色 */
	color: #fff; /* 文字色 */
	display: block;
	white-space: nowrap;
	padding: 8px 5px; /* 文字周りの余白 */
	margin-top: 3px; /* タグ同士の余白 */
margin-left: 3px; /* タグ同士の余白 */
	border-radius: 4px; /* 角を少し丸く */
	text-decoration: none;
float: left;

}
.tagcloud a:hover {
 	background: #f9d635; /* マウスホバー時の背景色 */
	color: #278a71; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}

.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


.fix_menu_smartphone{
	margin-top:200px;
	display: inline-block;
	margin: 0 auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 8;
  	width: 100%;
  max-width: 640px;
  height: 80px;
  background: rgba(0,0,0,0.6);

}
.fix_menu_left{
display: inlie-block;
float: left;
width: 111px;

margin-left: 10px;
margin-top: 20px;

}

.fix_menu_right{
display: inlie-block;
float: right;
width: 111px;

margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
}

.fix_menu_left img {
width:100%;
max-width: 100%;
height: auto;
}

.fix_menu_right img {
width:100%;
max-width: 100%;
height: auto;
}


.underpan a{
	color:#333333;
	text-decoration: none !important;
	
}


#breadcrumb {
margin: 0;
}
 
#breadcrumb ol {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    list-style-type: none;
}
 
#breadcrumb ol li {
    display: inline;
    padding: 5px;
}

