/*
Theme Name: kaerulife
Theme URI: http://www.kaeru-life.com
Description: Designed by Kaeru-Life.
Version: 1.0
Author: Kaeru-Life
Author URI: http://www.kaeru-life.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	line-break: strict;
	margin: auto;
	background-color: #fff;
	padding: 0;
	font-size: 15px;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: 100%; /*for smartphone*/
	}
p,
ol,
ul {
	line-height: 180%;
	}
ol {}
ul {}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	color: #000;
	}

h1 {
	font-size: 23px;
	}
.pagetitle {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #247907;
	}
h2 {
	font-size: 18px;
	}

h3, h4, h5, h6 {
	font-size: 18px;
	}

a:link {
	color: #1c84d0;
	text-decoration: underline;
	}
a:visited {
	color: #1c84d0;
	text-decoration: underline;
	}
a:hover {
	color: #41adfc;
	text-decoration: underline;
	}
a:active {
	color: #41adfc;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select {}

form{
	margin:0;
	padding:0;
}

img {
	border: 0;
	}
img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/* 赤文字 */
.red {
	color: #FF0000;
	}

/* ボーダー */
.border_855 {
	margin-bottom: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {

	}


/**********************
*   Header            *
***********************/

#header {
	position:relative;
	width: 855px;
	height: 100px;
	margin: 0px auto;
	background: #fff;
	}

#header .blogtitle {
	float: left;
	width: 400px;
	height: 100px;
	background: #fff url(images/header_new.png) no-repeat left bottom;
	}

#header .header_right {
	padding: 0;
	float: right;
	}

#header .header_right ul{
	line-height: 100%;
	}

#header .header_right ul li{
	display: inline;
	padding: 0px;
	}

#header a {
	color: #333333;
	text-decoration: none;
	}

#header a:hover {
	color: #333333;
	text-decoration: underline;
	}

#header h1 {
	position: absolute;
	width: 430px;
	height: 20px;
	top: 45px;
	right: 3px;
	font-size: 10px;
	color: 
	#666;
	text-align: right;
	}


/**********************
*   Header2(Store)            *
***********************/

#header2 {
	background: url(images/store/dlstore_bg.gif);
	}

#header2_inner {
	width: 855px;
	height: 50px;
	margin: 0px auto;
	color: #fff;
	font-size: 13px;
	}

#header2 .blogtitle {
	float: left;
	width: 450px;
	height: 50px;
	background: url(images/header_store.png) no-repeat left bottom;
	}

#header2 .header_right {
	padding: 5px 0 0 0;
	float: right;
	}

#header2 .header_right ul{
	line-height: 100%;
	}

#header2 .header_right ul li{
	display: inline;
	padding: 0 10px 0 0;
	}

#header2 a {
	color: #fff;
	text-decoration: none;
	}

#header2 a:hover {
	color: #ffff00;
	text-decoration: underline;
	}

#header2 h1 {
	text-indent: -9999px;
	}


/**********************
*   Navigation Bar            *
***********************/

#navbar {
	height: 45px;
	width: 100%;
	background: #247907;
	font-size: 11pt;
	font-family: 'Hiragino Kaku Gothic Pro','Yu Gothic','Meiryo',sans-serif;
	font-weight: normal;
	position: relative;
	border-bottom: 6px solid #99cc00;
}
#navbar-inner {
	background: #247907;
	}
#navbar-inner ul {
	padding: 0;
	margin: 0 auto;
	width: 855px;
	height: 45px;
}
#navbar-inner li {
	display: inline;
	float: left;
}
#navbar-inner a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
#navbar-inner li a {
	border-right: 1px dotted #f5f2e8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#navbar-inner li:last-child a {
	border-right: 0;
}
#navbar-inner a:hover, nav a:active {
	background-color: #99cc00;
}
#navbar-inner a#pull {
	display: none;
}

/* 現在位置表示 */
#menu_home.current a,
#menu_kyozai.current a,
#menu_hiroba.current a,
#menu_hiroba2.current a,
#menu_blog.current a,
#menu_about.current a,
#menu_school.current a {
	background-color: #99cc00;
}

