/*
Theme Name: Twenty Ten_gfest
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
background:transparent;
border:0;
margin:0;
padding:0;
}

body {
line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
}

ol, ul {
list-style: none;
}

blockquote:before, blockquote:after {
content: '';
content: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

a img {
border: none;
}

img.right{
float:right;
display:inline;
}

img.left{
float:left;
display:inline;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
margin: 0;
}

#primary{
float:left;
overflow: hidden;
width:230px;
margin-left:30px;
font-size:0.95em;
}

#primary #sidenav ul{
margin:0 0 30px 0;
padding:0;
list-style-type:none;
list-style-position:outside;
-webkit-box-shadow: 0px 0px 3px 0px #ccc;
-moz-box-shadow:0px 0px 3px 0px #ccc;
box-shadow: 0px 0px 3px 0px #cc;
}

#primary #sidenav ul li.top{
margin:0;
font-size:1em;
}

#primary #sidenav ul li.top a{
color:#fff;
background:#584191;
padding:10px;
border-top:solid 1px #2d1e55;
border-bottom:solid 1px #D5CEE8;

}

#primary #sidenav ul li.top a:hover{
background:#644aa6;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

#primary #sidenav li{
margin:0;
border-right:solid #584191 1px;
border-left:solid #584191 1px;
border-bottom:solid #584191 1px;
width:228px;
}

#primary #sidenav li a{
color:#333;
padding:7px 7px 7px 20px;
display:block;
background:#e1daf1 url(images/arrow_link04.png) no-repeat 9px 12px;
}

#primary #sidenav li a:hover,#primary #sidenav li a.on{
text-decoration:none;
background:#FBF9FF url(images/arrow_link04.png) no-repeat 9px 12px;
-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
-moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}

#primary #blog ul{
list-style-type:none;
list-style-position:outside;
font-size:.8rem;
margin-bottom:10px;
}

#primary #blog li{
margin-bottom:10px;
}

#primary #blog li a{
text-decoration:underline;
}

#primary #blog li a:hover,#primary #blog li a.on{
text-decoration:none;
}

#primary #blog h3{
    position: relative;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0.5em 0.5em 0.1em 2.0em;
    border-bottom: 2px solid #584191;
}
 
#primary #blog h3:before{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #D5CEE8;
    top: 0.1em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
#primary #blog h3:after{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #644aa6;
    top: 0.3em;
    left: 0;
    height: 12px;
    width: 12px;
}

#seclink_area{
width:228px;
border:1px solid #dadada;
background:#fff;
list-style-type:none;
margin:0;
padding:0;

}

#seclink_area li {
border-bottom:dotted 1px #ccc;
font-size:.95em;
background:url(images/arrow_link01.gif) no-repeat left;
width:208px;
margin:7px 0;
padding:0 0 7px 20px;
}

#seclink_area li:last-child {
border-bottom:none;
margin-bottom:3px;
padding-bottom:3px;
}

#seclink_area li a {
background:url(images/ico_newwin.gif) no-repeat right 2px;
padding-right:20px;
color:#3c3b3b;
text-decoration:none;
}

#seclink_area li a:hover {
text-decoration:underline;
}

#footer {
clear:both;
width:100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
margin: 0 auto;
width: 95%;
}


/* =Fonts
-------------------------------------------------------------- */
body{
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size:0.9em;
color:#333;
}

input[type="submit"] {
background:#50cddd;
border-top:1px solid #34B4CB;
border-left:1px solid #34B4CB;
border-right:1px solid #34B4CB;
border-bottom:2px solid #34B4CB;
border-radius:4px;
padding:5px;
width:80px;
cursor: pointer; 
color:#fff; 
}

input:hover[type="submit"] {
background:#c6f3f8;
color:#333;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#main {
margin: 0 auto;
width: 1000px;
}

#wrapper{
background:url(images/page_bg.gif) repeat-x top;
padding-top:27px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
background: #fff url(images/body_line.gif) repeat-x top;
}

hr {
background-color: #e7e7e7;
border: 0;
clear: both;
height: 1px;
margin-bottom: 18px;
}

/* Text elements */
p {
margin-bottom: 18px;
}
ul {
list-style: square;
margin: 0 0 18px 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 18px 1.5em;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 18px;
}
strong {
font-weight: bold;
}

ins {
background: #ffc;
text-decoration: none;
}

