@charset "utf-8";

/*
Theme Name: 理容美容学生フェスタ2009
Theme URI: http://wordpress.org/
Description: WordPress Default 1.6を元にカスタマイズ
Version: 1.6
Author: okaz
Author URI: http://wordpress.org/
Tags: custom header, two columns

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: #fff;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

small {font-size: 0.9em; line-height: 1.5em; color: #777;}
h2 {font-size: 1.6em; font-weight: bold; margin: 20px 0 0;}
h3 {font-size: 1.3em; font-weight: bold; margin: 20px 0 0; padding: 0;}

a {color: #03f;}
a:hover {color: #36f; text-decoration: underline;}
a:visited {color: #03c;}

#page {text-align: left; margin: 0 auto; padding: 0; width: 850px;}

#header {background: #28b7bc; margin: 0; padding: 0; height: 200px; width: 850px;}
#header h1 {color: #fff; margin: 0; padding: 0;}
#header h1 img {margin: 0; padding: 0;}

#content {font-size: 1.2em}
	
/* h2.pagetitle {font-size: 1.6em; margin-top: 30px; text-align: center;} */

.narrowcolumn {
	background: #fff;
	width: 605px;
	float: left;
	padding: 0 0 15px 15px;
	margin: 0;
	}

.narrowcolumn h2 {
	color: #fff;
	width: 570px; height: 35px;
	background: url(/images/page_title.gif) left top no-repeat #28b7bc;
	font-size: 20px;
	line-height: 35px;
	padding-left:35px;
	}

.narrowcolumn h2  a {color: #fff;}

.narrowcolumn h3 {
	padding: 1px 5px;
	border-left: #28b7bc solid 5px;
	}
.narrowcolumn .entry {line-height: 1.4em;}
.narrowcolumn .postmetadata {text-align: center; padding-top: 5px;}

.widecolumn {
	padding: 10px 0 15px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
	}
.widecolumn .entry {line-height: 1.4em;}
.widecolumn .post {margin: 0;}
.widecolumn .postmetadata {margin: 30px 0;}
.widecolumn .smallattachment {text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px;}
.widecolumn .attachment {text-align: center; margin: 5px 0px;}
.widecolumn .entry p {font-size: 1.05em;}

#sidebar {
	background: #fff;
	font-size: 1.2em;
	padding: 20px 15px 10px 0;
	/* margin-left: 635px; */
	float: right;
	width: 200px;
	}

.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}

#footer {padding: 0; margin: 0 auto; width: 850px; border-top: #28b7bc solid 2px;}
#footer p {margin: 0; padding: 20px 0; text-align: center;}


.commentlist li,
#commentform input,
#commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments,
.postmetadata,
blockquote,
strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym,
abbr,
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {margin: 0 0 40px;}
.post hr {display: block;}
.postmetadata {clear: both;}
.clear {clear: both;}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Images */
p img {padding: 0;max-width: 100%;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {content: "\00BB \0020";}
/* #sidebar ul ul li:before {content: "\00BB \0020";} */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {margin: 0;padding: 0;}
#sidebar ul li {list-style-type: none;list-style-image: none;margin-bottom: 5px;}
#sidebar ul li a {display: block; background: #28b7bc;font-weight: bold; color: #fff; padding: 5px 10px;}
#sidebar ul li a:hover {background: #0c9a88; text-decoration: none;}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {empty-cells: show; margin: 10px auto 0; width: 155px;}
#wp-calendar #next a {padding-right: 10px; text-align: right;}
#wp-calendar #prev a {padding-left: 10px; text-align: left;}
#wp-calendar a {display: block;}
#wp-calendar caption {text-align: center; width: 100%;}
#wp-calendar td {padding: 3px 0; text-align: center;}
#wp-calendar td.pad:hover { /* Doesn't work in IE */background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
	}

acronym,
abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	/* */
	clear: both;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/***** 追加 ******/
