@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, topiconbox2 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;

}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


/*  Common Elements
---------------------------------------------------------- */

body {
  color: #333;
  font: 14px/1.3 sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
}


/*  Header
---------------------------------------------------------- */

#globalHeader {
  background: #FFFFFF;

  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

#globalHeader h1 {
  float: left;
  line-height: 0;
  padding: 0px 0 0 5px;
}

#globalHeader h1 img {
  vertical-align: top;
}
.topiconbox {
  vertical-align: top;
  width: 46%;
  height: 46%;
  float:right;
  margin-right:5px;
}


.topiconbox2 {
  vertical-align: top;
  width: 45%;
  height: 45%;
  margin-left:60px;
}

/*  Body
---------------------------------------------------------- */

#slide img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

/* Alert */
div.alert {
  background: #ddd;
  padding: 10px;
}

div.alert ul {
  background: #fff;
  border: 1px solid #ababab;
  border-radius: 5px;
}

div.alert ul li {
  list-style: none;
}

div.alert ul li a {
  background: url(../images/icon_alert.png) no-repeat 10px 10px;
  display: block;
  padding: 12px 20px 12px 40px;
}

/* Pick Up */

#pickup {
  background: url(../../sma_reien/img/img_reien.png) no-repeat 0 0;
  background-size: 100% auto;
  color: #fff;
  padding: 5px;
}

#pickup h2 {
  color: #fff;
  font-size: 14px;
  padding: 10px 5px;
}

#pickup ul.tab {
  display: table;
  width: 100%;
}

#pickup ul.tab li {
  display: table-cell;
  width: 33%;
}

#pickup ul.tab li a {
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeedf2), color-stop(0.04, #717171), color-stop(0.74, #2b2b2b), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #eeedf2, #717171 4%, #2b2b2b 74%);
  background-image: linear-gradient(to bottom, #eeedf2, #43AEE4 4%, #2F6CC2 74%);
  border: 1px solid #444444;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 2px;
  padding: 10px 0;
  text-align: center;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 1);
}

#pickup ul.tab li.current a {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), color-stop(0.29, #fff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 29%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 29%);
  color: #000;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#pickup div.tabContents {
  display: none;
  padding: 0 3px;
}

#pickup div.tabContents.current {
  display: block;
}

#pickup div.round {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.14, #fff), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #fff 14%, #dfdddd 100%);
  background-image: linear-gradient(to bottom, #fff 14%, #dfdddd 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
  text-align: center;
}

#pickup div.round a {
  background: url(../images/icon_arrow_gray_2x.png) no-repeat 100% 50%;
  display: block;
}

#pickup div.tabContents p.text {
  margin: 10px;
}

div.indexBoxes {
  margin: 0 0 20px 0;
}

div.indexBoxes ul {
  border-bottom: 1px solid #ccc;
}

div.indexBoxes ul li,
section.seminar h2,
section.information h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #3AABE2, #0676A6);
  border-top: 1px solid #ccc;
}

div.indexBoxes ul li a,
section.seminar h2 span,
section.information h2 span {
  background: url(../images/icon_arrow_black.png) no-repeat 100% 50%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 12px 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

section.seminar h2 span,
section.information h2 span {
  background-image: none;
  color:#FFFFFF;
}

ul.informationLink li {
  border-top: 1px solid #ccc;
  list-style: none;
}

ul.informationLink li a {
  background: url(../images/icon_arrow_gray.png) no-repeat 100% 50%;
  display: block;
  margin: 0;
  padding: 12px 30px 12px 9em;
}

ul.informationLink li a span.date {
  color: #777;
  display: block;
  float: left;
  margin-left: -9em;
  padding-left: 10px;
  width: 8em;
}

section.information {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}


/*  Footer
---------------------------------------------------------- */

#globalFooter nav ul {
  background: #BAE2F5;
}

#globalFooter nav ul li {
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 50%;
}

#globalFooter nav ul li a {
  display: block;
  padding: 10px 0;
}

#globalFooter nav ul li:nth-child(odd) {
  border-left: none;
  clear: left;
}

#globalFooter nav ul li:nth-child(even) {
  border-right: none;
  margin-left: -1px;
}

