@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 170%;
}


body{
	background: #fbfbf7;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", sans-serif;
	text-align: center;
}


img{
	border: none;
}


sup{
	font-size: 12px;
}


.re-sup{
	color: #666;
	font-size: 12px;
}


p .re-sup a{
	font-size: 12px;
}


.content p.re-sup a{
	font-size: 12px;
}


cite{
	font-style: normal;
}


.mokuji{
	display: inline-block;
	border: #e3e3dc 1px solid;
	background-color: #fafaf6;
	margin: 0 15px 25px;
	padding-right: 5px;
}


.mokuji a{
	font-size: 14px;
}


.mokuji ol{
	counter-reset: item;
	list-style-type: none;
}


.mokuji ol ol{
	margin-left: 10px;
	margin-bottom: 5px;
}


.mokuji ol li:before{
	counter-increment: item;
	content: counters(item, ".")" ";
}


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

	++ anchor

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


a:link{
	color: #07d;
}


a:visited{
	color: #07d;
}


a:hover{
	color: #39f;
}


a:hover img {
	opacity: 0.7;
}


@media screen and (min-width: 531px){


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

	++ layout

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


#header{
	background: #99c6d0;
	min-width: 980px;
	text-align: center;
}


#hanro #header{
	min-width: 980px;
}


#header-in{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 80px;
	text-align: left;
}


#hanro #header-in{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 80px;
	text-align: left;
}


h1{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}


#header h2{
	position: absolute;
	top: 17px;
	left: 0;
}


#main{
	margin: 0 auto;
	padding: 0 0 20px;
	background: #fbfbf7;
	width: 980px;
	text-align: left;
}


#hanro #main{
	width: 980px;
}


#left{
	float: left;
	margin-top: 25px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	width: 650px;
	text-align: left;
}


#hanro #left{
	width: 650px;
}


#right{
	float: right;
	margin: 25px 0 0 20px;
	width: 310px;
	text-align: left;
}


#hanro #right{
	width: 310px;
}


#pagetop{
	clear: both;
	margin: 0 15px 0 0;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: right;
}


#bottom{
	margin: 0 auto;
	padding: 20px 0;
	min-width: 980px;
	background: #fbfbf7;
}


#hanro #bottom{
	min-width: 980px;
}


#bottom p{
	margin: 0;
	padding: 10px;
	background: #ecece6;
	color: #666;
}


#bottom p a{
	color: #666;
	text-decoration: none;
}


#footer{
	margin: 0 auto;
	padding: 20px 0;
	min-width: 980px;
	color: #666;
	background: #fbfbf7;
	border-top: #bbb 1px solid;
}


#hanro #footer{
	min-width: 980px;
}


#footer a{
	color: #666;
	text-decoration: none;
}


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

	++ content

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


.content{
	padding: 15px 15px 50px;
}


.content p#tp{
	margin: 0 5px 15px;
	color: #666;
	font-size: 13px;
}


.content p#tp a{
	color: #666;
	text-decoration: none;
	font-size: 13px;
}


.content h2{
	clear: both;
	margin: 0 0 25px;
	padding: 5px 15px;
	background: #ecece6;
	color: #333;
	font-size: 24px;
	text-shadow: 1px 1px 0 #fff;
}


.content h3{
	clear: both;
	margin: 0 15px 25px;
	padding: 5px 10px 5px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 20px;
}


#home .content h3{
	clear: both;
	margin: 0 0 25px;
	padding: 5px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 24px;
	text-shadow: 1px 1px 0 #fff;
}


.content h4{
	clear: both;
	margin: 0 15px 25px;
	padding: 5px 10px 5px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 20px;
}


.content p,
.content ul,
.content ol,
.content dl{
	margin: 0 15px 25px;
}


.content blockquote{
	margin: 0 15px 25px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 16px;
}


.content p .b a{
	font-size: 17px;
}


.content p.big a{
	float: right;
	margin-bottom: 30px;
	padding-left: 27px;
	background: url("images/big-a.png") left center no-repeat;
	font-size: 20px;
	font-weight: bold;
}


.content p.ad-btm{
	clear: both;
	margin: 30px 0 25px;
	padding: 5px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}


.content .komi{
	padding-bottom: 25px;
	border-bottom: #999 1px dashed;
}


.content p.kanren{
	clear: both;
	margin: 30px 0 25px;
	padding: 5px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}


.content div.tw{
	margin: 0 15px 25px;
}


.img-frame img{
	float: left;
	margin: 0 15px 20px 0;
}


