/*
 Theme Name:   TRY2015v1-2019v5
 Author:       try co.ltd
 Author URI:   http://try-p.net
 Version:      201911v5
*/

/* [ 全体にかかるもの ] */
html {
	margin: 0;
}
body { background-color: #70c3fd; }
body a { text-decoration: none; }
body img { border: none; }

#page {
	width: 960px;
	margin: 0 auto;
	font-family: “メイリオ”, Meiryo, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, sans-serif;
	background-image: url(images/index/bg.jpg);   
}
.site {
	background: none;
}
h1,h2,h3,h4,h5,h6,p{
	font-family: “メイリオ”, Meiryo, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, sans-serif;
}
#page p {
	font-size: 14px;
	color: gray;
	line-height: 1.7em;
}
#page h1 {
	font-size: 28px;
}
#page h2 {
	font-size: 21px;
}
hgroup {
	width: 960px;
	height: 200px;
	background-image: url(images/header/header_bg.png);
}
hgroup img {
	position: relative;
	top: 0;
	right: 0;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;       /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;        /* CSS3 */
  word-wrap: break-word;       /* IE 5.5+ */
}

/*---------------------------------------------
 [ indexページ ] 
---------------------------------------------*/

/* [ headerブロック ] */
.headbox {
	width: 960px;
	height: 125px;
	position: relative;
	top: -8px;
	z-index: 99999;
}
#main { z-index: 99990; padding-top: 45px; }

/* [ TOPドロップダウンメニュー ] */
/* Navigation Menu */
#topmenu {
	width: 804px;
	height: 42px;
	margin: -95px auto 0;
	position: relative;
}
.main-navigation ul {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
}
.main-navigation ul li {
	width: 16.66666%;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}
.main-navigation ul li a {
	display: block;
	width: auto;
}

/* Dropdown Menu */
.dropmenu {
	*zoom: 1;
	list-style-type: none;
	width: 804px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a {
	display: block;
	height: 26px;
	margin: 0;
	padding: 7px 0 19px;
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
	word-spacing: 0.5em;
	text-decoration: none;
}
#home a:hover{background-position: 0 0; width: 134px;}
#information a:hover{background-position: -134px 0; width: 134px;}
#class a:hover{background-position: -268px 0; width: 134px;}
#schoollife a:hover{background-position: -402px 0; width: 134px;}
#admissions a:hover{background-position: -536px 0; width: 134px;}
#scholarship a:hover{background-position: -670px 0; width: 134px;}

#home a{background-position: 0 -42px; width: 134px;}
#information a{background-position: -169px -42px; width: 134px;}
#class a{background-position: -268px -42px; width: 134px;}
#schoollife a{background-position: -402px -42px; width: 134px;}
#admissions a{background-position: -536px -42px; width: 134px;}
#scholarship a{background-position: -670px -42px; width: 134px;}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 99900;
	top: 115%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 96%;
	height: auto;
}
.dropmenu li ul li a{
	padding: 13px 0 13px 15px;
	border-top: 1px solid #cc9999;
	background: #ff99cc;
	text-align: left;
	height: auto;
}
.dropmenu li ul li:hover > a {
	background: #6e7c0c;
}
.dropmenu li ul li a:hover {
	background: #ff6699;
}
#flip ul {
  visibility: hidden;
  perspective: 400px;
}
#flip li:hover ul{
  visibility: visible;
}
#flip ul li{
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .1s;
}
#flip li:hover ul li{
  transform: rotateX(0);
}
#flip li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}
#flip li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip li:hover ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip li:hover ul li:nth-child(5) {
  transition-delay: .4s;
}
#flip li:hover ul li:nth-child(6) {
  transition-delay: .5s;
}
#flip li:hover ul li:nth-child(7) {
  transition-delay: .6s;
}
#flip li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}
#flip li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}
#flip li ul li:nth-last-of-type(3) {
  transition-delay: .2s;
}
#flip li ul li:nth-last-of-type(4) {
  transition-delay: .3s;
}
#flip li ul li:nth-last-of-type(5) {
  transition-delay: .4s;
}
#flip li ul li:nth-last-of-type(6) {
  transition-delay: .5s;
}
#flip li ul li:nth-last-of-type(7) {
  transition-delay: .6s;
}



/* [ maincontentブロック ] */
.topimg {
	width: 798px;
	height: 409px;
	margin: 0 auto;
	padding-top: 47px;
}
#topcontent {
	width: 960px;
}

#emargency {
	width: 860px;
	height: 32px;
	color: #fff;
	padding: 3px 10px 3px 90px;
	background-color: #eb6fa5;
}
.emergencytxt {
	width: 620px;
	max-width: inherit;
	height: 28px;
	position: relative;
    top: -39px;
    left: 240px;
	padding: 0;
	color: #fff;
	overflow: hidden;
	font-size: 23px;
	line-height: 1.5em;
	vertical-align: top;
	white-space: nowrap;
}
.emergencytxt a:link {
	color: #fff;
	text-decoration: none;
}
.emergencytxt a:visited {
	color: #fff;
	text-decoration: none;
}
.emergencytxt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.emergencytxt li {
	display: inline;
	width: 100%;
	margin-right: 40px;
}


