@charset "utf-8";


/*===========================================================

bloomoi用css

============================================================*/


/* bloomoi common
------------------------------------------------------------*/
#special.bloomoi {
	background: url(/img/ew/siteimages/border_slash_lg.gif) repeat-x 0 0;
	padding: 0 0 45px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Verdana,Geneva,Arial,Helvetica;
}

p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

h3 {
	font-size: 26px;
	margin: 70px 0 30px;
	font-weight: normal;
}

div.note {
	position: relative;
	background-color: #D1EAEE;
	margin: 30px 0;
	padding: 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/css/ew/special/bloomoi/PIE.htc");
}

div.note h3 {
	font-size: 13px;
	margin: 0 0 15px;
	font-weight: bold;
}

div.note p {
	font-size: 13px;
	margin: 10px 0 0;
}


div.note dl dt{
	font-weight: bold;
	margin: 5px;
}

div.note dl dd{
	margin: 5px 0 20px;
}

div.columns {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

div.columns.left_image img {
	float: left;
	margin-right: 10px;	
}

div.columns.right_image img {
	float: right;
	margin-left: 10px;	
}

div.fixed_columns {
	margin-bottom: 30px;
}

div.fixed_columns div.text {
	width: 342px;
}

div.fixed_columns div.image {
	width: 350px;
	text-align: center;
}

div.fixed_columns.left_image div.image {
	float: left;
}

div.fixed_columns.left_image div.text {
	float: right;
}

div.fixed_columns.right_image div.image {
	float: right;
}

div.fixed_columns.right_image div.text {
	float: left;
}


ul.pager {
	width: 320px;
	margin: 50px auto 30px;
	list-style: none;
	overflow: none;
	text-align: center;
}

ul.pager li {
	display: block;
	margin: 0 0 8px;
	width: 320px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/css/ew/special/bloomoi/PIE.htc");
	font-size: 12px;
}

ul.pager li.current {
	padding: 5px 0;
	background: #63C3C2;
	color: white;
}

ul.pager li a {
	display: block;
	background: #D1EAEE;
	padding: 5px 0;
	font-size: 12px;
	color: black;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/css/ew/special/bloomoi/PIE.htc");
}

ul.pager li a:hover {
	background: #EFF9F9;
}


div.page2 h3.top, 
div.page3 h3.top,
div.page4 h3.top {
	margin-top: 40px;
}

/* bloomoi page 1
------------------------------------------------------------*/

#top_banner {
	margin-bottom: 30px;
}

span.large_graph {
	display: block;
	text-align: center;
}

#graph3 {
	padding-bottom: 50px;
}

div.page1 div.columns.left_image img {
	float: left;
	margin-right: 10px;	
}

div.page1 div.columns.right_image img {
	float: right;
	margin-left: 10px;	
}

/* bloomoi page 2
------------------------------------------------------------*/

div.page2 #column2 div.text{
	width: 450px;
}

div.page2 #column2 div.image{
	width: 242px;
}


div.page2 h3.top,
div.page3 h3.top {
	margin-top: 70px;
}

div.page2 p.footer_image {
	margin-top: 60px;
}

/* bloomoi page 3
------------------------------------------------------------*/
div.page3 #column4 {
	margin-top: 70px;
}

div.page3 #column4 div.text {
	width: 432px;
}

div.page3 #column4 div.image {
	width: 260px;
}


div.page3 #column5 div.image {
	width: 250px;
}

div.page3 #column5 div.text {
	width: 442px;
}

/* bloomoi page 4
------------------------------------------------------------*/
div.page4 h3 {
	margin-bottom: 0;
	line-height: 26px
}

div.page4 h3 span.essay {
	font-size: 20px;
	line-height: 26px;
	margin-right: 5px;
}

div.page4 p.author {
	text-align: right;
	border-top: 1px solid #eee;
}

div.page4 div.columns p {
	margin-bottom: 0;
}

