@charset "UTF-8";








/**
 * Reset settings
 * =========================================================================
 * Provide cross-browser consistency default styling of HTML elements.
 * -------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

article, aside, figure, footer, header, hgroup, nav, section,
.article, .aside, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}

ul,dl,ol {
	text-indent: 0;
}
ul,ol,li {
	list-style: none;
}

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

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}

table, caption, th, td {
	border-collapse : collapse ;
	border-spacing: 0px;
	empty-cells: show;
	font-weight: normal;
}
th,td {
	text-align: left; vertical-align: top;
}
caption {
	text-align: left;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}

i {
	font-style: normal;
}










/**
 * Base settings
 * =========================================================================
 * Provide base structure of Web page.
 * -------------------------------------------------------------------------
 */

body {
	position: relative;
	margin: 0;
	padding: 0;
}

#document {
	position: relative;
	width: 100%;
	min-width: 1020px;
	margin: 0;
	padding: 0;
}

.general-row {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.general-col {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.general-col:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}


.row {
	position: relative;
	width: 980px;
	margin-left: -20px;
}
.row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
.col-1  { width: 61.66px; }
.col-2  { width: 143.33px; }
.col-3  { width: 225px; }
.col-4  { width: 306.66px; }
.col-5  { width: 388.33px; }
.col-6  { width: 470px; }
.col-7  { width: 551.66px; }
.col-8  { width: 633.33px; }
.col-9  { width: 715px; }
.col-10 { width: 796.66px; }
.col-11 { width: 878.33px; }
.col-12 { width: 960px; }

.left-col-1   { padding-left: 81.66px; }
.left-col-2   { padding-left: 163.33px; }
.left-col-3   { padding-left: 245px; }
.left-col-4   { padding-left: 326.66px; }
.left-col-5   { padding-left: 408.33px; }
.left-col-6   { padding-left: 490px; }
.left-col-7   { padding-left: 571.66px; }
.left-col-8   { padding-left: 653.33px; }
.left-col-9   { padding-left: 735px; }
.left-col-10  { padding-left: 816.66px; }
.left-col-11  { padding-left: 898.33px; }
.left-col-12  { padding-left: 980px; }
.right-col-1  { padding-right: 81.66px; }
.right-col-2  { padding-right: 163.33px; }
.right-col-3  { padding-right: 245px; }
.right-col-4  { padding-right: 326.66px; }
.right-col-5  { padding-right: 408.33px; }
.right-col-6  { padding-right: 490px; }
.right-col-7  { padding-right: 571.66px; }
.right-col-8  { padding-right: 653.33px; }
.right-col-9  { padding-right: 735px; }
.right-col-10 { padding-right: 816.66px; }
.right-col-11 { padding-right: 898.33px; }
.right-col-12 { padding-right: 980px; }

#main-content {
	position: relative;
	width: 650px;
	float: left;
}
#sidebar {
	position: relative;
	width: 280px;
	float: right;
}


#main-content .row {
	position: relative;
	width: 670px;
	margin-left: -20px;
}
#main-content .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#main-content .col-1,
#main-content .col-2,
#main-content .col-3,
#main-content .col-4,
#main-content .col-5,
#main-content .col-6,
#main-content .col-7,
#main-content .col-8,
#main-content .col-9,
#main-content .col-10,
#main-content .col-11,
#main-content .col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
#main-content .col-1  { width: 35.83px; }
#main-content .col-2  { width: 91.66px; }
#main-content .col-3  { width: 147.5px; }
#main-content .col-4  { width: 203.33px; }
#main-content .col-5  { width: 259.16px; }
#main-content .col-6  { width: 315px; }
#main-content .col-7  { width: 370.83px; }
#main-content .col-8  { width: 426.66px; }
#main-content .col-9  { width: 482.5px; }
#main-content .col-10 { width: 538.33px; }
#main-content .col-11 { width: 594.16px; }
#main-content .col-12 { width: 650px; }

