@media screen and (max-width:700px){
	div#header{
	font-family: 'Trebuchet MS',sans-serif;
	margin-bottom:20px;
}

div#header h1{
	font-size:1.5em;
	margin:0
}

	div#header img{
	width:100%;
		height:100%;
}
div#header h1 a{color:#000}

div#header p#desc{
	font-size:1em;
	font-weight:bold;
	color:#999999;
	margin:0 0 5px;
}
	
	div#nav{
	font-size:0.5em;
		width:100%;

	background-color:#fff;
	margin-bottom:8px
}

div#nav ul{
	margin:0;
	padding:0;
	display:flex;
}
div#nav li{
	list-style-type:none;

}
div#nav li a{
	display:block;
	width:90px;
	line-height:30px;
	border-right: solid 1px #aaaaaa;
	color:#000;
	text-align:center
}
div#nav li a:hover{
	background-color:#c4f254
}
	
	div#container{
	width:100%;
}
	div#sidebar{
	width:100%;
}
	
	div#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

div#sidebar .widget{
	margin-bottom:20px
}

div#sidebar h2{
	font-size:1em;
	color:#fff;
	background-color:#aaa;
	border-radius:3px;
	padding:2px 10px;
	margin:0
}

div#sidebar li{
	font-size:1em;
	border-bottom:dotted 1px #aaa;
	margin:0
}
	
	div#content{
	width:100%;
}
	
	div#kao{
	width:300px;
	height:200px;
	border-top:dotted 1px #000;	
	border-bottom:dotted 1px #000;	
}

#kao img{
	width:200px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.kaotitle{
	font-size:1.5em;
	padding:5px;
}

/*---------- お客様の声 ----------*/
.voice{
	margin:0 0 20px 0;
	padding:0 15px 0 15px;
	border:solid 1px #CCCCCC;
}
.voice img {
	float:right;
	margin:15px 5px 0 10px;
	border:solid 1px #CCCCCC;
}
.v_title{
	font-weight:bold;
	font-size:18px;
	line-height:120%;
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック', sans-serif;
}
.v_name{
	font-weight:bold;
	font-size:14px;
	line-height:100%;
}
.v_text{
	background-image:url(../img/note_line.gif);
}
	
/*  コンタクトフォーム７　*/
	
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
	
}


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

/* 基本 */

body{
	font-family:'メイリオ',
		 'Hiragino Kaku Gothic Pro', san-serif
}

a{
	text-decoration:none;
	color:#0c8bcd
}

a img {border:none}

/* コンテナ */

div#container{
	width:900px;
	margin:auto
}

/* ヘッダー　*/

div#header{
	font-family: 'Trebuchet MS',sans-serif;
	margin-bottom:20px;
}

div#header h1{
	font-size:2.5em;
	margin:0
}

div#header h1 a{color:#000}

div#header p#desc{
	font-size:1em;
	font-weight:bold;
	color:#999999;
	margin:0 0 5px;
}

div#subinfo{
	text-alighn:right;
	margin:-32px 0 5px
}

/* ナビ */

div#nav{
	font-size:0.75em;
	height:30px;
	background-color:#fff;
	margin-bottom:8px
}

div#nav ul{
	margin:0;
	padding:0
}
div#nav li{
	list-style-type:none;
	float:left;
}
div#nav li a{
	display:block;
	width:200px;
	line-height:30px;
	border-right: solid 1px #aaaaaa;
	color:#000;
	text-align:center
}
div#nav li a:hover{
	background-color:#c4f254
}

/* コンテンツ */

div#content{
	width:550px;
	float:left;
}

p.title{
	font-weight:bold;
	color:#585858;
	width:200px;
	margin:0 0 10px;
	padding:0 30px 0 10px;
	background-image:url(bar.png);
	background-repeat:no-repeat;
	background-position:right top;
}

p.pagenation{
	font-size:0.75em;
	overflow:hidden;
}

span.oldpage{float:left;}

span.newpage{float:right;}
	
	.postview{
		display:flex;
		width:550px;
		flex-wrap: wrap;
	}
	
	.postview div{
		width:50%;
	}



/* 記事 */

div.post{
	margin-bottom:30px;
	overflow:hidden;
}
h3{
	background-repeat:no-repeat;
	background-position:left center;
	border-top:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	font-size:0.87em;
	padding:10px 18px;
	margin:0
}



div.post p{
	font-size:0.87em;
	line-height:1.6;
}

div.post p.postcat{
	text-align:right;
	margin:-10px 10px 10px 0;
}

div.post p.postinfo{
	color:#0c8bcd;
	text-align:right;
	margin:0
}

/* 記事内の画像 */

.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.wp-caption{
	border:solid 1px #aaaaaa;
	text-align:center;
	padding-top:5px
}

/* サイドバー */

div#sidebar{
	width:300px;
	float:right;
}

div#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

div#sidebar .widget{
	margin-bottom:20px
}

div#sidebar h2{
	font-size:1em;
	color:#fff;
	background-color:#aaa;
	border-radius:3px;
	padding:5px 15px;
	margin:0
}

div#sidebar li{
	font-size:1em;
	border-bottom:dotted 1px #aaa;
	margin:0
}

/* フッター */

div#footer{
	border-top:solid 1px #aaaaaa;
	padding:6px 0;
	clear:both;
}

div#footer p{
	font-size:0.75em;
	font-style:normal;
	font-family:Verdana,sans-serif;
	margin:0
}

/* サムネイル画像 */

div.post p.thumb{
	float:left;
	margin:0 10px 10px 0;
}

/*---------- お客様の声 ----------*/
.voice{
	margin:0 0 20px 0;
	padding:0 15px 0 15px;
	border:solid 1px #CCCCCC;
}
.voice img {
	float:right;
	margin:15px 5px 0 10px;
	border:solid 1px #CCCCCC;
}
.v_title{
	font-weight:bold;
	font-size:18px;
	line-height:120%;
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック', sans-serif;
}
.v_name{
	font-weight:bold;
	font-size:14px;
	line-height:100%;
}
.v_text{
	background-image:url(../img/note_line.gif);
}

/* コンテンツ */

div#kao{
	width:690px;
	height:200px;
	border-top:dotted 1px #000;	
	border-bottom:dotted 1px #000;	
}

#kao img{
	width:200px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.kaotitle{
	font-size:1.5em;
	padding:5px;
}

img.kao{
	width:500px;
}
	
h2{
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
	}
	
/*  コンタクトフォーム７　*/
	
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
	
}


