@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.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.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;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, small, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background-color: #dceeff;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#00529f;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
main{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}
.inner{
margin:0 auto;
width:100%;
}
.red{
color: #f00;
}


/*************
/* ヘッダー
*************/
#header h1{
padding:5px 0 5px 15px;
font-size:1.3em;
font-weight:normal;
text-align:center;
}


/*************
/* ロゴ+電話番号
*************/
.logo,.tel,a.tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
text-align: center;
}
.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}

p.tel.kooriyama{margin-top: -3px;}

.uketsuke{margin: 5px 0 15px; font-size: 11px;}


/*************
/* 連絡事項
*************/
.oshirase{
text-align: center;
}
span.hyouji{
font-size: 0.5em;
}
.oshirase label{
background: #ffe800;
color: #333;
padding: 7px;
display: block;
margin: 0;
border: 1px solid #fff;
font-weight: bold;
letter-spacing: 2px;
}
input[type="checkbox"].on-off{
display: none;
}
/*.oshirase dl{
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
margin: 0;
padding: 0;
list-style: none;
}*/
.oshirase dl,.oshirase ul{
background: #fff;
}
.oshirase dt{
padding-top: 5px;
}
.oshirase li{
padding: 5px 0;
}
ul.oshirase li{
border-bottom: #3399fe 2px dotted;
}
ul.oshirase li:last-child{
border: 0;
}
/*input[type="checkbox"].on-off + dl{
height: 0;
overflow: hidden;
}
input[type="checkbox"].on-off:checked + dl{
height: 110px;
}
.oshirase2{height: 90px;}*/

/********************
ナビゲーション
********************/
nav{
margin-bottom: 20px;
}


/*************
メイン コンテンツ
*************/
article.content .c_box,section.content .c_box{
padding:20px;
margin-bottom:20px;
border:1px solid #00529f;
overflow:hidden;
}

* html article.content section{height:1%;}

article.content p,section.content p{margin-bottom:5px;}

h2{
font-size: 20px;
font-weight: bold;
}

article.content img,section.content img{
max-width:90%;
height:auto;
}


/*****************
/*　トップページ
******************/
#top section{
overflow: hidden;
padding: 15px;
margin: 20px auto;
background-color: #3399fe;
border-radius: 10px;
color: #fff;
max-width: 960px;
}
#top div.hako section{
width: 276px;
height: 170px;
float: left;
margin-right: 20px;
}
#top div.hako section.shigoto{
margin-right: 0;
}
section.chiiki{
clear: both;
}
.shigoto li,.jouken li label,.chiiki li label{
float: left;
background-color: #fff;
border-radius: 5px;
padding: 14px;
margin-right: 15px;
margin-bottom: 15px;
}
.jouken dl{
margin-bottom: 20px;
}
.jouken dt{
font-size: 1.5em;
margin-bottom: 10px;
}
.jouken li,.chiiki li{
color: #333;
}


/******************
/*　プライバシー
******************/
.priv h2{
text-align: center;
margin: 30px 0 10px;
}
h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:#00529f;
}
.priv section{
padding: 0;
margin: 0 auto;
background-color: transparent;
color: #333;
width: 90%;
}


/******************
/*　携帯一覧
******************/
#keiichi div{
margin: 30px;
}
.naiyou{
padding: 10px;
border: 1px solid #00529f;
background: rgba(255,255,255,0.5);
}


/******************
/*　フォーム
******************/
select {
border-radius: 5px;
padding: 10px;
}
input[type="text"]{
height: 30px;
border-radius: 5px;
}
.bangou input[type="text"]{
width: 70px;
}
.kotoba input[type="text"]{
width: 150px;
padding-left: 10px;
}
input[type="submit"]{
background-color: #ffe800;
border-radius: 5px;
width: 100px;
margin: 15px;
padding: 10px;
font-size: medium;
font-weight: bold;
}


/*************
/* フッター
*************/
footer{
clear:both;
overflow:hidden;
padding:20px 0 0;
background:#fff;
}

* html footer{height:1%;}

footer .inner{
margin-bottom: 50px;
}
footer ul{
margin-left: 20px;
}
footer ul li{
float: left;
margin-right: 20px;
margin-bottom: 20px;
font-weight: bold;
}
#footer dt,#footer span{
font-weight:bold;
font-size:11px;
}

footer a{color:#333;}

footer a:hover{color:#888;}

small{
display: block;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#3399fe;
}




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	main,#header,.hako,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	main,#main{padding-bottom:20px;}
	a#menu{display:none;}
	#main{float:right; width:667px; padding-right:15px;}
	#main.priv{float:none; width:100%;}
	.owabi {text-align: center;}       /*メンテナンスのお知らせ*/

}

@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#top div.hako section{
	float: none;
	width: 100%;
	}
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}
	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer .logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
	.owabi {text-align: center;}       /*メンテナンスのお知らせ*/

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	}

	#header h1,.logo{text-align:center;}

	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}

	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}

	.box img{
	float:left;
	margin-right:5px;
	}

	.box h3{padding-top:0;}

	.owabi{text-align: center;}				/*メンテナンスのお知らせ*/

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#footer .fb{text-align:center;}
	.owabi{text-align: center;}				/*メンテナンスのお知らせ*/


}

#idou p{text-align: center; margin-top: 30px;}
