.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
}
.ui-body-c{
background: #FFFFFF;
}
ul li {
list-style: none;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 90%;
	line-height: 140%;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	color: #666666;
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
a:link {
	TEXT-DECORATION: none;
	outline: none;
}
a:visited {
	TEXT-DECORATION: none;
	outline: none;
}
a:hover {
	TEXT-DECORATION: none;
	outline: none;
}
a:active {
	TEXT-DECORATION: none;
	outline: none;
}
img {
 	border:none;
}
.header {
	background-image: url(img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
.head_logo {
	float: left;
	margin-bottom: 6px;
	margin-left: 10px;
}

.head_box {
	float: left;
	margin-bottom: 15px;
}
.head_btn {
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
ul.head_link {
	list-style-type: none;
	padding-left: 12px;
	margin-top: 10px;
}
ul.head_link li {
	list-style-type: none;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 295px;
}
#pankuzu {
	margin-bottom: 20px;
	color: #FF6600;
}
#pankuzu li {
	list-style-type: none;
	display: inline;
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 10px;
}
#content h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}
#content h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-top: 8px;
	height: 12px;
	padding-bottom: 14px;
	padding-left: 15px;
}
#content .top_box {
	border: 1px solid #C8C8C8;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 0px 0px 3px 3px;
	margin-bottom: 20px;
}
#content .top_title {
	height: 31px;
}
#content .top_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .top_text {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
#content .top_link {
	text-align: center;
}
#content dl.topics {
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 5px;
}
#content .topics dt {
	margin-bottom: 10px;
	padding-left: 5px;
	float: left;
}
#content .topics dd {
	margin-bottom: 10px;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-left: 95px;
}
#content ul.sitemap {
	margin-bottom: 20px;
}
#content ul.sitemap li {
	list-style-type: none;
	background-image: url(img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 18px;
	margin-bottom: 2px;
}

#content ul.sitemap li.li_none {
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
}
#content ul.sitemap li a {
	color: #666666;	
}
#content ul.sitemap li.title {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 18px;
	margin-top: 10px;
}
#content .round_green {
	border: 1px solid #308d1b;

    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
	border-radius:0px 0px 5px 5px;            /* W3C syntax */
	padding: 8px;
}
#content .round_green_title {
	background-color: #308d1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #308d1b;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius:5px 5px 0px 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#content .round_map {
	border: 1px solid #e9e9e9;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
	border-radius:5px 5px 5px 5px;            /* W3C syntax */
	margin-bottom: 10px;
	
}
#content .access_box {
	display: none;
}
#content .access_open {
	margin-bottom: 10px;
	background-image: url(img/access_open_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	cursor: pointer;
}
#content .access_close {
	margin-bottom: 10px;
	background-image: url(img/access_close_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	cursor: pointer;
}
#content .box {
	float: left;
	margin-right: 17px;
	margin-bottom: 15px;
	width: 139px;
}
#content .box2 {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;	
}
#content .box_btn {
	text-align: center;
	margin-top: 15px;
}
#content .text {
	margin-bottom: 15px;
}
#content .link a {
	font-size: 16px;
	color: #3434ff;
	text-decoration: underline;
	margin-bottom: 5px;
}
#content .btn {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#content .information_pic {
	margin-top: -7px;
}
#content .box_left {
	float: left;
}
#content .box_right {
	float: right;
}
#content .last {
    margin-right: 0px;
}
#footer {
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer p {
	margin-bottom: 10px;
}
#footer .foot_box {
	margin-right: auto;
	margin-left: auto;
	width: 295px;
}
#footer .foot_box2 {
	border: 1px solid #C8C8C8;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer ul.foot_link {
	list-style-type: none;
}
#footer ul.foot_link li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 270px center;
}
#footer ul.foot_link li.last {
	list-style-type: none;
	border-bottom-style: none;
}

.foot_link a:link, .foot_link a:visited, .foot_link a:hover, .foot_link a:active  {
	TEXT-DECORATION: none;
	color: #666666;
}
#footer .foot_btn {
	text-align: right;
	margin-bottom: 15px;
}
#footer .foot_btn2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 21px;
}
#footer .foot_text {
	text-align: center;
	margin-bottom: 10px;
}
#footer .foot_copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
}
.last {
	margin-right: 0px;
} 
.font_16_brown {
	font-size: 16px;
	color: #665544;
}


input.ui-input-text,textarea.ui-input-text{background-image:none;padding:.4em;line-height:1.4;font-size:16px;display:block;width:80%}

.ui-field-contain input.ui-input-text,.ui-field-contain textarea.ui-input-text,.ui-field-contain .ui-input-search{width:80%;display:inline-block}

