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

	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, 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:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#42423a;
-webkit-text-size-adjust: none;
background:#f7f7e8;
background:url(images/body-background.png) repeat-x 0 0;
}


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

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


/**** 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: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
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: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

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


/* レイアウト
*****************************************************/
#wrapper-out{
width:100%;
}

#wrapper{
width:1080px;
margin:0 auto;
}

#container-out{
width:100%;
background:url(images/container-background3.png) repeat-x 0 0;
background-color:#f7f7e8;
}

#container{
width:1080px;
margin:8px auto 0;
background:url(images/container-background2.png) no-repeat 0 0;
}


/* ヘッダー
*****************************************************/
#header{
width:1080px;
margin:0 auto;
border:0px red solid;
}

.header-left{
float:left;
width:260px;
}

.header-logo{
margin:35px 0 0 13px;
}

.header-center{
float:left;
width:575px;
}

h1{
margin:12px 0 0 45px;
font-size:11px;
letter-spacing:0.1em;
color:#6b6657;
}

.header-recruit{
width:561px;
height:71px;
margin:17px 0 0 10px;
background:url(images/header-recruit-background.png) no-repeat 0 0;
}

.header-recruit img{
margin:12px 0 0 390px;
}

.header-right{
float:right;
width:240px;
}

.header-tel{
margin:12px 0 0 0;
}

.header-contact{
margin:8px 0 0 0;
}

/* メイン
*****************************************************/
#main{
float:right;
width:821px;
margin:230px 0 0 0;
/*background-color:#f7f7e8;*/
border:0px red solid;
}

/* サイドバー　
*****************************************************/
#sidebar{
float:left;
width:259px;
margin:0 0 30px 0;
/*background-color:#f7f7e8;*/
border:0px red solid;
}

.sub-title{
margin:10px 0 0 32px;
}

.sidebar-menu1{
margin:40px 0 0 12px;
}

.sidebar-menu1 ul li{
margin:5px 0 0 0;
}

.sidebar-menu2{
margin:25px 0 0 12px;
}

.sidebar-menu2 ul li{
margin:5px 0 0 0;
}

.sidebar-recruit{
margin:30px 0 0 12px;
width:247px;
height:200px;
background:url(images/sidebar-recruit-background.png) no-repeat 0 0;
}

.sidebar-recruit img{
margin:135px 0 0 90px;
}

.sidebar-access-left{
float:left;
width:93px;
height:150px;
margin:25px 0 0 12px;
background:url(images/sidebar-access-background.png) no-repeat 0 0;
}

p.sidebar-style1{
padding:134px 0 0 20px;
}

p.sidebar-style1 a{
font-size:12px;
color:#050504;
}

p.sidebar-style1 a:hover{color:#e6ac00;}
p.sidebar-style1 a:active, a:focus {outline: 0;}

.sidebar-access-right{
float:right;
width:140px;
margin:25px 0 0 12px;
}

p.sidebar-style2{
padding:0 0 0 0;
font-size:12px;
font-weight:bold;
}

p.sidebar-style3{
padding:0 0 0 0;
font-size:12px;
line-height:16px;
}

.sidebar-map{
margin:15px 0 0 12px;
}

/* フッター
*****************************************************/
#footer-out{
width:100%;
height:69px;
margin:-20px 0 0 0;
background:url(images/footer-background.png) repeat-x 0 0;
}

.footer{
width:1080px;
margin:0 auto;
border:1px #fef263 solid;
}

.footer-left{
float:left;
width:730px;
margin:20px 0 0 20px;
}

.footer-left ul{
font-size:12px;
letter-spacing:0.1em;
color:#323130;
}

.footer-left ul li.footer-menu1{
float:left;
margin:0 10px 0 0;
padding:0 8px 0 0;
line-height:16px;
border-right:1px #323130 solid;
}

.footer-left ul li.footer-menu2{
float:left;
}

.footer-right{
float:right;
width:280px;
margin:20px 45px 0 0;
font-size:12px;
}

/* 固定ページ
*****************************************************/
/* 共通 */
#main p{
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

