@charset "utf-8";
/*
Theme Name: 後藤和裁学院ホームページ
Theme URI: 
Description: 後藤和裁学院ホームページのテーマ
Author: 後藤和裁学院
Author URI: http://www.wasai.jp/

*/

@import "common.css";
@import "base.css";


.pagetop {
	text-align:right;
	width:540px;
	margin:20px 0 0 0;
	}

.pagetop a {
	color:#996600;
	font-size:11px;
	text-decoration:underline;
	}

/*---------------------------------------------------------------------------*/
/* 個々のページの指定                                                        */
/*---------------------------------------------------------------------------*/

/** トップページ **/

#top_first {
	overflow:hidden;
	margin:0 0 15px 0;
	}
#top_second {
	overflow:hidden;
	margin:0 0 15px 0;
	}
#top_third {
	overflow:hidden;
	margin:0;
	}


#top_first p {
	margin:0 0 5px 0;
	padding:0;
	}
#top_second p {
	margin:5px 0 5px 0;
	padding:0;
	}
/** top_first内設定 **/
.top_f_left {
	float:left;
	width:264px;
	margin:0 9px 0 0;
	padding:0;
	}
.top_f_right {
	float:left;
	width:264px;
	margin:0;
	padding:0;
	}
.info_contents {
	margin:5px 0;
	}
/** top_second内設定 **/
.top_second_box {
	float:left;
	width:173px;
	margin-top:10px;
	}
	
/** top_third内設定 **/
.top_blog01 {
	float:left;
	width:258px;
	margin:10px 8px 0 0;
	padding:0 5px 0 0;
	border:1px solid #D2A54A;
	}
.top_blog02 {
	float:left;
	width:258px;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
	border:1px solid #D2A54A;
	}
.top_blog01 p,
.top_blog02 p {
	margin:5px 0 0 0;
	line-height:1.2;
}

.top_blog_img {
	float:left;
	width:95px;
	padding:8px;
	}
.top_blog_entry {
	float:left;
	width:145px;
	margin:5px 0 0 0;
	}
	
/*---------------------------------------------------------------------------*/
/* （下層）ブログタイプページの指定                                          */
/*---------------------------------------------------------------------------*/

#blog h4 {
	width:532px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	border-left:3px solid #C0504E;
	background:url(img/blog_categorytitle_bg.jpg) repeat-x;
	z-index:100;
	}

#blog {
	overflow:hidden;
	width:540px;
	}
#blog p {
	}
#blog img {
	padding:0 5px;
	}
#blog table {
	margin:10px;
	}

.blogbox {
	overflow:hidden;
	width:518px;
	margin:10px 0;
	padding:15px 10px;
	border:1px solid #EEE3B6;
	background:url(img/page/blog_box_bg.jpg) repeat-y;
	position:relative;
	}	
.day {
	font-size:11px;
	font-weight:bold;
	}
.blog_title_box {
	overflow:hidden;
	width:520px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #EEE3B6;
	}
.blog_title_box img {
	padding:5px;
	}

.blog_title_box dl {
	width:520px;
	overflow:hidden;
	}
.blog_title_box dt {
	float:left;
	width:410px;
	padding:0 0 0 20px;
	background:url(img/blog_title_icon.gif) center left no-repeat;
	clear:both;
	}
.blog_title_box dd {
	margin-left:470px;
	border-bottom:1px solid #ffffff;
	}

.faq_title_box {
	overflow:hidden;
	width:520px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #EEE3B6;
	}
.faq_title_box img {
	padding:5px;
	}

.faq_title_box dl {
	width:520px;
	overflow:hidden;
	}
.faq_title_box dt {
	float:left;
	width:490px;
	padding:3px 0 3px 25px;
	background:url(img/q_icon.gif) center left no-repeat;
	clear:both;
	}
.faq_title_box dd {
	margin-left:470px;
	border-bottom:1px solid #ffffff;
	}




.blog_title {
	color:#9B6600;
	font-weight:bold;
	}
.blog_title a {
	color:#9B6600;
	font-weight:bold;
	}
.content {
	margin:10px auto 0;
	width:500px;
	}

.content td {
	vertical-align:top;
	}
.blog_content_txt {
	}

.post_date {
	margin-top:50px;
	padding-top:5px;
	width:515px;
	border-top:1px dashed #EEE3B6;
	text-align:center;
	font-size:11px;
	}
