@charset "utf-8";
/*
Theme Name: smart060
Theme URI: http://theme.o2gp.com/
Description: smart060
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =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, 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;}
p{
	line-height:2em;
}

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: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
min-width:1000px;
}

html{
	overflow-y:scroll;
}

strong {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: bold;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}
a:link, .post a:visited {
/*	color:#d966a5;*/
	text-decoration: underline;
}
a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


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


/* フォーム
------------------------------------------------------------*/
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: #fcdada;
background: -moz-linear-gradient(top, #fcdada 0%, #feaaaa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcdada), color-stop(100%,#feaaaa));
background: -webkit-linear-gradient(top, #fcdada 0%,#feaaaa 100%);
background: -o-linear-gradient(top, #fcdada 0%,#feaaaa 100%);
background: linear-gradient(to bottom, #fcdada 0%,#feaaaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdada', endColorstr='#feaaaa',GradientType=0 );
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: #fcdada;
background: -moz-linear-gradient(top, #feaaaa 0%, #fcdada 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feaaaa), color-stop(100%,#fcdada));
background: -webkit-linear-gradient(top, #feaaaa 0%,#fcdada 100%);
background: -o-linear-gradient(top, #feaaaa 0%,#fcdada 100%);
background: linear-gradient(to bottom, #feaaaa 0%,#fcdada 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feaaaa', endColorstr='#fcdada',GradientType=0 );
cursor:pointer;
}

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

/* トップページ専用
------------------------------------------------------------*/
#top_content{
width:710px;
padding:0 0 30px;
min-height:800px;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
overflow:hidden;
width:957px;
}
#header{
overflow:hidden;
header:80px;
background:url(images/header_bg.gif) repeat-x;
}

#content{
float:right;
width:710px;
padding:30px 0;
min-height:800px;
}
#mainimage_area img{
	margin-bottom:15px;
}
#sidebar{
float:left;
width:219px;
padding:30px 0;
}
#sidebar ul{
	list-style-type:none;
	margin-bottom:30px;
}
#sidebar li{
	padding:0;
	display:block;
	margin-bottom:10px;
}
#sidebar li img {
	vertical-align: bottom;
}


#sidebar li img{
	margin:0;
	padding:0;
}
#sidebar li a img:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color:#fff;
}
#footer{
overflow:hidden;
padding-top:10px;
background:url(images/footer_bg.gif) repeat-x;
/*height:105px;*/
height:140px;
} 
#footer #footer_cont{
	width:958px;
	margin:20px auto 0;
	overflow:hidden;
}

#footer #footer_cont #footer_L{
	float:left;
width:400px;
}
#footer #footer_cont #footer_L span{
	font-weight:bold;
}
#footer #footer_cont #copyright{
font-size:100%;
float:right;
text-align:right;
/*margin:36px 0 0 0;*/
margin:70px 0 0 0;
width:500px;
}
/* ヘッダー
*****************************************************/
#header .bg{background:#eee;}


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

#header p{
float:right;
}


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

/* サブナビゲーション
----------------------------------*/
#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(images/arrowSub.png) no-repeat 0 5px;
}

#header ul li a:hover{
color:#bababa;
background-position:0 -10px;
}


/* トップページ　メイン画像
----------------------------------*/
/*#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}
*/
.toppage{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}


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

h2.title{
margin:0 0 10px;
padding: 0 5px 0 25px;
font-size:130%;
font-weight: bold;
color:#6a6969;
border:0;
/*border-bottom: 1px solid #ccc;*/
background:none;
width:710px;
height:42px;
line-height:42px;
background:url(images/h2_bg.gif) no-repeat;
}

.dateLabel{
margin:10px 10px 10px 0;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{
	padding:0 10px 15px 10px;

}

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

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

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

.post ol li{
	list-style:decimal;
	line-height:2em;
}

.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;*/
}

.post h3{
/*margin:10px 0;*/
margin:10px 0 15px;
/*font-size:100%;*/
font-size:120%;
/*font-weight:normal;*/
font-weight:bold;
/*color:#2e2c2c;*/
color:#727171;
/*border-bottom:1px solid #515151;*/
background:url(images/h3_bg.gif) no-repeat;
width:710px;
height:40px;
line-height:40px;
padding-left:20px;
}

.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{
/*border: 1px #357dbd solid;*/
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width: 100%;
}

