/*
Theme Name: Twenty Ten-edited
Theme URI: http://wordpress.org/-edited
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team-edited
Version: 5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/*background: transparent;*/
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	*vertical-align: baseline;/* IE7 and below */
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* Table Of Contents
****************************************************

#Layout
#Fonts
#Structure
#Global Elements
#Header
#Gmenu
#Content
#Left
#Asides[wp]
#Gallery listing[wp]
#Attachment pages[wp]
#Images[wp]
#Navigation[wp]
#Comments[wp]
#Widget Areas[wp]
#Footer
#Mobile Safari ( iPad, iPhone and iPod Touch )[wp]
#Print Style[wp]
#FlexSlider
#SpryMenuBarHorizontal
****************************************************/


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	/*width: 100%;*/
}
#content {
	float: right;
    width: 685px;
}
#content_en {
	width:100%;
}

#left{
margin:0 35px 0 2px;
width: 232px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#container,
#content,
#left,
#main, 
#footer{
background:#fff;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	 font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
font-size:82%;
}

.entry-content {
font-size:110%;
line-height: 150%;
} 

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	 font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
    font-size: 82%;
}
input[type=submit] {
	 font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
    font-size: 82%;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#topmain,
#header,
#header_en,
#gmenu {
	margin: 0 auto;
	width: 954px;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

#h_wrapper {
background:url("images/bg_h.jpg") repeat-x #fff;
}

#m_wrapper {
background:url("images/bg_m.gif") repeat-x #fff;
}


body,
input,
textarea {
	color: #666;
	/*line-height: 18px;*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	/*margin-bottom: 18px;*/
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	/*list-style: square;
	margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	/*margin: 0 0 24px 0;*/
}
dt {
	font-weight: bold;
}
dd {
	/*margin-bottom: 18px;*/
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #666666;
}

a[href$=".pdf"] {
    background: url("images/icon_pdf.gif") no-repeat scroll right center transparent;
    padding: 0 20px 0 0;
}


.gaibu {
    background: url("images/snav.gif") no-repeat scroll right center transparent;
    padding: 0 20px 0 0;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.caution{
color:#840000;
}


.cap{
font-size:80%;
border-top:dotted 1px #333;
padding:10px 0;
}

.box{
padding:1.5em;
border:solid 1px #f5efcf;
margin:15px 0;
}

ul.memo li{
border-bottom:dotted 1px #f5efcf;
}

img.right{
float:right;
}

.kenkyusite{
    background: url("images/snav_k.gif") no-repeat scroll 98% 37% #cbb8a2;
    float: right;
    font-size: 90%;
    line-height: 1em;
    padding: 6px 18px 5px 8px;
    text-decoration: none;
margin-top: -12px;
    border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
a.kenkyusite{
color:#444;
}
a.kenkyusite:hover{
background: url("images/snav_k.gif") no-repeat scroll 98% 37% #887054;
color:#fff;
}
/* =Header
-------------------------------------------------------------- */

#header {
background:url("images/bg_h.jpg") repeat-x #fff;
height:94px;
}
#header_en{
	background:url("images/bg_h.jpg") repeat-x #fff;
	height:95px;
}
.mainvisual{
	margin:auto;
	padding-top: 20px;
	width: 950px;
}


.ico{
float:right;
}
.ico_en{
	float:right;
}

.ico li{
float:left;
}

ul.link-in{
margin:0;
padding:0;
}

ul.link-out{
float:right;
margin-top:15px;
}

/* =Gmenu
-------------------------------------------------------------- */
#gmenu{
clear:both;
height: 50px;
}

#gmenu ul li{
    float: left;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	background:#fff;
}

#topmain{
clear:both;
padding-top: 16px;
}

#content {
	margin-bottom: 36px;
}


#qanavArea{
text-align:right;
margin-bottom:10px;
}
#qanavArea a{
text-decoration:underline;
background:url('images/arrow_fa.gif') no-repeat 5px center;
padding-left:13px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}


h2.title {
	color: #333333;
	font-size:100%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0;
background: url("images/bg_h2.gif")  no-repeat #f4f6fd;
padding: 5px 0 5px 25px;
clear:both;
}

h3.title {
	color: #333333;
	font-size:100%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0;
background: url("images/bg_h3.gif")  no-repeat #fff;
padding: 5px 0 5px 25px;
border-bottom:dotted 1px #555; 
clear:both;
}

.ichiran{
float:right;
display:block;
width:98px;
height:44px;
}

.t_info,
.t_exam,
.t_ad,
.t_semi{    
    height: 44px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 587px;
}

.t_info {
    background: url("images/t_infomations.jpg") no-repeat;
}

.t_exam {
    background: url("images/t_exam.jpg") no-repeat;
}