/* [ 横に並べるリスト ] */
#classspace {
	clear: both;
}
#classspace img {
	width: 182px;
	height: 143px;
}
#classpart {
	width: 786px;
	height: 356px;
	margin: 15px auto;
}
#classpart table { /* 20190204修正 */
	width: 100%;
	padding: 0;
	position: relative;
	top: -205px;
	left: -2px;
}
#classpart ul li {
	display: inline-block;
	width: 22.8%;
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
.class2px {
	padding-right: 2px;
}
.class1px {
	padding-right: 1px;
}

#bannerbox {
	width: 782px;
	height: 625px;
	margin: 0 auto;
	clear: both;
}
#bannerbox table {
	border: none;
	width: 100%;
	display: block;
}
#bannerbox table .td-left {
	width: 360px;
}
#bannerbox table td {
	vertical-align: top;
}
#bannerbox table .SLboxtop {
	width: 100%;
	margin-top: 10px;
}

/* [ バナー部活動・入試情報・動画 202009追加 ] */
#bannerbox ul {
	list-style: none;
	width: 100%;
	display: block;
	padding: 0;
}
#bannerbox ul li.li-left {
	width: 264px;
	height: 65px;
	float: left;
}
#bannerbox ul li.li-center {
	width: 264px;
	height: 65px;
	float: left;
}
#bannerbox ul li.li-right {
	width: 254px;
	height: 65px;
	float: left;
}


/* [ 新着情報ブロック ] */
#newsbox {
	width: 346px;
	height: 500px;
	margin: 10px 0 5px;  /* margin-bottom: 5px; */
}
.newstxt {
	width: 320px;
	height: 435px;
	margin: -450px auto;
	position: relative;
	overflow: hidden;
}
#newsbox p { line-height: 1em; font-size: 13px; }

/* [ SchoolLifeブロック ] */
#SLbox {
	width: 419px;
	height: 527px;
	margin-top: 10px;
}
.entryday { text-align: right; margin-top: -10px; margin-right: 15px; }
.entrynavi { margin: 30px 0 10px; font-size: 0.8em; text-align: center; }
.PolicyClub_box {display: block; width: 100%; text-align: center;}
.PolicyClub_box p {text-align: left; margin-left: 2em;}


/* [ footerブロック ] */
footer {
	width: 960px;
	height: 80px;
	margin-top: 40px;
	padding-top: 30px;
	background-image: url(images/footer/footer_bg.png);
	background-repeat: repeat-x;
}
#footerbox {
	width: 900px;
	margin: 0 auto;
	clear: both;
}
.addresstxt {
	font-size: 0.8em;
	width: 500px;
}
.footermenu {
	font-size: 0.85em;
	font-weight: bold;
	width: 420px;
	float: right;
	margin-top: -20px;
	text-align: right;
}
.footermenu a {
	text-decoration: none;
	color: #353535;
}
#copyrightbox {
	width: 100%;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
	font-size: x-small;
	text-align: center;
}

/*
/********* [ サブページ共通 ] *********/
/**/
#pagebody {
	width: 590px;
	min-height: 640px;  
	height: auto;
	position: relative;
	line-height: 1.5em;
	padding: 10px 20px;
	margin: 0 0 70px 253px;
	background-color: rgb(254,243,204);
	background-color: #FEF3CC;  /* #fdecde */
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
#pagebody.body740h {
	min-height: 740px;
}
#pagebody h1 {
	width: 580px;
	height: 35px;
	display: block;
	margin: 20px auto 10px;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
	background-image: url(images/subpage/title_bg.png);
	background-repeat: no-repeat;
}
ntry-content {
	max-width: 100%;
}
.h3-m10 { margin-top: 10px; margin-bottom: 10px; }
.h3top-m10 { margin-top: 10px; }
#pages {
	width: 745px;
	min-height: 400px;  
	height: auto;
	position: relative;
	line-height: 1.5em;
	padding: 10px 30px;
	margin: 0 auto 70px;
	background-color: rgb(254,243,204);
	background-color: #FEF3CC;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}


/*
/********* [ 新着情報ページ ] *********/
/**/
#newpage {
	width: 546px;
	min-height: 640px;
	position: relative;
	top: 46px;
	line-height: 1.5em;
	padding: 10px 20px;
	margin: 0 0 70px 293px;
	background-color: rgb(254,243,204);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}

/*
/********* [ シングルページ ] *********/
/**/
#pages .entry-content {
	width: 745px;
	height: auto;
	display: block;
	overflow: hidden;
}
#pages .entry-content img.attachment-post-thumbnail {
	width: 76%;
	height: auto;
	margin: 0 12%;
	padding: 15px;
	border: 2px solid #9b9b9b;
	background-color: #FFF;
}