blockquote {
font-style: italic;
padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
font-style: normal;
}
pre {
background: #f7f7f7;
color: #222;
line-height: 18px;
margin-bottom: 18px;
overflow: auto;
padding: 1.5em;
}

abbr,acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

sup,sub {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}

sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: smaller;
}

input[type=text],input[type=password],input[type=email],input[type=url],input[type=number],textarea {
background:#f9f9f9;
border:1px solid #ccc;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
padding:2px;
}

a:link {
color: #4f378b;
text-decoration:none;
}
a:visited {
color: #4f378b;
}

a:active,a:hover {
color: #4f378b;
text-decoration:underline;
}

/* =Header
-------------------------------------------------------------- */

#header {
padding: 0;
margin:11px auto 0 auto;
width:1000px;
}

#header ul#h_nav{
width:163px;
float:right;
margin:67px 0 0 0;
padding:0;
list-style-type:none;
}

#header ul#h_nav li{
float:left;
}

.site-main{
width:1000px;
margin:0 auto 20px auto;
}

#nav{
margin:0;
padding:3px 0 0 0;
height:57px;
background:url(images/nav_bg.gif) repeat-x;
clear:both;
}

#nav ul{
margin:0 auto;
list-style-type:none;
padding:0;
width:1000px;
}

#nav ul li{
float:left;
}

.site-title{
float:left;
width:374px;
height:99px;
}


/* =Content
-------------------------------------------------------------- */

#main {
clear: both;
overflow: hidden;
padding: 0 0 0 0;
}

#content_top {
width:690px;
float:left;
clear:both;
/*margin-top:28px;*/
}


#content {
width:698px;
float:left;
background:#fff;
border:solid 1px #dadada;
padding:20px;
}

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

#content pre,#content kbd,#content tt,#content var {
font-size:15px;
line-height:21px;
}

.home .sticky {
background: #f2f7fc;
border-top: 4px solid #000;
margin-left: -20px;
margin-right: -20px;
padding: 18px 20px;
}

.single .hentry {
margin: 0 0 36px 0;
}

.page-title {
color: #000;
font-size: 14px;
font-weight: bold;
margin: 0 0 36px 0;
}

.page-title a:link,.page-title a:visited {
text-decoration: none;
}

.page-title a:active,.page-title a:hover {
color: #ff4b33;
}

#content h1.entry-title {
margin: 0 0 15px 0;
background:#f3fcfd url(images/entry-title_bg.gif) repeat-x bottom;
padding:8px 0px 8px 25px;
font-size:1.2em;
border-top:solid 3px #1DAEC1;
border-bottom:1px solid #0da2b5;
position:relative;
}

#content h1.entry-title:before, #content h2.entry-title:before{
content:url(images/entry-bread.png);
left:7px;
position:absolute;
}

#content h1.entry-title a, #content h2.entry-title a{
color:#333;
}

#content h2.entry-title {
margin: 15px 0;
position:relative;
background:#f3fcfd url(images/entry-title_bg.gif) repeat-x bottom;
padding:8px 0px 8px 25px;
font-size:1.2em;
border-top:solid 3px #1DAEC1;
border-bottom:1px solid #0da2b5;
}

.entry-meta {
color: #777;
font-size: 13px;
text-align:right;
}

.entry-meta abbr,.entry-utility abbr {
border: none;
}

.entry-meta abbr:hover,.entry-utility abbr:hover {
border-bottom: 1px dotted #666;
}

.entry-content,.entry-summary {
clear: both;
padding: 12px 0 0 0;
}

#content .entry-summary p:last-child {
margin-bottom: 12px;
}

.entry-content fieldset {
border: 1px solid #e7e7e7;
margin: 0 0 24px 0;
padding: 24px;
}

.entry-content fieldset legend {
background: #fff;
color: #000;
font-weight: bold;
padding: 0 24px;
}

.entry-content input.file,
.entry-content input.button {
margin-right: 24px;
}

.entry-content label {
color: #777;
font-size: 12px;
}

.entry-content select {
margin: 0 0 24px 0;
}

.entry-content sup,.entry-content sub {
font-size: 10px;
}

.entry-content blockquote.left {
float:left;
margin-left:0;
margin-right:24px;
text-align:right;
width:33%;
}
.entry-content blockquote.right {
float:right;
margin-left:24px;
margin-right:0;
text-align:left;
width:33%;
}

.page-link {
clear:both;
color:#000;
font-weight:700;
line-height:48px;
word-spacing:.5em;
}