.img-frame img.list-mr{
	float: left;
	margin: 0 35px 25px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.img-frame img.relation{
	float: left;
	margin: 0 15px 25px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


/*.img-frame{
	float:left;
	margin: 0 15px 20px 0;
	border: #aaa 1px solid;
	border-radius: 5px;
}*/


.img-frame-b{
	border: #eee 5px solid;
}


.content p.img-frame-c{
	text-align: center;
}


.content p.img-frame-c img{
	padding: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	width: 360px;
	height: 100%;
}


.check{
	padding: 15px;
	background: url("images/check.png") 15px center no-repeat;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.content ul li{
	margin-left: 20px;
	font-size: 16px;
	list-style-type: circle;
}


.content ul.b li{
	font-size: 17px;
}


.content ol li{
	margin-left: 20px;
	font-size: 16px;
}


.content ul.ranking{
	margin-left: 180px;
	padding-left: 15px;
}


.content ul.ranking li{
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list-r.png") left center no-repeat;
	font-weight: bold;
}


.content dl.spec,
.content dl.spec2,
.content dl.spec3{
	margin: 0 15px 25px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #fbfbfb;
}


.content dl.spec dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 95px;
}


.content dl.spec2 dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 130px;
}


.content dl.spec3 dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 65px;
}


.content dl.spec dt#dt-top,
.content dl.spec2 dt#dt-top,
.content dl.spec dt.dt-tops,
.content dl.spec2 dt.dt-tops,
.content dl.spec3 dt.dt-tops{
	border-top: none;
}


.content dl.spec dd{
	margin: 0 0 0 125px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec2 dd{
	margin: 0 0 0 160px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec3 dd{
	margin: 0 0 0 95px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec dd#dd-top,
.content dl.spec2 dd#dd-top,
.content dl.spec dd.dd-tops,
.content dl.spec2 dd.dd-tops,
.content dl.spec3 dd.dd-tops{
	border-top: none;
}


.content dl.sec{
	float: right;
	margin: 0 15px 20px 0;
	width: 370px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 5px;
}


.content dl.sec dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 120px;
}


.content dl.sec dt#dt-top{
	border-top: none;
}


.content dl.sec dd{
	margin: 0 0 0 135px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}


.content dl.sec dd#dd-top{
	border-top: none;
}


.content table{
	border-collapse: collapse;
	border-spacing: 0;
}


.content th,
.content td{
	padding: 2px 8px;
	border: 1px solid #ccc;
}


#hanro .content th,
#hanro .content td{
	font-size: 14px;
}


.content th{
	background-color: #eee;
	text-align: center;
}


#hanro .content .ksk{
	background-color: #ffefaf;
}


.content td{
	text-align: right;
}


.content td.t-l{
	text-align: left;
}


.content td.t-c{
	text-align: center;
}


.content tr.mutually{
	background: #f2f4f4;
}


.content tr.young{
	background-color: #f9f9f9;
}


.scroll{
	overflow: auto;
	white-space: nowrap;
	margin: 0 15px 25px;
}


.mokuji p{
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


.mokuji ol{
	margin: 0 10px 10px 0;
}


.mokuji ol li{
	font-size: 14px;
}


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

	++ menu

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


#right dl{
	margin: 0;
}


#right dl dt{
	padding: 5px 10px;
	background: #ecece6;
	font-weight: bold;
}


#right dl dd{
	margin-bottom: 10px;
	padding: 15px 5px 10px;
}


/*#right dl dd ul{
	list-style-type: none;
}*/


#right dl dd ul{
	list-style: url("images/br-s.gif") outside;
}


/*#right dl dd ul li{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url("images/br-s.gif") left center no-repeat;
}*/


#right dl dd ul li{
	margin: 0 0 5px 13px;
	padding: 0 0 0 2px;
	background: none;
}


#right dl dd ul li a{
	font-size: 15px;
}


#right dl dd p{
	color: #666;
	font-size: 15px;
}


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

	++ class

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


.f-l{
	float: left;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}


.t-r{
	text-align: right;
}


.t-c{
	text-align: center;
}


.p-t-30{
	border-top: #999 1px solid;
	padding-top: 30px;
}


/*p.ad{
	border-bottom: #999 2px dotted;
}*/

/*p.ad a{
	display: block;
	margin: 30px auto 40px;
	padding: 10px;
	width: 380px;
	background-color: #a8bc43;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad a:hover{
	background-color: #b4c660;
}*/

p.ad a{
	display: block;
	margin: 30px auto 40px;
	padding: 10px;
	width: 380px;
	background-color: #f2ac2b;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad a:hover{
	background-color: #f3b541;
}

p.ad2, p.ad3, p.ad4, p.ad5{
	margin-bottom: 40px;
}

p.ad2 a{
	display: block;
	margin: 30px auto 15px;
	padding: 10px;
	width: 380px;
	background-color: #f2ac2b;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad2 a:hover{
	background-color: #f3b541;
}

