@charset "UTF-8";
/*
Theme Name: JSRT base
Theme URI: http://www.macnet.or.jp/
Description: MAC InterNet original theme.
Author: MAC InterNet
Author URI:　http://www.macnet.or.jp/
Version:1.2

License: GNU General Public License
License URI: license.txt

*/

/* 0.import
-------------------------------------------------------------- */
@import url(css/advanced.css);

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Core
2.0 - Layout
3.0 - Navi
4.0 - Parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Core
--------------------------------------------------------------*/
/* 1-1. General Setting */

html, body, div, span, applet, object, iframe, strong, 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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, legend/*, caption, tbody, tfoot, thead, table, label, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
table, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 85%;
	line-height: 1.7;
	background-color: #F6F6F6;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	color: #09c;
}
.clear {
	clear: both;/*line-height: 0*/
}

/* 1-2. Basic Layout */
#page {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#wrapper {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 90px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
	position: relative;
}
#contents {
	border: 1px #ddd solid;
	min-height: 663px;
	background-color: #FFFFFF;
}
#main {
	width: 625px;
	padding: 25px;
	float: right;
}
#side {
	width: 216px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	margin-left: 25px;
}
#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
*:first-child+html #footer {
	margin-top: -5px;
}


/*--------------------------------------------------------------
2.0 - Layout
--------------------------------------------------------------*/
/* 2-1.  Header */
.blog_title {
	color: #fff;
	font-size: 190%;
	/*text-shadow: 3px 3px 3px #000;*/
	text-decoration: none;
	font-weight: bold;
	padding-top: 25px;
	margin-left: 20px;
}
.blog_title:hover {
	color: #fff;
}
#header p {
	color: #FFFFFF;
	font-size: 100%;
	margin-top: 10px;
	margin-left: 20px;
}
#header .lang-btn{
position: absolute;
top:15px;
right:20px;
}


/* 2-2.  Main */
/*** Blog info ***/
div.blog_info {
	background: rgba(0, 0, 0, 0.1);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000); /* IE */
	zoom: 1; /* IE */
	color: #666;
	font-size: 85%;
	padding: 5px;
	margin: 0 0 20px;
}
div.blog_info ul {
	margin: 0;
}
div.blog_info li {
	float: left;
	padding-left: 20px;
	margin: 0 15px 0 5px !important;
	list-style: none !important
}
div.blog_info li a {
	color: #666
}
div.blog_info li a:hover {
	color: #333
}
div.blog_info li.cal {
	background: url(images/icon_cal.png) no-repeat 0 2px;
}
div.blog_info li.cat {
	background: url(images/icon_cat.png) no-repeat 0 2px;
}
div.blog_info li.tag {
	background: url(images/icon_tag.png) no-repeat 0 2px;
}

/*** Contents ***/
img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 0 0 !important;
}
a.more-link {
	background: url("images/arrow_next.png") no-repeat right top;
	color: #333;
	font-size: 85%;
	padding: 2px 20px 5px 10px;
	text-align: right;
	text-decoration: none;
	margin-left: 480px;
	display: block;
}
a.more-link:hover {
	color: #999
}

/*** Bottom Navigation, Comment Navigation ***/
div.nav-below {
	margin: 40px 0 0;
	overflow: auto;
}
div.navigation {
	overflow: auto;
}
div.navigation a {
	margin-bottom: 10px
}
.nav-previous a, .nav-next a, div.navigation .alignleft a,
div.navigation .alignright a {
	color: #333;
	font-size: 85%;
	text-decoration: none;
}
.nav-previous a:hover, .nav-next a:hover, div.navigation
alignleft a:hover, div.navigation .alignright a:hover {
	color: #999
}
.nav-previous a, div.navigation .alignleft a {
	float: left;
	padding: 2px 10px 2px 20px;
	background: url("images/arrow_prev.png") no-repeat left top;
}
.nav-next a, div.navigation .alignright a {
	float: right;
	text-align: right;
	padding: 2px 20px 2px 10px;
	background: url("images/arrow_next.png") no-repeat right top;
}

/* 2-3. Post Entry */
.title {
	color: #333;
	font-size: 200% !important;
	line-height: 35px;
	margin: 50px 0 15px !important;
	border: none !important;
	padding: 0 !important
}
div.post:first-child .title {
	margin-top: 0 !important;
}
.title a {
	color: #333;
	text-decoration: none;
}
.title a:hover {
	color: #999
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 30px 0 10px
}
.post h2 {
	font-size: 160%;
}
.post h2.page-title {
	font-size: 160%;
	padding-bottom: 10px;
	padding-top: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.post h2.sec-title {
	font-size: 160%;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}
.post h2.info-title {
	font-size: 160%;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
.post h3 {
	font-size: 130%;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
}
.post h3.line-title {
	font-size: 130%;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
}
.post h3.line2-title {
	font-size: 130%;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #CCC;
}
.post h3.dot-title {
	font-size: 130%;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.post h4 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.post h5 {
	font-size: 110%;
}
.post p {
	margin-bottom: 20px;
}
.post em {
	font-style: italic;
}
.post code {
	color: #06c;
	font-family: 'Courier New', Courier, monospace;
}
.post img {
	margin: 0;
}
.post img.wp-smiley {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}
.post blockquote {
	border-left: 5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}
.post blockquote p {
	margin: 0;
}
.post div.wp-caption {
	margin: 20px 0;
}
.post div.wp-caption img {
	margin: 0;
}
.post div.wp-caption p {
	font-size: 85%;
}
.post ul, .post ol {
	margin: 20px 0;
}
.post ul li {
	list-style: url(images/arrow_list.png);
	margin-left: 20px;
}
.post ol li {
	list-style: decimal outside;
	margin-left: 20px;
}
.post ul.normal li {
	list-style: none;
	margin-left: 0px;
}
.post h1 span {
	display: none;
}
#info-title {
	padding: 8px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCC;
}
#info-title span {
	margin-right: 0.5em;
}
#sitemap ul li {
	list-style: none;
	margin-left: 0px;
}

