@charset"UTF-8";

/* リセット ▼ スタート ▼
------------------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* リセット ▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/

/* 初期設定 ▼ スタート ▼
------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  border-top: 5px solid #86674e;
}

a:link {
  color: #00479d;
  text-decoration: none;
}

a:visited {
  color: #00479d;
  text-decoration: none;
}

a:hover {
  color: #00479d;
  text-decoration: underline;
}
a:active {
  color: #00479d;
  text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.mb25 {
  margin-bottom: 25px;
}
.mb10 {
  margin-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.vaTop {
  vertical-align: top;
}

.pdBtm35 {
  padding-bottom: 35px;
}

.weight700 {
  font-weight: 700;
}

.clear {
  clear: both;
}

.fs13 {
	font-size:12px;
}
.red {
	color:#D30003;
}
.text-right {
	text-align: right;
}

/* 初期設定 ▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/



/* 共通コンポーネント ▼ スタート ▼
------------------------------------------------------------------------*/

/* wrapper
------------------------------------*/

#wrapper {
  width: 980px;
  margin: 0 auto;
  background: #FFF;
}

/* header
------------------------------------*/

#header {
  padding-top: 6px;
  width: 980px;
  height: 99px;
  background: #fff;
}

#headingArea {
  height: 45px;
  margin-bottom: 10px;
}

.headSentence {
  color: #333;
  font-size: 12px;
  margin-top: 14px;
}

.inquiryForm {
  background: url(../img/btn_inquiry.gif) no-repeat;
}

.inquiryForm a {
  width: 170px;
  height: 39px;
  background: url(../img/btn_inquiry.gif) no-repeat;
  display: block;
}


.inquiryForm a:hover {
  background: url(../img/btn_inquiry_on.gif) no-repeat;
  display: block;
}

/* gnav
------------------------------------*/

#gnav {
  width: 980px;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

#gnav li {
  float: left;
}

.nav01 {
  background: url(../img/gnav01what.jpg) no-repeat;
}

.nav01 a {
  width: 260px;
  height: 45px;
  background: url(../img/gnav01what.jpg) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav01 a:hover {
  background: url(../img/gnav01what_on.jpg) no-repeat;
}

.nav02 {
  background: url(../img/gnav02about.jpg) no-repeat;
}

.nav02 a {
  width: 160px;
  height: 45px;
  background: url(../img/gnav02about.jpg) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav02 a:hover {
  background: url(../img/gnav02about_on.jpg) no-repeat;
  display: block;
}

.nav03 {
  background: url(../img/gnav03voice.jpg) no-repeat;
}

.nav03 a {
  width: 185px;
  height: 45px;
  background: url(../img/gnav03voice.jpg) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav03 a:hover {
  background: url(../img/gnav03voice_on.jpg) no-repeat;
  display: block;
}

/* contentNav
------------------------------------*/

#contentNav {
  padding-top: 25px;
}

#contentNav li {
  margin-bottom: 15px;
}

#contentNav .fb {
	color:#fff;
	font-size:13px;
	text-align:center;
	width:170px;
	padding:15px;
	background:#00479d;
	border-top-left-radius: 8px; 　/* CSS3草案 */  
	-webkit-border-top-left-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 8px;   /* Firefox用 */  
	border-top-right-radius: 8px; 　/* CSS3草案 */  
	-webkit-border-top-right-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 8px;   /* Firefox用 */  
}


.contentNav01 {
  background: url(../img/content_nav01.jpg) no-repeat;
}

.contentNav01 a {
  width: 200px;
  height: 105px;
  background: url(../img/content_nav01.jpg) no-repeat;
  display: block;
}

.contentNav01 a:hover {
  background: url(../img/content_nav01_on.jpg) no-repeat;
  display: block;
}

.contentNav02 {
  background: url(../img/content_nav02.jpg) no-repeat;
}

.contentNav02 a {
  width: 200px;
  height: 105px;
  background: url(../img/content_nav02.jpg) no-repeat;
  display: block;
}