/*
/********* [ 学校紹介information ] *********/
/**/
#kouchou {
	float: right;
	margin: -50px -15px 10px 6px;
	text-align: center;
	font-size: 0.8em;
	color: #575757;
}
#kouchou img {
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}
#kengakuspirit .3kouryo {
	width: auto;
	margin: 10px auto;
}
#kengakuspirit h3 {
	margin-right: 3em;
}
#kengakuspirit img {
	vertical-align: middle;
}
#kengakuspirit p {
	text-indent: 1em;
}
#kengakuspirit dl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#kengakuspirit dl dt {
	font-size: 1em;
}
#kengakuspirit dl dt spam {
	font-size: 1.3em;
	color: red;
}
#kengakuspirit dl dd {
	font-size: 0.7em;
	margin-left: 30px;
}
#kengakuspirit table {
	margin-bottom: 2em;
	background-color: #FFF;
	padding: 8px;
}
#kengakuspirit table tr {
	border-spacing: 1.5em;
}
#kengakuspirit table tr th {
	font-size: 0.88em;
	text-align: left;
	vertical-align: top;
}
#kengakuspirit table tr td {
	font-size: 0.75em;
	vertical-align: top;
}
#kengakuspirit table tr td spam {
	background-color: #fffc93;
}
#kengakuspirit table tr th {
	width: 31%;
}
#kengakuspirit table tr td {
	color: gray;
}
.m-class {
	width: 565px;
	height: auto;
	background-image: url(images/schoolpage/messagetxt_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	padding: 10px 10px 10px 15px;
	margin: 10px 0;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.enkakubox {
	width: 100%;
	padding-right: 160px;
	background-image: url(images/schoolpage/enkaku_img.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.enkakuspace table {
	font-size: 0.75em;
	text-align: left;
	margin-top: -10px;
	vertical-align: top;
}
.enkakuspace table th {
	text-align: left;
	vertical-align: top;
}
#hyouka img {
	width: 590px;
	height: 35px;
	border-radius: 18px;        /* CSS3草案 */  
	-webkit-border-radius: 18px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 18px;   /* Firefox用 */  
}


/*
/********* [ クラス紹介 ] *********/
/**/
#pagebody_class {
	width: 630px;
	min-height: 640px;
	margin: 0px 0 0 250px;
	height: auto;
	position: relative;
	line-height: 1.5em;
	padding: 0px;
	background-color: rgb(254,243,204);
	background-color: #FEF3CC;  /* #fdecde */
	border-radius: 17px;        /* CSS3草案 */
	-webkit-border-radius: 17px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 17px;   /* Firefox用 */
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
.sub_classbox {
	position: relative;
	width: 590px;
	height: auto;
	margin: 0 auto;
	z-index: 100;
}
.class_head {
	width: 630px;
	position: relative;
}
.class_head img {
	margin: 0px;
	vertical-align: top;
}
#sub_bodybox4 {
	margin: 0;
	padding: 0;
}*/
#backtotop {
	clear: both;
}
.classspace {
	clear: both;
	width: 100%;
	height: 2em;
	text-align: right;
	margin: 10px auto;
}
#sub_bodybox2 {
	width: 380px;
	height: auto;
}
#sub_bodybox3 {
	height: auto;
}
#pagebody_class .graduate {
	width: 85%;
	margin: 20px auto !important;
	padding: 15px;
	font-size: 0.83em;
	background: #fcf5ff;
	border: 3px dotted #c95b7a;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
#pagebody_class .graduate h5 {
	margin: 0 0 10px 0 !important;
	font-family:  “メイリオ”, Meiryo, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #454545;
	box-shadow: 0px 0px 0px 5px #ffdef7;
	background: #ffdef7;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  
}
#pagebody_class .graduate h5 span.grad-con {
	font-size: 1em; 
}
#pagebody_class .graduate p {
	font-size: 0.9em;
	color: #3e3e3e;
	text-align: justify;
	text-indent: 1em;
	margin: 0;
}



/****** [ 普通科　総合コース ] ******/
#classN_sougo {
	width: 590px;
	height: auto;
}
.headimg {
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 1000;
}
.body_bg_box {
	
}
#classN_sougo .character {
	position: relative;
	font-size: 8.5px;
	color: #d7000c;
	margin: -116px 0 0 120px;
	line-height: 1.5em;
}
#classN_sougo .character .txtLbox {
	position: relative;
	width: 65%;
	padding: 10px 0 0 0px;
}
#classN_sougo .character .txtRbox {
	position: absolute;
	width: 33%;
	padding: 10px 0 0 0px;
	top: -1px;
	right: 0;
}
#sub_classN_bottom {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(images/class/normal/Normal1_jukentaisaku_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 30px;
}
#sub_classN_bottom .N-box {
	font-size: 12.5px;
	color: #d7000c;
	line-height: 1.5em;
	padding: 12px 0 12px 125px;
}
.nb-1-original {
	margin-bottom: -25px !important;
}


/****** [ 普通科　音楽・保育コース ] ******/
.classM_body_bg_box {
	position: relative;
}
#classN_Music {
	width: 410px;
	height: auto;
	padding-left: 170px;
	float: right;
	margin-top: -205px;
}
#classN_Music ul li {
	list-style: none;
	display: inline-block;
	vertical-align: text-top;
}
#classN_Music .character_1, #classN_Music .character_2 {
	width: 100%;
	font-size: 8.5px;
	padding-left: 0;
	line-height: 1.3em;
	color: #d7000c;
	margin: 5px 0 2px 0;
}
#classN_Music .character_1 li.txtLbox {
	width: 15%;
}
#classN_Music .character_1 li.txtRbox {
	width: 83%;
}
#classN_Music .character_2 li.txtLbox {
	width: 17%;
}
#classN_Music .character_2 li.txtRbox {
	width: 81%;
}
#classN_Music .character_3 {
	width: 100%;
	font-size: 8.5px;
	padding-left: 0;
	line-height: 1.3em;
	color: #d7000c;
	margin: -18px 0 0 93px;
}
#sub_classM_bottom {
	position: relative;
	width: 75%;
	height: auto;
	background-image: url(images/class/normal/Normal2_Lesson_bg2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 30px;
	padding: 88px 20px 47px 127px;
	clear: both;
}
#sub_classM_bottom .M-box {
	font-size: 8px;
	color: #d7000c;
	line-height: 1.5em;
	padding: 0;
	margin: 0 5px 0 0;
	width: 22%;
}
#sub_classM_bottom .M-box-2 {
	font-size: 8px;
	color: #d7000c;
	line-height: 1.5em;
	padding: 0;
	margin: 0 2px 0 0;
	width: 30%;
}
#sub_classM_bottom .M-box h3, #sub_classM_bottom .M-box-2 h3 {
	font-size: 8px;
	line-height: 1.1em;
	margin: 3px 0 0 0;
}
#sub_classM_bottom .M-box p, #sub_classM_bottom .M-box-2 p {
	font-size: 6.5px;
	line-height: 1.3em;
	margin: 0;
	color: black;
}
#sub_classM_bottom .boxfloat {
	float: left;
}
#classN_Music .character_1head {
	width: 88px;
	height: auto;
	text-align: center;
	padding: 2px 0;
	margin-bottom: 3px;
	margin-top: 1em;
	ms-margin-top: 20px;
	background-color: #ec3684;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
