@charset "utf-8";
/*-------------------------------
 リセット
---------------------------------*/
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt,section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	margin: 0;
	padding: 0;
}
section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	display: block;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
table {
	border-collapse: collapse;
}
*:first-child+html * {
	letter-spacing: 0;
}
img {
	border: none;
}

/*-------------------------------
 ここから
---------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-image: url(../img/bgtop01d.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: scroll;
	width: 100%;
	height: auto;
	min-width:1100px;
/*
	-moz-background-size:100% auto;
	background-size:100% auto;
*/

}


/*-------------------------------
大ワクの設定
---------------------------------*/
#wrapper {
	width: 1100px;
	margin: 0px auto;
	text-align: left;
}

#wrapper2 {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#body {
	background: url(../img/bg.jpg) no-repeat center 0px;
	background-attachment: fixed;  /* 背景固定 */
}

#body2 {
	background: url(../img/bg02.png) no-repeat center 0px;
	background-attachment: fixed;  /* 背景固定 */
}




/*-------------------------------
ヘッダーボタン
---------------------------------*/
#header {
	position: relative;
	height: 81px;
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header .btn_bootup {
	position: absolute;
	top: 0;
	left: 0;
}
#header .btn_title {
	position: absolute;
	top: 0;
	right: 0;
}

#header_group {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* heightを指定 */
	height: 100px;
}
#header_group #header {
	width: 1000px;
	margin: 0 auto;
}

/*-------------------------------
ナビゲーション
---------------------------------*/
#navi {
	height: 103px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#navi li {
	list-style: none;
	float: left;
}

/*-------------------------------
バナー
---------------------------------*/
#top01{
	width: 930px;
	min-height: 100%;
	clear: both;
	display: block;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}


.content_left{
	width: 460px;
	min-height: 100%;
	float: left;
	display: block;
	}

.content_right{
	width: 460px;
	min-height: 100%;
	float: right;
	display: block;
	}


/*-------------------------------
ＤＬショップ
---------------------------------*/
#dls {
	width: 930px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.dlshd {
	width: 930px;
	height: 49px;
	display: block;
	background-image: url(../img/dlshd.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.dlsft {
	width: 930px;
	height: 35px;
	display: block;
	background-image: url(../img/dlsft.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.dlsrp {
	width: 930px;
	height: auto;
	display: block;
	background-image: url(../img/dlsrp.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.dlsbn {
	width: 850px;
	height: auto;
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.dls_sm{
	width: 202px;
	height: 56px;
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}






/*-------------------------------
コンテンツ
---------------------------------*/

#contents {
	clear: both; 
	padding: 0px 35px;
}
#contents p {
	margin-bottom: 15px;
	
}
#top02 {
	width: 930px;
	height: 230px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../img/bgcontents.png);
	background-repeat: no-repeat;
	height: 230px;
	margin-bottom: 30px;
}

#top02 p {
	margin-bottom: 0px;
}

.box_bg {
	width: 500px;
	height: 165px;
	background: url(../img/top_saisin.png) no-repeat 0 0;
	float: left;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}

.iframe-box {
	width: 500px;
	height: 150px;
	background: #FFF;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	border: 1px #1d2088 solid;

}
.iframe-box iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.box_bg2 {
	width: 360px;
	height: 165px;
	background: url(../img/top_keisai.png) no-repeat 0 0;
	float: right;
	margin-top: 13px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	display: block;
}	

.iframe-box_2 {
	width: 350px;
	height: 150px;
	background: #FFF;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	border: 1px #1d2088 solid;
}

.frametxt{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.frametxt a{
	color: #03F;
	text-decoration: none;
}

.frametxt a:hover{
	border-bottom: 1px dotted;
}



.clear {
	clear: both;
}


/*-------------------------------
dl movie
---------------------------------*/
.movie-base {
	width: 806px;
	height: 610px;
	background: url(../img/waku.png) no-repeat 0 0;
	float: center;
    padding-top: 3px;
}


/*-------------------------------
ラブエロiframe 部分
---------------------------------*/

.loveelo-iframe {
	width: 740px;
	height: 300px;
    margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
}
.loveelo-iframe 2 {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}


/*-------------------------------
characterページ
---------------------------------*/
	
#chara_position_a{
	width: 938px;
	height: 783px;
	margin: 0 auto;
	position: relative;
	}
	
#chara_position_b{
	width: 938px;
	height: 772px;
	margin: 0 auto;
	position: relative;
	}	

#chara01{
	width: 938px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	}
	

