@charset "utf-8";
/* CSS Document */

body, div, p, form, input, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, th, td {
	margin: 0px;
	padding: 0px;
}
ul {
    list-style:none;
}
html {
    margin-bottom:1px;
}
/* リセット部分↑
------------------------------------*/
/*パンくずリスト---------------------------*/
ul.root{
	color:#BC4B78 !important;
}
	ul.root li{
		display:inline !important;
	}
		ul.root li a{
			color:#BC4B78 !important;
		}
/*---------------------------パンくずリスト*/
/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
	display: inline-block;
}

/*ページメイン-----------------------------------*/

#page {
	text-align: left;
	width: 680px;
}
#midasi {
	margin-top: 15px;
	margin-bottom: 15px;
}
#report {
	overflow:hidden;
	margin-left: 10px;
}

.repo01 {
	display: inline;
	float: left;
	width: 188px;
}
.repo02 {
	margin-left: 47px;
}

/**/
#report :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #report {
    height: 1em;
    overflow: visible;
}
/**/
#report dd{
	line-height: 1.5em;
	color: #676767;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
/*フロートマージン対策***********************/
#okinawaBnr {
	overflow:hidden;
	margin-top: 15px;
}
#okinawaBnr  :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #okinawaBnr  {
    height: 1em;
    overflow: visible;
}
/************************フロートマージン対策*/

.bnr01 {
	float: left;
	width: 200px;
	margin-left: 20px;
	display: inline;
}