.page-link a:link,.page-link a:visited {
background:#f1f1f1;
color:#333;
font-weight:400;
padding:.5em .75em;
text-decoration:none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
/* 
.entry-utility {
clear: both;
color: #777;
font-size: 13px;
line-height: 18px;
background:#fffcf3;
padding:3px 3px 3px 8px;
border-top:solid 1px #fff1c9;
border-bottom:solid 1px #fff1c9;
}*/
.entry-utility {
display:none;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,.home #content .category-asides p {
font-size:14px;
line-height:20px;
margin-bottom:10px;
margin-top:0;
}

.home .hentry.format-aside,.home .hentry.category-asides {
padding:0;
}

.home #content .format-aside .entry-content,.home #content .category-asides .entry-content {
padding-top:0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,.category-gallery .size-thumbnail img {
border:10px solid #f1f1f1;
margin-bottom:0;
}

.format-gallery .gallery-thumb,.category-gallery .gallery-thumb {
float:left;
margin-right:20px;
margin-top:-4px;
}

.home #content .format-gallery .entry-utility,.home #content .category-gallery .entry-utility {
padding-top:4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,img.alignleft {
display:inline;
float:left;
margin-right:24px;
margin-top:4px;
}

.alignright,img.alignright {
display:inline;
float:right;
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;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 13px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
color:#777;
font-size:13px;
line-height:18px;
overflow:hidden;
}

.navigation a:link,.navigation a:visited {
color:#777;
text-decoration:none;
}

.navigation a:active,.navigation a:hover {
color:#ff4b33;
}

.nav-previous {
float:left;
width:50%;
}

.nav-next {
float:right;
text-align:right;
width:50%;
}

#nav-above {
display:none;
margin:0 0 18px;
}

.paged #nav-above,.single #nav-above {
display:block;
}

#nav-below {
margin:-18px 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
clear:both;
}

#comments .navigation {
padding:0 0 18px;
}

h3#comments-title,h3#reply-title {
color:#000;
font-size:20px;
font-weight:700;
margin-bottom:0;
}

h3#comments-title {
padding:24px 0;
}

.commentlist li.comment {
border-bottom:1px solid #e7e7e7;
line-height:24px;
position:relative;
margin:0 0 24px;
padding:0 0 0 56px;
}

.commentlist li:last-child {
border-bottom:none;
margin-bottom:0;
}

#comments .comment-body ul,#comments .comment-body ol {
margin-bottom:18px;
}

#comments .comment-body p:last-child {
margin-bottom:6px;
}

#comments .comment-body blockquote p:last-child {
margin-bottom:24px;
}

.commentlist ol {
list-style:decimal;
}

.commentlist .avatar {
position:absolute;
top:4px;
left:0;
}

.comment-author cite {
color:#000;
font-style:normal;
font-weight:700;
}

.comment-author .says {
font-style:italic;
}

.comment-meta {
font-size:12px;
margin:0 0 18px;
}

.comment-meta a:link,.comment-meta a:visited {
color:#777;
text-decoration:none;
}

.reply {
font-size:12px;
padding:0 0 24px;
}

.reply a,a.comment-edit-link {
color:#777;
}

.commentlist .children li {
border:none;
margin:0;
}

.nopassword,.nocomments {
display:none;
}

#comments .pingback {
border-bottom:1px solid #e7e7e7;
margin-bottom:18px;
padding-bottom:18px;
}

.commentlist li.comment+li.pingback {
margin-top:-6px;
}

#comments .pingback p {
color:#777;
display:block;
font-size:12px;
line-height:18px;
margin:0;
}

#comments .pingback .url {
font-size:13px;
font-style:italic;
}

.commentlist,.commentlist .children {
list-style:none;
margin:0;
}

.comment-meta a:active,.comment-meta a:hover,.reply a:hover,a.comment-edit-link:hover {
color:#ff4b33;
}

/* Comments form */
#respond {
border-top:1px solid #e7e7e7;
overflow:hidden;
position:relative;
margin:24px 0;
}

#respond .comment-notes {
margin-bottom:1em;
}

.form-allowed-tags {
line-height:1em;
}

.children #respond {
margin:0 48px 0 0;
}

h3#reply-title {
margin:18px 0;
}

#comments-list #respond {
margin:0 0 18px;
}

#cancel-comment-reply-link {
font-size:12px;
font-weight:400;
line-height:18px;
}

#respond .required {
color:#ff4b33;
font-weight:700;
}

#respond label {
color:#777;
font-size:12px;
}