#main-content .left-col-1   { padding-left: 55.83px; }
#main-content .left-col-2   { padding-left: 111.66px; }
#main-content .left-col-3   { padding-left: 167.5px; }
#main-content .left-col-4   { padding-left: 223.33px; }
#main-content .left-col-5   { padding-left: 279.16px; }
#main-content .left-col-6   { padding-left: 335px; }
#main-content .left-col-7   { padding-left: 390.83px; }
#main-content .left-col-8   { padding-left: 446.66px; }
#main-content .left-col-9   { padding-left: 502.5px; }
#main-content .left-col-10  { padding-left: 558.33px; }
#main-content .left-col-11  { padding-left: 614.16px; }
#main-content .left-col-12  { padding-left: 670px; }
#main-content .right-col-1  { padding-right: 55.83px; }
#main-content .right-col-2  { padding-right: 111.66px; }
#main-content .right-col-3  { padding-right: 167.5px; }
#main-content .right-col-4  { padding-right: 223.33px; }
#main-content .right-col-5  { padding-right: 279.16px; }
#main-content .right-col-6  { padding-right: 335px; }
#main-content .right-col-7  { padding-right: 390.83px; }
#main-content .right-col-8  { padding-right: 446.66px; }
#main-content .right-col-9  { padding-right: 502.5px; }
#main-content .right-col-10 { padding-right: 558.33px; }
#main-content .right-col-11 { padding-right: 614.16px; }
#main-content .right-col-12 { padding-right: 670px; }


#sidebar .row {
	position: relative;
	width: 290px;
	margin-left: -10px;
}
#sidebar .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#sidebar .col-1,
#sidebar .col-2,
#sidebar .col-3,
#sidebar .col-4,
#sidebar .col-5,
#sidebar .col-6,
#sidebar .col-7,
#sidebar .col-8,
#sidebar .col-9,
#sidebar .col-10,
#sidebar .col-11,
#sidebar .col-12 {
	position: relative;
	float: left;
	margin-left: 10px;
}
#sidebar .col-1  { width: 14.16px; }
#sidebar .col-2  { width: 38.33px; }
#sidebar .col-3  { width: 62.5px; }
#sidebar .col-4  { width: 86.66px; }
#sidebar .col-5  { width: 110.83px; }
#sidebar .col-6  { width: 135px; }
#sidebar .col-7  { width: 159.16px; }
#sidebar .col-8  { width: 183.33px; }
#sidebar .col-9  { width: 207.5px; }
#sidebar .col-10 { width: 231.66px; }
#sidebar .col-11 { width: 255.83px; }
#sidebar .col-12 { width: 280px; }

#sidebar .left-col-1   { padding-left: 24.16px; }
#sidebar .left-col-2   { padding-left: 48.33px; }
#sidebar .left-col-3   { padding-left: 72.5px; }
#sidebar .left-col-4   { padding-left: 96.66px; }
#sidebar .left-col-5   { padding-left: 120.83px; }
#sidebar .left-col-6   { padding-left: 145px; }
#sidebar .left-col-7   { padding-left: 169.16px; }
#sidebar .left-col-8   { padding-left: 193.33px; }
#sidebar .left-col-9   { padding-left: 217.5px; }
#sidebar .left-col-10  { padding-left: 241.66px; }
#sidebar .left-col-11  { padding-left: 265.83px; }
#sidebar .left-col-12  { padding-left: 290px; }
#sidebar .right-col-1  { padding-right: 24.16px; }
#sidebar .right-col-2  { padding-right: 48.33px; }
#sidebar .right-col-3  { padding-right: 72.5px; }
#sidebar .right-col-4  { padding-right: 96.66px; }
#sidebar .right-col-5  { padding-right: 120.83px; }
#sidebar .right-col-6  { padding-right: 145px; }
#sidebar .right-col-7  { padding-right: 169.16px; }
#sidebar .right-col-8  { padding-right: 193.33px; }
#sidebar .right-col-9  { padding-right: 217.5px; }
#sidebar .right-col-10 { padding-right: 241.66px; }
#sidebar .right-col-11 { padding-right: 265.83px; }
#sidebar .right-col-12 { padding-right: 290px; }










/**
 * Generic class settings
 * =========================================================================
 */

.clearfix:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.align-l { text-align: left; }
.align-c { text-align: center; }
.align-r { text-align: right; }

img.img-fit {
	width: 100%;
	height: auto;
}


/**
 * Parts style settings
 * 
 * style_parts.css
 * =========================================================================
 */






/* Text settings
-------------------------------------------------------------- */

