/*#64c9eb*/

* {
	margin:0 auto;
	padding:0;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:""; 
	display:block; 
	clear:both;
}
img {
	border:none;
}
p {
	margin:12px 0;
}


a:link,
a:visited,
a:active {
	color:#0059B2;
	text-decoration:underline;
}

body {
	background:url("../images/topbar.png") top;
	background-repeat:repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
}
#container {
	margin:0 auto;
	padding:0;
	width:100%;
}
#header {
	height: 113px;
	width:910px;
}
#header .logo {
	margin-top:5px;
	float:left;
}
#header .logo a img {
	border:none;
}
#header .sitemap {
	float:right;
	margin-top:70px;
	font-size:12px;
	color:#555;
}
#header .sitemap a:link,
#header .sitemap a:visited {
	color:#555;
	text-decoration:none;
}
#header .sitemap a:hover {
	text-decoration:underline;
}

#gnavi {
	background-color:#e2e2e2;
	width:100%;
	height:60px;
	clear:both;
}
#gnavi-inner {
	width:914px;
	border-top:1px solid #c1c1c1;
}

#gnavi #gnavi-inner .navi {
	float:left;
	border-right:1px solid #c1c1c1;
	height:56px;
}
#gnavi #gnavi-inner .navi01 {
	border-left:1px solid #c1c1c1;
}
#gnavi #gnavi-inner .navi a:link img,
#gnavi #gnavi-inner .navi a:visited img,
#gnavi #gnavi-inner .navi a:active img,
#gnavi #gnavi-inner .navi a:hover img {
	border:none;
}



#content {
	width:900px;
}
#main-visual {
	height:260px;
}
#content #main-visual .left-visual {
	float:left;
	width:624px;
}
#content #main-visual .right-visual {
	width:298px;
	float:right;
	margin-top:15px;
	margin-right:20px;
}
#detail_link {
	font-size:12px;
	color:#555;
	position:relative;
	top:-26px;
	left:180px;
}
#detail_link a:link,
#detail_link a:visited {
	text-decoration:none;
	color:#555;
}
#detail_link a:hover {
	text-decoration:underline;
	color:#555;
}


#content-inner {
	width:910px;
}
#blockarea3 {
	margin:20px 0px;
}
#blockarea3 div {
	float:left;
	width:298px;
}
#blockarea3 div.banner_t01,
#blockarea3 div.banner_t02 {
	margin-right:8px;
}
#blockarea3 img {
	border:none;
}



/*-----　共通スタイル ------------------------------------------------------
/* ①優先度低！リンクアイコン　外部リンクにアイコンを追加する */
.linkOtHTM a[href^="http"] {
  background:url("../images/icon_o_min.png") no-repeat right center;
  padding-right:18px;
  margin-right:5px;
}

/* ②優先度中!リンクアイコン　サイト内リンクにアイコンを追加する */
.linkInHTM a[href^="./"] {
  background:url("../images/icon_i_min.png") no-repeat right center;
  padding-right:18px;
  margin-right:5px;
}

/* ③優先度高!リンクアイコン：ＰＤＦリンクにアイコンを追加する */
.linkPDF a[href$=".pdf"] {
  background: url("../images/icon_p_min.png") no-repeat right center;
  padding-right:18px;
  margin-right:5px;
}
/*--- 以上、リンク先によってアイコンを変える --------------------------------*/


/* みなさまへ　--------------------トップ記事 エリア ------------------------*/
.boxMsg {
	width: 880px;
	padding-top: 10px;
	padding-left: 10px;
}
.boxMsgLeft {
	float: left;
	margin-right: 10px;
}
.boxMsgRight {
	float: right;
	margin-left: 10px;
}


/* お知らせ　------------------------背景付き エリア ------------------------*/
.newsBG {
	background: url("../images/bk_900.png") 0px 0px no-repeat;
	color:#777;
	height: 280px;/* 高さ指定でスクロールバー表示 */
	margin-top: 50px;
	overflow:auto;
}
/* お知らせ　見出しブロック  */
.newsHD{
	background:#555555;
	margin-top: 2px;
	margin-left: 30px;
	padding: 10px;
	text-align: center;
	width: 120px;
}


