@charset "UTF-8";
/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #f1f1f1 url("../../images/index/pink.gif") repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}

.click_msg {
font-weight:bold;
color:#990000;
}

.p_un {
font-weight: bold;
text-decoration: under;
color:#3333CC;
}

/* Slide Panel (5 Times)*/
.divColorGray{background:#eeeeee; padding:10px}
.open1 {
    width:560px;
    margin: 10px 0;
    padding: 10px;
    background:#FFFF33;
    cursor: pointer;
}
#slideBox1 {
    display:none;
    padding: 10px;
    border: 1px solid #BFFFBF;
}

.open2 {
    width:560px;
    margin: 10px 0;
    padding: 10px;
    background:#FFFF33;
    cursor: pointer;
}
#slideBox2 {
    display:none;
    padding: 10px;
    border: 1px solid #BFFFBF;
}

.open3 {
    width:560px;
    margin: 10px 0;
    padding: 10px;
    background:#FFFF33;
    cursor: pointer;
}
#slideBox3 {
    display:none;
    padding: 10px;
    border: 1px solid #BFFFBF;
}

.open4 {
    width:560px;
    margin: 10px 0;
    padding: 10px;
    background:#FFFF33;
    cursor: pointer;
}
#slideBox4 {
    display:none;
    padding: 10px;
    border: 1px solid #BFFFBF;
}

.open5 {
    width:560px;
    margin: 10px 0;
    padding: 10px;
    background:#FFFF33;
    cursor: pointer;
}
#slideBox5 {
    display:none;
    padding: 10px;
    border: 1px solid #BFFFBF;
}

/* Numbering */
.paren{
 counter-reset:item;
 list-style:none;
}
.paren li:before{
 content:"(" counters(item, "-") ")";
 counter-increment:item;
 margin-right:0.5em;
}
.paren li{
 padding-left:1.5em;
 text-indent:-1.5em;
}
	
/* layout */

#container {
float: right;
width: 750px;
}

#content {
margin: 0 240px 0 20px;
}

#sidebar {
float: left;
overflow: hidden;
width: 240px;
margin-top: 20px;
margin: 0 -240px 0 20px;
}

#sidebar h3 {
color:#990000;
background-image:url("../../images/concept/sidebar-tit_yeg.png");
background-repeat: no-repeat;
width:160px;
height:50px;
}

#sidebar ul {
list-style-image:url("../../images/concept/clover_li.png");
}


.menu,
#main,
#wrapper {
margin: 0 auto;
width: 940px;
}

#wrapper {
background: #fff;
padding: 0 20px;
-webkit-box-shadow: 3px 3px 10px #777;
-moz-box-shadow: 3px 3px 10px #777;
}

/*  footer layout  */
.footer-segment-left {
float: left;
margin-right: 20px;
width: 580px;
font-size:120%;
color:#0B0B3B;
}

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

#first h3 {
margin-left:4px;
font-size:18pt;
color:#000099;
}

#first ul {
margin-left:12px;
font-size:14px;
color:#003366;
}

#first li {
margin-left:20px;
font-size:14px;
color:#556b2f;
}

#first a:link { color: #556b2f; }

#second h3 {
margin-left:4px;
font-size:18pt;
color:#000099;
}

#second ul {
margin-left:12px;
font-size:14px;
color:#003366;
}

#second li {
list-style-type:none;
margin-left:20px;
font-size:14px;
color:#556b2f;
}

#second a:link { color: #556b2f; }


/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a {
color:#AD6AB1;
}

a:hover {
color: #333;
}
	
hr {
background-color: #E7E7E7;
border: 0;
height: 1px;
margin-bottom: 18px;
clear: both;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* header */

header {
margin-top: 20px;
padding: 30px 0 0 0;
}

header img {
clear: both;
border-top: 4px solid #333;
display: block;
}

header>h1 {
float: left;
margin: 0 0 18px 0;
width: 700px;
font-size: 30px;
line-height: 36px;
}

header>h1 a {
color: #333;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #ddd;
}

header>h2 {
color: #777;
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
width: 220px;
text-shadow: 0px 2px 3px #ddd;
}

/* nav */

nav {
background: #993366;
margin: 0 auto;
width: 940px;
display: block;
float: left;
}

nav .menu {
font-size: 20px;
font-weight: bold;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 10px;
line-height: 38px;
}

nav .menu a:hover {
color: #FE958F;
}

/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
color: #FFFFFF;
background: #CC3399;
margin-left: 1px;
white-space: nowrap;
}
nav .menu ul li a:hover { 
background: #CC3399; 
}

