@charset "utf-8";
/*
Theme Name: MACHNOS DX 4
Theme URI: http://dx.machnos.com
Description: MACHNOS DX専用
Version: 4.0
Author: Machnos
Author URI: http://machnos.com
Tags: machnos
Text Domain: 

*/

/*---------------------------------------------------------------------

		01.reset
		
----------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img {
	vertical-align:text-bottom;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---------------------------------------------------------------------

		02.Base
		
----------------------------------------------------------------------*/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif, Verdana;
	margin: 0px;
	font-size: 75%;
	background-color: #EAEAEA;
	color: #666666;
	position: relative;
}
a {
	text-decoration: none;
	color: #666;
}
#wrapper{
	width:100%;
	background-color:#fff;
}
#main {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding:20px 0 30px 0;
}
#header {
	width: 100%;
	background-color: #0075c2;
	padding-top: 20px;
}
#header #detail {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header #detail h1 {
	float: left;
}
#header #detail .text {
	float: left;
	padding-top: 45px;
	padding-left: 50px;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.cl {
	clear: both;
}
#header .date {
	margin-top: 20px;
	margin-left:730px;
	font-size: 200%;
	font-weight: bolder;
	clear: both;
	color: #FFFFFF;
	color: #FFFFFF;
}
#catNavi {
	width: 100%;
	background-color: #0068b7;
}
#catNavi ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#catNavi li {
	float: left;
	width: 135px;

}
#catNavi li a{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFCC00;
	font-size: 125%;
	font-weight: bold;
}
#catNavi li a:hover{
	color: #0075c2;
	background-color: #FFCC00;
}
#main #content {
	float: left;
	width: 510px;
}
#main #rightBox {
	float: left;
	width: 430px;
	margin-left: 30px;
}
#footer {
	width: 100%;
	margin-top: 20px;
}
#footerItem{
	padding:10px 0;
	width:960px;
	margin:0 auto;
}
#footerItem h4{
	background-color:#666;
	color:#fff;
	padding:3px 5px;
	margin-bottom:1em;
}
#footerItem #footerWhat,
#footerItem #footerLink,
#footerItem #footerTag{
	float:left;
	width:320px;
}
#footer .detail {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footer .detail li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 10px;
	padding-left: 10px;
}
#footer .detail li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}
#footer .detail ul {
	text-align: center;
}
#main #content h2.top {
	font-size: 220%;
	font-weight: bold;
	color: #0075C2;
	font-family: Arial, Helvetica, sans-serif;
}
#content #topnews {
	width: 518px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-bottom:40px;
	border:1px solid #ccc;
}
#main #content #topnews .text {
	background-color: #0075C2;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	width: 498px;
	bottom: 0px;
	font-size: 150%;
	font-weight: bold;
	position: absolute;
	display: block;
}
#main #content #topnews .text a {
	color: #FFFFFF;
}
#main #content #topnews a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#main #content #topnews .date {
	text-align: right;
}
.search {
	margin-bottom: 10px;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main #rightBox .search input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}
#main #rightBox .search #form1 .text {
	width: 140px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.button {
	height: 20px;
	width: 40px;
}
#main #rightBox .subTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #0075C2;
	padding-bottom: 2px;
	padding-left: 5px;
}




#main #rightBox #imgleft dt {
	float:left;
	clear: both;
	background-position: center center;
	height: 98px;
	border:1px solid #ccc;
	width: 98px;
	display: block;
	overflow: hidden;

}
#main #rightBox #imgleft dd a{
	float: left;
}
#main #rightBox #imgleft dd a{
	float: left;
	width: 310px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 120%;
	font-weight: bold;
	padding-right: 10px;
	height: 80px;
}
#main #rightBox #imgleft dd a:hover {
	background-color: #F5F5F5;
}
a:hover {
	color: #0075c2;
}
#main #content #catTitle .catTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #0075C2;
	font-size: 150%;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main #content #catTitle ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#main #content #catTitle li {
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
}
#main #content #imgleft dd {
}
#main #rightBox ul.new {
	margin-bottom:10px;
}
#main #rightBox ul.new li {
	display: block;
}
#main #rightBox ul.new li a{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom:5px;
}
#main #rightBox ul.new li a:hover{
	background-color: #F6F6F6;
}
strong {
	font-weight: bold;
}
#main #rightBox .link {
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;

}
#main #rightBox .link a{
	padding: 5px;
	display: block;
}
#main #content .pageTitle {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif, Verdana;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left:50px;
	background-image:url(/images/article_head.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#main #content #pageWrapper #page{
	margin-bottom:50px;
}
#main #content #page .date {
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	font-size: 110%;
}
#main #content #page .article {
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.5;
	padding-top: 10px;
	color:#000;
	font-size: 110%;
}
#main #content #page .article img{
	padding:5px;
	border:1px solid #ccc;
}
#main #content #page .article a{
	color:#0075C2;
}
#main #content #page .article h4 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:140%;
	color:#333;
	clear:both;
}
.article h2{
	font-size:170%;
	font-weight:bold;
	color:#000;
}
ul.st-related-posts {
	margin-bottom:20px;
	clear:both;
}
ul.st-related-posts li {
	margin-bottom:0.5em;
	background-image:url(/images/article_head_mini.png);
	background-repeat:no-repeat;
	background-position:0;
	padding:0 0 0 25px;
}
#main #content #page  #adBox{
	text-align:center;
	margin:20px 0;
}
#main #content #page p {
	margin-bottom: 1em;
	line-height:1.5;
	font-size:110%;
	color:#333;
}
#main #content .pan {
	background-color: #F2F2F2;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main #content h2.catTitle {
	padding-left: 10px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#main #content dl.cat {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#main #content dl.cat dt {
	font-size: 140%;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#main #content dl.cat dd {
	font-size: 130%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif, Verdana;
	line-height: 1.2em;
	margin-bottom: 20px;
	border-bottom:1px solid #ccc;
}
#main #content #navigation li.navileft {
}
#main #content #navigation li {
	float: left;
}
#main #content #navigation li a{
	display: block;
	width: 345px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F2F2F2;
}
#main #content #navigation li.naviright {
	text-align: right;
}

textarea.txtboxline{
	width:100%;
}
/* sidebar inBox */
#inLeft{
	width:210px;
	float:left;
}
#inRight{
	width:210px;
	margin-left:10px;
	float:left;
}
.alignleft{
	float:left;
	margin:0 0 10px 10px;
}
.alignright{
	float:right;
	margin:0 0 10px 10px;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.adNetBox{
	text-align:center;
	margin:30px auto;
}
#socialItem li{
	float:left;
	margin:0 0 10px 10px;
}
#socialItem {
	float:right;
}
.articleFooter{	clear:both;}

#twitterComment{
	background-color:#0074c2;
	color:#ffcc00;
	padding:5px;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
	margin-bottom:10px;
}
#twitterComment #twitterText,
#twitterComment #twitterBt{
	float:left;
}
#twitterComment #twitterText{
	width:300px;
	font-size:120%;
}