.breadcrumb{
margin:0 0 0 15px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

h3{
margin:40px 0 0 15px;
position: relative;
font-size:20px;
font-weight: bold;
padding: 0.5em 0.5em 0.5em 2.0em;
color:#6b6657;
/*border-bottom: 2px solid #B92A2C;*/
/*border-bottom: 2px solid #ee667a;*/
}

h3:before{
content:"□";
height:12px;
width:12px;
top:-0.8em;
left:0.3em;
position:absolute;
font-size:200%;
color:#fef263;
}
 
h3:after{
content:"□";
height:12px;
width:12px;
top:-0.5em;
left:0;
position:absolute;
font-size:200%;
color:#e6ac00;
}

h4{
width:auto;
margin:20px 0 10px 30px;
padding:0 5px 0 5px;
font-size:16px;
font-weight:bold;
line-height:20px;
letter-spacing:0.1em;
color:#000;
border-left:5px #ee667a solid;

}

/* 看護り処花もりについて
------------------------------------------------------------*/
#mimamori{
margin:-20px 0 0 15px;
}

#mimamori p{
margin:10px 20px 0 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

/* ご利用のご案内
------------------------------------------------------------*/
#infomation{
margin:-20px 0 0 15px;
font-size:120%;
}

#infomation p{
margin:10px 20px 0 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}
#infomation ul{
margin:10px 20px;
}
#infomation ul li{
margin:5px 40px;
list-style-type:square;
}
#infomation table{
margin:10px 50px;
border:1px solid silver;
border-collapse:collapse;
border-spacing:0;
}
#infomation table tr{
border:1px solid silver;
}
#infomation table th{
color:#3f3e3e;
background:#f6f6f6;
font-weight:bold;
padding:10px 20px;
text-align:center;
border:1px solid silver;
}
#infomation table td{
font-size:110%;
background:#ffffff;
padding:10px 20px;
text-align:center;
border:1px solid silver;
width:200px;
}

/* ご料金について
------------------------------------------------------------*/
#price{
margin:-20px 0 0 15px;
}

#price p{
margin:10px 20px 0 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

#price ul{
margin:10px 20px 0 50px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

#price ul li{
margin:10px 0 0 0;
font-size:18px;
line-height:30px;
letter-spacing:0.1em;
list-style:disc;
}

/* スタッフ紹介
------------------------------------------------------------*/
#stuff{
margin:-20px 0 0 15px;
}

#stuff p{
margin:10px 20px 0 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

.stuff-introduction{
margin:10px 20px 0 40px;
}

.stuff-introduction1-left{
float:left;
width:200px;
}

.stuff-introduction1-left img{
margin:22px 0 0 0;
border:1px silver solid;
}

.stuff-introduction1-right{
float:right;
width:500px;
}

table.stuff-introduction{
width:490px;
margin:20px auto;
border-collapse:collapse;
border-spacing:0;
border:#989487 1px solid;
}
table.stuff-introduction tr{
border:#989487 1px solid;
}

table.stuff-introduction th{
width:80px;
padding:12px 20px 12px 20px;
border:#989487 1px solid;
font-weight:normal;
text-align:center;
border-right:none;
font-size:120%;
background-color:#f9f5cb;
}

table.stuff-introduction td{
padding:10px 0 10px 20px;
font-size:120%;
border:#989487 1px solid;
background-color:#fff;
}

.stuff-introduction2-left{
float:left;
width:500px;
}

.stuff-introduction2-right{
float:right;
width:200px;
}

.stuff-introduction2-right img{
margin:22px 0 0 0;
border:1px silver solid;
}




/* 採用情報
------------------------------------------------------------*/
#recruit{
margin:-20px 0 0 15px;
}

#recruit p{
margin:10px 20px 0 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

#recruit ul{
margin:20px 20px 20px 100px;
font-size:16px;
font-weight:bold;
} 


#recruit ul li{
margin:10px 0 0 0;
}

.recruit-question{
margin:10px 20px 20px 40px;
padding:20px;
font-size:16px;
line-height:26px;
letter-spacing:0.1em;
border:3px #aca9a1 dotted;
border:3px #e6ac00 dotted;
border-radius:5px;
}


/* 会社概要
------------------------------------------------------------*/
#company{
margin:-20px 0 0 15px;
}

table.profile{
width:700px;
margin:20px auto;
border-collapse:collapse;
border-spacing:0;
border:#989487 1px solid;
}
tr.profile-1{
/*background-color:#fdf9ed;*/
border:#989487 1px solid;
}

