/*
Theme Name: Kurihara Laboratory
Theme URI: http://www.sda.nagoya-cu.ac.jp/ykurihar/
Description: The 2012 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: Kurihara Laboratory
Version: 1.3
License: GNU General Public License
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
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
#copy_right{
	width:1000px;
	margin:auto;
}

.entry-header , .entry-meta{
	display:none;
}
div.entry-content div.wp-caption{
	float:left;
}
h3.contenth3{
	font-size:16px;
	font-weight:bold;
}

/******/


#main2 {
	clear: both;
	padding: 30px 0 0 0;
	display:table;
	margin:auto;
	width:1000px;
}
#main_kick {
	clear: both;
	padding: 30px 0 0 0;
	display:table;
	margin:auto;
	width:1000px;
	font-size:14px;
	
}
#main_inner4{
	clear: both;
	padding: 0 0 30px 20px;
	display:table;
	margin:auto;
	width:1000px;
	font-size:14px;
}


#main_plan {
	clear: both;
	padding: 30px 0 0 0;
	display:table;
	margin:auto;
	width:1400px;
	font-size:14px;
	
}
#main_plan h3{
	font-size:18px;
	font-weight:bold;
}

#main_kick p{
	margin:0px;
	padding:0px;
}
#main_kick h3{
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
p.kick{
	color:#00F;
	margin:0px 0px 20px 20px;
}
span.okubo{
	color:#F00;
	font-size:20px;
	padding-right:5px;
	font-weight:bold;
}
.kick01{
	background-color:#F8FFC4;
	padding:10px;
	margin:30px 20px;
	width:610px;
}
.kick02{
	background-color:#FFDEF3;
	padding:10px;
	margin:30px 20px;
	width:610px;
}
.kick03{
	float:right;
	margin:20px 0px 0px 30px;
}
.kick04{
	margin:30px 20px;
	padding:10px;
	width:610px;
}
ul.join_form{
}
li.join_li{
	list-style:none;
	float:left;
	margin:5px 20px;
}
/* =Inner Child
-------------------------------------------------------------- */
.inner_head_image{
	background-image:url(images/innerchild/inner_head.jpg);
	background-repeat:no-repeat;
	width:1000px;
	padding:437px 0px 0px 0px;
	margin:auto;
	text-align:center;
}
.inner_logo{
	width:540px;
	height:95px;
	margin:30px;
	padding:0px;
}
table.inner_table{
	margin:550px 0px 50px 10px;
	border:0px hidden;
	width:1000px;
	height:350px;
	background-image:url(images/innerchild/inner_image.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:14px;
	z-index:4;
}
tr.inner_tr{
	padding:5px 20px;
}
table.inner_table tr.inner_tr td{
	padding:5px 20px;
}
td.inner_td{
	background-color:#CCC;
	border-bottom:1px solid #fff;
	width:90px;
}
.inner_foot{
	position:fixed;
	right:-30px;
	bottom:100px;
	width:120px;
	height:115px;
	z-index:5;
}


table.staff{
	width:1000px;
	margin:10px 0px 130px 0px;
}
table.staff td{
	width:90px;
	padding-left:10px;
	border-right:1px solid #EEE;
}
li.schedule{
	list-style:none;
	margin:5px 20px 5px 0px;
	
}
.clear{
	clear:both;
}
.copyright {
    text-align: center;
}
.error{
	color:#F00;
}



.bordered tr.cellmenu{
	background-color:#E6F3FF;
}
.bordered tr.cellmenu:hover{
	background-color:#E6F3FF;
}

.bordered{
	margin:10px 0px 30px;
	width:100%;
}


.bordered td{
	border-right:1px solid #0CF;
	border-bottom:1px solid #0CF;
	padding:3px;
}
td.in{
	background-color:#00FFFF;
}
.bordered tr:hover td.in{
	background-color:#99DDFF;
}

.bordered tr:hover
{
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

$('.bordered tr').mouseover(function(){
    $(this).addClass('highlight');
}).mouseout(function(){
    $(this).removeClass('highlight');
});
.highlight
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.menu_back{
	width:100%;
	text-align:center;
}
div.menu_list{
	width:1200px;
	margin:0px auto;
}
ul.menu_ul{
	margin:0px;
	padding:0px;
	width:100%;
	
}
li.menu_li1{
	float:left;
	list-style:none;
	background: #FFF;
    border: 2px solid #1982D1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 400px;
    padding: 10px 0;
	margin:20px 5px;
	display:block;
}

li.menu_li2{
	float:right;
	list-style:none;
	background: #FFF;
    border: 2px solid #1982D1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100px;
    padding: 10px 0;
	margin:20px 5px;
}
span.attention{
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
	padding:0px 5px;
}
p.to_innerchild{
	text-align:right;
	margin-bottom:110px;
	font-size:18px;
}
p.double{
	font-size:20px;
	font-weight:bold;
	border:6px double #1982D1;
	padding:10px;
	margin-top:30px;
}
.inner5 {
    float: left;
	margin:10px 40px;
}
.inner3{
	width:1020px;
	text-align:center;
	margin:auto;
}
.inner3_in{
	margin:auto;
	text-align:left;
}
span.kome{
	font-size:10px;
	color:#999;
}