/* お知らせ----------------------dl，dt，ddを使う方法----------------------- */
.newsBG dl{
	display:inline-block;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.newsBG dt{
	float:left;
	clear:left;
	padding: 10px 0px 8px 0px; /* 上 右 下 左 */
	width: 11.5em;
}
.newsBG dd{
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px 10px 8px 12em;
	position:relative;
}

/* ＮＥＷアイコン　文字アイコンで表示 */
.new:after{
	content: "NEW!"; /* NEWの文字 */
	font-size: .75em;
	font-weight:bold;
	background: #FF6633; /* FF9F80 */
	color: #FFFFFF;
	padding: 1px 2px 1px 3px; /* 上 右 下 左 */
	margin-left: 3px;
	border-radius: 5px;
}
/*---以上、お知らせのスタイル--------------------------------------------------------------*/




/* 加盟団体　背景付き エリア */
.membersBG {
	background: url("../images/bk_900.png") 0px 0px no-repeat;
	height: 180px;
	margin-top: 50px;
	overflow:auto;
}
/* 加盟団体　見出しブロック  */
.membersHD{
	background:#555555;
	margin-top: 2px;
	margin-left: 30px;
	padding: 10px;
	text-align: center;
	width: 240px;
}
/* 加盟団体　リスト (３列フロート)*/
.membersBG li{
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	padding: 0;
	width: 250px;
}



/* 罫線あり表スタイル（文化審議会での議論/出版権：［年月日｜リンク文字列］） */
.kousi30x70 table {
	width:100%;
	border-collapse:collapse;
}
.kousi30x70 td {
	border:1px solid #CCCCCC;
	font-weight:normal;
	line-height:140%;
	padding:7px 10px;
}
.kousi30x70 th {
	border:1px solid #CCCCCC;
	background:#f1fdf0;
	font-weight:normal;
	line-height:140%;
	padding:7px 10px;
	text-align:center;
	width:120px;
}
.kousi30x70 th.first {
	line-height:140%;
	padding:7px 10px;
	font-weight:bold;
}






/* 罫線あり表スタイル（緊急説明会/出版権：［リンク文字列｜リンクアイコン］） */
.kousi80x20 table {
	width:100%;
	border-collapse:collapse;
}
.kousi80x20 th {
	border:1px solid #CCCCCC;
	font-weight:normal;
	line-height:140%;
	padding:7px 10px;
	text-align:left;
	width:450px;
}
.kousi80x20 td {
	border:1px solid #CCCCCC;
	font-weight:normal;
	line-height:140%;
	padding:7px 10px;
}



/* 右寄せ */
.migi {
	text-align:right;
}




/* フッター（コピーライト） */
#footer {
	background: #f0f0f0 url("../images/footer_bg.png");
	font-size:11px;
	margin-top: 20px;
	height: 40px;
	background-repeat:repeat-x;
}

#footer-top {
	background: #f0f0f0 url("../images/footer_bg.png");
	font-size:11px;
	margin-top: 20px;
	height: 180px;
	background-repeat:repeat-x;
}

#footer-content {
	width:910px;
	padding:0;
	text-align:center;
	vertical-align:center;
	height:40px;
}
.copyright {
	position:relative;
	top:10px;
}


/* パン屑 */
#breadcrubs {
	width:910px;
}
#breadcrubs-inner {
	margin: 10px;
	color:#777;
}
#breadcrubs-inner a:link,
#breadcrubs-inner a:visited,
#breadcrubs-inner a:active {
	color:#0059B2;
	text-decoration:underline;
}
#breadcrubs-inner a:hover {
	text-decoration:underline;
}
#breadcrubs-inner a:link.thispage,
#breadcrubs-inner a:visited.thispage {
	color: #0099ff;
}
.thispage {
	color: #777777;
}


/*　著作隣接権　*/
/*right*/
#top_banner {
	width:910px;
}
#right_subnavi {
	width:910px;
}
#right_subnavi #right_subnavi-inner .subnavi {
	float:left;
	margin-left:7px;
}

