@charset "utf-8";
/*
Theme Name: WordPress Xerom Japanese
Theme URI: 
Description:　Xerom Japanese site WP Theme
Version: 1.0
Author: B Benny
Author URI: 
Tags: Xerom
Text Domain: Xerom_en

	This theme was designed and built by Portal Japan Inc.

*/

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

ul, ol, dl, dt, dd {
	list-style: none;
}

span, img {
	border:none;
	font-style: normal;
	font-weight: normal;
}

body{
	color: #333;
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #FFF;
}

a {
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*/
}


/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	min-height: 1%;
	display: block;
}

a {
color:#0072bc;
text-decoration:none;
}

a:visited{
color:#0072bc;
text-decoration:none;
}

a:hover{
color:#0072bc;
text-decoration: underline;
}

/*--------------------------------------------
共通部分
--------------------------------------------*/
/* header */
div#header {
	background-color: #FFF;
	border-bottom: 1px solid #b3344c;
	display:none;
}

div#header div#headerBox {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}

div#header div#headerBox div.headerLeft {
	width: 255px;
	float: left;
}

div#header div#headerBox div.headerLeft h1 {
	color: #666;
	margin-bottom: 5px;
	font-size: 12px;
}

div#header div#headerBox div.headerRight {
	width:705px;
	float: right;
}

div#header div#headerBox div.headerRight ul.headerRightBox li {
	float: right;
}

div#header div#headerBox div.headerRight ul.headerRightBox li.search input{
	width: 198px;
	background-image: url(images/search_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 4px 6px;
	margin-right: 5px;
	border: medium none;
}

div#header div#headerBox div.headerRight ul.headerRightBox li.search {
	border: none;
	
}

/* Global Navigation Horizontal Suckerfish Menu */
div#header div#headerBox div.headerRight ul.sf-menu {
	padding-top: 15px;
}

div#header div#headerBox div.headerRight ul.sf-menu li {
	float: left;
}

div#header div#headerBox div.headerRight ul.sf-menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 29px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-1 a {
	background-image: url(images/top_menu_01.png);
	width: 99px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-2 a {
	background-image: url(images/top_menu_02.png);
	width: 87px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-3 a {
	background-image: url(images/top_menu_03.png);
	width: 159px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-4 a {
	background-image: url(images/top_menu_04.png);
	width: 103px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-5 a {
	background-image: url(images/top_menu_05.png);
	width: 124px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-6 a {
	background-image: url(images/top_menu_06.png);
	width: 133px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.current_page_item a,
div#header div#headerBox div.headerRight ul.sf-menu li.current_page_ancestor a,
div#header div#headerBox div.headerRight ul.sf-menu li a:hover,
div#header div#headerBox div.headerRight ul.sf-menu li.sfHover a {
	background-position: 0 -29px;
}

div#header div#headerBox div.headerRight ul.sf-menu li ul {
	position: absolute;
	background-color: #375593; 
	padding: 7px 0;
	z-index: 9;
	visibility:hidden;
	display:none;
}

div#header div#headerBox div.headerRight ul.sf-menu li ul li {
	float: none;
	width: 158px;
	line-height: normal;
}

div#header div#headerBox div.headerRight ul.sf-menu li ul li:hover {
	float: none;
	width: 158px;
	/*background-color: #FFF;*/
}
									  
div#header div#headerBox div.headerRight ul.sf-menu li.page-item-2 ul li a,
div#header div#headerBox div.headerRight ul.sf-menu li.page-item-3 ul li a {
	display: block;
	background-image: none;
	text-indent: 0;
	color: #FFF;
	width: auto;
	height: auto;
	padding: 5px 0 5px 15px;
}

div#header div#headerBox div.headerRight ul.sf-menu li.page-item-2 ul li a:hover,
div#header div#headerBox div.headerRight ul.sf-menu li.page-item-3 ul li a:hover {
	width: auto;
	height: auto;
	padding: 5px 0 5px 15px;
}
/* Global Navigation Horizontal Suckerfish Menu */

/* content */
div#content {
}

div#content div#contentBox {
}

div#content div#contentBox #rotator{
	height: 250px;
	overflow: hidden;
}