body {
	font-size: 16px;
	color: #444444;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1ex;
	margin: 0;
	padding: 0;
}
a {
	font-size: 100%;
	color: #289ae9;
}
a:link    {color: #289ae9; text-decoration: none;}
a:visited {color: #289ae9; text-decoration: none;}
a:active  {color: #e96828; text-decoration: none;}
a:hover   {color: #e96828; text-decoration: none;}

h1 { font-size: 22px; font-weight: bold;   line-height: 1.4em; }
h2 { font-size: 22px; font-weight: normal; line-height: 1.4em; }
h3 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h4 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h5 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
h6 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
p  { font-size: 16px;  font-weight: normal; line-height: 1.8em; }

strong { font-size: 100.00%; font-weight: bold; }
small  { font-size:  78.57%; font-weight: normal; }
em     { font-size: 100.00%; font-weight: bold; }

ul     { list-style-type: disc; }
ul li  { font-size: 16px; font-weight: normal; }
ol     { list-style-type: decimal; }
ol li  { font-size: 16px; font-weight: normal; }
dl dt  { font-size: 16px; font-weight: normal; }
dl dd  { font-size: 16px; font-weight: normal; }

table caption { font-size: 16px; font-weight: normal; }
table tr th   { font-size: 16px; font-weight: normal; }
table tr td   { font-size: 16px; font-weight: normal; }

.font-cursive-writing { font-family: 'Niconne', cursive; }


/* document
-------------------------------------------------------------- */
#document {
	background: url(images/common/common_bk.jpg) repeat scroll top center transparent;
	-webkit-background-size: 102px 100px;
	        background-size: 102px 100px;
}

#container{
	margin-top: 30px;
}


/* members-site-link
-------------------------------------------------------------- */
#members-site-link {
	height: 30px;
	border-top: solid 4px #20af37;
	text-align: right;
}
#members-site-link p.btn {
	display: inline-block;
	top: -4px;
	width: 110px;
	background-color: #20af37;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
	        border-radius: 0px 0px 5px 5px;
}
#members-site-link p.btn a {
	display: block;
	padding: 0px 9px 4px 9px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0;
}


/* header
-------------------------------------------------------------- */
#header {}

#header .font-cursive-writing {
	padding: 20px 0 0 0;
	font-size: 24px;
}

/* global-nav
-------------------------------------------------------------- */
#global-nav nav:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
#global-nav nav > ul {
	background-color: #ffffff;
	width: 487px;
	margin: 9px 0 10px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
    float: right;
}
#global-nav nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	border-right: dotted 2px #20af37;
    position: relative;
}
#global-nav .nav ul li.last-item {
	border-right: 0;
}
#global-nav .nav ul li a {
	display: block;
	margin: 0 2px;
	padding: 8px 22px 7px 20px;
	border-bottom: solid 2px transparent;
	font-size: 13px;
	letter-spacing: 0;
	color: #20af37;
	font-weight: normal;
    cursor: pointer;
}
#global-nav .nav ul li.secretariat a {
	padding-right: 19px;
}
#global-nav .nav ul li a i {
	margin-right: 8px;
	color: #f2a460;
}
#global-nav .nav ul li a:hover {
	border-bottom: solid 2px #20af37;
}

#global-nav .secondLevel {
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  display: block;
  background: #ffffff;
  z-index: 1000;
}

#global-nav .secondLevel li {
    overflow: hidden;
    height: 0;
    transition: .4s;
}

#global-nav li:hover .secondLevel li {
    overflow: visible;
    height: 38px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #20af37;
}

#global-nav .secondLevel li a {
    margin: 0 2px;
	padding: 8px 22px 7px 20px;
}

#global-nav li:hover .secondLevel li:last-child {
  border-bottom: none;
}






/* footer
-------------------------------------------------------------- */
#footer {
}

.page-to-top {
	margin-top: 40px;
}
.page-to-top p {
	text-align: right;
}
.page-to-top p a {
	display: inline-block;
	width: 157px;
	height: 0;
	margin: 8px 30px 0 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	background: url(images/common/common_bk_page_top.png) no-repeat scroll 0 0 transparent;
}
.page-to-top p a:hover {
	background-position: 0 -36px;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	background-color: #20af37;
}

/* side-bar
-------------------------------------------------------------- */

#sidebar{}

.aside-block {
	margin-bottom: 30px;
}


#search-form .wrap {
	padding: 2px 8px;
	border: solid 1px #dddddd;
}
#search-form .wrap:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
#search-form .form-row {
	width: 250px;
}
#search-form .icon-col,
#search-form .input-col {
	float: left;
	display: inline;
}
#search-form .icon-col {
	width: 25px;
}
#search-form .input-col {
	width: 225px;
}
#search-form .input-col input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: solid 1px transparent;
	width: 100%;
}
#search-form .submit-col {
	display: none;
}