/* PCサイト非表示（お問い合わせ） */
#menu_contact,
#menu_contact a,
#menu_contact a:hover,
#menu_contact a:active {
	display: none;
}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	width: 855px;
	height: auto;
	margin: 0px auto;
	background: #fff;
	}

#wrapper2 {
	width: 855px;
	height: auto;
	margin: 0px auto;
	background: #fff;
	}

#wrapper_top {
	width: 855px;
	height: auto;
	margin: 0px auto;
	background: #fff;
	}

/**********************
*   Custom Page          *
***********************/

#topbanner {
	height: 245px;
	width: 100%;
	margin: 10px 0px 15px 0px;
	background: #fff;
}

#topleft {
	margin: 0 0 20px 0;
	padding: 0px;
	width: 64%;
	height: 100%;
	float: left;
}

#topleft p.topleft_title {
	margin: 0;
	padding: 0 0 15px 0;
}

#topleft ul {
	margin: 0;
	padding: 0;
}

#topentry {
	margin: 0 0 40px 0;
}

#top_description{
	float: left;
	}

#topright {
	width: 30%;
	margin: 0 0 20px 0;
	padding: 0;
	height: 100%;
	background: #fff;
	float: right;
}

#topright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topright ul.side_menu li {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 100%;
}

#topright ul.side_menu li, #topright ul.side_menu li a {
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	height: 65px;
	}

#topright ul.side_menu2 li {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 100%;
}