#classN_Music .character_1head p {
	font-size: 11px;
	line-height: 16px;
	color: white;
	margin: 0;
}
.character_2head {
	display: block;
	position: relative;
	top: 6px;
}
.classM_body_bg_box {
	z-index: 5;
}


/****** [ 普通科　特進コース ] ******/
#tokushinbody {
	line-height: 0 !important;
	margin-bottom: 10px;
	padding: 0 25px 10px;
}
#tokushinbody img.wp-image-6341 {
	margin: 0 !important;
}
.tokushin-body {
	background-color: #ffffff !important;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
}
#pagebody_class h2 {
	font-size: 1.5em;
	color: #000000;
	margin: 20px 20px 0px;
	padding: 10px 20px 5px;
	background-color: #fdd000;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	display: inline-block;
	width: 87%;
}
#pagebody_class hr {
	text-align: center;
	width: 60%;
	border: 3px #ffffff solid;
}
.pagecorner {
	padding: 0 30px;
}
.pagecorner .attachment-thumbnail {
	float: right;
	margin: 0px 0px 1em 1em;
	padding: 5px;
	border: 1px solid #b1b1b1;
	background-color: #ffffff;
}
#pagebody_class h3 {
	color: #0068b7;
}
.torikumibody p {
	text-indent: 1em;
	text-align: justify;
}
.torikumibody img {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #b1b1b1;
	background-color: #ffffff;
}


/****** [ ビジネス科アニメデザインコース ] ******/
#sub_bodybox3 .bg-imgbox {
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;
}
#sub_bodybox3 .BA-box {
	width: 410px;
	text-align: justify;
}
#sub_bodybox3 .left85box {
	position: relative;
	top: 0;
	left: 0px;
	margin-top: -30px;
	margin-bottom: 10px;
	z-index: 100;
}
#sub_bodybox3 .BA-box p {
	margin: 0;
}
#animeside {
	width: 144px;
	padding: 10px;
	margin: -10px 0 0 0;
	float: right;
	z-index: 500;
}
#animeside h3 {
	font-size: 0.7em;
	line-height: 1em;
	margin: 0 0 12px 0;
}
#animeside img {
	text-align: center;
	margin: 0;
}
#animeside .corsehead {
	width: 124px;
	height: 95px;
	margin: 0 auto;
}
#animeside p {
	font-size: 0.6em;
	color: black;
	line-height: 1.2em;
	margin-top: -10px;
}
.c21-curicurum {
	display: inline-block;
	width: 47%;
	height: auto;
	padding: 3px;
	background: #ffffff;
	border: 2px solid #00a622;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.c21-curicurum p {
	font-size: 0.7em !important;
	color: #00a622 !important;
	margin: 0.5em;
}
.c21-curicurum p img {
	float: left;
	margin-right: 1em;
}


/****** [ ビジネス科ライセンスコース ] ******/
#sub_bodybox-L {
	width: 100%;
	height: auto;
	position: relative;
}
.classB-L {
	float: left;
	background-image: url('images/class/business/Business_L_BG_w496.png');
	background-position-y: 100px;
	background-repeat: no-repeat;
}
.right10 { margin-right: 8px; }
#sub_bodybox-L .BL-aroma {
	width: 100%;
	text-align: right;
	position: relative;
	top: -5px;
	right: 0;
}
#sub_bodybox-L .img1 {
	width: 175px;
	height: auto;
	margin-right: 15px;
	margin-right: 10px;
}
#sub_bodybox-L .body2 {
	width: 385px;
	height: 146px;
	margin: 0;
	background-color: #FFF;
	padding: 5px 3px 5px 5px;
	border: none;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}