#chara_01 a{
	background-image: url(../img/chara_01.png);
	width: 164px;
	height: 783px;
	float: left;
	margin-top: -88px;
	}


#chara_01 a:hover {
	background-image: url(../img/chara_01q.png);
	}

#chara_02 a{
	background-image: url(../img/chara_02.png);
	width: 186px;
	height: 783px;
	float: left;
	margin-top: -88px;
	}

#chara_02 a:hover {
	background-image: url(../img/chara_02q.png);
	}

#chara_03 a {
	background-image: url(../img/chara_03.png);
	width: 294px;
	height: 783px;
	float: left;
	margin-top: -88px;
	}

#chara_03 a:hover {
	background-image: url(../img/chara_03q.png);
	}

#chara_04 a {
	background-image: url(../img/chara_04.png);
	width: 290px;
	height: 783px;
	float: left;
	margin-top: -88px;
	}
	

#chara_04 a:hover {
	background-image: url(../img/chara_04q.png);
	}
	
#chara_05 a {
	background-image: url(../img/chara_05.png);
	width: 288px;
	height: 772px;
	float: left;
	}

#chara_05 a:hover {
	background-image: url(../img/chara_05q.png);
	}

#chara_06 a {
	background-image: url(../img/chara_06.png);
	width: 327px;
	height: 772px;
	float: left;
	}

#chara_06 a:hover {
	background-image: url(../img/chara_06q.png);
	}
	
#chara_07 a {
	background-image: url(../img/chara_07.png);
	width: 320px;
	height: 772px;
	float: left;
	}

#chara_07 a:hover {
	background-image: url(../img/chara_07q.png);
	}


#chara{
	width: 938px;
	height: auto;
	display: block;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}



/*-------------------------------
背景
---------------------------------*/

/*
.story {
	width: 938px;
	height: 1525px;
	background: url(../img/story.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/

.story {
	width: 938px;
	height: 1525px;
	background: url(../img/story.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.scenery{
	width: 938px;
	height: 1457px;
	background: url(../img/scenery.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/*
.chara {
	width: 938px;
	height: 1555px;
	background: url(../img/bgchara.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/


.chara {
	width: 938px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.chara2 {
	width: 100%;
	height: 88px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bgchara2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.loveero {
	width: 938px;
	height: 1345px;
	background: url(../img/bgloveero.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.loveero2 {
	width: 938px;
	height: 88px;
	background: url(../img/bgloveero2.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.ouenbn {
	width: 100%;
	height: 88px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bgouenbn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.yoyaku {
	width: 100%;
	height: 888px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/yoyaku.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.yoyaku2{
	width: 938px;
	height: 88px;
	background: url(../img/bgyoyaku.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.salespoint {
	width: 938px;
	height: 88px;
	background: url(../img/bgsp.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.tokuten {
	width: 938px;
	height: 88px;
	background: url(../img/bgtokuten.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.tokuten2 {
	width: 886px;
	height: 3480px;
	background: url(../img/tokuten01.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.dlcode {
  position: relative;
  top: 1015px;
  width: 728px;
  height: 108px;
  margin: 0 auto;
}

.dlcode2 {
  position: relative;
  top: 1015px;
  width: 460px;
  height: 108px;
  margin: 0 auto;
}


.special {
	width: 938px;
	height: 88px;
	background: url(../img/bgspecial2.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/*
.outline {
	width: 938px;
	height: auto;
	background: url(../img/bgoutline.png) no-repeat 0 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/

.outline {
	width: 938px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.dl {
	width: 938px;
	height: 88px;
	background: url(../img/bgdlbn.png) no-repeat 0 0; 
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------
outlineページ
---------------------------------*/

#outlinetop{
	width: 100%;
	background: url(../img/out_bg.png) no-repeat center top;
	float: none;
	margin: auto;
}

#outlinetop2{
	width: 100%;
	float: none;
	margin: auto;
	background-image: url(../img/bgoutline2.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 88px;
}

#outlinetop2r{
	width: 100%;
	float: none;
	margin: auto;
	background-image: url(../img/bgoutline2r.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
}

#outlinetop2f{
	width: 100%;
	float: none;
	margin: auto;
	background-image: url(../img/bgoutline2f.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
}

#bodytop_outline{
	width:1000px;
	height: auto;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	}