#globalFooter p#copyright {
  background: #0094D6;
  color: #fff;
  font-family: helvetica, arial;
  padding: 15px 0;
  text-align: center;
}

/* clearfix */
#globalHeader:after,
#globalFooter nav ul:after {
  content: ""; 
  display: block; 
  clear: both;
}


/*  devicePixelRatio: 2.0
---------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio:2){

  div.alert ul li a {
    background-image:url(../images/icon_alert_2x.png);
    background-size: 21px 21px;
  }

  #pickup div.round a {
    background-image: url(../images/icon_arrow_gray_2x.png);
    background-size: 36px 26px;

  }

  div.indexBoxes ul li a {
    background-image: url(../images/icon_arrow_black_2x.png);
    background-size: 18px 13px;
  }

  ul.informationLink li a {
    background-image: url(../images/icon_arrow_gray_2x.png);
    background-size: 18px 13px;
  }
  

}


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

body.removeHighlight {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#globalHeader {
  padding-bottom: 0;
}

#globalHeader nav,
#globalHeader div.search {
  float: right;
  margin: 0 0 0 5px;
}

#globalHeader nav ul,
#globalHeader div.search div.form {
  display: none;
}

#globalHeader nav p#menuToggle,
#globalHeader div.search p#searchToggle,
#globalHeader div.search div.form button {
  background: #4C77B3;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeedf2), color-stop(0.04, #43AFE4), color-stop(0.84, #4C77B3), to(#4C77B3));
  background: -webkit-linear-gradient(top, #eeedf2 1%, #43AFE4 4%, #4C77B3 84%);
  background: linear-gradient(to bottom, #eeedf2 1%, #43AFE4 4%, #4C77B3 84%);
   /*border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  padding: 7px;
  /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 1);*/
  text-shadow: -1px -1px 1px #0071A2, 1px 1px 1px #0071A2;
}

#globalHeader nav {
  padding-bottom: 10px;
}

#globalHeader nav p#menuToggle {
 background:url(../images/list_a.png) left top no-repeat;
 background-size: 100%;
 display:block;
 overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 40px;
  width: 40px;
}

#globalHeader nav p#menuToggle span {
  background-image: url(../images/icon_arrow_down_white.png), url(../images/bg_line.png);
  background-position: 100% 50%, 75px 50%;
  background-repeat: no-repeat, repeat-y;
  background-size: auto auto, 2px auto;
  display: block;
  padding-left: 9px;
}

#globalHeader nav.open {
  display: block;
  background: url(../images/bg_dropdown.png) no-repeat 50% 100%;
  background-size: 12px;
}

#globalHeader nav.open ul {
  background: #0094D6;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 3px 5px 0px #FFFFFF;
  box-shadow:0 3px 5px 0px rgba(0, 0, 0, 0.4);
  display: block;
  left: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 99;
}

#globalHeader nav.open ul li {
  border-top: 1px solid #FFF;
}

#globalHeader nav.open ul li a {
  border-top: 1px solid #666;
  color: #fff;
  display: block;
  padding: 10px;
}

#globalHeader nav.open ul li:first-child,
#globalHeader nav.open ul li:first-child a {
  border-top: none;
}

#globalHeader div.search {
  padding-bottom: 10px;
}

#globalHeader div.search.open {
  background: url(../images/bg_dropdown.png) no-repeat 50% 100%;
  background-size: 12px;
}

#globalHeader div.search.open div.form {
  display: block;
}

#globalHeader div.search p#searchToggle {
  font-size: 1px;
  line-height: 0;
}

#globalHeader div.search p#searchToggle img {
  vertical-align: top;
}

#globalHeader div.search div.form {
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow:0 3px 3px 0px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 10px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 99;
}

#globalHeader div.search form {
  display: table;
  width: 100%;
}

#globalHeader div.search form span {
  display: table-cell;
}

#globalHeader div.search form span:last-child {
  padding-left: 10px;
  width: 60px;
}

#globalHeader div.search form input[type="search"] {
 -webkit-appearance: textfield;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 7px 5px;
  width: 100%;
}