#sidebar #news-list h3 {
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #news-list .post-date {
	font-size: 12px;
	color: #888;
	margin-right: 3px;
}
#sidebar #news-list .committee-cat a {
	font-size: 11px;
	background: #ee730f;
	padding: 1px 10px ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 80px;
	text-align: center;
}
#sidebar #news-list .committee-cat a.on-mouse {
	background: #ffa200;
}
#sidebar #news-list .post-categoryname a {
	font-size: 11px;
	background: #ee730f;
	padding: 1px 10px ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 80px;
	text-align: center;
}
#sidebar #news-list .post-categoryname a.on-mouse {
	background: #ffa200;
}
#sidebar #news-list .post-title{
	font-size: 14px;
}
#sidebar #news-list ul li{
	display: block;
	border-bottom: 1px dotted #888;
	padding: 10px 0;
}
#sidebar #news-list ul li:first-child{
	border-top: 1px dotted #888;
}

#sidebar #aside-address .one-block{
	margin-bottom: 20px;
}
#sidebar #aside-address h4{
	color: $nisshin_blue;
	border-left: 3px solid $nisshin_blue;
	padding-left: 10px;
	margin-bottom: 5px;
}
#sidebar #aside-address h5{
	display: block;
	font-size: 12px;
	background: #999;
	padding: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 70px;
	text-align: center;
	margin-top: 5px;
}
#sidebar #aside-address table tr td{
	font-size: 14px;
}
#sidebar #aside-address p{
	font-size: 14px;
}

#sidebar #cat-list h3{
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;	
}
#sidebar #cat-list ul li{
	font-size: 14px;
	padding: 10px 0;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	padding-left: 20px;
}
#sidebar #cat-list ul li:first-child{
	border-top: 1px dotted #888;
}
#sidebar #cat-list ul li:last-child{
	font-size: 14px;
	border-bottom: 1px dotted #888;
}

#sidebar #tag-list h3{
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;	
} 
#sidebar #tag-list ul {
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}
#sidebar #tag-list ul li {
	display: inline-block;
	font-size: 14px;
	padding: 10px 5px 10px 20px;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	white-space: nowrap;
}
#sidebar #tag-list ul a {
	display: inline;
}

#sidebar #facility-archive     h3,
#sidebar #manufacturer-archive h3,
#sidebar #monthly-archive      h3 {
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #facility-archive     ul li,
#sidebar #manufacturer-archive ul li,
#sidebar #monthly-archive      ul li {
	font-size: 14px;
	padding: 10px 0;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	padding-left: 20px;
}
#sidebar #facility-archive     ul li:first-child,
#sidebar #manufacturer-archive ul li:first-child,
#sidebar #monthly-archive      ul li:first-child {
	border-top: 1px dotted #888;
}
#sidebar #facility-archive     ul li:last-child,
#sidebar #manufacturer-archive ul li:last-child,
#sidebar #monthly-archive      ul li:last-child {
	font-size: 14px;
	border-bottom: 1px dotted #888;
}

#sidebar #post-calendar {}
#sidebar #post-calendar table {
	width: 100%;
}
#sidebar #post-calendar table caption {
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #post-calendar table th,
#sidebar #post-calendar table td {
	text-align: center;
	border-bottom: solid 2px #ffffff;
}
#sidebar #post-calendar table thead {}
#sidebar #post-calendar table thead th {
	color: #888888;
	font-weight: bold;
}
#sidebar #post-calendar table thead th.sun { background-color: #faf0e6; }
#sidebar #post-calendar table thead th.mon {}
#sidebar #post-calendar table thead th.tue {}
#sidebar #post-calendar table thead th.wed {}
#sidebar #post-calendar table thead th.thu {}
#sidebar #post-calendar table thead th.fri {}
#sidebar #post-calendar table thead th.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tfoot td {}
#sidebar #post-calendar table tfoot td#prev { text-align: left; }
#sidebar #post-calendar table tfoot td.pad {}
#sidebar #post-calendar table tfoot td#next { text-align: right; }
#sidebar #post-calendar table tbody td {}
#sidebar #post-calendar table tbody td.sun { background-color: #faf0e6; }
#sidebar #post-calendar table tbody td.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tbody td a {}
#sidebar #post-calendar table tbody td a:hover {}

#sidebar .return-public-site-link {
	margin: 9px 0 10px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	text-align: center;
}
#sidebar .return-public-site-link a {
	display: block;
	margin: 0 2px;
	padding: 8px 19px 7px 19px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