.post_date a, .post_date a:link {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
.post_date a:visited {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
.post_date a:active {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
	
/**faq**/
div.faqwrap {
        width: 540px;
    }
 
div.faqwrap div {
        display: table-cell;
        vertical-align: middle;
    }
div.faqwrap div.faqleft {
        width: 140px;
		font-weight:bold;
    }
div.faqwrap div.faqright {
        width: 370px;
    }
div.faqwrap div.faqright ul {
	margin-left:15px;
	list-style-type:disc;
	list-style-position:outside;
	line-height:120%;
    }
div.faqwrap div.faqright ul li {
	padding:3px 0;
    }
 
    /* IE 6 */
* html div.faqwrap div {
        display: inline;
        zoom: 1;
    }
 
    /* IE 7 */
*:first-child+html div.faqwrap div {
        display: inline;
        zoom: 1;
    }
 
    /*\*//*/
    * html div.faqwrap div {
        display: inline-block;
    }
    /**/
div.faqwrap {
	color:#9B6600;
    }
div.faqwrap a {
	color:#000000;
	font-weight:normal;
    }
div.faqwrap a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
    }


.faqlist {
	text-align:center;
	width:500px;
	}
.faqlist a {
	color:#9B6600;
	}

/*---------------------------------------------------------------------------*/
/* （下層）個々のページの指定                                                */
/*---------------------------------------------------------------------------*/

#page {
	overflow:hidden;
	width:545px;
	}
#page p {
	margin:5px 0;
	}
#page img {
	margin:0;
	}
.page_box {
	overflow:hidden;
	margin:0;
	}
	
/**和裁士の魅力**/
.attractivepoint01 {
	width:248px;
	height:112px;
	float:left;
	margin:5px 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive02.jpg) top left no-repeat;
	}
.attractivepoint02 {
	width:248px;
	height:112px;
	float:left;
	margin:5px 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive03.jpg) top left no-repeat;
	}
/*.attractivepoint03 {
	width:248px;
	height:95px;
	float:left;
	margin:5px 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive04.jpg) top left no-repeat;
	}
	*/
.attractivepoint04 {
	width:248px;
	height:95px;
	float:left;
	margin:0 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive05.jpg) top left no-repeat;
	}
.attractivepoint05 {
	width:248px;
	height:95px;
	float:left;
	margin:0 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive06.jpg) top left no-repeat;
	}
.attractivepoint06 {
	width:248px;
	height:77px;
	float:left;
	margin:0 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive07.jpg) top left no-repeat;
	}
/**カリキュラム**/
.curriculum_navi {
	margin:0 0 10px;
	width:540px;
	text-align:center;
	}
.curriculum_navi a {
	padding:0 5px;
	color:#996600;
	text-decoration:underline;
	}
.curriculum_box01 ul,
.curriculum_box02 ul,
.curriculum_box03 ul,
.curriculum_box04 ul,
.curriculum_box05 ul {
	list-style-type:disc;
	padding:40px 0 0 30px;
	font-weight:bold;
	line-height:1.8;
	color:#9B6600;
	}
.curriculum_box02 ul li ul,
.curriculum_box03 ul li ul,
.curriculum_box04 ul li ul,
.curriculum_box05 ul li ul {
	list-style-type:none;
	padding:0;
	font-weight:normal;
	font-size:11px;
	line-height:1.2;
	color:#000000;
	}
.curriculum_box02 ul li ul li,
.curriculum_box03 ul li ul li,
.curriculum_box04 ul li ul li,
.curriculum_box05 ul li ul li {
	padding:3px;
	}
	
.curriculum_box01 {
	margin:10px 0 20px;
	width:538px;
	height:260px;
	background:url(img/page/img_curriculum01.jpg) top left no-repeat;
	}
.curriculum_box02 {
	margin:10px 0 20px;
	width:538px;
	height:310px;
	background:url(img/page/img_curriculum02.jpg) top left no-repeat;
	}
.curriculum_box03 {
	margin:10px 0 20px;
	width:538px;
	height:300px;
	background:url(img/page/img_curriculum03.jpg) top left no-repeat;
	}
.curriculum_box04 {
	margin:10px 0 20px;
	width:538px;
	height:320px;
	background:url(img/page/img_curriculum04.jpg) top left no-repeat;
	}
.curriculum_box05 {
	margin:10px 0 20px;
	width:538px;
	height:310px;
	background:url(img/page/img_curriculum05.jpg) top left no-repeat;
	}
.curriculum_box06 {
	margin:30px 0 0;
	padding:40px 190px 10px 10px;
	width:338px;
	height:127px;
	background:url(img/page/img_curriculum06.jpg) top left no-repeat;
	}