#sub_bodybox-L .img1,#sub_bodybox-L .body2 { float: left; }
#sub_bodybox-L .L1-box img,#sub_bodybox-L .L2-box img,#sub_bodybox-L .L3-box img {
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 8px;
}
#sub_bodybox-L .L1-box,#sub_bodybox-L .L2-box,#sub_bodybox-L .L3-box {
	display: block;
	display: table;
}
#sub_bodybox-L .L1-box {
	margin-bottom: 5px;
}
#sub_bodybox-L .L2-box {
	margin-bottom: 5px;
}
#sub_bodybox-L .L3-box {
	margin-bottom: 0px;
}
#sub_bodybox-L .L1-box hr, #sub_bodybox-L .L2-box hr {
	border: 1px dotted #0070ff;
	margin: 0;
}
#sub_bodybox-L .L1-box p, #page .L2-box p, #page .L3-box p {
	font-size: 9px;
	color: #0070ff;
	line-height: 1.2em;
	margin: 0px;
}
#sub_bodybox-L .H2box-L {
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
}
#corsebottom {
	width: 560px;
	padding: 10px;
	position: relative;
	top: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
#sub_bodybox-L .corsebottombox {
	background-image: url('images/class/business/Business_L_corse_BG.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
#corsebottom h3 {
	font-size: 0.7em;
	line-height: 1em;
	margin: 0 0 2px 0;
}
#corsebottom p {
	font-size: 0.65em;
	line-height: 1.2em;
	margin: 0;
}
#corsebottom img {
	text-align: center;
	margin: 0;
}
#corsebottom .corsehead {
	width: 124px;
	height: 95px;
	float: left;
}
#corsebottom .corsebody {
	width: 136px;
	height: auto;
	float: left;
}


/****** [ 看護学科 ] ******/
.class_head_img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.corse_txt {
	text-align: center;
	clear: both;
}
.corse_txt img {
	display: block;
	margin: 0 auto;
}
#class_K_side {
	position: absolute;
	top: -25px;
	right: 0px;
}
#class_K_side p.kango1_catch {
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 font-size: 19px;
	 color: #64a3ff;
	 line-height: 1.3em;
	 margin: 0 auto 15px;
 }


/****** [ 看護専攻科 ] ******/
#page .H2box-img {
	position: relative;
	top: -40px;
	left: 0;
}
#sub_bodybox-KS .KS-img {
	position: relative;
	width: 157px;
	top: 0;
	left: 0;
	margin-top: -80px;
}
#sub_bodybox-KS .body2 {
	width: 395px;
	height: auto;
	float: right;
	margin: -254px 0 15px 0;
	padding: 13px;
	background-color: #FFF;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}
#page .K1-box {
	width: 100%;
	max-width: 360px;
	margin-bottom: 15px;
}
#page .K2-box, #page .K3-box {
	width: 100%;
	max-width: 370px;
	margin-bottom: 10px;
}
#page .K1-box p, #page .K2-box p, #page .K3-box p {
	font-size: 9.5px;
	color: black;
	line-height: 1.2em;
	margin: 0px;
}
#page .K1-box img, #page .K2-box img {
	float: left;
	margin: 0 7px 0 0;
}
#page .K3-box img {
	float: left;
	margin: 0 7px 50px 0;
}
.img1 {
	float: right;
	margin-top: 0px;
}



/****** [ 食物科 ] ******/
.class_F_head_img {
	margin-top: -15px;
}
.F1box {
	width: 580px;
	position: relative;
	margin: 0 auto;
	font-size: 0.8em;
}
#class_F_bottom {
	width: 590px;
	background-color: #a60000;
	padding: 20px;
	clear: both;
	margin-top: 20px;
	position: relative;
}
#class_F_bottom .class_F_bottom_box1 {
	display: block;
	width: 60%;
	position: relative;
}
#class_F_bottom .class_F_bottom_box2 {
	display: inline-block;
	width: 35%;
	position: absolute;
	right: 26px;
	top: 45px;
	color: white;
	font-size: 9px;
	line-height: 1.4em;
}
#class_F_bottom h3 {
	font-size: 14px;
	margin: 0;
}
#class_F_bottom h3.ycolor {
	color: yellow;
}
#class_F_bottom .LessonBox {
	max-width: 108px;
	margin-right: 10px;
	float: left;
}
#class_F_bottom .LessonBox h4 {
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	color: white;
}
#class_F_bottom .LessonBox h4.foods_cathc {
	padding: 1px 2px;
	border: 1px solid white;
	margin: 5px 0 0 0;
}
#class_F_bottom .LessonBox p {
	font-size: 6.4px;
	color: white;
	margin: 0;
}
#class_F_bottom .LessonBox p.bottom20 {
	margin-bottom: 20px;
}
.class_F_head_img2 {
	margin-top: -15px;
}
#backbtn1,#backbtn2 {
	width: 580px;
	margin: 20px auto 40px;
}
#class_F_bottom p.foods_txt {
	width: 100%;
	font-size: 6px;
	color: yellow;
	display: block;
}
#class_F_bottom .class_F_bottom_box2 h4 {
	width: 100%;
	font-size: 10px;
	font-weight: 300;
	margin: 0 0 5px;
	color: white;
	padding: 1px 0 0 3px;
	border: 1px solid white;
}
#class_F_bottom .class_F_bottom_box2 h5 {
	width: 100%;
	font-size: 10px;
	font-weight: 300;
	margin: 5px 0 1px;
	color: white;
	padding: 0;
}
#class_F_bottom .F_character p {
	font-size: 8px;
	color: white;
	line-height: 1.4em;
	margin: 0;
}
#class_F_bottom .F_character {
	margin-bottom: 10px;
}
#class_F_bottom .F_character h4.foods_catch {
	margin-top: 10px;
}
#pagebody_class .class_F_txt {
	width: 90%;
	margin: 0px 0 0 28px;
	display: block;
	position: relative;
	top: 0px;
}
#pagebody_class .class_F_txt p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-indent: -1em;
	color: black;
	text-align: justify;
}
#pagebody_class .class_F_tea {
	width: 98%;
	height: auto;
	padding: 5px;
	background: #a60000;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