#respond input {
width:98%;
margin:0 0 9px;
}

#respond textarea {
width:98%;
}

#respond .form-allowed-tags {
color:#777;
font-size:12px;
line-height:18px;
}

#respond .form-allowed-tags code {
font-size:11px;
}

#respond .form-submit {
margin:12px 0;
}

#respond .form-submit input {
font-size:14px;
width:auto;
}

#respond p,#comments-list ul #respond {
margin:0;
}


/* =Widget Areas
-------------------------------------------------------------- */


#wp_tag_cloud div {
line-height:1.6em;
}

#wp-calendar {
width:100%;
}

#wp-calendar caption {
color:#222;
font-size:14px;
font-weight:700;
padding-bottom:4px;
text-align:left;
}

#wp-calendar thead {
font-size:11px;
}

#wp-calendar tbody {
color:#aaa;
}

#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
text-align:center;
padding:3px 0 2px;
}

#wp-calendar tbody .pad {
background:none;
}

#wp-calendar tfoot #next {
text-align:right;
}

.widget_rss a.rsswidget {
color:#000;
}

.widget_rss a.rsswidget:hover {
color:#ff4b33;
}

.widget_rss .widget-title img {
width:11px;
height:11px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
width:100%;
/* background:url(images/foot_bg.gif) repeat-x #fff9e8; */
background-color: #FFF9E8;
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top:2px;
margin-top:30px;
}

#footer #inner{
width:1000px;
/* height: 260px; */
margin:0 auto;
}

#footer #inner h2{
/* float:left;
width:126px; */
}

#footer #inner #footer-logos {
    /* height: 48px; */
    margin: 16px 0;
    vertical-align: middle;
    text-align: right;
}
#footer #inner #footer-logos img {
    height: 56px;
}
#footer #inner #footer-logos img:first-child {
    margin-right: 24px;
}

#footer #inner #f_link{
width:1000px;
float:right;
margin:0 0 0 43px;
font-size:12px;
}

#footer #inner #f_link ul {
float:left;
width:calc(250px - 16px);
border-right:dotted 1px #ccc;
list-style-type:none;
height:140px;
margin:0 0 20px 0;
padding:0 0 0 15px;
}

/* #footer #inner #f_link ul.first{
width:161px;
}

#footer #inner #f_link ul.second{
width:221px;
} */

/* #FFF9E8, #523892 */

#footer #inner #f_link ul ul{
border-right:none;
padding:0;
margin:10px 0 0 0;
}

#footer #inner #f_link ul li{
margin-bottom:5px;
background:url(images/arrow_link02.gif) no-repeat 3px;
padding-left:20px;
font-weight:bold;
}

#footer #inner #f_link ul li ul li{
margin-bottom:5px;
background:url(images/arrow_link03.gif) no-repeat 3px;
padding-left:12px;
font-weight:400;
}

#footer #inner #f_link ul li a{
text-decoration:none;
color:#333;
}

#footer #bottom{
background-color: #523892;
border-top: 1px solid #7E67B6;
padding:10px 0 20px 0;
clear:both;
overflow:hidden;
}

#footer #bottom #inner-bottom {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    color: #fff;
}

#footer #bottom #inner-bottom a {
    color: #fff;
}

#footer #bottom .right{
margin:8px 0 0 150px;
float: right;
display:block;
}

#footer #bottom .left{
float: left;
display:block;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
-webkit-text-size-adjust:140%;
}

code {
-webkit-text-size-adjust:160%;
}

#access,.entry-meta,.entry-utility,.navigation,.widget-area {
-webkit-text-size-adjust:120%;
}

#site-description {
-webkit-text-size-adjust:none;
}

/* =Print Style
-------------------------------------------------------------- */
/*
@media print {
body {
background:none!important;
}

#wrapper {
clear:both!important;
display:block!important;
float:none!important;
position:relative!important;
}

#header {
border-bottom:2pt solid #000;
padding-bottom:18pt;
}

#colophon {
border-top:2pt solid #000;
width:auto;
}

.entry-content {
font-size:14pt;
line-height:1.6em;
}

.entry-title {
font-size:21pt;
}



#container,#header,#footer {
width:100%;
margin:0;
}

#content,.one-column #content {
width:100%;
margin:24pt 0 0;
}

.wp-caption p {
font-size:11pt;
}

#site-info,#site-generator {
float:none;
width:auto;
}

img#wpstats {
display:none;
}

#site-generator a {
margin:0;
padding:0;
}

#entry-author-info {
border:1px solid #e7e7e7;
}

#main {
display:inline;
}

.home .sticky {
border:none;
}
}*/