#right_subnavi {
	background:url("../images/subnavi_bg.png");
}
#text-contens-inner {
	margin:25px;
	margin-top:60px;
	font-size:13px;
}
#text-contens-inner h1 {
	border-bottom:2px dotted #c1c1c1;
	font-size: 22px;
	height: 38px;
	text-align:center;
	/*width:670px;*/
}
#text-contens-inner h2.subtitle {
	margin:20px;
	font-weight:normal;
	font-size: 15px;
	color:#666;
	height: 20px;
	text-align:center;
	font-size:14px;
	/*width:670px;*/
}

#text-contens {
	width:740px;
	line-height: 24px;
}
.text-body {
	color:#666;
	margin-top:30px;
}

/*出版物に関する権利の内容*/
.item-block-all {
	width:688px;
	margin-top:20px;
}
.item-block {
	width:332px;
	background:#ff0;
	/*border:1px solid #000;*/
	margin-bottom:20px;
	height:380px;
	background:url("../images/item-block-bg.png");
}
.item-block01,.item-block03 {
	float:left;
	margin-right:12px;
}
.item-block02,.item-block04 {
	float:right;
	margin-left:12px;
}
.item-block-body {
	width:262px;
	
}
.item-block-body h2 {
	color:#18ac34;
	font-size:20px;
	letter-spacing:2px;
	margin:10px;
	margin-top:18px;
	text-align:center;
}
.item-block-body p {
	line-height:18px;
	margin-top:15px;
}

.item-block-body hr {
	border:none;
	border-top:dotted 2px #c1c1c1;
	height:2px;
	color:#FFFFFF;
}
.text-body h3 {
	margin-bottom:10px;
}
.icon-mark-green {
	color:#32cd32;
}
.icon-mark-yellow {
	color:#FE9900;
}
/*イベントトップ*/
.event-block-all {
	width:812px;
	margin-top:20px;
}
.event-block {
	width:391px;
	background:#ff0;
	/*border:1px solid #000;*/
	margin-bottom:20px;
	height:186px;
	background:url("../images/event_bg.jpg");
}
.event-block01 {
	float:left;
	margin-right:12px;
}
.event-block02 {
	float:right;
	margin-left:12px;
}
.event-block-body {
	width:350px;
	
}
.event-block-body h2 {
	font-size:16px;
	margin:10px 0 5px 0;
	margin-top:40px;
	color:#4FBEDC;
	letter-spacing:2px;
}
.event-block-body p {
	line-height:18px;
	margin-top:15px;
}

.event-block-body hr {
	border:none;
	border-top:dotted 2px #c1c1c1;
	height:2px;
	color:#FFFFFF;
}
.text-body h3 {
	margin-bottom:10px;
}
.icon-mark-green {
	color:#32cd32;
}
.icon-mark-yellow {
	color:#FE9900;
}

/*center*/
.c_term {
	width:180px;
	vertical-align:top;
	color:#1e90ff;
}
.text-body-center hr {
	border:none;
	border-top:solid 1px #c1c1c1;
	height:2px;
	color:#FFFFFF;
}
.adress-center {
	text-align:center;
	margin:0 auto;
	padding:0;
}
.adress-center-inner {
	margin:20px;
	font-size:16px;
	line-height:40px;
}
.mailer {
	font-size:13px;
}
.mailer a:link,
.mailer a:visited,
.mailer a:hover {
	color:#1e90ff;
}

/*sitemap*/
#text-contens-inner div table td {
	vertical-align: top;
}
#text-contens-inner div table td h3 {
	margin-bottom: 7px;
	font-size:15px;
}
#text-contens-inner div table td h3 a:link,
#text-contens-inner div table td h3 a:visited {
	color:#006699;
	text-decoration:none;
}
#text-contens-inner div table td h3 a:hover {
	text-decoration:underline;
}
#text-contens-inner div table td ul {
	margin-left:30px;
	/*list-style:url("../images/listmark-icon.png");
	list-style-positon: center;*/
}
#text-contens-inner div table td ul li {
	list-style:url("../images/past-arrow-list.png");
	list-style-positon: center;
}
#text-contens-inner div table td ul li a:link,
#text-contens-inner div table td ul li a:visited {
	text-decoration: none;
	color:#666;
}
#text-contens-inner div table td ul li a:hover {
	text-decoration: underline;	
}
.sitemap-index {
	color:#666;
}
#site-map-title {
	color:#666;
	font-size:15px;
}