#pagebody_class .class_F_tea h5 {
	font-size: 1.4em;
	color: #fff0ba;
	font-weight: 700;
	margin: 10px auto;
	text-align: center;
}
#pagebody_class .class_F_tea .class_F_teabox {
	width: 23%;
	height: auto;
	display: inline-block;
	margin: 0 0.4%;
}
#pagebody_class .class_F_tea .class_F_teabox p {
	text-align: center;
	line-height: 1.2em;
	margin: 0 !important;
	color: white;
}
#pagebody_class .class_F_tea .class_F_teabox p.co_txt {
	font-size: 0.7em;
}
#pagebody_class .class_F_tea .class_F_teabox img {
	width: 100%;
	height: auto;
	margin: 5px !important;
}
#pagebody_class .class_F_txt p span.class_F_txt_dot {
	color: #890000;
}
#sub_bodybox-KS {
	display: block;
	margin-top: 20px;
}
#sub_bodybox-KS p {
	margin: 0;
}
#sub_bodybox-KS .txt_m_l20 {
	margin-left: 20px;
	float: left;
	width: 50%;
}
#sub_bodybox-KS .txt_m_l20 img {
	width: 100%;
}
#sub_bodybox-KS .class_F_tea {
	display: block;
	float: left;
}
#sub_bodybox-KS .class_F_img {
	display: block;
	float: right;
	width: 220px;
	height: auto;
	font-size: 0.65em;
	text-align: center;
	color: black;
	margin: 0 0 5px 0;
	vertical-align: top;
}
#sub_bodybox-KS .class_F_img img {
	margin: 0 auto -10px;
	width: 100%;
	height: auto;
}
#class_FS_bottom {
	width: 590px;
	background-color: #a60000;
	padding: 20px 20px 5px 20px;
	clear: both;
	position: relative;
	top: 0px;
}
#class_FS_bottom .class_F_bottom_box1 {
	display: block;
	width: 52%;
	position: relative;
}
#class_FS_bottom .class_F_bottom_box2 {
	display: inline-block;
	width: 41%;
	position: absolute;
	right: 20px;
	top: 20px;
	color: white;
	font-size: 9px;
	line-height: 1.4em;
}
#class_FS_bottom .L1-box p,#class_FS_bottom .L2-box p {
	font-size: 7.9px;
	color: white;
	line-height: 1.7em;
}
#class_FS_bottom .L1-box {
	
}
#class_FS_bottom .L1-box h4 {
	width: 100%;
	font-size: 10px;
	font-weight: 300;
	margin: 0 0 5px;
	color: white;
	padding: 1px 0 0 3px;
	border: 1px solid white;
	line-height: 1.3;
}
#class_FS_bottom .L2-box {
	
}
#class_FS_bottom .class_F_bottom_box2 h4 {
	width: 100%;
	font-size: 10px;
	font-weight: 300;
	margin: 0 0 5px;
	color: white;
	padding: 1px 0 0 3px;
	border: 1px solid white;
}
.foods2box {
	position: relative;
	top: -6px;
}
.fsb-1-original {
	margin-top: -68px !important;
}