p.ad3 a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	width: 380px;
	background-color: #a8bc43;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad3 a:hover{
	background-color: #b4c660;
}

p.ad4 a{
	display: block;
	margin: 30px auto 15px;
	padding: 10px;
	width: 380px;
	background-color: #a8bc43;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad4 a:hover{
	background-color: #b4c660;
}

p.ad5 a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	width: 380px;
	background-color: #f2ac2b;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad5 a:hover{
	background-color: #f3b541;
}

.b{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 17px;
	font-weight: bold;
}

.red{
	color: #d93300;
}

.red2{
	color: #d93300;
	font-size: 14px;
}

.blue{
	color: #0174df;
}

.line{
	background: #f3f399;
}

.big{
	font-size: 20px;
	font-weight: bold;
}

.mrg-btm{
	margin-bottom: 15px !important;
}


}


@media screen and (max-width: 530px){


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


#header,
#left,
#right{
	width: 100%;
}


#header{
	width: 100%;
	background: #99c6d0;
	text-align: left;
}


#header-in{
	position: relative;
	margin: 0 auto;
	height: 80px;
	text-align: left;
}


#header-in h2{
	padding: 5px 10px 0;
}


h1{
	margin-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}


#main{
	margin: 0 auto;
	padding: 0 5px;
	background: #fbfbf7;
	text-align: left;
}


#left{
	margin: 20px 0;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	text-align: left;
}


#right{
	margin-top: 30px;
	clear: both;
}


#pagetop{
	clear: both;
	margin: 0 5px 0 0;
	padding-top: 5px;
	text-align: right;
}


#bottom{
	margin: 0 auto;
	padding: 20px 0;
}


#bottom p{
	margin: 0;
	padding: 10px 5px;
	background: #ecece6;
	color: #666;
}


#bottom p a{
	color: #666;
	text-decoration: none;
	font-size: 15px;
}


#footer{
	margin: 0 auto;
	padding: 20px 5px;
	color: #666;
	border-top: #bbb 1px solid;
	font-size: 15px;
}


#footer a{
	color: #666;
	text-decoration: none;
	font-size: 15px;
}


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

	++ content

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


.content{
	padding: 0;
}


.content p#tp{
	margin: 0 5px 10px;
	color: #666;
	font-size: 13px;
}


.content p#tp a{
	color: #666;
	text-decoration: none;
	font-size: 13px;
}


.content h2{
	clear: both;
	margin: 0 0 25px;
	padding: 10px 15px;
	background: #ecece6;
	color: #333;
	font-size: 20px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content h3{
	clear: both;
	margin: 0 15px 25px;
	padding: 10px 10px 10px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 18px;
	line-height: 140%;
}


#home .content h3{
	clear: both;
	margin: 0 0 25px;
	padding: 10px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 20px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content h4{
	clear: both;
	margin: 0 15px 25px;
	padding: 10px 10px 10px 15px;
	color: #333;
	font-size: 18px;
	line-height: 140%;
	border-left: #a5a592 5px solid;
}


.content p,
.content ul,
.content ol,
.content dl{
	clear: both;
	margin: 0 15px 25px;
	line-height: 180%;
}


.content blockquote{
	margin: 0 15px 25px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 16px;
}


.content p .b a{
	font-size: 17px;
}


.content p.big a{
	float: right;
	margin-bottom: 25px;
	padding-left: 27px;
	background: url("images/big-a.png") left center no-repeat;
	font-size: 20px;
	font-weight: bold;
}


.content p.ad-btm{
	clear: both;
	margin: 30px 0 25px;
	padding: 10px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content .komi{
	padding-bottom: 25px;
	border-bottom: #999 1px dashed;
}


.content p.kanren{
	clear: both;
	margin: 30px 0 25px;
	padding: 10px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content div.tw{
	margin: 0 15px 25px;
}


/*#home .img-frame img{
	border: #ccc 1px solid;
	border-radius: 5px;
}*/


.img-frame img{
	margin: 0 15px 0 0;
	border: none;
	text-align: center;
}


.img-frame{
	text-align: center;
}


.img-frame-b{
	width: 96%;
	border: #eee 5px solid;
}


#hanro .content p.hrr{
	clear: none;
	margin-top 0;
	padding-top 0;
	font-size: 13px;
	color: #555;
	line-height: 150%;
}


#hanro .content p.hrr a{
	font-size: 13px;
	line-height: 150%;
}


#hanro .img-frame img.relation{
	float: left;
	margin: 0 15px 25px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
	width: 25%;
}


.content p.img-frame-c{
	text-align: center;
}


.content p.img-frame-c img{
	padding: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	width: 270px;

}