#sidebar .return-public-site-link a i {
	margin-right: 8px;
	color: #f2a460;
}
#sidebar .return-public-site-link a:hover {
	border-bottom: solid 2px #20af37;
}

#sidebar .manage-points-link {
	margin: 9px 0 10px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	text-align: center;
}
#sidebar .manage-points-link a {
	display: block;
	margin: 0 2px;
	padding: 8px 19px 7px 19px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
#sidebar .manage-points-link a i {
	margin-right: 8px;
	color: #f2a460;
}
#sidebar .manage-points-link a:hover {
	border-bottom: solid 2px #20af37;
}

#sidebar .facility-link {
	margin: 9px 0 30px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	text-align: center;
}
#sidebar .facility-link a {
	display: block;
	margin: 0 2px;
	padding: 8px 19px 7px 19px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
#sidebar .facility-link a i {
	margin-right: 8px;
	color: #f2a460;
}
#sidebar .facility-link a:hover {
	border-bottom: solid 2px #20af37;
}

#sidebar .manufacturer-link {
	margin: 9px 0 30px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	text-align: center;
}
#sidebar .manufacturer-link a {
	display: block;
	margin: 0 2px;
	padding: 8px 19px 7px 19px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
#sidebar .manufacturer-link a i {
	margin-right: 8px;
	color: #f2a460;
}
#sidebar .manufacturer-link a:hover {
	border-bottom: solid 2px #20af37;
}


/* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
	margin-bottom: 30px;
	font-size: 11px;
}


/* pagination
-------------------------------------------------------------- */

.pagination{
	margin-top:40px;
}

.pagination .wp-pagenavi{
	text-align: center;
}

.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink{
	border: none;
	padding: 5px 10px;
}

.pagination .wp-pagenavi .page{
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.pagination .wp-pagenavi .current{
	border: 1px solid #ddd;
	padding: 5px 10px;
	color: #fff;
}



/* plug-in jQuery Colorbox による　img-fit の表示差異を防ぐ
-------------------------------------------------------------- */

a.zoomLink{
	display: block !important; 
}



/* img
-------------------------------------------------------------- */
img.img,
.edit-area img {
	border: 5px solid #fff; 
	-webkit-box-shadow: 1px 1px 5px #aaa;
	        box-shadow: 1px 1px 5px #aaa;
	/*アニメーション指定*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
img.img:hover,
.edit-area img:hover {
	/*アニメーション指定*/
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	     -o-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}


/* committee-info-box
-------------------------------------------------------------- */
/* 委員会アーカイブの紹介コンテンツ */
.committee-info-box {
	margin-bottom: 30px;
	border-bottom: solid 1px #aaaaaa;
}
.committee-info-box h2 {
	margin-bottom: 0.6em;
	color: #20af37;
}
.committee-info-box p {
	margin-bottom: 0.6em;
}


/* comments
-------------------------------------------------------------- */
#comments {
	padding: 30px;
	border: solid 1px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	background-color: #ffffff;
	overflow: hidden;
}
#comments h3 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #20af37;
}
#comments ul {
	margin-left: 30px;
}
#comments ul li {
	padding: 3px 0;
	border-top: solid 1px #dddddd;
}
#comments ul li .comment-author {
	display: none;
}
#comments ul li .comment-metadata {
	font-size: 12px;
	font-weight: normal;
}
#comments ul li .comment-metadata .edit-link {
	float: right;
	display: inline;
}
#comments ul li .comment-content {
	margin-right: 2em;
}
#comments ul li .comment-content p {
	margin-top: 1em;
	font-size: 14px;
	line-height: 22px;
}
#comments ul li .reply {
	text-align: right;
}
#comments ul li .reply a {
	font-size: 12px;
	font-weight: normal;
}
#comments .logged-in-as {
	display: none;
}
#comments .comment-form-comment label {
	display: none;
}
#comments .comment-form-comment textarea {
	width: 590px;
}
#comments .form-allowed-tags {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
	font-weight: normal;
	color: #999999;
}
#comments .form-submit {
	text-align: center;
}
#comments .form-submit #submit {
	display: inline-block;
}

/* other
-------------------------------------------------------------- */
.page-title {
	margin-bottom: 30px;
}
.page-title h1 {
	color: #20af37;
}

.big-headline {
	padding: 20px 0 10px 32px;
	color: #20af37;
	background: url(images/common/common_ico_capsule.png) no-repeat scroll left center transparent;
}