.ui-br{border-bottom:#828282;border-bottom:rgba(130,130,130,.3);border-bottom-width:0px;border-bottom-style:solid}

.ui-btn-up-b{border:1px solid #cc5659;background:#cc5659;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #cc5659;background-image:-webkit-gradient(linear,left top,left bottom,from(#e69195),to(#dc6669));background-image:-webkit-linear-gradient(#cc5659,#cc5659);background-image:-moz-linear-gradient(#cc5659,#cc5659);background-image:-ms-linear-gradient(#cc5659,#cc5659);background-image:-o-linear-gradient(#cc5659,#cc5659);background-image:linear-gradient(#cc5659,#cc5659);width:25%}

.ui-btn-hover-b{border:1px solid #dc6669;background:#dc6669;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #dc6669;background-image:-webkit-gradient(linear,left top,left bottom,from(#ee9ea2),to(#ee9ea2));background-image:-webkit-linear-gradient(#dc6669,#dc6669);background-image:-moz-linear-gradient(#dc6669,#dc6669);background-image:-ms-linear-gradient(#dc6669,#dc6669);background-image:-o-linear-gradient(#dc6669,#dc6669);background-image:linear-gradient(#dc6669,#dc6669);width:25%}

.ui-btn-hidden{position:absolute;top:0;left:100;width:50px;height:24px;-webkit-appearance:button;opacity:1.0;cursor:pointer;filter:Alpha(Opacity=.0001);font-size:1px;border:0;line-height:999px}

.ui-btn{

}

.ui-btn-inner{

}

/*jquery.flickgal.js
.flickElement01 { width: 100%; }
.containerInner { width: 100%; }*/
.flickElement01 .item {
	width: 295px;
	height:147px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.flickElement01 .moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
}
.flickElement01 .nav {
    text-align: center;
    width: 100%;
}
.flickElement01 .nav ul {
    margin: 0 auto;
    width: 295px;
}
.flickElement01 .nav ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.flickElement01 .nav ul li a {
	background-image: url(img/bnr_icon.jpg);
	background-repeat: no-repeat;
	width:12px;
	height:12px;
	cursor:pointer;
	display: block;
}
.flickElement01 .nav ul li.selected a {
	background-image: url(img/bnr_icon_o.jpg);
	background-repeat: no-repeat;
	width:12px;
	height:12px;
	cursor:pointer;
	display: block;
}
/*.containerInner moving { height:100%; }*/
/*jquery.flickgal.js*/





/*ここから本css*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@media print, screen and (max-width: 1024px) {
  .pc_only {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp_only {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.new_header_box {
  width: 90%;
  margin: 1% auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new_header_box::after {
  clear: both;
  content: "";
  display: table;
}
.new_header_box .head_logo {
  width: 52.9765625%;
  float: left;
}
.new_header_box .head_logo img {
  width: 100%;
  height: auto;
}
.new_header_box .head_logo img {
  display: block;
}
.new_header_box .head_btn {
  width: 19.6875%;
  float: right;
  margin: 2% 0 0 0;
}
.header_main_contents {
  width: 100%;
  border-top: 4px solid #eb6ca5;
}
.header_main_contents img {
  width: 100%;
  height: auto;
}
.header_main_contents img {
  display: block;
}


.main_contents_nav {
  margin: 2% auto;
  width: 96%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  overflow: hidden;
  border: 1px solid #c9c9c9;
}
.main_contents_nav::after {
  clear: both;
  content: "";
  display: table;
}
.main_contents_nav h2 {
  padding: 2.5% 2%;
  font-size: 3.125vw;
  color: #7e7979;
  background: #ffeded;
}
.main_contents_nav h2 span {
  background: url(../img/arrow.gif) no-repeat left center;
  background-size: auto 80%;
  padding: 0 0 0 6%;
}
.main_contents_nav ul {
  width: 94%;
  margin: 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main_contents_nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.main_contents_nav ul li {
  margin: 6% 0;
  border: 1px solid #c9c9c9;
  box-shadow: 3px 3px 1px 0px #c9c9c9;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 1% 1%;
}
.main_contents_nav ul li .table_anker_tag {
  display: table;
  width: 100%;
}
.main_contents_nav ul li .table_anker_tag .thumbs {
  display: table-cell;
  vertical-align: middle;
  width: 48.125%;
}
.main_contents_nav ul li .table_anker_tag .thumbs img {
  width: 100%;
  height: auto;
}
.main_contents_nav ul li .table_anker_tag .thumbs img {
  display: block;
}
.main_contents_nav ul li .table_anker_tag .pref_center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main_contents_nav ul li .table_anker_tag .pref_center h3 {
  text-align: center;
  font-weight: 600;
  color: #7e7979;
  font-weight: 3.59375vw;
}
.main_contents_nav ul li a.topix_maneu {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #7e7979;
  font-weight: 3.59375vw;
  text-align: center;
  padding: 3% 0;
}

.section_telbox {
  margin: 6% auto;
  width: 96%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #ea66a1;
}
.section_telbox::after {
  clear: both;
  content: "";
  display: table;
}
.section_telbox h2 {
  padding: 3% 0;
  text-align: center;
  border-bottom: 1px solid #ea66a1;
}
.section_telbox .bunner_tel_box {
  width: 80%;
  margin: 5% auto;
}
.section_telbox .bunner_tel_box img {
  width: 100%;
  height: auto;
}
.section_telbox .bunner_tel_box img {
  display: block;
}
.section_telbox p {
  font-size: 3.125vw;
  color: #b1b1b1;
  margin: 3% 0;
  text-align: center;
}
.section_telbox p span.border_left {
  padding: 0 2% 0 0;
  margin: 0 2% 0 0;
  border-right: 1px solid #b1b1b1;
}
.section_telbox .button_wapper {
  width: 96%;
  margin: 3% auto;
}
.section_telbox .button_wapper img {
  width: 100%;
  height: auto;
}
.section_telbox .button_wapper img {
  display: block;
}


.last_menu {
  width: 96%;
  margin: 0% auto;
}
.last_menu .top_link {
  margin: 3% auto;
}
.last_menu .top_link img {
  width: 100%;
  height: auto;
}
.last_menu .top_link img {
  display: block;
}


.footer_last_nav_wapper {
  width: 100%;
  margin: 3% 0 6% 0;
  background: #f0f0f0;
  padding: 2% 0;
}
.footer_last_nav_wapper ul {
  width: 96%;
  margin: 0 auto;
}
.footer_last_nav_wapper ul li {
  background: #FFF;
  border: 1px solid #f0f0f0;
  padding: 0 2%;
}
.footer_last_nav_wapper ul li a {
  font-size: 4.4546875vw;
  color: #646464;
  padding: 3.5% 0 3.25% 8%;
  display: block;
  background: url(../img/footer_icon.png) no-repeat left center;
  background-size: auto 50%;
}

.foot_copyright {
  font-size: 3.125vw;
  border-top: 1px solid #c8c8c8;
  background: #f5f5f5;
  padding: 3% 0;
  text-align: center;
  font-weight: bold;
}

#content {
  width: 96%;
  margin: 4% auto;
  padding: 3%;
  border: 1px solid #c8c8c8;
}
#content h2 {
  background-image: url(../img/h2_bg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
    padding-bottom: 2.5%;
    margin-bottom: 3.5%;
    font-size: 4.5vw;
}
#content h4 {
	font-size: 3.125vw;
	color: #ea66a1;
	margin: 2% 0;
	line-height: 150%;
	font-size: 3.75vw;
}
#content p {
  font-size: 3.2vw;
  line-height:150%;
}
#content .img_box {
	width:100%;
	margin:2% auto;
}
#content .img_box img {
	display: block;
	width: 100%;
	height: auto;
}
#content h3 {
    margin: 7% 0 3% 0;
    padding: 2.5% 0 1.75% 3%;
    border-left: 3px solid #FC3AAA;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
    font-size: 3.4125vw;
    font-weight: bold;
    color: #646464;
    display: block;
    height: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ededed+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#content ul li {
  font-size: 3.2vw;
  line-height:150%;
}
#content .access_margin {
	margin: 6% 0 0 0;
}

.topix_list ul.topics_list {
	list-style: none;
}
.topix_list ul.topics_list li {
	list-style: none;
	padding:15px 0 5px 0;
	border-bottom: 1px dotted #999;
}
.topix_list ul.topics_list li a {
	color:#333;
	text-decoration: none;
}
.topix_list ul.topics_list li a:hover {
	opacity:0.7;
}
.topix_list ul.topics_list li a .date_pref {
	padding:5px 0;
}
.topix_list ul.topics_list li a .cat_list {
	padding: 2px 10px;
	margin: 0 0 0 10px;
	color:#FFF;
	font-weight:bold;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.topix_list ul.topics_list li a .slug_news-kensyukai {
	background:#EB9FBA;
}
.topix_list ul.topics_list li a .slug_topix-kensyukai {
	background:#94D2EE;
}
.topix_list ul.topics_list li a .slug_oshirase {
	background:#94D2EE;
}
.topix_list ul.topics_list li a .slug_news {
	background:#EB9FBA;
}
.topix_list .pager_button {
	width:60%;
	margin:3% auto 10% auto;	
}
.topix_list .pager_button span {
    display: block;
    text-align: center;
	width:100%;
	font-weight:bold;
	padding:10px 0;
	color:#FFF;
	background:#EB6BA4;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#single_info_title {
    line-height: 150%;
	padding-top: 15px;
    padding-bottom: 15px;
}
#section_single_pref {
    line-height: 150%;
}
#section_single_pref p {
	margin:0 0 10px 0;
}
#section_single_pref img {
	max-width:100%;
	height:auto;
}
.page_go_archives {
	width:60%;
	margin:3% auto 20px auto;	
}
.page_go_archives a {
    display: block;
    text-align: center;
	width:100%;
	font-weight:bold;
	padding:10px 0;
	color:#FFF;
	background:#EB6BA4;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}