.post table th{
padding:7px 10px 7px 5px;
/*border: #357dbd solid;*/
border: 1px solid #ccc;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#fbbaba;
width:30%;
}

.post table th span.require {
margin-left: 3px;
color: #e55a3b;
}

.post table th .submessage {
    font-size: 80%;
    font-weight: normal;
}

.post table td{
padding:7px 5px;
/*border: 1px #357dbd solid;*/
border: 1px solid #ccc;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

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

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

.post a:link, .post a:visited {
/*	color:#d966a5;*/
	text-decoration: underline;
}


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, .widgetInfo{
margin: 0 0 20px;
padding: 5px 7px;
border:1px solid #dadada;
background: #fff;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

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

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
}

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


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

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

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(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;}


#topnews dl{
	margin:0 0 15px 0;
	overflow:hidden;
}
#topnews dt {
	float: left;
	clear: both;
	width: 80px;
	padding-top: 10px;
}
#topnews dd {
	float: left;
	width: 525px;
	padding-top: 10px;
	padding-left: 95px;
}
/*
#topnews dd.news-seminar{ 
	background: url(images/news_icon01.gif) no-repeat 0 10px;
}
#topnews dd.news-sympo{
	background: url(images/news_icon02.gif) no-repeat 0 10px;
}*/
#topnews dd.news-event{
	background: url(images/news_icon03.gif) no-repeat 0 10px;
}
/*
#topnews dd.news-bosyu{
	background: url(images/news_icon04.gif) no-repeat 0 10px;
}
*/
#topnews dd.news-oshirase{
	background: url(images/news_icon05.gif) no-repeat 0 10px;
}
#topnews dd.news-salon{
	background: url(images/news_icon06.gif) no-repeat 0 10px;
}
#topnews dd.news-koubo{
	background: url(images/news_icon07.gif) no-repeat 0 10px;
}
#topnews dd.news-iihanashi{
	background: url(images/news_icon02.gif) no-repeat 0 10px;
}
/*参考サイトより
#news{ 
	clear: both;
}
#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}

#news dd.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}

#news dd.seminar { 
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}
*/












#topnews ul{
	margin:15px 0;
list-style-type:none;
}
#topnews li{
	padding-left:14.7em;
	text-indent:-14.7em;
	margin:0 0 1em 0;
}
#topnews li img{
	margin:0 0 -5px;
padding:0;
}
/*#topnews li img{
	margin:0 1.2em -5px;
padding:0;
}*/
/* フッター
*****************************************************/
/*#footer ul{
padding-bottom:10px;
}

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

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

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

#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;}
*/



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

.prev{float:left}

.next{float:right;}

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


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

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

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

ul.thumb h3 span{
display:block;
padding:2px 3px;
/*background:#357dbd;*/
background:#f9a0d1;



}

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

ul.thumb h3:hover span{
/*background:#56a8e7;*/
background:#fbc6e3;
}

.info h3{
margin:10px 0 15px;
font-size:120%;
font-weight:bold;
color:#727171;
background:url(images/h3_bg.gif) no-repeat;
width:710px;
height:40px;
line-height:40px;
padding-left:20px;
}


.info li{
	margin-bottom:15px;
}
.info a:link, .info a:visited {
	text-decoration: underline;
}


.info .salon{
	margin-bottom:50px;
}

.info .salon p{
	padding:0 10px 15px 10px;
}
.info .salon ul{
/*	margin-left:1.5em;*/
	width:690px;
/*	margin-top:10px;*/
	margin-top:0px;
	margin-bottom:15px;
	margin-left:30px;
}
.info .salon li{
	list-style-type:disc;
	margin-bottom:5px;
}


.info .salon_2{
	margin-bottom:50px;
}
.info .salon_2 ul{
	width:690px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:10px;
}
.info .salon_2 li{
	list-style-type:none;
}







.c_add table{
	border-collapse:collapse;
	border:none;
	margin-top:5px;
	margin:0 15px;
}

.c_add th{
	text-decoration: underline;
	font-weight:normal;
	border:none;
	padding:3px 10px 3px 0;
}
.c_add td{
	border:none;
	padding:3px 0px;
}



/* メインメニュー　PC用
------------------------------------------------------------*/

	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/gnavi_bg.gif) repeat-x;
height:51px;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
/*	border-right:1px solid #265b8b;
	border-left:1px solid #265b8b;
	border-right:1px solid #d06ca2;
	border-left:1px solid #d06ca2;*/