#tb_free a {
		background-image:url(images/topbutton_dl2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_free a:hover  {
		background-image:url(images/topbutton_dl.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_books a {
		background-image:url(images/topbutton_books2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_books a:hover  {
		background-image:url(images/topbutton_books.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_contact a {
		background-image:url(images/topbutton_otoiawase2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_contact a:hover  {
		background-image:url(images/topbutton_otoiawase.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_about a {
		background-image:url(images/topbutton_about2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_about a:hover  {
		background-image:url(images/topbutton_about.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_visual a {
		background-image:url(images/topbutton_tango.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_school a {
		background-image:url(images/topbutton_school2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_hiroba a {
		background-image:url(images/topbutton_hiroba.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_iphone a {
		background-image:url(images/topbutton_kidschinese.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_kihon a {
		background-image:url(images/topbutton_kihon.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_photo a {
		background-image:url(images/topbutton_photo2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_photo a:hover  {
		background-image:url(images/topbutton_photo.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_fb a {
		background-image:url(images/topbutton_fb2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_fb a:hover  {
		background-image:url(images/topbutton_fb.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_tw a {
		background-image:url(images/topbutton_tw2.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_tw a:hover  {
		background-image:url(images/topbutton_tw.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_ippo a {
		background-image:url(images/topbutton_ippo.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_hogo a {
		background-image:url(images/topbutton_hogo.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_kobun a {
		background-image:url(images/topbutton_kobun.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#tb_vo a {
		background-image:url(images/topbutton_vo.gif);
		background-repeat:no-repeat;
		width:255px;
		height:65px;
}

#top_sidebar {
	margin-top: 40px;
	}

#top_sidebar ul {
	background-color: #F2F2F2;
	font-size: 12px;
	padding: 8px 7px;
	}

#top_sidebar li {
	padding: 6px 0;
	border-bottom: 1px dotted #dadada;
	line-height: 19px;
	}

#top_kousin {
	margin-bottom: 20px;
	background-color: #F2F2F2;
	font-size: 12px;
	padding: 8px 7px;
	}

#topnews h2,
#content2 h2,
#content_hiroba2 h2,
#about_leftUnit h2,
#about_LRUnit h3,
#download_LRUnit h3,
.post h2,
.post h1 {
	font-size: 18px;
	border-left:7px solid #247907;
	padding:.2em .8em
	}

#download_LRUnit h2,
#school2_left h2 {
	border-left: 0px;
	padding: 0;
	}


#topnews h1,
#content2 h1,
#content_hiroba2 h1,
#hiroba_title,
#about_leftUnit h1,
#download_LRUnit h1 {
	font-size: 26px;
	font-weight: bold;
	color: #247907;
	margin: 4px 0 12px 0;
	}


/**********************
*   About Page          *
***********************/

#topbanner2 {
	height: 160px;
	width: 855px;
	margin: 15px 0px 25px 0px;
	background: #fff;
}

#topleft_about {
	margin: 0 0 50px 0;
	padding: 0px;
	width: 600px;
	height: 100%;
	float: left;
}

#topright_about {
	width: 200px;
	margin: 0 0 20px 50px;
	padding: 0;
	height: 100%;
	background: #fff;
	float: left;
}


#about_LRUnit {
	width: 855px;
	}

#about_leftUnit {
	float: left;
	width: 70%;
	}

#about_rightUnit {
	float: right;
	width: 25%;
	}


	#page_navi ul {
		background: #F2F2F2;
		padding: 10px 12px;
		margin-top: 10px;
	}
	#page_navi li {
		list-style-type: none; 
		display: block;
		line-height: 260%;
		border-bottom: 1px dotted #dadada;
	}
	#page_navi li:last-child {
		border-bottom: 0;
	}


/**********************
*   Free Contents Page          *
***********************/

#separator {
	clear: both;
	padding: 15px 0 15px 0;
	}

#separator2 {
	padding: 0 0 15px 0;
	}


#clear {
	clear: both;
	padding: 15px 0 15px 0;
	}

#clear2 {
	clear: both;
	}

#free_LRUnit {
	width: 855px;
	}

#free_leftUnit {
	float: left;
	width: 250px;
	}

#free_rightUnit {
	float: right;
	width: 590px;
	}

.bluetitle {
	font-size: 18px;
	color: #1C84D0;
	}

.bluetitle a {
	color: #1C84D0;
	}

.bluetitle a:hover {
	color: #41adfc;
	}

.watch_podcast {
	padding: 5px 0 0 10px;
	}

.level {
	float: right;
}

table.sample{
	width:700px;
	border-top:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
}

.sample th{
	color: #069;
	background:#f4f9fe;
	border-right:1px solid #e5eff8;
	border-bottom:1px solid #e5eff8;
	padding: 5px 12px;
}

.sample td{
	border-right:1px solid #e5eff8;
	border-bottom:1px solid #e5eff8;
	padding: 10px 12px;
}

/**********************
*   Download Store Page          *
***********************/
#storehead_LRUnit {
	width: 855px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	}

#storehead_leftUnit {
	float: left;
	width: 550px;
	}

#storehead_rightUnit {
	float: right;
	width: 305px;
	}

#storehead_rightUnit2 {
	float: right;
	width: 305px;
	text-align: right;
	}

#store_topcopy {
	font-size: 1.0em;
	}

#guide {
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: right;
	margin: 5px 0 15px 0;
	}

#guide_LRUnit {
	width: 855px;
	}

#guide_leftUnit {
	float: left;
	width: 405px;
	}

#guide_rightUnit {
	float: right;
	width: 405px;
	}

#download_guide_wrap {
	width: 720px;
	}

#download_step {
	margin-bottom: 40px;
	}

#download_LRUnit {
	width: 855px;
	margin-bottom: 60px;
	}

#download_leftUnit {
	float: left;
	width: 500px;
	}

#download_rightUnit {
	float: right;
	width: 305px;
	}

table.list{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size: 13px;
}

table.list2{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size: 13px;
}

.list td{
	border-right:0px;
	border-bottom:1px solid #CCC;
	padding: 5px 12px;
}

.list2 td{
	border-right:0px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 5px 12px;
}

.chapter{
	width: 20px;
}

.title{
	width: 310px;
}

.title2{
	width: 60%;
}

.price{
	width: 15%;
}

.cart{
	width: 25%;
}

.gallery {
	margin-left: 10px;
	}

.gallery img {
	border: 5px solid #e5f0ff;
	margin: 0 2px 4px 0;
	}

/**********************
*   Store Top page        *
***********************/
#store_header {
	background: #f5f2e8;
	margin: 0 0 35px 0;
	}

#storehead_LRUnit_top {
	width: 855px;
	height: 34px;
	margin: 0 auto;
	}

#breadcrumb_store_top {
	font-size: 0.8em;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: left;
	margin: 8px 0 0 0;
	}

#guide_top {
	text-align: right;
	margin: 6px 0 0 0;
	}

#store_top_leftUnit {
	float: left;
	width: 220px;
}

#store_top_rightUnit {
	float: right;
	width: 590px;
}

