@charset "UTF-8";

/* defult */
.menu_title {
  border-bottom-color:#FF0000;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#FF0000;
  border-left-style:solid;
  border-left-width:5px;
  font-weight:bold;
  margin:5px 0px 5px 5px;
  padding:5px;
}
p {
  margin: 3px;
}
strong {
  font-weight: bold;
}

/* header */
header h1 {
  /*background: -moz-linear-gradient(rgb(104, 112, 243) 0%, rgb(0, 10, 194) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(104, 112, 243)), color-stop(100%, rgb(0, 10, 194)));*/
  background-color:#1761b3;
  text-align: center;
  padding: 4px 2px 5px;
  color: #FFFFFF;
	font-size:12px;
	line-height:1.2;
  /*text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);*/
}
/*
header {
  background: #005eae;
}
*/
#header_logo {
  margin: 0px;
  text-align: center;
}
.header_title {
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
  background-size: 100% 100%;
  height:50px;
  border-bottom:1px solid #dadada;
  background: -moz-linear-gradient(rgb(135, 135, 135) 0%, rgb(0, 0, 0) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(135, 135, 135)), color-stop(100%, rgb(0, 0, 0)));
  width: 100%;
}
.header_title h1 {
  width: 200px;
  display:block;
  height:50px;
  line-height:50px;
  font-weight:bold;
  float:left;
  color:#FFFFFF;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
  text-align: center;
}
.header_contents {
  text-align: right;
  margin: 10px 5px 15px 5px;
}
.header_button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 5px;
  background: -moz-linear-gradient(
    top,
    #b0ffb5 0%,
    #089408);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#b0ffb5),
    to(#089408));
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #298700;
  -moz-box-shadow:
    0px 1px 3px rgba(0,0,0,0.5),
    inset 0px 0px 3px rgba(255,255,255,1);
  -webkit-box-shadow:
    0px 1px 3px rgba(0,0,0,0.5),
    inset 0px 0px 3px rgba(255,255,255,1);
  text-shadow:
    1px 1px 2px rgba(000,000,000,1),
    0px 1px 0px rgba(0,0,0,1);
}
a.header_button {
  text-decoration: none;
}
.header_title nav {
  float: left;
}
.header_title nav li {
  float: right;
}
.header_title a.side {
  display:block;
  height:33px;
  width:50px;
  color:#ffffff;
  line-height:33px;
  background: -moz-linear-gradient(rgb(243, 104, 104) 0%, rgb(194, 0, 0) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(243, 104, 104)), color-stop(100%, rgb(194, 0, 0)));
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  text-align:center;
  text-decoration:none;
  border: 1px solid #FF0000;
  margin-top:7px;
  margin-left: 10px;
  padding-left: 5px;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
  font-weight:bold;
}

/* pankuzu */
.pan {
  list-style: none;
  overflow: hidden;
  color: white;
  font: 11px arial, Helvetica, clean, sans-serif;
  margin: 0;
  background: rgb(233,233,233);
}
.pan li {
  float: left;
  line-height: 20px;
}
.pan li a {
  color: #fff;
  padding: 0 10px 0 15px;
  background: rgb(142,142,142);
  display: block;
  float: left;
}
.pan li a::after {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: -15px;
  height: 10px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(-30deg);
  background: rgb(142,142,142);
  border-right: 2px solid white;
}
.pan li a::before {
  float: right;
  display: block;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: -15px;
  height: 10px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(30deg);
  background: rgb(142,142,142);
  border-right: 2px solid white;
}
.pan li:first-child a {
  font-weight: 900;
  padding-left: 10px;
  background: rgb(108,108,108);
}
.pan li:first-child a::before,
.pan li:first-child a::after {background: rgb(108,108,108);}
.pan li:last-child {
  padding-left: 15px;
  background: transparent !important;
  color: rgb(50,116,208);
  font-weight: 900;
}
.pan li a:hover,
.pan li a:hover::before,
.pan li a:hover::after {background: rgb(108,108,108);}
.pan li:first-child a:hover,
.pan li:first-child a:hover::before,
.pan li:first-child a:hover::after {background: rgb(77,77,77);}
.pan li.scope a,
.pan li.scope a::before,
.pan li.scope a::after {background: rgb(50,116,208);}
.pan li.scope a:hover,
.pan li.scope a:hover::before,
.pan li.scope a:hover::after {background: rgb(34,97,160);}

/* header_category */
.search_contents {
  -webkit-box-shadow:#E0E0E0 0 1px 0;
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#FFFFFF;
  border-top-style:solid;
  border-top-width:1px;
  margin-bottom: 10px;
}
.search_contents ul li {
  border-color:#d3c6be;
  border-style:solid;
  border-width:1px;
  -webkit-box-flex:1;
  font-size:16px;
  text-align:center;
  height: 40px;
  line-height: 40px;
  background: -moz-linear-gradient(rgb(255, 255, 255) 0%, rgb(219, 219, 219) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(219, 219, 219)));
  width:33%;
}
.search_contents ul {
  display:-webkit-box;
  width:100%;
}
.search_contents a {
  text-decoration:none;
  display:block;
  font-weight:bold;
  color:#000000;
  text-shadow:#FFFFFF 0 1px 0;
  font-size: 13px;
}

/* footer */
.footer_contents {
  background: #49bee8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
}
.footer_box {
  background: #FFFFFF;
  margin: 5px 5px 10px 5px;;
  padding: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.5em;
  color: #000;
}
.footer_text {
  margin: 5px;
  line-height: 1.5em;
  color: #FFF;
}
.footer_contents li{
  display:inline;
}
.footer_contents a {
  text-decoration:none;
  color: #0000FF;
}
.copy_right {
  margin-top: 10px;
  font-size:12px;
  text-align: center;
}
.copy_right a {
  text-decoration:none;
  font-size:12px;
}

