/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/



html {
  overflow-y : scroll;
  height : 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin : 0;
  padding : 0;
  
}

address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; }

table {
  border-collapse : collapse;
  border-spacing : 0;
}

caption, th { text-align : left; }

q:before, q:after { content : ''; }

object, embed { vertical-align : top; }

hr, legend { display : none; }

h1{    text-indent: -9999px;
		width:0;
		height:0;
		margin:0;
		padding:0;
		}

h3, h4, h5, h6 { font-size : 100%; }







img, abbr, acronym, fieldset { border: 0px; }

img { vertical-align: bottom; }

li { list-style-type : none; }



body{  margin : 0;
  padding : 0;
  height : 100%;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size : 15px;
  background:#EEE;
  color:#222;
  line-height : 120%;

  /*border-top:6px solid #111; */ 
  
}

* html body { /* for IE6 */ font-size: 100%; }

*:first-child+html body {  /* for IE7 */
  font-size:100%;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

html>/**/body {    /* IE8￠ */ font-size: 100%; }

html:not(:target) body {   /* for modern browser not ie8 */ font-size: 18px; }



/* Link
--------------------------------------------------------------------------- */

a { outline : none; }

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

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

a:hover {
  text-decoration : none;
  color : #0077AE;
}

a:active {
  text-decoration : none;
  color : #0077AE;
}



#page-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
	font-size: 50%;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 50px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius:80px 80px 10px 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #236b00;
}


/*
------------------------------------------------------------------------ */

/* レスポンシブデザイン用*/

/* ------------------------------------------------------------------------ */


@media only screen and (min-device-width: 1000px){
	
#whole{
	width:1000px;
	margin:0 auto;
  }

/* ------------------------------------------------------------------------ */

/* ヘッダ*/

/* ------------------------------------------------------------------------ */
#head{
	padding:0;
	margin:0;
	width:1000px;
	height:140px;
	background-color:#eee;
	position:fixed;
	}
	
#logo{

	margin-top:12px;
	position:fixed;
}

#mainimg{
	background:url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/img_03.png) no-repeat;
	width:100%;
	height:333px;
	margin:170px auto 0;}

#mainimg h2{
font-size:23px;
color:#FFF;
padding:13% 5% ;
line-height:150%;
text-align:left;
}

/* ------------------------------------------------------------------------ */

/* ナビ　1*/

/* ------------------------------------------------------------------------ */
#nav {
position:fixed;
margin-top:110px;
  width:1000px;
  padding:0;
}

#nav li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav li a {
  width:auto;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  background:#323232;
  padding:10px 0;
  border-left:1px solid #888;
}

#nav li a:hover {
  background:#005881;
}

#nav .current a {
	background: #3c1b81;
	color: #fff;
}


#nav li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav li:last-child a{
  border-radius:0 5px 5px 0;
}

/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */
#nav2 {
position:fixed;
margin-top:110px;
  width:1000px;
  padding:0;
}

#nav2 li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav2 li a {
  width:auto;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  background:#323232;
  padding:10px 0;
  border-left:1px solid #888;
}

#nav2 li a:hover {
  background:#005881;
}

#nav2 .current a {
	background: #000000;
	color: #fff;
}


#nav2 li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav2 li:last-child a{
  border-radius:0 5px 5px 0;
}




.imgmail{
	width:5%;
	max-width:5%;
	   vertical-align:middle;
	}


#contactbtn{
  width:860px;
  margin:2% auto;
  padding:0;
  line-height:150%;
}

#contactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#contactbtn li a {
  width:auto;
  color:#fff;
  font-size:21px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  background:#222;
  padding:30px 20px;
  border-radius:5px;
}

#contactbtn li a:hover {
  background:#851e32;
}

/* ------------------------------------------------------------------------ */

/* ヘッダーのコンタクトボタン												*/

/* ------------------------------------------------------------------------ */

#headcontactbtn{
  width:10%;
  padding:0;
  line-height:120%;
  position:relative;
  top:38px;
  left:90%;
}

#headcontactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#headcontactbtn li a {
  width:auto;
  color:#fff;
  font-size:13px;
  font-weight:normal;
  text-decoration:none;
  display:block;
  background:#851e32;
  padding:7px 7px;
  border-radius:10px;
}

#headcontactbtn li a:hover {
  background:#b10022;
}

/* ------------------------------------------------------------------------ */

/*アコーディオン*/

/* ------------------------------------------------------------------------ */

.accordion1{background:#fff;
padding:10px;
}

.accordion1 dt{
  border-radius:5px;
}
.accordion1 dt a{
  width:auto;
  color:#fff;
  display:block;
  background:#323232;
  padding:10px 10px;
  border-radius:5px;
}

.accordion1 dt a:hover {
  background:#936800;
}

.accordion1 dd{width:90%;
margin:0 10px 5px 10px;}

/* ------------------------------------------------------------------------ */

/*フッダメニュー*/

/* ------------------------------------------------------------------------ */
.footnav_m {
	margin:0;
	width:100%;
	height:auto;																																																																															
	/*background-color:#09F;*/
	float:right;
	}

#footernav {
  width:100%;
  margin:0 auto;
  padding:0;
}



#footernav li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#footernav li a {
  width:auto;
  color:#111;
  font-size:12px;
  text-decoration:none;
  display:block;
  background:#ddd;
  padding:3px 3px;
  border-left:1px solid #eee;
}

#footernav li a:hover {
  background:#ccc;
}



/* ------------------------------------------------------------------------ */

/* チャプター*/

/* ------------------------------------------------------------------------ */
.chapter1{
	margin:0  auto 5%;
	padding:0;
	width:1000px;
	height:auto;
	/*background-color:#51F;*/
	float:right;
	}
	
.chapter2{
	margin:170px auto 7%;
	padding:0;
	width:1000px;
	height:auto;
	/*background-color:#09F;*/
	float:right;
	}

.chapter1 p {
  text-align : justify;
  line-height : 1.8;
}

/* ------------------------------------------------------------------------ */

/* フッダ*/

/* ------------------------------------------------------------------------ */
#footer{
	margin:0 auto;
	padding:0;
	width:100%;
	height:68px;
	background: url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/footer.jpg);
	clear:both;
	position:relative;

	}

#footer p{
	color:#aaa;
	font-size:30%;
	text-align:right;
	padding:20px;
	}

#footerlogo{
	position:absolute;
	top:3%;
	left:1%
	}

}



@media screen and (max-width: 980px) {

#whole{
	width:90%;
	margin:0 auto;
  }


#head{
	padding:0;
	margin:0;
	width:1000px;
	height:150px;
	background-color:#eee;
	position:fixed;
	}
	

#logo{
	margin-top:15px;
	position:fixed;
}

.contenttop{
	width:100%;
	height:100%;
	margin:170px auto 0;}

#mainimg{
	display:block;
	background:url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/img_03_980.png) no-repeat;
	width:100%;
	height:100%;
	margin:170px auto 0;}

#mainimg h2{
font-size:20px;
color:#FFF;
padding:13% 5% ;
line-height:150%;
text-align:left;
}



/* ------------------------------------------------------------------------ */

/* ナビ　1*/

/* ------------------------------------------------------------------------ */
#nav {
  margin-top:110px;
  width:90%;
  padding:0;
}

#nav li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav li a {
  width:auto;
  color:#fff;
  font-size:80%;
  font-weight:bold;
  padding:10px 5px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}


/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */
#nav2 {
  margin-top:110px;
  width:90%;
  padding:0;
}

#nav2 li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav2 li a {
  width:auto;
  color:#fff;
  font-size:80%;
  font-weight:bold;
  padding:10px 5px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}




#logo img{width:95%;
}


.imgmail{
	width:7%;
	max-width:7%;
	   vertical-align:middle;
	}

#contactbtn{
  width:80%;
  margin:3% auto;
  padding:0;
}