#separator2 {
	clear: both;
	padding: 25px 0 25px 0;
	}

#store-top-main {
	margin-bottom: 30px;
	}

#store-top-main {
	margin-bottom: 30px;
	}

#store-top-main a {
	color: #333;
	text-decoration: none;
	}

#store-top-main a:hover {
	color: #41adfc;
	text-decoration: none;
	}

#store-top-main a:active {
	color: #41adfc;
	text-decoration: none;
	}

#store-top-main ul {
	list-style-type: none;
	margin: 20px 0 30px 0;
	padding: 0;
}

#store-top-main ul li {
	width: 240px;
	height: 220px;
	display: inline-block;
	vertical-align:top;
	margin: 0 35px 30px 0;
}

#store-top-main .title4 {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
}

#store-top-main .title4 {
	display: block;
	padding:3px 0 3px 0;
	font-size: 15px;
}

#store-top-main .title3 {
	display: block;
	color: #666;
	padding:0 0 3px 0;
	font-size: 13px;
}


/**********************
*   Kyozai page        *
***********************/

#kyozai_banner_02 {
	height: 250px;
	width: 855px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}


#kyozai_banner {
	height: 335px;
	width: 855px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}

#kyozai-main {
	margin-bottom: 30px;
	}

#kyozai-main a {
	color: #333;
	text-decoration: none;
	}

#kyozai-main a:hover {
	color: #41adfc;
	text-decoration: none;
	}

#kyozai-main a:active {
	color: #41adfc;
	text-decoration: none;
	}

#kyozai-main ul {
	list-style-type: none;
	margin: 20px 0 30px 0;
	padding: 0;
}

#kyozai-main ul li {
	width: 240px;
	height: 220px;
	display: inline-block;
	vertical-align:top;
	margin: 0 35px 30px 0;
}

#kyozai-main .title4 {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
}

#kyozai-main .store_top {
	display: block;
	padding-bottom: 5px;
	font-size: 15px;
}

/**********************
*   DVD Page           *
***********************/

#dvd_banner {
	height: 36px;
	width: 855px;
	margin: 15px 0px 15px 0px;
	background: #fff;
}

#dvd_LRUnit {
	width: 855px;
}

#dvd_left {
	margin: 0 0 50px 0;
	width: 400px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#dvd_right {
	width: 400px;
	margin: 0 0 50px 35px;
	height: 100%;
	float: right;
}


/**********************
*   Hiroba Page           *
***********************/

#hiroba_LRUnit {
	width: 855px;
}

#hiroba_left {
	margin: 0 0 50px 0;
	width: 590px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#hiroba_right {
	width: 210px;
	margin: 0 0 50px 35px;
	height: 100%;
	float: right;
}

/*responsive*/
#hiroba_sidebar {
	float: right;
	width: 25%;
	}
#hiroba_sidebar ul {
	background-color: #F2F2F2;
	font-size: 12px;
	padding: 8px 10px;
	list-style-type: none;
	}

#hiroba_sidebar li {
	padding: 6px 0;
	border-bottom: 1px dotted #dadada;
	line-height: 19px;
	}
#hiroba_sidebar li:last-child {
	border-bottom: 0;
	}


#sidebar_hiroba {
	width: 215px;
	margin: 40px 0 50px 55px;
	height: 100%;
	float: left;
	line-height: 21px;
}

table.hiroba{
	width:100%;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
}

.hiroba th{
	color: #069;
	background:#e0efff;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 5px 12px;
}

.hiroba td{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 8px 12px;
}

table.hiroba_s{
	width:100%;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
	font-size: 80%; 
}

.hiroba_s th{
	color: #069;
	background:#e0efff;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 4px 4px;
}

.hiroba_s td{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 4px 4px;
}

#hiroba_list {
	margin: 10px 0 20px 0;
	background-color: #F2F2F2;
	font-size: 12px;
	padding: 15px 10px;
	}