.post-date {
	display: inline-block;
	margin-bottom: 1em;
	color: #666666;
	font-size: 11px;
}
.committee-cat {
	display: inline-block;
}
.committee-cat span {
	display: inline-block;
	padding: 0 10px 0 10px ;
	font-size: 11px;
	color: #ee730f;
}
.comments-num {
	display: inline-block;
	margin-bottom: 1em;
	color: #666666;
	font-size: 11px;
}

.post-link {
	margin: 9px 0 10px 0;
	padding: 2px;
	text-align: right;
}
.post-link a {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 7px 7px 8px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
.post-link a i {
	margin-right: 8px;
	color: #f2a460;
}
.post-link a:hover {
	border-bottom: solid 2px #20af37;
}

.summary {
	margin-bottom: 30px;
	border-bottom: solid 1px #aaaaaa;
}
.drug-summary {
	padding: 0 0 10px 32px;
	font-size: 12px;
	line-height: 14px;
}
.article {
	margin-bottom: 30px;
}
.section {
	margin-bottom: 30px;
}

.edit-pagenavi {}
.edit-pagenavi li {
	display: inline-block;
	width: 48%;
}
.edit-pagenavi li.prev {
	text-align: left;
}
.edit-pagenavi li.next {
	text-align: right;
}

.archive-heading {
	margin-bottom: 20px;
	color: #20af37;
	border-bottom: solid 2px #20af37;
}
.archive-heading i {
	display: inline-block;
	margin-right: 8px;
	color: #f2a460;
}

.referer-btn {
	margin-bottom: 30px;
}
.referer-btn a i {
	margin-right: 8px;
	color: #f2a460;
}

p.comment {
	display: inline-block;
	margin: 8px;
	padding: 6px 8px;
	background-color: red;
	font-size: 12px;
	color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
















/* End of file *//**
 * Edit area style settings
 * 
 * style_editor.css
 * =========================================================================
 */



/* =Headings
-------------------------------------------------------------- */

.edit-area h1 {
	background: #eee;
	border-bottom: 1px solid #ee730f;
	padding: 10px;
	margin-bottom: 10px;
}
.edit-area h1 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h1 a:hover { color: #990000; }

.edit-area h2 {
	color:  #ee730f;
	border-bottom:  1px dotted #ee730f;
	padding-right: 10px;
	margin-bottom: 10px;
}
.edit-area h2 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h2 a:hover { color: #990000; }

.edit-area h3 {
	color: #384c07;
	border-left: 3px solid #384c07;
	padding: 5px;
	margin-bottom: 10px;
}
.edit-area h3 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h3 a:hover { color: #990000; }

.edit-area h4 {
	font-weight: bold;
	color: #384c07;
	margin-bottom: 10px;
}
.edit-area h4 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h4 a:hover { color: #990000; }

.edit-area h5 {
	font-weight: bold;
	color:  #ee730f;
	margin-bottom: 10px;
}
.edit-area h5 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h5 a:hover { color: #990000; }

.edit-area h6 {
}
.edit-area h6 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h6 a:hover { color: #990000; }

.edit-area hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}


/* =Text elements
-------------------------------------------------------------- */

.edit-area p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #384c07;
	font-weight: normal;
}
.edit-area ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul li {
	padding: 0;
	list-style-type: circle;
	background: none;
	font-weight: normal;
}
.edit-area ul ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul ul li {
	padding: 0;
	list-style-type: disc;
	background: none;
	font-weight: normal;
}
.edit-area ol {
	margin: 0 10px 1em 50px;
}
.edit-area ol li {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #384c07;
	font-weight: normal;
	list-style-type: decimal;
}
.edit-area ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol li {
	padding: 0;
	list-style-type: upper-roman;
	font-weight: normal;
}
.edit-area ol ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol ol li {
	padding: 0;
	list-style-type: lower-roman;
	font-weight: normal;
}
.edit-area dl {
	margin: 0 24px;
}
.edit-area dt {
	font-weight: bold;
	margin-bottom: 24px;
}
.edit-area dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area strong {
	font-weight: bold;
}
.edit-area cite,
.edit-area em,
.edit-area i {
	font-style: italic;
}
.edit-area cite {
	border: none;
}
.edit-area big {
	font-size: 128.571429%;
}
.edit-area .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
}
.edit-area pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 12px;
	margin: 24px 0;
	padding: 24px;
	overflow: auto;
}
.edit-area code,
.edit-area kbd,
.edit-area samp,
.edit-area var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.edit-area abbr,
.edit-area acronym,
.edit-area dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.edit-area address {
	display: block;
	margin: 0 0 24px;
}
.edit-area del {
	color: #333;
}
.edit-area ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.edit-area sup,
.edit-area sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.edit-area sup {
	top: -0.5em;
}
.edit-area sub {
	bottom: -0.25em;
}
.edit-area input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
.edit-area textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 96%;
}



/* =Links
-------------------------------------------------------------- */

.edit-area a,
.edit-area a em,
.edit-area a strong {
	color: #21759b;
	outline: none;
}
.edit-area a:focus,
.edit-area a:active,
.edit-area a:hover {
	color: #0f3647;
}


/* =Alignment
-------------------------------------------------------------- */

.edit-area .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
}
.edit-area .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.edit-area .aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* =Tables
-------------------------------------------------------------- */

.edit-area table {
	margin: 0 0 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #645845;
	border: 0 !important;
}
.edit-area tr {
}
.edit-area tr.top-border {
	border-top: solid 15px #ffffff;
}
.edit-area tr th {
	padding: 17px 30px;
	background-color: #bce2e8;
	border: solid 4px #ffffff;
}
.edit-area tr td {
	padding: 17px 30px;
	background-color: #ebf6f7;
	border: solid 4px #ffffff;
}
.edit-area thead {
	border-bottom: solid 15px #ffffff;
}
.edit-area thead tr th {
	background-color: #89c3eb;
}
.edit-area thead tr td {
	background-color: #a2d7dd;
}
.edit-area tfoot {
	border-top: solid 15px #ffffff;
}
.edit-area tfoot tr th {
	background-color: #89c3eb;
}
.edit-area tfoot tr td {
	background-color: #a2d7dd;
}

/* =Images
-------------------------------------------------------------- */

.edit-area img,
.edit-area .wp-caption {
	display: inline-block;
	max-width: 100%;
}

.edit-area img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Alignment */
.edit-area .alignleft {
	float: left;
}
.edit-area .alignright {
	float: right;
}
.edit-area .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.edit-area blockquote.alignleft,
.edit-area img.alignleft {
	margin: 7px 24px 7px 0;
}
.edit-area .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.edit-area blockquote.alignright,
.edit-area img.alignright {
	margin: 7px 0 7px 24px;
}
.edit-area .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.edit-area blockquote.aligncenter,
.edit-area img.aligncenter,
.edit-area .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}




/* End of file *//**
 * Each pages style settings
 * 
 * style_page.css
 * =========================================================================
 */


/* site-home
-------------------------------------------------------------- */
#site-home {}
#site-home .slogan {
	margin-bottom: 30px;
}
#site-home .slogan img {
	-webkit-box-shadow: 1px 1px 5px #aaa;
	        box-shadow: 1px 1px 5px #aaa;
}