.contentNav02 a:hover {
  background: url(../img/content_nav02_on.jpg) no-repeat;
  display: block;
}

.contentNav03 {
  background: url(../img/content_nav03.jpg) no-repeat;
}

.contentNav03 a {
  width: 200px;
  height: 105px;
  background: url(../img/content_nav03.jpg) no-repeat;
  display: block;
}

.contentNav03 a:hover {
  background: url(../img/content_nav03_on.jpg) no-repeat;
  display: block;
}

.contentNav04 {
  background: url(../img/content_nav04.jpg) no-repeat;
}

.contentNav04 a {
  width: 200px;
  height: 105px;
  background: url(../img/content_nav04.jpg) no-repeat;
  display: block;
}

.contentNav04 a:hover {
  background: url(../img/content_nav04_on.jpg) no-repeat;
  display: block;
}


/* pageTop
------------------------------------*/

#pageTop {
  width: 100%;
  height: 78px;
  clear: both;
}

#pageTopinner {
  margin: 0 auto;
  width: 980px;
  height: 78px;
}

#page-top {
	position: fixed;
	bottom: 200px;
	right: 50px;
}

#page-top a {
	text-decoration: none;
	width: 53px;
	text-align: center;
	display: block;
}

#page-top a:hover {
	text-decoration: none;
}


/* footer
------------------------------------*/

#footer {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 12px;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: repeat;
  overflow:hidden;
}

#footInner {
  margin: 0 auto;
  width: 980px;
}

#footInner dl, #footNav  {
  margin-top: 16px;
}

#footNav {
  width: 500px;
}

#footNav ul {
  width: 500px;
  clear: both;
}

#footNav li {
  margin-top: 3em;
  padding-left: 14px;
  padding-right: 14px;
  float: right;
  border-left: 1px solid #333;
}

.lastChild {
  border-right: 1px solid #333;
}

#footNav li a {
	font-size: 11px;
}

address {
  width: 480px;
  font-style: normal;
}

address a {
  color: #333;
}

address a:link,
address a:visited,
address a:active {
  color: #333;
  text-decoration: none;
}

address a:hover {
  color: #333;
  text-decoration: underline;
}

.copyright {
  padding: 10px 0;
  font-size: 10px;
}

/* ページ共通
------------------------------------*/

.hCol {
  padding-top: 25px;
  margin-bottom: 15px;
}

.bdTop {
  border-top: 1px dotted #7f7f7f;
}

.sentence {
  /*font-size: 12px;*/
  text-indent: 1em;
}

#contentBanner {
  background: url(../img/form_banner.jpg) no-repeat;
}

#contentBanner a {
  width: 489px;
  height: 82px;
  background: url(../img/form_banner.jpg) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#contentBanner a:hover {
  background: url(../img/form_banner_on.jpg) no-repeat;
  display: block;
}

/* 共通コンポーネント ▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/


/* Top page (index.html)▼ スタート ▼
------------------------------------------------------------------------*/


/* eye catch
------------------------------------*/

#eyecatch {
  margin-top: 16px; 
}


/* main content
------------------------------------*/

#mainContent {
  width: 980px;
}

#contentLeft, #contentLeft dl {
  width: 730px;
}

.secSpace {
	padding: 0 0 50px;
}

.imgMain {
  width: 211px;
}

.colRight {
  width: 490px;
}

.subHeading, .sentence  {
  margin-bottom: 5px;
  line-height: 1.7;
}

.subHeading {
  font-size: 16px;
	font-weight: bold;
  color: #00479d;
}

.dtTitle, .ddDescrip {
	height: 45px;
  margin-bottom: 30px;
}

.dtTitle {
  width: 260px;
	padding-top: 3px;
	color: #00479d;
  font-weight: 700;
}

.ddDescrip {
  width: 459px;
  padding: 3px 0 0 10px;
  border-left: 1px solid #ccc;
}