/*
/********* [ 学校生活（スクールライフページ） ] *********/
/**/
#schoollife h3 {
	font-size: 0.9em;
}
#schoollife p {
	font-size: 0.8em;
}
#schoollifespace {
	background-image: url(images/schoolLife/schoolLife_title.jpg);
	background-repeat: no-repeat;
	margin: -10px 0 0 -10px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	line-height: 1.5em;
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
#schoollifespace h3 {
	line-height: 1.5em;
}
.schoollife_body {
	width: 605px;
}
.schoollife_body img {
	margin: 0px 0 0 0px; /* 30px 0 0 205px */
}
.schoollife_body p {
	margin: 0px 0 0 205px;
}
#schoollifespace .schoollife_catchbox {
	margin-left: 206px;
	font-size: 0.8em;
}
#box_calendar {
	font-size: 0.5em;
	padding-left: 205px;
	padding-top: 30px;
}
#box_calendar table { border-collapse: collapse; border-spacing: 0; }
#box_calendar td {
	width: 113px;
	min-height: 100px;
	padding: 5px 5px 5px 40px;
	line-height: 1.2em;
	vertical-align: top;
}
.c-4 { background-image: url(images/schoolLife/schoolLife_04.png); background-repeat: no-repeat; background-color: #fff; }
.c-5 { background-image: url(images/schoolLife/schoolLife_05.png); background-repeat: no-repeat; }
.c-6 { background-image: url(images/schoolLife/schoolLife_06.png); background-repeat: no-repeat; background-color: #fff; }
.c-7 { background-image: url(images/schoolLife/schoolLife_07.png); background-repeat: no-repeat; }
.c-8 { background-image: url(images/schoolLife/schoolLife_08.png); background-repeat: no-repeat; background-color: #fff; }
.c-9 { background-image: url(images/schoolLife/schoolLife_09.png); background-repeat: no-repeat; }
.c-10 { background-image: url(images/schoolLife/schoolLife_10.png); background-repeat: no-repeat; background-color: #fff; }
.c-11 { background-image: url(images/schoolLife/schoolLife_11.png); background-repeat: no-repeat; }
.c-12 { background-image: url(images/schoolLife/schoolLife_12.png); background-repeat: no-repeat; background-color: #fff; }
.c-1 { background-image: url(images/schoolLife/schoolLife_01.png); background-repeat: no-repeat; }
.c-2 { background-image: url(images/schoolLife/schoolLife_02.png); background-repeat: no-repeat; background-color: #fff; }
.c-3 { background-image: url(images/schoolLife/schoolLife_03.png); background-repeat: no-repeat; }
#International {
	clear: both;
	width: 580px;
	padding: 10px 15px;
	line-height: 1.5em;
}
#international_p1 {
	width: 260px;
	height: 183px;
	float: right;
	margin: 0px 0 0 10px;
}
.siraume_box {
	clear: both;
	width: 580px;
	padding-left: 15px;
	margin-top: 30px;
	background-image: url(images/schoolLife/schoolLife_siraume_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.siraume_box p {
	width: 320px;
}
.bus_box {
	width: 620px;
	padding-left: 15px;
	padding-top: 30px;
}
#bus_map {
	float: right;
	margin: 0px 40px 20px 10px;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}
.busimg {
	float: right;
	margin-right: 110px;
	margin-top: -70px;
	clear: both;
}
.gyoujiplan_box {
	border: 1px solid #fbb3b3;
	padding: 2px 8px;
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0 10px auto;
	width: 60%;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
/*
/*
/********* [ スクールライフ｜部活ページ ] *********/
#sportclub {
	width: 580px;
}
#sportclub h6 {
	width: 580px;
	height: 35px;
	display: block;
	margin: 20px auto 0px;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0012ff;
	background-image: url(images/subpage/title_bg.png);
	background-repeat: no-repeat;
}
#sportclub h2 {
	font-size: 1.2em;
}
#sportclub p {
	font-size: 0.8em;
	color: #585858;
}
#sportclub ul {
	list-style: none;
	text-decoration: none;
}
#sportclub img {
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
/**************************************/
#bunkaclub {
	width: 580px;
}
#bunkaclub h6 {
	width: 580px;
	height: 35px;
	display: block;
	margin: 20px auto 0px;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0012ff;
	background-image: url(images/subpage/title_bg.png);
	background-repeat: no-repeat;
}
#bunkaclub h2 {
	font-size: 1.2em;
}
#bunkaclub p {
	font-size: 0.8em;
	color: #585858;
}
#bunkaclub ul {
	list-style: none;
	text-decoration: none;
}
#bunkaclub img {
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
.clubimg { width: 391px; height: auto; vertical-align: top; }



/*
/********* [ 入試情報 ] *********/
/**/
#admissionspace {
	width: 580px;
	line-height: 1.5em;
}
#admissionspace h3 {
	color: #cc0033;
	font-size: 1em;
}
#admissionspace p {
	color: #585858;
	font-size: 0.9em;
}
#admissionspace li {
	color: #585858;
	font-size: 0.9em;
}
#entrance { margin-top: 15px; }
#entrance .H29nyushi {
	font-size: 1.2em;
	color: #793232;
	display: block;
	padding: 8px;
	border: 2px solid #dd5454;
}


/*
/********* [ 先輩からのメッセージページ ] *********/
/**/
#pagebody .ogtopimg {
	display: inline-block;
	width: 590px;
	margin: 0px auto 10px;
	position: relative;
}
#pagebody section {
	position: relative;
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 15px 6px 10px 20px;
	border: 2px dotted #523c3c;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
}
#ogleftbox {
	width: 125px;
	display: inline-block;
	vertical-align: top;
}
#ogleftbox h2 {
	font-size: 0.9em;
}
.sotsugyo {
	text-align: right;
	margin-top: -1em;
}
.toshi {
	text-align: left;
	margin-top: -0.6em;
}
.chugaku {
	text-align: left;
	margin-top: -0.3em;
	margin-bottom: -0.9em;
}
#ogleftbox .sotsugyo p,
#ogleftbox .toshi p,
#ogleftbox .chugaku p {
	font-size: 0.6em;
	line-height: 1.2em;
}
#ogleftbox .ogcon {
	width: 115px;
	background-color: #e3dfdc;
	padding: 5px;
	margin: 20px 0 0 0;
}
#ogleftbox .ogcon p {
	font-size: 0.65em;
	margin: 0;
}

#ogleftbox .imgbox {
	width: 119px;
	height: 146px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #818181;
	background-color: #FFF;
}
.ogleftbox .imgbox img {
	width: 119px;
	height: 146px;
	margin: 0 auto;
}
#ogrightbox {
	width: 409px;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}
.ogrighttxt {
	margin-top: -1.2em;
}



