@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 14px;
color: #333;
-webkit-text-size-adjust: none;
background:#fff;
line-height: 1.8;
letter-spacing:1px;
}

/* twitter
------------------------------------------------------------*/
.TwitterWidget #twitter-widget-0 {
	width:100% !important;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#006699;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#0099ff;
}

a img:hover{opacity:.8;}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post2:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, .post2{zoom: 1;}


/* ブルーリンク設定
------------------------------------------------------------*/
a.blue:link {
text-decoration : none;
color : #0066cc;
font-size:120%;
}
a.blue:visited {
text-decoration : none;
color : #6699cc;
font-size:120%;
}
a.blue:hover {
text-decoration : none;
color : #ff6600;
font-size:120%;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #d7dbde;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #e6eaed;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:980px;
}

#header{
overflow:hidden;
background:#fff;
}

#mokuji{
overflow:hidden;
background:#fff;
}

#pan {
overflow:hidden;
background:#fff;
padding-top:20px;
font-size: 90%;
}

#content{
float:left;
width:710px;
padding:10px 0;
}

#sidebar{
float:right;
width:233px;
padding:10px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#ededed;
} 


/* ヘッダー
*****************************************************/
.bg{
background:#eee;
}


/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
color:#999;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding-bottom:0;
padding-top:30px;
color: #515151;
}

/* SNS
----------------------------------*/
.sns{
float:right;
padding-bottom:0;
padding-top:60px;
}

.sns img{margin-left:10px;}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(../factorylabo/images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}




/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:25px;
line-height:0;
text-align:center;
z-index:0;
position:relative;
}

.post{
margin:0 0 20px 0;
background: #fff;
}

.post3{
margin:0 0 20px 0;
background: #fff;
}

.post2{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin-bottom:20px;
padding:7px 10px;
font-size:130%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(../factorylabo/images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../factorylabo/images/bullet.png) no-repeat 0 8px;
}

.post2 ol{margin: 0 0 10px 30px;}

.post2 ol li{list-style:decimal;}


.post2 p{padding-bottom:15px;}

.post2 ul{margin: 0 0 10px 10px;}

.post2 ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../factorylabo/images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}



.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post2 h2{
margin:10px 0;
padding-bottom:2px;
font-size:120%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:110%;
font-weight:normal;
color:#0099ff;
border-bottom:1px solid #515151;
}

.post h4{
	padding-bottom: 2px;
	font-weight: normal;
	color: #FFF;
	background-color: #99cc33;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 10px;
}