.check{
	padding: 10px;
	background: url("images/check.png") 10px center no-repeat;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.content ul li{
	margin-left: 20px;
	font-size: 16px;
	list-style-type: circle;
}


.content ul.b li{
	font-size: 17px;
}


.content ol li{
	margin-left: 20px;
	font-size: 16px;
}


.content ul.ranking li{
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list-r.png") left center no-repeat;
	font-weight: bold;
}


.content dl.spec,
.content dl.spec2,
.content dl.spec3{
	margin: 0 15px 25px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #fbfbfb;
}


.content dl.spec dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 95px;
}


.content dl.spec2 dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 130px;
}


.content dl.spec3 dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 65px;
}


.content dl.spec dt#dt-top,
.content dl.spec2 dt#dt-top,
.content dl.spec dt.dt-tops,
.content dl.spec2 dt.dt-tops,
.content dl.spec3 dt.dt-tops{
	border-top: none;
}


.content dl.spec dd{
	margin: 0 0 0 125px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec2 dd{
	margin: 0 0 0 160px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec3 dd{
	margin: 0 0 0 95px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
}


.content dl.spec dd#dd-top,
.content dl.spec2 dd#dd-top,
.content dl.spec dd.dd-tops,
.content dl.spec2 dd.dd-tops,
.content dl.spec3 dd.dd-tops{
	border-top: none;
}


.content dl.sec{
	float: right;
	margin: 0 5px 25px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 5px;
}


.content dl.sec dt{
	float: left;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #999;
	width: 120px;
}


.content dl.sec dt#dt-top{
	border-top: none;
}


.content dl.sec dd{
	margin: 0 0 0 130px;
	padding: 5px 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}


.content dl.sec dd#dd-top{
	border-top: none;
}


.content table{
	border-collapse: collapse;
	border-spacing: 0;
}


.content th,
.content td{
	padding: 2px 8px;
	border: 1px solid #ccc;
}


#hanro .content th,
#hanro .content td{
	font-size: 12px;
}


.content th{
	background-color: #eee;
	text-align: center;
}


#hanro .content .ksk{
	background-color: #ffefaf;
}


.content td{
	text-align: right;
}


.content td.t-l{
	text-align: left;
}

.content td.t-c{
	text-align: center;
}

.content tr.mutually{
	background: #f2f4f4;
}

.content tr.young{
	background-color: #f9f9f9;
}


.scroll{
	overflow: auto;
	white-space: nowrap;
	margin: 0 15px 25px;
}


.mokuji p{
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


.mokuji ol{
	margin: 0 10px 10px 0;
}


.mokuji ol li{
	font-size: 14px;
}


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

	++ menu

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


#right dl{
	margin: 0 0 5px;
	text-align: left;
}


#right dl dt{
	padding: 5px 10px;
	background: #ecece6;
	font-weight: bold;
}


#right dl dd{
	margin-bottom: 10px;
	padding: 15px 5px 10px;
}


/*#right dl dd ul{
	list-style-type: none;
}*/


#right dl dd ul{
	list-style: url("images/br-s.gif") outside;
}


/*#right dl dd ul li{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url("images/br-s.gif") left center no-repeat;
}*/


#right dl dd ul li{
	margin: 0 0 5px 13px;
	padding: 0 0 0 2px;
	background: none;
}


#right dl dd ul li a{
	font-size: 15px;
}


#right dl dd p{
	color: #666;
	font-size: 15px;
}


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

	++ class

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


.f-l{
	float: left;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}


.t-r{
	text-align: right;
}


.t-c{
	text-align: center;
}


/*p.ad a{
	display: block;
	margin: 30px auto 45px;
	padding: 10px;
	background-color: #a8bc43;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(143,162,57,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}*/

p.ad a{
	display: block;
	margin: 30px auto 45px;
	padding: 10px;
	background-color: #f2ac2b;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(213,142,13,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

p.ad2, p.ad3, p.ad4, p.ad5{
	margin-bottom: 45px;
}

p.ad2 a{
	display: block;
	margin: 30px auto 15px;
	padding: 10px;
	background-color: #f2ac2b;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(213,142,13,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

p.ad3 a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #a8bc43;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(143,162,57,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

p.ad4 a{
	display: block;
	margin: 30px auto 15px;
	padding: 10px;
	background-color: #a8bc43;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(143,162,57,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

p.ad5 a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #f2ac2b;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(213,142,13,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}


.b{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 17px;
	font-weight: bold;
}

.red{
	color: #d93300;
}

.red2{
	color: #d93300;
	font-size: 14px;
}

.blue{
	color: #0174df;
}

.line{
	background: #f3f399;
}

.big{
	font-size: 20px;
	font-weight: bold;
}

.mrg-btm{
	margin-bottom: 15px !important;
}


}