/**コースと学費**/
.course_topbox {
	background:url(img/page/course_topbox_bg.jpg) 280px 130px no-repeat;
	}
.course {
	margin:5px 0 15px 3px;
	}
table.course th.hidden {
	border:none;
	}
table.course th {
	padding: 0.3em 0.3em;
	text-align:center;
	font-weight:bold;
	}
table.course td {
	padding: 0.3em 0.3em;
	text-align:right;
	}

table.course th.hon {
	width:85px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#FAE5E4;
	}
table.course th.sen {
	width:85px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#EBE7CC;
	}
table.course th.koumoku {
	width:150px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#F7EBD3;
	}
table.course td {
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	}
.course_box {
	margin:20px 0 0;
	padding:40px 190px 10px 10px;
	width:348px;
	height:154px;
	background:url(img/page/img_course04.jpg) top left no-repeat;
	}

/**卒業後の進路・サポート**/
.support_box {
	overflow:hidden;
	width:540px;
	margin:0 0 20px;
	padding:0;
	}
.support_box_l {
	float:left;
	width:370px;
	}


/**資格と証書**/
table.competency_list {
	margin:0;
	width: 540px;
}

table.competency_list th {
	text-align:center;
	font-weight:bold;
	padding: 0.3em 0.3em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	}
table.competency_list th.last {
	text-align:center;
	font-weight:bold;
	padding: 0.3em 0.3em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	}

table.competency_list td {
	padding: 0.3em 0.5em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
}
table.competency_list td.last {
	padding: 0.3em 0.5em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
}


table.competency_list col.year {
	width:60px;
	text-align:center;
	background:#648692;
}
table.competency_list col.name {
	width:145px;
	text-align:center;
	background:#D4E6F2;
}
table.competency_list col.outline {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year02 {
	width:60px;
	text-align:center;
	background:#7BA97B;
}
table.competency_list col.name02 {
	width:145px;
	text-align:center;
	background:#D7EFD7;
}
table.competency_list col.outline02 {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year03 {
	width:60px;
	text-align:center;
	background:#BEC35D;
}
table.competency_list col.name03 {
	width:145px;
	text-align:center;
	background:#E7E9B7;
}
table.competency_list col.outline03 {
	text-align:left;
	background: #ffffff;
}
table.competency_list col.year04 {
	width:60px;
	text-align:center;
	background:#C3815E;
}
table.competency_list col.name04 {
	width:145px;
	text-align:center;
	background:#E9D6B6;
}
table.competency_list col.outline04 {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year05 {
	width:60px;
	text-align:center;
	background:#A3484F;
}
table.competency_list col.name05 {
	width:145px;
	text-align:center;
	background:#EAC6CA;
}
table.competency_list col.outline05 {
	text-align:left;
	background: #ffffff;
}

/*学院概要・MAP*/
.staff_box {
	overflow:hidden;
	width:540px;
	margin:0;
	}
.yasuhiko {
	height:180px;
	padding-left:165px;
	background:url(img/page/img_outline_yasuhiko.jpg) top left no-repeat;
	}
.yoshiko {
	height:170px;
	padding-left:165px;
	background:url(img/page/img_outline_yoshiko.jpg) top left no-repeat;
	}
.staff_box dl {
	overflow:hidden;
	margin:5px 0 0 0;
	width:380px;
	font-size:80%;
	line-height:1.4;
	}
.staff_box dd.left {
	width:180px;
	float:left;
	margin:0;
	}
.staff_box dd.right {
	width:190px;
	float:left;
	margin:0 0 0 5px;
	}
.staff_box ul {
	color:#9B6600;
	margin:0 0 0 -15px;
	padding:0 0 0 30px;
	}
.access {
	width:240px;
	padding:8px;
	border:1px solid #CE9800;
	}
	
	
/*着物クリニック*/
.reform_box {
	width:240px;
	margin:10px;
	float:left;
	}

.reform_box ul {
	color:#9B6600;
	margin:0 0 0 -15px;
	padding:0 0 0 30px;
	}
h5.c_blogbox_title {
	width:520px;
	margin:0;
	padding:0 0 7px 0;
	border-bottom:1px dotted #EEE3B6;
	}
.clinic_blogbox {
	overflow:hidden;
	width:518px;
	margin:10px 0;
	padding:10px;
	border:1px solid #EEE3B6;
	background:url(img/page/blog_box_bg.jpg) repeat-y;
	position:relative;
	}	

.c_blog_content {
	overflow:hidden;
	width:320px;
	}
.c_blog_img {
	position:absolute;
	top:60px;
	left:376px;
	}
table.clinic_price {
	float:left;
	width:265px;
	margin-top:10px;
	border:1px solid #CD9933;
	}
.clinic_price, x:-moz-read-only {
	margin-left:1px;
	}

table.clinic_price th {
	width:140px;
	padding:0.3em 0.5em;
	text-align:center;
	font-weight:bold;
	background-color:#FCE4E4;
	border-right:1px solid #CD9933;
	border-bottom:1px solid #CD9933;
	}
table.clinic_price td {
	padding:0.3em 0.5em;
	text-align:right;
	border-bottom:1px solid #CD9933;
	}
	

/*無料着付け教室*/
#schooltop {
	overflow:hidden;
	width:514px;
	margin:0;
	padding:13px 13px 15px;
	background:url(img/page/img_schooltop_bg.jpg) top left no-repeat;
	position:relative;
	}
#schooltop p {
	margin:0;
	}

p.second {
	width:360px;
	padding-top:10px;
	}
#shoolimg {
	position:absolute;
	top:75px;
	left:385px;
	}