nav .menu li:hover ul {
display: block;
position: absolute;
}

nav .menu li:hover li {
float: none;
font-size: 16px;
}
nav .menu li:hover a { 
background: #CC3399; 
}

nav .menu li:hover li a:hover { 
background: #CC3399; 
}

/* main content */

#main {
overflow: hidden;
padding: 40px 0 0 0;
}

#content {
width: 00px;
margin-bottom: 36px;
color: #444;
font-size: 16px;
line-height: 24px;
padding-left: 10px;
border-left: 1px #ddd solid;
}

article {
width:700px;
padding: 10px;
}

article.bg_heart {
background-image:url("../../images/concept/article_bg.jpg");
}


article.bg_leap {
	background-image:url("../../images/other/article_bgleap.jpg");
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

article ul {
margin-left:50px;
list-style-image:url("../../images/other/clover-flower_li.png");
}

.ul01{
margin-left:50px;
list-style-image:url("../../images/other/lm_y.png");
}

article h4 {
background-image: url("../../images/other/postit2_paleyellow.png"):
background-size:200px 104px;
}

article.note {
margin-left:30px;
width:640px;
background-color:#FFFFCC;
border:inset 3px #006600;
padding:5px;
}

p.corkboard {
position: relative;
top:  -350px;
left:   90px;
width: 410px;
}

span.red {
color: #ff0000;
}

span.dark_cyan {
color: #008080;
}

span.black {
color: #000000;
}
  

#content p,
#content ul,
#content ol,
#content hr {
margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
margin-bottom: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}

.alignleft,
img.alignleft {
display: inline;
float: left;
border: none;
margin-right: 24px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
border: none;
margin-left: 24px;
margin-top: 4px;
}

.alignleft_fn,
img.alignleft_fn {
display: inline;
border:none;
float: none;
margin-right: 24px;
margin-top: 4px;
}

.alignright_fn,
img.alignright_fn {
display: inline;
float: none;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: square inside;
margin-bottom: 20px;
}

footer {
margin-left:4px;
background-image:url("../../images/concept/footer02.png");
background-repeat: no-repeat;
margin-bottom: 20px;
clear:both;
}

#footer-area {
border-right:  6px solid #6699ff;
border-bottom: 6px solid #6633ff;
margin-top: -6px;
padding: 18px 0;
overflow: hidden;
}


/* Table */
table {
font-size:16px;
text-align: left;
background-color:#fff0f5;
width: 100%;
height: 100px;
border: 3px #333333 solid;
border-right:  3px #999999 solid;
border-bottom: 3px #999999 solid;

}

th{
font-size:16px;
background-color:#cc66ff;
color:#333333;
text-align: left;
width:200px;
}

td {
font-size:16px;
color:#333333;
text-align: left;
border: 2px #666666 solid;
border-right:  2px #cccccc solid;
border-bottom: 2px #cccccc solid;
}

form p {
text-align: center; 
}

/* baloon-bottom-right */
.balloon-bottom-right {
margin-top: 20px;
margin-left: 30px;
font-weight: bold;
position: relative;
display: inline-block;
padding: 0 25px;
width: auto;
min-width: 115px;
color: #333333;
line-height: 30px;
text-align: center;
background: #48d1cc;
border-radius: 50px;
}

.balloon-bottom-right:before {
content: "";
position: absolute;
bottom: -17px; right: 15px;
margin-right: block;
width: 15px;
height: 15px;
background: #48d1cc;
border-radius: 50%;
z-index: 0;
}

.balloon-bottom-right:after {
content: "";
position: absolute;
bottom: -25px; right:25px;
margin-right: 0;
display: block;
width: 8px;
height: 8px;
background: #48d1cc;
border-radius: 50%;
z-index: 0;  
}