#contactbtn li {
  width:100%;
  padding:0;

  text-align:center;
}

#contactbtn li a {
  width:auto;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  background:#222;
  padding:20px 20px;
  border-radius:5px;
}

#contactbtn li a:hover {
  background:#851e32;
}


/* ------------------------------------------------------------------------ */

/* ヘッダーのコンタクトボタン												*/

/* ------------------------------------------------------------------------ */

#headcontactbtn{
  width:10%;
  padding:0;
  line-height:120%;
  position:fixed;
  top:40px;
  left:85%;
}

#headcontactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#headcontactbtn li a {
  width:auto;
  color:#fff;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  display:block;
  background:#851e32;
  padding:5px 5px;
  border-radius:10px;
}

#headcontactbtn li a:hover {
  background:#b10022;
}




.footnav_m {
	margin:0;
	width:100%;
	height:auto;																																																																															
	/*background-color:#09F;*/
	float:right;
	}

#footernav {
  width:100%;
  margin:0 auto;
  padding:0;
}

#footernav li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#footernav li a {
  width:auto;
  color:#111;
  font-size:12px;
  text-decoration:none;
  display:block;
  background:#ddd;
  padding:3px 3px;
  border-left:1px solid #eee;
}

#footernav li a:hover {
  background:#ccc;
}

#footer{
	margin:0 auto;
	padding:0;
	width:100%;
	height:68px;
	background: url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/footer.jpg);
	clear:both;
	position:relative;
}

#footerlogo{
	position:absolute;
	top:3%;
	left:1%
}



/* ------------------------------------------------------------------------ */

/* チャプター*/

/* ------------------------------------------------------------------------ */
.chapter1{
	margin:0  auto 7%;
	padding:0;
	width:100%;
	height:auto;
	float:right;
	}

.chapter1 p {
  text-align : justify;
  line-height : 1.8;
}	

.chapter2{
	margin:170px  auto 7%;
	padding:0;
	width:100%;
	height:auto;
	float:right;
	}
	

.chapter2 p {
  text-align : justify;
  line-height : 1.8;
}

}


@media screen and (max-width: 760px) {
#whole{
	width:90%;
	margin:0 auto;}

body p, li, dt{font-size:15px;}
body li{margin-bottom:12px;}
body h3{font-size:17px;}

body h4{font-size:15px;}


#head{
	padding:0;
	margin:0 auto;
	width:1000px;
	height:100px;
	background-color:#eee;
	position:fixed;
	}
	
#logo{
	margin-top:10px;
	width:40%;
	position:fixed;
}


.yokosoroe img{
	width:120%;
	max-width:120%;
}


#mainimg{
	background:url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/img_03_760.png) no-repeat;
	width:100%;
	height:100%;
	margin:170px auto 0;
}

#mainimg h2{
	font-size:20px;
	color:#FFF;
	padding:13% 5% ;
	line-height:150%;
	text-align:left;
}


.chapter2{
	margin:180px 0 7% 0;
	padding:0;
	width:100%;
	height:auto;
	float:right;
	}


/* ------------------------------------------------------------------------ */

/* ナビ　1*/

/* ------------------------------------------------------------------------ */
#nav {
  margin-top:100px;
  width:90%;
  padding:0;
}

#nav li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav li a {
  height:45px;
  width:auto;
  color:#fff;
  font-size:90%;
  font-weight:bold;
  padding:10px 5px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav li a:hover {
	background:#005881;
}

#nav .current a {
	background: #3c1b81;
	color: #fff;
}


#nav li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav li:last-child a{
  border-radius:0 5px 5px 0;
}



/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */
#nav2 {
  margin-top:100px;
  width:90%;
  padding:0;
}

#nav2 li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#nav2 li a {
  height:45px;
  width:auto;
  color:#fff;
  font-size:90%;
  font-weight:bold;
  padding:10px 5px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav2 li a:hover {
	background:#005881;
}

#nav2 .current a {
	background: #000000;
	color: #fff;
}


