@charset "UTF-8";
/*
Theme Name:全国医学生ゼミナール
*/

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after,#inthispage:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner,#inthispage { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner,* html #inthispage, { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

.pkg,#inthispage {
  min-height: 1px;
		zoom:1;
}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 930px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}



#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
overflow: hidden;
}

#alpha-inner, #beta-inner {
zoom: 1;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 215px;
	width: 520px;
}

.layout-twt #beta {
	left: -520px;
	width: 195px;
}

.layout-twt #gamma {
	width: 195px;
	left:40px;
}


/* Wide-Thin */

.layout-wt #alpha {
width: 650px;
margin-right: 30px;
}

.layout-wt #beta {
width: 250px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

/*blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}*/

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
margin-top: 0.25em;
padding-bottom: 0.5em;
font-weight: normal;
}

.asset-footer {
}

.content-nav {
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
	position: relative;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position:relative ! important;
        overflow: visible ! important;
    }
}

/*

A Six Apart theme adapted for Movable Type default templates 
name: com-izemi-set  
designer: kikanshicom  
designer_url: http://www3.mediapark.co.jp/com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* :nth-child() */
table.zebura {
	border-collapse: collapse;
	border-spacing: 0;
	background:#e8f0df;
}
.zebura th, .zebura td {
	padding:0.3em;
}

/* Global */

body {
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	font-variant: normal;
}
#container {
	position:relative;
}
/* Header */

#header {
}
#header-inner {
	position: relative;
}
#header-name {
	margin: 0 0 5px;
	line-height: 1;
}
#header-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.125;
}
/* Content */

.asset-name {
	font-size: 16px;
	font-weight: bold;
}
.asset-name a {
	text-decoration: none;
}
.asset-name a:hover {
	text-decoration: underline;
}
.asset-content {
	margin: 5px 0;
}
.asset-more-link {
	font-weight: bold;
}
.asset-meta {
	font-weight: normal;
	display: block;
	text-align:right;
	clear:both;
}
.asset-footer a, .comment-footer a {
	font-weight: normal;
}
.content-nav {
	margin: 5px 0 10px;
}
.archive-title {
	margin: 5px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.trackbacks-info, .trackback-content, .comment-content, .comments-open-content, .comments-closed {
	margin: 5px 0;
}
.widget-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header, .search-form-header, .search-results-header {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.search-results-header {
	margin-bottom: .25em;
}
.asset-more-link, .asset-meta, .comment-footer, .trackback-footer, .typelist-thumbnailed {
	font-size: 11px;
}
/* Footer */


/* Utility */

.widget-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header, .search-form-header, .search-results-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
}
/* Global ----------------------------------------------------------------- */

body {
	color: #333;
	font-family: trebuchet ms;
	background-color: #fff;
	padding-top: 30px;
}
/* Layout ----------------------------------------------------------------- */

#container-inner, #content {
	background-color: #fff;
}
#header-inner, #content-inner, #footer-inner {
	padding-top: 0;
	padding-bottom: 0;
}
#header-inner, #beta-inner, #gamma-inner {
	padding-right: 0;
	padding-left: 0;
}
#content {
	margin-bottom: 30px;
}
#container-inner {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
#header-inner, #content-inner, #footer-inner, #footer-inner2 {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
/* Header ----------------------------------------------------------------- */

#header {
	margin-bottom: 20px;
}
#header-content {
	width: 100%;
	margin-bottom: 15px;
	height: 54px;
}
#header-description {
	color: #fff;
}
/* Content ---------------------------------------------------------------- */

.asset-name, .asset-name a, .archive-title {
	color: #65a85d;
}
.asset-footer, .asset-footer a, .comment-footer, .comment-footer a, .trackback-footer {
	color: #999;
}
.asset-footer {
	border-top-color: #e2fedf;
	margin-top:30px;
}
.archive-header{
	color:#666;
}
.comments-header, .comments-open-header, .trackbacks-header, .search-form-header, .search-results-header {
	color: #666;
	background:#EDEDF1;
	padding:3px 0.8em;
}
.asset-name a {
	margin-bottom: 6px;
}
.asset-name a:hover {
	text-decoration: underline;
}
.archive-list-item {
	margin-bottom: 5px;
}
/* Widget ----------------------------------------------------------------- */