/* Mail Form */
/*************************************************
【忍者式メールフォーム自作CSS】
自作CSSを使用するには、HTMLとCSSの知識が必須です。
HTMLやCSSについては参考文献などを参照してください。
*************************************************/

/*メールフォーム全体を囲っているタグのid*/
#therapy_top {
width:  650px;
height: 740px;
background-color:#A4A4A4;
border: 5px solid #31B404;
box-sizing: content-box;
}

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#therapy_top .main {

}

/*メールフォームのタイトルを囲っているタグのclass*/
#therapy_top .title{
color:#0B0B61;
}

/*メールフォームの説明文を囲っているタグのclass*/
#therapy_top .explain {

}

/*『name』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .name_top {
position: relative;  
top:  10px;  
left: 10px; 
}

/*『name』パーツの表示名を囲っているタグのclass（[ 名前 ]の部分）*/
#therapy_top .name_left{

}

/*『name』パーツの入力項目を囲っているタグのclass*/
#therapy_top .name_right {

}

/*『name』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .name_parts {

}

/*『sex』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .sex_top {
position: relative;  
top:  -70px;  
left: 350px; 
}

/*『sex』パーツの表示名を囲っているタグのclass（[ 性別 ]の部分）*/
#therapy_top .sex_left{

}

/*『sex』パーツの入力項目を囲っているタグのclass*/
#therapy_top .sex_right {

}

/*『sex』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .sex_parts {

}

/*『age』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .age_top {
position: relative;  
top:  -80px;  
left:  10px; 
}

/*『age』パーツの表示名を囲っているタグのclass（[ 年齢 ]の部分）*/
#therapy_top .age_left{
width:80px;
}

/*『age』パーツの入力項目を囲っているタグのclass*/
#therapy_top .age_right {

}

/*『age』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .age_parts {
width:80px;
}

/*『tel』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .tel_top {
position: relative;  
top: -80px;  
left: 10px; 
}

/*『tel』パーツの表示名を囲っているタグのclass（[ 電話番号 ]の部分）*/
#therapy_top .tel_left{

}

/*『tel』パーツの入力項目を囲っているタグのclass*/
#therapy_top .tel_right {

}

/*『tel』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .tel_parts {

}

/*『mail』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .mail_top {
position: relative;  
top:  -100px;  
left:  10px;
}

/*『mail』パーツの表示名を囲っているタグのclass（[ メールアドレス ]の部分）*/
#therapy_top .mail_left{

}

/*『mail』パーツの入力項目を囲っているタグのclass*/
#therapy_top .mail_right {

}

/*『mail』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .mail_parts {

}

/*『title』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .title_top {
position: relative;  
top: -100px;  
left:  10px;
}

/*『title』パーツの表示名を囲っているタグのclass（[ 件名 ]の部分）*/
#therapy_top .title_left{

}

/*『title』パーツの入力項目を囲っているタグのclass*/
#therapy_top .title_right {

}

/*『title』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .title_parts {

}

/*『textarea』パーツの表示名と入力項目を囲っているタグのclass*/
#therapy_top .textarea_top {
position: relative;  
top: -110px;  
left:  10px; 
}

/*『textarea』パーツの表示名を囲っているタグのclass（[ 本文（大） ]の部分）*/
#therapy_top .textarea_left{

}

/*『textarea』パーツの入力項目を囲っているタグのclass*/
#therapy_top .textarea_right {

}

/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#therapy_top .textarea_parts {
width:  450px;
height: 300px;
}

/*メールフォームの送信ボタンを囲っているタグのclass*/
#therapy_top .submit {
position: relative;  
top: -120px;  
left: 480px; 
}

/*メールフォームの送信ボタンのclass*/
#therapy_top .submit_button {

}

/*エラーメッセージを囲っているタグのclass*/
#therapy_top .error {

}

/*エラーメッセージのリトライボタンを囲っているタグのclass*/
#therapy_top .error_submit {

}

/*エラーメッセージのリトライボタンのclass*/
#therapy_top .error_submit_button {

}

/*送信完了メッセージを囲っているタグのclass*/
#therapy_top .result {

}

/*送信完了メッセージの戻るボタンを囲っているタグのclass*/
#therapy_top .result_submit {

}

/*送信完了メッセージの戻るボタンのclass*/
#therapy_top .result_submit_button {

}
