/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/***********************

IMAGES URL

************************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 67, ../sass/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  /*
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
  */
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */

.parent-pageid-12 h4 {
    border-left: 10px solid #00B9E7;
    border-bottom: 1px solid #00B9E7;
    font-size: 25px;
    padding-left: 10px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    font-weight: normal;
}

.parent-pageid-12 h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 0;
    color: #00B9E7;
}


.entry-content dl dt{
	color: #00B9E7;
}

.page-template-default .entry-content ul{
  list-style: disc;
  padding-left: 1.5em;
}

/* line 17, ../sass/society.scss */
.page div#tab_area_up {
  border-top: 72px solid #00B9E7;
}
/* line 20, ../sass/society.scss */
.page div#tab_wrapper {
  border-top: 38px solid #00B9E7;
}
/* line 25, ../sass/society.scss */
.page .post-footer div#tab_area {
  border-bottom: 72px solid #00B9E7;
}
/* line 28, ../sass/society.scss */
.page .post-footer .content-wrapper {
  background-color: #00B9E7;
}
/* line 32, ../sass/society.scss */
.page .post-footer .entry-content {
  background-color: #00B9E7;
}

/***********************************
環境
***********************************/



/* line 46, ../sass/society.scss */
#post-239 #section1 .alignleft {
  width: 373px;
  text-align: center;
}
/* line 49, ../sass/society.scss */
#post-239 #section1 .alignright {
  width: 537px;
}
/* line 54, ../sass/society.scss */
#post-239 #section2 .section-item {
  width: 960px;
  margin-right: 30px;
}
/* line 58, ../sass/society.scss */
#post-239 #section2 .section-item h3 {
	
}
/* line 61, ../sass/society.scss */
#post-239 #section2 .section-item:last-child {
  margin-right: 0;
}

/***********************************
 公正な事業慣行
***********************************/


#post-242 #section1 .alignleft {
  width: 373px;
  text-align: center;
}

#post-242 #section1 .alignright {
  width: 540px;
}

#post-242 #section2 > dl dd {
  margin-left: 1em;
}

#post-242 #section2 > dl dd dl dt {
  font-weight: bold;
}

#post-242 #section2 > dl dd dl dt span {
  margin-right: 0.5em;
}

#post-242 #section2 ol {
  list-style-position: inside;
}

#post-242 #section2 ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#post-242 #section2 ol li span {
  margin-right: 0.5em;
}
/*
#post-242 #section2 ul {
  list-style: disc;
  list-style-position: inside;
}

#post-242 #section2 ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
*/

/*
* コミュニティへの参画及び発展
*/
#post-244 .tab-area{
  position:relative;
  height:110px;
  width:100%
}

#post-244 .tab-front{
  position: absolute;
  bottom:-1px;
  left:0;
  z-index: 100;
}

#post-244 .tab-back{
  position: absolute;
  top:0;
  left: 0;
}
#post-244 .tab-back .zi_box02sin_2{
  box-shadow: none;
}

#post-244 .zi_box02sin_2 {
  /*box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 #FFF;*/
  /* box-shadow: inset 0 1px 0 #FFF; */
  width: 240px;
  height: 60px;
  float: left;
  text-align: center;
  background-color: #90DDD9;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1em;
  color: #000000;
  display: table;
  padding:0 1em;
  font-weight: bold;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-top: solid 2px #ffffff;
}
#post-244 .zi_box02sin_2_nonlist:hover{
	background-color: #90DDD9!important;
	color: #000000!important;
}
#post-244 .zi_box-left{
	border-left: solid 2px #ffffff;
}
#post-244 .zi_box-right{
	border-right: solid 2px #ffffff;
}

#post-244 .zi_box02sin_2.active {
  background-color: #FFFFFF;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1em;
  color: #00B9E7;
  box-shadow: none;
}



#post-244 .zi_box02sin_2:hover {
  background-color: #005BAC;
  color: #00B9E7;
}

#post-244 .zi_box02sin_2 span,
#post-244 .zi_box02sin_1 span {
  display: table-cell;
  vertical-align: middle;
}

#post-244 .zi_box02sin_2 a {
	width: 100%;
	height: 100%;
	display: block;
}


/* line 123, ../sass/society.scss */
#post-244 #tab_area_up {
  width: 76%;
  min-width: 780px;
}
/* line 130, ../sass/society.scss */
#post-244 #section1 .img_center,
#post-244 #section2 .img_center{
  text-align: center;
}
/* ↓ ADDDI ↓ */
/* ボランティアページのリンク用 */
/* 前置き */
.volunteer-title{
	text-align: center;
	margin-top: -40px !important;
	margin-bottom: 10px !important;
}

/* 外枠*/
.volunteer-linkbox{
	width: 826px;
	margin: 62px;
	margin-top: -58px;
}

/* ---------------------------------------------------------------- */
#volunteer-list{
  background-color: #00B9E7;
  padding: 60px 0 30px 0;
  margin-top: -77px;
}

#volunteer-list .entry-content{
  background-color: #fff;
  min-height: 700px;
}
.grp_index ul {
	list-style-type:none;
}

.grp_index ul li {
	padding:3px;
	font-size:14px;
	line-height:150%;
	font-weight:bold;
}

.grp_index ul li ul {
	list-style-type: square;
}

.grp_index ul li ul li {
	font-size:14px;
	line-height:150%;
	padding:3px;
	font-weight:normal;

}

/* ----------------------------------------------------------------  */
.grp table {
	border-collapse:collapse;
	background-color:#FFF;
	border:1px solid #999;
	margin:0 auto 1em auto;
	width: 100%;

}
.grp table * img{
	text-align: center;
}

.grp th {
	background-color:#6CF;
	padding:3px;
	border:1px solid #666;
}

.grp td {
	background-color:#FFF;
	font-size:24px;
	color:#231815;
	line-height:150%;
	padding:5px 8px;
	border:1px solid #ccc;
}

/* ---------------------------------------------------------------- */
.grp td.title {
	font-size:25px;
	font-weight:bold;
}

.grp td.title_new {
	font-size:25px;
	color:#C00;
	font-weight:bold;
}

.detail{
	border:1px solid #999;
	background-color:#FFF;
	font-size:14px;
	line-height:150%;
}

.top{
	font-size:24px;
	text-align:right;
	margin:5px 40px;
}

	
	/* もともとあるやつを使う。同じレイアウトにしないと怒られるよ！ */
	.link_button{
		width: 383px;
		min-width: 383px;
		height:80px;
		background-color: #00B9E7;
		/* 元にmargin padding設定あるのでいったんオフ */
		margin: 0;
		padding: 0;
		margin: 15px 10px;
		line-height: 1.3em;
		padding-top: 24px;
	}
	/* 2行にわたると高さがずれるのでpで囲む */
	.line2{
		margin: 0;
		padding: 0;
		float: left;
	}
	.line2-1{
		padding-top: 24px;
	}
	/* 2行分あるのでpaddingを調整
	   pで囲ったからmarginleftを調整 */
	.line2-2{
		padding-top: 10px;
		margin-left:18px;
	}
	/* ホバーでバック白　文字　枠　青 */
	.link_button:hover{
		color: #00B9E7;
		border-color: #00B9E7;
	}
	
/* ↑ ADDDI ↑ */