div#content div#contentBox .header-img{
	height: 150px;
	overflow: hidden;
	display:none;
}

div#content div#contentBox div#contentInner {
	/*background: url("images/inner-bg.gif") repeat-y left top;*/
	padding-bottom: 10px;
}

div#content div#contentBox div#contentInner div.contentInnerBox {
	width: 960px;
	margin: 0 auto;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box {
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.5em;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft {
	width: 610px;
	/*float: left;*/
}

/* 2 column grid*/
div.boxLeft .grid2col{
	width: 100%;
	margin-bottom: 1em;
}

div.boxLeft .pagetop{
	text-align:right;
	display:none;
}
div.boxLeft .pagetop a{
	background: url("images/arrow-up.png") no-repeat left center;
	font-size: 12px;
	border: 1px solid #0284CD;
	padding: 3px;
	padding-left: 20px;
}

div.boxLeft .grid2col .column{
	float: none;
}

div.boxLeft .grid2col .column.center{
	text-align: center;
}

div.boxLeft .grid2col .column.txt .column-title{
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.boxLeft .grid2col .column.half{
	width: 100%;
}

div.boxLeft .grid2col .column.w55{
	width: 100%;
}

div.boxLeft .grid2col .column.last{
	float: none;
}

/*Table style*/
div.boxLeft .tbl{
	border:1px solid #999999;
	border-collapse:collapse;
	/*width: 100%;*/
	margin-bottom: 20px;
}

div.boxLeft .tbl tr th{
	background-color:#E9E9E9;
	border:1px solid #999999;
	border-collapse:collapse;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	width:27%;
}

div.boxLeft .tbl tr td{
	border:1px solid #999999;
	border-collapse:collapse;
	padding:5px;
	vertical-align:top;
	text-align:left;
}	

/* Breadcrumbs */
div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft #breadcrumbs{
	font-size: 12px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft h2 {
	color: #0072bc;
	font-weight:normal;
	font-size:24px;
	line-height: 1em;
	margin: 0.8em 0;
}

div.boxLeft .post h3,
div.boxLeft .page h3{
	font-size: 16px;
	font-weight: bold;
}

div.boxLeft .post small{
	font-size: 12px;
}

.boxLeft .post, .boxLeft .hentry {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}


.boxLeft .post .entry{
	padding: 10px 0;
}


div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.boxInner {
	margin-bottom: 20px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.boxInner dt {
	width: 170px;
	float: left;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.boxInner dd h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* News Event */
div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.eventNews {
	margin-bottom: 10px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.eventNews dt {
	float: left;
}

dl.eventNews dt .news-date{
	width: 110px;
	color: #666;
}

dl.eventNews dt .category{
	text-align:center;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxLeft dl.eventNews dd {
	width: 465px;
	float: right;
	padding-left: 20px;
	background: url("images/left-arrow-round.png") no-repeat left top;
}

/* Sidebar */
div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight {
	width: 260px;
	float: right;
	display: none;
}

.boxRight .widget{
	margin-bottom: 1.5em;
}

.boxRight .widget .pagenav ul li.page_item,
.boxRight .widget .categories ul li.cat-item,
.boxRight .widget .archives ul li{
	border-bottom: 1px dotted #999;
	padding:5px 0;
	background-color: #F3F8FE;
}

.boxRight .widget .pagenav ul li.current_page_item,
.boxRight .widget .categories ul li.current-cat{
	background-color: #d3edff;
}

.boxRight .widget .widget-title,
.boxRight .widget .pagenav .widget-title,
.boxRight .widget .categories .widget-title,
.boxRight .widget .archives .widget-title{
	border-bottom: 1px dotted #3B5998;
	padding-top:3px;
	padding-bottom:2px;
	padding-left: 20px;
	color:#FFF;
	font-weight:bold;
	font-size: 1em;
	background:#0072BC url("images/left-arrow-dotted.png") no-repeat left center;
}

.widget-title a{
	color:#FFF;
}

.boxRight .widget .pagenav ul li.page_item a,
.boxRight .widget .categories ul li.cat-item a,
.boxRight .widget .archives ul li a{
	margin-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	background: url("images/left-arrow.png") no-repeat left center;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight div.list {
	/*background-image: url(images/right_text_img_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	/*padding-left: 200px;*/
	font-size: 12px;
	height: 23px;
	margin-bottom: 10px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight div.list li.listLeft {
	float: left;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight div.list li.listLeft a {
	background-image: url(images/li_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight div.list li.listRight {
	float: right;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight div.list li.listRight a {
	background-image: url(images/li_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight ul.listBox {
	margin-bottom: 10px;

}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight ul.listBox li{
	display:none;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight ul.listBox li dt {
	width: 130px;
	float: left;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight ul.listBox li dd {
	float: right;
	width: 120px;
	font-size: 12px;
	line-height: 140%;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight .widget-title {
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight p.hrLeft {
	width: 98px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 130%;
}
div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight p.hrLeft img,
div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight p.hrRight img {
	margin-bottom: 7px;
}

div#content div#contentBox div#contentInner div.contentInnerBox div.box div.boxRight p.hrRight {
	width: 142px;
	float: right;
	text-align: center;
	font-size: 12px;
	line-height: 130%;
}


/* footer */
div#footer {
	border-top: 1px solid #ae3c55;
	padding: 20px 0;
	background-color: #FFF;
	display:none;
}

div#footer div.footerBox {
	width: 960px;
	margin: 0 auto;
}

div#footer div.footerBox p {
	float: left;
}

div#footer div.footerBox ul {
	float: left;
	padding-left: 35px;
}

div#footer div.footerBox ul li img {
	margin-bottom: 10px;
}

div#footer div.footerBox ul li a {
	color: #164974;
}

div#footer div.footerBox ul li a:hover {
	color: #164974;
	text-decoration: underline;
}

div#footer p.copyright {
	text-align: center;
	margin-top: 30px;
}


/* class */
.navigation{
	margin-top: 10px;
}

.alignRight {
	text-align: right;
}

.alignRight a:hover img {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.mt10 {
	margin-top: 10px;
}

.pt10 {
	padding-top: 10px;
}

.bold {
	font-weight: bold;
}

/* FAQ */
#faq .answer{
	margin-bottom: 15px;
	padding-left: 25px;
	background: url("images/a.gif") no-repeat left top;	
	display:block;
}
#faq .question{
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 16px;
	padding-left: 25px;
	background: url("images/q.gif") no-repeat left top;
}

/* Image alignment */
img.alignleft {
	margin: 0 7px 2px 0;
}

img.alignright {
	margin: 0 0 2px 7px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*Custom UI elements*/
.left-arrow {
	background: url("images/left-arrow.png") no-repeat left center;
	padding-left: 10px;
}

.left-arrow-circle {
	background: url("images/left-arrow-circle.png") no-repeat left center;
	padding-left: 25px;
}

.ptitle{
	border-bottom:1px solid #0284cd;
	border-top:1px solid #0284cd;
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
	padding-bottom:5px;
	padding-top:5px;	
}

.psubtitle{
	font-weight:bold;
	margin-bottom: 1em;
}

.margin-bot{
	margin-bottom: 1em;
}

.red{
	color:#F00;
}

img.border{
	border:1px solid #CFCFCF;
	padding:3px;
}

dl.col2 dt{
	float: left;
	width: 120px;
}

dl.col2 dd{
	float: left;
}

dl.col2 dd:after{
	clear:both;
}

.round-1{
	background: url("images/round-1.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}

.round-2{
	background: url("images/round-2.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-3{
	background: url("images/round-3.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-4{
	background: url("images/round-4.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-5{
	background: url("images/round-5.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-6{
	background: url("images/round-6.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-7{
	background: url("images/round-7.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-8{
	background: url("images/round-8.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}
.round-9{
	background: url("images/round-9.png") no-repeat left center;
	padding-left: 35px;
	min-height:30px;
	height:auto !important;
    height:30px;
}

div.pp_pic_holder,
div.pp_overlay,
div.ppt{
	display:none;
}

.roundbg-top,
.roundbg-bottom{
	display:none;
}
