@charset "UTF-8";

/*	Reset Style
*************************************************/
html,  body,  div,  span,  h2,  p,  a,  img,  b,  ul,  li,  nav {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}
html { line-height: 1; }
ul { list-style: none; }
a img { border: none; }
nav { display: block; }
#modernizr { display: none; }


/*	Base Styles
*************************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,  *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: .8125em;
	line-height: 1.4615;
}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}
.mac body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p,  li {
	word-break: break-strict;
	-ms-word-break: break-strict;
	-ms-line-break: strict;
	line-break: strict;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
b { font-weight: 700; }


/*	main Styles
*************************************************/
.iframe_rose_wrapper {
	padding: 10px;
	overflow: hidden;
}
.iframe_rose_content {
	width: 513px;
}
.rose_colum_01 {
	width: 179px;
	float: left;
	margin-right: 14px;
}
.rose_colum_02 {
	width: 320px;
	float: right;
}
.rose_colum_03 {
	width: 225px;
	float: left;
	margin-right: 14px;
}
.rose_colum_04 {
	width: 270px;
	float: left;
}
.margin_b_25 {
	margin-bottom: 25px;
}
.margin_b_20 {
	margin-bottom: 20px;
}
.margin_b_15 {
	margin-bottom: 15px;
}
.margin_b_10 {
	margin-bottom: 10px;
}
.float_l {
	float: left;
}
.float_r {
	float:right;
}
.rose_colum_01 h2.tx01 {
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
.rose_colum_02 p.title {
	width: 165px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
}
.rose_colum_02 p.top {
	padding-top: 23px;
}
.rose_colum_02 span {
	font-size: 90%;
	padding-left: 30px;
}
div.box1 {
	overflow: hidden;
}
p.clearB {
	clear:both;
}
.rose_colum_03 h2.tx01 {
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
.padding_b_5 {
	padding-bottom: 5px;
}

	