#feed div.blogList {
	padding: 10px;
	margin-bottom: 15px;
	/*background: #f8f8fa;*/
	border:6px solid #e0f9f3;
}

#feed div .date {
	font-size: 11px;
	padding-bottom: 5px;
}

#feed div .blogTitle {
	margin-bottom: 5px;
}

#feed div .blogTitle a {
	font-size: 16px;
	font-weight: bold;
}

#feed div .blogText {
	line-height: 1.6;
}

#blog .textLinkBtn a {
	color: #fff;
	line-height: 1.0;
	background: #00479d;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 8px; 　/* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */ 
}

#blog .textLinkBtn a:before {
	content: "> ";
	color: #fff;
}

#blog .textLinkBtn a:hover {
	text-decoration: none;
	background: #0055bd;
}


/* Top Page (index.html)▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/


/* Contact page (contact.html)▼ スタート ▼
------------------------------------------------------------------------*/

#contact {
  
}

#contact p {
  line-height: 1.8;
  margin-bottom: 28px;
}

#contact table {
  width: 730px;
  border-top: 1px dotted #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
}

#contact th {
  width: 283px;
  padding-left: 15px;
  font-weight: normal;
  text-align: left;
}

#contact th, #contact td {
  height: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.odd, .even {
  border-bottom: 1px dotted #7f7f7f;
}

.odd {
  background-color: #eee;
}

.inputSize {
  width: 240px;
  height: 20px;
  border: 1px solid #b5b5b5;
}

.textareaSize {
  width: 445px;
  height: 225px;
  border: 1px solid #b5b5b5;
}

.attention {
  color: #f19149;
  margin-left: 7px;
}

.btnForm {
  width: 330px;
  height: 50px;
  margin-top: 20px;
}

#btnReset, #btnSubmit {
  width: 150px;
  height: 50px;
  border: none;
}

#btnReset {
  background: url(../img/contact_btn_reset.jpg) left top no-repeat;
  float: left;
}

#btnReset:hover {
  background: url(../img/contact_btn_reset_on.jpg) left top no-repeat;
}

#btnSubmit{
  background: url(../img/contact_btn_submit.jpg) left top no-repeat;
  float: right;
}

#btnSubmit:hover {
  background: url(../img/contact_btn_submit_on.jpg) left top no-repeat;
}

/* Contact Page (contact.html)▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/



/* Whatis Page (whatis.html)▼ スタート ▼
------------------------------------------------------------------------*/

#whatScene {
  width: 730px;
  height: 180px;
  font-size: 13px;
  line-height: 2;
  background: url(../img/whatis_h5_bg.jpg) no-repeat top right;
}

.liMark {
  color: #e4e1d6;
  margin-right: 8px;
}

.sentenceWhat {
  font-size: 13px;
  text-indent: 1em;
  line-height: 1.7;
  padding-bottom: 7px;
}

/* Whatis Page (whatis.html)▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/


/* About us Page (aboutus.html)▼ スタート ▼
------------------------------------------------------------------------*/

#ulAbout li {
	padding-left: 20px;
	margin-bottom: 10px;
}

#ulAbout li.li01 {
	background: url(../img/li01.svg) left top 2px no-repeat;
}

#ulAbout li.li02 {
	background: url(../img/li02.svg) left top 2px no-repeat;
}

#ulAbout li.li03 {
	background: url(../img/li03.svg) left top 2px no-repeat;
}

#ulMission li {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../img/listMission.svg) left top 2px no-repeat;
}

#profile {
  margin-bottom: 40px; 
}

#profLeft {
  margin: 30px 0 30px 0;
}

#profLeft ul, #profLeft dl {
  width: 200px; 
  float: left;
}

#profRight {
  width: 475px;
  float: right;
}

#profRight dl {
  width: 475px;
}

.profTitle {
  padding: 15px 0 10px 0;
  font-weight:bold;
}

.profArticle {
	font-size: 12px;
  line-height: 1.6;
}