.event-line{
	border:dotted #c1c1c1;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}

/*faq*/
.list-point {
	width:30px;
	vertical-align:top;
}
.separate-line {
	border-bottom:1px dotted #c1c1c1;
	width:690px;
	margin: 7px 0;
}
.separate-line-solid {
	border-bottom:0px solid #c1c1c1;
	width:690px;
	margin:18px 0;
}
.separate-line-sitemap {
	border-bottom:0px solid #c1c1c1;
	width:690px;
	margin:18px 0;
}
.text-red {
	color:red;
}

/*event 過去のイベント情報*/
.text-b {
	color:#0099FF;
	font-weight:bold;
	font-size:110%;
}
.eventsub {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	padding: 0.3em 10px;
	font-weight:bold;
}

#pastevent {
	margin:10px;
	text-align:right;
	font-size:13px;
	margin-right:30px;
}
#pastevent a:link,
#pastevent a:visited,
#pastevent a:active {
	color:#777;
	text-decoration:none;
}
#pastevent a:hover {
	text-decoration:underline;
}
.event-close {
	position: relative;
	top: 10px;
	left: 10px;
}
#event-contens {
	width:812px;
	line-height: 24px;
}
#eventresult-contens {
	width:690px;
	line-height: 24px;
}
/* トップへ戻る */
#gototop {
	margin:40px;
	text-align:right;
	font-size:11px;
}

#gototop a:link,
#gototop a:visited,
#gototop a:active {
	color:#777;
	text-decoration:none;
}
#gototop a:hover {
	text-decoration:underline;
}

.gototop-inner {
	margin:10px 0px 10px 40px;
	text-align:right;
	font-size:11px;
}
.gototop-inner a:link,
.gototop-inner a:visited,
.gototop-inner a:active {
	color:#777;
	text-decoration:none;
}
.gototop-inner a:hover {
	text-decoration:underline;
}

/* event close icon on list */
.event-colose-s {
position: relative;
top: 4px;
}

div#eventnew {
    background: url("../../common/images/event_20121126.jpg") no-repeat scroll 0 0 transparent;
    height: 180px;
    position: relative;
    width: 812px;
}

div#eventnew .btn01 {
    left: 40px;
    position: absolute;
    top: 120px;
}
div#eventnew .btn02 {
    left: 248px;
    position: absolute;
    top: 120px;
}