margin:0 auto;
width:957px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
/*	border-left:1px solid #265b8b;
	border-right:1px solid #70a7d7;
	border-left:1px solid #d06ca2;
	border-right:1px solid #fec4e4;*/
/*width:157px;*/
	}
	
	nav#mainNav ul li:first-child{
/*	border-left:1px solid #70a7d7;
	border-left:1px solid #fec4e4;*/
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#nnn;
	height:30px;
	line-height:30px;
	font-size:110%;
/*	padding:15px 40px 5px;*/
/*	padding:15px 0 5px;*/
margin:0;
width:100%;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/gnavi_bg.gif) repeat-x 0 100%;
	height:51px;
  }

nav#mainNav ul li img:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
	}
}




  nav#mainNav ul ul{
/*width:160px;*/
width:220px;
}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:50px;
  left:0;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
/*  width:160px;*/
/*width:181px;*/
width:210px;
	border:0;
	background:url(images/gnavi_bg.gif) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 ;
  line-height:40px;
  font-size:95%;
  text-align:left;
white-space:nowrap;
  }

	
	nav#mainNav ul li li.current-menu-item a{font-weight:bold;}
	
	nav#mainNav ul li li:hover{
background:url(images/gnavi_bg.gif) repeat-x 0 100%;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	height:40px;
}
  
	nav#mainNav ul li:hover ul li:last-child{border:0;}



/*装飾等*/
.On_map area:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color:#fff;
}

.table01{
	border:none;
}
.table01 table{
	border-collapse:collapse:
	border:none;
}
.table01 table td{
	border-top:none;
	border-bottom:solid 1px #ccc;
	border-left:none;
	border-right:none;
	padding:7px 15px;
}


.table_staff{
	width:550px;
	margin:0 auto;
}
.table_staff table{
	width:500px;
	margin:0 auto;
	border-collapse:collapse:
	border:none;
}
.table_staff table th{
	border-top:none;
	border-bottom:solid 1px #ccc;
	border-left:none;
	border-right:none;
	padding:7px 15px;
	background:#fff;
	color:#333;
}
.table_staff table td{
	border-top:none;
	border-bottom:solid 1px #ccc;
	border-left:none;
	border-right:none;
	padding:7px 15px;
}


/*.post_box01{
border:solid 1px #000;
}*/

.all_archive article .post{
margin-bottom:30px;
}


section ul{
margin-top:25px;
}
/*育児・介護サポート*/
.support_table01 {
	overflow: hidden;
}
.support_table01 table{
	border-collapse:collapse;
	border:none;
	margin:0 15px;
}
.support_table01 table td{
	border:none;
	padding:3px 5px;
}



/*Q&A*/
#post-535 h2{
	margin-bottom:1.5em;
}
#post-535 h5{
	font-weight:bold;
	margin:1em 0 0.5em 0.7em;
}
#post-535 p{
	margin-left:1.3em;
	text-indent:-1.3em;
}



/* リンクページ
------------------------------------------------------------*/
#Link h5{
font-weight:bold;
}
#Link h4{
margin:0.5em 0 0.5em 0.5em;
font-size:1.2em;
}
#Link h4 span{
color:#ff9999;
font-size:1.2em;
}
#Link ul{
margin:0 0 2em 2.5em;
}
#Link li{
list-style-type:disc;
padding:0;
}




sup {
font-size:70%;
vertical-align:20%;
}



/* 発行物一覧
------------------------------------------------------------*/
#Issue .dvd_wrap{
	padding-left:10px;
	padding-bottom:20px;
}
#Issue .dvd_wrap h4{
	color:#cc0000;
	font-weight:bold;
}
#Issue .dvd_wrap h5{
	margin-top:3px;
	margin-left:1em;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}

#Issue .dvd_wrap h5 + h4{
	margin-top:2em;
}

#Issue .dvd_wrap h5 span{
	color:#b7b6b6;
}
#Issue .dvd_wrap p{
	margin-left:2em;
	padding-left:3em;
	text-indent:-3em;
	padding-bottom:0;
}
#Issue .dvd_wrap p + h4 {
	margin-top:1.5em;
}
#Issue .dvd_wrap p + h5 {
	margin-top:0.5em;
}

/* コンタクトフォーム
------------------------------------------------------------*/
span.wpcf7-list-item {
display: block!important;
}
.wpcf7 textarea {
        width: 85%;
        height: 200px !important;
}
#confirm-button {
text-align: center;
}