#nav2 li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav2 li:last-child a{
  border-radius:0 5px 5px 0;
}


/* ------------------------------------------------------------------------ */

/* ヘッダーのコンタクトボタン												*/

/* ------------------------------------------------------------------------ */

#headcontactbtn{
  width:16%;
  padding:0;
  line-height:110%;
  position:fixed;
  top:33px;
  left:78%;
}

#headcontactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#headcontactbtn li a {
  width:auto;
  color:#fff;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  display:block;
  background:#851e32;
  padding:5px 5px;
  border-radius:10px;
}

#headcontactbtn li a:hover {
  background:#b10022;
}



#footer p{
	display:none;
	}



}
/* ------------------------------------------------------------------------ */

/* タブレット用*/

/* ------------------------------------------------------------------------ */

@media screen and (max-width: 480px) {

#whole{
	width:90%;
	margin:0 auto;}

body p, li, dt{font-size:13px;}
body li{margin-bottom:10px;}
body h3{font-size:15px;}

body h4{font-size:13px;}


#head{
	padding:0;
	margin:0 auto;
	width:1000px;
	height:120px;
	background-color:#eee;
	position:fixed;
	}
	
#logo{
	margin-top:15px;
	width:50%;
	position:fixed;
}


#mainimg{
	background:url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/img_03_480.png) no-repeat;
	width:100%;
	height:100%;
	margin:150px auto 0;}

#mainimg h2{
	font-size:90%;
	color:#FFF;
	font-weight:normal;
	padding:13% 5% ;
	line-height:140%;
	text-align:left;
}

.chapter2{
	margin:150px 0 7% 0;
	padding:0;
	width:100%;
	height:auto;
	float:right;
	}

/* ------------------------------------------------------------------------ */

/* ナビ 1　                                                                 */

/* ------------------------------------------------------------------------ */

#nav {
  margin-top:90px;
  width:90%;
  padding:0;
position:fixed;

}


#nav li a {
  height:30px;
  font-size:80%;
  line-height:normal;
  font-weight:normal;
  padding:10px 3px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav li a:hover {
  background:#005881;
}

#nav .current a {
	background: #3c1b81;
	color: #fff;
}


#nav li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav li:last-child a{
  border-radius:0 5px 5px 0;
}


/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */
#nav2 {
  margin-top:90px;
  width:90%;
  padding:0;
position:fixed;

}


#nav2 li a {
  height:30px;
  font-size:80%;
  line-height:normal;
  font-weight:normal;
  padding:10px 3px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav2 li a:hover {
  background:#005881;
}

#nav2 .current a {
	background: #000000;
	color: #fff;
}


#nav2 li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav2 li:last-child a{
  border-radius:0 5px 5px 0;
}



/* ------------------------------------------------------------------------ */

/* ヘッダーのコンタクトボタン												*/

/* ------------------------------------------------------------------------ */

#headcontactbtn{
  width:22%;
  padding:0;
  line-height:110%;
  position:fixed;
  top:30px;
  left:73%;
}

#headcontactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#headcontactbtn li a {
  width:auto;
  color:#fff;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  display:block;
  background:#851e32;
  padding:5px 5px;
  border-radius:10px;
}

#headcontactbtn li a:hover {
  background:#b10022;
}



.imgmail{
	width:10%;
	max-width:10%;
   vertical-align:middle;
	}

#footer p{
	display:none;
	}



}

/* ------------------------------------------------------------------------ */

/* スマフォ用*/
	
/* ------------------------------------------------------------------------ */
@media screen and (max-width: 320px) {


#whole{
	width:90%;
	margin:0 auto;}

body p, li, dt, dd,{font-size:13px;}
body li{margin-bottom:10px;}
body h3{font-size:15px;}

body h4{font-size:13px;}


#head{
	padding:0;
	margin:0 auto;
	width:1000px;
	height:100px;
	background-color:#eee;
	position:fixed;
	}
	
#logo{
	margin-top:10px;
	width:60%;
	position:fixed;
}