#btn_area{
width:690px;
margin:20px 0 0;
}

#topside{
width:280px;
float:left;
margin-left:30px;
}

#toplink_area{
width:254px;
border:1px solid #ccc;
padding:20px 12px 20px 12px;
background:#fff;
list-style-type:none;
margin:0 0 20px 0;
}

#toplink_area li{
margin-bottom:10px;
padding:0 0 10px 15px;
border-bottom:dotted 1px #ccc;
font-size:0.95em;
background:url(images/arrow_link01.gif) no-repeat left 5px;
}

#toplink_area li:last-child{
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}

#toplink_area li a{
background:url(images/ico_newwin.gif) no-repeat right;
padding-right:20px;
color:#3c3b3b;
text-decoration:none;
}

.banner{
margin:0;
padding:0;
display:block;
width:280px;
height:66px;
}

#support_area{
width:672px;
border:1px solid #ccc;
padding:8px;
background:#fff;
margin-bottom:30px;
}

#support_area #inner{
background:url(images/support_img.jpg) no-repeat left top;
width:502px;
padding:20px 20px 0 150px;
}

#support_area h3{
margin:0;
padding:0;
line-height:0;
}

h3.times{
margin: 20px 0 2px;
padding: 3px 0 3px 8px;
border-left: solid 7px #0da2b5;
color: #666;
font-weight: bold;
font-size: 1.1em;
border-bottom:solid 1px #0da2b5;
}

h3.mirai{
margin: 20px 0 2px;
padding: 3px 0 3px 8px;
border-left: solid 7px #ed9f40;
color: #666;
font-weight: bold;
font-size: 1.1em;
border-bottom:solid 1px #ed9f40;
border-right:solid 1px #ed9f40;
border-top:solid 1px #ed9f40;
background-color: #fffff0;
}


h3.news{
margin:30px 0 0 0;
padding:0;
line-height:0;
}

h3.voice{
margin:0 0 10px 0;
padding:0 0 3px 0;
border-bottom:solid 2px #1DAEC1;
color:#1DAEC1;
font-weight:bold;
font-size:1em;
}

.voicetx{
text-indent:1em;
}

#content table{
width:100%;
}

#content table.appli caption{
margin-bottom:20px;
}


#content table.appli td,#content table.appli th{
border-bottom:solid 1px #ccc;
padding:15px;
}

#content table.appli td.none,#content table.appli th.none{
border-bottom:none;
}

#content table.appli td p{
margin:0;
}

#content table.appli td ul,#content table.appli td ol{
margin:15px 0 15px 2em;
list-style-position:outside;
}

#content table.appli td li{
margin-bottom:3px;
}

#content table.appli td li .doc{
background:#f5f5f5;
border:solid 1px #ccc;
padding:5px;
margin:7px 0;
display:block;
text-align:center;
border-radius:4px;
}



#content table.appli th{
width:90px;
text-align:left;
background:url(images/appli_bg.gif);
font-weight:400;
}

#content table.contact th{
text-align:left;
font-weight:400;
}

#content table.contact th,#content table.contact td{
padding:10px;
border-bottom:dotted 1px #ccc;
}

#content table.contact th.bottom,#content table.contact td.bottom{
border-bottom:none;
}

#news_table{
width:690px;
font-size:0.95em;
}

#news_table .paddingl{
width:90px;
padding-left:10px;
}

#news_table .paddingr{
padding-right: 10px;
}

#news_table tr{
border-bottom: 1px dotted #ccc;
height:40px;
}

#news_table .label{
width:80px;
}

#content table.schedule {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

#content table.schedule caption {
	text-align: center;
	font-size: 1.4em;
}

#content table.schedule th,
table.schedule td {
  padding: 5px;
}

#content table.schedule th {
  background: #5b9bd5;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}

#content table.schedule td {
	text-align: center;
	white-space: nowrap;
}

#content table.schedule col.date {
	background: #F2F5FF;
	width: 20%;
}

#content table.schedule col.sscourse {
	background: #d2deef;
	width: 40%;
}

#content table.schedule col.tlcourse {
	background: #eaeff7;
	width: 40%;
}

ul.shortc{
margin:10px;
font-weight:bold;
}

ul.shortc li{
list-style:none;
border-bottom:dotted #ccc 1px;
padding:0 1em 0.5em;
}