.widget-header, .widget-content {
	margin-right: 0px;
	margin-left: 0px;
}
.widget-header {
	padding: 0;
	font-size: 14px;
	font-family: trebuchet ms;
	margin-bottom: 8px;
	padding-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c4c4c4;
}
.widget-header, .widget-header a {
	color: #65a85d;
	font-weight: normal;
}
.widget-content a {
	color: #5196d7;
	text-decoration: underline;
}
#content .widget-powered .widget-content {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #e2fedf;
	background-color: #f1fdef;
}
.widget-header {
	font-size: 14px;
}
.widget-header a {
	text-decoration: none;
}
.widget-header a:hover {
	text-decoration: underline;
}
.widget-content {
	margin-bottom: 20px;
}
/* "Powered By" Widget */

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}
/* Calendar Widget */

.widget-calendar .widget-content table {
	font-size: 10px;
}
/* Footer Widgets */

#footer .widget {
	padding-top: 10px;
}
#footer .widget-content {
	padding-right: 0;
	padding-left: 0;
}
#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}
/* Footer ----------------------------------------------------------------- */

#footer {
	background-color: #EEF7E1;
}
#footer-content {
	margin: 20px 0;
}
/* Utilities -------------------------------------------------------------- */

#header:after, #header-inner:after, #content:after, #alpha-inner:after, #beta-inner:after, #gamma-inner:after, #footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#header-inner, #content-inner, #footer-inner, .asset-body {
	height: 1%;
}
/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.box-km {
-moz-border-radius: 5px;
border:1px solid #9c9;
background:#fff;
padding:10px;
}

/* add for com ---------------------------------------------------------- */
ol, ul {
	list-style:none;
}

.asset-body ul,.asset-body ol{
	list-style-type:inherit;
	margin-left: 2em;
}

.asset-body dt{
	font-weight:bold;
}

.asset-body dd{
	margin:0 0 1em 2em;
}

.asset-body p{
	margin-bottom:1em;
}

.asset-body h2{
	color:#65a85d;
	font-size:14px;
	font-weight:bold;
	border-left:14px solid #65a85d;
	padding-left:4px;
	margin-bottom:1em;
}

.asset-body h3{
	font-weight:bold;
	color:#65a85d;
	margin-bottom:1em;
	border-bottom:1px dashed #65a85d;
	padding-bottom:0.2em;
	font-size:13px;
}