#globalHeader div.search form button {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}

.toggle h2 span {
  background-image: url(../images/icon_minus_white.png) !important;
}

.toggle.close h2 span {
  background-image: url(../images/icon_plus_white.png) !important;
}

.toggle.close ul {
  display: none;
}

/*追加分
---------------------------------------------------------- */
#totop img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

#totop_go{background-image:-moz-linear-gradient(
    top,
    #49a9d4 0%,
    #2989d8 40%,
    #2285d6 52%,
    #2989d8);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#49a9d4),
    color-stop(0.49,#2989d8),
    color-stop(0.52,#2285d6),
    to(#2989d8));
	padding:5px 0px;
	width:100%;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #ffffff;
	
}

#totop_go a{
            color:#FFFFFF;
			text-shadow:1px 1px #555;
			background-image:url(../images/go_top.png);
			background-repeat:no-repeat;
			background-position: 95% 10%;
			padding:0px 30px;
            }

.img_box  img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.img_box2  img {
  height: auto;
  vertical-align: top;
  width: 100%;
  margin-bottom:20px;
}

.img_box3  img {
  height: auto;
  vertical-align: top;
  width: 96%;
  padding:2%;
}

.img_box4  img {
  vertical-align: top;
  width: 10%;
  height: 10%;
  float:left;
  margin-left:20px;
}

.img_box5  img {
  height: auto;
  vertical-align: top;
  width: 95%;
  text-align:center;
  margin:0px 0px 15px 10px;
}

#comtable {margin:0px auto 15px auto;
           width:95%;
           table-layout: fixed;
		  　}
		   
#comtable th{background-color:#F1F1F1;
             text-align:left;
			 border-bottom:1px dotted #888888;
			 padding:3px 5px;
			 }
			 
#comtable td{
             text-align:left;
			 border-bottom:1px dotted #888888;
			 padding:3px 5px;
			 }		
.s_fo {font-size:50%;
       padding-left:50px;
       }


.blue2_bt{
           text-align:center;
          }

.blue2_bt a{
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding:10px 20px;
	font-weight:bold;
}

.blue2_bt:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.blue2_bt:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);

}

.green_bt{
           text-align:center;
          }