ol, ul {
    list-style: none outside none;
}
.mg0 {
    margin: 0 !important;
}
.mg5 {
    margin: 5px !important;
}
.mg10 {
    margin: 10px !important;
}
.mg15 {
    margin: 15px !important;
}
.mg20 {
    margin: 20px !important;
}
.mg25 {
    margin: 25px !important;
}
.mg30 {
    margin: 30px !important;
}
.mg0a {
    margin: 0 auto !important;
}
.mg5a {
    margin: 5px auto !important;
}
.mg10a {
    margin: 10px auto !important;
}
.mg15a {
    margin: 15px auto !important;
}
.mg20a {
    margin: 20px auto !important;
}
.mg25a {
    margin: 25px auto !important;
}
.mg30a {
    margin: 30px auto !important;
}
.mg35a {
    margin: 35px auto !important;
}
.mg40a {
    margin: 40px auto !important;
}
.mg45a {
    margin: 45px auto !important;
}
.mg50a {
    margin: 50px auto !important;
}
.mgt0 {
    margin-top: 0 !important;
}
.mgt4 {
    margin-top: 4px !important;
}
.mgt5 {
    margin-top: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt25 {
    margin-top: 25px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt35 {
    margin-top: 35px !important;
}
.mgt40 {
    margin-top: 40px !important;
}
.mgt45 {
    margin-top: 45px !important;
}
.mgt50 {
    margin-top: 50px !important;
}
.mgt55 {
    margin-top: 55px !important;
}
.mgt60 {
    margin-top: 60px !important;
}
.mgt65 {
    margin-top: 65px !important;
}
.mgt70 {
    margin-top: 70px !important;
}
.mgt75 {
    margin-top: 75px !important;
}
.mgt80 {
    margin-top: 80px !important;
}
.mgt85 {
    margin-top: 85px !important;
}
.mgt90 {
    margin-top: 90px !important;
}
.mgt95 {
    margin-top: 95px !important;
}
.mgt100 {
    margin-top: 100px !important;
}
.mgr0 {
    margin-right: 0 !important;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgr10 {
    margin-right: 10px !important;
}
.mgr12 {
    margin-right: 12px !important;
}
.mgr15 {
    margin-right: 15px !important;
}
.mgr16 {
    margin-right: 16px !important;
}
.mgr20 {
    margin-right: 20px !important;
}
.mgr25 {
    margin-right: 25px !important;
}
.mgr30 {
    margin-right: 30px !important;
}
.mgr35 {
    margin-right: 35px !important;
}
.mgr40 {
    margin-right: 40px !important;
}
.mgr45 {
    margin-right: 45px !important;
}
.mgr50 {
    margin-right: 50px !important;
}
.mgr55 {
    margin-right: 55px !important;
}
.mgr60 {
    margin-right: 60px !important;
}
.mgr65 {
    margin-right: 65px !important;
}
.mgr70 {
    margin-right: 70px !important;
}
.mgr75 {
    margin-right: 75px !important;
}
.mgr80 {
    margin-right: 80px !important;
}
.mgr85 {
    margin-right: 85px !important;
}
.mgr90 {
    margin-right: 90px !important;
}
.mgr95 {
    margin-right: 95px !important;
}
.mgr100 {
    margin-right: 100px !important;
}
.mgb0 {
    margin-bottom: 0 !important;
}
.mgb5 {
    margin-bottom: 5px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb25 {
    margin-bottom: 25px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb35 {
    margin-bottom: 35px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
.mgb45 {
    margin-bottom: 45px !important;
}
.mgb50 {
    margin-bottom: 50px !important;
}
.mgb55 {
    margin-bottom: 55px !important;
}
.mgb60 {
    margin-bottom: 60px !important;
}
.mgb65 {
    margin-bottom: 65px !important;
}
.mgb70 {
    margin-bottom: 70px !important;
}
.mgb75 {
    margin-bottom: 75px !important;
}
.mgb80 {
    margin-bottom: 80px !important;
}
.mgb85 {
    margin-bottom: 85px !important;
}
.mgb90 {
    margin-bottom: 90px !important;
}
.mgb95 {
    margin-bottom: 95px !important;
}
.mgb100 {
    margin-bottom: 100px !important;
}
.mgl0 {
    margin-left: 0 !important;
}
.mgl5 {
    margin-left: 5px !important;
}
.mgl10 {
    margin-left: 10px !important;
}
.mgl15 {
    margin-left: 15px !important;
}
.mgl18 {
    margin-left: 18px !important;
}
.mgl20 {
    margin-left: 20px !important;
}
.mgl25 {
    margin-left: 25px !important;
}
.mgl30 {
    margin-left: 30px !important;
}
.mgl35 {
    margin-left: 35px !important;
}
.mgl40 {
    margin-left: 40px !important;
}
.mgl45 {
    margin-left: 45px !important;
}
.mgl50 {
    margin-left: 50px !important;
}
.mgl55 {
    margin-left: 55px !important;
}
.mgl60 {
    margin-left: 60px !important;
}
.mgl65 {
    margin-left: 65px !important;
}
.mgl70 {
    margin-left: 70px !important;
}
.mgl75 {
    margin-left: 75px !important;
}
.mgl80 {
    margin-left: 80px !important;
}
.mgl85 {
    margin-left: 85px !important;
}
.mgl90 {
    margin-left: 90px !important;
}
.mgl95 {
    margin-left: 95px !important;
}
.mgl100 {
    margin-left: 100px !important;
}
.mgl105 {
    margin-left: 105px !important;
}
.mgl110 {
    margin-left: 110px !important;
}
.mgl115 {
    margin-left: 115px !important;
}
.mgl120 {
    margin-left: 120px !important;
}
.mgl125 {
    margin-left: 125px !important;
}
.mgl130 {
    margin-left: 130px !important;
}
.mgl135 {
    margin-left: 135px !important;
}
.mgl140 {
    margin-left: 140px !important;
}
.mgl145 {
    margin-left: 145px !important;
}
.mgl150 {
    margin-left: 150px !important;
}
.mgl155 {
    margin-left: 155px !important;
}
.mgl160 {
    margin-left: 160px !important;
}
.mgl165 {
    margin-left: 165px !important;
}
.mgl170 {
    margin-left: 170px !important;
}
.mgl175 {
    margin-left: 175px !important;
}
.mgl180 {
    margin-left: 180px !important;
}
.mgl185 {
    margin-left: 185px !important;
}
.mgl190 {
    margin-left: 190px !important;
}
.mgl195 {
    margin-left: 195px !important;
}
.mgl200 {
    margin-left: 200px !important;
}
.t-l {
    text-align: left !important;
}
.t-r {
    text-align: right !important;
}
.t-c {
    text-align: center !important;
}
.w-auto {
    width: auto !important;
}
.w-5 {
    width: 5px !important;
}
.w-10 {
    width: 10px !important;
}
.w-15 {
    width: 15px !important;
}
.w-20 {
    width: 20px !important;
}
.w-25 {
    width: 25px !important;
}
.w-30 {
    width: 30px !important;
}
.w-35 {
    width: 35px !important;
}
.w-40 {
    width: 40px !important;
}
.w-45 {
    width: 45px !important;
}
.w-50 {
    width: 50px !important;
}
.w-55 {
    width: 55px !important;
}
.w-60 {
    width: 60px !important;
}
.w-65 {
    width: 65px !important;
}
.w-70 {
    width: 70px !important;
}
.w-75 {
    width: 75px !important;
}
.w-80 {
    width: 80px !important;
}
.w-85 {
    width: 85px !important;
}
.w-90 {
    width: 90px !important;
}
.w-95 {
    width: 95px !important;
}
.w-100 {
    width: 100px !important;
}
.w-110 {
    width: 110px !important;
}
.w-120 {
    width: 120px !important;
}
.w-130 {
    width: 130px !important;
}
.w-140 {
    width: 140px !important;
}
.w-150 {
    width: 150px !important;
}
.w-160 {
    width: 160px !important;
}
.w-170 {
    width: 170px !important;
}
.w-180 {
    width: 180px !important;
}
.w-185 {
    width: 185px !important;
}
.w-190 {
    width: 190px !important;
}
.w-200 {
    width: 200px !important;
}
.w-210 {
    width: 210px !important;
}
.w-220 {
    width: 220px !important;
}
.w-230 {
    width: 230px !important;
}
.w-240 {
    width: 240px !important;
}
.w-250 {
    width: 250px !important;
}
.w-255 {
    width: 255px !important;
}
.w-260 {
    width: 260px !important;
}
.w-270 {
    width: 270px !important;
}
.w-280 {
    width: 280px !important;
}
.w-290 {
    width: 290px !important;
}
.w-300 {
    width: 300px !important;
}
.w-320 {
    width: 320px !important;
}
.w-330 {
    width: 330px !important;
}
.w-340 {
    width: 340px !important;
}
.w-350 {
    width: 350px !important;
}
.w-360 {
    width: 360px !important;
}
.w-380 {
    width: 380px !important;
}
.w-400 {
    width: 400px !important;
}
.w-430 {
    width: 430px !important;
}
.w-460 {
    width: 460px !important;
}
.w-470 {
    width: 470px !important;
}
.w-480 {
    width: 480px !important;
}
.w-500 {
    width: 500px !important;
}
.w-610 {
    width: 610px !important;
}
.w-640 {
    width: 640px !important;
}
.w-740 {
    width: 740px !important;
}
.f-l {
    float: left !important;
}
.f-r {
    float: right !important;
}
.c-fix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.c-fix {
    display: inline-block;
}
.c-fix {
    display: block;
}