.right {text-align: right;}
#page_top {text-align: right; padding: 0; margin: 0 auto; width: 850px; clear: both;}
#page_top a {background: #28b7bc; padding: 3px 10px; color: #fff; height:15px;}
a.exlink {background: url(/images/icon_link.gif) right center no-repeat; padding-right: 16px; margin-right: 5px;}
a:hover.exlink {background: url(/images/icon_link_over.gif) right center no-repeat;}

/* テーブル（ワク無し） */
table.table1 {border-collapse: collapse; font-size: 1em; margin-top: 1em;}
table.table1 th {text-align: left; vertical-align: top; padding: 2px;}
table.table1 td {text-align: left; vertical-align: top; padding: 2px 5px;}

/* テーブル（ワク無し） */
table.table2 {border-collapse: collapse; font-size: 1em; margin-top: 1em; background:#def;}
table.table2 th {text-align: left; vertical-align: top; padding: 2px; border: #fff solid 1px;}
table.table2 td {text-align: left; vertical-align: top; padding: 2px 5px;}

/* 地図バック */
#area_link {background: url(/images/bg_map.gif) no-repeat center center; }

/* トップページ：バナー、画像の配置、お知らせの日付 */
#top_info {margin-top: 20px;}
.image_center {text-align: center; margin-top: 1em;}
#top_oshirase small {margin-left: 10px;}

/* 右カラム：理美教センターへのリンク、携帯サイト */
#link_center {margin-top: 20px;}
#mobile_info {margin-top: 20px; text-align: center; border: #ccc solid 1px; padding: 5px;}

/* 会場 */
h4.yosen {font-size: 1.1em; margin: 20px 0 0 0;}
h4.yosen span {color: #0c9a88;}
.yosen_back {text-align: right; border-top :#ddd dotted 1px;}
.yosen_back span {display: block; float: right; width: 50px; background: url(/images/back2top_bg.gif) left bottom no-repeat; text-align: center; }
.yosen_back span a {font-size: 10px; background: url(/images/back2top_icon.gif) left center no-repeat; padding-left: 10px;}
.yosen_back span a:hover {background: url(/images/back2top_icon_over.gif) left center no-repeat;}

/* 競技種目 */
ul.kyougi {margin-bottom: 0;}
ul.kyougi li {text-indent: 0; list-style: disc; margin: 5px 0 0 10px;}
ul.kyougi li:before {content: none;}
table.kyougi_ribi_photo {width: 605px; border-collapse: separate; border-spacing: 15px;}
table.kyougi_ribi_photo td {width: 280px; padding: 0; margin: 0;}
table.kyougi_ribi_photo td .cap {text-align: center; margin-top: 3px; font-size: 0.9em;}
h4.boshu {font-size: 1em; color: #0c9a88; margin: 15px 0;}
#kyougi_de_boshu {color: #ff61dc; font-size: 1.1em; font-weight: bold; line-height: 1.5em;}
#kyougi_de_photo {float: right; margin-right: 15px;}
#kyougi_de_dl {text-align: center; margin-top: 10px;}
#kyougi_de_dl a {background: #eef; padding: 5px 20px; border: #66f solid 1px;}
#kyougi_de_dl a:hover {background: #aaf;}
table.boshu {width: 605px; border-collapse: collapse; margin-top:15px; font-size:1em;}
table.boshu tr.bg {background: #efefef;}
table.boshu th {text-align: center; vertical-align: top; padding: 3px; margin: 0; border: #999 solid 1px; background: #cdf;}
table.boshu td {text-align: left; vertical-align: top; padding: 3px; margin: 0; border: #999 solid 1px;}
table.boshu td .area {font-size: smaller; color: #666;}
dl.senkou dt {margin-top: 5px;}
dl.senkou dd {margin-left:2em;}

/* スケジュール */
table#schedule {width: 605px; border-collapse: collapse; margin: 20px 0 15px 0; font-size: 1em; line-height:1.8em;}
table#schedule th {width: 100px; text-align: left; vertical-align: top; padding: 2px; border-top: #999 solid 1px; border-bottom: #999 solid 1px;}
table#schedule td {width: 505px; text-align: left; vertical-align: top; padding: 2px 5px; border-top: #999 solid 1px; border-bottom: #999 solid 1px;}
table#schedule td .time {padding-left: 0.5em;}
table#schedule td .bumon {border-bottom: #999 dotted 1px;}
table#schedule .riyo {background: #e1f2fa;}
table#schedule .biyo {background: #fcedf1;}

/* 出場校リスト */
h4.school {font-size: 1.1em; margin: 20px 0 0 0;}
h4.school span {color: #0c9a88;}
table.schools {width: 605px; border-collapse: collapse; margin: 15px 0 0 0; font-size: 1em; line-height:1.8em;}
table.schools th {width: 70%; font-weight: normal; text-align: left; vertical-align: top; padding: 2px 10px; border-top: #999 solid 1px; border-bottom: #999 solid 1px;}
table.schools td {width: 30%; text-align: left; vertical-align: top; padding: 2px 20px; border-top: #999 solid 1px; border-bottom: #999 solid 1px; background: url(/images/phone.gif) left center no-repeat;}
.schools_back {font-size: smaller; text-align: right;}
.schools_back span {display: block; float: right; width: 50px; background: url(/images/back2top_bg.gif) left bottom no-repeat; text-align: center; }
.schools_back span a {font-size: 10px; background: url(/images/back2top_icon.gif) left center no-repeat; padding-left: 10px;}
.schools_back span a:hover {background: url(/images/back2top_icon_over.gif) left center no-repeat;}

/* お問い合せ先 */
.inq_lead {margin: 10px 0 5px 0;}
.inq_info {margin: 5px 0;}

/* 地区ブログ */
#blog_newpost ul {list-style: square;}
#blog_newpost ul li:before {content: none;}
#blog_newpost ul li .date {color: red; margin-left: 1em;}
#blog_newpost ul li .post {font-weight: bold;}
#blog_newpost ul li .blog {}

/* PDF */
table.adobe {border-collapse: collapse; border:#def solid 1px; font-size:smaller; margin-top:10px;}
table.adobe td {padding: 3px;}

/* 大会結果 */
.bumon {border-top: #999 dotted 1px; border-bottom: #999 dotted 1px; padding: 5px; margin: 5px 0;}
.bumon h4 {font-size: 1.1em; color: #0c9a88; margin:0 0 15px 0;}
.kekka_img {float: right;}
.kekka_link {margin-top: 15px; text-align: center;}
.kekka_link a {padding: 3px 15px; border:#66f solid 1px; background: #ddf;}
.kekka_link a:hover {background: #99f; color: #fff;}
.shumoku {border-top: #999 dotted 1px; border-bottom: #999 dotted 1px; padding: 5px; margin: 5px 0;}
.shumoku table {width: 595px; border-collapse: collapse; font-size: 1em; margin-bottom: 10px;}
.shumoku table th {width: 33%; text-align: center; vertical-align: top;}
.shumoku table td {width: 33%; text-align: center; vertical-align: top; padding: 3px;}
.shumoku strong {color: #0c9a88;}
form#kako select { width: auto; margin: 0.5em 0 ; }

.bumon ul { margin: 0.5em 0; }
.kekka_theme { color: #ff6600; }
.shumoku2 { border-top: #999 dotted 1px; border-bottom: #999 dotted 1px; padding: 5px; margin: 5px 0;}
.shumoku2 table { width: 595px; border-collapse: collapse; font-size: 1em; margin-bottom: 10px; border-top: #ccc dotted 1px; border-bottom: #ccc dotted 1px;}
.shumoku2 table th { width: 33%; text-align: center; vertical-align: top; padding: 3px; color: #0c9a88; border-left: #ccc dotted 1px; border-right: #ccc dotted 1px; }
.shumoku2 table td { width: 33%; text-align: center; vertical-align: top; padding: 3px; border-left: #ccc dotted 1px; border-right: #ccc dotted 1px; }
.shumoku2 strong { color: #0c9a88;}
.shumoku2 table.nail th { width: 50%; }
.shumoku2 table.nail th.line { border-top: #ccc dotted 1px; }
.shumoku2 table.nail td { width: 50%; }
.shumoku2 table.nail td.left { text-align: left; padding-left: 1em; }

/*
e4f4f5
28b7bc
0c9a88

*/