#site-home .google-calendar {
	margin-bottom: 30px;
}


/* search-results
-------------------------------------------------------------- */

.search-results {}



/* user-login
-------------------------------------------------------------- */
#user-login input[type="text"],
#user-login input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 10px;
	border: solid 1px #bfbfbf;
	background-color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	 /*アニメーション指定*/
	transition-property: background,color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.1s;
}
#user-login input[type="text"]:hover,
#user-login input[type="password"]:hover {
	background-color: #dddddd;
}
#user-login input[type="text"]:focus,
#user-login input[type="password"]:focus {
	background-color: #ffffff;
}
#user-login input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 10px;
	border: solid 1px #f2a460;
	background-color: #f2a460;
	color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	 /*アニメーション指定*/
	transition-property: background,color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.1s;
}
#user-login input[type="submit"]:hover {
	background-color: #ee7948;
}
#user-login .logged-msg {
	margin: 9px 0 30px 0;
	padding: 2px;
	border: solid 2px #20af37;
	background-color: #d6e9ca;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
#user-login .logged-error-msg {
	margin: 9px 0 30px 0;
	padding: 2px;
	border: solid 2px #f6bfbc;
	background-color: #fef4f4;
	color: #b7282e;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
.panel-switch {
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
	color: #dddddd;
	cursor: pointer;
}
#user-login .forgetmenot {
		margin: 0px 0 30px 0;
}
#user-login .forgetmenot label {
	display: block;
	padding: 10px;
	border: solid 1px #bfbfbf;
	background-color: #f0f0f0;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	 /*アニメーション指定*/
	transition-property: background,color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.1s;
}
#user-login .forgetmenot label:hover {
	border: solid 1px #bfbfbf;
	background-color: #dddddd;
}
#user-login .home-link,
#user-login .logout-link,
#user-login .return-public-site-link {
	margin: 9px 0 10px 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