.t_ad {
    background: url("images/t_ad.jpg") no-repeat;
}

.t_semi {
    background: url("images/t_semi.jpg") no-repeat;
}

.infoarea_info dt,
.infoarea_exam dt,
.infoarea_ad dt,
.infoarea_semi dt{
float:left;
line-height: 2.5em;
}

.infoarea_info dd,
.infoarea_exam dd,
.infoarea_ad dd,
.infoarea_semi dd{
border-bottom:dotted 1px #ccc;
padding-left:130px;
list-style-type:none;
line-height: 2.5em;
}

.infoarea_info dl,
.infoarea_exam dl,
.infoarea_ad dl,
.infoarea_semi dl{
margin:0;
padding:0 20px 10px;
}

.infoarea_info,
.infoarea_exam,
.infoarea_ad,
.infoarea_semi{
    border: 1px solid #cdd7da;
    margin-bottom: 22px;
    width: 683px;
clear:both;
}

.infoarea_info dl{
background:#e3e9ee;
}

.infoarea_exam dl{
background:#e8eff0;
}

.infoarea_ad dl{
background:#eceef5;
}

.infoarea_semi dl{
background:#f4eee6;
}

table.list{
border:solid 2px #7497c1;
border-collapse: separate;
margin-bottom:20px;
width:100%;
}

table.list th{
background:#7497c1;
text-align:left;
color:#fff;
padding:0.5em;
border:solid 1px #fff;
width:150px;
vertical-align:top;
}

table.list th.sub{
width:20%;
}

table.list td{
background:#fff
text-align:left;
vertical-align: middle;
border-bottom:solid 1px #7497c1;
padding:0.5em;
}

table.list td.bottom{
border-bottom:none;
}

table.list td.left{
border-left:solid 1px #7497c1;
}

table.list ul{
padding:5px;
}
table.list ul li{
border-bottom:1px dotted #555;
line-height:2em;
}

table.list ul.memo{
font-size:90%;
}

table.event{
margin-bottom:30px;
}
table.event th{
vertical-align: top;
pading-left:1em;
padding:0 0 20px;
width:8%; 
}

table.event th:not(:target){
padding:0 0 20px; 
width:8%;
}

table.event td{
font-size:90%;
padding:0 0 20px;
line-height:1.5em;}

table.event th.shikai{
background:url("images/shikai.gif") no-repeat;
}
table.event th.makino{
background:url("images/makino.gif") no-repeat;
}
table.event th.sotoyama{
background:url("images/sotoyama.gif") no-repeat;
}
table.event th.motoki{
background:url("images/motoki.gif") no-repeat;
}
table.event th.mem1{
background:url("/wp/wp-content/uploads/2018/01/bg_01.gif") no-repeat;
}
table.event th.mem2{
background:url("/wp/wp-content/uploads/2018/01/bg_02.gif") no-repeat;
}
table.event th.mem3{
background:url("/wp/wp-content/uploads/2018/01/bg_03.gif") no-repeat;
}

table.tit4em th:not(:target),
table.tit4em th{
width:10%;
padding:0;
}
table.event th p.pink{
background:#DDCCDD;
border-left:10px solid #7C457D;
}
table.event th p.green{
background:#C3D1CA;
border-left:10px solid #2C553E;
}
table.event th p.blue{
background:#dadbe3;
border-left:10px solid #2c2e55;
}
table.tit4em td{
padding:0 0 1em 1em;
vertical-align: top;
}

table.event td img{
padding:0 0 2px 2px;
}


table.form {
border-collapse: collapse;
border: solid 1px #999;
width:682px;
}

table.form th,
table.form td {
border: solid 1px #999;
padding: 5px;
}

table.form th {
background: #E6E6E6;
text-align: center;
color: #666;
font-weight:lighter;
}

table.form span,
table.form th{
vertical-align: middle;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #5d95d7;
}
#content .entry-title{
	color: #333333;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
background: url("images/bg_h1.gif") no-repeat scroll 0 0 transparent;
padding: 7px 0 30px 20px;
font-size:140%;
}
#content_en .entry-title{
	background: url("images/bg_h1_en.gif") no-repeat scroll 0 0 transparent;
	color: #333333;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
	padding: 7px 0 30px 20px;
	font-size:140%;
}
#content h1.entry-title {
	font-size:140%;
}

#content h2.entry-title {
	font-size:140%;
line-height: 1.2em;
padding: 6px 0 30px 20px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #5d95d7;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #5d95d7;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #5d95d7;
}
#content .video-player {
	padding: 0;
}

/* =Left
-------------------------------------------------------------- */

ul.banner li{
margin:0 0 20px;
}