.green_bt a{
	border: 1px solid #cccccc;
	background-color: #66cc66;
	background-image: -webkit-linear-gradient(top, #66CC66, #8CD98C);
	background-image: linear-gradient(to bottom, #66CC66, #8CD98C);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding:10px 20px;
	font-weight:bold;
}

.green_bt a:hover {
	border:1px solid #cccccc;
    background-color: #D1EFD1;
	background-image: -webkit-linear-gradient(top, #D1EFD1, #D1EFD1);
	background-image: linear-gradient(to bottom, #D1EFD1, #D1EFD1);
}


.green_bt a:active {
	background: #66CC66;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #8CD98C;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);

}

.pink_bt{
           text-align:center;
          }

.pink_bt a{
	border: 1px solid #cccccc;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #FF99CC, #FFBBDD);
	background-image: linear-gradient(to bottom, #FF99CC, #FFBBDD);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	padding:10px 40px;
	font-weight:bold;
	margin:0px auto;
}

.pink_bt a:hover {
	border:1px solid #cccccc;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FFDBED, #FFDBED);
	background-image: linear-gradient(to bottom, #FFDBED, #FFDBED);
}


.pink_bt a:active {
	background: #FF99CC;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #FFBBDD;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);

}

.aqua_bt{
           text-align:center;
          }

.aqua_bt a{
	border: 1px solid #cccccc;
	background-color: #66cc66;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding:10px 20px;
	font-weight:bold;
}

.aqua_bt a:hover {
	border:1px solid #cccccc;
    background-color: #D1EFD1;
	background-image: -webkit-linear-gradient(top, #1AB0EC, #1AB0EC);
	background-image: linear-gradient(to bottom, #1AB0EC, #1AB0EC);
}


.aqua_bt a:active {
	background: #1AB0EC;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #8CD98C;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);

}


div.blue_bt {
  background: url(../images/icon_arrow_black.png) no-repeat 100% 50%;
  display: block;
  padding: 12px 10px;

}

.reienbox {
  background: url(../images/icon_arrow_gray_2x.png) no-repeat 100% 47%;
  display: block;
  padding: 12px 0px 12px 10px;
  border-bottom:1px dotted #CCCCCC;
  font-weight:bold;
  height:auto;
  width:100%;
}

.reienbox p{float:left;
             margin-right:10%;
			 margin-top:10%;
            }

.reienbox img {
  height: auto;
  vertical-align: top;
  width: 45%;
  height: 45%;
  margin-right:20px;
  float:left;
}

.reienbox2 {
  background: url(../images/icon_arrow_gray_2x.png) no-repeat 100% 47%;
  display: block;
  padding: 5px 0px 5px 10px;
  border-bottom:1px dotted #CCCCCC;
  font-weight:bold;
  height:auto;
  width:100%;
}

.reienbox2 p{float:left;
             padding-right:10%;
			 padding-top:5%;
			 padding-bottom:5%;
            }

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

.pickbox2 {
  background: #000;
  padding: 10px;
}

.pickbox {
  background: #fff;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  margin:5px;
}

.pickbox p{font-weight:bold;
           border-bottom:1px dotted #333333;
		   margin-bottom:5px;
		   }

.tebox {
  width:97%;
  font-weight:bold;
  margin:15px auto 0px auto;
  }

.tebox2 {
  width:97%;
  font-weight:bold;
  margin:5px auto 10px auto;
  text-align:center;
  }

.tebox3 {
  width:97%;
  margin:0px auto 50px auto;
  }

.tebox4 {
  width:97%;
  text-align:center;
  margin:15px auto 0px auto;
  }

.tebox5 {
  width:97%;
  margin:5px auto 30px auto;
  }

.tebox6 li{
  width:97%;
  padding:10px 0px 10px 28px;
  margin:5px auto 5px auto;
  list-style:none;
    background: url(../images/icon_arrow_gray.png) no-repeat 3% 50%;
  }

.tebox7 {
  width:97%;
  margin-left:2%;
  }

.tebox8 {
  width:97%;
  margin-left:2%;
  margin-bottom:30px;
  }
  
.tebox9 {
  width:97%;
  margin-left:2%;
  text-align:center;
  }  

.teboxpp{
  width:97%;
  margin:0px auto 10px auto;
  line-height:160%;
  }

.reientable {margin:0px auto 15px auto;
           width:97%;
           table-layout: fixed;
		  　}
		   
.reientable th{background-color:#DFF5FF;
             text-align:left;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }
			 
.reientable td{
             text-align:left;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }	

.reientable2 {margin:15px 2px 15px 6px;
           width:110%;
           table-layout: fixed;
		  　}
		   
.reientable2 th{background-color:#DFF5FF;
             text-align:center;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }
			 
.reientable2 td{
             text-align:right;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }	

.reientable3 {margin:15px 2px 15px 6px;
           width:900px;
           table-layout: fixed;
		  　}
		   
.reientable3 th{background-color:#DFF5FF;
             text-align:center;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }
			 
.reientable3 td{
             text-align:right;
			 border:1px solid #ababab;
			 padding:3px 5px;
			 }	

/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll2 {
        overflow-x: scroll;
    }
}

#info_bar p{padding: .5em .75em;
	background: -webkit-linear-gradient(top, #39AAE1 0%, #39AAE1 100%);
	background: linear-gradient(to bottom, #39AAE1 0%, #0676A7 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-weight:bold;
	margin-bottom:5px;
	}




.informationLink2 dt a {
  background: url(../images/icon_arrow_gray.png) no-repeat 100% 50%;
  display: block;
  margin-right: 15px;
  padding: 5px 10px 5px 10px;
}

.informationLink2 dt {
  color: #777;
  display: block;
  float: left;
  padding:10px;
  width:100%;
  border-bottom:1px dotted #cccccc;
}

section.information2 dt{
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;

}

.ppbox p{padding-left: -1em;
        text-indent: -0.7em;
		margin:5px 10px 10px 20px;
		line-height:160%;
		padding:0px 5px;
		}

/* input type="password" のみ */
input[type="password"] {
	property: value;
}

/* input type="radio" のみ */
input[type="radio"] {
	property: value;
}

/* input type="checkbox" のみ 
input[type="checkbox"] {
	property: value;
}*/

/* input type="reset" のみ */
input[type="reset"] {
	property: value;
}

/* input type="submit" のみ */
input[type="submit"] {
	property: value;
}


.form_d1 {
  width: 50%;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 2em;
  text-indent: 0.7em;
  margin-right:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.form_d2 {
  width: 30%;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 2em;
  text-indent: 0.7em;
  margin-right:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.form_d3 {
  width: 98%;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 2em;
  text-indent: 0.7em;
  margin-right:10px;
  margin-bottom:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url("../images/arrow_img.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
  border: 1px solid #bebebe;
  width: 100%;
  height: 36px;
  font-size: 1em;
  text-indent: 0.3em;
  margin-bottom:10px;
}
select:focus {
  border: 1px solid #4881d9;
  background: #edf4ff url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
}

input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
  border-radius: 100%;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

/*
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 5px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

*/

textarea {
  width: 98%;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
 }
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}


.btimg{
   border:solid 1px #ccc;
   padding:15px 30px;
   margin:20px;
   font-family:Arial, sans-serif;
   font-size:1.2em;
   text-transform:uppercase;
   font-weight:bold;
   color:#333;
   cursor:pointer;
   text-align:center;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
   background-image: -webkit-linear-gradient(top, #ddd, #aaa);
   background-image: -moz-linear-gradient(top, #ddd, #aaa);
   background-image: -ms-linear-gradient(top, #ddd, #aaa);
   background-image: -o-linear-gradient(top, #ddd, #aaa);
   background-image: linear-gradient(top, #ddd, #aaa);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
　-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);

       }

.top_right2{float:right;
           margin-right:3px;
		   width:138px;
		   }

.top_right{float:right;
           margin-right:3px;
		   }

.voice p{font-weight:bold;
         }
		 
.voice {border-bottom:1px solid #cccccc;
        margin:5px 5px 15px 5px;
		padding:5px 6px 10px 6px;
		line-height:140%;
		}		 


.v_navi {margin:0px 0px 0px 0px;
         padding:6px 0px 0px 0px;}
.v_navi ul {margin:0px 0px 15px 0px; padding:0px; list-style:none;}
.v_navi li {border-bottom:1px solid #cccccc;
        margin:5px 5px 15px 5px;
		padding:5px 6px 10px 6px;
		line-height:140%;}

.v_navi p{font-weight:bold;
         }

.rec {
      line-height:140%;
	  margin:0px 5px;
	  }


.rec p{border-bottom:1px #000000 dotted;
                 border-left:5px #00A2FF solid;
				 padding:0px 10px 0px 5px;
				 font-weight:bold;
				 font-size:120%;
				 margin:5px 0px 15px 0px;
		}

.rec_box {margin:10px 0px 20px 0px;
          width:100%;
		  }
.rec_box th{border-left:5px #9A0000 solid;
            padding:5px;
	        border-bottom:1px #cccccc solid;
			text-align:left;
			width:70px;
			}

.rec_box td{
      padding:5px;
	        border-bottom:1px #cccccc solid;
			}

.r_navi1 {margin:0px 35px 0px 10px;
         padding:0px 0px 0px 0px;}
.r_navi1 ul {margin:0px 0px 15px 0px; padding:0px; list-style:none;}
.r_navi1 li {margin:5px 0px 5px 0px; padding:10px; list-style:none; float:left; width:100%; font-weight:bold;
             border:1px #FF8BF0 solid;
			 background-color:#FFDAFA;}

.r_navi2 {margin:0px 35px 0px 10px;
         padding:0px 0px 0px 0px;}
.r_navi2 ul {margin:0px 0px 15px 0px; padding:0px; list-style:none;}
.r_navi2 li {margin:5px 0px 5px 0px; padding:10px; list-style:none; float:left; width:100%; font-weight:bold;
             border:1px #DADCFF solid;
			 background-color:#E1E2FF;}

.r_navi3 {margin:0px 35px 0px 10px;
         padding:0px 0px 0px 0px;}
.r_navi3 ul {margin:0px 0px 15px 0px; padding:0px; list-style:none;}
.r_navi3 li {margin:5px 0px 5px 0px; padding:10px; list-style:none; float:left; width:100%; font-weight:bold;
             border:1px #8CFFC8 solid;
			 background-color:#E1FFF1;}

.rec_boxtel {margin:10px 10px 30px 10px;
             padding:10px;
			 text-align:center;
			 border:1px solid #008906;
			 font-size:16px;
             }

.gree_box {margin:0px 5px 0px 5px;
           line-height:160%;
          }
		  
.gree_img1{width:50%;
              margin:0px 10px 10px 0px; 
			  float:left;}		  

.gree_img2{width:40%;
              margin:0px 10px 10px 0px; 
			  float:left;}	


.gree_img3{width:50%;
              margin:0px 0px 10px 10px; 
			  float:right;}	

.gree_box p{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
.gree_box p::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.gree_box strong {
	position: relative;
	padding: 0 .4em .1em;
}
.gree_box strong::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}

.gree_box2 {margin-bottom:15px;
            }
			
.gree_n1 {margin:0px 0px 25px 0px;
          }
.gree_n1 ul {margin:0px 0px 0px 0px; padding:0px; list-style:none;}
.gree_n1 li {margin:0px 0px 10px 0px; padding:0px; list-style:none;}

.book_box {margin:0px 5px 0px 5px;
           line-height:160%;
          }

.book_n1 {margin:0px 0px 0px 0px;
          padding-bottom:10px;
		   border-bottom:1px solid #cccccc;
          }
.book_n1 ul {margin:0px 0px 0px 0px; padding:0px; list-style:none;}
.book_n1 li {margin:0px 0px 15px 0px; padding:0px; list-style:none;}

.book_n1 img{text-align:right;
             float:right;
             }

.book_n2 {margin:0px 0px 0px 0px;
 		   border-bottom:1px solid #cccccc;
          }
.book_n2 ul {margin:0px 0px 0px 0px; padding:0px; list-style:none;}
.book_n2 li {margin:0px 0px 15px 0px; padding:0px; list-style:none;}

.book_n2 p{text-align:right;
           font-weight:bold;
           }
.book_n2 strong{color:#009900;
                }

.atable {
	border-collapse: collapse;
	width:95%;
	margin:10px 0px 30px 10px;
	font-size:16px;
	text-align: center;
}


.atable td {
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
}

.atable th {
	padding: 5px;
	height: 20px;
	width:160px;
	background-color: #f4f4f4;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
	font-weight:normal;
}

.kadomaru {
   -moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 3px #1A9DDB solid;     /* 枠線の装飾 */
   background-color: #FFFFFF;   /* 背景色 */
   width:95%;
   padding:15px 0px;
   text-align:center;
   margin:10px auto;
}

.te_red {margin-left:5px;
         color:#FF0000;
		 margin-bottom:15px;
		 }

.atable3 {
	border-collapse: collapse;
	margin:10px auto 10px auto;
	font-size:12px;
	text-align: center;
}

.atable3 td {
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
	height: 20px;
}

.atable3 th {
	padding: 5px;
	background-color: #f4f4f4;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
	font-weight:normal;


 /***** お客様の声 *************************************************************/
.voi {border-bottom:1px solid #333333;
      border-left:10px solid #0196D8;
	  padding:5px 10px;
	  font-size:16px;
	  font-weight:bold;
	  margin-top:15px;
	  }
 /***** 色変え *************************************************************/
	
	
/*ここまで
---------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:2){

  #globalHeader nav p.menu span {
    background-image: url(../images/icon_arrow_down_white_2x.png), url(../images/bg_line.png);
    background-size: 10px 6px, 1px auto;
  }

  .toggle h2 span {
    background-image: url(../images/icon_minus_white_2x.png) !important;
    background-size: 34px 24px !important;
  }

  .toggle.close h2 span {
    background-image: url(../images/icon_plus_white_2x.png) !important;
    background-size: 34px 24px !important;
  }

}