.post_hiroba {
	padding: 0 0 10px 0;
	background: #fff;
	}

iframe {
	border: 5px solid #edf2ff;
	}

#twitter-widget-0 {
	border: 0px;
	}


/**********************
*   School Page           *
***********************/

#school_banner {
	height: 560px;
	width: 855px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}


#school_LRUnit {
	width: 855px;
}

#school_left {
	margin: 0 0 50px 0;
	width: 550px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#school_right {
	width: 255px;
	margin: 0 0 50px 30px;
	height: 100%;
	float: right;
}


/**********************
*   Tango Page           *
***********************/

#tango_banner {
	height: 540px;
	width: 855px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}


#tango_LRUnit {
	width: 855px;
}

#tango_left {
	margin: 0 0 50px 0;
	width: 300px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#tango_right {
	width: 515px;
	margin: 0 0 50px 40px;
	height: 100%;
	float: right;
}

/**********************
*   Kantai Page           *
***********************/

#kyozai_kantai_banner {
	height: 288px;
	width: 855px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	background: #fff;
}

#kantai_LRUnit {
	width: 855px;
}

#kantai_left {
	margin: 0 0 50px 0;
	width: 402px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#kantai_right {
	width: 402px;
	margin: 0 0 50px 51px;
	height: 100%;
	float: right;
}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 615px;
	height: 100%;
	margin: 0 0 40px 0;
	background: #fff;
	}

#content2 {
	float: left;
	width: 855px;
	height: 100%;
	margin: 0 0 40px 0;
	background: #fff;
	}

#content_hiroba2 {
	float: left;
	width: 580px;
	height: 100%;
	margin: 0 0 50px 0;
	background: #fff;
	}
	
#content_hiroba2_sidebar {
	width: 210px;
	margin: 0 0 50px 35px;
	height: 100%;
	float: right;
	}

#breadcrumb {
	font-size: 0.8em;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: left;
	margin: 15px 0 15px 0;
	}

#breadcrumb2 {
	font-size: 0.8em;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: left;
	margin: 0px 0 6px 0;
	}

#breadcrumb_store_top h1,
#breadcrumb h1,
#breadcrumb2 h1 {
	font-size: 1em;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	display: inline;
	}

.h1_inline {
	display: inline;
	}

#breadcrumb3 {
	font-size: 0.8em;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic',Osaka,arial,helvetica,clean,sans-serif;
	color: #333;
	text-align: left;
	margin: 0 0 15px 0;
	}


.page-title {
	clear: both;
	width: 500px;
	max-height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 15px 30px 10px 0px;
	background: none;
	}

.page-title-video {
	clear: both;
	width: 555px;
	overflow: hidden;
	margin: 0 30px 10px 0;
	background: none;
	}

.page-title-border {
	float: left;
	}

.page-title-border-video {
	float: left;
	padding: 0px;
	}

.paged,
.wp-pagenavi {
	clear: both;
	width: 520px;
	line-height: 40px;
	margin: 0 30px 0 30px;
	background: #none;
	}
.wp-pagenavi a,
.wp-pagenavi span {
	float: left;
	}


/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 10px 60px 10px 0;
	background: #fff;
	}

.postentry {
	color: #333;
	text-align: justify;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	}
.postentry a {
	color: #1c84d0;
	}
.postentry a:hover {
	color: #1c84d0;
	}

.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #dce6ff;
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #333;
	}

.posttitle {}
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #1C84D0;
	font-size: 20px;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 10px;
	color: #1c84d0;
	}
.post-date {
	padding: 0 0;
	color: #999;
	}
.post-cmts {
	padding: 0 0 5px 20px;
	background: url(images/icon_cmts.gif) no-repeat 0 0;
	}
.post-cate {
	padding: 0 0 0 20px;
	background: url(images/icon_cate.gif) no-repeat 0 0;
	}
.post-tags a {
	padding: 0 0 0 20px;
	background: url(images/icon_tag.gif) no-repeat 0 0;
	}

/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_gray.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #dce6ff;
	background: #edf2ff url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.avatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_gray.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #dce6ff url(images/separator_blue.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: left;
	width: 220px;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	}