#user-login .home-link a,
#user-login .logout-link a,
#user-login .return-public-site-link a {
	display: block;
	margin: 0 2px;
	padding: 8px 19px 7px 70px;
	border-bottom: solid 2px transparent;
	letter-spacing: 0;
	color: #20af37;
}
#user-login .home-link a i,
#user-login .logout-link a i,
#user-login .return-public-site-link a i {
	margin-right: 8px;
	color: #f2a460;
}
#user-login .home-link a:hover,
#user-login .logout-link a:hover,
#user-login .return-public-site-link a:hover {
	border-bottom: solid 2px #20af37;
}
#user-login .submit {
	margin-bottom: 50px;
}




/* drug-detail
-------------------------------------------------------------- */
.drug-detail {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border: solid 1px #20af37;
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
	        border-radius: 10px 10px 10px 10px;
}
.drug-detail table {
	width: 100%;
}
.drug-detail table tr {
	border-bottom: dotted 1px #20af37;
}
.drug-detail table tr.even-item {
	background-color: #ffffff;
}
.drug-detail table tr.odd-item {
	background-color: #e0f5ff;
}
.drug-detail table thead tr th {
	background-color: #d4ecfb;
}
.drug-detail table tr th,
.drug-detail table tr td {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	border-left: dotted 1px #dddddd;
}
.drug-detail table tr th.first-item,
.drug-detail table tr td.first-item {
	border-left: 0;
}
.drug-detail table tr th {
	width: 15%;
	text-align: center;
}

.drug-user-list {
	margin-bottom: 50px;
}
.drug-user-list h3 {
	color: #20af37;
	border-left: 3px solid #20af37;
	padding: 5px;
	margin-bottom: 10px;
}
.drug-user-list ul {
	margin-left: 30px;
}
.drug-user-list ul li {
	margin-bottom: 12px;
}
.drug-user-list ul li a {}
.drug-user-list ul li a i {
	margin-right: 8px;
	color: #f2a460;
}


/* facility
-------------------------------------------------------------- */
#facility {}
#facility .facility-terms-list {
	padding-left: 30px;
}
#facility .facility-terms-list h3 {
	margin-bottom: 30px;
	border-bottom: dotted 1px #20af37;
}
#facility .facility-terms-list h3 a i {
	margin-right: 8px;
	color: #f2a460;
}
#facility .facility-terms-list h3 span {
	float: right;
}

.tax-facility-category .web-site-link {
	margin-bottom: 30px;
}
.tax-facility-category .web-site-link a i {
	margin-right: 8px;
	color: #f2a460;
}


/* manufacturer
-------------------------------------------------------------- */
#manufacturer {}
#manufacturer .manufacturer-terms-list {
	padding-left: 30px;
}
#manufacturer .manufacturer-terms-list h3 {
	margin-bottom: 30px;
	border-bottom: dotted 1px #20af37;
}
#manufacturer .manufacturer-terms-list h3 a i {
	margin-right: 8px;
	color: #f2a460;
}
#manufacturer .manufacturer-terms-list h3 span {
	float: right;
}

.tax-manufacturer-category .web-site-link {
	margin-bottom: 30px;
}
.tax-manufacturer-category .web-site-link a i {
	margin-right: 8px;
	color: #f2a460;
}



/* drug-stock
-------------------------------------------------------------- */
#drug-stock {}
#drug-stock .drug-stock-child-pages {}
#drug-stock .drug-stock-child-pages .box {
	margin: 30px 0;
}
#drug-stock .drug-stock-child-pages .box h3 a i {
	color: #1a0dab;
}
#drug-stock .drug-stock-child-pages .box p {
	padding-left: 30px;
	font-size: 12px;
	color: #666;
}


/* Post 199
-------------------------------------------------------------- */
.postid-199 #main-content,
.postid-199 #sidebar {
  width: 100%;
}
.postid-199 .edit-area table tr th,
.postid-199 .edit-area table tr td,
.postid-199 .edit-area table thead tr th,
.postid-199 .edit-area table thead tr td,
.postid-199 .edit-area table tbody tr th,
.postid-199 .edit-area table tbody tr td {
  padding: 4px 2px 0px 2px;
  border: 0;
  border-right: dotted 1px #666666;
  border-bottom: solid 1px #666666;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  background: none;
}







/* End of file */