ul.shortc li a{
font-weight:normal;
}
#faq-block p.scroll-back a{
display:none;
}

.faqlist-question{
margin:0 0 5px -1em;
background:url(images/arrow_link02.gif) no-repeat left 3px;
list-style-type:none;
padding:0 0 0 18px;
}

.faq-question{
background:#0081A3 url(images/question.png) no-repeat 10px 7px;
color:#fff;
padding:5px 5px 5px 35px;
font-size:1em;
margin:0 0 15px 0;
border-radius:4px;
}

a[href$=".pdf"] {
    background:url(images/ico_pdf.png) no-repeat right;
	padding-right:20px;
}
a[href$=".doc"] {
    background:url(images/ico_word.png) no-repeat right;
	padding-right:20px;
}

.caution{
color:red;
font-size:0.9em;
}

.impinfo{
color:#ff006F;
font-size:1.7em;
font-weight:bold;
}
.impinfo:hover{
text-decoration:none;
}

/***** コンタクトフォーム *****/
.c1{
background:#fff;
padding:15px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
}
 
.c2{
background:#E8EEF9;
padding:20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
}
 
p.c1,p.c2{
margin:0;
font-size:1em;
}

.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:1px;
background:#ff8080;
color:#fff;
margin:3px;
font-weight:normal;
font-size:0.85em;
}
 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
.c1 textarea,.c2 textarea{
font-size:13px;
width:100%;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:40px;
font-size:18px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}

@media screen and (max-width: 1000px) {
#nav,
	#main,#footer{
		width: 1000px;
	}

}
dl#yoko dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl#yoko dl {
	background-color: #e7e7e7;
	border: 1px solid #333;
	border-top: none;
}

dl#yoko dt,dd {
	padding: 5px;
}

dl#yoko dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 100px;
}

dl#yoko dd {
	background-color: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 105px;
}
h3.yoko{
	padding: 5px 0 5px 7px;
	font-size: 1.1em;
	margin: 0 0 13px 0;
	border-left: solid #1DAEC1 5px;
	background-color: #f0f8ff;
}
dl#horizon {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:5px;
}
dl#horizon dt {
    float:left;
    clear: left;
    width:110px;
    font-weight:bold;
    background-color:#ddeeff;    
    padding:5px;
    margin-bottom:5px;
}
dl#horizon dd {
    background-color:#ffffff;
    margin-left:120px;
    margin-bottom:5px;  
    padding:5px;
    border-bottom:1px dotted #ccc;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.book dl{
	margin: 15px 5px;
}
.book dt{
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px 6px 3px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.book dd{
	padding-left: 50px;
	line-height: 0.6;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.book dd.first{
	padding: 15px 0 15px 15px;
	font-size: 1.1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.book dd.last{
	margin-bottom: 20px;
	padding: 5px 5px 15px 50px;
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.happy{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border: solid #ccc 1px;
}
table.happy td{
	padding: 4px;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}
table.happy td.one{
	background-color: #f5f5f5;
}
table.happy td.end{
	background-color: #ccc;
}
table.happy caption{
	caption-side: left;
	font-size: 1.2em;
}

.question{
	margin-bottom: 6px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.0em;
}
div.area {
	border: 1px solid #ccc;
	width: 152px;
	height: 200px;
	background-color: #DCDCDC;
	margin: 10px;
	float: left;
}
div.area2 {
	border: 1px solid #ccc;
	width: 152px;
	height: 40px;
	background-color: #DCDCDC;
	margin: 10px;
	padding: 10px 0;
	float: left;
}
p.imageteacher, p.caption, p.caption2{
	text-align: center;
	margin: 1px;
	color: #444;
}
p.caption{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 2px;
}
p.caption2{
	font-size: 0.8em;
	margin-bottom: 3px;
}
.effect{
  position: relative;
}
.effect:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 5px;
  width: 30%;
  top: 50%;
  max-width:150px;
  background: #777;
  -webkit-box-shadow: 0 17px 10px #777;
  -moz-box-shadow: 0 17px 10px #777;
  box-shadow: 0 17px 10px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect:after{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 5px;
  left: auto;
}
h4.introprof{
	color: #fff;
	background: #1DAEC1;
	padding: 0 10px;
	border-radius: 50px;
}
strong.line{
	background: linear-gradient(transparent 60%, #ffc0cb 10%);
}
a.teach{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover.teach{
	text-decoration: none;
	color: #39f;
}