/*
/********* [ その他のページ ] *********/
/**/
#contactpage { width: 680px; margin: 0 20px; }
#contactpage .wpcf7-submit {
    width: 138px;
    height: 28px;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: rgba(255,0,0,1);
    font: normal 16px/28px "Lucida Grande";
    border: 1px solid rgba(154,154,154,1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: rgba(104,167,255,1);
    background-image: -webkit-linear-gradient(top, #f8d7fa 0%,#efefef 50%,#ffedff 50%,#f2bbfa 100%);
    background-image: -moz-linear-gradient(top, #f8d7fa 0%,#efefef 50%,#ffedff 50%,#f2bbfa 100%);
    background-image: -o-linear-gradient(top, #f8d7fa 0%,#efefef 50%,#ffedff 50%,#f2bbfa 100%);
    background-image: linear-gradient(top, #f8d7fa 0%,#efefef 50%,#ffedff 50%,#f2bbfa 100%);
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 0px 0px, inset rgba(255,255,255,0.4) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 0px 0px, inset rgba(255,255,255,0.4) 0px 1px 2px 0px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 0px 0px, inset rgba(255,255,255,0.4) 0px 1px 2px 0px;
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
#contactpage .wpcf7-text { width: 400px; height: 20px; }
#contactpage .wpcf7-textarea { width: 100%; height: 250px; }
#pages .accessbox ul { list-style: none; margin-left: 0px; padding-left: 20px; }
.sitemapbox { padding-left: 20px; }
/*
/********* [ その他のページ ] *********/
/**/
.bottombtn-1 {
	width: 100%;
	height: 50px;
	margin-top: 5px;
	position: relative;
	right: 80px;
	z-index: 90000;
	text-align: right;
}
.bottombtn-1 img {
	max-width: 95%;
	max-height: 95%;
}
#pages h1 {
	width: 720px;
	height: 45px;
	display: block;
	margin: 20px auto 0px;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
	background-image: url(images/subpage/title_bg_w745.png);
	background-repeat: no-repeat;
}
#pages h2 {
	font-size: 1.2em;
	color: #990099;
}
#pages h3 { font-size: 1.1em; color: #444; }
#pages p .ml-2em { margin-left: 2em; }
.ogbox { margin: 0 1em; }
#pages li { color: gray; font-size: 14px; }


/*
/********* [ 白梅だより同窓会ページ ] *********/
/**/
#siraumetxt {
	text-indent: 1em;
}
#siraumetxt .imgbox {
	text-align: center;
}
#siraumetxt ul {
	list-style: none;
	margin-left: -20px;
}
#siraumetxt ul li {
	display: inline-block;
	width: 48%;
}
#siraumetxt table {
	width: 80%;
	border: 2px solid #727272;
	border-collapse: collapse;
	margin: 0 auto;
}
#siraumetxt table tr td {
	border: 1px solid #464646;
	font-size: 14px;
	color: gray;
	padding: 0 5px;
}
#siraumetxt table caption {
	font-size: 14px;
	color: gray;
}
.tableh2 {
	font-size: 1.2em;
}



/*
/********* [ クラス取り組み[アルバム]ページ ] *********/
/**/
.albumbox { padding-left: 20px; }


/*
/********* [ サイドバー ] *********/
/**/
#sidebar {
	width: 158px;
	height: auto;
	position: fixed;
}
.menucon {
	margin: 0px 0 0px 80px;
}
.menucon-class {
	margin: 0 0 0px 80px;
}
#sidebar p {
	font-size: 0.75em;
	text-align: left;
	border-bottom: dotted 1px gray;
}
#sidebar a {
	text-decoration: none;
}
.wrapper {
	position: relative; /* IE6のサイドバー固定用 */
	margin: 0 auto;
	width: 1276px;
}
.contentsmenu {
	width: 158px;
	height: auto;
	background-image: url(images/submenu_title.png);
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 1.5;
	padding: 22px 0px 1px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	behavior: url(/wp-content/themes/try2015v2/CSS/PIE.htc);
}
.submenu_ind1 {text-indent: 1.5em;}
.submenu_ind2 {text-indent: 1.5em;}
.submenu_ind3 {text-indent: 1em;}
.submenu_ind4 {text-indent: 1em; display: block;}
.submenu_ind4 a {text-align: left;}
.submenu_ind5 { text-indent: 1em;}
.submenu_ind6 { text-indent: 1em; margin-bottom: 1em; }
.submenutxt {
	display: block;
	font-weight: bold;
}
.submenutxt2 {
	display: block;
}
.txt-left-m1 { margin-left: 16px; }
.txt-left-m2 { margin-left: 24px; }
.sideBanner img {
	max-width: 158px;
	max-height: 88px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#sidebar_box .ogname {
	font-size: 0.8em;
}
.sideBanner { margin-top: 15px; }



/*
/********* [ ボランティアページ ] *********/
/**/
#volunteer {
	width: 100%;
}
#volunteer h6 {
	width: 580px;
	height: 35px;
	display: block;
	margin: 20px auto 0px;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0012ff;
	background-image: url( images/subpage/title_bg.png );
	background-repeat: no-repeat;
}
#volunteer .v-box {
	display: block;
}
#volunteer .v-box h2 span.date {
	color: #232323;
	font-size: 0.7em;
	vertical-align: middle;
}
#volunteer .v-box p {
	margin: 0;
}
#volunteer .v-box ul {
	list-style: none;
	padding-left: 1.5em;
}
#volunteer .v-box ul li {
	display: inline-block;
}
#volunteer .v-box ul li.v-img {
	width: 30%;
	text-align: right;
}
#volunteer .v-box ul li.v-txt {
	width: 64%;
	vertical-align: top;
}
#volunteer .v-img img {
	width: 150px;
	height: auto;
}
#volunteer .vol-thumb {
	position: relative;
}

.shousaiBtn {
	font-size: 0.7em;
	color: #232323;
	text-align: right;
	margin-top: -5px;
}