tr.profile-1 th{
padding:12px 20px 12px 20px;
border:#989487 1px solid;
font-weight:normal;
text-align:center;
width:120px;
border-right:none;
font-size:120%;
background-color:#f9f5cb;
}

tr.profile-1 td{
padding:10px 0 10px 20px;
font-size:120%;
border:#989487 1px solid;
background-color:#fff;
}

.company-access{
margin:30px 0 0 53px;
}

/* サイトマップ
------------------------------------------------------------*/
#sitemap{
margin:-20px 0 0 15px;
}

#sitemap ul{
margin:20px 20px 0 20px;
font-size:18px;
line-height:26px;
letter-spacing:0.1em;
}

#sitemap ul li{
width:auto;
margin:10px 0 0 20px;
padding:0 0 0 30px;
background:url(images/icon1.png) no-repeat 0 8px;
text-decoration:underline;
}



/* プライバシーポリシー
------------------------------------------------------------*/
#privacy{
margin:-20px 0 0 15px;
}

#privacy ul{
margin:10px 20px 0 30px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

#privacy ul li{
margin:5px 0 0 20px;
list-style-type:disc;
}



/* お問合せ
------------------------------------------------------------*/
#contact{
margin:-20px 0 0 15px;
}

.contact-form{
width:790px;
}

table.order1{
border-collapse:collapse;
border-spacing:0;
margin-left:20px;
}

table.order1 th{
padding:10px 25px;
font-weight:normal;
text-align:center;
background-color:#f9f5cb;
border:#ccc 1px solid;
}

table.order1 td{
border:#ccc 1px solid;
padding:10px 20px;
text-align:left;
}


input[type="number"]{ 
width:60px; 
} 

input[type="text"], textarea{ 
vertical-align:middle; 
max-width:90%; 
line-height:30px; 
height:34px; 
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{ 
width:550px; 
height:100px; 
line-height:1.5; 
} 

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{ 
vertical-align:top; 
padding:0 10px 0 22px; 
background:#2e69a4; 
background:-moz-linear-gradient(top, #2e69a4 0%, #4486c9 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e69a4), color-stop(100%,#4486c9)); 
background:-webkit-linear-gradient(top, #2e69a4 0%,#4486c9 100%); 
background:-o-linear-gradient(top, #2e69a4 0%,#4486c9 100%); 
background:linear-gradient(to bottom, #2e69a4 0%,#4486c9 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e69a4', endColorstr='#4486c9',GradientType=0 ); 
border:0; 
border-radius:3px; 
-webkit-border-radius:3px; 
-moz-border-radius:3px; 
line-height:28px; 
height:28px; 
font-size:120%; 
color:#fff; 
} 

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{ 
background:#4486c9; 
background:-moz-linear-gradient(top, #4486c9 0%, #2e69a4 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4486c9), color-stop(100%,#2e69a4)); 
background:-webkit-linear-gradient(top, #4486c9 0%,#2e69a4 100%); 
background:-o-linear-gradient(top, #4486c9 0%,#2e69a4 100%); 
background:linear-gradient(to bottom, #4486c9 0%,#2e69a4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4486c9', endColorstr='#2e69a4',GradientType=0 ); 
cursor:pointer; 
} 

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

/* お知らせ・ブログ・アーカイブ
------------------------------------------------------------*/
/* お知らせ・ブログ */
#info{
margin:-20px 0 0 20px;
}

#blog{
margin:-20px 0 0 20px;
}

#date{
margin:20px 0 0 700px;
font-size:14px;
}

#content{
margin:20px 40px 30px 40px;
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

.left{
float:left;
margin:0 0 0 40px;
}

.right{
float:right;
margin:0 40px 0 0;
}

/* アーカイブ */
.main-info{
margin:20px 0 0 40px;
}

.blog-info{
margin:20px 0 0 20px;
}

li.archive-li{
border-bottom:1px silver dotted;
}

.archive-date{
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

.archive-title{
font-size:14px;
line-height:26px;
letter-spacing:0.1em;
}

ul.rinen-01 {
list-style-type:square;
margin:10px 70px 30px;
font-size:130%;
}
ul.rinen-01 li{
}
