@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	font-size: 15px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: center;
	color: hsla(0,0%,15%,1.00);
	margin: 0;
	padding: 0;
}

/*IE6*/
* html body {
	font-size: 94%;
}
/*IE7*/
*:first-child+html body {
	font-size: 94%;
}


h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

/********************************/
/*　　　　　　　全体囲　　　　　　　*/
/********************************/

#wrapper {
	width:980px;
	margin: 0 auto;
	text-align: left;
	box-shadow:0px 0px 5px 1px #b3b3b3;
-moz-box-shadow:0px 0px 5px 1px #b3b3b3;
-webkit-box-shadow:0px 0px 5px 1px #b3b3b3;
	
}

/*********************************/
/*　　　　             　header　　　　            　*/
/*********************************/

#header {
	background-color: hsla(0,0%,95%,1.00);
	display: block;
	padding:0 10px;
}


#header h1 {
	float:left;
	width:350px;
	margin:0;
	padding:0;
}



/*********************************/
/*　　　　               menu          　　　　   　*/
/*********************************/
#menu {
	width:480px;
	padding:5px 0 ;
	float:right;
	
}
#menu ul {
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;

}
#menu li {
	width: 85px;
	height: 85px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
	width: 85px;
	height: 85px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-size: 85px 85px;
}
#menu li a:hover {
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}

#aa a {
	background-image: url(../../common_img/home_bt.png);
}
#bb a {
	background-image: url(../../common_img/blog_bt.png);
}
#cc a {
	background-image: url(../../common_img/company_bt.png);
}
#dd a {
	background-image: url(../../common_img/service_bt.png);
}
#ee a {
	background-image: url(../../common_img/contact_bt.png);
}

/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 680px;
	margin:35px 0 35px 35px;
}

/********* エントリー ***********************************************/

div#entry {
	margin-bottom:60px;
}

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 100%;
	margin: 15px 0;
	padding:20px;
	border: 1px solid hsla(0,0%,90%,1.00);
	background-color:  hsla(0,0%,99%,1.00);
}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 0px 0 0px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0px;
}
div#entry div.entry ul.information {
	margin: 2px 0px 15px 0px;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	font-size: 80%;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
	
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
	font-size: 80%;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
	font-size: 84%;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: right;
	width: 200px;
	margin: 35px 35px 20px 0;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	background-color: hsla(0,0%,99%,1.00);
	border: 1px solid hsla(0,0%,93%,1.00);
	width:100%;
}
div#utility div.utility h3 {
	padding: 0px 10px 0 10px;
	font-size:90%;
	text-align: center;
}
div#utility div.utility div.content {
	margin: 0 10px;
}

div#utility div.utility div.content ul{
	margin:0 0 0 20px;
	padding:0;
	
}
div#utility div.utility div.content ul li{
	margin-bottom:7px;
	line-height:1.3em;
}

div#utility div.utility div.content dl{
	margin:0;
	padding:0;
	font-size:90%;
}

div#utility div.utility div.content dl dt {
	margin:0;
	padding:0;
	line-height:1.3em;
	margin:0 0 3px 0;
}

div#utility div.utility div.content dl dd {
	font-size:84%;
	line-height:1.2em;
	margin:0 0 10px 0;
	
	
}

div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 170px;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0;
	border: 0px solid #000000;
	font-size:90%;
}
div#utility div.utility table.calender tr th{
	padding: 4px;
	border: 0px solid #000000;
	background-color: hsla(0,0%,99%,1.00);
	font-weight: normal;
	text-align: center;
	
}

div#utility div.utility table.calender tr td {
	padding: 4px;
	border: 0px solid #000000;
	background-color: hsla(0,0%,99%,1.00);
	font-weight: normal;
	text-align: center;
}

div#utility div.utility table.calender tr td span.day {
	color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
	color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #CC2222;
}
div#utility div.utility ul.calender {
	text-align: center;
	margin: 10px auto;
	font-size:80%;
}
div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
	margin: 5px;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #AAAAAA;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}


/********* フッター *************************************************/

div#footer {
	border-top: 1px solid #999999;
	width:100%;
	clear: both;
	text-align: center;
	padding:15px;
	
}
div#footer address {
	font-size: 80%;
	padding-top: 10px;
	
	color: hsla(0,0%,65%,1.00);
}




/********* レスポンシブ *********************************************/

@media (max-width: 480px) {
	body {
		padding: 0px;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	#wrapper {
	width:100%;
	margin: 0 auto;
	box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
	
}
	#menu{width:100%;}
	#menu ul li{
		text-align: center;
		height:35px;
		width:23%;
	}
	#menu ul li a {
	font-size: 94%;
	height: 35px;
		line-height:35px;
	background-image: none;
	text-indent: 0;
	border: thin solid hsla(0,0%,82%,1.00);
	text-decoration: none;
	color: hsla(0,0%,25%,1.00);
	background-color: hsla(0,0%,100%,1.00);
	}
	
	div#content {
		float: none;
		width: 100%;
		padding:10px;
		margin-right:0;
		margin-left:0;
	}
	div#entry div.entry {
		width: 100%;
		margin:0;
	}
	
	div#entry div.entry .content img {
		width: 100%;
		height:auto;
		margin:1px;
		
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
