/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    color: #333;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


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

.clf {/*clearfix*/
    min-height: 1px;
}

* html .clf {/*clearfix*/
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



/*---------------------
全体
---------------------*/
.bg1{background-color: antiquewhite;}
.bg2{background-color: aquamarine;}
.bg3{background-color: blueviolet;}
.bg4{background-color: coral;}

.bd{1px solid red;}

.r5 {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link {color: #744199;}
a:visited {color: #744199;}
a:hover { color: #CCB3DD;}
a:active { color: #744199;}
a img{border: none;}

.r5 {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}

a:hover img{
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------------------
ヘッダ
---------------------*/
header {
    border-top: 2px solid #744199;
}
.site_title{
    width: 1038px;
    height: 150px;
    /*background:url("http://livedoor.blogimg.jp/fusigi2ch/imgs/e/a/ea10b4d8.jpg") no-repeat #ddd;*/
	background:url("http://livedoor.blogimg.jp/fusigi2ch/imgs/2/8/28e90f7a.jpg") no-repeat #ddd;
    margin: 0 auto;
    background-size:1038px 150px;
    text-indent: -9999px;
    font-size: 300%;
}
.site_title a {
    display: block;
    width: 1038px;
    height: 150px;
    text-decoration: none;
}
/*----------サイトナビ----------*/
.site_nav_box {
    width: 100%;
    background-color: #744199;
    border-bottom: 2px solid #333;
}
.site_nav {
    width: 1038px;
    margin: 0 auto;
}
ul.site_nav li {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px;
}
ul.site_nav li a {
    border-right:1px solid #fff;
    color: #fff;
    padding-right: 20px;
}
ul.site_nav li a:hover {
    color: #bfbfbf;
}

/*---------------------
コンテナ（メインコンテンツ・サイドカラム）
---------------------*/
.wrap {
    clear: both;
    width: 1038px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: #f6eef7;
}
/*---------------------
メインコンテンツ（トップページ）
---------------------*/
.main_contents {
    width: 728px;
    float: left;
}
/*----------RSS欄（サイト上部）----------*/
.rss_top {
    width: 728px;
    height: 200px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    background: #fff;
    overflow: auto;
}
div.blogroll-channel {
}
ul.blogroll-list-wrap {
}
li.blogroll-list {
    border-bottom: 1px dotted #ddd;
}
li.blogroll-list a {
    line-height: 1.7;
    color: #1111cc;
}
li.blogroll-list a:hover {}

/*----------広告（サイト上部）----------*/
.add_top{
    margin: 0 0 10px 0;
}

/*----------不思議な話題がない件の説明----------*/
.kiji_info {}
.kiji_info_inner {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.7;
    font-size: 14px;
}
.kiji_info_moji {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.kiji_info_inner a {
    color: #d74b1f;
}

/*----------記事タイトル----------*/
.article_box {
    margin: 0 0 10px 0;
}
.article_list {
    width: 728px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.kiji_img {
    float: left;
    margin: 0 10px 0 0;
    width: 200px;
    height: 120px;
}
.date_box {
/*    background: #ddd;*/
    float: right;
    width: 496px;
    position: relative;
}
.article_title {
/*    background-color:azure;*/
    height: 90px;
}
.article_title a {
    font-size: 125%;
    line-height: 1.4;
}
.article_date {
/*    background-color:antiquewhite;*/
    float: left;
}
ul.update {
    line-height: 1.4;
}
ul.update li {
    font-size: 80%;
}
ul.update li a {
    padding-left: 15px;
}
ul.update li:first-child {
    margin: 0 10px 0 0;
}


/*----------コメントカウント----------*/
.CommentCount {
/*    background-color: aquamarine;*/
/*    width: 100px;*/
/*    height: 50px;*/
    float: right;
    position: absolute;
    top: 100px;
    right: 10px;
}
.CommentCount p {
    display: inline;
}
.come_number {
    font-size: 20px;
    font-weight: bold;
/*
    border: 2px solid #DDBE90;
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
}
.come_number a {
    color: #9D73BB;
}
.come_txt {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}
.come_number,.come_txt {
    text-align: center;
    width: 70px;
}

/*----- ページャー -----*/
.pege_navi {
    clear: both;
    font-weight: bold;
    text-align: center;
}

.pege_navi .current span {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #CCCCCC;
    color: #ffffff;
    margin-right: 10px;
    padding: 6px 15px;
}

.pege_navi a:link, .pager a:visited, .pager a:active {
	background: #fff;
	border: 1px #ccc solid;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	margin-right: 10px;
	color: #717171;
	display:inline-block;
	/*margin-bottom: 10px;*/
}
.index-navigator{
	list-style: none outside none;
    margin: 20px 15px 15px 15px;
    padding: 0;
 }
ul.index-navigator li,
ol.paging-number,
ol.paging-number li{
	display: inline;
}
/*-----記事下 月間人気記事-----*/

/*---------------------
メインコンテンツ（記事ページ）
---------------------*/
/*-----パンくずリスト-----*/
.breadcrumb {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.breadcrumb div {
    float: left;
}

/*-----次（前）のページへ-----*/
.article_navi {
	margin-bottom: 10px;
	clear: both;
    background: #fff;
    border:1px solid #ddd;
}
.next_blok,
.prev_block {
	overflow: hidden;
}
.next_title,
.prev_title {
	width: 357px;
	height: 55px;
	padding:7px 10px 10px 10px;
	clear: both;
	font-size: 80%;
	margin-top: 3px;
    line-height: 1.7;
}
.next_blok {
	float: left;
    padding-left: 5px;
}
.prev_block {
	border-left: 1px solid #ddd;
	float: right;
    text-align: right;
    padding-right: 5px;
}
.next_title {
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/5/0/503144b5.png") no-repeat left center;
    background-size: 25px 25px;
    padding-left: 40px;
}
.prev_title {
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/7/4/74725f73.png") no-repeat right center;
    background-size: 25px 25px;
    padding-right: 40px;
}

/*-----記事インナー-----*/
.article_inner {
    border-top: 4px solid #9D73BB;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}

/*-----記事タイトルボックス-----*/
.kiji_title_box {
    border-bottom: 1px solid #ddd;
}
.kiji_title {
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 0;
}
.kiji_date {
    font-size: 70%;
    font-weight: bold;
    color: grey;
}

/*-----カテゴリ・コメント-----*/
.update_list {
    clear: both;
    font-size: 70%;
}
.update_list li {
    float: left;
    padding: 10px 0 10px 15px;
}
.come_ico {
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/2/9/29c96e64.png") no-repeat left center;
    background-size: 10px 10px;
}
.cat_ico {
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/8/9/89d5a4eb.png") no-repeat left center;
    background-size: 10px 10px;
}
.tag_ico {
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/e/a/eaed6bab.png") no-repeat left center;
    background-size: 10px 10px;
}

/*-----記事上SNSボタン-----*/
.article_TopSns_box {
    clear: both;
    border: solid 1px #ddd;
    background: #f0f0f0;
    padding: 5px 5px 0px 5px;
}
.article_TopSns_box ul li {
    float: left;
}
.tw_btn { margin-right: 5px;}
.hb_btn { margin-right: 5px;}
.pk_btn { margin-right: -40px;}
.fb_btn {}
.g_btn {}

/*-----記事下SNSボタン-----*/
.article_UnderSns_box {}
.article_UnderSns_box ul {
    overflow: hidden;
}
.article_UnderSns_box ul li {
    float: left;
    margin-right: 5px;
}

/*-----記事本文-----*/
.ArticleBody {
    clear: both;
    line-height: 1.7;
    margin: 20px 0 0 0;
}
.ArticleBody a {
    text-decoration: underline;
    color: #d74b1f;
}
.ArticleBody a:hover {
    text-decoration: none;
}

/*----------関連カテゴリ記事一覧----------*/
.relate {
    clear: both;
    margin-top: 20px;
}

.related-articles {
    margin-bottom: 40px;
}
.related-articles h3{
    position: relative;
    color: #717171;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 0.8em;
    padding: 0.5em 0.5em 0.5em 1.2em;
    border-bottom: 2px solid #F6CA06;
}
 
.related-articles h3:before{
    content: "";
    position: absolute;
    background: #FCEDAA;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.related-articles h3:after{
    content: "";
    position: absolute;
    background:#F9DB57;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.related-articles ul {
}
.related-articles ul li {
    line-height: 1.7;
    font-size: 90%;
    background: url(http://livedoor.blogimg.jp/myst2ch/imgs/e/e/ee1328f7.png) no-repeat left center;
    background-size: 13px 13px;
    padding: 0 0 0 20px;

}
.related-articles ul li a {
    color: #343434;
}

/*-----コメント欄 ここから-----*/
.head_line_box {
    margin-bottom: 20px;
}
.head_line {
    padding: 0px;
    margin: 0;
    padding: 0 0 5px 35px;
    margin-bottom: 0.6em;
    background: transparent;
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/d/1/d184ead6.png" ) no-repeat 0 0;
    background-size: 25px 25px;
    color: #717171;
    border-bottom: 3px solid #F6CA06;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.7;
}

.comhead {
	/*color: #660000;*/
	color: #947878;
	padding: 0 0 3px 0;
}

.comtxt {
	word-break: break-all;
	margin: 0 0 0 20px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0; /*58px */
	font-size: 14px;
	line-height: 110%;
}
#formbody {
	background: #FAFAFA;
	padding: 15px 0px;
}

#formbody input[type="submit"]{
    width: 99%;
    padding: 5px 75px;
    margin-top: 15px;
    background: #C35B9D;
    border-bottom: 2px #A52175 solid;
    border-right: 1px #A52175 solid;
    border-left: 1px #A52175 solid;
    border-top: 1px #9D73BB solid;
    color: #fff;
    font-size: 18px;
    /*font-weight: bold;*/
}



#comdiv {
	padding:0px 10px;
}

.form {
	font-size: 12px;
	margin-left: 20px;
}

.form th {
	padding: 2px;
	text-align: right;
}

.form td {
}

.NM{
	color:#34c934;
}

.comhead {
	font-size: 12px;
	margin-bottom: 15px;
}

input#author {
	background: white;
	padding: 14px;
	border: 1px solid #ddd;
	width: 500px;
	height: 18px;
/*	box-shadow: inset 0 1px 1px #555;*/
}

.kobetsucom{
line-height: 150%;
color: #000;
padding-bottom: 30px;
font-weight: normal;
font-size: 15px;
}

.good {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 25px;
	color: #FFF;
	border: 0px;
	background: URL(http://bakusoku.biz/site_design_img/plus.png) center no-repeat;
}

.boo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	line-height: 20px;
	font-weight: bold;
	width: 25px;
	color: #FFF;
	background: URL(http://bakusoku.biz/site_design_img/mainus.png) center no-repeat;
	border: 0px;
}

textarea#text {
background: #FDFDFD;
padding: 4px;
border: 1px solid #ddd;
width: 500px;
height: 120px;
/*box-shadow: inset 0 1px 1px #555;*/
resize: none;
margin-top: 10px;
}
/*-----//コメント欄 ここまで-----*/



/*---------------------
メインコンテンツ（カテゴリページ）
---------------------*/
.cat_title {
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    background: #9D73BB;
/*    border:1px solid #ddd;*/
    color: #fff;
    font-weight: bold;
    font-size: 110%;
}

/*---------------------
サイドカラム
---------------------*/
.side_box {
    width: 300px;
    float: right;
}

/*----------広告エリア（サイド上部）----------*/
.add_side01_top {
/*    margin-bottom: 10px*/
}

/*----------SNSボタン----------*/
.sns_side_dtn {
    background: #fff;
    margin-bottom: 12px;
}
.sns_side_dtn ul li a {
    color: #fff;
}

.side_tw_btn,.side_fb_btn,.side_fdl_btn,.side_rss_btn {
    margin-bottom: 5px;
}
.side_tw_btn a,.side_fb_btn a,.side_fdl_btn a,.side_rss_btn a {
    padding: 15px 40px;
    display: block;
}
.side_tw_btn a:hover,.side_fb_btn a:hover,.side_fdl_btn a:hover,.side_rss_btn a:hover {
    text-decoration: none;
}
.side_tw_btn:hover,.side_fb_btn:hover,.side_fdl_btn:hover,.side_rss_btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

.side_tw_btn {
    background: #55acee;
}
.side_fb_btn {
    background: #4368BD;
}
.side_fdl_btn {
    background: #6cc655;
}
.side_rss_btn {
    background: #FFB862;
}

.side_tw_btn a {
    background: url(http://livedoor.blogimg.jp/myst2ch/imgs/c/4/c4736d40.png) no-repeat 7px 6px;
    background-size: 30px 30px;
}
.side_fb_btn a {
    background: url(http://livedoor.blogimg.jp/myst2ch/imgs/1/1/119cab8a.png) no-repeat 7px 6px;
    background-size: 30px 30px;
}
.side_fdl_btn a {
    background: url(http://livedoor.blogimg.jp/myst2ch/imgs/7/a/7af4a7b4.png) no-repeat 7px 6px;
    background-size: 30px 30px;
}
.side_rss_btn a {
    background: url(http://livedoor.blogimg.jp/myst2ch/imgs/6/9/699a3cf8.png) no-repeat 7px 6px;
    background-size: 30px 30px;
}


/*----------サイド　タイトルバー----------*/
.sidewrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.side {
    line-height: 1.7;
    font-size: 80%;
}
.sidetitlebody {
    margin-bottom: 10px;
}
.sidetitle {
    border-left: 4px solid #F9DB57;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    color: #717171;
}

/*----------サイド 画像付き最新記事----------*/
.side ul.recent-article-image li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    line-height: 1.7;
    min-height: 1px;
    text-align: left;
    overflow: hidden;
}
.side ul.recent-article-image li img {
    border: 0;
    margin: 0 5px 0 0;
    float: left;
}
.sidebottom {
    clear: both;
}


/*---------------------
フッター
---------------------*/
.footer_box {
    background-color:#6d6d6d;
    clear: both;
}
.copylight {
    width: 1038px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}

/*---------------------
サイト内移動ボタン
---------------------*/
.go_top,
.go_come,
.go_home,
.go_down{
    margin-bottom: 3px;
    text-indent: -9999px;
}
.go_nav {
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 100;
}
.go_top a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/a/1/a1201aad.png") no-repeat;
}
.go_come a {
    display: block;
    width: 50px;
    height: 40px;
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/a/1/a1201aad.png") no-repeat;
    background-position: 0px -60px;
}
.go_home a {
    display: block;
    width: 50px;
    height: 40px;
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/a/1/a1201aad.png") no-repeat;
    background-position: 0px -110px;
}
.go_down a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("http://livedoor.blogimg.jp/myst2ch/imgs/a/1/a1201aad.png") no-repeat;
    background-position: 0px -159px;
}

/*---------------------
サイドカラム　プラグイン
---------------------*/
/*----------人気記事（画像付）----------*/

/*サイドカラムの画像付きRTランクの調整（プラグイン）*/
#popularArticlesWithImagePlugin-420318 {}

#popularArticlesWithImagePlugin-420318  {/*全体包括DIV*/
	/*margin-left: 10px;*/
}
#popularArticlesWithImagePlugin-420318 ul li {
	margin: 0 0 10px 0;
	list-style: none;
	position: relative;
	/*float: left;*/
	margin-left: 7px;
}
#popularArticlesWithImagePlugin-420318 ul li a {
	display: block;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.8);
	padding: 0px !important;
	background: none !important;
	text-decoration: none;
}
#popularArticlesWithImagePlugin-420318 ul li a img {
	width:254px;
	height:174px;
}
#popularArticlesWithImagePlugin-420318 .title {
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 94% !important;
	height: 45px !important;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	padding: 3px 0px 3px 3px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}
#popularArticlesWithImagePlugin-420318 .pv,
#popularArticlesWithImagePlugin-420318 .retweet,
#popularArticlesWithImagePlugin-420318 .comment {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 12px;
	color: #FFF;
	padding: 3px 5px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;
}


/*---------------------
ACRアクセスランキング
---------------------*/
#acrr9_fusigi2ch table,
#acrr9_fusigi2ch table tr,
#acrr9_fusigi2ch table tr td {
    border: 1px solid #ddd;
}

/*---------------------
カラーパレット
---------------------*/
.iroiroBox {
    line-height: 1.7;
    margin: 50px 50px 100px 10px;
    float: left;
}
ul.iroiro {
    margin-top: 20px
}
ul.iroiro li {
    padding-left: 10px;
}
.irotai {
    font-weight: bold;
    font-size: 110%;
}
.iro1 {color: #8000FF; border-left: 50px solid}
.iro2 {color: #C080FF; border-left: 50px solid}
.iro3 {color: #D5AAFF; border-left: 50px solid}
.iro4 {color: #FFE600; border-left: 50px solid}
.iro5 {color: #FFF280; border-left: 50px solid}
.iro6 {color: #FFF7AA; border-left: 50px solid}
.iro7 {color: #00FF1A; border-left: 50px solid}
.iro8 {color: #80FF8D; border-left: 50px solid}
.iro9 {color: #AAFFB3; border-left: 50px solid}
.iro10 {color: #8000FF; border-left: 50px solid}
.iro11 {color: #C080FF; border-left: 50px solid}
.iro12 {color: #D5AAFF; border-left: 50px solid}
.iro13 {color: #FF00E6; border-left: 50px solid}
.iro14 {color: #FF80F2; border-left: 50px solid}
.iro15 {color: #FFAAF7; border-left: 50px solid}


.iro01 {color: #744199; border-left: 50px solid}
.iro02 {color: #9D73BB; border-left: 50px solid}
.iro03 {color: #CCB3DD; border-left: 50px solid}
.iro04 {color: #E5D7EE; border-left: 50px solid}
.iro05 {color: #F6CA06; border-left: 50px solid}
.iro06 {color: #F9DB57; border-left: 50px solid}
.iro07 {color: #FCEDAA; border-left: 50px solid}
.iro08 {color: #FEF7D5; border-left: 50px solid}
.iro09 {color: #23AC0E; border-left: 50px solid}
.iro010 {color: #5EC84E; border-left: 50px solid}
.iro011 {color: #A6E39D; border-left: 50px solid}
.iro012 {color: #D1F1CC; border-left: 50px solid}
.iro013 {color: #744199; border-left: 50px solid}
.iro014 {color: #9D73BB; border-left: 50px solid}
.iro015 {color: #CCB3DD; border-left: 50px solid}
.iro016 {color: #E5D7EE; border-left: 50px solid}
.iro017 {color: #A52175; border-left: 50px solid}
.iro018 {color: #C35B9D; border-left: 50px solid}
.iro019 {color: #E1A5CB; border-left: 50px solid}
.iro020 {color: #F0D0E4; border-left: 50px solid}