#mainimg{
	background:url(https://cdn2.hubspot.net/hubfs/3041593/cosmosoup/img_03_320.png) no-repeat;
	width:100%;
	height:100%;
	margin:140px auto 0;
}

#mainimg h2{
	font-size:70%;
	color:#FFF;
	font-weight:normal;
	padding:13% 5% ;
	line-height:130%;
	text-align:left;
}

.chapter2{
	margin:145px auto 7%;
	padding:0;
	width:100%;
	height:auto;
	float:right;
	}

.yokosoroe img{width:160%;
max-width:160%}

/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */

#nav {
  margin-top:75px;
  width:90%;
  padding:0;
position:fixed;

}

#nav li a {
  height:35px;
  font-size:80%;
  line-height:normal;
  font-weight:normal;
  padding:10px 3px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav li a:hover {
  background:#005881;
}

#nav .current a {
	background: #3c1b81;
	color: #fff;
}


#nav li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav li:last-child a{
  border-radius:0 5px 5px 0;
}


/* ------------------------------------------------------------------------ */

/* ナビ　2（下層ページ用ヘッダメニューCSS「jqueryが動かない為別名id使用」）*/

/* ------------------------------------------------------------------------ */
#nav2 {
  margin-top:75px;
  width:90%;
  padding:0;
position:fixed;

}

#nav2 li a {
  height:35px;
  font-size:80%;
  line-height:normal;
  font-weight:normal;
  padding:10px 3px;
  text-decoration:none;
  display:block;
  background:#323232;
  border-left:1px solid #888;

}

#nav2 li a:hover {
  background:#005881;
}

#nav2 .current a {
	background: #000000;
	color: #fff;
}


#nav2 li:first-child a{
  border-radius:5px 0 0 5px;
}

#nav2 li:last-child a{
  border-radius:0 5px 5px 0;
}


/* ------------------------------------------------------------------------ */

/* ヘッダーのコンタクトボタン												*/

/* ------------------------------------------------------------------------ */

#headcontactbtn{
  width:27%;
  padding:0;
  line-height:110%;
  position:fixed;
  top:21px;
  left:68%;
}

#headcontactbtn li {
  width:100%;
  padding:0;
  margin:0;
  text-align:center;
}

#headcontactbtn li a {
	width:auto;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:5px 5px;
	border-radius:10px;
	background-color: #851e32;
}

#headcontactbtn li a:hover {
  background:#b10022;
}


.imgmail{
	width:10%;
	max-width:10%;
	vertical-align:middle;
	}

#footer p{
	display:none;
	}



.accordion1{background:#fff;
padding:10px;
}

.accordion1 dt{
  border-radius:5px;
}
.accordion1 dt a{
  width:auto;
  color:#fff;
  display:block;
  background:#323232;
  padding:10px 10px;
  border-radius:5px;
}

.accordion1 dt a:hover {
  background:#936800;
}

.accordion1 dd{width:90%;
margin:0 10px 5px 10px;}

}







/*  Parts
/* ------------------------------------------------------------------------ */

.section{
    margin:0 2%}
	
.section_2{
	margin:0 4%}

.section_yose{
	margin:0 8%}



/* 見出し
--------------------------------------------------------------------------- */



.midasi_1{
overflow:hidden;
background-color:#d7d7d7;
border-left:6px solid #bc3989;  
padding:.8em .9em ;


}


.midasi_2{
background-color:#fff;
border:1px solid #545454;
line-height : 150%;
padding:0 5px 0 0;
font-size:130%;
}

.midasi_2 div {
	    display: table-cell;
        vertical-align: middle;
    }


/* layout
--------------------------------------------------------------------------- */

.flt_l { float : left; }
.flt_r { float : right; }

.mb0 { margin-bottom : 0 !important; }
.mb5 { margin-bottom : 5px !important; }
.mb10 { margin-bottom : 10px !important; }
.mb15 { margin-bottom : 15px !important; }
.mb20 { margin-bottom : 20px !important; }
.mb25 { margin-bottom : 25px !important; }
.mb30 { margin-bottom : 30px !important; }
.mb40 { margin-bottom : 40px !important; }
.mb10p { margin-bottom : 10% !important; }