.outline_hd{
	height: 31px;
	width: 110px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0px;
	background: url(../img/spec01.png) no-repeat center bottom;
}

.outline_staff{
	height: 31px;
	width: 110px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/spec02.png) no-repeat center bottom;
	margin-top: 50px;
}

.outline_staff_box{
	height: auto;
	width: 900px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.outline_spec{
	height: 31px;
	width: 110px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/spec03.png) no-repeat center bottom;
	margin-top: 50px;
}

.outline_spec_box{
	height: auto;
	width: 900px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}


table#outline_spec-01 {
	width: 720px;
	border: 1px solid #3333FF;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 70px;
	text-decoration: none;
}

table#outline_spec-01 th {
	padding: 5px;
	text-align: center;
	background-color: #C6FDFD;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #33F;
	width: 220px;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}

table#outline_spec-01 td {
	padding: 5px;
	text-align: center;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #009;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}


table#outline_spec-02 {
	width: 720px;
	border: 1px solid #3333FF;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
}

table#outline_spec-02 th {
	padding: 5px;
	text-align: center;
	background-color: #C6FDFD;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #33F;
	width: 220px;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}

table#outline_spec-02 td {
	list-style-type: none;
	padding: 5px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #009;
	width: 453px;
	text-indent: 10px;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}


table.outline_spec-03 {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #fe31dc;
	width: auto;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;

	border: 0px none #FFF;
	text-decoration: none;
}



#outline_list{
	width: 720px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: block;
	}


#outline_list3{
	width: 721px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: block;
	}


.outline_opedbgm {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #fe31dc;
	width: 300px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: 0px none #FFF;
	list-style-type:none;
}

.outline_opedbgm2 {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #3CF;
	width: 400px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: 0px none #FFF;
	clear: left;
	text-indent: 20px;
	list-style-type:none;
}

.outline_opedbgm2b {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #3CF;
	width: 400px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: 0px none #FFF;
	clear: left;
	text-indent: 100px;
}

.outline_opedbgm_ive {
	width: 47px;
	background-color: #FFF;
	padding: 0px;
	height: 47px;
	border: 0px none #FFF;
	background-image: url(../img/icon_ive.png);
	margin-top: -20px;
	margin-left: 200px;
	text-decoration: none;
}

.outline_opedbgm_ive2 {
	width: 47px;
	background-color: #FFF;
	padding: 0px;
	height: 47px;
	border: 0px none #FFF;
	background-image: url(../img/icon_ive.png);
	margin-top: -20px;
	margin-left: 100px;
	text-decoration: none;
}

#outline_opedbgm_eg {
	width: 47px;
	background-color: #FFF;
	padding: 0px;
	height: 51px;
	border: 0px none #FFF;
	background-image: url(../image/outline/eg.png);
	margin-top: 0px;
	margin-left: 200px;
}

/*-------------------------------
salespoint ページ
---------------------------------*/

.aoi{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #bc3607;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
.misato{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#10106e;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
.rin{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#000000;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}


.isuzu{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#f08200;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
	
.iduki{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#5f414c;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}



/*-------------------------------
追加 
---------------------------------*/

div.screen {
	height: 670px;
}

div.screen02 {
	height: 670px;
}

div.screen3 {
	height: 100pt;
}

/*-------------------------------
link
---------------------------------*/

.linkimg:hover{
	position:relative;
	top: 1px;
	left:1px;
	}

/*-------------------------------
footer
---------------------------------*/
#footer {
	width: 1100px;
	height: 238px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bass/footer.png);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-top: 50px;
}


#footer div.inner {
	width: 1000px;
	height: 238px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
}

.hanitsumahs {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color: #333333;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#hanitsuma_footer_main {
	LINE-HEIGHT: 11px;
	WIDTH: 800px;
	FONT-SIZE: 12px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

#footer_bn {
	width: 200px;
	height: 40px;
	display: block;
	margin-top: 88px;
	margin-left: 563px;
	text-decoration: none;
}

.hanitsumafooter2  {
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	text-decoration: none;
}

.hanitsumafooter2 a {
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	text-decoration: none;
}

.hanitsumafooter2 a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	border-bottom: 1px dotted;
}

.cd {
	position: absolute;
	width: 376px;
	height: 187px;
	margin-top: -500px;
	margin-left: 600px;
}

.dls {
	position: absolute;
	width: 263px;
	height: 263px;
	margin-top: -240px;
	margin-left: 680px;
}







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