ul.smenu{
padding:12px 10px 3px;
background:url("images/bg_smenu.gif") repeat;
margin-bottom:22px;
}

ul.smenu li{
margin:0 0 7px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #5d95d7;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #5d95d7;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #5d95d7;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #5d95d7;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #5d95d7;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url("images/bg_footer.jpg") repeat-x;
padding-top: 26px;
}
#colophon {
}

#site-info {
padding:18px;
width:500px;
*width:400px;/* IE7 and below */
}

.footer-l{
float:right;
width:400px;
*width:500px;/* IE7 and below */
}
.foolter-l_en{
	width: auto !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.footer-l{
width:500px;
}
}/* chrom */

.pagetop{
float:right;
}

ul.ico-footer li{
float:left;
margin:0 0 0 14px;
margin:0 0 0 7px\9;/* IE8 and below */
*padding:0 0 0 20px;/* IE7 and below */
*background: url(images/ico_footer.gif) no-repeat;/* IE7 and below */
}

ul.ico-footer{
clear:both;
padding:34px 0 0 0;
*padding:40px 0 0 0;/* IE7 and below */
list-style-image: url(images/ico_footer.gif);
list-style-position: inside;
font-size:90%;
float: right;
}

.copyright{
line-height:18px;
}
.copyright_en{
	line-height:20px;
	padding: 25px 0 20px 0;
}

/*img#wpstats {
	display: block;
	margin: 0 auto 10px;
}*/


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {

/*body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}*/
#main, x:-moz-any-link {
height: auto;
margin: 0px auto;
clear: both;

overflow: visible;
}

body {
        overflow: visible !important;
    }
}

/* FlexSlider
-------------------------------------------------------------- */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {/*background: #fff;*/ position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -27px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 50px; height: 13px; display: block; background: url(theme/bg_control_nav3.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* sidemenu */
#submenu{
margin-bottom:30px;
 border-top: 1px solid #EEEEEE;
}
#submenu ul{
border-left:1px solid #dde0e3;
border-right:1px solid #dde0e3;
border-bottom:1px solid #dde0e3;
background:#fff;
padding:1px;
margin:0;
}
#submenu li{
background:#f5f5f5 url(images/submenu_bg.gif) no-repeat bottom;
padding-bottom:2px;
}
#submenu li.bottom{
background-image:none;
padding:0;
}

#submenu li a{
text-decoration:none;
color:#333;
display:block;
background:#f5f5f5 url(/wp/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;
padding:12px 0 11px 27px;
}
#submenu li a:hover{
text-decoration:none;
color:#5D95D7;
display:block;
/*background:#e6f7f4 url(/wp/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;*/
padding:12px 0 11px 27px;
}

#submenu li a.on{
text-decoration:none;
color:#fff;
display:block;
background:#7596be url(/wp/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;
padding:12px 0 13px 27px;
}
#submenu img{
vertical-align: bottom;
}

table.faq{
border-collapse: collapse;
border: solid 1px #666;
width:100%;
margin-bottom:10px;
}
table.faq th,
table.faq td {
border: solid 1px #666;
padding: 4px 6px;
padding:10px;
}

table.faq th p,
table.faq td p {
line-height:1.3em;
}

table.faq th {
background: #5b95d4;
text-align: center;
color: #fff;
font-weight:nomal;
width:30px;
vertical-align:middle;
}

table.faq th.ans {
background: #3365a4;
vertical-align:middle;
}

.postmetadata{
background:#ebeced;
border:1px solid #ccc;
padding:10px;
margin-bottom:30px;
}



/* SpryMenuBarHorizontal
-------------------------------------------------------------- */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
background-color:#fff;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	clear:both;
}

ul.MenuBarHorizontal ul li a
{
	width: 12.2em;
	padding:0.8em 0.2em 0.8em 1em; 
	border-bottom:1px solid #CCC;
}
ul.MenuBarHorizontal ul li:hover
{
	background-color: #7596BE;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	/*padding: 0.5em 0.75em;*/
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #7596BE;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #7596BE;
	color: #FFF;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url("images/SpryMenuBarDown.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url("images/SpryMenuBarRight.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url("images/SpryMenuBarDownHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu:hover
{
	background-image: url("images/SpryMenuBarRightHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

div.caption {
background: #333;
color: #fff;
text-align: center;
display: inline-block;
margin-bottom: 40px;
}

div.caption p {
margin: 7px 0 7px 0;
}

div.cp_right {
float: right;
}

div.p_left {
float: left;
}

li a.doubleline {
line-height: 14px;
}

/* =修正対応 180802
-------------------------------------------------------------- */
.entry-content .msg-banner li {
	margin: 0 20px 20px 0;
    display: inline-block;
}