.mt0 { margin-top : 0 !important; }
.mt5 { margin-top : 5px !important; }
.mt10 { margin-top : 10px !important; }
.mt15 { margin-top : 15px !important; }
.mt20 { margin-top : 20px !important; }
.mt25 { margin-top : 25px !important; }
.mt30 { margin-top : 30px !important; }
.mt35 { margin-top : 35px !important; }
.mt40 { margin-top : 40px !important; }
.mt200 { margin-top : 200px !important; }

.ml10 {	margin-left: 10px !important; }
.ml20 {	margin-left: 20px !important; }
.ml30 {	margin-left: 30px !important; }
.ml40 {	margin-left: 40px !important; }


.inner5 { margin : 5px auto 0 !important; }
.inner10 { margin : 10px auto 0 !important; }
.inner15 { margin : 15px auto 0 !important; }
.inner20 { margin : 20px auto 0 !important; }
.inner25 { margin : 25px auto 0 !important; }
.inner30 { margin : 30px auto 0 !important; }

.pageTop {
  text-align: right;
  margin: 0 0 10px 0;
}

.pageLink {
  text-align: right;
  margin: 0px 10px 20px 0px;
}

/* image
--------------------------------------------------------------------------- */
img{width:100%;
	max-width:100%;
	height:auto;
	}

/* IMG
--------------------------------------------------------------------------- */

#contactbtn li a .imgmail{ }

/*画像を横に3枚並べる*/
.img20{width:15%;
	   max-width:15%;
	}

.img30{width:30%;
	   max-width:150px;
	}



.img30yoko{width:30%;
			margin:1%;
			max-width:30%;
	}

.img50{width:50%;
	max-width:50%;
	}

/*左画像右テキスト中央揃え*/
.yokosoroe div {

	    display: table-cell;
        vertical-align: middle;
    }

/*.yokosoroe div img{background:#FFF;
border:1px solid #666666;
}*/



/* text
--------------------------------------------------------------------------- */

/* --- Size --- */

.txt10 { font-size : 10px !important; }
.txt12 { font-size : 12px !important; }
.txt14 { font-size : 14px !important; }
.txt16 { font-size : 16px !important; }
.txt18 { font-size : 18px !important; }
.txt20 { font-size : 20px !important; }

.txtlarger {
  font-size: medium;
  font-weight: bold;
}

.txtsmall { font-size: small;
			line-height:none;}

/* --- Color --- */