/* text */
.text_list {
  font-size: 16px;
}
.text_list li {
  display: block;
  color: #000000;
  padding:5px;
  line-height: 1.5em;
  background-position: right 1px;
  display: block;
  color: #000000;
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}

/* list */
.list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
  line-height: 1.5em;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:10px;
}
.list li a {
  background-position: right 1px;
  display: block;
  color: #000000;
  text-decoration: none;
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  padding-right:26px;
  font-weight: bold;
}

/* img_list */
.img_list ul {
  border-bottom:1px solid #CCC;
}
.img_list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.img_list li {
  line-height: 1.5;
  background-position: right 1px;
  display: block;
  color: #000000;
  padding:5px;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.img_list ul li {
  border-top: 1px solid #CCC;
  height: 70px;
  margin: 0px;
}
.img_list ul li a {
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  color: #000;
  display: block;
  height: 70px;
  margin: 0px;
  overflow: hidden;
  padding: 0px 20px 0px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.img_list ul li img {
  float: left;
  height: 70px;
  width: 70px;
  margin-right:10px;
}
.img_list ul li a strong {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  display:block;
  font-weight:bold;
  padding-top:5px;
}

/* radio */
.radio {
  overflow: hidden;
}
.radio ul {
  list-style-type: none;
}
.radio li {
  float: left;
  width: 50%;
  padding-top:10px;
  padding-bottom:10px;
}

/* table */
.table_list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
  line-height: 1.5em;
}
.table_list li a {
  background-position: right 1px;
  display: block;
  color: #000000;
  text-decoration: none;
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:26px;
  font-weight: bold;
}
.th_tag {
  font-weight: bold;
  color: #1861b3;
  font-size: 16px;
  padding: 5px 5px 5px 10px;
}
.td_tag {
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 5px 5px 10px;
}
.td_tag a.a_none {
  background: none;
  color: #0000ff;
  display: inline;
  padding: 0px;
  font-weight: normal;
}

/* img_text */
.float_title {
  font-weight: bold;
}
.img_float img {
  float: left;
  margin-right: 1em;
}
.img_float {
  line-height: 1.5em;
  font-size: 16px;
}
.text_float {
  float: left;
}

table {
  width: 99%;
  border: 1px #808080 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 5px;
  border: #808080 solid;
  border-width: 0 0 1px 1px;
  background: #d4d0c8;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
}

td {
  padding: 5px;
  border: 1px #808080 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
  white-space: nowrap;
}

.menu_sub_title {
  border-left-color:#49bee8;
  border-left-style:solid;
  border-left-width:5px;
  font-weight:bold;
  margin:5px 0px 5px 5px;
  padding-left: 5px;
}
.article {
  background: #f1f1f1;
  margin: 5px 5px 10px 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.article p {
  line-height: 1.5em;
}
.small {
  font-size: 10px;
}
.tel_button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 10px 30px;
  background: -moz-linear-gradient( top, #ffcc33 0%, #a38221);
  background: -webkit-gradient( linear, left top, left bottom, from(#ffcc33), to(#a38221));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000000;
  -moz-box-shadow: 5px 5px 5px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 5px 5px 5px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
  text-shadow: 1px 1px 2px rgba(000,000,000,1), -1px 1px 0px rgba(255,255,255,0);
  text-decoration: none;
}
.tel_button a {
  color: #ffffff;
  padding-bottom: 10px;
  text-decoration: none;
}
.text_area {
  padding:0 5px 10px;
  font-size: 16px;
  line-height: 1.3em;
  background-position: right 1px;
  color: #000000;
  background-color: #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.text_area ul {
  margin:8px 0 8px 19px;
  background-image:none;
  list-style-type:disc;
  border:none;
}
.text_area li {
  background-image:none;
  list-style-type:disc;
  border:none;
}
.d_list table {
  width: 100%;
  border-style:none;
}
.d_list table td {
  width: 50%;
  text-align: center;
  border-style:none;
}
.box {
  background: #ffed00;
  margin: 10px 5px;
  padding: 5px;
  line-height: 1.5em;
}
.text_center {
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 0px;
  color: #1c437a;
}
.box_area {
  width: 310px;
  margin: 10px auto 0px auto;
}
.box_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box_right {
  float: left;
  margin-bottom: 10px;
}
.box_text_blue {
  width: 130px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 8px;
  font-size: 14px;
  color: #1f4998;
  line-height: 1.5em;
  border-radius: 5px;
  border: 1px solid #1f4998;
  -moz-box-shadow: 2px 3px 3px rgba(176,176,176,1), inset 0px 0px 2px rgba(255,255,255,0.7);
  -webkit-box-shadow: 2px 3px 3px rgba(176,176,176,1), inset 0px 0px 2px rgba(255,255,255,0.7);
  box-shadow: 2px 3px 3px rgba(176,176,176,1), inset 0px 0px 2px rgba(255,255,255,0.7);
}
.box2 {
  background: #ddeaf3;
  margin: 10px 5px;
  padding: 5px 8px;
  line-height: 1.5em;
}

/* 20130426 */
.mainvisual {
	margin:0;
	padding:0;
}

/* 新着情報 */
.whatsnew {
	font-size:16px;
	line-height: 1.5em;
}

.whatsnew p.bd1 {
	border-bottom: 1px solid #9DB6D1;
	background-color: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
	background: -moz-linear-gradient(top,#FFF,#EEE);
	margin:0;
	padding:5px 10px 8px;
}

.whatsnew .date{
	display:block;
	font-weight: bold;
	color: #1861b3;
	font-size: 16px;
	padding: 0 0 2px 0;
}

.whatsnew .noinfo {
	padding: 10px 5px;
}