/* --- link --- */
a {
	color: #5196d7;
	text-decoration: underline;
}
a:visited {
	color: #5196d7;
	text-decoration: underline;
}
a:hover {
	color: #5196d7;
	text-decoration: none;
}
#gnavi {
	width: 950px;
	height: 56px;
}
#gnavi li {
	float: left;
}
#header h1 {
	float: left;
	width: 367px;
}
#header_rightBox {
	float: right;
	width: 320px;
	margin-top: 25px;
}
#header_rightBox ul {
	display: block;
	float: left;
	width: 100px;
}
#header_rightBox li {
	background-image: url(images/icon_yajigreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#header_rightBox #kensaku {
	width: 200px;
	float: right;
	text-align: right;
}
.hicon_maruyaji li {
	background-image: url(images/icon_yajigreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.izemi-news {
	background-color: #f7fbf0;
	border: 1px solid #c8e49a;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.izemi-news h3 {
	margin-bottom: 10px;
}
.izemi-news .izemi-news-cap {
	color: #6EB773;
	font-size: 12px;
	line-height: 1.5;
}
.izemi-news-cate {
	padding: 0px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.izemi-news-form {
	margin-bottom: 20px;
}
.izemi-news-bottan {
	margin-left: 30px;
	margin-top: 5px;
}
.izemi-news-qr img {
	float: left;
	width: 75px;
	margin-right: 10px;
}
.izemi-news-qr p {
	font-size: 11px;
	line-height: 1.5;
}
/*h1#page-title,h2  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c4c4c4;
	padding-bottom: 3px;
	height: 33px;
}*/
.whatsnew {
	margin-bottom: 20px;
}

.whatsnew  .top-bnrbox {
	margin-bottom: 15px;
}
h2 img {
	float: left;
}
h2 .itiran {
	display: block;
	background-image: url(images/icon_maruyaji.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	float: right;
	width: 70px;
	line-height: 120%;
	padding-top: 15px;
	text-align: right;
	padding-left: 15px;
}
.box {
	clear: both;
}
.news-dl {
	margin-bottom: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #c4c4c4;
	padding-bottom: 8px;
}

.news-dl dt {
	float: left;
	display: block;
}
.news-dl dd {
	padding-left: 85px;
	display: block;
}
.index-moviebox dt {
	float: left;
	width: 80px;
	display: block;
}
.index-moviebox .newicon {
	margin-top: 3px;
}
.bnr-box img {
	margin-bottom: 10px;
}
.kanri-login {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c4c4c4;
	padding-top: 10px;
}
.footer-home-box {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
}
.footer-home {
	background-image: url(images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
}
#footer-content .footer-link-box {
	width: 159px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
}
.footer-link-box li {
	margin-bottom: 5px;
}
.footer-link-box .footer-link-ul-s {
	margin-left: 15px;
}
#copyright {
	background-color: #ADD999;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*titles*/
#inquiry h1#page-title{
	border:0;
	text-indent:-9999px;
	height:80px;
	background:url(images/title/title_toiawase.gif) 0 0 no-repeat;
}

#container.about .cat .asset-header {
	padding-top:42px;
	background:url(images/title/izemi_kikaku.gif) 0 0 no-repeat;
	border:0;
}

#page-outline h1#page-title{
	border:0;
	text-indent:-9999px;
	height:32px;
	background:url(images/title/izemi_gaiyo.gif) 0 0 no-repeat;
}

#page-participation-method h1#page-title{
	border:0;
	text-indent:-9999px;
	height:32px;
	background:url(images/title/izemi_sanka.gif) 0 0 no-repeat;
}

#page-management h1#page-title{
	border:0;
	text-indent:-9999px;
	height:32px;
	background:url(images/title/izemi_unei.gif) 0 0 no-repeat;
}

#page-history h1#page-title{
	border:0;
	text-indent:-9999px;
	height:32px;
	background:url(images/title/izemi_ayumi.gif) 0 0 no-repeat;
}

#page-schedule h1#page-title{
	border:0;
	text-indent:-9999px;
	height:32px;
	background:url(images/title/kikaku_yoteihyo.gif) 0 0 no-repeat;
}

h1.cat-1,.catentry-1{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/news_natsu.gif) 0 0 no-repeat;
	margin-bottom:10px;
}

h1.cat-2,.catentry-2{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/news_kakuchi.gif) 0 0 no-repeat;
	margin-bottom:10px;
}

h1.cat-3,.catentry-3{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/news_genchi.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
h1.cat-4,.catentry-4{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/news_zenkoku.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
h1.link-cat{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/link_circle.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
h1.link-cat2 {
	text-indent:-9999px;
	height:32px;
	background:url(images/title/link_kouen.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
h1.link-cat1{
	text-indent:-9999px;
	height:32px;
	background:url(images/title/link_iryogakusei.gif) 0 0 no-repeat;
	margin-bottom:10px;
}

.news #alpha-inner{
padding-top:100px;
background:url(images/title/blogtitle_2.gif) 0 0 no-repeat;
}

.about #alpha-inner{
padding-top:100px;
background:url(images/title/blogtitle_3.gif) 0 0 no-repeat;
}

.project #alpha-inner{
padding-top:100px;
background:url(images/title/blogtitle_4.gif) 0 0 no-repeat;
}

.link #alpha-inner{
padding-top:100px;
background:url(images/title/blogtitle_5.gif) 0 0 no-repeat;
}

.for-staff #alpha-inner{
padding-top:52px;
background:url(images/title/forstaff.png) 0 0 no-repeat;
}

.movies #alpha-inner{
padding-top:52px;
background:url(images/title/movie.gif) 0 0 no-repeat;
}

/*adds*/

h3.recent{
	text-indent:-9999px;
	background:url(images/recent.gif) 0 0 no-repeat;
}
h3.cate{
	text-indent:-9999px;
	background:url(images/cate.gif) 0 0 no-repeat;
}