/* 2-4. side */
#side #primary {
	background-color: #E7E7E7;
	width: 210px;
	padding: 3px;
	margin-bottom: 10px;
}
/*
#side .widget-area h3{
	margin: 0px;
	padding: 0px;

}
*/
#side #primary h3 {
	color: #666;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	height: 20px;
	margin-bottom: 3px;
}
#side #primary ul {
	width: 210px;
	padding: 0px;
	border-bottom-color: #CCC;
	margin: 0px;
}
#side #primary ul li {
	background-color: #FFF;
	line-height: 1.335;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	border: 1px solid #CCC;
	background-image: url(images/bg-side.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#side #primary ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(images/icon_side.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 24px;
}
#side #primary ul li a:hover {
	background-color: #FFF;
	color: #0033cc;
	text-decoration: underline;
}
#side #secondary {
	width: 210px;
	padding: 3px;
	margin-bottom: 10px;
}
#side #secondary h3 {
	display: none;
}
#side #secondary ul {
	width: 210px;
	margin-left: 0px;
}
#side #secondary ul li {
	margin: 0px;
	padding: 0px;
}
#side #search-box {
	border: 1px solid #CCC;
	padding: 10px;
	text-align: center;
}
.screen-reader-text {
	display: none;
}

/*	2-5.  Footer */
#footer .widget-area {
	width: 290px;
	margin-left: 35px;
	float: left;
}
#footer .widget-area:first-child {
	margin-left: 0;
}
p.copy {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 40px 0;
	color: #666
}
p.copy a {
	color: #999;
}
p.copy a:hover {
	color: #ccc;
}


/*--------------------------------------------------------------
3.0 - Navi
--------------------------------------------------------------*/

/* Main Menu */
ul#menu-gnavi, div.menu ul {
	position: absolute;
	top: 100px;
	height: 38px;
	font-size: 90%;
	border-left: 1px solid #000;
}
.admin-bar ul#menu-gnavi, .admin-bar div.menu ul {
	top: 128px;
}
ul#menu-gnavi li, div.menu ul li {
	float: left;
	position: relative;
	border-right: 1px solid #999;
}
ul#menu-gnavi > li:first-child, div.menu ul > li:first-child {
	border-left: 1px solid #999;
}
ul#menu-gnavi li > a, div.menu ul li > a {
	color: #fff;
	padding: 8px 13px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #000;
}
ul#menu-gnavi li:hover > a, ul#menu-gnavi > li.current_page_item > a,
ul#menu-gnavi > li.current_page_ancestor > a, ul#menu-gnavi >
li.current-menu-item > a, ul#menu-gnavi > li.current-category-ancestor > a,
div.menu ul li:hover > a, div.menu ul > li.current_page_item a,
div.menu ul > li.current_page_ancestor > a, div.menu ul > li.current-menu-item > a,
div.menu ul > li.current-category-ancestor > a {
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom,
		from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95)), color-stop(.5, #333333));
	/* FF */
	background: -moz-linear-gradient(rgba(  0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));

	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,
		endColorstr=#95000000);
	zoom: 1;
}

/* Children Menu */
ul#menu-gnavi ul, div.menu ul ul {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
ul#menu-gnavi ul li, div.menu ul ul li {
	width: 180px;
	border: none;
}
ul#menu-gnavi ul li ul, div.menu ul ul li ul {
	left: 100%;
	top: 0;
}
ul#menu-gnavi ul li a, div.menu ul ul li a {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=70);  /* IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
ul#menu-gnavi ul li:hover > a, div.menu ul ul li:hover {
	background: #666;
}
ul#menu-gnavi li:hover > ul, div.menu ul li:hover > ul {
	display: block;
}

/*--------------------------------------------------------------
4.0 - Parts
--------------------------------------------------------------*/
/*	4-1. Top */
#contents .info_box {
	margin-bottom: 25px;
	padding: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
}
#contents .info_box h3 {
	line-height: 30px;
	background-image: url(images/h3_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	font-size: 100%;
	color: #FFF;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 0px;
}
#contents .info_box table {
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents .info_box table td, #contents .info_box table th {
	padding: 6px;
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents .info_box table th {
	font-weight: normal;
	padding-right: 10px;
	width: 8em;
}
#contents .info_box div {
	height: 210px;
	overflow: auto;/*内容が溢れるとスクロールバーが表示*/
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* 4-2.  widget */
#footer h3 {
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left: 15px;
	height: 42px;
}

/* 4-3. Form */
input[type="text"], textarea {
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
}
input[type="submit"] {
	border: 1px solid #ccc;
	padding: 4px 10px;
	color: #666;
}

/* contactform7 */
/*span.wpcf7-list-item{
display: block;
}

span.deepred {
color: #990000;
}
*/
.sent .formInner {
	display: none;
}
.complete-display {
	display: none;
}
.sent .complete-display {
	display: block;
}

/* 4-4. その他 */
/* リンク画像のロールオーバー */
ul.blogroll li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* WordPress default styles */

/* Alignment */
img.alignleft {
	float: left;
	margin-right: 1.6em;
}
img.alignright {
	float: right;
	margin-left: 1.6em;
}
img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.alignleft {
	margin-left: 1em;
}

/* 画像の枠 */
img.waku{
	border: 1px solid #ccc;
	}
