@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;}
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:100%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#444;
-webkit-text-size-adjust: none;
background:#fff ;
}

html{background:#2e6b6b;}


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

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


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


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],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"]{
margin: 20px 20px 0px 0px;
padding:3px 10px;
background:#00b1b3;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#5abbbd;
cursor:pointer;
}

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


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

#header{
overflow:hidden;
}

#max_bg{
	margin-top: 50px;
	width: 100%;
	background-color: #fefde5;
}

#content{
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background-color: #3e814e;
}


/* ヘッダー
*****************************************************/
#header .bg{background:#38b1b3;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:90%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding: 5px 0 0px;
color: #515151;
font-size:160%;
font-weight:bold;
}
.header_tel {
	float: right;
}

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

#header ul li{
display:inline;
margin-left:10px;
}

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

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


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
background:url(images/shadow.png) no-repeat 50% 0;
}

#mainImg a:hover img{opacity:.9;}

article.archive span{padding-left:10px;}


/* 警備員募集
*****************************************************/
.title{
	float: left;
	clear: both;
}
.maintext{
	width: 510px;
	padding-top: 20px;
	float: left;
	font-size: 20px;
	color: #444;
	line-height: 180%;

}

.illust{
	float: right;
	margin-right: 62px;
}


/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
}

.widget, .widgetInfo,#calendar_wrap{
padding: 10px 7px;
color: #fff;
}

.widget li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

.widget a{
display:block;
padding:0px 15px 0px 15px;
color: #fff !important;
}

.widget ul{
	text-align: center;
}

.widget a:hover{
	background-position: 3px 50%;
	color: #ddd !important;
}






/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}

#footer aside{
margin-right:30px;
font-size: 80%;
}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#fff;
background:#2d5e39;
}


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

.prev{float:left}

.next{float:right;}

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


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

.thumbWrap li{
float:left;
width:300px;
margin:0 30px 0 0;
padding:2px 0 40px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:3px;
font-weight:normal;
font-size:100%;
text-align:center;
border:1px solid #e2e2e2;
border-radius:4px;
background:url(images/tp.png);
}

ul.thumb h3 span{
display:block;
padding:5px 3px;
border-radius:3px;
background:#00b1b3;
}

ul.thumb h3 a{color:#fff;}
ul.thumb h3:hover span{background:#5abbbd;}


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

a#menu{display:none;}		
	
#mainNav{
clear:both;
position:relative;
z-index:200;
background:#3e814e;
font-size: 80%;
}

#mainNav li{
float: left;
position: relative;
border-right:1px solid #54af6a;
width: 190px;
}

#mainNav li:first-child{border-left:1px solid #54af6a;}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:40px;
line-height:40px;
padding:15px 20px 5px;
}

#mainNav li a span,#mainNav li a strong{
display:block;
font-size:110%;
line-height: 2.2;
}

#mainNav li.current-menu-item, #mainNav li:hover, #mainNav li.current-menu-parent{
background:#4e955f;
}

#mainNav ul ul{width:160px;}

#mainNav ul ul{display: none;}

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

#mainNav li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
border:0;
background:#00b1b3;
border-bottom:1px solid #66d5d7;
}

#mainNav li li:first-child{border-left:0;}

#mainNav li li a{
width:100%;
height:40px;
padding:0 0 0 ;
line-height:40px;
font-size:95%;
text-align:left;
}

#mainNav li li.current-menu-item a{font-weight:bold;}

#mainNav li li:hover{background:#5abbbd;}

#mainNav li:hover li:last-child{border:0;}
}