.red { color : #CC0000; }
.blue { color : #0062AD; }
.pink { color : #F09; }
.orange { color : #F60; }
.grey { color : #888; }

.center { text-align:center !important; }
.left { text-align:left !important; }
.right { text-align:right !important; }
.under { text-decoration: underline; }


.sel01 { background-color: #FDE08B; }
.sel02 { background-color: #FEFCB6; }

.box_index_001 {
  padding : 4%;
  line-height : 130%;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #FFF;
}

.box_index_002 {
  padding : 8px;
  background : #FFFFFF;
  line-height : 130%;
  text-align: left;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #0882C5;
}

.box_index_003 {
  padding : 8px;
  background : #FFFFFF;
  line-height : 130%;
  text-align: left;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #C00;
}

.box_index_004 {
  padding : 8px;
  line-height : 130%;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #999999;
  background: #DCEFFC;
}

/* table(枠線あり)
--------------------------------------------------------------------------- */

.tableStyle01 {
  margin : 0 auto;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
  background:#FFFFFF;
  width:100%;
}

.tableStyle01 th {
  padding : 5px 10px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  background-color:#aaa;
  font-weight : normal;
}

.tableStyle01 td {
  padding : 5px 10px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  vertical-align: top;
  text-align: left;
}

.tableStyle01 td.td01 {
  padding : 5px 10px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  vertical-align: middle;
  text-align: left;
}

.tableStyle01 td.contact {
  padding : 8px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  vertical-align: top;
  text-align: left;
}


/* table(枠線なし) 余白あり
--------------------------------------------------------------------------- */

.tableStyle02 {
  margin : 0 auto;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 630px;
}

.tableStyle02 th {
  padding : 0px 5px;
  font-weight : normal;
  vertical-align: top;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.tableStyle02 td {
  text-align: left;
  vertical-align: top;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
}


/* table(枠線なし)　余白なし
--------------------------------------------------------------------------- */

.tableStyle03 {
  margin : 0 auto;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.tableStyle03 td {
  padding : 0;
  text-align: left;
  vertical-align: top;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/* table(枠線あり)  width 設定なし 中央寄せなし
--------------------------------------------------------------------------- */

.tableStyle04 {
  margin : 0;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
}

.tableStyle04 th {
  padding : 3px 8px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  background-color: #FCF6D6;
}

.tableStyle04 td {
  padding : 3px 8px;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  vertical-align: top;
  text-align: left;
}

/* table(枠線なし)　余白なし
--------------------------------------------------------------------------- */

.tableStyle-staff {
  margin			: 0 auto;
  border-collapse	: collapse;
  border-spacing	: 0;
  empty-cells		: show;
  width: 660px;
  font-size: 14px;
  line-height: 1.5em;
}

.tableStyle-staff td.td01{
  width: 190px;
  padding : 3px 0px 3px 0px;
  text-align: left;
  vertical-align: top;
}
	
.tableStyle-staff td.td02{
　width: 45px;
　padding		: 0;
　text-align: left;
　vertical-align: top;
}


/* list(decimal)
--------------------------------------------------------------------------- */
.list-decimal {
  text-align : left;
  margin : 0px 10px 0px 23px;
}

.list-decimal ul {
  margin : 0 0 0 1.5em;
  padding : 0px;
}

.list-decimal li {
  list-style: decimal url(../none);
  margin : 0px 0px 0px 10px;
  padding : 0px;
}

/* list (disc)
--------------------------------------------------------------------------- */
.list-disc {
  text-align : left;
  margin : 0px 10px 20px 18px;
}

.list-disc ul {
  margin : 0 0 0 1.5em;
  padding : 0px;
}

.list-disc li {
  list-style: disc url(../none);
  margin : 0px 20px 0px 10px;
  padding : 0px;
  line-height : 1.8;
}

/* list (square)
--------------------------------------------------------------------------- */
.list-square {
  text-align : left;
  margin : 0px 10px 0px 23px;
}

.list-square ul {
  margin : 0 0 0 1.5em;
  padding : 0px;
}

.list-square li {
  list-style: square url(../none);
  margin : 0px 0px 0px 10px;
  padding : 0px;
}

/* list 
--------------------------------------------------------------------------- */
.list-none {
  text-align : left;
  margin : 10px 0px 10px 0px;
}

.list-none ul {
  margin : 0 0 0 1.5em;
  padding : 0px;
}

.list-none li {
  list-style: url(../none) none;
  margin : 0px 20px 0px 10px;
  padding : 0px;
}

/* list (dl)　
--------------------------------------------------------------------------- */
.list-dl {
  text-align : left;
  margin : 10px;
  line-height : 1.8;
}

.list-dl dt {
  margin : 0px;
  padding : 0px;
  font-weight: bold;
}

.list-dl dd {
  margin : 0px 0px 20px 1em;
  padding : 0px;
}

/* list (dl)  (interview)　
--------------------------------------------------------------------------- */
.list-dl-interview {
  text-align : left;
  margin: 0px 10px 0px 10px;
  padding : 0px;
  line-height : 1.8;
}

.list-dl-interview dt {
  margin : 0px;
  padding : 0px;
  color : #A83F00;
}

.list-dl-interview dd {
  margin : 0px 0px 14px 1em;
  padding : 0px 0px 0px 0px;
}