dl.school_dl {
	overflow:hidden;
	width:540px;
	}
dl.school_dl dt {
	width:70px;
	float:left;
	clear:both; 
	padding:8px 0 0;
	text-align:right;  
	font-weight:bold;   
	}
dl.school_dl dd {
	width:450px;
	padding:8px 0 0;
	margin-left:80px;
	}
	
	
	
/**リンク集**/
#linllist ul {
	margin:0;
	}
#linllist li {
	padding:10px 0;
	}
#sitelist {
	overflow:hidden;
	margin:0;
	}
#sitelist ul {
	margin:0;
	padding:0 0 0 10px;
	}
#sitelist ul li {
	padding:4px 0 4px 25px;
	background:url(img/blog_title_icon.gif) no-repeat center left;
	list-style:none;
	}
#sitelist ul li a {
	/zoom:1;
	margin-left:-25px;
	padding:4px 0 4px 45px;
	background:url(img/footer_link_icon2.jpg) no-repeat center left;
	}
.sitelist_box_l {
	float:left;
	width:290px;
	}
.sitelist_box_r {
	float:left;
	width:230px;
	}

/**メルマガ登録解除フォーム**/
.magazineform_box {
	padding:100px 0;
	text-align:center;
	}
/*---------------------------------------------------------------------------*/
/* フォームの指定 　　　　　　                                               */
/*---------------------------------------------------------------------------*/

#form_box {
	width:540px;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#F9F4E0;
	}
#form_box2 {
	float:left;
	width:540px;
	margin:0;
	padding:0;
	}
#form_box3 {
	width:540px;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#F9F4E0;
	}

#cf_box_mainform dl {
	float:left;
	width:520px;
	margin:10px 0 0 0;
	padding:10px;
	}
#cf_box_mainform dt {
	float:left;
	width:150px;
	padding:5px 0;
	clear:both;
	}
#cf_box_mainform dd {
	float:left;
	width:350px;
	margin-left:10px;
	padding:5px 0;
	}
#cf_box_mainform p {
	text-align:right;
	width:540px;
	}

#cf_box_mainform textarea {
	width:300px;
	height:130px;
	}
#form_box2 select {
	margin:2px 0;
	width:80px;
	}
#b {
	z-index:100;
	}

#cf_box_schoolform dl {
	float:left;
	width:520px;
	margin:10px 0 0 0;
	padding:10px;
	}
#cf_box_schoolform dt {
	float:left;
	width:150px;
	padding:5px 0;
	clear:both;
	}
#cf_box_schoolform dd {
	float:left;
	width:350px;
	margin-left:10px;
	padding:5px 0;
	}
#cf_box_schoolform p {
	text-align:right;
	width:520px;
	}

#cf_box_schoolform textarea {
	width:300px;
	height:130px;
	}
#form_box select {
	margin:2px 0;
	}


#cf_box_clinicform dl {
	float:left;
	width:520px;
	margin:10px 0 0 0;
	padding:10px;
	}
#cf_box_clinicform dt {
	float:left;
	width:150px;
	padding:5px 0;
	clear:both;
	}
#cf_box_clinicform dd {
	float:left;
	width:350px;
	margin-left:10px;
	padding:5px 0;
	}
#cf_box_clinicform p {
	text-align:right;
	width:520px;
	}

#cf_box_clinicform textarea {
	width:300px;
	height:130px;
	}