#profRight th, #profRight td {
  line-height: 1.8;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 0;
}

#profRight th {
  width: 150px;
  text-align: left;
  font-weight: bold;
  color: #1da69a !important;
  vertical-align: text-top;
}

#profRight td, #profRight dl {
  width: 325px;
}
#profRight dl {
	line-height:1.4;
	margin-bottom:10px;
}

.name {
	font-size:14px;
	font-weight:bold;
}

.sentenseAbout {
  margin-bottom: 15px;
}

.listNakaguro {
  list-style-type: disc;
}

/* About us Page (aboutus.html)▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/


/* Voice Page (voice.html)▼ スタート ▼
------------------------------------------------------------------------*/

#voiceTop {
  width: 730px;
}

#reviewTop {
  width: 535px;
  float: left;
}

#voicecolBg01,
#voicecolBg02,
#voicecolBg03 {
  width: 535px;
  margin-bottom: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#voicecolBg01 {
  height: 85px;
  background: url(../img/voice_content01.jpg) no-repeat;  
}

#voicecolBg02 {
  height: 85px;
  background: url(../img/voice_content02.jpg) no-repeat;
}

#voicecolBg03 {
  height: 130px;
  background: url(../img/voice_content03.jpg) no-repeat;
}

#voicecolBg01 p,
#voicecolBg02 p,
#voicecolBg03 p {
  width: 535px;
}

#reviewImg {
  width: 165px;
  margin-left: 30px;
  float: right;
}

.reviewPic01 {
  margin-bottom: 12px;
}

#voiceBottom {
  width: 730px;
  margin-top: 20px;
}

#reviewBtmLeft,
#reviewBtmRight {
  width: 352px;
}

#reviewBtmRight {
  margin-left: 26px;
}

.bgCircle {
  width: 22px;
  padding: 3px 0 0 2px;
  vertical-align: top 3px;
}

.reviewWide {
  width: 328px;
}

.borderBox {
  font-size: 13px;
  padding: 8px 0 8px 0;
  border-bottom: 1px #7f7f7f dotted;
  line-height: 1.6;
}


/* Voice Page (voice.html)▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/



/* メールフォームお問い合わせ確認画面 (htmlはsendmail.php内) ▼ スタート ▼
------------------------------------------------------------------------*/

#confirm {
  margin: 0 auto;
  width: 780px;
  border: 1px solid #ccc;
	padding: 5px;
}

.result {
  width: 800px;
  font-size: 14px;
  text-align: center;
  padding-top:30px;
}

.thMg, 
.tdMg {
  border: 1px solid #ccc;
  text-align: left;
  padding: 15px 0 15px 10px;
}

.thMg {
  width: 240px;
  font-weight: normal;
}

.l_Cel {
	width: 200px;
}

.error_messe {
	margin:5px 0;
	color: red;
}

.result {
  margin: 0 auto;
}

.formDummy {
  height: 39px;
}

/* メールフォームお問い合わせ確認画面 ▲ ここまで ▲
++++++++++++++++++++++++++++++++++++*/

/* メールフォームお問い合わせ送信完了画面 (htmlはsendmail.php内) ▼ スタート ▼
------------------------------------------------------------------------*/
.mailCompleted {
	padding-top:30px;
}
.mailCompleted h4 {
	font-size: 18px;
}
.mailCompleted p {
	padding: 15px 0;
	line-height: 2em;
}
#contentLeft .event_message h4 {
	font-size:14px;
	color:#00479d;
	margin-bottom:5px;
}

/* 体験会・ワークショップのご案内 ▼ スタート ▼
------------------------------------------------------------------------*/
#eventinfo .imgMain {
	width:160px;
}
#eventinfo .colRight {
	width:520px;
}
#eventinfo .overview {
	margin:20px 0;
	background:#fff;
	border-radius: 8px; 　/* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */ 
}
.overview h4 {
	color:#694426;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
}
.overview li {
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.sanka a:hover {
	opacity:0.9;
}

