@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 180%;
	/*font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",san-serif;*/
	font-family: "微软雅黑","宋体";
	color: #333;
	
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
 	border:none;
	outline: none;
}
a:link {
	TEXT-DECORATION: none;
	color: #333333;
	outline: none;
}
a:visited {
	TEXT-DECORATION: none;
	color: #333333;
	outline: none;
}
a:hover {
	TEXT-DECORATION: none;
	color: #333333;
	outline: none;
}
a:active {
	TEXT-DECORATION: none;
	color: #333333;
	outline: none;
}
#header {
	position: fixed;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
#header .nav_icon {
    border-right: 1px solid #ccc;
    cursor: pointer;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
}
#header .nav_icon img {
	padding-top: 15px;
}
#header .logo {
    left: 55px;
	top: 8px;
    position: absolute;
}
#header .logo img {
	max-width: 90%;
}
#header .app_dl {
	float: right;
	background: none repeat scroll 0 0 #162B56;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 14px;
}


#content {
    width: 100%;
	position: relative;
	top: 51px;
}
#content .detail_box {
	padding: 20px;
	background-color: #f7f7f7;
}
#content .detail_box .pic {
	margin-bottom: 20px;
}
#content .detail_box img {
	width: 100%;
	height: auto;
}
#content .detail_box .meta {
    border-bottom: 1px solid #999;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
    padding-bottom: 6px;
    position: relative;
}
#content .detail_box .meta .item {
	margin-right: 1em;
}
#content h1 {
	font-size: 18px;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 20px;
	color: #3C3CFF;
}

.news-list {
    width: 100%;
	position: relative;
	top: 51px;
}
.news-list li {
    background-color: #fafafa;
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    /*padding: 10px 10px 10px 105px;*/
    padding: 10px 10px 10px 10px;
    position: relative;
}
.news-list li.ui-list-hover {
    background: none repeat scroll 0 0 #ededed;
}
.news-list li a {
    text-decoration: none;
}
.news-list li dt {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 10px;
}
.news-list li dt:first-child {
    padding-top: 0;
}
.news-list li dd.content {
    color: #545454;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
}
.news-list li dd.source {
    color: #969696;
    font-size: 12px;
    margin-top: 8px;
    text-align: right;
}
.news-list li dd.datetime {
    color: #969696;
    font-size: 12px;
    margin-top: 8px;
}
/*
.news-list img {
    height: 60px;
    left: 15px;
    margin-top: -35px;
    position: absolute;
    top: 55%;
    width: 75px;
}
*/
.news-list img {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 75px;
}
#content .page_box {
    background-color: #f7f7f7;
    padding: 20px;
}
#content .page_box ul li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
.page_box h1 {
	margin-bottom: 10px;
}
.page_box img {
	width: 100%;
	height: auto;
}
.section {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #162b56;
    border-radius: 4px;
    margin: 20px 0 0;
    padding: 10px;
	font-size: 14px;
}
.section dt {
	float: left;
}
.section dd {
	padding-left: 70px;
}
.access {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #162b56;
    border-radius: 4px;
    margin: 20px 0 0;
    padding: 10px;
	font-size: 14px;
}
.access h1 {
    border-bottom: 1px solid #999;
    padding: 1px 5px;
}
.access dl.navi {
    border-left: 3px solid #162b56;
    margin: 10px 0 0 7px;
}
.access dl dt {
    background: url("images/tri-r.png") no-repeat scroll 4px 8px rgba(0, 0, 0, 0);
    font-weight: bold;
    padding: 0 0 0 14px;
}
.access dl dd {
    background: url("images/tri-g.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0);
    margin: 0 0 0 20px;
    padding: 0 0 0 14px;
}
#content .service_link {
    background-image: url("images/search_addr_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 56px;
    padding-left: 70px;
    padding-top: 25px;
}
#content .ios img {
	width: 49%;
	height: auto;
}
#content .android img {
	width: 49%;
	height: auto;
}
ul#nav {
    background-color: #162b56;
    position: fixed;
    top: 0;
    width: 150px;
	left: -150px;
	z-index: 9999;
}
ul#nav li {
	list-style-type: none;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
ul#nav li a {
	color: #fff;
	padding: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.page_top {
    background-color: #454545;
    border-radius: 2px;
    bottom: 5%;
    height: 30px;
    opacity: 0.9;
    padding: 5px;
    position: fixed;
    right: 20px;
    width: 35px;
    z-index: 9999;
}
.wp-pagenavi {
    clear: both;
    position: relative;
    text-align: center;
    top: 70px;
}

.text_center{
	text-align:center;
}
.pcode_box{
	margin: 0 auto;
	text-align: center;  
}
.pcode {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	font-weight:bold;
	border:solid 2px #111;
	padding:10px;
	width:120px;
	text-align:center;
}
register_sidebar(array('name' => 'フッター１'));