.post h5{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 30px;
	background-image: url(../factorylabo/images/grnmark.png);
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	padding-top: 2px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
	
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post table th{
	padding: 10px;
	border-bottom: 1px #c0c0c0 solid; 
	background: #FFF;
	vertical-align: top;
}

.post table td{
	padding: 10px;
	border-bottom: 1px #c0c0c0 solid; 
	background: #fff;
	vertical-align: top;
}


.post table thead th{
	padding: 10px;
	
	border-bottom: 2px #c0c0c0 solid; 
	background-color: #efede7;
	color: #333;
	
}

.post table body th{
	padding: 5px;
	border-bottom: 1px #c0c0c0 solid; 
	background-color: #FFF;
	color: #FFF;
	
	
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}


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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


.post2 table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post2 table th{
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;
	vertical-align: top;
}

.post2 table td{
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	vertical-align: top;
}


.post2 table thead th{
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background-color: #fff0f5;
	color: #333;
}

.post2 table body th{
	padding: 5px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background-color: #99CCFF;
	color: #FFF;
	text-align: center;
	width: 140px;
}

.post2 dt{font-weight:bold;}

.post2 dd{padding-bottom:10px;}

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


.post3 table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post3 table th{
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;
	vertical-align: top;
}

.post3 table td{
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	vertical-align: top;
}


.post3 table thead th{
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background-color: #fff0f5;
	color: #333;
}

.post3 table body th{
	padding: 5px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background-color: #99CCFF;
	color: #FFF;
	text-align: center;
}

.post3 dt{font-weight:bold;}

.post3 dd{padding-bottom:10px;}

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

/* post2
*****************************************************/

.post2 p{padding-bottom:15px;}


.post2 blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post2 blockquote p{padding:5px 0;}

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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
border-radius: 0 0 7px 7px;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

p.bnr_nolink{padding-bottom:15px;}

p.bnr_nolink img{
max-width:233px;
height:auto;
}


p.bnr img{
max-width: 360px;
height: auto;
}

p.ph img{
max-width: 130px;
height: auto;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#666;
background:#fff url(../factorylabo/images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:5px 0 5px 10px;
background:url(../factorylabo/images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
padding:10px;
font-size:100%;
color: #333;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(../factorylabo/images/border.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(../factorylabo/images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
font-size:12px;
padding:10px 0 30px 0;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
background:url(../factorylabo/images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#a0a0a0;
background:#ebebeb;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 190px;
margin:10px 10px 0px 10px;
padding:10px;
background:none;
border:1px solid #d5d5d5;

}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#25252;
border:1px solid #dadada;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#f8f8f8;
}

ul.thumb h3 a{color:#252525;}

ul.thumb h3:hover span{background:#fff;}

/* --- リストエリア1（中くらいのフォントサイズ用） --- */
ul.pr1 {
margin: 0 0 1em;
padding: 0;
list-style-type: none;
}

/* --- リスト項目1 --- */
ul.pr1 li {
padding: 0 0 5px 20px; /* 項目のパディング（上右下左） */
background: url(../factorylabo/images/pr1.png) no-repeat 0 0.3em; /* マーカー画像 */
line-height: 180%;
}

/* Mystyle
------------------------------------------------------------*/

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.bright a:hover img{
 filter: alpha(opacity=50);
-moz-opacity:0.5;
 opacity:0.5;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

p.indent-2 {
padding-left:2em;
text-indent:-2em;
}


.red_b {
	color: #FF3366;
	font-weight: bold;
}

.futo_b {
  font-weight: bold;
}

.futo_b2 {
  font-weight: bold;
  font-size: 110%;
}

.futo_b2_migi {
  font-weight: bold;
  font-size: 110%;
  text-align: right;
  line-height: 130%;
}

.futo_b3 {
  font-weight: bold;
  font-size: 120%;
}

.futo_b3_migi {
  font-weight: bold;
  font-size: 120%;
  text-align: right;
  line-height: 130%;
}

.migi_moji2 {
	line-height: 150%;
	text-align: right;
	line-height: 110%;
}

.futo_b3red {
  font-weight: bold;
  font-size: 120%;
  color: #cc0000;
}

.futo_b3blue {
  font-weight: bold;
  font-size: 120%;
  color: #0033cc;
}

.futo_b3grn {
  font-weight: bold;
  font-size: 120%;
  color: #99cc33;
}

.futo_dred {
	font-weight: bold;
	color: #C33;
}

.blue_b {
	font-weight: bold;
	color: #3399ff;
}

.grn_b {
	font-weight: bold;
	font-size: 120%;
	color: #006400;
}

.grn_b2 {
	font-weight: bold;
	font-size: 120%;
	color: #669900;
}


.brown {
	color: #6f5436;
	font-size: 110%;
	line-height: 170%;
}

.brown2 {
	color: #6f5436;
	font-size: 110%;
	line-height: 170%;
	text-align: center;
}

.backred {
	background-color:#cc0000; 
	color:#ffffff;
	}

.backblue {background-color:#0033cc; color:#ffffff;}

.blue {
	color: #36C;
}

.blue14 {
	color: #36C;
	font-size: 14px;
	
}

.wht14 {
	color: #ffffff;
	font-size: 14px;
	
}

.blue2 {
	color: #39C;
}

.red {
	color: #C00;
}

.darkblue {
  color: #0033cc;
}

.pink {
	color: #F36;
}

.green {
	color: #006400;
}

.green2 {
	color: #669900;
}

.orange {
	color: #ff6633;
}

.wht {
	color: #fff;
}

.kakomimoji {
	color: #FFF;
	background-color: #F63;
	padding-right: 5px;
	padding-left: 5px;
}

.kakomired {
	color: #FFF;
	background-color: #cc0000;
	padding-right: 5px;
	padding-left: 5px;
}

.kakomiblue {
	color: #FFF;
	background-color: #39C;
	padding-right: 5px;
	padding-left: 5px;
}

.sm_center {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

.center_moji {
	line-height: 150%;
	text-align: center;
}

.center_dai {
	text-align: center;
	font-weight: bold;
}

.center_time {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.migi_moji {
	line-height: 150%;
	text-align: right;
}

.sm_moji {
	font-size: 12px;
	line-height: 140%;
}

.syozai {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}

.syozai2 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	letter-spacing:normal;
}

.s_moji {
	font-size:80%;
	line-height: 140%;
}

.m_moji {
	font-size: 14px;
	line-height: 160%;
}

.c_funen {
	color: #ff6347;
	text-align:right;
	font-size:160%;
}

.c_okugai {
	color: #33ccff;
	text-align:right;
	font-size:160%;
}

.c_kankyo {
	color: #66cdaa;
	text-align:right;
	font-size:160%;
}

.c_nasi {
	color: #fff;
	text-align:right;
	font-size:160%;
}

.c_box {
	width: 90%;
	float: right;
	text-align: right;
	font-size: 16px;
	margin-bottom:5px;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


hr.sen1 {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d5d5d5;
}

hr.grn {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99cc33;
	margin-bottom: 20px;
}

hr.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}



.img_left {
	width: 300px;
	margin-right: 20px;
	float: left;
}


#tittleImg{
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	margin-bottom: 20px;
}


.height60{
	height:60px;
	display:block;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}


.column img{
   float:left;
}

.column p{
   overflow:hidden;
   zoom:1;
}


.box02 {
	margin-bottom: 30px;
	width: 95%;
	margin-top: 15px;
	margin-left:15px;
}

.box_grn   {
	float: left;
	width: 98%;
	padding: 10px 0 0 0;
	text-align: center;
	border: 1px solid #669900;
	margin-bottom:15px;	
}


.box_kakomi {
	float:left;
    width: 96%;
	padding: 2%;
	border: 1px solid #999;
	margin-bottom:15px;
	margin-top: 15px;
}

.box_grn2 {
	float:left;
    width: 96%;
	padding: 2%;
	border: 2px solid #99cc33;
	margin-bottom:15px;
	margin-top: 15px;
	border-radius: 9px;
}

.box_yellow {
	float:left;
    width: 96%;
	padding: 2%;
	margin-bottom:15px;
	background-color:#ffffcc;
}

.box500 {
	float:left;
	width: 80%;
	margin-bottom:20px;
}


/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{
	float: left;
	width: 600px;
	margin-bottom:20px;
	
}

.box4	{
	float: right;
	width: 320px;
	margin-bottom:20px;
	font-size:90%;
	text-align:right;
	
}

.box320	{
	float: left;
	width: 320px;
	margin:10px;	
}

.box240	{
	float: left;
	width: 240px;	
}

.box430	{
	float: right;
	width: 430px;	
}

.boxleft	{
	float: left;
	
}

.boxright	{
	float: right;
	
}

.boxhyoji	{
	float: right;
	margin-top:15px;
	
}

.box190	{
	float: left;
	width: 200px;
	margin:0px 5px 15px 5px;
	font-size:90%;
	line-height: 130%;
	border:1px solid #d5d5d5;
	padding:10px;
	border-radius: 5px;
	
}

.box176	{
	float: left;
	width: 176px;
	margin:0px 25px 25px 0px;
	line-height: 130%;
	border:1px solid #d5d5d5;
	padding:10px;
	border-radius: 5px;
	
}

.box176odd	{
	float: left;
	width: 176px;
	margin:0px 25px 25px 0px;
	line-height: 130%;
	border:1px solid #d5d5d5;
	padding:10px;
	border-radius: 5px;
	clear:both
}


.boxside   {
	margin:0 0 20px 0;
    padding:10px 10px 10px 17px;
    border:1px solid #d5d5d5;
    background: #fff;
	border-radius: 5px;
	
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ギャラリーエリア --- */
ul.thumbnail {
width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 5px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
width: 210px; /* 項目の幅 */
/* height: 150px; */ /* 項目の高さ（li要素の高さを指定する場合） */
float: left;
margin-bottom: 20px; /* 項目の下マージン */
text-align: center;
background:none;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



/* 送信ボタン */
input[type="submit"] {
padding: 10px 20px;
border: none;
background: #009999;
color: #fff;
}
 
/* 送信ボタン - マウスオーバー時 */
input[type="submit"]:hover {
background: #006666;
}
 
/* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}


/* --- 日付 --- */
.date {
	font-size: 12px;
	line-height: 140%;
	margin-left: 30px;
	color: #333;
}

.in95 {
	float: left;
	width: 99%;
}


/* page top
------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}

/* 新着情報
------------------------------------------------------------*/

div.update {
	margin-bottom: 20px;
}

/* --- 見出し --- */
div.update h3 {
	font-size: 100%;
	color: #FFF;
	background-color: #099;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* --- 新着リスト --- */
div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0; /* 新着リストの背景色 */

}

/* --- 日付エリア --- */
div.update dt {
	width: 7.5em; /* 日付エリアの幅 */
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 130%;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 3px;
	color: #99cc33;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 7.7em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 130%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
div.panel{
display:block !important;
}

a#menu{display:none;}

nav#mainNav ul{
clear:both;
float: left;
position:relative;
z-index:200;
width:500px;
margin:0 auto;
}

nav#mainNav li{
float: left;
margin-right:20px;
position: relative;
}

nav#mainNav li.hassub a{
background:url(../factorylabo/images/arrowDown2.png) no-repeat 100% 50%;
}

nav#mainNav li a{
display: block;
_float:left;
font-size:110%;
line-height:35px;
padding:0 50px 0 0;
color:#525252;
border-bottom:1px solid #eee;
}

nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a{
color:#525252;
border-color:#0099ff;
}

nav#mainNav li.hassub.current-menu-item a,nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a{
background:url(../factorylabo/images/arrowDown.png) no-repeat 100% 50%;
}

nav#mainNav li.hassub li a,nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover{background:none;}

nav#mainNav ul ul{
width:160px;
background:#fff;
}

nav#mainNav li ul{
display:none;
opacity:0;
}

nav#mainNav li:hover ul{
display: block;
position: absolute;
top:36px;
left:0;
z-index:500;
opacity:1;
}

nav#mainNav li li{
margin:0;
float: none;
width:160px;
}

nav#mainNav li li a, nav#mainNav li.current-menu-parent li a,nav#mainNav li.current-menu-item li a{
padding:0 0 0 5px;
height:30px;
font-size:95%;
line-height:35px;
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li li.current-menu-item a,nav#mainNav li li a:hover{
color:#3cbb96;
border-color:#3cbb96;
}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:10px auto;
	background:#d7dbde;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	color:#fff;
  background: url(../factorylabo/images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: url(../factorylabo/images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fbfbfc;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(../factorylabo/images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fbfbfc url(../factorylabo/images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(../factorylabo/images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fbfbfc url(../factorylabo/images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #mokuji, #sns, .inner{width:90%;}

	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}
	
	#tittleImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	
	.thumbWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:auto;
  border:1px solid #dadada;
	}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#header ul{float:none;}
	#header h2 img{max-width:99%;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
}