.blogs-5 h3.cate{
	display:none;
}

table.plan{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}

table.plan td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:2px 6px;
}

table.plan td.head{
	text-align:center;
	background:#eee;
}

.devide{
	border-top: dashed 1px #006600;
	margin:2em 0
}

.devide-h{
	border-top: dashed 1px #006600;
	margin-bottom:1em;
}

.newscat{
	font-size:100%;
	color:#fff;
	background:#669933;
	padding:4px 6px;
	border:1px solid #ccc;
	width:100%;
}

h1.newsitiran{
	text-indent:-9999px;
	margin:20px 0;
	background:url(images/title/news_saishinitiran.gif) 0 0 no-repeat;
}

h1.kikakuitiran{
	text-indent:-9999px;
	margin:20px 0;
	background:url(images/title/news_kikakusaishinitiran.gif) 0 0 no-repeat;
}
.rflo{
	float:right;
	margin-left:15px;
}
.lflo{
	float:left;
	margin-right:15px;
}
.twitter_box {
	margin-bottom: 20px;
}

/*----------------------------------------------------*/ 
/* pager
-----------------------------------------------------*/ 

.pager {
	position:relative;
	text-align:center;
	letter-spacing:-.40em;
	margin-top: 30px;
}

.pager li {
	display:inline-block;
	letter-spacing:normal;
	
	font-weight:bold;
	line-height:1;
	margin:0 4px;
}

.pager li a,
.pager li span {
	border:1px solid #d1d1d1;
	display:block;
	padding:6px 10px;
	position:relative;
	text-decoration:none;
}

.pager li a:hover {
	background:#EEF7E1;
	border-color:#EEF7E1;
	text-decoration:none;
}

.pager li span {
	border:none;
}

/*----------------------------------------------------*/ 
/* sns_link
-----------------------------------------------------*/ 

.sns_link {
	display: flex;
}

.sns_link li {
	margin-right: 10px;
}

/*----------------------------------------------------*/ 
/* comment
-----------------------------------------------------*/ 

.comment-reply-title {
	color: #666;
 background: #EDEDF1;
 padding: 3px 0.8em;
 font-size: 16px;
 font-weight: bold;
}

.comment-respond p > label {
	display: block;
}

.comment-respond p > input[type=text],
.comment-respond p > textarea {
	width: 100%;
 box-sizing: border-box;
}

.comment-respond p.comment-form-cookies-consent {
	position: relative;
	padding-left: 1.5em;
}

.comment-respond p.comment-form-cookies-consent input {
	position: absolute;
 left: 0;
 top: 4px;
}

.comment-author img {
	margin-bottom: 5px;
}

.comment-author img {
	vertical-align: middle;
	margin-right: 5px;
}

.comment-meta {
	margin-bottom: 10px;
}

.commentlist .children li {
	margin: 1em;
}

.nocomments {
	display: none;
}

/*----------------------------------------------------*/ 
/* link
-----------------------------------------------------*/ 

.link .asset-body a {
	padding-left: 20px;
}

/*----------------------------------------------------*/ 
/* inquiry
-----------------------------------------------------*/ 

.mw_wp_form form {
	padding: 5px;
}

table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}

table.mailform tr td input[type=text] {
	width: 180px;
}

table.mailform tr td input.zip {
	width: 60px;
}

table.mailform tr td input.address,
table.mailform tr td input[type=email],
table.mailform tr td textarea {
	width: 300px;
}

table.mailform tr td textarea {
	height: 120px;
}

.mw_wp_form .mailform .mwform-checkbox-field input,
.mw_wp_form .mailform .mwform-radio-field input,
.mw_wp_form .mailform .horizontal-item + .horizontal-item {
	margin: 0;
}

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

.search #alpha-inner{
padding-top:52px;
background:url(images/title/search.png) 0 0 no-repeat;
}

.search p.query {
	font-size: 14px;
	font-weight: bold;
}

.search section {
	margin-bottom: 20px;
}

.search .result a {
	display: block;
	border: 1px solid #9c9;
	border-radius: 5px;
	text-decoration: none;
	padding: 15px;
	color: #333;
}

.search .result a:hover {
	text-decoration: underline;
}

.search .result h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px !important;
}