#sidebar .rssfeeds {
		margin: 0;
		padding: 0 10px 0 3px;
		color: #333;
		font-size: 14px;
		}
#sidebar h2.feed-title {
		margin: 0;
		padding: 30px 0 0 3px;
		background: none !important;
		color: #333;
		font-size: 14px;
		}

#sidebar a.rss  {
		padding: 5px 0 5px 35px;
		background: transparent url(images/icon_rss.gif) no-repeat 3px 0;
		line-height: 150%;
		font-size: 12px;
		}

#sidebar a.podcast  {
		padding: 5px 0 5px 35px;
		background: transparent url(images/icon_rss.gif) no-repeat 3px 0;
		line-height: 150%;
		font-size: 12px;
		}

#sidebar h2.banner {
		margin: 5px 0 0 -2px;
		padding: 0;
		background: none !important;
		}
#sidebar h2 {
	width: 200px;
	overflow: visible;
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	color: #333;
	font-size: 14px;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0 10px 10px 3px;
	font-size: 12px;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #333;
	line-height: 26px;
	}

#sidebar li li {
	border-bottom: 1px dotted #dadada;
	}

#sidebar li li,
#sidebar li.widget li,
#sidebar li.widget div,
#sidebar .tagcloud {
	width: 200px;
	margin: 0 0 0 3px;
	}

#sidebar li.widget_tag_cloud {
	width: 200px;
	margin: 0 0 0 3px;
	}
#sidebar li.widget_tag_cloud h2 {
	margin-left: -3px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	width: 100%;
	margin: 0;
	background: #99cc00;
	}

#bottom-inner {
	width: 855px;
	height: 390px;
	margin: 0px auto;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	font-size: 12px;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #fff;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #319900;
	}
#bottom ul li {
	line-height: 30px;
	border-bottom: 1px dashed #319900;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #319900;
	}



/**********************
*   Footer            *
***********************/

#footer {
	height: 60px;
	width: 100%;
	clear: both;
	background: #247907;
	overflow: hidden;
	}

#footer p {
	width: 855px;
	margin: 0px auto;
	padding: 9px 25px;
	font-size: 10px;
	line-height: 200%;
	color: #fff;
	}

/**********************
*   Slidebox            *
***********************/

.open{
     background: #fc6;
     color: #fff;
     cursor: pointer;
     width:100px;
     padding: 6px;
     text-align: center; 
     }
#slideBox{
     padding: 10px;
     border: 1px #ccc solid;
     display:none;
     }
#photo_cn{
     font-family:宋体B8B\4F53",serif;
     font-size:20px;
     line-height: 150%;
     margin:0 0 10px 0;
     }


/**********************
*   画像マウスオーバー    *
***********************/
a:hover img {
filter : alpha(opacity=60);
opacity : 0.6 ;
}

/**********************
*   spam    *
***********************/
.dummy {
	display: none;
	}


/**********************
*   school_new        *
***********************/
#school2_banner2 {
	width: 570px;
	height: 213px;
	background:url(images/school/banner_school_new.jpg) no-repeat 0 0;
	margin-bottom: 26px;
	position:relative;
}

#school2_level {
	width: 570px;
	height: 257px;
	background:url(images/school/school2_level2.gif) no-repeat 0 0;
	margin-bottom: 30px;
	position:relative;
}

#school2_LRUnit {
	width: 855px;
}

#school2_left {
	margin: 0 0 50px 0;
	width: 570px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#school2_right {
	width: 250px;
	margin: 0 0 50px 0;
	height: 100%;
	float: right;
}

table.school2{
	width:570px;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 20px;
}

.school2 th{
	color: #069;
	background:#e0efff;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 8px 4px;	
}

.school2 td{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 8px 4px;
	text-align:center;
	font-size:90%;
}


/**********************
*   Responsive       *
***********************/

#mobile_header {
	display: none;
	}

#topbanner_m {
	display: none;
	}
#top_desc {
	background: #f5f2e8;
	padding: 5px 0;
	}
#top_desc_inner {
	width: 855px;
	margin: 0 auto;
	}